I have a <timeDuration> based <boundaryEvent> attached to a <UserTask> passed as a process variable.
It worked well as long as the value of the duration was specified during instantiating the process.
But when I want it to be dependent on a previously executed ScriptTask updating the same process variable.
It dosent seem to be working anymore,
but the variable value in db table ACT_RU_VARIABLE is changed to the desired value.
how can I get it working?
if the only way is to have a subprocess, how can I pass this param from the parent process?