I was going through the org.drools.audit.event.LogEvent class and have a question on the following values and what kind of events they relate to – are they related to “Human Task” or something else

 

    public static final int BEFORE_TASK_INSTANCE_CREATED        = 28;

    public static final int AFTER_TASK_INSTANCE_CREATED         = 29;

    public static final int BEFORE_TASK_INSTANCE_COMPLETED      = 30;

    public static final int AFTER_TASK_INSTANCE_COMPLETED       = 31;

 

Thanks

Vijay