Skip to content

Commit cd853c7

Browse files
authored
Added the possibility to name the default switch condition (#627)
1 parent 7d7d3bc commit cd853c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema/workflow.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,6 +1204,10 @@
12041204
"type": "object",
12051205
"description": "DefaultCondition definition. Can be either a transition or end definition",
12061206
"properties": {
1207+
"name":{
1208+
"type": "string",
1209+
"description": "The optional name of the default condition, used solely for display purposes"
1210+
},
12071211
"transition": {
12081212
"$ref": "#/definitions/transition"
12091213
},

0 commit comments

Comments
 (0)