Create a workflow
A workflow is a named, reusable job Ronja writes for you: it reads tables, computes, and produces tables, files, or reports. You never author one by hand — you describe it in a Build-mode conversation and Ronja builds it as a draft you can test before committing.
Build it
Section titled “Build it”- Click New Exploration and select Build on the start screen.
- Describe the job — the product’s own example: “Create a workflow that calculates monthly churn from our events table”.
- Watch the chat cards as Ronja works: Workflow created (a draft only you see), then File saved / File edited as it writes the code.
- Ask Ronja to test-run it — the run card shows the result, plain-language timing, and a View trace button.
- Ask Ronja to commit when you’re happy: Draft promoted to live publishes it.
Ronja creating, coding, and test-running a workflow in one conversation.
Tables the workflow reads appear on its page under Inputs; tables it writes appear under Writes to. Ronja binds these automatically as it writes the code.
Parameters
Section titled “Parameters”Workflows can declare typed run-time parameters — text, number, date, and select (a select’s options can even load live from a table). Required parameters are marked with a red *.
- Open the workflow from its feature hub row or a link in chat.
- Fill in the parameter inputs below the run button.
- Click the run button — labeled Run, Run pipeline, or Generate report depending on the workflow’s kind.
- Watch the run appear at the top of the Activity list — see Monitor runs and traces.
Per-run approval gates
Section titled “Per-run approval gates”A workflow can carry an approval gate that pauses every run for a human decision before anything executes.
- Run the workflow from a chat — the run pauses on the approval strip (“Run this workflow”) with the parameter values visible.
- Decide: an approver on the gate’s list (or an Admin) clicks Approve or Reject, optionally with a comment. Non-approvers see “Awaiting approval from {names}” and can only reject.
- Approvers who aren’t in the conversation receive the request by email or Slack with a decision link.
To add a gate to a workflow, ask Ronja in a Build session.