Uses of Interface
org.jbpm.services.api.model.UserTaskDefinition
-
Packages that use UserTaskDefinition Package Description org.jbpm.services.api -
-
Uses of UserTaskDefinition in org.jbpm.services.api
Methods in org.jbpm.services.api that return types with arguments of type UserTaskDefinition Modifier and Type Method Description Collection<UserTaskDefinition>DefinitionService. getTasksDefinitions(String deploymentId, String processId)Returns all user task definitions defined in given process
NOTE: This method assumes process has already been built by invokingbuildProcessDefinitionmethod
-