Include Intermediate message event on palette

Hi, I’m trying to append intermediate message events into my bpmn palette based on an example that achieves it for serviceTasks. However, there doesn’t seem to exist an associated shape to create for dragStart and click actions. I have only been able to create an intermediateThrowevent, without the envelope icon.

image

This should be possible, cf. demo:

capture.QuUMqO_optimized

The trick is to pre-configure the element (with any configuration) through ElementFactory#create.

For example, you can pass the eventDefinitionType or the associated businessObject to create a (typed) catch event.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.