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: Task API - Type of task identifier notconsistently defined


Target: ws-humantask-api.wsdl, version 1.1, PR 1
 
Issue Description:
Type of task identifier not consistently defined. Operations getRendering and getRenderingTypes use task identifier to obtain rendering and rendering types, respectively. They define task identifier to be of type xsd:anyType. Other operations define the identifier to be of type “xsd:anyURI”.
 
Proposal:
Change task identifier to be of type xsd:anyURI.
The xsd snippet should look as follows:
 
<xsd:element name="getRendering">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="identifier" type="xsd:anyURI"/>
            <xsd:element name="renderingType" type="xsd:QName"/>
          </xsd:sequence>
        </xsd:complexType>
</xsd:element>
 
<xsd:element name="getRenderingTypes">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="identifier" type="xsd:anyURI"/>
          </xsd:sequence>
        </xsd:complexType>
  </xsd:element>
 
 
 
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]