<?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: ActivityExecution flush a variable immediately in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186767#M139897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't because the database connection is managed by the Activiti Engine and an execution tree is persisted to the database after it reaches a wait state. &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>Fri, 16 Jan 2015 12:08:51 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2015-01-16T12:08:51Z</dc:date>
    <item>
      <title>ActivityExecution flush a variable immediately</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186766#M139896</link>
      <description>Hello,I extended the class TaskActivitiyBehavior to write a own task. In the method "public void execute(ActivityExecution execution)" I changed a variable and started a new thread which should access the the changed variable.execution.getVariable("A");Change the variable from 0 to 1;execution.setVa</description>
      <pubDate>Fri, 16 Jan 2015 11:48:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186766#M139896</guid>
      <dc:creator>mpriess</dc:creator>
      <dc:date>2015-01-16T11:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: ActivityExecution flush a variable immediately</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186767#M139897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't because the database connection is managed by the Activiti Engine and an execution tree is persisted to the database after it reaches a wait state. &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>Fri, 16 Jan 2015 12:08:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186767#M139897</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-01-16T12:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: ActivityExecution flush a variable immediately</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186768#M139898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can I use the runtime service in my class to persiste the values earlier?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 12:59:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186768#M139898</guid>
      <dc:creator>mpriess</dc:creator>
      <dc:date>2015-01-16T12:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: ActivityExecution flush a variable immediately</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186769#M139899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not really, cause the process instance won't exist yet (it's also flushed at the end).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the use case you're trying to solve here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 15:25:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186769#M139899</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-01-16T15:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: ActivityExecution flush a variable immediately</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186770#M139900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a task which launch 1..n new process instances depending on the configuration which is passed to the parent task.&amp;nbsp; If one of my new processes fail the parent task should be stopped. I also use the parent process actually to save the state and the configuration in a object. This informations are used for visualisation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 08:44:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186770#M139900</guid>
      <dc:creator>mpriess</dc:creator>
      <dc:date>2015-01-19T08:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: ActivityExecution flush a variable immediately</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186771#M139901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can't you use a call activity in a multi instance for this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 14:04:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186771#M139901</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-01-21T14:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: ActivityExecution flush a variable immediately</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186772#M139902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have a example for a multi instance activiti? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 10:54:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186772#M139902</guid>
      <dc:creator>mpriess</dc:creator>
      <dc:date>2015-02-06T10:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: ActivityExecution flush a variable immediately</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186773#M139903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do. As does the documentation and our unit tests ….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 21:52:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activityexecution-flush-a-variable-immediately/m-p/186773#M139903</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-02-09T21:52:33Z</dc:date>
    </item>
  </channel>
</rss>

