Hello everyone,
I tried to create a web service task through activiti modeler, but couldnt find right attributes there, so i just left it empty and exported the bpmn,xml file and edited it there. The final task looked like this:
<serviceTask id="webService" name="testWebService" implementation="##WebService" operationRef="tns:loginToIdmOperation">
…
</serviceTask>
When i imported it back to activiti explorer not only did the image (which was previously fine) disappeared in "Model workspace tab", but when trying to deploy the process i get the following error:
One of the attributes 'class', 'delegateExpression', 'type', 'operation', or 'expression' is mandatory on serviceTask.
Does anyone have any tips on this please?