Open dany52 opened 9 years ago
I guess I need to re-visit this project. It may be useful if you want to build FSM dynamically. Although, the whole point of EasyFlow is to build static FSM in form of a tree.
Exactly. Now there is no simple method to build FSM when FSM model store in database.
Sorry for long delay.
I added a new method to FlowBuilder. fromTransitions(StateEnum startState,
Collection
If you want to dynamically create EasyFlow instance, first prepare collection of transitions, then create it with FlowBuilder. fromTransitions(...)
Sorry, I don't have time to release it now, so you will have to build it from sources. Also, I haven't tested it.
instead of "tree style" like
something like