app-workflow_engine

On this page:

getJobDeep

Summary

Get Details of an Active Job

Description

Get an active job's details of its active and completed Tasks. Returns a subset of job data, omitting tasks' returned data and transition information but adding tasks' iteration information.

Route

GET /workflow_engine/job/:job_id/deep

Roles

admin apiread

Parameters

DetailsExampleSchema
Name Type Required Description
job_id string yes ID of job to get details.

Return

DetailsExampleSchema
Name Type Description
job_details array All active and completed tasks of the job.