WorkflowExecutionContinuedAsNewEventAttributes
Provides the details of the WorkflowExecutionContinuedAsNew
event.
Types
Properties
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.
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.
The total duration allowed for the new workflow execution.
The IAM role to attach to the new (continued) workflow execution.
The runId
of the new workflow execution.
The priority of the task to use for the decisions of the new (continued) workflow execution.
The maximum duration of decision tasks for the new workflow execution.
The workflow type of this execution.