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.