Summary
Find Forward Paths
Description
Find the paths between two Tasks in a Workflow by Task ids and Workflow details.
Route
POST /workflow_engine/findForwardPaths
Roles
admin
engineering
support
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
start_task | string | yes | Name of the start Task. |
end_task | string | yes | Name of the end Task. |
workflow_details | object | yes | Workflow data which contain the Tasks. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
all_paths | array | All valid paths between the Tasks. |