<?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: Global variables for process in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206904#M160034</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;Mule link you provided uses spring placeholders too. I would use the approach proposed here: &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/comment/31063#comment-31063" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/comment/31063#comment-31063&lt;/A&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>Mon, 31 Aug 2015 05:51:33 GMT</pubDate>
    <dc:creator>martin_grofcik</dc:creator>
    <dc:date>2015-08-31T05:51:33Z</dc:date>
    <item>
      <title>Global variables for process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206899#M160029</link>
      <description>I need to implement in my process some global variables (config variables) which should be visible everywhere but only in my process definition scope.For example in this variables I need to store URLs and credentials to external systems (billing, OMS and etc) and I do not want to keep this data in p</description>
      <pubDate>Tue, 25 Aug 2015 11:30:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206899#M160029</guid>
      <dc:creator>nixikanius</dc:creator>
      <dc:date>2015-08-25T11:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Global variables for process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206900#M160030</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;If you use spring, you can use spring beans to keep config values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#_using_spring_beans_from_a_process" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#_using_spring_beans_from_a_process&lt;/A&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, 26 Aug 2015 05:36:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206900#M160030</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-08-26T05:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Global variables for process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206901#M160031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This means that I need to set config variables in engine configuration and all of them will be visible in all processes of engine? If it is right this way I do not like because I need to fully isolate processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to implement global variables only for one process in process definition without using process variables and script tasks?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 11:14:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206901#M160031</guid>
      <dc:creator>nixikanius</dc:creator>
      <dc:date>2015-08-26T11:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Global variables for process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206902#M160032</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;SPAN&gt;I was also thinking about using a spring bean as Martin already told you but it seems it's not what you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you need to have some variables (defined on the process definition level) but invisible for the process execution. (in order to be inaccessible to the users who can write scripts or just access process variables)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and these variables are supposed to be set by who and where ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you provide a use case where you'll need these variables ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 14:24:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206902#M160032</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-08-26T14:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Global variables for process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206903#M160033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use case is easy. In my BP I have in script tasks and event listeners calls to external system (OMS). Each call need at least 3 parameters: OMS URL, user and password. For one process this parameters could be one, and another for another process. I do not want to keep them in global engine config via spring and do not want to keep them in process variables because of easy access of values in activiti explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to do some similar as in Mule (&lt;/SPAN&gt;&lt;A href="http://www.mulesoft.org/documentation-3.2/display/32X/Using+Parameters+in+Your+Configuration+Files" rel="nofollow noopener noreferrer"&gt;http://www.mulesoft.org/documentation-3.2/display/32X/Using+Parameters+in+Your+Configuration+Files&lt;/A&gt;&lt;SPAN&gt;)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 07:38:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206903#M160033</guid>
      <dc:creator>nixikanius</dc:creator>
      <dc:date>2015-08-27T07:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Global variables for process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206904#M160034</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;Mule link you provided uses spring placeholders too. I would use the approach proposed here: &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/comment/31063#comment-31063" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/comment/31063#comment-31063&lt;/A&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>Mon, 31 Aug 2015 05:51:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206904#M160034</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-08-31T05:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Global variables for process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206905#M160035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, but as I said here: &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/comment/31077#comment-31077" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/comment/31077#comment-31077&lt;/A&gt;&lt;SPAN&gt; - this method does not allow to have variables isolated in process definition scope. All variables will be visible for all process in engine scope, am I right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 07:16:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206905#M160035</guid>
      <dc:creator>nixikanius</dc:creator>
      <dc:date>2015-08-31T07:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Global variables for process</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206906#M160036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's correct, it's available for every process in the Engine. Another approach could be to use extension elements in the BPMN XML. This would allow you to access the process definition specific values by getting the BpmnModel Java POJO representation of the BPMN XML.&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, 01 Sep 2015 06:51:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/global-variables-for-process/m-p/206906#M160036</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-09-01T06:51:21Z</dc:date>
    </item>
  </channel>
</rss>

