Skip to content

Commit 8e758ec

Browse files
Fix stateName type (#654)
Signed-off-by: Tomas David <[email protected]>
1 parent 7023383 commit 8e758ec

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
@@ -4564,7 +4564,7 @@ If the start definition is of type `object`, it has the following structure:
45644564

45654565
| Parameter | Description | Type | Required |
45664566
| --- | --- | --- | --- |
4567-
| stateName | Name of the starting workflow state | object | no |
4567+
| stateName | Name of the starting workflow state | string | no |
45684568
| [schedule](#Schedule-Definition) | Define the recurring time intervals or cron expressions at which workflow instances should be automatically started. | string or object | yes |
45694569

45704570
<details><summary><strong>Click to view example definition</strong></summary>

0 commit comments

Comments
 (0)