OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

bpel4people-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: BPEL4People Public Review: Query operations


Target: WS-HumanTask specification and ws-humantask-api.wsdl, version 1.1, PR 1
 
Issue Description:
A couple of inconsistencies have been found:
1. The specification says that getMyTaskAbstract has the following input parameters:
“order-by clause” and  “taskIndexOffset” are not included in the wsdl file.
 
2. Operations getMyTaskAbstract and getMyTaskDetails differ in the list of input parameters. Operation getMyTaskDetails does not allow to specify “order-by clause” and “taskIndexOffset”.
 
3. The type of “maxTasks” not consistently defined
 
Proposal:
1. Change element getMyTaskAbstract (in ws-humantask-api.wsdl) as follows:
<xsd:element name="getMyTaskAbstracts">
  <xsd:complexType>
    <xsd:sequence>
  <xsd:element name="taskType" type="xsd:string" />
  <xsd:element name="genericHumanRole" type="xsd:string" minOccurs="0" />
  <xsd:element name="workQueue" type="xsd:string" minOccurs="0" />
  <xsd:element name="status" type="htt:tStatus" minOccurs="0" maxOccurs="unbounded" />
  <xsd:element name="whereClause" type="xsd:string" minOccurs="0" />
  <xsd:element name="orderByClause" type="xsd:string" minOccurs="0" />
  <xsd:element name="createdOnClause" type="xsd:string" minOccurs="0" />
  <xsd:element name="maxTasks" type="xsd:int" minOccurs="0" />
  <xsd:element name="taskIndexOffset" type="xsd:int" minOccurs="0" />
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>
 
2. Extend the list of input data of operation getMyTaskDetails to allow  defining “order-by clause” and “taskIndexOffset”, in the specification (section 7.1.2) and wsdl file .
The xsd snippet should look as follows:
 
<xsd:element name="getMyTaskDetails">
     <xsd:complexType>
        <yxsd:sequence>
         <xsd:element name="taskType" type="xsd:string" />
<xsd:element name="genericHumanRole" type="xsd:string" minOccurs="0" />
<xsd:element name="workQueue" type="xsd:string" minOccurs="0" />
<xsd:element name="status" type="htt:tStatus" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="whereClause" type="xsd:string" minOccurs="0" />
  <xsd:element name="orderByClause" type="xsd:string" minOccurs="0" />
<xsd:element name="createdOnClause" type="xsd:string" minOccurs="0" />
<xsd:element name="maxTasks" type="xsd:int" minOccurs="0" />
  <xsd:element name="taskIndexOffset" type="xsd:int" minOccurs="0" />
      </xsd:sequence>
   </xsd:complexType>
</xsd:element>
 
3. Change maxTasks to be of type xsd:int instead of xsd:integer for operation “GetTaskHistory”.
 
 
Regards,
 
Ivana
 
 
Ivana Trickovic
SAP AG
Dietmar-Hopp-Allee 16
69190 Walldorf, Germany
T +49 6227 7-63228
F +49 6227 78-33160
M +49 151 57118422
mailto:ivana.trickovic@sap.com
www.sap.com
 
Pflichtangaben/Mandatory Disclosure Statements: http://www.sap.com/company/legal/impressum.epx
Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank.

This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
 
 
 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]