Recently i encountered with one issue while working through split join in OSB. Declared the variable as global and used in for each for parallel processing which started behaving abruptly. Request was splitting abruptly.
Always be sure to declare the variables as local to for-each or FlowN. Which will give you the values specific to thread generated at runtime.
Happy testing parallel flows !!!
Always be sure to declare the variables as local to for-each or FlowN. Which will give you the values specific to thread generated at runtime.
Happy testing parallel flows !!!
No comments:
Post a Comment