diff --git a/tasks/graph-construction-operation.md b/tasks/graph-construction-operation.md index 453aaa4..af11557 100644 --- a/tasks/graph-construction-operation.md +++ b/tasks/graph-construction-operation.md @@ -1,7 +1,7 @@ --- id: graph/construction-operation name: Implement operation graph construction (fromSpecs, addOperation, addTypedEdge) -status: pending +status: completed depends_on: - graph/flowgraph-class scope: moderate diff --git a/tasks/reactive-workflow-root.md b/tasks/reactive-workflow-root.md index ef1b05f..e7ab308 100644 --- a/tasks/reactive-workflow-root.md +++ b/tasks/reactive-workflow-root.md @@ -1,7 +1,7 @@ --- id: reactive/workflow-root name: Implement WorkflowReactiveRoot — signal graph, EventLogProjection, lifecycle, abort, dispose -status: pending +status: completed depends_on: - graph/flowgraph-class - schema/enums