<?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 Should we store business related data as process variables? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37203#M15642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it recommended to keep business data as process variables?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or we should have only activiti workflow related data in as process variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we pass business variables throughout the flow if they are not supposed to be stored as process variables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 May 2019 14:27:18 GMT</pubDate>
    <dc:creator>jainita</dc:creator>
    <dc:date>2019-05-10T14:27:18Z</dc:date>
    <item>
      <title>Should we store business related data as process variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37203#M15642</link>
      <description>Is it recommended to keep business data as process variables?&amp;nbsp;Or we should have only activiti workflow related data in as process variables?How do we pass business variables throughout the flow if they are not supposed to be stored as process variables?</description>
      <pubDate>Fri, 10 May 2019 14:27:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37203#M15642</guid>
      <dc:creator>jainita</dc:creator>
      <dc:date>2019-05-10T14:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Should we store business related data as process variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37204#M15643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; color: #000000; background-color: transparent; text-decoration: none;"&gt;You can use&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; color: #000000; background-color: transparent; font-weight: 400; text-decoration: none;"&gt;&amp;nbsp;process variables for routing&amp;nbsp;the flow but for business data, we suggest external data stores optimized for your application to minimize the burden on the process engine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; color: #000000; background-color: transparent; font-weight: 400; text-decoration: none;"&gt;To manage read/write operations of business data, you need to use service tasks and implement the logic to integrate with those external systems.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 09:38:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37204#M15643</guid>
      <dc:creator>rallegre</dc:creator>
      <dc:date>2019-05-13T09:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Should we store business related data as process variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37205#M15644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raphael,&lt;/P&gt;&lt;P&gt;If that is so, Why will I even use activiti and execute service task?&lt;/P&gt;&lt;P&gt;I would rather pass Arguments to methods calls.&lt;/P&gt;&lt;P&gt;Storing business data in customized tables will increase over head when those variables should have been available in cache.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2019 08:58:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37205#M15644</guid>
      <dc:creator>jainita</dc:creator>
      <dc:date>2019-05-14T08:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Should we store business related data as process variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37206#M15645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;Hi Raphael,&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;If that is so, Why will I even use activiti and execute service task?&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;I would rather pass Arguments to methods calls.&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;Storing business data in customized tables will increase over head when those variables should have been available in cache.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2019 08:59:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37206#M15645</guid>
      <dc:creator>jainita</dc:creator>
      <dc:date>2019-05-14T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Should we store business related data as process variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37207#M15646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can still use process variables if that makes things easier and if you are not dealing with too many, it should not impact that much the performances of the engine...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2019 08:20:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37207#M15646</guid>
      <dc:creator>rallegre</dc:creator>
      <dc:date>2019-05-15T08:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Should we store business related data as process variables?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37208#M15647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not about making things easier, its about over head due to more i/o operations on databases.&lt;/P&gt;&lt;P&gt;Also can you elaborate what is too many according to you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 05:32:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/should-we-store-business-related-data-as-process-variables/m-p/37208#M15647</guid>
      <dc:creator>jainita</dc:creator>
      <dc:date>2019-05-16T05:32:39Z</dc:date>
    </item>
  </channel>
</rss>

