616263646566676869
task = bpmSession.performAction(definition, task, ctx); if (task == null || task.isFinished()) { showTransitionNotification(); } if (task == null) { throw new TaskAlreadyCompletedException(); } callback.getWidgetContextSupport().updateTask(task); }