Interface WorkflowApi

All Superinterfaces:
ApiService

@Path("/api/v1/workflows") @Consumes("application/json") @Produces("application/json") public interface WorkflowApi extends ApiService
  • Method Details

    • serviceName

      default String serviceName()
      Specified by:
      serviceName in interface ApiService
    • searchWorkflows

      @POST @Path("search") org.springframework.data.domain.Page<WorkflowOverview> searchWorkflows(WorkflowFilters workflowFilters, @DefaultValue("0") @QueryParam("page") int page, @DefaultValue("100") @QueryParam("resultsPerPage") int resultsPerPage)