Skip to main content



      Home
Home » Eclipse Projects » BPMN 2.0 Modeler » How to extend a EventDefinition ?
icon5.gif  How to extend a EventDefinition ? [message #1650265] Wed, 04 March 2015 13:56 Go to next message
Eclipse UserFriend
Hi,

can anybody explain me how to extend a EventDefinition? What I want to achieve is a customEventDevinition similar to the CustomTask example. I want to use the 'TaskConfig' model extension to define my custom property tab also for my own custom EventDefinition.

The Example in the lunar branch (https://github.com/eclipse/bpmn2-modeler) seems to try something like that. But to me it looks as this example with the 'MyEventDefinition' did not work correctly. Beside the additional icon of the MyEventDefinition this element has no custom behavior.

The MyBounderEvent example is working with a custom property tab. But my question is if this is also possible for a EventDefinition which would better fit my needs for my usecase.

Thanks for any kind of help

===
Ralph
Re: How to extend a EventDefinition ? [message #1658272 is a reply to message #1650265] Sun, 08 March 2015 04:58 Go to previous messageGo to next message
Eclipse UserFriend
I solved this problem. I decided to extend the IntermediateCatchEvent instead of the EventDefinition. This fits my needs perfect.
I understand that the EventDefinition is just a visual extension and not used to extend the properties of the event element.

===
Ralph
Re: How to extend a EventDefinition ? [message #1662279 is a reply to message #1658272] Mon, 09 March 2015 20:51 Go to previous message
Eclipse UserFriend
The "MyEventDefinition" type specializes the BPMN2 "EventDefinition" and adds a String attribute called "value". This does indeed appear in the details panel "My Event Definition Details" when you add one of these to an Event:

http://content.screencast.com/users/BobBrodt/folders/Jing/media/f7bf54ab-c839-43fc-ac21-f3db74b0e14a/2015-03-09_1850.png

Let me know if this isn't working for you...
Previous Topic:Latest BPMN2 modeler not working for JBPM
Next Topic:Process level ioSpecification
Goto Forum:
  


Current Time: Tue May 13 10:18:00 EDT 2025

Powered by FUDForum. Page generated in 0.04146 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top