How to branch the flow of a job based on row contents?
I need to execute one sequence of job components or another, based on a value in a field in a row. Specifically, I'm making a tSOAP request and need to execute one sequence if a fault code is returned in the single row of output (presented as the contents of a column in the tSOAP row output) or another, the main sequence, on no fault code returned. What component can accomplish this? Thanks.
Hello. You can either use a *map (e. g. tMap) and have filter activated on the output flows. Or you can connect subsequent components to the one retrieving the decisive value using "if"-connectors (versus row- main). HTH!