diff options
| author | abranson <abranson@PCUWE01.cern.ch> | 2012-07-06 15:53:04 +0200 |
|---|---|---|
| committer | abranson <abranson@PCUWE01.cern.ch> | 2012-07-06 15:53:04 +0200 |
| commit | 0774a45d92569b7d7f05c82c9e036821b1c3aadf (patch) | |
| tree | bea236f34ce5326df9ff5434c13c48e82d2a1625 /src/main/resources/boot/OD | |
| parent | ecfbae52eca918912f31199519f260c1657acd43 (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.xsd | 5 |
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> |
