Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extension support to Success/ Failure Objects #68

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ criteria:
- $response.body.Pets.length() > 0
```

This object MAY be extended with [Specification Extensions](#specification-extensions).

#### Failure Action Object

A single failure action which describes an action to take upon success of a workflow step.
Expand All @@ -497,6 +499,8 @@ criteria:
- $statusCode == 503
```

This object MAY be extended with [Specification Extensions](#specification-extensions).

#### Component Object

Holds a set of reusable objects for different aspects of the Workflows Specification. All objects defined within the components object will have no effect on the workflow unless they are explicitly referenced from properties outside the components object.
Expand Down
Loading