When to Use
- Run it yourself - When you want to click a button to make it go
- Testing - Try out your workflow with test data
- One-off tasks - When you want to run it occasionally, not automatically
- Getting started - The easiest way to begin building a workflow
Example: Document Processor
A workflow that processes different documents based on user input:1
Add a Start node
Create a new workflow and add a Start node as the entry point.
2
Configure the workflow
Connect the Start node to an Ask AI node that processes the input:
3
Run with input
Trigger the workflow and paste any document text as the starting input. Ask AI processes whatever text you provide.
Input Example
When triggering the workflow, you might provide:Example: Customer Lookup
A support workflow that looks up customer information:Tips
The Start node is perfect for development. Build your workflow with a Start trigger, then add other event types (webhook, schedule) once the logic is working.
Settings
string
default:"On Start"
What to call this node (shown on the canvas).
string
default:"on_start_1"
A short code to reference this node’s data.
string
Optional notes about this workflow.
Outputs
any
Whatever you type in when you start the workflow.
Related Nodes
Webhook
Trigger from external HTTP requests instead of manual execution.
Update Variable
Store the input data for use throughout the workflow.
