Skip to content

Commit 13c69b0

Browse files
committed
Continued the workflow.yaml schema
1 parent e382f50 commit 13c69b0

File tree

2 files changed

+498
-3
lines changed

2 files changed

+498
-3
lines changed

dsl-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ Enables the invocation and execution of nested workflows within a parent workflo
724724
|:--|:---:|:---:|:---|
725725
| name | `string` | `yes` | The name of the workflow to run |
726726
| version | `string` | `yes` | The version of the workflow to run. Defaults to `latest` |
727-
| input | `any` | `yes` | The data, if any, to pass as input to the workflow to execute. The value should be validated against the target workflow's input schema, if specified |
727+
| input | `any` | `no` | The data, if any, to pass as input to the workflow to execute. The value should be validated against the target workflow's input schema, if specified |
728728

729729
###### Examples
730730

@@ -808,7 +808,7 @@ Serves as a mechanism within workflows to handle errors gracefully, potentially
808808
| Name | Type | Required | Description|
809809
|:--|:---:|:---:|:---|
810810
| try | [`task`](#task) | `yes` | The task to perform. |
811-
| catch | [`errorCatcher`](#error-catcher) | `yes` | The task to perform. |
811+
| catch | [`errorCatcher`](#error-catcher) | `yes` | Configures the errors to catch and how to handle them. |
812812

813813
##### Examples
814814

0 commit comments

Comments
 (0)