Hi, I'm trying to create a process with the new Activiti 6 web process designer. I don't know how to create a simple service task that consume a web service and obtain some result. I try to use the Activiti User Guide but there is nothing releated with the web UI. There are some blog or example that can help me ?
The modeling tool will allow you to model the process, but the acual logic that you link to in that modeler, will need to be written in actual code (like a java service task).