Skip to main content

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:

  1. Select the Workflow name and Version. If the version is unspecified, the latest version will run.

  2. Enter the Input params.

    {
    “key”: “value”,
    “someKey”: 2
    }
  3. (Optional) Enter the Idempotency key, Correlation id, and Task to domain mapping.

    Example task to domain mapping

    {
    "task_x": "someDomain"
    }
  4. Select Run Workflow in the top right corner.

Run a workflow in the Conductor UI.

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.

Screenshot of the Workflow run history section in the Conductor UI.

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.

Restore a previous workflow execution configuration to run it again.

To clear the workflow run history, select Reset > Confirm.

Video guide

Watch how we can run a workflow from UI.