<?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: enforce a task to another task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41261#M22085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You should complete the task in order to have the flow continue to the next task, in our API this is something like this:&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;Task task = taskService.createTaskQuery().processInstanceId(procDefId).singleResult();&lt;BR /&gt;taskService.completeTask(task.getId());&lt;BR /&gt;&lt;/CODE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I want A –&amp;gt; D, or B –&amp;gt; D, or C –&amp;gt; D&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is more than 10 node in My process like "A,B,C",&amp;nbsp; these node sometimes need jump to "Task D"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2011 14:24:07 GMT</pubDate>
    <dc:creator>weiyi2011</dc:creator>
    <dc:date>2011-03-23T14:24:07Z</dc:date>
    <item>
      <title>enforce a task to another task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41257#M22081</link>
      <description>Hi all!How can I enforce a task to another task by API?</description>
      <pubDate>Wed, 23 Mar 2011 03:19:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41257#M22081</guid>
      <dc:creator>weiyi2011</dc:creator>
      <dc:date>2011-03-23T03:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: enforce a task to another task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41258#M22082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean by enforcing a task to another task?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 07:35:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41258#M22082</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-03-23T07:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: enforce a task to another task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41259#M22083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, frederikheremans.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What do you mean by enforcing a task to another task?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Just like my process, when execution's Activity is "Task A" or "Task B" or any other, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to take transition to "Task D". What shoud l do? Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 14:13:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41259#M22083</guid>
      <dc:creator>weiyi2011</dc:creator>
      <dc:date>2011-03-23T14:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: enforce a task to another task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41260#M22084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should complete the task in order to have the flow continue to the next task, in our API this is something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;Task task = taskService.createTaskQuery().processInstanceId(procDefId).singleResult();&lt;BR /&gt;taskService.completeTask(task.getId());&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 14:16:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41260#M22084</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-03-23T14:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: enforce a task to another task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41261#M22085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You should complete the task in order to have the flow continue to the next task, in our API this is something like this:&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;Task task = taskService.createTaskQuery().processInstanceId(procDefId).singleResult();&lt;BR /&gt;taskService.completeTask(task.getId());&lt;BR /&gt;&lt;/CODE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I want A –&amp;gt; D, or B –&amp;gt; D, or C –&amp;gt; D&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is more than 10 node in My process like "A,B,C",&amp;nbsp; these node sometimes need jump to "Task D"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 14:24:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41261#M22085</guid>
      <dc:creator>weiyi2011</dc:creator>
      <dc:date>2011-03-23T14:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: enforce a task to another task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41262#M22086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If that's the case, you should add a conditional gateway before Task B, which has 2 outgoing flows: one to B and another to D (and the same for all your other exceptional cases where you want to skip one or more tasks).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you really want to be able to dynamically skip any node at any time (without modeling in your process) you shouldn't be using a business-process in the first place &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 14:58:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/enforce-a-task-to-another-task/m-p/41262#M22086</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-03-23T14:58:00Z</dc:date>
    </item>
  </channel>
</rss>

