summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/OD
diff options
context:
space:
mode:
authorabranson <abranson@PCUWE01.cern.ch>2012-07-06 15:53:04 +0200
committerabranson <abranson@PCUWE01.cern.ch>2012-07-06 15:53:04 +0200
commit0774a45d92569b7d7f05c82c9e036821b1c3aadf (patch)
treebea236f34ce5326df9ff5434c13c48e82d2a1625 /src/main/resources/boot/OD
parentecfbae52eca918912f31199519f260c1657acd43 (diff)
Require workflow version for item descriptions
Switch to Gateway.getMarshaller() from CastorXMLUtility Replace module.xml with marshalled form
Diffstat (limited to 'src/main/resources/boot/OD')
-rw-r--r--src/main/resources/boot/OD/ChooseWorkflow.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/boot/OD/ChooseWorkflow.xsd b/src/main/resources/boot/OD/ChooseWorkflow.xsd
index 9927231..1fb6238 100644
--- a/src/main/resources/boot/OD/ChooseWorkflow.xsd
+++ b/src/main/resources/boot/OD/ChooseWorkflow.xsd
@@ -7,6 +7,11 @@
<xs:annotation>
<xs:documentation>Give the name of the composite activity description that you would like new instance of this description to run.</xs:documentation>
</xs:annotation>
+ </xs:element>
+ <xs:element name="WorkflowDefinitionVersion" type="xs:string">
+ <xs:annotation>
+ <xs:documentation>Give the version of this activity that you would like to use.</xs:documentation>
+ </xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>