saveExecution method

  1. @override
Future<void> saveExecution(
  1. WorkflowExecution execution
)
override

Persists a workflow execution state.

Implementation

@override
Future<void> saveExecution(WorkflowExecution execution) async {
  _executions[execution.workflowExecutionId] = execution;
}