Create and Build a Workflow
Create a workflow, select its form, and connect modules on the canvas.
Last updated
Was this helpful?
Create a workflow, select its form, and connect modules on the canvas.
Select Workflows from the left sidebar.
Open the folder where you want to create the workflow.
Select Create workflow.
Enter a workflow name and an optional description.
Select Create.
The workflow opens in the editor with an initial draft version.
The Form module is the required first module. The selected form defines the fields available to later modules and to callers using the workflow API.
Before configuring the workflow:
Open Extensions and create or select a form.
Add and arrange the required fields.
Configure the form fields and appearance.
Publish the form.
Then return to the workflow:
Select the Form module.
Select the published form.
Save the workflow.
For the sales contract example, the selected form could contain:
Client Name
Package
Manage form fields and appearance from Extensions. After changing the form, publish it before publishing the workflow.
Add a module from the module panel to the canvas.
Select the module and complete its configuration.
Connect the previous module's output to the new module's input.
Continue until every workflow path ends with a delivery module.
Select Save workflow.
Connections control execution order. A module can use data or files only from modules that run before it on the same path.
Disconnected modules and incomplete paths can be saved as a draft, but they prevent the workflow version from being published.
Saving stores the current draft, including the canvas, form, module settings, and connections. The editor displays Findings when a module is incomplete or a connection is invalid.
Select a finding to locate the affected module, correct its configuration, and save again.
Last updated
Was this helpful?
Was this helpful?