Schema
Workstream
A reusable workstream template. Bind to a client via a Workplan to make it runnable. NEVER call this a 'playbook' — that schema was retired in Phase 7.
| Field | Type | Description |
|---|---|---|
id | string | — |
name | string | — |
description | string | — |
category | string | — |
status | "draft" | "published" | "archived" | —draftpublishedarchived |
execution_mode | "inline" | "containerized" | Inline = Temporal-native declarative; containerized = agentic Fly.io. See docs/connect/tool-surface-matrix.md.inlinecontainerized |
steps | object[] | —item shapeEmpty object. |
created_at | string (date-time) | — |
updated_at | string (date-time) | — |