Skip to content

Commit a5bafdd

Browse files
authoredOct 28, 2024
Merge pull request #1025 from fjtirado/adding_missing_tittles
Adding more titles to schema
2 parents 7728ba5 + abedb30 commit a5bafdd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎schema/workflow.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ properties:
118118
title: Do
119119
description: Defines the task(s) the workflow must perform.
120120
timeout:
121+
title: DoTimeout
121122
oneOf:
122123
- $ref: '#/$defs/timeout'
123124
title: TimeoutDefinition
@@ -185,6 +186,7 @@ $defs:
185186
title: TaskBaseExport
186187
description: Export task output to context.
187188
timeout:
189+
title: TaskTimeout
188190
oneOf:
189191
- $ref: '#/$defs/timeout'
190192
title: TaskTimeoutDefinition
@@ -551,6 +553,7 @@ $defs:
551553
unevaluatedProperties: false
552554
properties:
553555
error:
556+
title: RaiseTaskError
554557
oneOf:
555558
- $ref: '#/$defs/error'
556559
title: RaiseErrorDefinition
@@ -815,7 +818,8 @@ $defs:
815818
title: FlowDirective
816819
description: Represents different transition options for a workflow.
817820
anyOf:
818-
- type: string
821+
- title: FlowDirectiveEnum
822+
type: string
819823
enum: [ continue, exit, end ]
820824
default: continue
821825
- type: string

0 commit comments

Comments
 (0)