<?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: Using database for storing process description in Activiti in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4712#M2174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;why don't you use the stored *.bpmn20.xml in the activiti database after a deployment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 14:32:54 GMT</pubDate>
    <dc:creator>nikmenke</dc:creator>
    <dc:date>2017-01-31T14:32:54Z</dc:date>
    <item>
      <title>Using database for storing process description in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4709#M2171</link>
      <description>Hello. I didn't find how I can store Activiti's Business Process description in database. Can I do it by Activiti's assets? Or do I need to write custom solution? Thanks. P. S. Sorry my English.</description>
      <pubDate>Mon, 30 Jan 2017 13:22:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4709#M2171</guid>
      <dc:creator>kannab</dc:creator>
      <dc:date>2017-01-30T13:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using database for storing process description in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4710#M2172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Activiti ProcessDefinition entity includes a description attribute.&lt;/P&gt;&lt;PRE class="" style="color: #393318; border: 0px; font-size: 13px; margin: 0px 0px 1em; padding: 5px;"&gt;&lt;CODE style="border: 0px; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #2b91af; border: 0px; font-size: 13px;"&gt;BpmnProcessDefinition&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt; processDefinition &lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-size: 13px;"&gt;new&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #2b91af; border: 0px; font-size: 13px;"&gt;BpmnProcessDefinition&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt;();&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="" style="color: #393318; border: 0px; font-size: 13px; margin: 0px 0px 1em; padding: 5px;"&gt;&lt;CODE style="border: 0px; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt;processDefinition&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt;setDescription&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt;description&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-size: 13px;"&gt;);&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is this what you are after?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 13:47:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4710#M2172</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-01-31T13:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using database for storing process description in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4711#M2173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;I am sorry. I didn't explain very well. I want to store *.bpmn20.xml in a database. I found an idea but it isn't beatiful. I made the&amp;nbsp;class-strategy&amp;nbsp;&lt;/P&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9,0pt;"&gt;&lt;SPAN style="color: #cc7832;"&gt;public class &lt;/SPAN&gt;DatabaseDeploymentStrategy &lt;SPAN style="color: #cc7832;"&gt;extends &lt;/SPAN&gt;&lt;SPAN style="background-color: #344134;"&gt;AbstractAutoDeploymentStrategy&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;And I wanted to use the class SpringProcessEngineConfiguration, but it has&lt;/P&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9,0pt;"&gt;&lt;SPAN style="color: #cc7832;"&gt;private &lt;/SPAN&gt;Collection&amp;lt;AutoDeploymentStrategy&amp;gt; &lt;SPAN style="color: #9876aa;"&gt;deploymentStrategies &lt;/SPAN&gt;= &lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;&lt;SPAN style="background-color: #344134;"&gt;ArrayList&lt;/SPAN&gt;&amp;lt;AutoDeploymentStrategy&amp;gt;()&lt;SPAN style="color: #cc7832;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;so I can't add my strategy to the list. And I have to do a child class from &lt;SPAN&gt;SpringProcessEngineConfiguration with override autoDeployResources method.&lt;/SPAN&gt;&amp;nbsp; Maybe my way is wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please explain me how to do it right.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 14:18:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4711#M2173</guid>
      <dc:creator>kannab</dc:creator>
      <dc:date>2017-01-31T14:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using database for storing process description in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4712#M2174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;why don't you use the stored *.bpmn20.xml in the activiti database after a deployment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 14:32:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4712#M2174</guid>
      <dc:creator>nikmenke</dc:creator>
      <dc:date>2017-01-31T14:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using database for storing process description in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4713#M2175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because I want to load my&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;the stored *.bpmn20.xml from the database, not from &amp;nbsp;the *.xml file. Maybe I don't understand anything. But I want to draw business process. Save it to the database. And load it from the database to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:02:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4713#M2175</guid>
      <dc:creator>kannab</dc:creator>
      <dc:date>2017-01-31T15:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using database for storing process description in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4714#M2176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Yeah, perhaps a little explanation is in order.&lt;BR /&gt;When you deploy a BPMN process to the Activiti runtime engine, the BPMN XML will actually be saved into the Activiti system database.&lt;/P&gt;&lt;P&gt;There are even Java and REST calls to retrieve the process model from the database.&lt;/P&gt;&lt;P&gt;So, as long as you know the deployment ID, you can retrieve the process model BPMN XML from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:48:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4714#M2176</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-01-31T17:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using database for storing process description in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4715#M2177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Thanks for&amp;nbsp;patient explanation. My task is deployment a&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;BPMN process from the database.&amp;nbsp;&lt;/SPAN&gt;I read the chapter 6 of the documentation. I think I understand what I should do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sergey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 04:36:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4715#M2177</guid>
      <dc:creator>kannab</dc:creator>
      <dc:date>2017-02-01T04:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using database for storing process description in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4716#M2178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found all information about my questions in the chapter 6. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:08:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/using-database-for-storing-process-description-in-activiti/m-p/4716#M2178</guid>
      <dc:creator>kannab</dc:creator>
      <dc:date>2017-02-01T06:08:24Z</dc:date>
    </item>
  </channel>
</rss>

