1
Problem:
- Only one order orchestration flow can be active at a time.
- You cannot configure multiple orchestration flows for the same order type or business event.
- This forces all validations and logic into one complex orchestration, making it hard to maintain and extend.
Proposed solution:
- Allow users to create and activate multiple order orchestration flows and let them run in parallel.
- Each orchestration can handle specific business events or logic independently, instead of putting everything into one flow.
- This makes complex orchestration easier to manage, extend, and maintain in the future.
STATUS DETAILS
New
