Adding extra parameter to newCaseImpersonate

This commit is contained in:
ralph
2013-03-19 11:36:06 -04:00
parent f5d94ebbf9
commit 07c322c210
4 changed files with 8 additions and 15 deletions

View File

@@ -241,7 +241,8 @@
<xs:element name="sessionId" type="xs:string"/>
<xs:element name="processId" type="xs:string"/>
<xs:element name="userId" type="xs:string"/>
<xs:element name="variables" maxOccurs="unbounded" type="ns0:variableStruct"/>
<xs:element name="variables" maxOccurs="unbounded" type="ns0:variableStruct"/>
<xs:element name="taskId" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>