Merge pull request #516 from julceslauhub/master

BUG 4094 More case information needed from getCaseInfo SOLVED
This commit is contained in:
julceslauhub
2012-08-29 14:26:50 -07:00
2 changed files with 2 additions and 0 deletions

View File

@@ -864,6 +864,7 @@ class wsBase
$result->processId = $aRows['PRO_UID'];
$result->processName = $processName;
$result->createDate = $aRows['CREATE_DATE'];
$result->updateDate = $aRows['UPDATE_DATE'];
//now fill the array of AppDelegationPeer
$oCriteria = new Criteria('workflow');

View File

@@ -476,6 +476,7 @@
<xs:element name="processId" minOccurs="0" type="xs:string"/>
<xs:element name="processName" minOccurs="0" type="xs:string"/>
<xs:element name="createDate" minOccurs="0" type="xs:string"/>
<xs:element name="updateDate" minOccurs="0" type="xs:string"/>
<xs:element name="currentUsers" minOccurs="0" maxOccurs="unbounded" type="xs0:getCaseInfoStruct"/>
</xs:sequence>
</xs:complexType>