chore(docs): Updated API Reference (automated) (#12268)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
Shahed Nasser
parent
cb53b8a529
commit
c7065fcd2b
@@ -21288,17 +21288,20 @@ components:
|
||||
type: object
|
||||
description: The state of the step's invokation function.
|
||||
x-schemaName: WorkflowExecutionFn
|
||||
required:
|
||||
- state
|
||||
- status
|
||||
properties:
|
||||
state:
|
||||
type: string
|
||||
description: The invokation step's state.
|
||||
enum:
|
||||
- failed
|
||||
- not_started
|
||||
- invoking
|
||||
- compensating
|
||||
- done
|
||||
- reverted
|
||||
- failed
|
||||
- dormant
|
||||
- skipped
|
||||
- skipped_failure
|
||||
@@ -21312,9 +21315,6 @@ components:
|
||||
- waiting_response
|
||||
- temp_failure
|
||||
- permanent_failure
|
||||
required:
|
||||
- state
|
||||
- status
|
||||
definition:
|
||||
type: object
|
||||
description: The step's definition details.
|
||||
@@ -21337,9 +21337,13 @@ components:
|
||||
title: continueOnPermanentFailure
|
||||
description: Whether the workflow should continue executing even if its status is changed to failed.
|
||||
skipOnPermanentFailure:
|
||||
type: boolean
|
||||
title: skipOnPermanentFailure
|
||||
description: Whether the workflow should skip subsequent steps in case of a permanent failure.
|
||||
oneOf:
|
||||
- type: string
|
||||
title: skipOnPermanentFailure
|
||||
description: The ID of the step to skip to in case of a permanent failure.
|
||||
- type: boolean
|
||||
title: skipOnPermanentFailure
|
||||
description: Whether the workflow should skip subsequent steps in case of a permanent failure.
|
||||
maxRetries:
|
||||
type: number
|
||||
title: maxRetries
|
||||
@@ -21369,17 +21373,20 @@ components:
|
||||
type: object
|
||||
description: The state of the step's compensation function.
|
||||
x-schemaName: WorkflowExecutionFn
|
||||
required:
|
||||
- state
|
||||
- status
|
||||
properties:
|
||||
state:
|
||||
type: string
|
||||
description: The compensation function's state.
|
||||
enum:
|
||||
- failed
|
||||
- not_started
|
||||
- invoking
|
||||
- compensating
|
||||
- done
|
||||
- reverted
|
||||
- failed
|
||||
- dormant
|
||||
- skipped
|
||||
- skipped_failure
|
||||
@@ -21393,9 +21400,6 @@ components:
|
||||
- waiting_response
|
||||
- temp_failure
|
||||
- permanent_failure
|
||||
required:
|
||||
- state
|
||||
- status
|
||||
depth:
|
||||
type: number
|
||||
title: depth
|
||||
|
||||
Reference in New Issue
Block a user