@RestController @RequestMapping(value="/app") public class ProcessInstanceQueryResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableProcessInstanceQueryService |
processInstanceQueryService |
| Constructor and Description |
|---|
ProcessInstanceQueryResource() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.ui.common.model.ResultListDataRepresentation |
getProcessInstances(com.fasterxml.jackson.databind.node.ObjectNode requestNode) |
@Autowired protected FlowableProcessInstanceQueryService processInstanceQueryService
Copyright © 2022 Flowable. All rights reserved.