Creating a No Data Return Path

I have created a step that returns a list of data. Everything works fine unless no data is returned. When that condition occurs the step simply stops. As a workaround, I have my step throw an exception that is caught and sends it down my error path, but that isn't exactly elegant. How do I create a return for the step for No Data as I've seen in many of the Decisions steps?

Sign In or Register to comment.