Is this possible to group activities and use such instruction groups several times? I think about something similar to procedure of function in any programming language.
I have a piece of BPEL script and I need to insert it in to all my global <faultHandlers> catch elements. I'd like to reuse my own code. I cannot solve it by rethrowing faults, because I'm on the top of fault handlers. -- Regards Mateusz Nowakowski
