diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-11-18 09:55:20 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-11-18 09:55:20 +0100 |
| commit | 5400312250ddc5eb3b8c6af2272eb7e60624a7a2 (patch) | |
| tree | 93b28a87b17bbd366c5e4bc07a32d4a34f4c07f2 /src/main/resources/boot/CA/ScriptFactoryWf.xml | |
| parent | a0fc1a4f8c38ca74a85cb85fcf4f15a9600db221 (diff) | |
Remove unneeded activity properties for future compatibility.
Stop using old StateMachine constants for 3.0 compatibility
(should actually use new PredefinedStep constants in 3.0 scripts)
Diffstat (limited to 'src/main/resources/boot/CA/ScriptFactoryWf.xml')
| -rw-r--r-- | src/main/resources/boot/CA/ScriptFactoryWf.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/main/resources/boot/CA/ScriptFactoryWf.xml b/src/main/resources/boot/CA/ScriptFactoryWf.xml index 20a0715..d5a02cc 100644 --- a/src/main/resources/boot/CA/ScriptFactoryWf.xml +++ b/src/main/resources/boot/CA/ScriptFactoryWf.xml @@ -36,7 +36,6 @@ <OutEdgeId>20</OutEdgeId>
<Properties>
<KeyValuePair Key="RoutingScriptName" String=""/>
- <KeyValuePair Key="RoutingScriptVersion" String=""/>
</Properties>
</AndSplitDef>
<JoinDef ID="5" Name="" Height="24" Width="60" IsLayoutable="true" IsComposite="false">
@@ -64,7 +63,6 @@ <Properties>
<KeyValuePair Key="LastNum" String="2"/>
<KeyValuePair Key="RoutingScriptName" String="javascript:true;"/>
- <KeyValuePair Key="RoutingScriptVersion" String=""/>
</Properties>
</LoopDef>
<ActivitySlotDef ID="10" Name="CreateNewLocalObjectDef_" Height="60" Width="130" IsLayoutable="true" IsComposite="false">
@@ -80,7 +78,7 @@ <KeyValuePair Key="Name" String="CreateNewScript"/>
<KeyValuePair Key="NewType" String="SC"/>
<KeyValuePair Key="Prefill" Boolean="false"/>
- <KeyValuePair Key="Version" String="last"/>
+ <KeyValuePair Key="Version" Integer="0"/>
</Properties>
<activityDef>CreateNewLocalObjectDef</activityDef>
</ActivitySlotDef>
@@ -94,7 +92,7 @@ <OutEdgeId>22</OutEdgeId>
<Properties>
<KeyValuePair Key="Name" String="EditEmptyScript"/>
- <KeyValuePair Key="Version" String="last"/>
+ <KeyValuePair Key="Version" Integer="0"/>
</Properties>
<activityDef>EditScriptDefinition</activityDef>
</ActivitySlotDef>
|
