Interface FlowActionStorage
- All Known Implementing Classes:
FlowExecution
public interface FlowActionStorage
-
Method Summary
Modifier and TypeMethodDescriptionloadActions
(FlowNode node) Service forFlowNode
to load its actions.void
saveActions
(FlowNode node, List<Action> actions) Service forFlowNode
to load its actions.
-
Method Details
-
loadActions
Service forFlowNode
to load its actions.- Throws:
IOException
-
saveActions
Service forFlowNode
to load its actions.- Throws:
IOException
-