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:

  1. Allow users to create and activate multiple order orchestration flows and let them run in parallel.
  2. Each orchestration can handle specific business events or logic independently, instead of putting everything into one flow.
  3. This makes complex orchestration easier to manage, extend, and maintain in the future.
STATUS DETAILS
New