chore: update API reference for 2.10.2 (#13499)

This commit is contained in:
Shahed Nasser
2025-09-15 12:30:09 +03:00
committed by GitHub
parent 2657f9c196
commit b35b1b41a4
31 changed files with 838 additions and 0 deletions
@@ -108,6 +108,14 @@
* type: number
* title: timeout
* description: The maximum time in seconds to wait for this step to complete. If the step exceeds this time, the step's state is changed to `timeout`, but the step continues executing.
* autoRetry:
* type: boolean
* title: autoRetry
* description: Whether the step should be automatically retried if it fails.
* maxAwaitingRetries:
* type: number
* title: maxAwaitingRetries
* description: The maximum number of times to retry the step while it's in the `waiting_response` state.
* compensate:
* type: object
* description: The state of the step's compensation function.