How to configure Multiple Flow Executors
Hi All
I am trying to configure multiple flow executors for my project as I need one set of flows with 'always-redirect-on-pause' as false and other as true. I have tried searching, skimming Spring Docs but been unable to come up with this configuration. Can anyone please share these configurations and/or direct to some relevant resource?
Thanks
Is this even possible using config only?
I am starting to believe that there's no standard way to do this :confused: don't wanna Extend/Implement classes/interfaces which must be doable using configuration only.