Delete workflow
@override Future<bool> deleteWorkflow(String workflowId) async { return _workflows.remove(workflowId) != null; }