Class ExternalTaskLogger


  • public class ExternalTaskLogger
    extends ProcessEngineLogger
    Represents the logger for the external task.
    Author:
    Christopher Zell
    • Constructor Detail

      • ExternalTaskLogger

        public ExternalTaskLogger()
    • Method Detail

      • couldNotDeterminePriority

        public void couldNotDeterminePriority​(ExecutionEntity execution,
                                              java.lang.Object value,
                                              ProcessEngineException e)
        Logs that the priority could not be determined in the given context.
        Parameters:
        execution - the context that is used for determining the priority
        value - the default value
        e - the exception which was caught
      • errorEventDefinitionEvaluationException

        public void errorEventDefinitionEvaluationException​(java.lang.String taskId,
                                                            CamundaErrorEventDefinition errorEventDefinition,
                                                            java.lang.Exception exception)
        Logs that the error event definition expression could not be evaluated and will be considered as false
        Parameters:
        taskId - the context of the definition
        errorEventDefinition - the definition whose expression failed
        exception - the exception that was caught