Test a published agentic workflow to confirm it starts correctly, collects the right information, calls the right tools, and completes with the expected outcome.
Before you begin
Make sure you have:
- Published the workflow successfully.
- Attached the managed start tool to the AI assistant. See Publish a workflow and attach the start tool.
- Access to converse with that assistant as a test user.
- Any HRIS or integration tools used by the workflow already tested and set to Active.
Important: Don't treat canvas editing as a substitute for an end-to-end assistant test. A workflow can be valid in the designer and still fail to start if the start tool is missing from the assistant.
Test a user-initiated workflow
- Open a conversation with the AI assistant that has the start tool attached.
- Enter a request that should match the Start action's Tool Description.
Example:
I'd like to request time off next week.
- Confirm that the workflow starts. You should see activity such as the Start action's Agent Activity Text, for example, Starting your time off request….
- If workflow steps are enabled, confirm that the expected milestones appear, for example, Gather details → Submit request → Complete.
- Complete the conversation:
- Provide any information the Agent action requests.
- Confirm that the Run Tool or other integrations execute as designed.
- Check the final confirmation or outcome message.
- Optionally open the workflow run in the designer to inspect action status and outputs. See Monitor workflow runs.
What success looks like
A successful test typically shows that the workflow:
- Starts from the assistant.
- Uses the correct workflow for the request.
- Collects required inputs without asking for the same information twice.
- Calls only the tools attached or selected in the workflow.
- Completes, waits, or errors in a way that matches the design.
- Leaves a workflow run you can inspect.
If the workflow doesn't start
If the assistant answers without starting the workflow:
- Confirm that the workflow status is Live.
- Confirm that the Start trigger is User-initiated.
- Confirm that the managed start tool is attached to the assistant and that the assistant is saved (and active, if required).
- Compare the test prompt with the Start Tool Description. Try a clearer request that matches the description.
- Check that another live workflow isn't a better match for the same request.
Tip: If the assistant responds normally and no workflow run is created, focus your investigation on the Start configuration, managed start tool, and assistant configuration before troubleshooting individual workflow actions.
If the workflow starts but fails later
- Open the workflow run and identify the first failed or stuck action.
- For an Agent action:
- Review the instructions and required output fields.
- Confirm that attached tools are Active and attached to that Agent action.
- For a Run Tool action:
- Confirm that input mappings use the correct workflow variables.
- Confirm that the tool allows Run Tool use, rather than being restricted to individual user sign-in or case-only use.
- Fix the draft, publish a new version, and retest with a new run.
Important: Always publish the version you intend to test. Existing runs don't pick up draft changes.
What to do next
- Fix issues, republish, and retest.
- Monitor workflow runs
Related articles