Is there some possibility to call a URL in a task created in the Activiti designer? I tried to do this with script task (has not the right javascript libaries) and with the service task (only found out to call a webservice).
So I would like if somebody could reply a example of how to do the http call in Activiti.
I needed to do something like this ??, but for me it's not clear where to put the JAVA logic in the Activiti Designer. <serviceTask id="javaService" name="My Java Service Task" activiti:class="org.activiti.MyJavaDelegate" />