Hi,
I tried running simple code in very simple business process with script task only. I have added pliugin for camunda code editor so that i can edit/correct/run my code.
I am getting below error while running the simple code.
Hi,
I tried running simple code in very simple business process with script task only. I have added pliugin for camunda code editor so that i can edit/correct/run my code.
I am getting below error while running the simple code.
I think you have set Script Type as JavaScript but you used groovy syntax, since def is a groovy keyword.
I am using groovy for above process. But i am getting same error if I change it to javascript and write java script statements in it. It seems some issue with plugin where my company laptop security policies not allowing some plugin code to execute.