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).
Hello @Roberto Elli
May I have your support on this topic? Thank you
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