Hello,
i want to start a new process instance in an asynchronous way.
what i think of is a solution where i create a process instance and then call a
| processInstance.signalAsync();
|
The call to signalAsync() does return immetiately and the process instance is scheduled
like a timer and signaled from the jobexecutorthread.
any ideas how to achieve this in jbpm 3.2.5?
do i have to implement my own SignalProcessAsyncJob class to be able to schedule the
signaling?
kind regards,
oliver
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237250#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...