return internalGetTask(taskID);
}
public Renderer getRendererForTask(TaskID taskID, Class rendererType) {
Token token = getTokenForTaskID(taskID);
Node node = getNodeForToken(token);
NodeContextImpl ctx = new NodeContextImpl(node,
instanceService.getInstanceByID(token.getInstanceID()),
timerService, this, notificationService);
ctx.setCurrentExecutionToken(token);
if (node instanceof TaskActivity) {