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

 


Help: OASIS Mailing Lists Help | MarkMail Help

bpel4people message

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


Subject: BP-137: Task API - Type of commentID not consistently defined


http://www.osoa.org/jira/browse/BP-137

 

Submitted by: Ivana Trickovic

Target: ws-humantask-api.wsdl, version 1.1, PR 1
 
Issue Description:
Type of commentID not consistently defined. The addComment operation has input data and output data. The input data defines task identifier to be of type xsd:anyURI. The output data defines comment identifier to be of type xsd:string. Other operations, e.g. updateComment, define comment identifier to be of type "xsd:anyURI".
 
Proposal:
Change comment identifier to be of type xsd:anyURI.
The xsd snippet should look as follows:
 
<xsd:element name="addCommentResponse">
      <xsd:complexType>
- < <xsd:sequence>
   <xsd:element name="commentID" type="xsd:anyURI" />
</xsd:sequence>
     </xsd:complexType>
</xsd:element>
 
In addition, make the following changes:
- use the same naming conventions (ws-humantask-api.wsdl): Change "commentID" to "commentIdentifier"



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