WorkflowExecutionCancelRequestedEventAttributes constructor
WorkflowExecutionCancelRequestedEventAttributes({
- WorkflowExecutionCancelRequestedCause? cause,
- int? externalInitiatedEventId,
- WorkflowExecution? externalWorkflowExecution,
Implementation
WorkflowExecutionCancelRequestedEventAttributes({
this.cause,
this.externalInitiatedEventId,
this.externalWorkflowExecution,
});