Class ProcessEngineEndpoint
java.lang.Object
com.flowable.spring.boot.actuate.endpoint.ProcessEngineEndpoint
@Endpoint(id="flowable")
public class ProcessEngineEndpoint
extends java.lang.Object
Registers a Boot Actuator endpoint that provides information on the running process instance and renders BPMN diagrams of the deployed processes.
- Author:
- Josh Long
-
Constructor Summary
Constructors Constructor Description ProcessEngineEndpoint(org.flowable.engine.ProcessEngine processEngine)
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
invoke()
-
Constructor Details
-
ProcessEngineEndpoint
public ProcessEngineEndpoint(org.flowable.engine.ProcessEngine processEngine)
-
-
Method Details
-
invoke
@ReadOperation public java.util.Map<java.lang.String,java.lang.Object> invoke()
-