Hi
I'm trying to generate a Deadline when a Task is Claimed form a Group Queue.
I've got a TaskClaimed event listener that catches the claim event from the group queue, but I'm stumped on how to then set the Deadline Time for the task when the user has claimed it.
Girish very kindly send me a process that pokes the Deadline Date directly into the ES MySQL table - which does update the Deadline date as show for the task - however A) The Deadline never fires and B ) I know poking data into the ES tabels is bad practice.
I've found a 'TaskDeadlineTimer' event that looks like it should do the job but can't figure out how to set it up to set the Deadline for thee specific Process / Task that has been claimed.
Does any one have an example of configuring the 'TaskDeadlineTimer' ?
Stuart