Annotation Type WorkflowAction

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean loggable
      Returns true if the workflow action should be logged by the system.
      boolean mutates
      Returns true if the workflow action can potentially make changes to the session.
    • Element Detail

      • loggable

        boolean loggable
        Returns true if the workflow action should be logged by the system. The default value is true.
        Returns:
        true if the workflow action should be logged by the system.
        Default:
        true
      • mutates

        boolean mutates
        Returns true if the workflow action can potentially make changes to the session.
        Returns:
        true if the workflow action can potentially make changes to the session.
        Default:
        true