Class ProcessExecutionLogger


  • public class ProcessExecutionLogger
    extends Object
    Author:
    jbarrez
    • Field Detail

      • createdExecutions

        protected Map<String,​org.flowable.engine.impl.persistence.entity.ExecutionEntity> createdExecutions
      • deletedExecutions

        protected Map<String,​org.flowable.engine.impl.persistence.entity.ExecutionEntity> deletedExecutions
    • Constructor Detail

      • ProcessExecutionLogger

        public ProcessExecutionLogger()
    • Method Detail

      • addDebugInfo

        public void addDebugInfo​(AbstractDebugInfo debugInfo,
                                 boolean generateExecutionTreeRepresentation)
      • logDebugInfo

        public void logDebugInfo()
      • logDebugInfo

        public void logDebugInfo​(boolean clearAfterLogging)
      • clear

        public void clear()
      • executionCreated

        public void executionCreated​(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity)
      • executionDeleted

        public void executionDeleted​(org.flowable.engine.impl.persistence.entity.ExecutionEntity executionEntity)