We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fd28d commit f2f6ec3Copy full SHA for f2f6ec3
schema/workflow.yaml
@@ -759,15 +759,15 @@ $defs:
759
required: [ namespace, name, version ]
760
required: [ workflow ]
761
setTask:
762
- type: object | string
+ type: object
763
$ref: '#/$defs/taskBase'
764
title: SetTask
765
description: A task used to set data.
766
required: [ set ]
767
unevaluatedProperties: false
768
properties:
769
set:
770
+ type: [object, string]
771
title: SetTaskConfiguration
772
description: The data to set.
773
minProperties: 1
0 commit comments