File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ properties:
118
118
title : Do
119
119
description : Defines the task(s) the workflow must perform.
120
120
timeout :
121
+ title : DoTimeout
121
122
oneOf :
122
123
- $ref : ' #/$defs/timeout'
123
124
title : TimeoutDefinition
@@ -185,6 +186,7 @@ $defs:
185
186
title : TaskBaseExport
186
187
description : Export task output to context.
187
188
timeout :
189
+ title : TaskTimeout
188
190
oneOf :
189
191
- $ref : ' #/$defs/timeout'
190
192
title : TaskTimeoutDefinition
@@ -551,6 +553,7 @@ $defs:
551
553
unevaluatedProperties : false
552
554
properties :
553
555
error :
556
+ title : RaiseTaskError
554
557
oneOf :
555
558
- $ref : ' #/$defs/error'
556
559
title : RaiseErrorDefinition
@@ -815,7 +818,8 @@ $defs:
815
818
title : FlowDirective
816
819
description : Represents different transition options for a workflow.
817
820
anyOf :
818
- - type : string
821
+ - title : FlowDirectiveEnum
822
+ type : string
819
823
enum : [ continue, exit, end ]
820
824
default : continue
821
825
- type : string
You can’t perform that action at this time.
0 commit comments