<!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;">&#160;</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;">&#160;</p><blockquote class="jive-quote"><p>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</p><p><span>&lt;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>"&gt;</span></p><p>&#160; &lt;bpmn2:process id="swimlaneTest" tns:version="1" tns:packageName="defaultPackage" name="Default Process"&gt;</p><p>&#160;&#160;&#160; &lt;bpmn2:laneSet id="LaneSet_1"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:lane id="ingenieros" name="engineers"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:flowNodeRef&gt;UserTask_2&lt;/bpmn2:flowNodeRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:flowNodeRef&gt;UserTask_1&lt;/bpmn2:flowNodeRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:lane&gt;</p><p>&#160;&#160;&#160; &lt;/bpmn2:laneSet&gt;</p><p>&#160;&#160;&#160; &lt;bpmn2:startEvent id="StartEvent_1"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:outgoing&gt;SequenceFlow_2&lt;/bpmn2:outgoing&gt;</p><p>&#160;&#160;&#160; &lt;/bpmn2:startEvent&gt;</p><p>&#160;&#160;&#160; &lt;bpmn2:sequenceFlow id="SequenceFlow_2" tns:priority="1" sourceRef="StartEvent_1" targetRef="UserTask_1"/&gt;</p><p>&#160;&#160;&#160; &lt;bpmn2:userTask id="UserTask_2" name="Final Human Task"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:incoming&gt;SequenceFlow_3&lt;/bpmn2:incoming&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:outgoing&gt;SequenceFlow_4&lt;/bpmn2:outgoing&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:ioSpecification id="_InputOutputSpecification_17"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_92" name="TaskName"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_93" name="Priority"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_94" name="Comment"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_95" name="GroupId"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_96" name="Skippable"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_97" name="Content"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:inputSet id="_InputSet_17" name="&#160; Input Set 17"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_92&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_93&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_94&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_95&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_96&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_97&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:inputSet&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:ioSpecification&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_92"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_92&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:assignment id="Assignment_1"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:from xsi:type="bpmn2:tFormalExpression" id="FormalExpression_3"&gt;Final Human Task&lt;/bpmn2:from&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:to xsi:type="bpmn2:tFormalExpression" id="FormalExpression_6"&gt;_DataInput_92&lt;/bpmn2:to&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:assignment&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_93"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_93&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_94"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_94&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_95"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_95&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:assignment id="Assignment_4"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:from xsi:type="bpmn2:tFormalExpression" id="FormalExpression_6"&gt;engineer&lt;/bpmn2:from&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:to xsi:type="bpmn2:tFormalExpression" id="FormalExpression_7"&gt;_DataInput_95&lt;/bpmn2:to&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:assignment&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_96"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_96&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_97"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_97&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160; &lt;/bpmn2:userTask&gt;</p><p>&#160;&#160;&#160; &lt;bpmn2:sequenceFlow id="SequenceFlow_4" tns:priority="1" name="" sourceRef="UserTask_2" targetRef="EndEvent_1"/&gt;</p><p>&#160;&#160;&#160; &lt;bpmn2:endEvent id="EndEvent_1"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:incoming&gt;SequenceFlow_4&lt;/bpmn2:incoming&gt;</p><p>&#160;&#160;&#160; &lt;/bpmn2:endEvent&gt;</p><p>&#160;&#160;&#160; &lt;bpmn2:userTask id="UserTask_1" name="First Human Task"&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:incoming&gt;SequenceFlow_2&lt;/bpmn2:incoming&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:outgoing&gt;SequenceFlow_3&lt;/bpmn2:outgoing&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:ioSpecification id="_InputOutputSpecification_16"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_86" name="TaskName"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_87" name="Priority"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_88" name="Comment"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_89" name="GroupId"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_90" name="Skippable"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInput id="_DataInput_91" name="Content"/&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:inputSet id="_InputSet_16" name="&#160; Input Set 16"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_86&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_87&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_88&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_89&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_90&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputRefs&gt;_DataInput_91&lt;/bpmn2:dataInputRefs&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:inputSet&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:ioSpecification&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_86"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_86&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:assignment id="Assignment_2"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:from xsi:type="bpmn2:tFormalExpression" id="FormalExpression_4"&gt;First Human Task&lt;/bpmn2:from&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:to xsi:type="bpmn2:tFormalExpression" id="FormalExpression_1"&gt;_DataInput_86&lt;/bpmn2:to&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:assignment&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_87"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_87&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_88"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_88&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_89"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_89&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:assignment id="Assignment_3"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:from xsi:type="bpmn2:tFormalExpression" id="FormalExpression_5"&gt;engineer&lt;/bpmn2:from&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:to xsi:type="bpmn2:tFormalExpression" id="FormalExpression_2"&gt;_DataInput_89&lt;/bpmn2:to&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:assignment&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_90"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_90&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:dataInputAssociation id="_DataInputAssociation_91"&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bpmn2:targetRef&gt;_DataInput_91&lt;/bpmn2:targetRef&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/bpmn2:dataInputAssociation&gt;</p><p>&#160;&#160;&#160; &lt;/bpmn2:userTask&gt;</p><p>&#160;&#160;&#160; &lt;bpmn2:sequenceFlow id="SequenceFlow_3" tns:priority="1" sourceRef="UserTask_1" targetRef="UserTask_2"/&gt;</p><p>&#160; &lt;/bpmn2:process&gt;</p><p>&lt;/bpmn2:definitions&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</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>