chore: update API reference for 2.10.2 (#13499)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user