The task that is next in line to be executed, if the condition specified evaluated to true.
JSON representation | |
---|---|
{
"taskConfigId": string,
"taskNumber": string,
"combinedConditions": [
{
object ( |
Fields | |
---|---|
taskConfigId |
ID of the next task. |
taskNumber |
Task number of the next task. |
combinedConditions[] |
Combined condition for this task to become an eligible next task. Each of these combinedConditions are joined with logical OR. DEPRECATED: use |
condition |
Standard filter expression for this task to become an eligible next task. |
label |
User-provided label that is attached to this edge in the UI. |