Package org.kie.internal.task.api
Interface TaskDefService
public interface TaskDefService
Experimental:
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
Modifier and TypeMethodDescriptionvoiddeployTaskDef(TaskDef def) getAllTaskDef(String filter) getTaskDefById(String id) void
-
Method Details
-
deployTaskDef
-
getAllTaskDef
-
getTaskDefById
-
undeployTaskDef
-