12
Views
2
Comments
[BPMN IO Modeler] How to interact with BPMN created by BPMN IO Modeler
bpmn-io-modeler
Reactive icon
Forge asset by Roberto Elli
Application Type
Reactive

Hello all,

I have found this forge: BPMN IO Modeler, which can create a BPMN diagram effectively in the web application.

I would like to know how to interact with this diagram, such as the on-click event - when you click on the element, it will return the element id.

I have also found the other forge: BPMN Parser, which has similar click event, unfortunately, this forge is only view a BPMN (not create one).

UserImage.jpg
Cuong Tran

Hello @Roberto Elli 

May I have your support on this topic? Thank you

2024-10-28 14-47-03
Roberto Elli
Staff

Hi @Cuong Tran ,

if you want to override the default actions performed when you click on the single elements of the diagram, you need to customize the events in Javascript. Here you can find some information on the BPMN IO forum.

Then, if you want to call an action from a Javascript node in OutSystems, you can do it with the syntax $actions.<your-action-name>.

Best regards,

Roberto

Screenshot 2025-08-01 alle 11.50.08.png
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.