I'm running a process that uses an expression as the assignee for some task. The problem is that when this expression isn't evaluated correctly the task get lost (actually it's assigned to <null>).
Is there some smart way to handle this? Some sort of Dead Task Queue, or a default ActorId, something?