Workflow constructor
Workflow({
- DateTime? createdOn,
- Map<
String, String> ? defaultRunProperties, - String? description,
- WorkflowGraph? graph,
- DateTime? lastModifiedOn,
- WorkflowRun? lastRun,
- int? maxConcurrentRuns,
- String? name,
Implementation
Workflow({
this.createdOn,
this.defaultRunProperties,
this.description,
this.graph,
this.lastModifiedOn,
this.lastRun,
this.maxConcurrentRuns,
this.name,
});