@@ -317,13 +317,13 @@ business/custom objects, aligning with industry best practices (e.g., ServiceNow
317317
318318| Contract | Priority | Package | Notes |
319319| :---| :---:| :---| :---|
320- | ` IAutomationService ` | ** P2** | ` @objectstack/service-automation ` | Flow execution engine |
320+ | ` IAutomationService ` | ** P2** | ` @objectstack/service-automation ` | ✅ Plugin-based DAG flow engine (MVP) |
321321| ` IWorkflowService ` | ** P2** | ` @objectstack/service-workflow ` | State machine + approval processes |
322322| ` IGraphQLService ` | ** P2** | ` @objectstack/service-graphql ` | Auto-generated GraphQL from objects |
323323| ` IAIService ` | ** P2** | ` @objectstack/service-ai ` | LLM integration (OpenAI/Anthropic/local) |
324324| ` IAnalyticsService ` | ** P3** | ` @objectstack/service-analytics ` | BI/OLAP queries |
325325
326- - [ ] ` service-automation ` — Implement ` IAutomationService ` with flow execution engine
326+ - [x ] ` service-automation ` — Implement ` IAutomationService ` with plugin-based DAG flow engine (MVP: CRUD/Logic/HTTP nodes)
327327- [ ] ` service-workflow ` — Implement ` IWorkflowService ` with state machine runtime
328328- [ ] ` service-graphql ` — Implement ` IGraphQLService ` with auto-schema generation
329329- [ ] ` service-ai ` — Implement ` IAIService ` with multi-provider LLM routing
@@ -573,7 +573,7 @@ Final polish and advanced features.
573573| 15 | Search Service | ` ISearchService ` | ❌ | ` @objectstack/service-search ` (planned) | Spec only |
574574| 16 | Notification Service | ` INotificationService ` | ❌ | ` @objectstack/service-notification ` (planned) | Spec only |
575575| 17 | AI Service | ` IAIService ` | ❌ | ` @objectstack/service-ai ` (planned) | Spec only |
576- | 18 | Automation Service | ` IAutomationService ` | ❌ | ` @objectstack/service-automation ` (planned) | Spec only |
576+ | 18 | Automation Service | ` IAutomationService ` | ✅ | ` @objectstack/service-automation ` | Plugin-based DAG engine (MVP) |
577577| 19 | Workflow Service | ` IWorkflowService ` | ❌ | ` @objectstack/service-workflow ` (planned) | Spec only |
578578| 20 | GraphQL Service | ` IGraphQLService ` | ❌ | ` @objectstack/service-graphql ` (planned) | Spec only |
579579| 21 | i18n Service | ` II18nService ` | ✅ | ` @objectstack/service-i18n ` | File-based locale loading |
0 commit comments