Provides details of the WorkflowExecutionTerminated event.

C# |
public class WorkflowExecutionTerminatedEventAttributes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | WorkflowExecutionTerminatedEventAttributes()()()() | Initializes a new instance of the WorkflowExecutionTerminatedEventAttributes class |
![]() | Cause |
If set, indicates that the workflow execution was automatically terminated, and specifies the cause. This happens if the parent workflow
execution times out or is terminated and the child policy is set to terminate child executions.
Constraints: |
![]() | ChildPolicy |
The policy used for the child workflow executions of this workflow execution. The supported child policies are:
Constraints: |
![]() | Details |
The details provided for the termination (if any).
Constraints: |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Reason |
The reason provided for the termination (if any).
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCause(String) | Obsolete.
Sets the Cause property
|
![]() | WithChildPolicy(String) | Obsolete.
Sets the ChildPolicy property
|
![]() | WithDetails(String) | Obsolete.
Sets the Details property
|
![]() | WithReason(String) | Obsolete.
Sets the Reason property
|

Object | |
![]() | WorkflowExecutionTerminatedEventAttributes |