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

Referencing generated form input as business-key will falsly list it to created process varibles #4260

Open
timstawowski opened this issue Apr 24, 2024 · 1 comment
Labels
backlog Queued in backlog bug Something isn't working Camunda 7 Flags an issue as related to Camunda Automation Platform 7 pr welcome We rely on a community contribution to improve this. properties panel

Comments

@timstawowski
Copy link

timstawowski commented Apr 24, 2024

Describe the bug

According to https://jira.camunda.com/browse/CAM-7551 a created form input that is referenced as the business-key will not create a process-variable.

By making the following configurations.
generated_form_input_a

The modeler lists the form field "a" as a process variable, but it won't get created when executing the process.
process_variable_a

Steps to reproduce

  1. Create new bpmn-process
  2. Click on the start event and select "Forms > Type > Generated Task Forms" from the context panel
  3. Create form input via "Form fields > +" and give it an ID
  4. Select this form field in the "Business key" section of the context panel
  5. Click on global process scope to see the form input listed as process variable

Expected behavior

A form input of a Generated Task Forms type should not be listed in the global process variables list, when it is referenced as the business key.

Environment

Additional context

Linked issue: camunda/camunda-bpm-platform#4289

@timstawowski timstawowski added the bug Something isn't working label Apr 24, 2024
@nikku
Copy link
Member

nikku commented Apr 25, 2024

Thanks for reporting @timstawowski. This indeed sounds like a bug in our process variables widget, to be addressed in our Camunda 7 properties panel provider.

I'm moving this to our backlog and attach pr-welcome. It seems like a "special case" that we want to accommodate for.

@nikku nikku added Camunda 7 Flags an issue as related to Camunda Automation Platform 7 backlog Queued in backlog properties panel pr welcome We rely on a community contribution to improve this. labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog bug Something isn't working Camunda 7 Flags an issue as related to Camunda Automation Platform 7 pr welcome We rely on a community contribution to improve this. properties panel
Projects
None yet
Development

No branches or pull requests

2 participants