summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-09-16 08:52:02 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-09-16 08:52:02 +0200
commitbd8d00d0d56761323f5652207770f994580d791b (patch)
tree9569624f78d038c2fe6b0c2836a68b0aee51209c
parent40742ae7b95f70f8254406d34566452cd06c965e (diff)
Abstract activity properties
-rw-r--r--src/main/resources/boot/EA/AssignNewVersionFromLast.xml2
-rw-r--r--src/main/resources/boot/EA/CreateNewLocalObjectDef.xml1
-rw-r--r--src/main/resources/boot/EA/MoveLatestVersionToLast.xml21
3 files changed, 22 insertions, 2 deletions
diff --git a/src/main/resources/boot/EA/AssignNewVersionFromLast.xml b/src/main/resources/boot/EA/AssignNewVersionFromLast.xml
index 248dfee..e76e63f 100644
--- a/src/main/resources/boot/EA/AssignNewVersionFromLast.xml
+++ b/src/main/resources/boot/EA/AssignNewVersionFromLast.xml
@@ -15,6 +15,6 @@
<KeyValuePair Key="Ignorable" Boolean="false"/>
<KeyValuePair Key="ScriptVersion" String="0"/>
<KeyValuePair Key="Skippable" Boolean="false"/>
- <KeyValuePair Key="ViewName" String=""/>
+ <KeyValuePair Key="ViewName" String="" isAbstract="true"/>
</Properties>
</ActivityDef>
diff --git a/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml b/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml
index bb36588..de23f1c 100644
--- a/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml
+++ b/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml
@@ -3,6 +3,7 @@
<Properties>
<KeyValuePair Key="Repeatable" Boolean="false" />
<KeyValuePair Key="Agent Name" String="" />
+ <KeyValuePair Key="NewType" String="" isAbstract="true"/>
<KeyValuePair Key="Autostart" Boolean="true" />
<KeyValuePair Key="Mail Message" String="" />
<KeyValuePair Key="Mail event" String="" />
diff --git a/src/main/resources/boot/EA/MoveLatestVersionToLast.xml b/src/main/resources/boot/EA/MoveLatestVersionToLast.xml
index cca4392..a82b70e 100644
--- a/src/main/resources/boot/EA/MoveLatestVersionToLast.xml
+++ b/src/main/resources/boot/EA/MoveLatestVersionToLast.xml
@@ -1 +1,20 @@
-<ActivityDef ID="-1" Name="MoveLatestVersionToLast" Height="0" Width="0" IsLayoutable="false" IsComposite="false"><Properties><KeyValuePair Key="OutcomeInit" String=""/><KeyValuePair Key="Description" String=""/><KeyValuePair Key="ScriptVersion" String="0"/><KeyValuePair Key="Viewpoint" String=""/><KeyValuePair Key="Agent Name" String=""/><KeyValuePair Key="SchemaVersion" String=""/><KeyValuePair Key="ScriptName" String="SetLastNumberedVersionToLast"/><KeyValuePair Key="Breakpoint" Boolean="false"/><KeyValuePair Key="StateMachineVersion" Integer="0"/><KeyValuePair Key="Agent Role" String=""/><KeyValuePair Key="Show time" Boolean="true"/><KeyValuePair Key="StateMachineName" String="Default"/><KeyValuePair Key="Version" Integer="0"/><KeyValuePair Key="SchemaType" String=""/></Properties></ActivityDef> \ No newline at end of file
+<ActivityDef ID="-1" Name="MoveLatestVersionToLast" Height="0"
+ Width="0" IsLayoutable="false" IsComposite="false">
+ <Properties>
+ <KeyValuePair Key="OutcomeInit" String="" />
+ <KeyValuePair Key="ViewName" String="" isAbstract="true"/>
+ <KeyValuePair Key="Description" String="" />
+ <KeyValuePair Key="ScriptVersion" String="0" />
+ <KeyValuePair Key="Viewpoint" String="" />
+ <KeyValuePair Key="Agent Name" String="" />
+ <KeyValuePair Key="SchemaVersion" String="" />
+ <KeyValuePair Key="ScriptName" String="SetLastNumberedVersionToLast" />
+ <KeyValuePair Key="Breakpoint" Boolean="false" />
+ <KeyValuePair Key="StateMachineVersion" Integer="0" />
+ <KeyValuePair Key="Agent Role" String="" />
+ <KeyValuePair Key="Show time" Boolean="true" />
+ <KeyValuePair Key="StateMachineName" String="Default" />
+ <KeyValuePair Key="Version" Integer="0" />
+ <KeyValuePair Key="SchemaType" String="" />
+ </Properties>
+</ActivityDef> \ No newline at end of file