Class ProcessEngineEndpoint

java.lang.Object
org.flowable.spring.boot.actuate.endpoint.ProcessEngineEndpoint

@Endpoint(id="flowable") public class ProcessEngineEndpoint extends 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 Details

    • ProcessEngineEndpoint

      public ProcessEngineEndpoint(ProcessEngine processEngine)
  • Method Details