- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.boot.actuate.endpoint.Endpoint<Map<String,Object>>, org.springframework.context.EnvironmentAware
@ConfigurationProperties(prefix="endpoints.activiti")
public class ProcessEngineEndpoint
extends org.springframework.boot.actuate.endpoint.AbstractEndpoint<Map<String,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