Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When a CaseTask fails, it should not perform output mappings #431

Closed
tpetter opened this issue Apr 23, 2024 · 1 comment · Fixed by #432
Closed

When a CaseTask fails, it should not perform output mappings #431

tpetter opened this issue Apr 23, 2024 · 1 comment · Fixed by #432

Comments

@tpetter
Copy link
Member

tpetter commented Apr 23, 2024

When a subcase completes, the output of the subcase is mapped during completing of the CaseTask in the main case.
When a subcase bubbles a failure, the CaseTask should NOT consider the subcase as completed, and therefore should not run the output mappings in the main case.

tpetter added a commit to cafienne/cmmn-test-framework that referenced this issue Apr 23, 2024
tpetter added a commit to cafienne/cmmn-test-framework that referenced this issue Apr 23, 2024
tpetter added a commit that referenced this issue Apr 23, 2024
@tpetter tpetter reopened this May 16, 2024
@tpetter
Copy link
Member Author

tpetter commented May 16, 2024

This issue still plays up when expressions are defined within the transformation :(

@olger olger closed this as completed in b675d81 May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant