Class TaskAttachmentContentResource

java.lang.Object
org.flowable.rest.service.api.runtime.task.TaskBaseResource
org.flowable.rest.service.api.runtime.task.TaskAttachmentContentResource

@RestController public class TaskAttachmentContentResource extends TaskBaseResource
Author:
Frederik Heremans
  • Constructor Details

    • TaskAttachmentContentResource

      public TaskAttachmentContentResource()
  • Method Details

    • getAttachmentContent

      @GetMapping("/runtime/tasks/{taskId}/attachments/{attachmentId}/content") public org.springframework.http.ResponseEntity<byte[]> getAttachmentContent(@PathVariable("taskId") String taskId, @PathVariable("attachmentId") String attachmentId, jakarta.servlet.http.HttpServletResponse response)