Workflows Section
Workflow Section
Defines the workflows and sequences in which the methods should be executed. Adds additional workflow options and scripting.
Identifier
workflows
Structure
<name>: Workflow name. Identified by Orca to run a workflow
threads: list of Labware Thread Definitions
Labware Thread Defintions
This section further examines Labware Threads. These define the sequence of methods a labware plate should go through in a workflow defintion.
Properties
Labware threads are defintions beneath the threads property of workflows
<name>: Name of the labware thread
labware: Labware name. Matches labware name in labwares section
type: Thread type. Values: [Start, wrapper]
start: Labware position from which to begin.
end: Labware position on which to end. Must match teachpoint definition in the transporting resource.
steps: Sequence of Methods the plate should perform. These method names must be defined in methods section
Example
Coming soon...