What is the main purpose of get_response(rsp) method in master sequences

In reply to Geet:

Finally this does not really meet the intention of get_response.
get_response() has to be executed in a sequence when you are putting back from your driver a response using put(rsp) or item_done(rsp). Before you are doing this you have to copy the id_info of a sequence item from the req to the rsp. This is necessary when you want to evaluate your rsp in the sequence.

1 Like