Hi,
we have a requirement where the task should invoke a IS service if the task is not accepted in 24 hours. We tried this using task events. we have set event type as “queued” and set the condition as
(#{System.currentDateTime} - ( 86400000)) > #{currentTask.taskInfo.createdDate}
May be a solution could be:
Does it makes sense?