RequestCancelExternalWorkflowExecutionDecisionAttributes constructor

RequestCancelExternalWorkflowExecutionDecisionAttributes({
  1. required String workflowId,
  2. String? control,
  3. String? runId,
})

Implementation

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