Invalid Outgates

Hi all,

I am new to webMethods and workflow so this might be a trivial question. I have a comparator in my workflow checking the value of a state variable. I only need to perform an action if the test evaluates to true otherwise nothing should happen. What is the best way to model a no-op? If I leave the false outgate unwired then I see ‘invalid outgate’ errors in the log files and my understanding is that the workflow would be placed in an error state which is not what I want.

Thanks in advance.