<?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: Task not appearing in Inbox for a process definitation with timer start event in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174926#M128056</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to have it every monday, consider using a cron-expresson (see &lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/#timerEventDefinitions" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#timerEventDefinitions&lt;/A&gt;&lt;SPAN&gt;). I think the start-time is causing the issue you're seeing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2014 09:12:57 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2014-03-10T09:12:57Z</dc:date>
    <item>
      <title>Task not appearing in Inbox for a process definitation with timer start event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174925#M128055</link>
      <description>Respected Activiti Experts,I am exploring usage of Activiti for using in our organization and as part of that doing hands on. I have modified the Financial Report Process available in 10 minutes tutorial to make the start event timer based:&amp;lt;blockcode&amp;gt;&amp;nbsp; &amp;lt;startEvent id="timerstartevent1" name</description>
      <pubDate>Mon, 10 Mar 2014 08:40:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174925#M128055</guid>
      <dc:creator>manchandap</dc:creator>
      <dc:date>2014-03-10T08:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Task not appearing in Inbox for a process definitation with timer start event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174926#M128056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to have it every monday, consider using a cron-expresson (see &lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/#timerEventDefinitions" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#timerEventDefinitions&lt;/A&gt;&lt;SPAN&gt;). I think the start-time is causing the issue you're seeing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 09:12:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174926#M128056</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-03-10T09:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Task not appearing in Inbox for a process definitation with timer start event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174927#M128057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. I am trying the examples from the user guide.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 06:51:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174927#M128057</guid>
      <dc:creator>manchandap</dc:creator>
      <dc:date>2014-03-11T06:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Task not appearing in Inbox for a process definitation with timer start event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174928#M128058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to create the fixed date task by adding the following to my process definition. However, I am still not getting any task for Fozzie.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;startEvent id="timerstartevent1" name="Timer start"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timerEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeDate&amp;gt;2014-03-11T12:25:15&amp;lt;/timeDate&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/timerEventDefinition&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/startEvent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing anything. Attaching modified process definition. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 07:08:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174928#M128058</guid>
      <dc:creator>manchandap</dc:creator>
      <dc:date>2014-03-11T07:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Task not appearing in Inbox for a process definitation with timer start event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174929#M128059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you see anything in the ACT_RU_JOB table? it should have a timer-job in there with that date.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 12:54:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-not-appearing-in-inbox-for-a-process-definitation-with/m-p/174929#M128059</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-03-11T12:54:27Z</dc:date>
    </item>
  </channel>
</rss>

