atom feed1 message in org.oasis-open.lists.wsbpelIssue - 136 - If-Then-Else Activity
FromSent OnAttachments
ws-bpel issues list editorJul 14, 2004 7:55 pm 
Subject:Issue - 136 - If-Then-Else Activity
From:ws-bpel issues list editor (pete@choreology.com)
Date:Jul 14, 2004 7:55:15 pm
List:org.oasis-open.lists.wsbpel

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 version of the document entitled in the "Issues" folder of the WSBPEL TC document list - the next posting as a TC document 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 - 136 - If-Then-Else Activity

Status: open Categories: Syntax and validation Date added: 15 Jul 2004 Submitter: Yaron Y. Goland Date submitted: 15 July 2004 Description: Add support for if-then-else as a complement to switch. Submitter's proposal:

<if standard-attributes> standard-elements <condition expression-language="URI"> bool-expr </condition> <then> activity </then> <else>? activity </else> </if>

This would effectively be a macro for:

<switch> <case> <condition>bool-expr</condition> activity </case> <otherwise> activity </otherwise> </switch>

Changes: 15 Jul 2004 - new issue

------------------------------------------------------------------------------

To comment on this issue, please follow-up to this announcement on the wsb@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 - 136 - [anything]" or is a reply to such a message. If you want to formally propose a resolution, please start the subject line "Issue - 136 - Proposed resolution", without any Re: or similar.

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