Provides details of the WorkflowExecutionContinuedAsNew event.
 Declaration Syntax
 Declaration Syntax| C# | 
public class WorkflowExecutionContinuedAsNewEventAttributes
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | WorkflowExecutionContinuedAsNewEventAttributes()()()() | Initializes a new instance of the WorkflowExecutionContinuedAsNewEventAttributes class | 
|  | 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:  
 Constraints: | 
|  | DecisionTaskCompletedEventId | 
            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 cause of events.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | ExecutionStartToCloseTimeout | 
            The total duration allowed for the new workflow execution. The valid values are integers greater than or equal to 0. An integer value
            can be used to specify the duration in seconds while NONE can be used to specify unlimited duration.
             
             Constraints: | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Input | 
            The input provided to the new workflow execution.
             
             Constraints: | 
|  | NewExecutionRunId | 
            The runId of the new workflow execution.
             
             Constraints: | 
|  | TagList | 
            The list of tags associated with the new workflow execution.
             
             Constraints: | 
|  | TaskList | 
            Represents a task list.
             
             | 
|  | TaskStartToCloseTimeout | 
            The maximum duration of decision tasks for the new workflow execution. The valid values are integers greater than or equal to 0. An
            integer value can be used to specify the duration in seconds while NONE can be used to specify unlimited duration.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithChildPolicy(String) | Obsolete. 
            Sets the ChildPolicy property
             | 
|  | WithDecisionTaskCompletedEventId(Int64) | Obsolete. 
            Sets the DecisionTaskCompletedEventId property
             | 
|  | WithExecutionStartToCloseTimeout(String) | Obsolete. 
            Sets the ExecutionStartToCloseTimeout property
             | 
|  | WithInput(String) | Obsolete. 
            Sets the Input property
             | 
|  | WithNewExecutionRunId(String) | Obsolete. 
            Sets the NewExecutionRunId property
             | 
|  | WithTagList(array<String>[]()[][]) | Obsolete. 
            Adds elements to the TagList collection
             | 
|  | WithTagList(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the TagList collection
             | 
|  | WithTaskList(TaskList) | Obsolete. 
            Sets the TaskList property
             | 
|  | WithTaskStartToCloseTimeout(String) | Obsolete. 
            Sets the TaskStartToCloseTimeout property
             | 
|  | WithWorkflowType(WorkflowType) | Obsolete. 
            Sets the WorkflowType property
             | 
|  | WorkflowType | 
            Represents a workflow type.
             
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | WorkflowExecutionContinuedAsNewEventAttributes |