I'm using bonita and I would know how I can to get the talend connector output and store it.
My case is very simple, I've just a Tjava component in my talend job and the code is:
String foo = "bar";
System.out.printl(foo);
Now, how can i to get this output in bonita please?