My user task is associated with 4 form properties. I would like to print these 4 properties in my script task so I can see in on my tomcat console. Could someone please help me on this? Basically, I would need those form properties to be set in a process variable (global by default), so I can access it in parent process.
Forgot to mention: Activiti version 6.0.0
You can use the following statement to print on the console
java.lang.System.out.println("Hello world");
In the activiti-app.properties instead of false make true
# Beans whitelisting
beans.whitelisting.enabled=false
Thank you!!Let me try.
To print form properties
var name= execution.getVariable("name");
java.lang.System.out.println("name="+name);
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.