Bugfix
When displaying a workflow object where you are not the actor of the current status, a ClassCastException occurs
This is due to a faulty implementation in com.top_logic.bpe.layout.execution.ActiveTaskComponent.getToken(Object), which does not take into account the case that the element can also be viewed as a non-actor.