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