Provides details of the WorkflowExecutionCancelRequested event.

Esempio n. 1
0
 public HistoryEvent WithWorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes workflowExecutionCancelRequestedEventAttributes)
 {
     this.workflowExecutionCancelRequestedEventAttributes = workflowExecutionCancelRequestedEventAttributes;
     return this;
 }