Quick Start
Create, connect, save, and run your first NexFlow workflow.
1. Create a workflow
- Sign in and open
Workflowsfrom the application sidebar. - Select
New workflow. NexFlow creates a workflow with a generated three-word name and opens the editor. - Select the workflow name in the breadcrumb to rename it. Press Enter or click away to save the name; press Escape to cancel the edit.
2. Add and connect nodes
- Use the
+button in the canvas top-right and chooseTrigger manually. - Open the selector again and add an action, such as HTTP Request.
- Drag from the trigger's output handle to the action's input handle. The connection establishes execution order and upstream data availability.
- Select a node to reveal its configure and delete toolbar. Configure required fields, then save the node panel.
3. Save and run
- Select
Savein the editor header to persist nodes and connections. - For a Manual Trigger workflow, select
Execute workflow. NexFlow saves the current graph first, queues the run, and displays live node status on the canvas. - Open
Executionsto inspect status, duration, errors, and each durable node step.
Execute is manual-trigger-only
The editor button requires exactly one Manual Trigger. Telegram, Discord, and Google Forms workflows start from their external webhook event instead.