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