Potential Data Inconsistencies in Talend with Context Variables and If Connections
I have a flow where I query a database, and the result passes through a tJava, where I handle context variables. From there, the flow can take different paths depending on the conditions defined in If connections leading to different subjobs.
Is there a risk of data inconsistency due to how context variables are managed in this scenario? For example, could a variable change before another subjob uses it, or could the execution behave unexpectedly?