app-workflow_engine

On this page:

getJobFromTaskQuery

Summary

Get Job From Task Query

Description

Search for jobs using a task query.

Route

POST /workflow_engine/getJobFromTaskQuery

Roles

admin apiread

Parameters

DetailsExampleSchema
Name Type Required Description
task_query object yes A mongodb query partial to run against the tasks to get the requested job.
options object yes Sort, filter, and pagination options.

Return

DetailsExampleSchema
Name Type Description
jobs object All matching jobs.