Reputation: 215
I have added a Scenario to a Load plan which runs a Procedure and is independent of other steps in the Load plan. I want to make this as a Fire and Forget Step so that rest all the steps will run with out waiting for it to complete. How can i make it as Fire and Forget Step?
Upvotes: 1
Views: 195
Reputation: 215
I tried adding the Step as Package with Asynchronous mode which is working as I want.
Upvotes: 0
Reputation: 3728
You could add a Parallel
parent step with your standalone scenario as one of the children so that the other steps will not have to wait for it to end.
See the following screenshot:
Upvotes: 1