Hi, does anyone know of a way of interrupting a user task in Laserfiche Forms, not through a timer or signal catch event, but to allow another external system to interrupt the task real-time, i.e. through API call some other methods?
We have a requirement from a customer on this, we have thought of using the timer event to interrupt the user task, invoke a workflow to check whether it should be routed back to the original user task or to a different branch, but this will introduce delay and massive amount of logging in monitor causing Forms to slow down when loading monitor.
Thanks