Boundary time to fire when it's parent task's expected time expires

1
0
-1

Is it possible to use the expected completion time of a human task as the input fire-time of a connected boundary timer?

And even better: to automatically change the fire time if the expected completion time is changed?

Thanks

Chris

1 answer

1
0
-1

Yes it is possible, you just have to program it.

I would use a Connector In to get the current task expiry and use this to change the boundary timer accordingly.

If the task time changes you can do the same thing...

The Javadoc will have the necessary commands to set boundary timer expiry

Regards
Sean

Notifications