Class ProcessInstanceVariableDataResource

java.lang.Object
org.flowable.rest.service.api.runtime.process.BaseExecutionVariableResource
org.flowable.rest.service.api.runtime.process.ProcessInstanceVariableDataResource
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@RestController public class ProcessInstanceVariableDataResource extends BaseExecutionVariableResource
Author:
Frederik Heremans
  • Constructor Details

    • ProcessInstanceVariableDataResource

      public ProcessInstanceVariableDataResource()
  • Method Details

    • getVariableData

      @ResponseBody @GetMapping("/runtime/process-instances/{processInstanceId}/variables/{variableName}/data") public byte[] getVariableData(@PathVariable("processInstanceId") String processInstanceId, @PathVariable("variableName") String variableName, @RequestParam(value="scope",required=false) String scope, jakarta.servlet.http.HttpServletResponse response)