WorkflowExecutionResult constructor
WorkflowExecutionResult({})
Implementation
WorkflowExecutionResult({
required this.workflowId,
required this.executionId,
required this.status,
this.result,
this.error,
required this.startedAt,
this.completedAt,
});