Annotation Interface WorkflowAction
Annotation for workflow interface operations.
-
Optional Element Summary
-
Element Details
-
loggable
boolean loggableReturns 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 mutatesReturns 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
-