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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()