diff options
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> |
