Monday, March 26, 2012

how do I just stop a flow and then make it go into the next iteration?

Hey guys, wonder if you could help.

I have a flow which is within a foreach loop. The first box in the flow is a scrip component which makes some check in a database.

Is there a way to say, inside that script component: 'stop the flow here, don't bother going onto the next box, and go on to the next iteration'?

thanks!

andy

Not tried this but how about:

Have a variable in the package.

Increment in the loop.

Check the value in the script and proceed if necessary.

|||

In your script, set a variable, and evaluate that avraible with an expression on the workflow.

Example - http://www.sqlis.com/306.aspx

sql

No comments:

Post a Comment