I've tried many variants of deleting the timer using the API's. I've also tried creating a hibernate query directly and deleting the timer. What I am finding is that I successfully delete the timer, but some other component in jBPM is saving a new copy of the timer on flush of the session.
How do I delete a timer on a task and not have the timer reappear on the task?
Basically, my use case is as follows:
Process enters a task-node where the timer is defined
- during execution of the timer action, I check to see if certain conditions are true
-if these conditions become true, then I want to cancel and delete the timer; the task is still open, it just no longer needs to be timed
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025068#4025068
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025068
You may have noticed that you can use the Eclipse GPD plugin to generate XHTML fragments, which can then be shown by the jPBM web console -- and then wonder how to get started yourself. Maybe there's some examples in the jBPM Suite (starters kit) that do not rely on the web console, but I feel that better real-life examples are given in the JBoss Seam downloads.
You could EASILY give Seam a try as it is up & running REALLY fast.
See http://labs.jboss.com/portal/jbossseam/gettingstarted but use the JEMS 1.2.0.GA installer (found here, and giving you JBoss AS 4.0.5.GA). Next, when AS is up & running then download Seam, unzip it, adjust the build.properties file (ignore the Tomcat settings) and just run "ant deploy" for any of the jBPM examples, being "todo" and "dvdstore" (online demo at http://dvdstore.demo.jboss.com/ ).
For these examples you'll see that the deployed EAR includes the jBPM 1.3.4 JAR, which is included in Seam. Enjoy!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025061#4025061
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025061