Skip to content

Commit efdc8bc

Browse files
manick02cb-manick
andauthored
Signed-off-by: manick02 <[email protected]> (#467)
Signing commit Signed-off-by: cb-manick <[email protected]> Co-authored-by: cb-manick <[email protected]>
1 parent 7344718 commit efdc8bc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

schema/workflow.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@
176176
"required": [
177177
"id",
178178
"specVersion",
179-
"name",
180179
"start",
181180
"states"
182181
]
@@ -185,7 +184,6 @@
185184
"required": [
186185
"key",
187186
"specVersion",
188-
"name",
189187
"start",
190188
"states"
191189
]

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ definition "id" must be a constant value.
18021802
| --- | --- | --- | --- |
18031803
| id | Workflow unique identifier | string | yes if `key` not defined |
18041804
| key | Domain-specific workflow identifier | string | yes if `id` not defined |
1805-
| name | Workflow name | string | yes |
1805+
| name | Workflow name | string | no |
18061806
| description | Workflow description | string | no |
18071807
| version | Workflow version | string | no |
18081808
| annotations | List of helpful terms describing the workflows intended purpose, subject areas, or other important qualities | array | no |

0 commit comments

Comments
 (0)