<?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 put variables in an instance ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148964#M103989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use runtimeService.startWorkflowByKey("key", mapOfVariables); or related methods.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, you can use runtimeService.setVariables(processInstance.getId(), mapOfVariables); or related methods.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 11:14:15 GMT</pubDate>
    <dc:creator>frederikherema1</dc:creator>
    <dc:date>2014-01-10T11:14:15Z</dc:date>
    <item>
      <title>how to put variables in an instance ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148963#M103988</link>
      <description>Hello &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;I wanted to know if it exists a way to give the workflow global variables like :formService.submitTaskFormData(String taskId, Map&amp;lt;String,String&amp;gt; );but with a Map&amp;lt;String, object&amp;gt; like at the moment we launch a workflow instance.Thanks for your help</description>
      <pubDate>Thu, 09 Jan 2014 15:32:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148963#M103988</guid>
      <dc:creator>vire7777</dc:creator>
      <dc:date>2014-01-09T15:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to put variables in an instance ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148964#M103989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use runtimeService.startWorkflowByKey("key", mapOfVariables); or related methods.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, you can use runtimeService.setVariables(processInstance.getId(), mapOfVariables); or related methods.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 11:14:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148964#M103989</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-01-10T11:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to put variables in an instance ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148965#M103990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to store the variables in the bpmn define file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 03:53:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148965#M103990</guid>
      <dc:creator>debarcar</dc:creator>
      <dc:date>2014-01-15T03:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to put variables in an instance ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148966#M103991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BPMN file defines the process. Variables definition can be part of the activiti extensions in BPMN file (e.g. form properties). BPMN file itself does not contain variable definition section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is not possible to store variable instances in the BPMN process definition.&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>Wed, 15 Jan 2014 07:18:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148966#M103991</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-01-15T07:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to put variables in an instance ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148967#M103992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How about some global constants?&amp;nbsp; In my application, we have logic that when a process instance run to some user task, the associated business application form is unchangeable. No I put the unchangeable flag in the user task's form, but I think a setting for the user task in the bpmn diagram xml will be better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 08:59:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148967#M103992</guid>
      <dc:creator>debarcar</dc:creator>
      <dc:date>2014-01-15T08:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to put variables in an instance ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148968#M103993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can make your process take different paths, depending on a variable (e.g. value filled in in an earlier form). Depending on that, you can direct the flow to either a task with a editable form and in the other case, a task with a read-only form.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:09:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-put-variables-in-an-instance/m-p/148968#M103993</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-01-15T09:09:42Z</dc:date>
    </item>
  </channel>
</rss>

