Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
context.TestVar = "Test Value";
context.setProperty("TestVar ", "Test Value");
context.synchronizeContext();
context.TestDateVar = TalendDate.getCurrentDate();
context.TestVar = "Test Value";
context.setProperty("TestVar ", "Test Value");
context.testValue ="testValue is now initialized";
context.myVar = "value";
context.setProperty("myVar", "value");
context.synchronizeContext();