You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A durable runner (escapes the 30s DO limit; resumable — same machinery as JOB_APPLY/CODING_SESSION) that walks the steps, passing outputs between them, honoring pagination/fan-out + concurrency caps.
Child of #94. Builds on #92 (trigger action), #52 (durable execution substrate).
Define the pipeline as data and a runner that executes it durably.
Do
steps[](each{tool, inputs, bind}), typed inputs fromsettingsSchema+ trigger payload, a declaredsinkcollection.workflowunion — see Triggers: let a cron/webhook trigger run a durable pipeline, not just the 4 canned actions #92).run_pipelinetool ([connectors] Generic tool-call API + MCP auto-generation #87) so an agent can start it on request (e.g. chat: "sweep Sydney").Acceptance