Class HistoricTaskInstanceVariableDataResource
java.lang.Object
org.flowable.rest.service.api.history.HistoricTaskInstanceVariableDataResource
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HistoryService
protected BpmnRestApiInterceptor
protected RestResponseFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getVariableData
(String taskId, String variableName, String scope, jakarta.servlet.http.HttpServletResponse response) getVariableFromRequest
(boolean includeBinary, String taskId, String variableName, String scope)
-
Field Details
-
restResponseFactory
-
historyService
-
restApiInterceptor
-
-
Constructor Details
-
HistoricTaskInstanceVariableDataResource
public HistoricTaskInstanceVariableDataResource()
-
-
Method Details
-
getVariableData
@GetMapping("/history/historic-task-instances/{taskId}/variables/{variableName}/data") @ResponseBody public byte[] getVariableData(@PathVariable("taskId") String taskId, @PathVariable("variableName") String variableName, @RequestParam(value="scope",required=false) String scope, jakarta.servlet.http.HttpServletResponse response) -
getVariableFromRequest
public RestVariable getVariableFromRequest(boolean includeBinary, String taskId, String variableName, String scope)
-