<?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: API for Activiti explorer functionality in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/api-for-activiti-explorer-functionality/m-p/53069#M31341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The source of the explorer is also open… Why don't you check that out?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2011 00:49:36 GMT</pubDate>
    <dc:creator>ronald_van_kuij</dc:creator>
    <dc:date>2011-12-21T00:49:36Z</dc:date>
    <item>
      <title>API for Activiti explorer functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/api-for-activiti-explorer-functionality/m-p/53068#M31340</link>
      <description>Hello,I'm trying to find out if all the functionality exposed in 'Activity Explorer' like,- Subtasks- event stream/discussions- Transfer and Reassign functionality- Creating standalone casesare available through the Activiti API's? If they are could you please give pointers to those APIs.We have a r</description>
      <pubDate>Tue, 20 Dec 2011 19:41:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/api-for-activiti-explorer-functionality/m-p/53068#M31340</guid>
      <dc:creator>sarbx</dc:creator>
      <dc:date>2011-12-20T19:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: API for Activiti explorer functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/api-for-activiti-explorer-functionality/m-p/53069#M31341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The source of the explorer is also open… Why don't you check that out?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 00:49:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/api-for-activiti-explorer-functionality/m-p/53069#M31341</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-12-21T00:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: API for Activiti explorer functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/api-for-activiti-explorer-functionality/m-p/53070#M31342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did spend some time reading the docs/api and 'Activiti in Action' ebook and found the corresponding mapping for my request,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Subtasks - using the ParentTaskId&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; event stream/discussions - using the Comments on Tasks or Process instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Transfer and Reassign functionality - Using Delegation PENDING/RESOLVED&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Creating standalone cases - Creating tasks without a Process instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I'm good on these questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I'm still confused with back and forth between the process initiator and one of the task assignee downstream. Take the following vacation process request as example,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Employee submits the number of days of vacation as part of StartFormData of 'Vacation Request' process&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- A 'Decide' task (taskA) is assigned to the manager to make a decision on the vacation request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The manager should be able to 'Approve', 'Reject' or 'Request Edit' of the vacation days.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- On 'Request Edit' a task (taskB) should be assigned to the employee. The employee can change the days and the 'Decide' task should be assigned back to the 'Manager'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- And this back and forth can happen multiple times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My confusion is what should happen when the Manager selects 'Request Edit', &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Should taskB be created as a dynamic 'Sub Task' of taskA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Or should I model the taskB at design time and have some kind of loop connecting these two tasks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 09:41:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/api-for-activiti-explorer-functionality/m-p/53070#M31342</guid>
      <dc:creator>sarbx</dc:creator>
      <dc:date>2011-12-21T09:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: API for Activiti explorer functionality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/api-for-activiti-explorer-functionality/m-p/53071#M31343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's up to your preference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But as you describe it I would model it at design time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sub tasks etc is more useful when you want to split up a larger piece of work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 10:47:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/api-for-activiti-explorer-functionality/m-p/53071#M31343</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-12-21T10:47:17Z</dc:date>
    </item>
  </channel>
</rss>

