<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Re: Swimlanes and ActorId
</h3>
<span style="margin-bottom: 10px;">
created by <a href="https://community.jboss.org/people/lucazamador">Lucas Amador</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/751224#751224">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Hey Esteban, how is life going?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>My process definition is the next, just removed the DI declarations. Both human tasks are assigned to the group "engineer" and assigned to the engineers swimlane. I'm struggling with this since a few days.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><blockquote class="jive-quote"><p><?xml version="1.0" encoding="UTF-8"?></p><p><span><bpmn2:definitions xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>" xmlns:bpmn2="</span><a class="jive-link-external-small" href="http://www.omg.org/spec/BPMN/20100524/MODEL" target="_blank">http://www.omg.org/spec/BPMN/20100524/MODEL</a><span>" xmlns:bpmndi="</span><a class="jive-link-external-small" href="http://www.omg.org/spec/BPMN/20100524/DI" target="_blank">http://www.omg.org/spec/BPMN/20100524/DI</a><span>" xmlns:dc="</span><a class="jive-link-external-small" href="http://www.omg.org/spec/DD/20100524/DC" target="_blank">http://www.omg.org/spec/DD/20100524/DC</a><span>" xmlns:di="</span><a class="jive-link-external-small" href="http://www.omg.org/spec/DD/20100524/DI" target="_blank">http://www.omg.org/spec/DD/20100524/DI</a><span>" xmlns:tns="</span><a class="jive-link-external-small" href="http://www.jboss.org/drools" target="_blank">http://www.jboss.org/drools</a><span>" xsi:schemaLocation="</span><a class="jive-link-external-small" href="http://www.omg.org/spec/BPMN/20100524/MODEL" target="_blank">http://www.omg.org/spec/BPMN/20100524/MODEL</a><span> BPMN20.xsd" id="Definitions_1" targetNamespace="</span><a class="jive-link-external-small" href="http://www.jboss.org/drools" target="_blank">http://www.jboss.org/drools</a><span>"></span></p><p>  <bpmn2:process id="swimlaneTest" tns:version="1" tns:packageName="defaultPackage" name="Default Process"></p><p>    <bpmn2:laneSet id="LaneSet_1"></p><p>      <bpmn2:lane id="ingenieros" name="engineers"></p><p>        <bpmn2:flowNodeRef>UserTask_2</bpmn2:flowNodeRef></p><p>        <bpmn2:flowNodeRef>UserTask_1</bpmn2:flowNodeRef></p><p>      </bpmn2:lane></p><p>    </bpmn2:laneSet></p><p>    <bpmn2:startEvent id="StartEvent_1"></p><p>      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing></p><p>    </bpmn2:startEvent></p><p>    <bpmn2:sequenceFlow id="SequenceFlow_2" tns:priority="1" sourceRef="StartEvent_1" targetRef="UserTask_1"/></p><p>    <bpmn2:userTask id="UserTask_2" name="Final Human Task"></p><p>      <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming></p><p>      <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing></p><p>      <bpmn2:ioSpecification id="_InputOutputSpecification_17"></p><p>        <bpmn2:dataInput id="_DataInput_92" name="TaskName"/></p><p>        <bpmn2:dataInput id="_DataInput_93" name="Priority"/></p><p>        <bpmn2:dataInput id="_DataInput_94" name="Comment"/></p><p>        <bpmn2:dataInput id="_DataInput_95" name="GroupId"/></p><p>        <bpmn2:dataInput id="_DataInput_96" name="Skippable"/></p><p>        <bpmn2:dataInput id="_DataInput_97" name="Content"/></p><p>        <bpmn2:inputSet id="_InputSet_17" name="  Input Set 17"></p><p>          <bpmn2:dataInputRefs>_DataInput_92</bpmn2:dataInputRefs></p><p>          <bpmn2:dataInputRefs>_DataInput_93</bpmn2:dataInputRefs></p><p>          <bpmn2:dataInputRefs>_DataInput_94</bpmn2:dataInputRefs></p><p>          <bpmn2:dataInputRefs>_DataInput_95</bpmn2:dataInputRefs></p><p>          <bpmn2:dataInputRefs>_DataInput_96</bpmn2:dataInputRefs></p><p>          <bpmn2:dataInputRefs>_DataInput_97</bpmn2:dataInputRefs></p><p>        </bpmn2:inputSet></p><p>      </bpmn2:ioSpecification></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_92"></p><p>        <bpmn2:targetRef>_DataInput_92</bpmn2:targetRef></p><p>        <bpmn2:assignment id="Assignment_1"></p><p>          <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="FormalExpression_3">Final Human Task</bpmn2:from></p><p>          <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="FormalExpression_6">_DataInput_92</bpmn2:to></p><p>        </bpmn2:assignment></p><p>      </bpmn2:dataInputAssociation></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_93"></p><p>        <bpmn2:targetRef>_DataInput_93</bpmn2:targetRef></p><p>      </bpmn2:dataInputAssociation></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_94"></p><p>        <bpmn2:targetRef>_DataInput_94</bpmn2:targetRef></p><p>      </bpmn2:dataInputAssociation></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_95"></p><p>        <bpmn2:targetRef>_DataInput_95</bpmn2:targetRef></p><p>        <bpmn2:assignment id="Assignment_4"></p><p>          <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="FormalExpression_6">engineer</bpmn2:from></p><p>          <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="FormalExpression_7">_DataInput_95</bpmn2:to></p><p>        </bpmn2:assignment></p><p>      </bpmn2:dataInputAssociation></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_96"></p><p>        <bpmn2:targetRef>_DataInput_96</bpmn2:targetRef></p><p>      </bpmn2:dataInputAssociation></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_97"></p><p>        <bpmn2:targetRef>_DataInput_97</bpmn2:targetRef></p><p>      </bpmn2:dataInputAssociation></p><p>    </bpmn2:userTask></p><p>    <bpmn2:sequenceFlow id="SequenceFlow_4" tns:priority="1" name="" sourceRef="UserTask_2" targetRef="EndEvent_1"/></p><p>    <bpmn2:endEvent id="EndEvent_1"></p><p>      <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming></p><p>    </bpmn2:endEvent></p><p>    <bpmn2:userTask id="UserTask_1" name="First Human Task"></p><p>      <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming></p><p>      <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing></p><p>      <bpmn2:ioSpecification id="_InputOutputSpecification_16"></p><p>        <bpmn2:dataInput id="_DataInput_86" name="TaskName"/></p><p>        <bpmn2:dataInput id="_DataInput_87" name="Priority"/></p><p>        <bpmn2:dataInput id="_DataInput_88" name="Comment"/></p><p>        <bpmn2:dataInput id="_DataInput_89" name="GroupId"/></p><p>        <bpmn2:dataInput id="_DataInput_90" name="Skippable"/></p><p>        <bpmn2:dataInput id="_DataInput_91" name="Content"/></p><p>        <bpmn2:inputSet id="_InputSet_16" name="  Input Set 16"></p><p>          <bpmn2:dataInputRefs>_DataInput_86</bpmn2:dataInputRefs></p><p>          <bpmn2:dataInputRefs>_DataInput_87</bpmn2:dataInputRefs></p><p>          <bpmn2:dataInputRefs>_DataInput_88</bpmn2:dataInputRefs></p><p>          <bpmn2:dataInputRefs>_DataInput_89</bpmn2:dataInputRefs></p><p>          <bpmn2:dataInputRefs>_DataInput_90</bpmn2:dataInputRefs></p><p>          <bpmn2:dataInputRefs>_DataInput_91</bpmn2:dataInputRefs></p><p>        </bpmn2:inputSet></p><p>      </bpmn2:ioSpecification></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_86"></p><p>        <bpmn2:targetRef>_DataInput_86</bpmn2:targetRef></p><p>        <bpmn2:assignment id="Assignment_2"></p><p>          <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="FormalExpression_4">First Human Task</bpmn2:from></p><p>          <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="FormalExpression_1">_DataInput_86</bpmn2:to></p><p>        </bpmn2:assignment></p><p>      </bpmn2:dataInputAssociation></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_87"></p><p>        <bpmn2:targetRef>_DataInput_87</bpmn2:targetRef></p><p>      </bpmn2:dataInputAssociation></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_88"></p><p>        <bpmn2:targetRef>_DataInput_88</bpmn2:targetRef></p><p>      </bpmn2:dataInputAssociation></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_89"></p><p>        <bpmn2:targetRef>_DataInput_89</bpmn2:targetRef></p><p>        <bpmn2:assignment id="Assignment_3"></p><p>          <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="FormalExpression_5">engineer</bpmn2:from></p><p>          <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="FormalExpression_2">_DataInput_89</bpmn2:to></p><p>        </bpmn2:assignment></p><p>      </bpmn2:dataInputAssociation></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_90"></p><p>        <bpmn2:targetRef>_DataInput_90</bpmn2:targetRef></p><p>      </bpmn2:dataInputAssociation></p><p>      <bpmn2:dataInputAssociation id="_DataInputAssociation_91"></p><p>        <bpmn2:targetRef>_DataInput_91</bpmn2:targetRef></p><p>      </bpmn2:dataInputAssociation></p><p>    </bpmn2:userTask></p><p>    <bpmn2:sequenceFlow id="SequenceFlow_3" tns:priority="1" sourceRef="UserTask_1" targetRef="UserTask_2"/></p><p>  </bpmn2:process></p><p></bpmn2:definitions></p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p></blockquote></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/751224#751224">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>