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/ItemDescriptionFactoryWf.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/ItemDescriptionFactoryWf.xml')
| -rw-r--r-- | src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml b/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml index 270c473..56ab47f 100644 --- a/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml +++ b/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml @@ -29,7 +29,6 @@ <Properties>
<KeyValuePair Key="LastNum" String="2" />
<KeyValuePair Key="RoutingScriptName" String="javascript:true;" />
- <KeyValuePair Key="RoutingScriptVersion" String="" />
</Properties>
</LoopDef>
<ActivitySlotDef ID="11" Name="CreateItem slot"
@@ -43,7 +42,7 @@ <OutEdgeId>13</OutEdgeId>
<Properties>
<KeyValuePair Key="Name" String="CreateNewDescription" />
- <KeyValuePair Key="Version" String="last" />
+ <KeyValuePair Key="Version" Integer="0" />
</Properties>
<activityDef>CreateItem</activityDef>
</ActivitySlotDef>
|
