Hi,
I have a requirement to trigger a SLA when a human task is assigned to a user i.e. status is 'Reserved' in a process.
The human task node has a property as - SLA Due Date .. but this SLA will trigger when the human task is created but my ask is when the task is assigned to a user.
I was thinking of using TaskLifeCycleEventListener -> afterTaskClaimedEvent method to trigger the task SLA or a boundary timer or a sub-process that will have a human task with defined sla and once the sla expire for that human task perform the associated action.
But not sure on it.
Any suggestions on this will be helpful ?