JBPM (3.x), which I use, does not support dynamically changing the execution date of a timer. After a process definition in JBPM, all instances of this process definition use the same timer.
Can I dynamically update the timer before entering node?
Using CustomJBPMHandler we can update instance JBPM tables, but this is not recommended. Refer to the JBPM5.x API for any methods open to update a duedate timer.
duedate
Use org.jbpm.graph.def.ActionHandler to create your own TaskHandler.
org.jbpm.graph.def.ActionHandler
Source: https://habr.com/ru/post/1439313/More articles:Unable to add event to calendar in android - androidSymfony2: database and object settings: neither property ... nor method ... nor method ... exists in the class - databaseHow to handle the last upcoming dimension and NULL business key in Kimball Data Mart? - sqlSF2 Form: Error Neither Property ... None of the Get Methods - phpHow to generate ERD from sql file using doxygen? - phpQuick Help for custom function in ios - iosFunction C calling objective functions C - cTarget C: UIButton not showing up - objective-cWhat is the use of # in the url - javascriptDoes the return statement in a file not stop class definition? - includeAll Articles