Skip to content

Commit

Permalink
fix: remove left over name properties
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
  • Loading branch information
matthias-pichler committed Jun 5, 2024
1 parent 2319ff2 commit a21a580
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dsl-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ The Serverless Workflow DSL defines a list of [tasks](#task) that **must be** su

| Name | Type | Required | Description|
|:--|:---:|:---:|:---|
| name | `string` | `no` | The name of the task, if any. **SHOULD** be unique within an array. Required if you want to reference the task in [`then`](#flow-directive) |
| input | [`input`](#input) | `no` | An object used to customize the task's input and to document its schema, if any. |
| output | [`output`](#output) | `no` | An object used to customize the task's output and to document its schema, if any. |
| timeout | [`timeout`](#timeout) | `no` | The configuration of the task's timeout, if any. |
Expand Down Expand Up @@ -880,7 +879,6 @@ Defines a switch case, encompassing of a condition for matching and an associate

| Name | Type | Required | Description |
|:--|:---:|:---:|:---|
| name | `string` | `no` | The name of the case, if any. |
| when | `string` | `no` | A runtime expression used to determine whether or not the case matches.<br>*If not set, the case will be matched by default if no other case match.*<br>*Note that there can be only one default case, all others **MUST** set a condition.*
| then | [`flowDirective`](#flow-directive) | `yes` | The flow directive to execute when the case matches. |

Expand Down

0 comments on commit a21a580

Please sign in to comment.