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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

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


Subject: Issue - 69 - When to clear link status


This issue has been added to the wsbpel issue list. The issues list is posted as a Technical Committee document to the OASIS WSBPEL TC pages on a regular basis. The current edition, as a TC document, is the most recent document with the title in the "Issues" folder of the WSBPEL TC document list - the next posting will include this issue. The list editor's working copy, which will normally include an issue when it is announced, is available at this constant URL.

Issue - 69 - When to clear link status

Status: open
Date added: 27 Sep 2003
Submitter: Yuzo Fujishima
Date submitted: 27 September 2003
Document: BPEL 1.1 Specification
Description:

Link target and/or source activities can be run more than once if the process contains a loop (i.e. while acitivity).

When to clear the link status in such cases is not defined in the current specification.
Submitter's Proposal: Possible resolutions are to specify that the link status is cleared:

  1. Only at the very beginning of the process / event handler thread; OR
  2. Every time the scope that directly encloses the link owner flow activity starts; OR
  3. Every time the link owner flow activity starts.

I would propose C. In the following example, A1 and A2 are cleared every time flow A is started and B1 and B2 are cleared every time flow B is started.

<while ...>
  <flow name="base">
    <flow name="A">
      <links>
        <link name="A1"/>
        <link name="A2"/>
      </links>

... activities ... </flow> <while ...> <flow name="B"> <links> <link name="B1"/> <link name="B2"/> </links>

... activities ... </flow> </while> </flow> </while>


Changes: 27 Sep 2003 - new issue

To comment on this issue, please follow-up to this announcement on the wsbpel@lists.oasis-open.org list (replying to this message should automatically send your message to that list), or ensure the subject line as you send it starts "Issue - 69 - [anything]" or is a reply to such a message.

To add a new issue, see the issues procedures document (but the address for new issue submission is the sender of this announcement).



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