app-workflow_engine

On this page:

findForwardPaths

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 Id of the start Task.
end_task string yes Id of the end Task.
workflow_details object yes Workflow data which contain the tasks and transitions properties of the workflow.

Return

DetailsExampleSchema
Name Type Description
all_paths array All valid paths between the Tasks.