Provides details of the StartChildWorkflowExecutionInitiated event.

C# |
public class StartChildWorkflowExecutionInitiatedEventAttributes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | StartChildWorkflowExecutionInitiatedEventAttributes()()()() | Initializes a new instance of the StartChildWorkflowExecutionInitiatedEventAttributes class |
![]() | ChildPolicy |
The policy to use for the child workflow executions if this execution gets terminated by explicitly calling the
TerminateWorkflowExecution action or due to an expired timeout. The supported child policies are:
Constraints: |
![]() | Control |
Optional data attached to the event that can be used by the decider in subsequent decision tasks. This data is not sent to the activity.
Constraints: |
![]() | DecisionTaskCompletedEventId |
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecutionDecision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause
of events.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | ExecutionStartToCloseTimeout |
The maximum duration for the child workflow execution. If the workflow execution is not closed within this duration, it will be timed out
and force terminated. 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 inputs provided to the child workflow execution (if any).
Constraints: |
![]() | TagList |
The list of tags to associated with the child workflow execution.
Constraints: |
![]() | TaskList |
The name of the task list used for the decision tasks of the child workflow execution.
|
![]() | TaskStartToCloseTimeout |
The maximum duration allowed for the decision tasks for this 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
|
![]() | WithControl(String) | Obsolete.
Sets the Control property
|
![]() | WithDecisionTaskCompletedEventId(Int64) | Obsolete.
Sets the DecisionTaskCompletedEventId property
|
![]() | WithExecutionStartToCloseTimeout(String) | Obsolete.
Sets the ExecutionStartToCloseTimeout property
|
![]() | WithInput(String) | Obsolete.
Sets the Input 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
|
![]() | WithWorkflowId(String) | Obsolete.
Sets the WorkflowId property
|
![]() | WithWorkflowType(WorkflowType) | Obsolete.
Sets the WorkflowType property
|
![]() | WorkflowId |
The workflowId of the child workflow execution.
Constraints: |
![]() | WorkflowType |
The type of the child workflow execution.
|

Object | |
![]() | StartChildWorkflowExecutionInitiatedEventAttributes |