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