The task that is next in line to be executed, if the condition specified evaluated to true.
JSON representation |
---|
{ "taskConfigId": string, "taskId": string, "condition": string, "displayName": string, "description": string } |
Fields | |
---|---|
task |
ID of the next task. |
task |
Task number of the next task. |
condition |
Standard filter expression for this task to become an eligible next task. |
display |
User-provided label that is attached to this edge in the UI. |
description |
User-provided description intended to give additional business context about the task. |