Provides details of the RequestCancelExternalWorkflowExecutionInitiated event.

C# |
public class RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | RequestCancelExternalWorkflowExecutionInitiatedEventAttributes()()()() | Initializes a new instance of the RequestCancelExternalWorkflowExecutionInitiatedEventAttributes class |
![]() | Control |
Optional data attached to the event that can be used by the decider in subsequent workflow tasks.
Constraints: |
![]() | 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.) |
![]() | RunId |
The runId of the external workflow execution to be canceled.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithControl(String) | Obsolete.
Sets the Control property
|
![]() | WithDecisionTaskCompletedEventId(Int64) | Obsolete.
Sets the DecisionTaskCompletedEventId property
|
![]() | WithRunId(String) | Obsolete.
Sets the RunId property
|
![]() | WithWorkflowId(String) | Obsolete.
Sets the WorkflowId property
|
![]() | WorkflowId |
The workflowId of the external workflow execution to be canceled.
Constraints: |

Object | |
![]() | RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |