Uses of Interface
org.flowable.task.api.TaskBuilder
Packages that use TaskBuilder
-
Uses of TaskBuilder in org.flowable.task.api
Methods in org.flowable.task.api that return TaskBuilderModifier and TypeMethodDescriptionThe userId of the person to which this task is delegated.Change the category of the task.TaskBuilder.description
(String description) Free text description of the task.Change due date of the task.Change the form key of the taskDB id of the task.TaskBuilder.identityLinks
(Set<? extends org.flowable.identitylink.api.IdentityLinkInfo> identityLinks) add identity links to the taskName or title of the task.The userId of the person that is responsible for this task.TaskBuilder.parentTaskId
(String parentTaskId) the parent task for which this task is a subtaskTaskBuilder.priority
(int priority) Indication of how important/urgent this task isadd task scopeIdAdd scope typeTaskBuilder.taskDefinitionId
(String taskDefinitionId) task definition id to create task fromTaskBuilder.taskDefinitionKey
(String taskDefinitionKey) task definition key to create task fromChange the tenantId of the task