Workflow inputs and outputs are key elements of the workflow. An input port is either a data input or an input parameter setting. In a Web form, this would be equivalent to text boxes and configuration settings. Output ports are the same. They allow you to retrieve the results of a service or/and the entire workflow.
1. In a blank space in the Workflow Diagram, right-click and select Workflow input port. |
By default the granularity of the input port is a Single value (the input port expects only one input value). For example if the workflow input port takes as values protein identifiers, in this case the workflow input value has to be just one protein identifier. However if the input values expect a list of values (e.g. list of protein identifier) you can specify the List depth.
3. Click OK to create the workflow input port. |
Before Taverna invokes a workflow, it will check that all input and output values are syntactically correct (i.e. single values and lists). |
|
Descriptions and examples values can be added to workflow inputs and outputs to make them more understandable or sharable. The annotations section of the documentation explains how.
|