EnterpriseCrmEventbusProtoNextTaskArgs

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.

Constructors

Link copied to clipboard
fun EnterpriseCrmEventbusProtoNextTaskArgs(combinedConditions: Output<List<EnterpriseCrmEventbusProtoCombinedConditionArgs>>? = null, condition: Output<String>? = null, description: Output<String>? = null, label: Output<String>? = null, taskConfigId: Output<String>? = null, taskNumber: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmEventbusProtoNextTaskArgs

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
val condition: Output<String>? = null

Standard filter expression for this task to become an eligible next task.

Link copied to clipboard
val description: Output<String>? = null

User-provided description intended to give more business context about the next task edge or condition.

Link copied to clipboard
val label: Output<String>? = null

User-provided label that is attached to this edge in the UI.

Link copied to clipboard
val taskConfigId: Output<String>? = null

ID of the next task.

Link copied to clipboard
val taskNumber: Output<String>? = null

Task number of the next task.