You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Validation passed What you expected to happen:
Validation Fail How to reproduce it:
use this yaml for validation
id: Test
version: "1.0"
specVersion: "0.8"
name: Test
description: Test
functions:
- name: Test
states:
- name: TestingForEach
type: foreach
inputCollection: "${ .archives }"
iterationParam: archive
outputCollection: "${ .output}"
actions:
- functionRef:
refName: DoesNotExist
end:
terminate: true
Anything else we need to know?:
for type operation, the functionRef will be checked against the list of functions provided at the top of the file however the validation is missing if the type is foreach
Environment:
Specification version used: v0.8
The text was updated successfully, but these errors were encountered:
What happened:
Validation passed
What you expected to happen:
Validation Fail
How to reproduce it:
use this yaml for validation
Anything else we need to know?:
for type
operation
, the functionRef will be checked against the list offunctions
provided at the top of the file however the validation is missing if the type isforeach
Environment:
The text was updated successfully, but these errors were encountered: