I’m having a rather long user journey (22 steps) in one of my b2c custom policies.
I understand that I can “catch” / continue on errors for REST technical profiles via ContinueOnError
, but I need something more generic, at best an orchestration step / technical profile that is always executed, even if the journey fails at some previous step via an internal error.
Is that even possible?