04-19-2012 09:22 AM
04-27-2012 05:28 AM
04-27-2012 07:41 AM
BPMN guide 2011-01-03
7.5.1 Sequence Flow Connections Rules
…
Note that if a Sub-Process has been expanded within a Diagram, the objects within the Sub-Process cannot be
connected to objects outside of the Sub-Process. Nor can Sequence Flows cross a Pool boundary.
04-27-2012 09:12 AM
04-27-2012 10:45 AM
Have had some trouble in getting the Activiti Designer 5.9.1 to work. I have not been an active developer for ages - sold my soul years ago and moved into project management and stuff like that… So I am painfully aware that this might be a really stupid post (in which case have fun and flame away).
04-27-2012 11:05 PM
04-28-2012 04:10 AM
05-08-2012 09:02 AM
Invalid reference in 'bpmnElement' attribute, process process1 not found
…
<collaboration id="Collaboration">
<participant id="pool1" name="Pool" processRef="process_pool1"></participant>
</collaboration>
<process id="process_pool1" name="process_pool1">
<laneSet id="laneSet_process_pool1">
<lane id="lane1">
<flowNodeRef>startevent1</flowNodeRef>
<flowNodeRef>endevent1</flowNodeRef>
<flowNodeRef>manualtask1</flowNodeRef>
</lane>
</laneSet>
<startEvent id="startevent1" name="Start"></startEvent>
<sequenceFlow id="flow1" name="" sourceRef="startevent1" targetRef="manualtask1"></sequenceFlow>
<endEvent id="endevent1" name="End"></endEvent>
<sequenceFlow id="flow2" name="" sourceRef="manualtask1" targetRef="endevent1"></sequenceFlow>
<manualTask id="manualtask1" name="Manual Task"></manualTask>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_process1">
<bpmndi:BPMNPlane bpmnElement="process1" id="BPMNPlane_process1">
…
After changing manually bpmndi:BPMNPlane bpmnElement="process1" to process_pool1, the created BAR can be deployed without any error.05-08-2012 11:46 AM
06-04-2012 09:20 PM
08-27-2012 06:02 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.