i think you could implement an abstract base class (which your actual workflow inherits) and then yo
i think you could implement an abstract base class (which your actual workflow inherits) and then you could encapsulate the logic to capture error in this base class and add a message into a queue. then another worker would trigger and start that other workflow.


