Class TaskSubTaskCollectionResource
java.lang.Object
org.flowable.rest.service.api.runtime.task.TaskBaseResource
org.flowable.rest.service.api.runtime.task.TaskSubTaskCollectionResource
- Author:
- Tijs Rademakers
-
Field Summary
Fields inherited from class org.flowable.rest.service.api.runtime.task.TaskBaseResource
historyService, restApiInterceptor, restResponseFactory, taskService
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.rest.service.api.runtime.task.TaskBaseResource
addProcessvariables, addTaskvariables, getDelegationState, getHistoricTaskFromRequest, getHistoricTaskFromRequestWithoutAccessCheck, getTaskFromRequest, getTaskFromRequestWithoutAccessCheck, getTasksFromIdList, getTasksFromQueryRequest, populateTaskFromRequest, populateTasksFromRequest
-
Constructor Details
-
TaskSubTaskCollectionResource
public TaskSubTaskCollectionResource()
-
-
Method Details
-
getSubTasks
@GetMapping(value="/runtime/tasks/{taskId}/subtasks", produces="application/json") public List<TaskResponse> getSubTasks(@PathVariable String taskId)
-