I have created a bpmn model using the camunda modeler. At the deployment step an error occured like this org.camunda.bpm.engine.ProcessEngineException: One of the attributes 'type' or 'operation' is mandatory on sendTask. | x.bpmn | line 80 | column 82
One of the attributes 'type' or 'operation' is mandatory on sendTask. | pos.bpmn | line 148 | column 69
It is true that the bpmn does not contain this kind of entry for the sendtask. But your website does not mention these entry also. Could you help me ?
Regards,
Romain
Salut Romain,
The problem is that the prefix camunda: is not mapped inside your BPMN xml file. You use try the following:
<sendTask id="SendTask_1" name="Envoi mail" activiti:class="org.camunda.bpm.MySendTaskDelegate">
<incoming>SequenceFlow_30</incoming>
</sendTask>
Bonne Journée,
Daniel Meyer
-----Ursprüngliche Nachricht-----
Von: camunda-...@googlegroups.com [mailto:camunda-...@googlegroups.com] Im Auftrag von romad...@gmail.com
Gesendet: Dienstag, 3. September 2013 08:25
An: camunda-...@googlegroups.com
Cc: romad...@gmail.com
Betreff: Re: sendtask with camunda modeler and deployment error
--
You received this message because you are subscribed to the Google Groups "camunda BPM users & process application developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to camunda-bpm-us...@googlegroups.com.
To post to this group, send email to camunda-...@googlegroups.com.