Skip to content

Commit

Permalink
Fix stateName type (#654)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas David <tdavid@redhat.com>
  • Loading branch information
tomasdavidorg committed Aug 9, 2022
1 parent 7023383 commit 8e758ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification.md
Expand Up @@ -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 |

<details><summary><strong>Click to view example definition</strong></summary>
Expand Down

0 comments on commit 8e758ec

Please sign in to comment.