You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Document conditional edges from loop controllers (#3d0495c)
20
+
3
21
## 2.7.1
4
22
5
23
### Patch Changes
6
24
7
-
--Fix FlowRuntime constructor registry handling for DI containers
25
+
- Fix FlowRuntime constructor registry handling for DI containers
8
26
9
-
- The container-based FlowRuntime configuration was failing because the node registry from createDefaultContainer was an object, but FlowRuntime expected a Map.
27
+
- The container-based FlowRuntime configuration was failing because the node registry from createDefaultContainer was an object, but FlowRuntime expected a Map.
10
28
11
-
- Resolve distributed execution bug by properly instantiating WorkflowState
29
+
- Resolve distributed execution bug by properly instantiating WorkflowState
12
30
13
-
- Modified WorkflowState constructor to accept optional IAsyncContext for distributed contexts
14
-
- Updated BaseDistributedAdapter to create WorkflowState
15
-
- Handled TrackedAsyncContext deltas for proper persistence in distributed execution
31
+
- Modified WorkflowState constructor to accept optional IAsyncContext for distributed contexts
32
+
- Updated BaseDistributedAdapter to create WorkflowState
33
+
- Handled TrackedAsyncContext deltas for proper persistence in distributed execution
0 commit comments