I know we can chain requests with postman.setNextRequest()
to create a workflow.
Now what if I have multiple work flows that use different APIs?
For example:
workflow 1 API A β API B β API C
workflow 2 API A β API C
I see one request only have 1 test script. So I donβt imagine we can hard code multiple postman.setNextRequest()
logic from different workflow into API Aβs test script.
I want to know, is this feature Building request workflows | Postman Learning Center meant to be a quick and temporary playground to test the requests? It doesnβt mean support persisting complicated & multiple workflow in the same collection???