Hi. On multiple occasions now we've had tasks being triggered for close

Hi.
On multiple occasions now we've had tasks being triggered for closed cases and users are reporting getting an error for this task (presumably because its a closed case) and being unable to clear the tasks from their task list.

Most recent example: FK89706 - this task was closed on 07/03/2016 but the user has reported that they have 7 outstanding tasks for this case 'Edit Case Account Summary' which dated back from 23/10/2015.

I've cleared the tasks from the users task list but have some concerns as to why we are receiving these tasks on closed cases?
Would any of this be caused by the user using a Related Action rather than awaiting a Task deadline?

Has anyone else experienced this? Any help would be appreciated.
Stacey

OriginalPostID-204836

OriginalPostID-204836

  Discussion posts and replies are publicly visible

Parents
  • How are these tasks triggered? If they are triggered from a Related Action (not a quick task), you may need to put in some logic in the record to hide the Related Action based on the status of a case. That way you can prevent the triggering of a Related Action on a "closed" case record. Additionally, depending how the process model is set up, you could put logic on the process model to check the status of the case, and if it is closed, do not create a new task. You could implement both approaches as a safe guard.
Reply
  • How are these tasks triggered? If they are triggered from a Related Action (not a quick task), you may need to put in some logic in the record to hide the Related Action based on the status of a case. That way you can prevent the triggering of a Related Action on a "closed" case record. Additionally, depending how the process model is set up, you could put logic on the process model to check the status of the case, and if it is closed, do not create a new task. You could implement both approaches as a safe guard.
Children
No Data