RequestCancelExternalWorkflowExecutionInitiatedEventAttributes constructor

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes({
  1. required int decisionTaskCompletedEventId,
  2. required String workflowId,
  3. String? control,
  4. String? runId,
})

Implementation

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes({
  required this.decisionTaskCompletedEventId,
  required this.workflowId,
  this.control,
  this.runId,
});