Class FlowNodeInstanceQueryController
java.lang.Object
io.camunda.zeebe.gateway.rest.controller.FlowNodeInstanceQueryController
@CamundaRestQueryController
@RequestMapping("/v2/flownode-instances")
public class FlowNodeInstanceQueryController
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionFlowNodeInstanceQueryController(FlowNodeInstanceServices flownodeInstanceServices) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FlowNodeInstanceSearchQueryResponse>
-
Constructor Details
-
FlowNodeInstanceQueryController
-
-
Method Details
-
searchFlownodeInstances
@PostMapping(path="/search", produces={"application/json","application/problem+json"}, consumes="application/json") public org.springframework.http.ResponseEntity<FlowNodeInstanceSearchQueryResponse> searchFlownodeInstances(@RequestBody(required=false) FlowNodeInstanceSearchQueryRequest query)
-