Skip to content

Commit cab3a6f

Browse files
TD-067: Workflow base-class instance members in api-stability.md drift from src/V2/Workflow.php (#524)
1 parent f820300 commit cab3a6f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/api-stability.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ It exposes two surfaces, both covered by the semver guarantee:
156156

157157
- **Instance members** applications rely on inside a `handle()` method:
158158
`workflowId()`, `runId()`, `lastChild()`,
159-
`children()`, `historyLength()`, `historySize()`, `shouldContinueAsNew()`,
159+
`children()`, `historyLength()`, `historySize()`,
160+
`historyFanOut()`, `shouldContinueAsNew()`, `historyBudgetPressure()`,
161+
`messages()`, `inbox()`, `outbox()`,
160162
`addCompensation()`, `setParallelCompensation()`,
161163
`setContinueWithError()`, `compensate()`, and the public properties
162164
`$run`, `$connection`, `$queue`.

0 commit comments

Comments
 (0)