Skip to main content
Once you have built a Workflow, there are several ways to run it depending on your use case. You can also use Cassidy’s testing interface to validate each step before going live.

Run a single Workflow

Run a Workflow once with manually entered inputs. This uses the Manual trigger.
1

Open the Run tab

Navigate to the Workflow you want to run and click the Run tab.
Workflow Run tab showing the input form for a manual trigger
2

Enter inputs

Fill out the form fields defined by the Workflow’s trigger. These might include text, URLs, files, or dropdown selections.
Input form filled with sample values before running the Workflow
3

Click Run Workflow

Click Run Workflow to execute. Results appear inline as each action completes.
Check your previous Workflow runs and the credits they consumed by clicking View Previous Runs in the top-right corner of the Workflow details page.

Schedule a Workflow

Set a Workflow to run automatically on a recurring basis.
1

Use a Scheduled trigger

When building your Workflow, select Scheduled as the trigger type.
2

Configure the schedule

Set the frequency (e.g., every hour, daily, weekly) and the specific time. The Workflow runs automatically at the configured times without any manual input.
Scheduled trigger configuration showing frequency and time options

Run an integrated Workflow

Trigger Workflows automatically from events in your connected tools.
2

Connect the integration

Follow the prompts to authorize and configure the connected app. For webhooks, copy your unique webhook URL and configure your external system to send a POST request to it.
3

Workflow runs in the background

Once configured, the Workflow runs automatically whenever the specified event occurs. Results are logged in View Previous Runs.
Integration trigger showing a connected app
For more on external deployment, see sharing and deployment.

Run a Workflow in chat

You can execute Workflows directly within Cassidy’s chat interface in two ways:
  • Run manually from chat — open the Workflows panel in a chat, select a Workflow, fill in the form, and generate results without leaving the conversation. See chatting with an Agent for details.
  • Agent calls a Workflow automatically — equip an Agent with the Call Workflow capability so it intelligently decides when to run a relevant Workflow during a conversation.

Test a Workflow

Cassidy’s testing interface lets you validate your Workflow step by step before processing live data.
1

Open the editor

Navigate to your Workflow and click Edit in the top-right corner.
Workflow detail page with the Edit button highlighted in the top-right corner
2

Click Test Workflow

Click the Test Workflow button in the editor toolbar.
3

Enter test values and run

Fill in sample values for your trigger inputs and click Run Workflow to execute a full end-to-end test.
Test Workflow panel with sample inputs filled in and the Run Workflow button
4

Review outputs

After the run completes, examine the results displayed for each action. Click the edit icon on any action block to jump to its configuration and make adjustments.
Test results showing output for each action in the Workflow

Granular testing options

Once you have run a full test, you can retest individual steps without re-running the entire Workflow:
OptionWhat it doesWhen to use it
Retest This Step OnlyReruns a single action in isolationDebugging one specific action
Retest From HereRuns the current action and everything after itYou changed an action that affects downstream steps
Retest To HereRuns all actions up to and including the current oneThe later steps work and you don’t want to trigger them again
Click the retest icon on any action block to access these options.
Retest options menu on an action block showing Retest This Step Only, Retest From Here, and Retest To Here

Test nested actions

Workflows that use Paths or Loops contain nested actions. Click into a nested action to access its individual testing options and configuration.

Skip actions during testing

Some actions — like sending emails or updating CRM records — should not run during testing. Click the menu on an action and toggle Skip During Testing to prevent it from executing in test runs. A visual indicator appears on the action block.
Action menu with the Skip During Testing toggle
Action block showing the Skip During Testing indicator

Review previous test runs

Click Previous Runs in the test panel to see your testing history. You can review the inputs and outputs from each past test run, and click the clipboard icon to copy previous inputs into a new test.
Previous Runs panel showing test run history
Previous Runs details showing inputs and outputs from a past test run

Next steps

Process data in bulk

Import datasets and run your Workflow at scale.

Share and deploy

Manage permissions, export Workflows, and deploy via webhooks.

Analyze data

Use Data Analysis Mode to generate insights, charts, and reports from files.

Set fallback values

Keep your Workflow running even when individual actions fail.

Hide actions from results

Show only the most relevant outputs to end users.