Hi
How can define some variable in process services to call and use.
I define a process and use a script task that has two variable
But make an error , it say Script tasks are not allowed, please remove them from your process definition
I am now using the free trial of process service
Maybe That's the reason for this error
Do you Know the why is it like that ??
Thanks ,
Roxanne
Hi roxanne,
If you are using script task then make sure
1.you should set this property to be false in activiti-app.properties
validator.editor.bpmn.disable.scripttask=false
2.you should also set remove '#' from the following properties files whitelisted-scripts.conf
javascript
js
#ecmascript
groovy
#juel
I hope this is what you were looking......