SignalExternalWorkflowExecutionFailedEventAttributes constructor
SignalExternalWorkflowExecutionFailedEventAttributes({})
Implementation
SignalExternalWorkflowExecutionFailedEventAttributes({
required this.cause,
required this.decisionTaskCompletedEventId,
required this.initiatedEventId,
required this.workflowId,
this.control,
this.runId,
});