AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Provides the details of the WorkflowExecutionContinuedAsNew
event.
Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.SimpleWorkflow.dll
Version: 3.x.y.z
public class WorkflowExecutionContinuedAsNewEventAttributes
The WorkflowExecutionContinuedAsNewEventAttributes type exposes the following members
Name | Description | |
---|---|---|
![]() |
WorkflowExecutionContinuedAsNewEventAttributes() |
Name | Type | Description | |
---|---|---|---|
![]() |
ChildPolicy | Amazon.SimpleWorkflow.ChildPolicy |
Gets and sets the property 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. The supported child policies are:
|
![]() |
DecisionTaskCompletedEventId | System.Nullable<System.Int64> |
Gets and sets the property DecisionTaskCompletedEventId.
The ID of the |
![]() |
ExecutionStartToCloseTimeout | System.String |
Gets and sets the property ExecutionStartToCloseTimeout. The total duration allowed for the new workflow execution.
The duration is specified in seconds, an integer greater than or equal to |
![]() |
Input | System.String |
Gets and sets the property Input. The input provided to the new workflow execution. |
![]() |
LambdaRole | System.String |
Gets and sets the property LambdaRole. The IAM role to attach to the new (continued) workflow execution. |
![]() |
NewExecutionRunId | System.String |
Gets and sets the property NewExecutionRunId.
The |
![]() |
TagList | System.Collections.Generic.List<System.String> |
Gets and sets the property TagList. The list of tags associated with the new workflow execution. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
TaskList | Amazon.SimpleWorkflow.Model.TaskList |
Gets and sets the property TaskList. The task list to use for the decisions of the new (continued) workflow execution. |
![]() |
TaskPriority | System.String |
Gets and sets the property TaskPriority. The priority of the task to use for the decisions of the new (continued) workflow execution. |
![]() |
TaskStartToCloseTimeout | System.String |
Gets and sets the property TaskStartToCloseTimeout. The maximum duration of decision tasks for the new workflow execution.
The duration is specified in seconds, an integer greater than or equal to |
![]() |
WorkflowType | Amazon.SimpleWorkflow.Model.WorkflowType |
Gets and sets the property WorkflowType. The workflow type of this execution. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer