<?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: Script task execution in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245617#M198747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Seema,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnScriptTaskVariables" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnScriptTaskVariables&lt;/A&gt;&lt;BR /&gt;&lt;CODE&gt;autoStoreVariables&lt;/CODE&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>Wed, 20 Apr 2016 06:07:12 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2016-04-20T06:07:12Z</dc:date>
    <item>
      <title>Script task execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245614#M198744</link>
      <description>Hello everyoneI am executing a script task. I wrote the following code in script :var scriptVar = 3;var resultVar=" ";var resultVarYes="yes";var resultVarNo="no";if(scriptVar&amp;gt;0){scriptVar=scriptVar-1;execution.setVariable("resultVar", resultVarYes)}else{execution.setVariable("resultVar", resultVa</description>
      <pubDate>Fri, 15 Apr 2016 12:54:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245614#M198744</guid>
      <dc:creator>seema</dc:creator>
      <dc:date>2016-04-15T12:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Script task execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245615#M198745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Seema,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;have a look on the following test in activiti source please &lt;/SPAN&gt;&lt;CODE&gt;org.activiti.examples.bpmn.scripttask.ScriptTaskTest#testDynamicScript&lt;/CODE&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>Mon, 18 Apr 2016 13:44:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245615#M198745</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-04-18T13:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script task execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245616#M198746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hii Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for reply… I am able to put the value of "resultVarYes" in "resultVar". But now i want that it also store the value of scriptVar after performing scriptVar=scriptVar-1. How to store the value of scriptVar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 05:02:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245616#M198746</guid>
      <dc:creator>seema</dc:creator>
      <dc:date>2016-04-20T05:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Script task execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245617#M198747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Seema,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#bpmnScriptTaskVariables" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#bpmnScriptTaskVariables&lt;/A&gt;&lt;BR /&gt;&lt;CODE&gt;autoStoreVariables&lt;/CODE&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>Wed, 20 Apr 2016 06:07:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245617#M198747</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-04-20T06:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Script task execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245618#M198748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hii Martin &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried this but it is not storing the value of resultVar after performing resultVar=resultVar-1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 06:57:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245618#M198748</guid>
      <dc:creator>seema</dc:creator>
      <dc:date>2016-04-20T06:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Script task execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245619#M198749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure I'm following here … but why can't you set it using the setVariable() method?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 14:22:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/script-task-execution/m-p/245619#M198749</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-20T14:22:14Z</dc:date>
    </item>
  </channel>
</rss>

