Hi there!

We're having a problem with 2 concurrent tasks, let me show you the code:

manager :task => 'setup'

concurrence count: 1, remaining: :delete do                                 
                                                                            
                                                      
  manager task: 'backward_scheduling'    
  wait until: '${f:scheduled_starting_date}' 
end

user :task => 'task1'
...

The problem appears when scheduled_starting_date is lower than today, then 
moves forward to task1, but the task 'backward_scheduling' is not deleted 
and is assigned to the manager and the workflow has 2 current tasks, which 
is obviously a wrong behaviour.

any ideas?

thanks

-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to