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: [bpel4people] Issue BP-24 Proposal


Hi,

Here's an updated proposal for BP-24,

WS-HT Spec:
==========

- Section 7.1, 2. On successful completion ....
   The response message outcome is set to the outcome of the task.

- Section 7.4.1 Schema of the Human Task Context
   Add an element
   <element name="outcome" type="xsd:string" minOccurs="0"/>
   to complex type "tHumanTaskContext"
   The element will be set in the response messages of the task's operation

- Section 7.4.2 SOAP Binding of Human Task Context
  Add <htc:outcome>...</htc:outcome>?
  to the SOAP Envelope definition.


ws-humantask-context.xsd:
===================

-Add element
  <xsd:element name="outcome" type="xsd:string" minOccurs="0" />
  to type "tHumanTaskContext"


BPEL4People Spec:
==============

Add a new XPath function getOutcome() in the BPEL4People
spec, section 5:

Operation Name:
  getOutcome

Description:
  Returns the task outcome
  of the task associated with
  the people activity.

Parameters:
  In: people activity name (xsd:string),
  Out: the task outcome (xsd:string)


Best Regards,
  Ralf


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