Skip to content

Commit 7023383

Browse files
Fix start parameter type (#650)
Signed-off-by: Tomas David <[email protected]>
1 parent e08e79e commit 7023383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@ definition "id" must be a constant value.
17711771
| dataInputSchema | Used to validate the workflow data input against a defined JSON Schema| string or object | no |
17721772
| [constants](#Workflow-Constants) | Workflow constants | string or object | no |
17731773
| [secrets](#Workflow-Secrets) | Workflow secrets | string or array | no |
1774-
| [start](#Start-Definition) | Workflow start definition | string | no |
1774+
| [start](#Start-Definition) | Workflow start definition | string or object | no |
17751775
| specVersion | Serverless Workflow specification release version | string | yes |
17761776
| expressionLang | Identifies the expression language used for workflow expressions. Default value is "jq" | string | no |
17771777
| [timeouts](#Workflow-Timeouts) | Defines the workflow default timeout settings | string or object | no |

0 commit comments

Comments
 (0)