Mark Tasks as Inactive or Hidden

I am familiar with the smart services for cancel task and cancel process. I am looking for a way to do something similar from the user perspective without actually cancelling the task. 

 

Is there a way to mark a task as hidden or inactive such that the user or group assigned to the task will not see it in their task list? 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Thinking out loud......

    1. Once one person accepts a task assigned to a group, it will be removed from other's task list
    2. You could add a button to your tasks that 'submits' the task and populates a PV or two that set a flag and who 'owns' it. Then route the flow back to the task. Now in the process reports, apply a filter to not show tasks with the PV (flag=true)
Reply
  • 0
    Certified Lead Developer
    Thinking out loud......

    1. Once one person accepts a task assigned to a group, it will be removed from other's task list
    2. You could add a button to your tasks that 'submits' the task and populates a PV or two that set a flag and who 'owns' it. Then route the flow back to the task. Now in the process reports, apply a filter to not show tasks with the PV (flag=true)
Children