Annotation Interface WorkflowAction


@Documented @Retention(RUNTIME) @Target(METHOD) @Inherited public @interface WorkflowAction
Annotation for workflow interface operations.
  • Optional Element Summary

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

    • 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