Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
All, what would be the best way to accomplish this?
First, I need to check error logs at database table. I was going to store the count in context variable. If the count is > 0, job processing should not occur. How can I conditionally control the execution of a job according to value from a context variable?
Thanks TRF. But I'm wondering if I even need context to hold the counter. Can the If link come directly from the tDBInput? If so what would the code look like? The tDBInput only has one integer output, ErrorCount. I tried simply ErrorCount == 0 inside the If, but it says ErrorCount cannot be resolved to a variable.