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-140: Task API - batchComplete/batchFail input parameters


Assigned: http://www.osoa.org/jira/browse/BP-140

 

From: Trickovic, Ivana [mailto:ivana.trickovic@sap.com]
Sent: Tuesday, January 26, 2010 17:29
To: bpel4people-comment@lists.oasis-open.org; bpel4people@lists.oasis-open.org
Subject: [bpel4people] BPEL4People Public Review: Task API - batchComplete/batchFail input parameters

 

Target: WS-HumanTask specification, version 1.1, PR 1

 

Issue Description:

batchComplete and batchFail operations are only batch operations that do not have input parameters, other than task identifier. However, the complete operation allows to pass output data of the task. Similarly, the fail operation allows to pass fault data and fault name. Extend the batch operations with optional input parameters.

 

Proposal:

The following changes need to be made in WSDL. The specification text does not need to be changed.

 

Include the following XML snippet:

<xsd:element name="batchComplete">

   <xsd:complexType>

      <xsd:sequence>

         <xsd:element name="identifier" type="xsd:anyURI" maxOccurs="unbounded"/>

         <xsd:element name="taskData" type="xsd:anyType" minOccurs="0"/>

      </xsd:sequence>

   </xsd:complexType>

</xsd:element>

 

instead of

<xsd:element name="batchComplete">

   <xsd:complexType>

      <xsd:sequence>

         <xsd:element name="identifier" type="xsd:anyURI" maxOccurs="unbounded"/>

       </xsd:sequence>

   </xsd:complexType>

</xsd:element>

 

 

Include the following XML snippet:

<xsd:element name="batchFail">

   <xsd:complexType>

      <xsd:sequence>

<xsd:element name="identifier" type="xsd:anyURI" maxOccurs="unbounded"/>

<xsd:element name="fault" type="htt:tFault" minOccurs="0"/>

      </xsd:sequence>

   </xsd:complexType>

</xsd:element>

 

 

instead of

<xsd:element name="batchFail">

   <xsd:complexType>

      <xsd:sequence>

<xsd:element name="identifier" type="xsd:anyURI" maxOccurs="unbounded"/>

      </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

 

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]