ExternalWorkflowExecutionSignaledEventAttributes constructor
ExternalWorkflowExecutionSignaledEventAttributes({
- required int initiatedEventId,
- required WorkflowExecution workflowExecution,
Implementation
ExternalWorkflowExecutionSignaledEventAttributes({
required this.initiatedEventId,
required this.workflowExecution,
});