Steps
- Choose a task for one unit of work.
- Use a workflow when work needs multiple ordered steps.
- Create the task or workflow target.
- Create a schedule when the work needs recurring execution.
- Start a durable run when the work needs one-off execution.
- Track run status, logs, and events.
Try it with REST
Create a task:POST /projects/{project_reference}/tasks
Terminal
POST /projects/{project_reference}/workflows
Terminal
POST /projects/{project_reference}/schedules
Terminal
VERYFRONT_PROJECT_ID to the project’s UUID first.
POST /runs
Terminal