-
Notifications
You must be signed in to change notification settings - Fork 75
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
Process-editor: Enable editing of taskID in config panel #12272
Comments
Great suggestion! 👏 Perhaps |
waiting for #12494 is merged due to up-cooming conflicts. |
This issue does implement metaDataForm to be sent along with the BPMN XML to inform the backend about what kind of changes have been made within the XML. So that should be verified during testing of this issue as well. Hence I have closed issue #12218, due to it is resolved by this issue. |
Tested OK in dev and @standeren has used the feature when implementing her feature. |
Description
It should be possible to edit the ID of a process element in the config panel.
Suggestion for config panel
After some experimentation and googling, I found a relatively simple way to use the modeler in the bpmn-js package to make the changes in the XML without having to implement the
bpmn-js-properties-panel
package:Should probably use the same design for ID here as for components.
The text was updated successfully, but these errors were encountered: