EnterpriseCrmEventbusProtoNextTask class
The task that is next in line to be executed, if the condition specified evaluated to true.
Constructors
-
EnterpriseCrmEventbusProtoNextTask({List<
EnterpriseCrmEventbusProtoCombinedCondition> ? combinedConditions, String? condition, String? description, String? label, String? taskConfigId, String? taskNumber}) - EnterpriseCrmEventbusProtoNextTask.fromJson(Map json_)
Properties
-
combinedConditions
↔ List<
EnterpriseCrmEventbusProtoCombinedCondition> ? -
Combined condition for this task to become an eligible next task.
getter/setter pair
- condition ↔ String?
-
Standard filter expression for this task to become an eligible next task.
getter/setter pair
- description ↔ String?
-
User-provided description intended to give more business context about the
next task edge or condition.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ String?
-
User-provided label that is attached to this edge in the UI.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskConfigId ↔ String?
-
ID of the next task.
getter/setter pair
- taskNumber ↔ String?
-
Task number of the next task.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited