<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Assign task to the users defined by the Initiator in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38628#M16245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the task assignee configuration, have you tried something like this?&lt;/P&gt;&lt;PRE class="line-numbers language-markup"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;userTask&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;id&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;usertask&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;name&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;First Assignee&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;&lt;SPAN class="namespace token"&gt;activiti:&lt;/SPAN&gt;assignee&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;${firstassignee.properties.userName}&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2018 11:43:12 GMT</pubDate>
    <dc:creator>douglascrp</dc:creator>
    <dc:date>2018-01-03T11:43:12Z</dc:date>
    <item>
      <title>Assign task to the users defined by the Initiator</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38623#M16240</link>
      <description>I have two&amp;nbsp;association defined in aspect in my custom workflow model:&amp;lt;aspect name="hxwf:multiassignaspect"&amp;gt; &amp;lt;associations&amp;gt; &amp;lt;association name="hxwf:firstassignee"&amp;gt; &amp;lt;title&amp;gt;first assignee&amp;lt;/title&amp;gt; &amp;lt;source&amp;gt; &amp;lt;mandatory&amp;gt;false&amp;lt;/mandatory&amp;gt; &amp;lt;many&amp;gt;false&amp;lt;</description>
      <pubDate>Sat, 30 Dec 2017 11:02:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38623#M16240</guid>
      <dc:creator>noohulalthaf</dc:creator>
      <dc:date>2017-12-30T11:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Assign task to the users defined by the Initiator</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38624#M16241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try using a task listener, attached to the complete event, and then in the javascript code, do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;execution&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;setVariable&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'firstassignee'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; task&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getVariable&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'hxwf_firstassignee'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;BR /&gt;execution&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;setVariable&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'secondassignee'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; task&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getVariable&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'hxwf_secondassignee'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, on the next task, you can have the variables&amp;nbsp;&lt;STRONG&gt;firstassignee&lt;/STRONG&gt; and &lt;STRONG&gt;secondassignee&lt;/STRONG&gt; being used as expressions on the assignee property, like &lt;STRONG&gt;${firstassignee.properties.userName}&lt;/STRONG&gt; and &lt;STRONG&gt;${secondassignee.properties.userName}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2017 16:59:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38624#M16241</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-12-31T16:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Assign task to the users defined by the Initiator</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38625#M16242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did the same , but when i start the workflow, its not getting started throwing error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;00020011 Failed to start workflow activiti$multiassignee:89:22416.'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;Here is my bpm process code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;definitions xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.omg.org/spec/BPMN/20100524/MODEL" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.omg.org/spec/BPMN/20100524/MODEL&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsd="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&lt;SPAN&gt;" xmlns:activiti="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://activiti.org/bpmn" rel="nofollow noopener noreferrer" target="_blank"&gt;http://activiti.org/bpmn&lt;/A&gt;&lt;SPAN&gt;" xmlns:bpmndi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.omg.org/spec/BPMN/20100524/DI" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.omg.org/spec/BPMN/20100524/DI&lt;/A&gt;&lt;SPAN&gt;" xmlns&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;mgdc="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.omg.org/spec/DD/20100524/DC" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.omg.org/spec/DD/20100524/DC&lt;/A&gt;&lt;SPAN&gt;" xmlns&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;mgdi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.omg.org/spec/DD/20100524/DI" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.omg.org/spec/DD/20100524/DI&lt;/A&gt;&lt;SPAN&gt;" typeLanguage="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&lt;SPAN&gt;" expressionLanguage="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/XPath" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.w3.org/1999/XPath&lt;/A&gt;&lt;SPAN&gt;" targetNamespace="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.activiti.org/test" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.activiti.org/test&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;process id="multiassignee" name="Multi Assignee" isExecutable="true"&amp;gt;&lt;BR /&gt; &amp;lt;startEvent id="startevent1" name="Start" activiti:formKey="hxwf:starttask"&amp;gt;&amp;lt;/startEvent&amp;gt;&lt;BR /&gt; &amp;lt;userTask id="usertask1" name="First Assignee" &amp;gt;&lt;BR /&gt; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt; &amp;lt;activiti:taskListener class="org.alfresco.repo.workflow.activiti.tasklistener.ScriptTaskListener" event="complete"&amp;gt;&lt;BR /&gt; &amp;lt;activiti:field name="script"&amp;gt;&lt;BR /&gt; &amp;lt;activiti:string&amp;gt;&lt;BR /&gt; execution.setVariable('firstassignee', task.getVariable('hxwf_firstassignee'));&lt;BR /&gt; &lt;BR /&gt; &amp;lt;/activiti:string&amp;gt;&lt;BR /&gt; &amp;lt;/activiti:field&amp;gt;&lt;BR /&gt; &amp;lt;/activiti:taskListener&amp;gt;&lt;BR /&gt; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt; &amp;lt;humanPerformer&amp;gt;&lt;BR /&gt; &amp;lt;resourceAssignmentExpression&amp;gt;&lt;BR /&gt; &amp;lt;formalExpression&amp;gt;${firstassignee.properties.userName}&amp;lt;/formalExpression&amp;gt;&lt;BR /&gt; &amp;lt;/resourceAssignmentExpression&amp;gt;&lt;BR /&gt;&amp;lt;/humanPerformer&amp;gt;&lt;BR /&gt; &amp;lt;/userTask&amp;gt;&lt;BR /&gt; &amp;lt;userTask id="usertask2" name="Second Assignee" &amp;gt;&lt;BR /&gt; &amp;lt;extensionElements&amp;gt;&lt;BR /&gt; &amp;lt;activiti:taskListener class="org.alfresco.repo.workflow.activiti.tasklistener.ScriptTaskListener" event="complete"&amp;gt;&lt;BR /&gt; &amp;lt;activiti:field name="script"&amp;gt;&lt;BR /&gt; &amp;lt;activiti:string&amp;gt;&lt;BR /&gt; &lt;BR /&gt; execution.setVariable('secondassignee', task.getVariable('hxwf_secondassignee'));&lt;BR /&gt; &amp;lt;/activiti:string&amp;gt;&lt;BR /&gt; &amp;lt;/activiti:field&amp;gt;&lt;BR /&gt; &amp;lt;/activiti:taskListener&amp;gt;&lt;BR /&gt; &amp;lt;/extensionElements&amp;gt;&lt;BR /&gt; &amp;lt;humanPerformer&amp;gt;&lt;BR /&gt; &amp;lt;resourceAssignmentExpression&amp;gt;&lt;BR /&gt; &amp;lt;formalExpression&amp;gt;${secondassignee.properties.userName}&amp;lt;/formalExpression&amp;gt;&lt;BR /&gt; &amp;lt;/resourceAssignmentExpression&amp;gt;&lt;BR /&gt;&amp;lt;/humanPerformer&amp;gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &amp;lt;/userTask&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow2" sourceRef="usertask1" targetRef="usertask2"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;endEvent id="endevent1" name="End"&amp;gt;&amp;lt;/endEvent&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow3" sourceRef="usertask2" targetRef="endevent1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;sequenceFlow id="flow4" sourceRef="startevent1" targetRef="usertask1"&amp;gt;&amp;lt;/sequenceFlow&amp;gt;&lt;BR /&gt; &amp;lt;/process&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNDiagram id="BPMNDiagram_multiassignee"&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNPlane bpmnElement="multiassignee" id="BPMNPlane_multiassignee"&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="20.0" y="190.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="250.0" y="180.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="usertask2" id="BPMNShape_usertask2"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="55.0" width="105.0" x="410.0" y="185.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1"&amp;gt;&lt;BR /&gt; &amp;lt;omgdc:Bounds height="35.0" width="35.0" x="550.0" y="190.0"&amp;gt;&amp;lt;/omgdc:Bounds&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="355.0" y="207.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="410.0" y="212.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="515.0" y="212.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="550.0" y="207.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4"&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="55.0" y="207.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;omgdi:waypoint x="250.0" y="207.0"&amp;gt;&amp;lt;/omgdi:waypoint&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNEdge&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNPlane&amp;gt;&lt;BR /&gt; &amp;lt;/bpmndi:BPMNDiagram&amp;gt;&lt;BR /&gt;&amp;lt;/definitions&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;If i am giving the assignee value directly, its working.Am i doing this correctly?please help me to resolve this&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 05:49:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38625#M16242</guid>
      <dc:creator>noohulalthaf</dc:creator>
      <dc:date>2018-01-02T05:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Assign task to the users defined by the Initiator</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38626#M16243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have to&amp;nbsp;change your user tasks like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;userTask id="usertask1" name="First Assignee"&amp;nbsp; activiti:assignee="${bpm_assignee.properties.userName}&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;extensionElements&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;activiti:taskListener class="org.alfresco.repo.workflow.activiti.tasklistener.ScriptTaskListener" event="complete"&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;activiti:field name="script"&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;activiti:string&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333;" /&gt;execution.setVariable("bpm_assignee", task.getVariable("bpm_assignee"));&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;/activiti:string&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;/activiti:field&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;/activiti:taskListener&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;/extensionElements&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333;" /&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&amp;lt;/userTask&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 08:03:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38626#M16243</guid>
      <dc:creator>anuradha1</dc:creator>
      <dc:date>2018-01-02T08:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Assign task to the users defined by the Initiator</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38627#M16244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That also tried before, when i show default bpm_assignee property there, then it will work, but in my case two association with class cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson is defined in the model, so i don't think setting bpm_assignee in usertask will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 05:16:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38627#M16244</guid>
      <dc:creator>noohulalthaf</dc:creator>
      <dc:date>2018-01-03T05:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Assign task to the users defined by the Initiator</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38628#M16245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the task assignee configuration, have you tried something like this?&lt;/P&gt;&lt;PRE class="line-numbers language-markup"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;userTask&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;id&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;usertask&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;name&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;First Assignee&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;&lt;SPAN class="namespace token"&gt;activiti:&lt;/SPAN&gt;assignee&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;${firstassignee.properties.userName}&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 11:43:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/assign-task-to-the-users-defined-by-the-initiator/m-p/38628#M16245</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2018-01-03T11:43:12Z</dc:date>
    </item>
  </channel>
</rss>

