Skip to content

Instantly share code, notes, and snippets.

@Sklavit
Created July 12, 2018 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sklavit/24246970788cb3c4176f2281d2692255 to your computer and use it in GitHub Desktop.
Save Sklavit/24246970788cb3c4176f2281d2692255 to your computer and use it in GitHub Desktop.
Gist from yEd-Live
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--Created by yFiles for HTML 2.1.0.3-RC3-->
<graphml xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml.html/2.0/ygraphml.xsd " xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:demostyle="http://www.yworks.com/yFilesHTML/demos/FlatDemoStyle/1.0" xmlns:bpmn="http://www.yworks.com/xml/yfiles-for-html/bpmn/2.0" xmlns:demotablestyle="http://www.yworks.com/yFilesHTML/demos/FlatDemoTableStyle/1.0" xmlns:uml="http://www.yworks.com/yFilesHTML/demos/UMLDemoStyle/1.0" xmlns:compat="http://www.yworks.com/xml/yfiles-compat-arrows/1.0" xmlns:VuejsNodeStyle="http://www.yworks.com/demos/yfiles-vuejs-node-style/1.0" xmlns:y="http://www.yworks.com/xml/yfiles-common/3.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/3.0" xmlns:yjs="http://www.yworks.com/xml/yfiles-for-html/2.0/xaml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<key id="d0" for="node" attr.type="boolean" attr.name="Expanded" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/folding/Expanded">
<default>true</default>
</key>
<key id="d1" for="node" attr.name="NodeLabels" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/NodeLabels"/>
<key id="d2" for="node" attr.name="NodeGeometry" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/NodeGeometry"/>
<key id="d3" for="all" attr.name="UserTags" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/UserTags"/>
<key id="d4" for="node" attr.name="NodeStyle" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/NodeStyle"/>
<key id="d5" for="node" attr.name="NodeViewState" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/folding/1.1/NodeViewState"/>
<key id="d6" for="edge" attr.name="EdgeLabels" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/EdgeLabels"/>
<key id="d7" for="edge" attr.name="EdgeGeometry" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/EdgeGeometry"/>
<key id="d8" for="edge" attr.name="EdgeStyle" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/EdgeStyle"/>
<key id="d9" for="edge" attr.name="EdgeViewState" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/folding/1.1/EdgeViewState"/>
<key id="d10" for="port" attr.name="PortLabels" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/PortLabels"/>
<key id="d11" for="port" attr.name="PortLocationParameter" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/PortLocationParameter">
<default>
<x:Static Member="y:FreeNodePortLocationModel.NodeCenterAnchored"/>
</default>
</key>
<key id="d12" for="port" attr.name="PortStyle" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/PortStyle">
<default>
<x:Static Member="y:VoidPortStyle.Instance"/>
</default>
</key>
<key id="d13" for="port" attr.name="PortViewState" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/folding/1.1/PortViewState"/>
<key id="d14" attr.name="SharedData" y:attr.uri="http://www.yworks.com/xml/yfiles-common/2.0/SharedData"/>
<data key="d14">
<y:SharedData>
<yjs:Font x:Key="1" fontSize="12"/>
<yjs:DefaultLabelStyle x:Key="2" font="{y:GraphMLReference 1}" textFill="BLACK"/>
<yjs:Stroke x:Key="3" fill="#FF336699"/>
<yjs:PolylineEdgeStyle x:Key="4" stroke="{y:GraphMLReference 3}" targetArrow="{y:GraphMLReference 5}"/>
<yjs:Arrow x:Key="5" type="TRIANGLE" scale="0.75" stroke="{y:GraphMLReference 3}" fill="#FF336699" cropLength="1"/>
</y:SharedData>
</data>
<graph id="G" edgedefault="directed">
<data key="d3">
<y:Json>{"version":"2.0.0","layout":"layout-bpmn","config":{"noObf_layoutOrientation":"TOP_TO_BOTTOM","noObf_scope":"ALL_ELEMENTS","noObf_laneInsets":10,"noObf_nodeToNodeDistance":40,"noObf_minimumEdgeLength":20,"noObf_compactMessageFlowLayering":false,"noObf_startNodesFirst":true}}</y:Json>
</data>
<node id="n0">
<data key="d1">
<x:List>
<y:Label LayoutParameter="{x:Static y:InteriorLabelModel.Center}" Style="{y:GraphMLReference 2}">
<y:Label.Text><![CDATA[Deploy all latest]]></y:Label.Text>
</y:Label>
<y:Label>
<y:Label.Text>self-destroy?</y:Label.Text>
<y:Label.LayoutParameter>
<y:RatioAnchoredLabelModelParameter LayoutOffset="158,0"/>
</y:Label.LayoutParameter>
<y:Label.Style>
<bpmn:AnnotationLabelStyle/>
</y:Label.Style>
</y:Label>
</x:List>
</data>
<data key="d2">
<y:RectD X="398" Y="99" Width="154" Height="50"/>
</data>
<data key="d4">
<bpmn:ActivityNodeStyle minimumSize="40,40"/>
</data>
<port name="p0">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.5,0"/>
</data>
</port>
<port name="p1">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.5,1"/>
</data>
</port>
</node>
<node id="n1">
<data key="d1">
<x:List>
<y:Label>
<y:Label.Text><![CDATA[Once a day]]></y:Label.Text>
<y:Label.LayoutParameter>
<y:RatioAnchoredLabelModelParameter LayoutOffset="-15.695970367487519,-18"/>
</y:Label.LayoutParameter>
<y:Label.Style>
<yjs:DefaultLabelStyle font="{y:GraphMLReference 1}" textFill="BLACK"/>
</y:Label.Style>
</y:Label>
</x:List>
</data>
<data key="d2">
<y:RectD X="460" Y="29" Width="30" Height="30"/>
</data>
<data key="d4">
<bpmn:EventNodeStyle type="TIMER" minimumSize="20,20"/>
</data>
<port name="p0">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.5,1"/>
</data>
</port>
</node>
<node id="n2">
<data key="d2">
<y:RectD X="450" Y="189" Width="50" Height="50"/>
</data>
<data key="d4">
<bpmn:GatewayNodeStyle type="PARALLEL" minimumSize="20,20"/>
</data>
<port name="p0">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.5,0"/>
</data>
</port>
<port name="p1">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.7,0.5"/>
</data>
</port>
<port name="p2">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.5,1"/>
</data>
</port>
<port name="p3">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.3,0.5"/>
</data>
</port>
<port name="p4">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.1,0.5"/>
</data>
</port>
</node>
<node id="n3">
<data key="d1">
<x:List>
<y:Label LayoutParameter="{x:Static y:InteriorLabelModel.Center}" Style="{y:GraphMLReference 2}">
<y:Label.Text><![CDATA[Deploy FFM latest]]></y:Label.Text>
</y:Label>
</x:List>
</data>
<data key="d2">
<y:RectD X="592" Y="289" Width="154" Height="50"/>
</data>
<data key="d4">
<bpmn:ActivityNodeStyle minimumSize="40,40"/>
</data>
<port name="p0">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.5,0"/>
</data>
</port>
</node>
<node id="n4">
<data key="d1">
<x:List>
<y:Label LayoutParameter="{x:Static y:InteriorLabelModel.Center}" Style="{y:GraphMLReference 2}">
<y:Label.Text><![CDATA[Deploy LR1 latest]]></y:Label.Text>
</y:Label>
</x:List>
</data>
<data key="d2">
<y:RectD X="398" Y="289" Width="154" Height="50"/>
</data>
<data key="d4">
<bpmn:ActivityNodeStyle minimumSize="40,40"/>
</data>
<port name="p0">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.5,0"/>
</data>
</port>
</node>
<node id="n5">
<data key="d1">
<x:List>
<y:Label LayoutParameter="{x:Static y:InteriorLabelModel.Center}" Style="{y:GraphMLReference 2}">
<y:Label.Text><![CDATA[Deploy SAB latest]]></y:Label.Text>
</y:Label>
</x:List>
</data>
<data key="d2">
<y:RectD X="204" Y="289" Width="154" Height="50"/>
</data>
<data key="d4">
<bpmn:ActivityNodeStyle minimumSize="40,40"/>
</data>
<port name="p0">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.5,0"/>
</data>
</port>
</node>
<node id="n6">
<data key="d1">
<x:List>
<y:Label LayoutParameter="{x:Static y:InteriorLabelModel.Center}">
<y:Label.Text><![CDATA[Deploy other latest...]]></y:Label.Text>
<y:Label.Style>
<yjs:DefaultLabelStyle font="{y:GraphMLReference 1}" textFill="BLACK"/>
</y:Label.Style>
</y:Label>
</x:List>
</data>
<data key="d2">
<y:RectD X="10" Y="289" Width="154" Height="50"/>
</data>
<data key="d4">
<bpmn:ActivityNodeStyle minimumSize="40,40"/>
</data>
<port name="p0">
<data key="d11">
<y:FreeNodePortLocationModelParameter Ratio="0.5,0"/>
</data>
</port>
</node>
<edge id="e0" source="n1" target="n0" sourceport="p0" targetport="p0">
<data key="d8">
<y:GraphMLReference ResourceKey="4"/>
</data>
</edge>
<edge id="e1" source="n0" target="n2" sourceport="p1" targetport="p0">
<data key="d8">
<y:GraphMLReference ResourceKey="4"/>
</data>
</edge>
<edge id="e2" source="n2" target="n3" sourceport="p1" targetport="p0">
<data key="d7">
<x:List>
<y:Bend Location="485,259"/>
<y:Bend Location="669,259"/>
</x:List>
</data>
<data key="d8">
<y:GraphMLReference ResourceKey="4"/>
</data>
</edge>
<edge id="e3" source="n2" target="n4" sourceport="p2" targetport="p0">
<data key="d8">
<y:GraphMLReference ResourceKey="4"/>
</data>
</edge>
<edge id="e4" source="n2" target="n5" sourceport="p3" targetport="p0">
<data key="d7">
<x:List>
<y:Bend Location="465,269"/>
<y:Bend Location="281,269"/>
</x:List>
</data>
<data key="d8">
<y:GraphMLReference ResourceKey="4"/>
</data>
</edge>
<edge id="e5" source="n2" target="n6" sourceport="p4" targetport="p0">
<data key="d7">
<x:List>
<y:Bend Location="455,259"/>
<y:Bend Location="87,259"/>
</x:List>
</data>
<data key="d8">
<yjs:PolylineEdgeStyle stroke="{y:GraphMLReference 3}" targetArrow="{y:GraphMLReference 5}"/>
</data>
</edge>
</graph>
</graphml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment