Quickstart
Create and run your first B3OS workflow
Quickstart
Get your first automated workflow running in under 5 minutes.
Create an account
Sign up at b3os.org and create an organization.
Create a workflow
From the dashboard, click New Workflow and give it a name and description.
You'll see the visual workflow canvas where you can drag and connect nodes.
Add a trigger
Every workflow starts with a trigger. For this quickstart, select Manual Trigger, which lets you run the workflow on demand.
Other trigger types include Cron Schedule, Webhook, EVM Log, and Token Price. See Triggers for the full list.
Add an action
Click the + button after your trigger to add an action node. Try one of these:
Wire the data
Use expressions to pass data between nodes. For example, to use the trigger's output in an action:
text{{trigger.result.timestamp}}
See Expressions for the full syntax.
Publish and run
- Click Publish to deploy your workflow
- Click Run to trigger it manually
- Watch the run progress in real-time on the canvas