Workflow inputs
A workflow can take data connections as inputs. When you run a task for a workflow, the workflow examines all its inputs and retrieves documents from them.
Adding existing inputs to a workflow
You can add any existing data connections as inputs to a workflow.
For information on creating new data connections to use as inputs, see Adding new inputs to a workflow.
Workflow Designer instructions
To add an existing input to a workflow:
Procedure
Click on the Workflow Designer panel.
Click on the workflow that you want.
Click on the Input panel.
Click on the Add Input button.
Click on Add Existing and select a data connection from the list.
Click on the Add Input button.
Related CLI command(s)
editWorkflow
Related REST API method(s)
PUT /workflows/{uuid}
Adding new inputs to a workflow
On the Workflow Designer page in the Admin App, you can create new data connections while adding new inputs to a workflow, rather than having to create the data connections first.
To do this using the REST API or CLI, you need to first create the data connections, then edit the workflow.
To add a new input to a workflow:
Procedure
Click the Workflow Designer window.
Select the workflow that you want.
Click the Input window.
Click Add Input.
Select Create New.
Use the Add Data Connection page to configure a new data connection. The configuration options differ depending on the type you selected. For more information, see Data connection types and settings.
Click Create.
Related CLI commands
editWorkflow
Related REST API methods
PUT /workflows/{uuid}
Results
Removing inputs from a workflow
You can remove an input from a workflow at any time, even when a workflow task is running. In this case, the task stops reading data from the input.
Workflow Designer instructions
Procedure
Click on the Workflow Designer panel.
Click on the workflow that you want.
Click on the Input panel.
Click on the remove icon (
) for the input you want to remove.
Click on the OK button in the prompt.