Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Additional BPMN 2.0 shapes (Read 2269 times)
rajesh_patil74
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 220
Joined: Sep 3rd, 2009
Additional BPMN 2.0 shapes
Jul 1st, 2011 at 10:14am
Print Post  
Hi Stoyo

Currently the BPMN shapes provided in the default shape collections are not according to the BPMN 2.0 standards.

It would be nice if all BPMN 2.0 shapes are supported by the libarary by default.

-Rajesh
  
Back to top
WWW  
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Additional BPMN 2.0 shapes
Reply #1 - Aug 30th, 2011 at 6:35pm
Print Post  
Hi Rajesh,

You can find the BPMN 2 event shapes defined here:
http://mindfusion.eu/_samples/bpmn2.cs

There are no separate shapes for the event sub-categories that differ only by the stroke dash style.  You will have to set the dash style on the nodes instead:

Pen nonInterruptingPen = new Pen(
     Brushes.Black, 1, new DashStyle(new DoubleCollection(){9}, 0));
node.Shape = Shape.FromId("Bpmn2StartEscalation");
node.Pen = nonInterruptingPen;

I hope that helps.
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint