Beh01der / EasyFlow

EasyFlow - Simple and lightweight Finite State Machine for Java
http://datasymphony.com.au/open-source/easyflow
Apache License 2.0
442 stars 87 forks source link

Support of forks #32

Open nnurmano opened 6 years ago

nnurmano commented 6 years ago

Hi, I have the following use case, when a main flow reaches to some state, it should split into several branches, the branches then are worked independently. When each branch is complete, the main flow should resume. If you want a real case, then here it is. A loan application reaches to a point, where security, legal and some other services are needed to provide their input. After all the inputs are collected, the loan application goes to the next stage. Is this scenario supported?