Skip to content

Commit 4b8e57a

Browse files
fix: add missing type directives to tasks
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 4f21c9d commit 4b8e57a

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
@@ -273,6 +273,7 @@ $defs:
273273
description: A name/value mapping of the parameters, if any, to call the function with.
274274
required: [ call ]
275275
compositeTask:
276+
type: object
276277
properties:
277278
execute:
278279
type: object
@@ -300,6 +301,7 @@ $defs:
300301
required: [ execute ]
301302
description: Serves as a pivotal orchestrator within workflow systems, enabling the seamless integration and execution of multiple subtasks to accomplish complex operations
302303
emitTask:
304+
type: object
303305
properties:
304306
emit:
305307
type: object
@@ -341,6 +343,7 @@ $defs:
341343
default: continue
342344
- type: string
343345
forTask:
346+
type: object
344347
properties:
345348
for:
346349
type: object

0 commit comments

Comments
 (0)