Package org.activiti.engine

Examples of org.activiti.engine.TaskService.deleteTask()


      private static final long serialVersionUID = 1L;
      protected void rejected(ConfirmationEvent event) {
      }
      protected void confirmed(ConfirmationEvent event) {
        // delete subtask
        taskService.deleteTask(subTask.getId());
       
        // Refresh UI
        subTaskComponent.refreshSubTasks();
      }
    });
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.