Skip to content

Commit 3dcdcd8

Browse files
committed
Updated/fixed the DSL schema
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 0b459f6 commit 3dcdcd8

File tree

2 files changed

+360
-232
lines changed

2 files changed

+360
-232
lines changed

dsl-reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,11 @@ A [workflow](#workflow) serves as a blueprint outlining the series of [tasks](#t
6565
| document.title | `string` | `no` | The workflow's title. |
6666
| document.summary | `string` | `no` | The workflow's Markdown summary. |
6767
| document.tags | `map[string, string]` | `no` | A key/value mapping of the workflow's tags, if any. |
68+
| input | [`inputDataModel`](#input-data-model) | `no` | Configures the workflow's input. |
6869
| use | [`componentCollection`](#component-collection) | `no` | A collection containing the workflow's reusable components. |
6970
| do | [`map[string, task]`](#task) | `yes` | The [task(s)](#task) that must be performed by the [workflow](#workflow). |
71+
| timeout | [`timeout`](#timeout) | `no` | The configuration, if any, of the workflow's timeout. |
72+
| output | [`outputDataModel`](#output-data-model) | `no` | Configures the workflow's output. |
7073

7174
#### Examples
7275

0 commit comments

Comments
 (0)