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 - 85 - Multiple links with the same source and target


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 - 85 - Multiple links with the same source and target

Status: open
Date added: 17 Nov 2003
Submitter: Dieter Koenig
Date submitted: 16 November 2003
Document: BPEL4WS 1.1 (May 5, 2003), Section 12.5, "Flow"
Description: In the BPEL4WS 1.1 specification of May 5, 2003, Section 12.5, "Flow", introduces the flow activity, contained link elements, and defines constraints for referring to links in activity standard elements source and target. The specification allows multiple links to have the same source and the same target. There is no need to allow this. The referred conditions may easily combined into one. Example:
   <flow ...>
     <links>
       <link name="AtoB-1"/>
       <link name="AtoB-2"/>
     </links>
     <invoke name="A" ...>
       <source linkName="AtoB-1" transitionCondition="P1"/>
       <source linkName="AtoB-2" transitionCondition="P2"/>
       ...
      </invoke>
     <invoke name="B" ...>
       <target linkName="AtoB-1"/>
       <target linkName="AtoB-2"/>
       ...
     </invoke>
   </flow>

Submitter's proposal: Add an explicit constraint to the specification text that disallows multiple links to have the same source and the same target.
Changes: 17 Nov 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 - 85 - [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]