Commit 7008ab5
docs: update README status to reflect implemented Phase 2 features
Changed status line from "Queries, updates, timers, and child workflows are
planned" to accurately reflect that these features are already implemented:
Implemented features now listed:
- Workflows, activities (Phase 1)
- Schedules, signals (Phase 1)
- Queries, updates (Phase 2)
- Timers (Phase 2)
- Child workflows (Phase 2)
- Continue-as-new, side effects, version markers (Phase 2)
Confirmed by source code:
- ctx.start_timer() in workflow.py
- ctx.start_child_workflow() with parent_close_policy
- client.query_workflow() and client.update_workflow()
- Worker replay loop handles all event types
Fixes #255
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 6d5a9ab commit 7008ab5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments