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 source code).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263553#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...