31
General Board / Re: Disable BPMN 2.0 validation rules
« on: November 16, 2015, 12:38:11 am »
It works.
Thanks!
Thanks!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
<UMLProfile profiletype="uml2">
<Documentation id="00272BED-C" name="toolbox" version="1.0" notes="toolbox"/>
<Content>
<Stereotypes>
<Stereotype name="elements" notes="Selection of elements used at ****" cx="90" cy="70" bgcolor="-1" fontcolor="-1" bordercolor="-1" borderwidth="-1" hideicon="0">
<AppliesTo>
<Apply type="ToolboxPage"/>
</AppliesTo>
<TaggedValues>
<Tag name="BPMN::Activity(UML::Activity)" type="" description="" unit="" values="" default="Activity"/>
<Tag name="BPMN::StartEvent" type="" description="" unit="" values="" default="Start Event"/>
</TaggedValues>
</Stereotype>
<Stereotype name="BPMN connectors" notes="" cx="90" cy="70" bgcolor="-1" fontcolor="-1" bordercolor="-1" borderwidth="-1" hideicon="0">
<AppliesTo>
<Apply type="ToolboxPage"/>
</AppliesTo>
<TaggedValues>
<Tag name="BPMN::Message Flow(UML::ControlFlow)" type="" description="" unit="" values="" default="Message Flow"/>
<Tag name="BPMN::Sequence Flow(UML::ControlFlow)" type="" description="" unit="" values="" default="Sequence Flow"/>
</TaggedValues>
</Stereotype>
</Stereotypes>
<TaggedValueTypes/>
</Content>
</UMLProfile>
setfillcolor(255,104,32);
setpen(255,255,255,2);
defSize(350,180);
startpath();
moveto(100,50);
bezierto(100,86.2,87.6,100,55,100);
bezierto(23.8,100,10,87.6,10,50);
lineto(0,50);
lineto(17,0);
lineto(35,50);
lineto(25,50);
Arcto(25, 25, 85, 85, 25, 50, 85, 50);
lineto(100,50);
endpath();
fillandstrokepath();
addsubshape("nameBottom","S");
shape nameBottom
{
bottomAnchorOffset = (0,-30);
h_align = "center";
Printwrapped("Bottom: #NAME#");
}
moveto(100,50);
bezierto(100,86.2,87.6,100,55,100);
bezierto(23.8,100,10,87.6,10,50);
lineto(0,50);
lineto(17,0);
lineto(35,50);
lineto(25,50);
Arcto(25, 25, 85, 85, 25, 50, 85, 50);
lineto(100,50);
shape main{
noshadow = "true";
setfillcolor(255,0,0);
startpath();
Arc(0, 0, 90, 100, 100, 50, 0, 50);
moveto(90,50);
lineto(100,50);
lineto(83,100);
lineto(65,50);
lineto(75,50);
Arc(15, 15, 75, 75, 75, 50, 15, 50);
moveto(15,50);
lineto(0,50);
endpath();
fillandstrokepath();
}