<?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: How to store and retrieve process instance variable values in explorer tasks ?  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204237#M157367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found answer to my 2nd and 3rd questions. I have added a service task and have added the below code to it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public void execute(DelegateExecution execution) throws Exception {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; execution.setVariable("hari", "Hari");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This way I was able to show the process variable information on the activiti-explorer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still trying to find answer to my question#1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2015 14:16:20 GMT</pubDate>
    <dc:creator>hari</dc:creator>
    <dc:date>2015-04-15T14:16:20Z</dc:date>
    <item>
      <title>How to store and retrieve process instance variable values in explorer tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204235#M157365</link>
      <description>All, I would like to know1) How I can store the value to a process instance variable from a user task ? 2) How I can show the value of a process instance variable in a user task ? I am using activiti explorer only. We are not implementing any custom forms or inboxes at this moment for our customer.</description>
      <pubDate>Wed, 15 Apr 2015 07:47:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204235#M157365</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2015-04-15T07:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to store and retrieve process instance variable values in explorer tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204236#M157366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;3) To add to the above questions, I also want to understand how I can add process instance variables to my process which will be started by a user in the activiti explorer itself. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I meant by questions 1 and 2 is when I have the process instance variables available in bpm, how I can store and retrieve values from them in explorer forms built using form properties. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hari. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 13:47:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204236#M157366</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2015-04-15T13:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to store and retrieve process instance variable values in explorer tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204237#M157367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found answer to my 2nd and 3rd questions. I have added a service task and have added the below code to it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;public void execute(DelegateExecution execution) throws Exception {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; execution.setVariable("hari", "Hari");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This way I was able to show the process variable information on the activiti-explorer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still trying to find answer to my question#1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 14:16:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204237#M157367</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2015-04-15T14:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to store and retrieve process instance variable values in explorer tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204238#M157368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Hari,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;have a look on &lt;/SPAN&gt;&lt;CODE&gt;org.activiti.engine.test.api.task.TaskServiceTest#testCompleteWithParametersTask&lt;/CODE&gt;&lt;SPAN&gt;in activiti source.&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, 16 Apr 2015 06:04:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204238#M157368</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-04-16T06:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to store and retrieve process instance variable values in explorer tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204239#M157369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The task will be completed by the user in activiti-explorer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My goal is to capture the users input into a process instance variable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hari.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 07:36:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204239#M157369</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2015-04-16T07:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to store and retrieve process instance variable values in explorer tasks ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204240#M157370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All form values are stored as process variables, so putting them on the form automatically makes it a process variable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 08:06:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-store-and-retrieve-process-instance-variable-values-in/m-p/204240#M157370</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-04-21T08:06:55Z</dc:date>
    </item>
  </channel>
</rss>

