Skip to content

Commit a00317c

Browse files
committed
Update README.md
1 parent 9edf88c commit a00317c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

durabletask/testing/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
256256
2. **No distributed execution**: Runs in a single process
257257
3. **No history streaming**: StreamInstanceHistory is not implemented
258258
4. **No rewind**: RewindInstance is not implemented
259+
5. **No recursive termination**: Recursive termination is not supported
259260

260261
### Best Practices
261262

0 commit comments

Comments
 (0)