Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions schema/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@
"required": [
"id",
"specVersion",
"name",
"start",
"states"
]
Expand All @@ -185,7 +184,6 @@
"required": [
"key",
"specVersion",
"name",
"start",
"states"
]
Expand Down
2 changes: 1 addition & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ definition "id" must be a constant value.
| --- | --- | --- | --- |
| id | Workflow unique identifier | string | yes if `key` not defined |
| key | Domain-specific workflow identifier | string | yes if `id` not defined |
| name | Workflow name | string | yes |
| name | Workflow name | string | no |
| description | Workflow description | string | no |
| version | Workflow version | string | no |
| annotations | List of helpful terms describing the workflows intended purpose, subject areas, or other important qualities | array | no |
Expand Down