From c37b16d72a15ec5be92bcd8c24cb4a5a9fc6437f Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Wed, 6 Sep 2023 10:36:21 +0100 Subject: [PATCH] Add extension support to Success/ Failure Objects Fixes #67 --- versions/1.0.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/versions/1.0.0.md b/versions/1.0.0.md index 97ab434..d012ff7 100644 --- a/versions/1.0.0.md +++ b/versions/1.0.0.md @@ -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. @@ -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.