Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a easy way to view the order components will execute in a particular job? I'm interested in understanding how execution order travels or behaves when components are not connected and whether its possible to bypass executing some components without needing to add additional logic
I'm having trouble understanding why the following is happening when using OnComponentOk
I want the components in Green to execute so long as there isn't an error in the input when compared against the schema. If there is an error I want the flow to switch to the yellow path and within that flow if there is an errorMessage and the errorMessage contains a certain value then switch over to the components in the Red box
What is happening
My Questions are
Hi @cterenzi would you be able to give an example of how to interrogate the file for its schema and conditionally trigger based on that? My way is not as elegant as I would like
While there may be a way to generalize it, I would have to design to the data I'm expecting to receive.
Read in a row with header data, analyze it with one of the tJava components to set a variable, then key off that variable when creating your conditional link.