<?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: Reminders on parallel user tasks in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237440#M190570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure that my last comment is clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I just define a task with multiple instances to start the parallel tasks and I define a timer boundary for that task, than when the timer fires, only one task will be created. What should I do in this task to send the reminder only to users that have not completed the task ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2016 18:55:37 GMT</pubDate>
    <dc:creator>marco_altieri_7</dc:creator>
    <dc:date>2016-10-04T18:55:37Z</dc:date>
    <item>
      <title>Reminders on parallel user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237437#M190567</link>
      <description>I have a workflow that starts several tasks in parallel assigned to different groups.When the task starts, an email is sent to the members of the group.Every day a reminder must also be sent to each group that has not completed the task.I tried different solutions but they all have some issues.What</description>
      <pubDate>Mon, 03 Oct 2016 11:56:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237437#M190567</guid>
      <dc:creator>marco_altieri_7</dc:creator>
      <dc:date>2016-10-03T11:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reminders on parallel user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237438#M190568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure about "standard" but I like timer boundary event fired to email task with specific time cycle.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 13:56:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237438#M190568</guid>
      <dc:creator>p4w3l</dc:creator>
      <dc:date>2016-10-04T13:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Reminders on parallel user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237439#M190569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is that in that case the reminder is the same for all the parallel tasks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to distinguish between tasks that have been already closed and tasks that are really due.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 18:50:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237439#M190569</guid>
      <dc:creator>marco_altieri_7</dc:creator>
      <dc:date>2016-10-04T18:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reminders on parallel user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237440#M190570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not sure that my last comment is clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I just define a task with multiple instances to start the parallel tasks and I define a timer boundary for that task, than when the timer fires, only one task will be created. What should I do in this task to send the reminder only to users that have not completed the task ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 18:55:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237440#M190570</guid>
      <dc:creator>marco_altieri_7</dc:creator>
      <dc:date>2016-10-04T18:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reminders on parallel user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237441#M190571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could create multi-instance subpprocess and put the task inside then the event on that task&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 07:35:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237441#M190571</guid>
      <dc:creator>p4w3l</dc:creator>
      <dc:date>2016-10-07T07:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reminders on parallel user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237442#M190572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your answer. The subprocess unfortunately does not work because&amp;nbsp; there is a bug in the version of Activiti that is integrated in the last version of Alfresco One.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A timer in a subprocess does not work as expected.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 12:56:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237442#M190572</guid>
      <dc:creator>marco_altieri_7</dc:creator>
      <dc:date>2016-10-13T12:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reminders on parallel user tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237443#M190573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is an issue open in jira: &lt;/SPAN&gt;&lt;A href="https://activiti.atlassian.net/browse/ACT-4090" rel="nofollow noopener noreferrer"&gt;https://activiti.atlassian.net/browse/ACT-4090&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 12:56:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reminders-on-parallel-user-tasks/m-p/237443#M190573</guid>
      <dc:creator>marco_altieri_7</dc:creator>
      <dc:date>2016-10-13T12:56:49Z</dc:date>
    </item>
  </channel>
</rss>

