Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
String filename=((String)globalMap.get("tWaitForFile_1_FILENAME"));
int Iteration=((Integer)globalMap.get("tWaitForFile_1_CURRENT_ITERATION"));
System.out.println(filename);
System.out.println(Iteration);
but at the end, how to know if no file has been detected ?
I tried a ((Integer)globalMap.get("tWaitForFile_1_CURRENT_ITERATION")) == 0 in a "if" link
context.counter=context.counter 1;
System.out.println(context.counter);