WorkflowExecutionContinuedAsNewEventAttributes class

Provides the details of the WorkflowExecutionContinuedAsNew event.

Constructors

WorkflowExecutionContinuedAsNewEventAttributes({required ChildPolicy childPolicy, required int decisionTaskCompletedEventId, required String newExecutionRunId, required TaskList taskList, required WorkflowType workflowType, String? executionStartToCloseTimeout, String? input, String? lambdaRole, List<String>? tagList, String? taskPriority, String? taskStartToCloseTimeout})
WorkflowExecutionContinuedAsNewEventAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

childPolicy ChildPolicy
The policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
final
decisionTaskCompletedEventId int
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the ContinueAsNewWorkflowExecution decision that started this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
final
executionStartToCloseTimeout String?
The total duration allowed for the new workflow execution.
final
hashCode int
The hash code for this object.
no setterinherited
input String?
The input provided to the new workflow execution.
final
lambdaRole String?
The IAM role to attach to the new (continued) workflow execution.
final
newExecutionRunId String
The runId of the new workflow execution.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagList List<String>?
The list of tags associated with the new workflow execution.
final
taskList TaskList
The task list to use for the decisions of the new (continued) workflow execution.
final
taskPriority String?
The priority of the task to use for the decisions of the new (continued) workflow execution.
final
taskStartToCloseTimeout String?
The maximum duration of decision tasks for the new workflow execution.
final
workflowType WorkflowType
The workflow type of this execution.
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