WorkflowExtension extension
Workflow extension methods
- on
Methods
-
copyWith(
{String? id, String? name, String? description, List< WorkflowStep> ? steps, String? startStepId, Map<String, dynamic> ? initialData, WorkflowStatus? status, DateTime? createdAt, DateTime? updatedAt, String? version, int? priority, bool? isEnabled, List<String> ? tags, Map<String, String> ? metadata, Map<String, dynamic> ? triggerConditions, int? maxRetries, Duration? executionTimeout}) → Workflow -
Available on Workflow, provided by the WorkflowExtension extension
Create a copy of the workflow