Workshop
A full-day, hands-on lab: build TaskFlow end-to-end and touch every feature.
Workshop overview
What you'll build (TaskFlow), who it's for, the prerequisites, and the full-day agenda.
Module 1 · Orientation & setup
The two-tier mental model, the test vs production split, a console tour, and getting your first token.
Module 2 · Data model & entities
Define the Project and Task entities, understand the generated CRUD routes, and seed some records.
Module 3 · App users & multi-tenancy
Sign in an app user, exchange a token, create a second workspace, and prove that workspaces are fully isolated.
Module 4 · ACL, roles & groups
Give one TaskFlow user write access and another read-only, then watch the gateway deny the write — permissions come only from ACL.
Module 5 · Logic blocks (custom APIs)
Build complete-task: a multi-step logic block that validates a task, flips its status to done, and stamps a completion time.
Module 6 · AI & agent crews
Build a task-triage crew that reads a task's description and sets its priority, then invoke it from a logic block.
Module 7 · Events & automations
Fire a Slack notification every time a task is created — an after-event automation wired with field mapping.
Module 8 · Deploy & observability
Provision production, diff and publish your TaskFlow config, activate it, read the usage view, and wrap up.