From bcd2dbb55c07696147ab76b8c7534f0445574264 Mon Sep 17 00:00:00 2001 From: Tomas David Date: Fri, 29 Jul 2022 10:14:26 +0200 Subject: [PATCH] Fix start parameter type Signed-off-by: Tomas David --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 754d2118..f14402e8 100644 --- a/specification.md +++ b/specification.md @@ -1771,7 +1771,7 @@ definition "id" must be a constant value. | dataInputSchema | Used to validate the workflow data input against a defined JSON Schema| string or object | no | | [constants](#Workflow-Constants) | Workflow constants | string or object | no | | [secrets](#Workflow-Secrets) | Workflow secrets | string or array | no | -| [start](#Start-Definition) | Workflow start definition | string | no | +| [start](#Start-Definition) | Workflow start definition | string or object | no | | specVersion | Serverless Workflow specification release version | string | yes | | expressionLang | Identifies the expression language used for workflow expressions. Default value is "jq" | string | no | | [timeouts](#Workflow-Timeouts) | Defines the workflow default timeout settings | string or object | no |