SimpleWaitingChain
A simple waiting chain that waits for saga handling completion followed by a tail stage. This wait chain combines waiting for saga processing with an additional stage/function criteria. The chain waits for SAGA_HANDLED stage with specific function matching, then waits for the tail stage/function combination.
Parameters
tail
The tail stage and function to wait for after saga handling.
function
The function criteria for saga handling stage.