Resolved! Add function to Nashorn Script API in Activiti
Hi guys ,I want to define a function that I can create from it an instance in every script task and use its methods,I dont want to define it in every script task (javascript format)Example : function myFunction(a,b)={return a+b;}Is it possible to add...