How to reassign a task to group one hour after the user just accepts the task and do nothing?

Certified Associate Developer

A task is assigned to a group.
One of the user from the group accepts the task and be idle (do nothing, performs no action).
After one hour the task should be reassigned back to the group.
Please help here on how to acheive this?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Hi  

    I tried implementing Escalation.
    1. In the Timer Event Setup tab, I have set 1 hour in the timer escalate activation.
    2. In the Timer Condition, I have given the below expression, if the tp!owner is not null which means the task is accepted & idle (not taken any action).


    3. In What action should be taken? I have chosen Reassign task to: and I am providing the group name to which I want to reassign the task. 

    The escalation is not getting triggered when the task is accepted. Is there anything else I need to check/configure?  Is the expression to identify if the task is accepted & idle is ok? Please let me know your thoughts. 

Children