Summary
Get a brief about Task(s) for currently running Jobs
Description
Get brief information about task(s) from the tasks collection in mongoDB. This will return only tasks that are attached to a currently running Job
Route
POST /workflow_engine/queryTasksBrief
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
query | object | yes | An object of property names and values to use in the query against the tasks collection. The property name must exist in the tasks collection. There must be at least 1 field you query upon. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
task_details_array | array | Jobs' Tasks matching the query. |