<?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: [SOLVED] email assignee when a task is complete in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253333#M206463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi sihnu,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I tested those variables by priniting them in workflow details.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;How did you print those variables in workflow details?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because I am trying to modify task-list-min.js and want to print the variables, but I am not able to print them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting logger is undefined error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2011 11:22:21 GMT</pubDate>
    <dc:creator>sans</dc:creator>
    <dc:date>2011-05-03T11:22:21Z</dc:date>
    <item>
      <title>[SOLVED] email assignee when a task is complete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253329#M206459</link>
      <description>HelloI would like to implement a behaviour so that when a task is completed an email is sent to the assigned user. The same way as it is done in Adhoc workflow. Here is the javascript copied from Adhoc processdefinition:if (tm_notifyMe)&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp; var mail = actions.create("mail");&amp;nbsp;&amp;nbsp; mail.parameters.to =</description>
      <pubDate>Wed, 13 Apr 2011 12:41:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253329#M206459</guid>
      <dc:creator>sihnu</dc:creator>
      <dc:date>2011-04-13T12:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] email assignee when a task is complete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253330#M206460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear friend,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;variable name="bpm_workflowDescription" access="read" /&amp;gt;&lt;BR /&gt;&amp;lt;variable name="bpm_assignee" access="read" /&amp;gt;&lt;BR /&gt;&amp;lt;variable name="bpm_package" access="read" /&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;If you haven that code. Maybe one in that code is null.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Goodluck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 01:57:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253330#M206460</guid>
      <dc:creator>vinaxwater</dc:creator>
      <dc:date>2011-04-14T01:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] email assignee when a task is complete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253331#M206461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you haven that code. Maybe one in that code is null.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested those variables by priniting them in workflow details. These are printed just after the start task and just before the task where the error occurs. And the results:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message: test&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content Package: 560094d1-d5db-48f7-8cb4-c9038a9e40d0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Workflow Assignee: Administrator (admin)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, none of those variables are null. I don't know how to refer to email property of the assignee in workflow-config or in any of the xml-files. I could print them and check if those are null. Anyway, I have defined email address for the user admin so I doubt that would be null. Any other ideas? I really would like to get this working.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 07:02:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253331#M206461</guid>
      <dc:creator>sihnu</dc:creator>
      <dc:date>2011-04-14T07:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] email assignee when a task is complete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253332#M206462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I solved my problem. I had to do configuration according to this article:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Outbound_E-mail_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Outbound_E-mail_Configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will help if anyone else sumbles on the same problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 08:54:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253332#M206462</guid>
      <dc:creator>sihnu</dc:creator>
      <dc:date>2011-04-27T08:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] email assignee when a task is complete</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253333#M206463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi sihnu,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I tested those variables by priniting them in workflow details.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;How did you print those variables in workflow details?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because I am trying to modify task-list-min.js and want to print the variables, but I am not able to print them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting logger is undefined error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 11:22:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-email-assignee-when-a-task-is-complete/m-p/253333#M206463</guid>
      <dc:creator>sans</dc:creator>
      <dc:date>2011-05-03T11:22:21Z</dc:date>
    </item>
  </channel>
</rss>

