> http://github.com/jmettraux/ruote-web/commit/74f4fab426f0a7f10614d27b9fe9ae04122b6333
Ok, almost, but not quite yet when using loops I think. How would one
change the following then?
_loop do
participant "${f:creative}"
participant "${f:analyst}"
_break :if => "${f:done}"
end
Obviously, the following would not work:
_loop do
participant "alpha"
participant "bravo"
_break :if => "${f:done}"
end
Above, both Alice or Charley would see the workitem show in the bravo
store, even if one of them did some work in a earlier iteration of the
loop?
Likewise, for a sequence:
sequence do
participant "alpha", :activity=>"describe"
participant "bravo", :activity=>"solve"
participant "alpha", :activity=>"react"
participant "bravo", :activity=>"finalise"
end
Arjan.
On Apr 24, 2008, at 8:54 AM, John Mettraux wrote:
>
> On Thu, Apr 24, 2008 at 8:33 AM, John Mettraux
> <[EMAIL PROTECTED]> wrote:
>> On Thu, Apr 24, 2008 at 3:57 AM, Arjan van Bentem
>>
>>> So: Bob starts the process and completes the first activity. Next,
>>> both Alice and Charley see the workitem in the public "Analyst"
>>> store.
>>> Now, if Charley is the first to select the task from that store,
>>> then
>>> until the loop is done Bob and Charley will be the ones seeing this
>>> workitem in their private users store. Alice won't see this item
>>> anymore.
>>>
>>> Can this easily be done in Densha?
>
> Hello Arjan,
>
> since it is very simple, I implemented it :
> http://github.com/jmettraux/ruote-web/commit/74f4fab426f0a7f10614d27b9fe9ae04122b6333
>
> Is that what you really wanted ?
>
> --
> John Mettraux - http://jmettraux.wordpress.com
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenWFEru users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---