Skip to content

Commit b178a8f

Browse files
fix: add missing type directives to tasks
Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
1 parent 672794a commit b178a8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ $defs:
270270
description: A name/value mapping of the parameters, if any, to call the function with.
271271
required: [ call ]
272272
compositeTask:
273+
type: object
273274
properties:
274275
execute:
275276
type: object
@@ -297,6 +298,7 @@ $defs:
297298
required: [ execute ]
298299
description: Serves as a pivotal orchestrator within workflow systems, enabling the seamless integration and execution of multiple subtasks to accomplish complex operations
299300
emitTask:
301+
type: object
300302
properties:
301303
emit:
302304
type: object
@@ -338,6 +340,7 @@ $defs:
338340
default: continue
339341
- type: string
340342
forTask:
343+
type: object
341344
properties:
342345
for:
343346
type: object

0 commit comments

Comments
 (0)