Bug description:
Conditional node Success/Failure paths are mapped incorrectly when generating YAML.
The visual flow shows:
- Success → "Perioodi väline"
- Failure → "Perioodi sisene"
However, the generated YAML executes:
- Condition = true → "Perioodi sisene"
- Condition = false → "Perioodi väline"
As a result, the UI representation does not match the actual execution logic.
Expected behavior:
Success path in the UI must correspond to the branch executed when the condition evaluates to true.
Failure path in the UI must correspond to the branch executed when the condition evaluates to false.
The visual flow and generated YAML must produce identical behavior.
Screenshots:
UI/ Service-Module canvas:

DSL:
Complicit service:
conditional_test_2026_06_15_15_20_22.json
Bug description:
Conditional node Success/Failure paths are mapped incorrectly when generating YAML.
The visual flow shows:
However, the generated YAML executes:
As a result, the UI representation does not match the actual execution logic.
Expected behavior:
Success path in the UI must correspond to the branch executed when the condition evaluates to
true.Failure path in the UI must correspond to the branch executed when the condition evaluates to
false.The visual flow and generated YAML must produce identical behavior.
Screenshots:

UI/ Service-Module canvas:
DSL:
Complicit service:
conditional_test_2026_06_15_15_20_22.json