Skip to content

[BUG][7.0.0] Error when parsing listen task (one,all,any) #412

Closed
@uasouz

Description

@uasouz

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.

Captura de tela de 2024-08-21 11-09-17

I also replicated the failure with tests on the SDK project by adding a new test.

Captura de tela de 2024-08-21 11-22-02

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions