Workflow constructor
const
Workflow({})
Implementation
const Workflow({
required super.name,
super.metaData,
required this.steps,
required this.endGoal,
this.instructions,
this.tools,
this.toolSets,
});
const Workflow({
required super.name,
super.metaData,
required this.steps,
required this.endGoal,
this.instructions,
this.tools,
this.toolSets,
});