Enterprise Crm Eventbus Proto Next Task Args
data class EnterpriseCrmEventbusProtoNextTaskArgs(val combinedConditions: Output<List<EnterpriseCrmEventbusProtoCombinedConditionArgs>>? = null, val condition: Output<String>? = null, val description: Output<String>? = null, val label: Output<String>? = null, val taskConfigId: Output<String>? = null, val taskNumber: Output<String>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoNextTaskArgs>
The task that is next in line to be executed, if the condition specified evaluated to true.
Properties
Link copied to clipboard
Combined condition for this task to become an eligible next task. Each of these combined_conditions are joined with logical OR. DEPRECATED: use condition
Link copied to clipboard
User-provided description intended to give more business context about the next task edge or condition.
Link copied to clipboard
ID of the next task.
Link copied to clipboard
Task number of the next task.