Skip to content

Commit 5ea1a58

Browse files
chore(spec): fix markdown layout and example spec version
1 parent 44a7aa7 commit 5ea1a58

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

versions/1.0.1.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This object MAY be extended with [Specification Extensions](#specification-exten
117117
##### Arazzo Specification Object Example
118118

119119
```yaml
120-
arazzo: 1.0.0
120+
arazzo: 1.0.1
121121
info:
122122
title: A pet purchasing workflow
123123
summary: This Arazzo Description showcases the workflow for how to purchase a pet through a sequence of API calls
@@ -421,8 +421,7 @@ Field Name | Type | Description
421421
---|:---:|---
422422
<a name="successActionName"></a> name | `string` | **REQUIRED**. The name of the success action. Names are _case sensitive_.
423423
<a name="successActionType"></a> type | `string` | **REQUIRED**. The type of action to take. Possible values are `"end"` or `"goto"`.
424-
<a name="successWorkflowId"></a> workflowId | `string` | The [workflowId](#fixed-fields-2) referencing an existing workflow within the Arazzo Description to transfer to upon success of the step. This field is only relevant when the `type` field value is `"goto"`.
425-
If the referenced workflow is contained within an `arazzo` type `sourceDescription`, then the `workflowId` MUST be specified using a [Runtime Expression](#runtime-expressions) (e.g., `$sourceDescriptions.<name>.<workflowId>`) to avoid ambiguity or potential clashes. This field is mutually exclusive to `stepId`.
424+
<a name="successWorkflowId"></a> workflowId | `string` | The [workflowId](#fixed-fields-2) referencing an existing workflow within the Arazzo Description to transfer to upon success of the step. This field is only relevant when the `type` field value is `"goto"`. If the referenced workflow is contained within an `arazzo` type `sourceDescription`, then the `workflowId` MUST be specified using a [Runtime Expression](#runtime-expressions) (e.g., `$sourceDescriptions.<name>.<workflowId>`) to avoid ambiguity or potential clashes. This field is mutually exclusive to `stepId`.
426425
<a name="successStepId"></a> stepId | `string` | The `stepId` to transfer to upon success of the step. This field is only relevant when the `type` field value is `"goto"`. The referenced `stepId` MUST be within the current workflow. This field is mutually exclusive to `workflowId`.
427426
<a name="successCriteria"></a> criteria | [[Criterion Object](#criterion-object)] | A list of assertions to determine if this action SHALL be executed. Each assertion is described using a [Criterion Object](#criterion-object). All criteria assertions `MUST` be satisfied for the action to be executed.
428427

0 commit comments

Comments
 (0)