Validating a workflow
A workflow must be valid before it can be run or saved.
In general terms, a valid workflow has at least one route for data to flow into it, at least one result saved from it, and it contains no unconnected elements. In more detail:
- There must be at least one Input element connected to the main input channel of the element where data starts its flow through the workflow. Where there are multiple independent arms in the workflow, this requirement pertains to each of those arms.
- There must be at least one result saved from the end of each branch within a workflow. In practice this means that at least one Output or Export element must be connected to each terminal element with an output channel.
- All elements must have at least one connection to another element in the workflow.
Validation status is continuously monitored, with messages relating to this reported at the bottom of the editor.
The validation status of a workflow will fall into one of three categories:
- Valid and saved When a workflow is valid and has been saved, the message "Validation successful" is displayed in green text at the bottom of the editor (figure 13.13).
Figure 13.13: The "Validation successful" message indicates that this workflow is valid and has been saved. - Valid, with changes not yet saved When a workflow is valid but there are unsaved changes, a single message is displayed at the bottom of the editor saying "The workflow must be saved". The unsaved state is also represented by the asterisk in the name of the tab (figure 13.14).
Valid workflows can be run before they are saved, allowing changes to be tested before overwriting any previously saved version.
The Installation... button is enabled when a workflow is valid and has been saved. See Workflow installation for information about workflow installation.
Figure 13.14: This workflow has changes that have not yet been saved, as indicated by the message at the bottom of the editor and the asterisk beside the workflow name in the tab at the top. - Invalid Each problem in a workflow is reported at the bottom of the editor (figure 13.15).
Figure 13.15: Problems are reported at the bottom of the workflow editor.Clicking on a message about a specific element redirects the focus within the editor to that element (figure 13.16).
Figure 13.16: Clicking on the error message about Filter against Known Variants at the bottom of the editor moved the focus in the editor to that element.