From 8e758ecc6e7e7d2f3ab85a0e27c5edcac2edea7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20David?= Date: Tue, 9 Aug 2022 15:20:10 +0200 Subject: [PATCH] Fix stateName type (#654) Signed-off-by: Tomas David --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index f14402e8..d3baefc0 100644 --- a/specification.md +++ b/specification.md @@ -4564,7 +4564,7 @@ If the start definition is of type `object`, it has the following structure: | Parameter | Description | Type | Required | | --- | --- | --- | --- | -| stateName | Name of the starting workflow state | object | no | +| stateName | Name of the starting workflow state | string | no | | [schedule](#Schedule-Definition) | Define the recurring time intervals or cron expressions at which workflow instances should be automatically started. | string or object | yes |
Click to view example definition