Hello everyone ,
Can anyone explain to me please how to use JavaScript in activiti (activiti-app as an end user) , I got confused between the client side use of JS and here in the engine.
for example , methods in forms written in JS , how can I use them to modify something in the DOM ?
Thank you
The java script which you are using in script task (engine one) is server side java script in which you can use java script root objects to modify workflow variables , start workflow etc. You can not do DOM manipulation here.
The java script which you are using in forms , It is client side js (angular js). Here you can do DOM manipulation using angular JS.
Hi,
for script task you can refer this link Script Task | docs.camunda.org and Activiti User Guide
and how to use java class refer Tutorial From Devoxx: Activiti, BPMN 2.0 in Action - DZone Java
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.