[jboss-user] [jBPM Users] - Re: Extending timers or creating custom jobs

2009-11-02 Thread jbarrez
All jBPM object are in fact Hibernate objects. So you can simply programmatically create a Job with the correct date and save it through the hibernate session. Best approach to this is to write a custom Command and invoke it through the CommandService (there are plenty such examples in the sour

[jboss-user] [jBPM Users] - Re: Extending timers or creating custom jobs

2009-10-29 Thread sebastian.s
AFAIK there is no API to create jobs. ManagementService just exposes a method to execute jobs and to search for jobs by creating a JobQuery. If this is really the case I would consider you to fill a JIRA issue and to propose the extension of the API. View the original post : http://www.jboss.o

[jboss-user] [jBPM Users] - Re: Extending timers or creating custom jobs

2009-10-29 Thread sravyts
Yep, exactly! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262869#4262869 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262869 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [jBPM Users] - Re: Extending timers or creating custom jobs

2009-10-29 Thread sebastian.s
Hello sravyts! So basically you want to put a timer on a transition but you do not want to set the duedate in the process definition but during runtime, right? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262867#4262867 Reply to the post : http://www.jbos