diff options
Diffstat (limited to 'src/main/resources/boot/CA/StateMachineFactoryWf.xml')
| -rw-r--r-- | src/main/resources/boot/CA/StateMachineFactoryWf.xml | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/src/main/resources/boot/CA/StateMachineFactoryWf.xml b/src/main/resources/boot/CA/StateMachineFactoryWf.xml new file mode 100644 index 0000000..07a5af1 --- /dev/null +++ b/src/main/resources/boot/CA/StateMachineFactoryWf.xml @@ -0,0 +1,113 @@ +<CompositeActivityDef ID="-1" Name="StateMachineFactoryWf"
+ Height="0" Width="0" IsLayoutable="false" IsComposite="true">
+ <childrenGraphModel>
+ <GraphModelCastorData
+ ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
+ StartVertexId="5" NextId="14">
+ <JoinDef ID="6" Name="" Height="24" Width="60" IsLayoutable="true"
+ IsComposite="false">
+ <CentrePoint x="321" y="325" />
+ <OutlinePoint x="291" y="313" />
+ <OutlinePoint x="351" y="313" />
+ <OutlinePoint x="351" y="337" />
+ <OutlinePoint x="291" y="337" />
+ <InEdgeId>9</InEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join" />
+ </Properties>
+ </JoinDef>
+ <JoinDef ID="5" Name="" Height="24" Width="60" IsLayoutable="true"
+ IsComposite="false">
+ <CentrePoint x="321" y="92" />
+ <OutlinePoint x="291" y="80" />
+ <OutlinePoint x="351" y="80" />
+ <OutlinePoint x="351" y="104" />
+ <OutlinePoint x="291" y="104" />
+ <InEdgeId>7</InEdgeId>
+ <OutEdgeId>12</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Type" String="Join" />
+ </Properties>
+ </JoinDef>
+ <LoopDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true"
+ IsComposite="false" isNext="0">
+ <CentrePoint x="321" y="211" />
+ <OutlinePoint x="291" y="199" />
+ <OutlinePoint x="351" y="199" />
+ <OutlinePoint x="351" y="223" />
+ <OutlinePoint x="291" y="223" />
+ <InEdgeId>13</InEdgeId>
+ <OutEdgeId>7</OutEdgeId>
+ <OutEdgeId>9</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="LastNum" String="2" />
+ <KeyValuePair Key="RoutingScriptName" String="javascript:true;" />
+ </Properties>
+ </LoopDef>
+ <ActivitySlotDef ID="10" Name="CreateNewStateMachineDef"
+ Height="60" Width="130" IsLayoutable="true" IsComposite="false">
+ <CentrePoint x="133" y="215" />
+ <OutlinePoint x="68" y="185" />
+ <OutlinePoint x="198" y="185" />
+ <OutlinePoint x="198" y="245" />
+ <OutlinePoint x="68" y="245" />
+ <InEdgeId>12</InEdgeId>
+ <OutEdgeId>13</OutEdgeId>
+ <Properties>
+ <KeyValuePair Key="Name" String="CreateNewStateMachineDef" />
+ <KeyValuePair Key="Version" Integer="0" />
+ <KeyValuePair Key="NewType" String="SM" />
+ </Properties>
+ <activityDef>CreateNewLocalObjectDef</activityDef>
+ </ActivitySlotDef>
+ <NextDef ID="13" OriginVertexId="10" TerminusVertexId="3">
+ <OriginPoint x="133" y="215" />
+ <TerminusPoint x="321" y="211" />
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight" />
+ </Properties>
+ </NextDef>
+ <NextDef ID="12" OriginVertexId="5" TerminusVertexId="10">
+ <OriginPoint x="321" y="92" />
+ <TerminusPoint x="133" y="215" />
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight" />
+ </Properties>
+ </NextDef>
+ <NextDef ID="9" OriginVertexId="3" TerminusVertexId="6">
+ <OriginPoint x="321" y="211" />
+ <TerminusPoint x="321" y="325" />
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight" />
+ <KeyValuePair Key="Alias" String="false" />
+ </Properties>
+ </NextDef>
+ <NextDef ID="7" OriginVertexId="3" TerminusVertexId="5">
+ <OriginPoint x="321" y="211" />
+ <TerminusPoint x="321" y="92" />
+ <Properties>
+ <KeyValuePair Key="Type" String="Straight" />
+ <KeyValuePair Key="Alias" String="true" />
+ </Properties>
+ </NextDef>
+ </GraphModelCastorData>
+ </childrenGraphModel>
+ <Properties>
+ <KeyValuePair Key="Repeatable" Boolean="false" />
+ <KeyValuePair Key="Agent Name" String="" />
+ <KeyValuePair Key="Autostart" Boolean="true" />
+ <KeyValuePair Key="Mail Message" String="" />
+ <KeyValuePair Key="Mail event" String="" />
+ <KeyValuePair Key="Description" String="" />
+ <KeyValuePair Key="SchemaVersion" String="" />
+ <KeyValuePair Key="Show time" Boolean="true" />
+ <KeyValuePair Key="Viewpoint" String="" />
+ <KeyValuePair Key="Agent Role" String="" />
+ <KeyValuePair Key="SchemaType" String="" />
+ <KeyValuePair Key="ScriptName" String="" />
+ <KeyValuePair Key="Ignorable" Boolean="false" />
+ <KeyValuePair Key="ScriptVersion" String="" />
+ <KeyValuePair Key="Skippable" Boolean="false" />
+ </Properties>
+ <castorNonLayoutableChildren>CreateNewLocalObjectDef</castorNonLayoutableChildren>
+</CompositeActivityDef>
|
