| Package | Description |
|---|---|
| org.flowable.cmmn.rest.service.api | |
| org.flowable.cmmn.rest.service.api.runtime.task |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnRestApiInterceptor.bulkUpdateTasks(Collection<org.flowable.task.api.Task> tasks,
BulkTasksRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<TaskResponse> |
TaskCollectionResource.bulkUpdateTasks(BulkTasksRequest bulkTasksRequest) |
protected void |
TaskBaseResource.populateTasksFromRequest(Collection<org.flowable.task.api.Task> taskList,
BulkTasksRequest taskRequest)
Populate the tasks based on the values that are present in the given
BulkTasksRequest. |
Copyright © 2022 Flowable. All rights reserved.