Skip to content

Commit c7e41c2

Browse files
os-zhuangclaude
andcommitted
docs(flow): list map in the node-type table; mark ROADMAP flow-docs P1 done
Audit follow-up after the map node (#1709) and the durable-pause / parallel / batch-approval guide sections landed: - flow guide node-type table now lists `map` (it had loop/parallel/try_catch/ subflow but not map). - ROADMAP P1 "Document Flow-first automation and workflow state-machine semantics" is marked done — flow automation is now covered by the flow guide (triggers, nodes, structured control flow, durable pause/resume, parallel + batch approval, run observability) and the ADR-0019/0031/0039 series; state-machine semantics in the workflow + validation guides. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 6687096 commit c7e41c2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docs, adapters, services, plugins, and the bundled console integration.
3939
| P0 | Keep public docs aligned with the environment rename. | Prevent users from copying stale `project` route/header/env examples. |
4040
| P0 | Keep CLI/docs/examples aligned with actual scripts: `pnpm dev`, `pnpm dev:crm`, `os dev`, `os start`, `os serve`, `os publish`. | Avoid broken onboarding. |
4141
| P0 | Remove references to deleted app/service packages from current docs. | `apps/cloud`, `apps/objectos`, `apps/studio`, and `service-tenant` no longer exist in this repo. |
42-
| P1 | Document Flow-first automation and workflow state-machine semantics. | Old Workflow Rule docs imply a retired Salesforce-style rule engine. |
42+
| ~~P1~~ done | ~~Document Flow-first automation and workflow state-machine semantics.~~ Flow automation is documented in [guides/metadata/flow](content/docs/guides/metadata/flow.mdx) (triggers, nodes, structured control flow, durable pause/resume, parallel + batch approval, run observability) and the ADR-0019/0031/0039 series; state-machine semantics in [guides/metadata/workflow](content/docs/guides/metadata/workflow.mdx) + [validation](content/docs/guides/metadata/validation.mdx). | Old Workflow Rule docs implied a retired Salesforce-style rule engine. |
4343
| P1 | Document explicit AI action opt-in via action metadata. | AI tool exposure is no longer automatic for every action. |
4444
| P1 | Document implemented formula, summary, autonumber, notifications, and master-detail behavior. | Recent runtime work is under-documented and older status pages still mark it missing. |
4545
| P2 | Regenerate reference docs after Zod description updates. | Keeps generated schema pages consistent without hand-editing them. |

content/docs/guides/metadata/flow.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Each node performs a specific action in the flow.
113113
| `screen` | Display a user form/screen (durable pause) |
114114
| `wait` | Pause for a timer or named signal (durable pause; timers auto-resume) |
115115
| `subflow` | Invoke another flow — a pause inside the child suspends both runs as a linked chain |
116+
| `map` | Sequential multi-instance — run a per-item subflow for each element, one at a time (each may pause); batch approval (ADR-0039) |
116117
| `connector_action` | Execute an external connector action |
117118

118119
### Node Structure

0 commit comments

Comments
 (0)