-
Notifications
You must be signed in to change notification settings - Fork 484
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
Copying user task with linked Camunda form not working #4658
Comments
Root causeOur form definition behavior creates a new form definition and user task form when a user task is created that has an existing form definition. The idea was that you don't end up referencing the same user task form when copying and pasting a user task. Copying and pasting a user task with a form definition will remove the form definition and its form ID. We need to change the behavior so that a new user task form is only created if the existing form definition references a user task form that is already referenced by another form definition. |
What is the status here? Looks like this should be fixed upstream instead? |
Depends on camunda/camunda-bpmn-js#393 to be released and incorporated. |
Describe the bug
When copying a user task with a linked Camunda form the result is unexpected.
The XML before:
The XML after:
For some reason the pasted user task has a form key instead of a form ID indicating that the copy-paste behavior is broken.
Steps to reproduce
Expected behavior
Pasted user task has same form ID.
Environment
Additional context
Slack: https://camunda.slack.com/archives/C0693F1NFK5/p1730297588684999
The text was updated successfully, but these errors were encountered: