Process doesn't get completed (conditional last step)

Hi all,

we have an issue with conditional last step of process.

If condition is true process should be completed, if condition is false process should go to next next step.

Problem we are having is that when condition is true process doesn’t get completed. No row added to WMPROCESS table with status = 2.

Any ideas why is it happening?

Running on IS 7.1.3

Thanks!

Check if the Pipeline variable that you are using in condition is really coming .
or
Check if that condition is OR type and not AND ?