<?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: workflow interaction between tasks in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/workflow-interaction-between-tasks/m-p/185016#M138146</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;{quote}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have played around a bit using execution variables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{quote}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes that's the way how to pass values between process instance steps. I would not store huge amount of data in the variables - it does not make sense. (&lt;/SPAN&gt;&lt;A href="http://bitly.nl/redirect/&amp;amp;url=GpLFcd" rel="nofollow noopener noreferrer"&gt;http://bitly.nl/redirect/&amp;amp;url=GpLFcd&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{quote}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how can I call the Activiti provided interfaces…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{/quote}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use service calls (e.g. rest API or any other interface)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2014 09:24:52 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2014-10-03T09:24:52Z</dc:date>
    <item>
      <title>workflow interaction between tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-interaction-between-tasks/m-p/185013#M138143</link>
      <description>Hi,I want to be able to run a sequence of tasks in a particular order and it has a specific set of requirements. Would I be able to perform the same using the Activiti engine? Here's the details of the sequence of steps&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;tart -&amp;gt; Task1 -&amp;gt; Task2 -&amp;gt;EndTask1 and Task2 are service tasks which in</description>
      <pubDate>Thu, 02 Oct 2014 01:27:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-interaction-between-tasks/m-p/185013#M138143</guid>
      <dc:creator>gouthr</dc:creator>
      <dc:date>2014-10-02T01:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: workflow interaction between tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-interaction-between-tasks/m-p/185014#M138144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Goutham,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I understood, your tasks are long running tasks. You want to start TaskX and wait on its completion in the process. The only question is how to wait on the event.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use receive task (&lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/#bpmnReceiveTask" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#bpmnReceiveTask&lt;/A&gt;&lt;SPAN&gt;) or message/signals tasks (&lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/#bpmnIntermediateSignalEvent" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#bpmnIntermediateSignalEvent&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 06:29:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-interaction-between-tasks/m-p/185014#M138144</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-10-02T06:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: workflow interaction between tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-interaction-between-tasks/m-p/185015#M138145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Martin! That answers the signaling part of the question. I have 2 other questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start -&amp;gt; Task1 -&amp;gt; Task2 -&amp;gt; End&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Task1 and Task2 are service tasks which invoke a 'C' language binary. I need to be able to post some output from Task1 so that Task2 can take it as input. Can I setup a Activiti supported DB and write to it from Task1 and read the same from Task2? Or would there be any interface to manage the flow of input/ouput between the 2 tasks using any Activiti engine related API's that use the default DB?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Both Task1 and Task2 are complex tasks which have their own 'job id' and associated set of input, output and other monitoring states. I have played around a bit using execution variables. Would there be a better approach to pass a data structure between 2 tasks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If my Task1 and Task2 are 'C' language binaries, how can I call the Activiti provided interfaces&amp;nbsp; (Java interfaces) to write to the default DB from these binaries so that Activiti engine can manage the complete workflow of passing the output from one task and being consumed by the next task in the workflow sequence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 19:08:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-interaction-between-tasks/m-p/185015#M138145</guid>
      <dc:creator>gouthr</dc:creator>
      <dc:date>2014-10-02T19:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: workflow interaction between tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/workflow-interaction-between-tasks/m-p/185016#M138146</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;{quote}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have played around a bit using execution variables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{quote}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes that's the way how to pass values between process instance steps. I would not store huge amount of data in the variables - it does not make sense. (&lt;/SPAN&gt;&lt;A href="http://bitly.nl/redirect/&amp;amp;url=GpLFcd" rel="nofollow noopener noreferrer"&gt;http://bitly.nl/redirect/&amp;amp;url=GpLFcd&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{quote}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how can I call the Activiti provided interfaces…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{/quote}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use service calls (e.g. rest API or any other interface)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 09:24:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/workflow-interaction-between-tasks/m-p/185016#M138146</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-10-03T09:24:52Z</dc:date>
    </item>
  </channel>
</rss>

