File tree Expand file tree Collapse file tree 2 files changed +360
-232
lines changed
Expand file tree Collapse file tree 2 files changed +360
-232
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments