File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ sidecar process or external storage.
1919- ** Work item streaming** : Supports streaming work items to workers
2020- ** Event handling** : Supports raising events, timers, and sub-orchestrations
2121- ** Entity support** : Supports function-based and class-based entities
22- - ** Lifecycle management** : Supports suspend, resume, and terminate operations
22+ - ** Lifecycle management** : Supports suspend, resume, terminate, and restart operations
2323- ** State waiting** : Built-in support for waiting on orchestration state changes
2424
2525### Quick Start
@@ -256,6 +256,7 @@ The in-memory backend is designed for testing and has some limitations compared
2562562 . ** No distributed execution** : Runs in a single process
2572573 . ** No history streaming** : StreamInstanceHistory is not implemented
2582584 . ** No rewind** : RewindInstance is not implemented
259+ 5 . ** No recursive termination** : Recursive termination is not supported
259260
260261### Best Practices
261262
You can’t perform that action at this time.
0 commit comments