|
From: Your N. <ope...@di...> - 2002-08-02 10:38:06
|
Hi, I've defined a process with a couple of activities and one application on the first activity. I've trouble to understand how the application is called since when I call the startInstance function I expect to see my application while I receive an empty page. The structure of my Zope application is: index file the start wfAction wfAction calling startInstance application that has to be called by the first activity. Looking at the openflow source, I found that the callApplication is invoked by the hasNewWorkItem() without the REQUEST argument and I dont' figure why the startInstance doesn't pass the REQUEST argument to hasNewWorkItem. I hope to read your answer. Thank you in advance. \fer |