Hi,
I'm new the APS environment. Whenever I add a script task and add a simple script:
def scriptVar = "test123"
execution.setVariable("processId", scriptVar)
I setup all the process variable, define groovy (or javascript), and still my process does always stop at the script task and doesnt move forward.
I checked the the activiti-app.properties file, and also tried to setup a a listener.
Any other pointer what could be the issue? Thanks!
Did you tried with
var scriptVar = "test123"
execution.setVariable("processId", scriptVar)
activiti-app.properties
validator.editor.bpmn.disable.scripttask=false
validator.editor.bpmn.disable.scripttask.groovy=false
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.