Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In my tJava , I have a condition ((String)globalMap.get("CurrentComb")) != ((String)globalMap.get("PrevComb"))
I declare a variable using a tSetGlobalVar : Key: PrevComb | Value:"novalue"
and here is my job outline
tSetGlobalVar
|
(Main)
|
tFlowToIterate
|
(Iterate)
|
tJava
globalMap.put("PrevComb" , ((String)globalMap.get("CurrentComb")))
this means the CurrentComb value will be stored in PrevComb, am i right?
with this try to simulate in the next run it will be false because they have the same value, right?
But in my case on the next the result is true, it seems that PrevComb value is still "novalue".
Oh I see , Noted
How about this issue:
;(, before you post this message, I think you shall to change the method equlas() as I said and test the job again.