Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BPMN 2.0 Modeler » Problem adding attributes to Conversation(Attributes not visible in properties window)
Problem adding attributes to Conversation [message #1694027] Thu, 30 April 2015 07:40
Jonas Anseeuw is currently offline Jonas AnseeuwFriend
Messages: 4
Registered: April 2015
Junior Member
Hi,

I have a problem to extend the Conversation element by adding an attribute.

I can add attributes to a Process and Task using modelExtensions.
For example:
<modelExtension
id="org.imixs.workflow.bpmn.modelExtension1"
runtimeId="org.imixs.workflow.bpmn.runtime"
type="Process">
<property
name="packageName"
value="defaultPackage">
</property>
</modelExtension>

But if I try to do the same with a Conversation it is added to the XML with a default value for example "defaultPackage" and I can validate this with a custom validator class, but it doesn't show up in the properties window.

[Updated on: Mon, 04 May 2015 07:35]

Report message to a moderator

Previous Topic:Export diagram as html file
Next Topic:Breaking Eclipse with a model made with Modeler
Goto Forum:
  


Current Time: Thu Apr 25 00:06:39 GMT 2024

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

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

Back to the top