Intro
The Workflows Test Run feature enables you to run your workflows before deploying them so that you can review execution details and other data. Workflow test runs help you identify necessary adjustments and fine-tune the design, ensuring everything is optimized before deployment.Required Grants
The following grants give you rights to the Workflows feature:- Create Workflows — This grant allows you to create a new workflow, including from the template library. Anyone in the instance who needs to create new workflows should have this grant.
- Manage Workflows — This grant allows you to perform any action on any workflow in your Domo instance. Superusers, admins, and anyone who helps manage Workflows for the instance should have this grant. People with this grant who need to access executed workflow instances must specifically grant themselves the View Execution List and Edit Execution Details permissions to that workflow in the permissions modal.
Access Test Runs
To access the test run feature in a workflow, you can either create a new workflow from scratch or go to an existing workflow that has not been deployed. The Test Run option only appears on non-deployed workflow versions in the canvas. In the image below, the Test Run option displays at the top of the Workflows canvas. Note that the workflow has not been deployed.
Perform a Test Run
To start a test run, open your workflow and select Test Run.

Playback controls — The following controls are available in the workflow testing view:
Restart playback — Restarts the test run playback.
/
Start/Pause playback — Start the test run playback or pause the playback while it runs.
Skip to end of playback — If the playback is currently running, this skips to the end.

Review Validation Issues
If your test run has validation errors, the Review Validation Issues modal displays. Select Review Issues to view more information. Learn more about validating your workflow.
Review Test Runs
After testing your workflow, you can review test details in the Workflows executions interface. Follow these steps to find prior test run executions:-
Navigate to the
executions list (Executions tab) for the workflow with the test run you want to review.

-
Select the Test Run tag.
Any test run results matching the test run filter criteria are displayed under Executions.

-
Select a row from the list to view that execution’s details page.

FAQ
Select a question to expand and view its answer.Can I initiate a test run with a workflow trigger?
Can I initiate a test run with a workflow trigger?
No, a test run can only be started manually in the workflow tool.
Does a test run actually execute the steps in the workflow model?
Does a test run actually execute the steps in the workflow model?
Yes, a test run invokes any task, integration, or decision included in the workflow.
Do test runs consume credits?
Do test runs consume credits?
Yes, you accrue credit usage on test run executions.
Can I add breakpoints or only run to a certain step?
Can I add breakpoints or only run to a certain step?
Not yet, but these are under consideration for a feature release.