Workflow.steps_

The individual steps that make up the workflow. Each step is executed when all of its input data links are fufilled. An implementation may choose to execute the steps in a different order than listed and/or execute steps concurrently, provided that dependencies between steps are met.

class Workflow
@idMap("id")
Either!(WorkflowStep[]) steps_;

Meta