WorkflowEvent constructor
WorkflowEvent({})
Implementation
WorkflowEvent({
required this.executionId,
required this.eventType,
this.stepId,
this.data,
this.error,
required this.timestamp,
});
WorkflowEvent({
required this.executionId,
required this.eventType,
this.stepId,
this.data,
this.error,
required this.timestamp,
});