amalagaura / camunda-workflow

Camunda Workflow - Ruby interface to the Camunda REST api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The task for Message End Events is on the parent node of camunda:type="external"

amalagaura opened this issue · comments

We have this XML

    <bpmn:endEvent id="MessageEndTask" name="MessageEndTask">
      <bpmn:incoming>SequenceFlow_0nukqji</bpmn:incoming>
      <bpmn:messageEventDefinition messageRef="Message_0674twm" camunda:type="external" camunda:topic="CamundaWorkflow" />
    </bpmn:endEvent>

And Camunda will call the external task called MessageEndTask and not Message_0674twm