<?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 Process variables. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/process-variables/m-p/169453#M122832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am relatively new to Java and the company I'm interning at requires me to build a workflow for their client, so pardon my ignorance. Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Suppose my workflow begins with a user task, the resulting form data can be retrieved from a following service task using &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;DelegateExecution.getVariable("formid")&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Is my understanding of this correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additionally, the Result Variable of a Service Task can be the return value of a &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;static&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; method such as &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;getResult()&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; of any type, is that right? Can result variables of a Service Task can be retrieved the same way that process variables are?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help. I tried going over the User Guide multiple times in search for the answers, but with no luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 11:23:56 GMT</pubDate>
    <dc:creator>vigneshwer</dc:creator>
    <dc:date>2013-09-23T11:23:56Z</dc:date>
    <item>
      <title>Process variables.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variables/m-p/169453#M122832</link>
      <description>I am relatively new to Java and the company I'm interning at requires me to build a workflow for their client, so pardon my ignorance. Thanks!Suppose my workflow begins with a user task, the resulting form data can be retrieved from a following service task using DelegateExecution.getVariable("formi</description>
      <pubDate>Mon, 23 Sep 2013 11:23:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variables/m-p/169453#M122832</guid>
      <dc:creator>vigneshwer</dc:creator>
      <dc:date>2013-09-23T11:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Process variables.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-variables/m-p/169454#M122833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can get all task form values individually using DelegateExecution.getVariable("variableName").&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So suppose you have a form property with an id "name" you will get a variable with the name "name".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The result variable can only be used with the expression attribute. Then the invoked method can return a object that will be set as a variable in the process context. When using the class attribute you just have to use DelegateExecution.setVariable("variableName")&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>Tue, 24 Sep 2013 09:21:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-variables/m-p/169454#M122833</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-09-24T09:21:05Z</dc:date>
    </item>
  </channel>
</rss>

