DecisionTaskScheduledEventAttributes class
Provides details about the DecisionTaskScheduled
event.
Constructors
- DecisionTaskScheduledEventAttributes({required TaskList taskList, String? startToCloseTimeout, String? taskPriority})
-
DecisionTaskScheduledEventAttributes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startToCloseTimeout → String?
-
The maximum duration for this decision task. The task is considered timed
out if it doesn't completed within this duration.
final
- taskList → TaskList
-
The name of the task list in which the decision task was scheduled.
final
- taskPriority → String?
-
A task priority that, if set, specifies the priority for this decision task.
Valid values are integers that range from Java's
Integer.MIN_VALUE
(-2147483648) toInteger.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited