taskService.setTaskStatusForInstance(instanceID, Task.TASK_ALL, Task.TASK_INCOMPLETE);
taskService.setTaskStatusForInstance(instanceID, Task.TASK_INCOMPLETE, Task.TASK_COMPLETE);
}
public void setUp() throws Exception {
tokenService = new TokenServiceImpl();
eiSvc = new InstanceServiceImpl();
graphManager = new BusinessProcessServiceImpl();
taskService = new TaskServiceImpl();
timerService = new TimerServiceImpl();
notificationService = new NotificationServiceImpl();