The configuration settings for a workflow execution including timeout values, tasklist etc. These configuration settings are determined from the defaults specified when registering the workflow type and those specified when starting the workflow execution.

C# |
public class WorkflowExecutionConfiguration

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | WorkflowExecutionConfiguration()()()() | Initializes a new instance of the WorkflowExecutionConfiguration class |
![]() | ChildPolicy |
The policy to use for the child workflow executions if this workflow execution is terminated, by calling the
TerminateWorkflowExecution action explicitly or due to an expired timeout. The supported child policies are:
Constraints: |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | ExecutionStartToCloseTimeout |
The total duration 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: |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | TaskList |
The task list used for the decision tasks generated for this workflow execution.
|
![]() | TaskStartToCloseTimeout |
The maximum duration allowed for 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
|
![]() | WithExecutionStartToCloseTimeout(String) | Obsolete.
Sets the ExecutionStartToCloseTimeout property
|
![]() | WithTaskList(TaskList) | Obsolete.
Sets the TaskList property
|
![]() | WithTaskStartToCloseTimeout(String) | Obsolete.
Sets the TaskStartToCloseTimeout property
|

Object | |
![]() | WorkflowExecutionConfiguration |