ru-fix / completable-reactor

CompletableReactor framework makes it easier to create business flows that have concurrently running parts and complex execution branching.
https://ru-fix.github.io/completable-reactor
MIT License
12 stars 2 forks source link

Добавить новый условный переход из вершины orElse #9

Closed KuznetsovVlad closed 5 years ago

KuznetsovVlad commented 6 years ago

К существующим переходам on и onAny добавить новый orElse. orElse - должен срабатывать когда не одно из условий определенных в on не активно.

swarmshine commented 5 years ago

Resolved by @KuznetsovVlad