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

Bug: Call Activity Output Mapping in Zeebe does not allow mix of "all" and dedicated mappings #527

Open
jonathanlukas opened this issue Nov 9, 2023 · 0 comments
Labels
bug Something isn't working triage

Comments

@jonathanlukas
Copy link
Collaborator

Describe the bug

In C7, it was ok to define output mappings of a call activity with "all" and some additional mappings (although this would not make sense in most cases).

In C8, this is not allowed.

Steps to reproduce

  1. Create a C7 diagram with a call activity and 2 output mappings: 1 all, 1 with defined mapping
  2. On converting, both mappings are converted and still exist on the converted diagram

Expected Behaviour

It should

  1. only take the all mapping and warn
  2. only take the dedicated mappings and warn

Library version

0.7.0

Camunda Platform 7 version

7.20.0

Camunda Platform 8 version

8.3.0

@jonathanlukas jonathanlukas added bug Something isn't working triage labels Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant