Skip to content

Commit 84c9915

Browse files
committed
revert another doc change
1 parent ad3ab22 commit 84c9915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/spec/waitForCondition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Extends `BaseDurableOperation<T>`. Key behaviors:
163163

164164
- **start()**: Begins the check loop from `initialState` at attempt 0
165165
- **replay(existing)**: Handles all operation statuses
166-
- **resumeCheckLoop(existing)**: Deserializes checkpointed state (throws `SerDesException` if corrupt)
166+
- **resumeCheckLoop(existing)**: Deserializes checkpointed state (falls back to `initialState` if null, throws `SerDesException` if corrupt)
167167
- **executeCheckLogic(state, attempt)**: Runs check function on user executor, handles `WaitForConditionResult`, checkpoints accordingly
168168
- **get()**: Blocks on completion, deserializes result or reconstructs and throws the original exception
169169

0 commit comments

Comments
 (0)