Book a Demo

Author Topic: How to include BPMN elements in my UML profile  (Read 2366 times)

MV

  • EA User
  • **
  • Posts: 65
  • Karma: +1/-0
    • View Profile
How to include BPMN elements in my UML profile
« on: July 20, 2011, 05:16:30 pm »
Hi guys,

I am creating a UML profile for my project. I have included several UML elements such as requirements , activities with customized tags. Now I want to include BPMN elements like business process, pool and lane. However I am not getting the same element/symbol in my toolbar ..for example i have following xml statement for businessprocess element

<Stereotype name="BusinessProcess" cx="75" cy="50" notes="">
<AppliesTo>
<Apply type="Business Process"/>
</AppliesTo>
<TaggedValues>
</TaggedValues>
</Stereotype>

This does create an element with a name business process but this element is not same as available in BPMN toolbar's business process element. What is wrong with my XML.

Cheers