workflow-resource

Search for workflow executions based on payload and other parameters

Search for workflow executions based on payload and other parameters. The query parameter accepts exact matches using = and IN on the following fields: workflowId, correlationId, taskId, workflowType, taskType, and status. Matches using = can be written as taskType = HTTP. Matches using IN are written as status IN (SCHEDULED, IN_PROGRESS). The 'startTime' and 'modifiedTime' field uses unix timestamps and accepts queries using < and >, for example startTime < 1696143600000. Queries can be combined using AND, for example taskType = HTTP AND status = SCHEDULED.

get/api/workflow/search

Query parameters

startinteger
sizeinteger
sortstring
freeTextstring
querystring
classifierstring
topLevelOnlyboolean
skipCacheboolean

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.