anonymous wrote : -Is there a concept like 'suspend until' ? I know you can
suspend a task, but can you also suspend a task till some date ?
No unless you implement some scheduling for this yourself
anonymous wrote : - when the due date expires ? how can you neatly define the transitions
(one transition for leaving the node in a regular way, another transition that should be
taken if the due date is exceeded (expiration date ?) )
You can't, at least not declarative. You have to define both in your processdefinition
and e.g. in the UI filter one out
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172009#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...