EnterpriseCrmEventbusProtoNextTaskResponse

data class EnterpriseCrmEventbusProtoNextTaskResponse(val combinedConditions: List<EnterpriseCrmEventbusProtoCombinedConditionResponse>, val condition: String, val description: String, val label: String, val taskConfigId: String, val taskNumber: String)

The task that is next in line to be executed, if the condition specified evaluated to true.

Constructors

fun EnterpriseCrmEventbusProtoNextTaskResponse(combinedConditions: List<EnterpriseCrmEventbusProtoCombinedConditionResponse>, condition: String, description: String, label: String, taskConfigId: String, taskNumber: String)

Types

Link copied to clipboard
object Companion

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

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

ID of the next task.

Link copied to clipboard

Task number of the next task.