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

Change message for passing a business key in a Call activity #197

Open
ingorichtsmeier opened this issue Feb 14, 2023 · 0 comments
Open
Assignees
Labels

Comments

@ingorichtsmeier
Copy link
Contributor

What should we do?

If a Camunda 7 process model with a call activity passes the business key to the called process, we display this message:

WARNING: Element 'in' cannot be transformed. Business key is not supported in Zeebe.

It's not correct.

The message should be adjusted on different contexts:

  • Passing all variables
  • Passing some variables
  • Passing no variables, but only the businessKey

Why should we do it?

If you already have a process variable called businessKey and propagate all variables, you are fine.

If you pass some variable to your called process, you should take care to include the process variable businessKey as well. In the best case, automatically add the in mapping for the businessKey

Same if you don't map any variables, but pass the businessKey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants