Package org.kie.internal.task.api
Interface TaskDefService
-
public interface TaskDefServiceExperimental: The Task Definition Service is intended to keep meta information about a Task. This meta information can be used as a Task Template, to reuse the same template in different places without redefining the Task Structure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeployTaskDef(TaskDef def)List<TaskDef>getAllTaskDef(String filter)TaskDefgetTaskDefById(String id)voidundeployTaskDef(String id)
-