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
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
The text was updated successfully, but these errors were encountered:
@uasouz For further issues, it would be far easier to debug, rather than attaching images, a string with the content of the workflow being tested and the stack trace.
@uasouz For further issues, it would be far easier to debug, rather than attaching images, a string with the content of the workflow being tested and the stack trace.
Thanks for the feedback, next time I will add more text and the stack trace.
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 oflisten
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 usingwith.to.any
orwith.to.one
orwith.to.all
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: