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 | |
|---|---|
taskConfigId
|
ID of the next task. |
taskId
|
Task number of the next task. |
condition
|
Standard filter expression for this task to become an eligible next task. |
displayName
|
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. |

