Hi, I'm trying to build a website with pageflows and process definitions (together).
I have a method called withing a transition in the pageflow (like in the numberguess
example app...).
Inside this method, I want to create a new process instance (invoking the method with the
@CreateProcess annotation), but the instance is never created.
However, if I invoke that method (the one with @CreateProcess) from a button (like the
TODO-list example), the process instance is created.
I think the annotation isn't "interpreted" when the method is invoked
manually.
Thanks in advance :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968567#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...