Provides details of the WorkflowExecutionCancelRequested event.

示例#1
0
 public HistoryEvent WithWorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes workflowExecutionCancelRequestedEventAttributes)
 {
     this.workflowExecutionCancelRequestedEventAttributes = workflowExecutionCancelRequestedEventAttributes;
     return this;
 }