Closed
Description
What happened:
During a debug session on a runtime implementation in Java one of our new tests failed due to error when reading and parsing the workflow YAML file.
After some time we found suppresed errors showing that the expected fields inside the to
block of listen
was expecting diferent keys than the ones specified on the spec.
I also replicated the failure with tests on the SDK project by adding a new test.
What you expected to happen:
For the YAML to be parsed correctly and expect the format complying with the SW specification.
How to reproduce it:
Add a listen
task to any workflow using with.to.any
or with.to.one
or with.to.all
Anything else we need to know?:
Environment:
- Specification version used: 1.0.0-alpha2