The Start node is the simplest way to run a workflow - you click a button and it starts. You can also type in some starting information if needed. This is great for testing, one-off tasks, or workflows you want to run whenever you need them.Documentation Index
Fetch the complete documentation index at: https://docs.cogniagent.ai/llms.txt
Use this file to discover all available pages before exploring further.
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: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
What to call this node (shown on the canvas).
A short code to reference this node’s data.
Optional notes about this workflow.
Outputs
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.
