Hi,
I’m experiencing something wird in Camunda… Actually I have find an Workflow name in XML file from another Workflow that in Camunda modeler is not used, but it is still in XML File (so the same file in Camunda Modeler file with ID=“Workflow_0” there is nothing that is calling the Workflow with Name= “Workflow_1”, but in XML file from the same file ID=“Workflow_0” inside of it there is a message with Name= “Workflow_1”):
<bpmn:message id=“Message_05da8ga” name=“Workflow_1” />
I can not understand what does that mean and how come the “Workflow_1” still appiers in XML from “Workflow_0”?
Can someone explain me that?
Thanks in advance!