Provides details of the RequestCancelExternalWorkflowExecutionFailed event.

C# |
public class RequestCancelExternalWorkflowExecutionFailedEventAttributes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description | ||
---|---|---|---|---|
![]() | RequestCancelExternalWorkflowExecutionFailedEventAttributes()()()() | Initializes a new instance of the RequestCancelExternalWorkflowExecutionFailedEventAttributes class | ||
![]() | Cause |
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes.
Constraints: | ||
![]() | Control | |||
![]() | DecisionTaskCompletedEventId |
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this cancellation request. This information can be useful for diagnosing problems
by tracing back the cause of events.
| ||
![]() | 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.) | ||
![]() | InitiatedEventId |
The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.
| ||
![]() | RunId |
The runId of the external workflow execution.
Constraints: | ||
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | ||
![]() | WithCause(String) | Obsolete.
Sets the Cause property
| ||
![]() | WithControl(String) | Obsolete.
Sets the Control property
| ||
![]() | WithDecisionTaskCompletedEventId(Int64) | Obsolete.
Sets the DecisionTaskCompletedEventId property
| ||
![]() | WithInitiatedEventId(Int64) | Obsolete.
Sets the InitiatedEventId property
| ||
![]() | WithRunId(String) | Obsolete.
Sets the RunId property
| ||
![]() | WithWorkflowId(String) | Obsolete.
Sets the WorkflowId property
| ||
![]() | WorkflowId |
The workflowId of the external workflow to which the cancel request was to be delivered.
Constraints: |

Object | |
![]() | RequestCancelExternalWorkflowExecutionFailedEventAttributes |