<?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: When a process is started does the variables set in the execution remain there even after the process has been completed? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31146#M13202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have figured out the solution, There was an issue in the custom classes i made. It didn't actually clear the variables set in the execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 17:00:36 GMT</pubDate>
    <dc:creator>asheerabbas</dc:creator>
    <dc:date>2017-03-16T17:00:36Z</dc:date>
    <item>
      <title>When a process is started does the variables set in the execution remain there even after the process has been completed?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31142#M13198</link>
      <description>Hi Everyone,I have created a process in which there are multiple script tasks and services task. In the script the variables are both get and set from execution.getVariable and execuition.setVariable.The problem is that when once the process is completed, and i try to start it again it shows duplica</description>
      <pubDate>Wed, 15 Mar 2017 15:27:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31142#M13198</guid>
      <dc:creator>asheerabbas</dc:creator>
      <dc:date>2017-03-15T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: When a process is started does the variables set in the execution remain there even after the process has been completed?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31143#M13199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand what you mean by "after I start it again".&lt;/P&gt;&lt;P&gt;Once a process instance is complete, it cannot be restarted as the process data is removed from the runtime tablesa and only exists in the history tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide more details.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 15:31:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31143#M13199</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-15T15:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: When a process is started does the variables set in the execution remain there even after the process has been completed?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31144#M13200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant when i start the process again form the Deployed process definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 15:34:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31144#M13200</guid>
      <dc:creator>asheerabbas</dc:creator>
      <dc:date>2017-03-15T15:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: When a process is started does the variables set in the execution remain there even after the process has been completed?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31145#M13201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unusual. Never seen that before. You go screen shots and a process model or bar file you can share?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 15:36:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31145#M13201</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-15T15:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: When a process is started does the variables set in the execution remain there even after the process has been completed?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31146#M13202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have figured out the solution, There was an issue in the custom classes i made. It didn't actually clear the variables set in the execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:00:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31146#M13202</guid>
      <dc:creator>asheerabbas</dc:creator>
      <dc:date>2017-03-16T17:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: When a process is started does the variables set in the execution remain there even after the process has been completed?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31147#M13203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh yes, something to be aware of is that any JabaDelegate (service implementation) is shared across all instances. Meaning, you need to think of it as a singleton as class level properties could potentially bleed across instances.&lt;BR /&gt;&lt;BR /&gt;This is mentioned in the users guide but probably not highlighted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:11:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31147#M13203</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-16T17:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: When a process is started does the variables set in the execution remain there even after the process has been completed?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31148#M13204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Thank you for your help though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:21:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31148#M13204</guid>
      <dc:creator>asheerabbas</dc:creator>
      <dc:date>2017-03-16T17:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: When a process is started does the variables set in the execution remain there even after the process has been completed?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31149#M13205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you help out with writing an if condition in expression language? Which works in Activiti. I have posted a question on profile if you want to have a look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 17:23:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/when-a-process-is-started-does-the-variables-set-in-the/m-p/31149#M13205</guid>
      <dc:creator>asheerabbas</dc:creator>
      <dc:date>2017-03-16T17:23:27Z</dc:date>
    </item>
  </channel>
</rss>

