Interface ProcessInstanceTasksController


public interface ProcessInstanceTasksController
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<CloudTask>>
    getTasks(String processInstanceId, org.springframework.data.domain.Pageable pageable)
     
  • Method Details

    • getTasks

      @GetMapping("/v1/process-instances/{processInstanceId}/tasks") org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<CloudTask>> getTasks(@PathVariable("processInstanceId") String processInstanceId, org.springframework.data.domain.Pageable pageable)