Class AuditConfig

java.lang.Object
io.automatiko.engine.api.config.AuditConfig

public class AuditConfig extends Object
  • Field Details

  • Constructor Details

    • AuditConfig

      public AuditConfig()
  • Method Details

    • enabled

      public boolean enabled()
      Enables auditing, by default it is disabled
    • included

      public Optional<String> included()
      Comma separated types of audit entries that should be included. By default all are included Supported types are: workflow,workflow_node,workflow_variable,workflow_persistence_read,workflow_persistence_write,messaging,timer
      Returns:
      comma separated list of audit entry types
    • excluded

      public Optional<String> excluded()
      Comma separated types of audit entries that should be excluded. By default none are excluded Supported types are: workflow,workflow_node,workflow_variable,workflow_persistence_read,workflow_persistence_write,messaging,timer
      Returns:
      comma separated list of audit entry types
    • format

      public Optional<String> format()
      Configures format of audit entries, available formats are: plain (default) and json