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: RE: [wsbpel] Issue 81 - Rough draft of proposal for vote


> and only receive/pick in 
> addition to the previously listed activities MAY occur in parallel
with 
> it in the process's execution path.

Why limit it to other receive/pick activities? If the following is
allowed

<flow>
      <receive createInstance="yes".../>
      <receive createInstance="no".../>
</flow>

then why not also allow this:

<flow>
      <receive createInstance="yes".../>
      <invoke .../>
</flow>


Ugo


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