saveExecution method
Persists a workflow execution state.
Implementation
@override
Future<void> saveExecution(WorkflowExecution execution) async {
_executions[execution.workflowExecutionId] = execution;
}
Persists a workflow execution state.
@override
Future<void> saveExecution(WorkflowExecution execution) async {
_executions[execution.workflowExecutionId] = execution;
}