Workflows
A workflow allows you to process data through a series of processing steps.
While the overview demonstrates creating and running a simple workflow, we will now cover some more advanced features of the workflow manager.
Data queries and selectors
Section titled “Data queries and selectors”While data explicits allow you to select data at configuration time, data queries allow you to query and search for data when the workflow executes; you can then use data selectors to pick e.g. only the newest result.
Variables
Section titled “Variables”Similarly, variables allow you to set parameters at workflow execution time. Define a new variable on the right; then, the parameter fields will allow you to configure a parameter as a variable.
You can configure tags for the overall workflow, or for individual processing nodes. You can also have a processing node tag its outputs automatically; this can be very useful, e.g. if you need to use the outputs for other jobs outside the workflow.