app-workflow_engine

On this page:

getTask

Summary

Get a Job's Task

Description

Get the first Job's Task matching the query and return the data optionally modified by the filter.

Route

POST /workflow_engine/getTask

Roles

admin apiread

Parameters

DetailsExampleSchema
Name Type Required Description
query object yes Query to retrieve a Task from a Job.
filter object yes Filter specifying which fields are returned.

Return

DetailsExampleSchema
Name Type Description
task_details object First Job's Task matching the query.