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 2bf543b commit 89d1432Copy full SHA for 89d1432
ctk/features/for.feature
@@ -14,7 +14,7 @@ Feature: For Task
14
namespace: default
15
name: for
16
do:
17
- - loopClors:
+ - loopColors:
18
for:
19
each: color
20
in: '.colors'
schema/workflow.yaml
@@ -1,4 +1,4 @@
1
-$id: https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.json
+$id: https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.yaml
2
$schema: https://json-schema.org/draft/2020-12/schema
3
description: Serverless Workflow DSL - Workflow Schema
4
type: object
0 commit comments