2025-08-04 06:49:49 +00:00
---
id: trigger-workflow-from-app
title: Trigger Workflows Within ToolJet
---
2025-08-06 05:48:04 +00:00
< div style = {{display:'flex',justifyContent:"start",alignItems:"center",gap:"8px"}} >
< div className = "badge badge--self-hosted heading-badge" >
< span > Self Hosted< / span >
< / div >
< / div >
2025-08-21 10:42:34 +00:00
This guide will show you how to set up a workflow and trigger it from a ToolJet application.
2025-08-04 06:49:49 +00:00
## Create Workflow
To create a workflow follow the following steps:
1. Navigate to the Workflows Section from the navigation bar on the dashboard.
2025-08-21 10:42:34 +00:00
< img className = "screenshot-full img-full" style = {{ marginTop: ' 15px ' } } src = "/img/workflows/trigger-from-app/workflow-section.png" alt = "Navigate to Workflow Section" / >
2025-08-04 06:49:49 +00:00
2. Click on **Create new workflow** , enter a unique name for your workflow, and click on ** +Create workflow** to create the workflow.
2025-08-21 10:42:34 +00:00
< img className = "screenshot-full img-full" style = {{ marginTop: ' 15px ' } } src = "/img/workflows/trigger-from-app/new-wf.png" alt = "Create a new workflow" / >
2025-08-04 06:49:49 +00:00
3. Configure your workflow. You can refer to the ** [workflow overview documentation ](/docs/workflows/overview )** to learn how you can configure a workflow.
2025-08-21 10:42:34 +00:00
< img className = "screenshot-full img-full" style = {{ marginTop: ' 15px ' } } src = "/img/workflows/trigger-from-app/configure-wf.png" alt = "Configure workflow" / >
2025-08-04 06:49:49 +00:00
## Configure Workflow Query
1. Within your ToolJet application, create a new query and select **Run Workflow** .
2025-08-21 10:42:34 +00:00
< img style = {{ marginTop: ' 15px ' } } className = "screenshot-full img-full" src = "/img/workflows/trigger-from-app/run-wf.png" alt = "Create a workflow query" / >
2025-08-04 06:49:49 +00:00
2. Select your workflow from the dropdown and configure the parameters (if required).
2025-08-21 10:42:34 +00:00
< img style = {{ marginTop: ' 15px ' } } className = "screenshot-full img-full" src = "/img/workflows/trigger-from-app/wf-query.png" alt = "Configure the Query" / >
2025-08-04 06:49:49 +00:00
3. Now, you can trigger this workflow by clicking on the **Run** button or using events.
2025-08-21 10:42:34 +00:00
< img style = {{ marginTop: ' 15px ' } } className = "screenshot-full img-full" src = "/img/workflows/trigger-from-app/wf-eh.png" alt = "Add event handler" / >