Running Workflows in UI
You can run workflows from the Conductor UI in two places:
- Run Workflow in the left navigation menu
- The Run tab in a workflow definition’s visual diagram editor
To run a workflow:
-
Select the Workflow name and Version. If the version is unspecified, the latest version will run.
-
Enter the Input params.
{
“key”: “value”,
“someKey”: 2
} -
(Optional) Enter the Idempotency key, Correlation id, and Task to domain mapping.
Example task to domain mapping
{
"task_x": "someDomain"
} -
Select Run Workflow in the top right corner.
The workflow ID for the current execution will appear at the top of the page. Select the workflow ID to view the execution details.
Workflow run history
The Run Workflow page has a panel for the workflow run history.
The workflow run history contains all workflow executions initiated from the UI. You can select the Execution name or Execution link to jump to the execution details screen.
You can also select the Restore Form Values button to load a past execution’s configuration values into the UI form and rerun the workflow.
To clear the workflow run history, select Reset > Confirm.
Video guide
Watch how we can run a workflow from UI.