The Bug and How to Reproduce
After copying the camunda-modeler-token-simulation-plugin files from https://github.com/camunda/camunda-modeler-plugins.git into the specified ~/Library/Application Support/camunda-modeler/resources/plugins directory the Desktop Camunda Modeler recognises the plugin. However, when the menu item Plugins / Transaction Boundaries / Toggle Transaction Boundaries is selected the following error is generated:
toggleTransactionBoundaries is not a registered action
at a (webpack://camundanode_modules/diagram-js/lib/features/editor-actions/EditorActions.js:266:9)
at error (webpack://camundanode_modules/diagram-js/lib/features/editor-actions/EditorActions.js:175:10)
at Uc.<anonymous> (webpack://camunda-modeler-token-simulation-plugin/node_modules/bpmn-js-token-simulation/lib/features/disable-modeling/DisableModeling.js:111:0)
at obj.<computed> (webpack://camunda-modeler-token-simulation-plugin/node_modules/bpmn-js-token-simulation/lib/features/disable-modeling/DisableModeling.js:36:0)
at trigger (webpack://camunda-modeler-client/src/app/tabs/cloud-bpmn/BpmnEditor.js:709:40)
at triggerAction (webpack://camunda-modeler-client/src/app/tabs/MultiSheetTab.js:269:18)
at triggerAction (webpack://camunda-modeler-client/src/app/tabs/EditorTab.js:36:33)
at file:///Applications/Camunda%20Modeler.app/Contents/Resources/app.asar/public/bundle.js:2:3584297
at fn (webpack://camunda-modeler-client/src/app/App.js:2447:19)
at file:///Applications/Camunda%20Modeler.app/Contents/Resources/app.asar/public/bundle.js:2:3588837 [ error ]
This error may be the result of a plug-in compatibility issue. [ info ]
Expected Behavior
I would expect the BPMN diagram to show the red lines as per

Environment
- Version: 5.23.0
- Operating System: Mac OS 10.15.7
- Plugins: bpmn-js Token Simulation, Transaction Boundaries
- Execution Platform: BPMN - Camunda 8
The Bug and How to Reproduce
After copying the camunda-modeler-token-simulation-plugin files from https://github.com/camunda/camunda-modeler-plugins.git into the specified ~/Library/Application Support/camunda-modeler/resources/plugins directory the Desktop Camunda Modeler recognises the plugin. However, when the menu item Plugins / Transaction Boundaries / Toggle Transaction Boundaries is selected the following error is generated:
Expected Behavior
I would expect the BPMN diagram to show the red lines as per

Environment