Skip to content

Commit dc721a3

Browse files
fix: remove left over name properties
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 639f936 commit dc721a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dsl-reference.md

-2
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ The Serverless Workflow DSL defines a list of [tasks](#task) that **must be** su
232232

233233
| Name | Type | Required | Description|
234234
|:--|:---:|:---:|:---|
235-
| 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) |
236235
| input | [`input`](#input) | `no` | An object used to customize the task's input and to document its schema, if any. |
237236
| output | [`output`](#output) | `no` | An object used to customize the task's output and to document its schema, if any. |
238237
| timeout | [`timeout`](#timeout) | `no` | The configuration of the task's timeout, if any. |
@@ -880,7 +879,6 @@ Defines a switch case, encompassing of a condition for matching and an associate
880879

881880
| Name | Type | Required | Description |
882881
|:--|:---:|:---:|:---|
883-
| name | `string` | `no` | The name of the case, if any. |
884882
| 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.*
885883
| then | [`flowDirective`](#flow-directive) | `yes` | The flow directive to execute when the case matches. |
886884

0 commit comments

Comments
 (0)