View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoNextTask (google_api_integrations v0.13.0)
The task that is next in line to be executed, if the condition specified evaluated to true.
Attributes
-
combinedConditions
(type:list(GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoCombinedCondition.t)
, default:nil
) - Combined condition for this task to become an eligible next task. Each of these combined_conditions are joined with logical OR. DEPRECATED: usecondition
-
condition
(type:String.t
, default:nil
) - Standard filter expression for this task to become an eligible next task. -
description
(type:String.t
, default:nil
) - User-provided description intended to give more business context about the next task edge or condition. -
label
(type:String.t
, default:nil
) - User-provided label that is attached to this edge in the UI. -
taskConfigId
(type:String.t
, default:nil
) - ID of the next task. -
taskNumber
(type:String.t
, default:nil
) - Task number of the next task.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoNextTask{ combinedConditions: [ GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoCombinedCondition.t() ] | nil, condition: String.t() | nil, description: String.t() | nil, label: String.t() | nil, taskConfigId: String.t() | nil, taskNumber: String.t() | nil }