Interface PersistentAction

All Superinterfaces:
Action, ModelObject
All Known Subinterfaces:
StageAction, ThreadNameAction
All Known Implementing Classes:
ArgumentsAction, BodyInvocationAction, ErrorAction, LabelAction, LogAction, NotExecutedNodeAction, QueueItemAction, TagsAction, WarningAction, WorkspaceAction

public interface PersistentAction extends Action
This is a marker interface for an action that can't be contributed by a TransientActionFactory. Actions implementing this can use more efficient FlowNode.getPersistentAction(Class) and FlowNode.getAction(Class) internally delegates to that