I want to invoke web service in bpmn process. I try with javadelegate, it works. However, using this java delegate, we have to restart the server every time a new business process is implemented.
So, I try with invoking wsdl directly into bpmn process. I follow the tutorial in activiti book. I make the bpmn profess in eclipse, then I upload into activiti-explorer. I get the error message below. I seem that activiti-explorer support only the implementation of bpmn with java-class. Even, I upload only the diagram of bpmn process without invoking a web service, I also get the error message. do I need to make some configuration change to allow activiti-explorer to support the implementation of bpmn process to call a web service directly.
errors while parsing:[validation set:'activiti-executable-process'|problem:'activiti-servertask-missing-implementation']': one of the attributes 'class', 'delegateExpression','type','operation' or 'expression' is mandatory on service task. [extra info: processDefinitionId=myProcess|processDefinitionName=my process||id=iservicetask1||activitiname=addition service|]
Hi sopheachhun, I'd like to ask you if did you find out the solution because I have your same problem to invoke a webservice from BPMN process. Thanks advance
I contact to the founder of activiti, they said the current release of activiti engine support only the solution with alternative Java. They are working on classless, it is the one we are trying and facing problem.' They told me the new release would be in August or September. As I know they finish it but not finish administration process only. good luck, sophea
ok thanks!! I've spent my last three days to find out a possibile solution. so we'll attend on September. last question: the only solution is use javadelegate like you mentioned right? thanks again. Lean