<?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: Is it mandatory to use activiti database tables in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11465#M5075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you will not use Activiti user table than in workflow (which run on the activiti engine) transaction, you might face problem to show assign task to which user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activiti Task table has data when we complete workflow so it is easy to use Activiti tables else you have to handle complete scheme.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Aug 2017 11:27:54 GMT</pubDate>
    <dc:creator>ratik_singhal</dc:creator>
    <dc:date>2017-08-18T11:27:54Z</dc:date>
    <item>
      <title>Is it mandatory to use activiti database tables</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11462#M5072</link>
      <description>I am using activiti workflow embedded inside spring boot application.I want to know whether use of activiti tables is mandatory or not. (I am more concerned about use of Task and User table).</description>
      <pubDate>Thu, 17 Aug 2017 09:11:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11462#M5072</guid>
      <dc:creator>ashish123</dc:creator>
      <dc:date>2017-08-17T09:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it mandatory to use activiti database tables</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11463#M5073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think NO.. It is not mandatory to use activiti DB. You can configure own like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# In Memory Database&lt;BR /&gt;#db=h2&lt;BR /&gt;#jdbc.driver=org.h2.Driver&lt;BR /&gt;#jdbc.url=jdbc:h2:mem:activiti;DB_CLOSE_DELAY=1000&lt;BR /&gt;#jdbc.username=sa&lt;BR /&gt;#jdbc.password=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Persistent Database&lt;BR /&gt;db=mysql&lt;BR /&gt;jdbc.driver=com.mysql.jdbc.Driver&lt;BR /&gt;jdbc.url=jdbc:mysql://localhost:3306/activiti?autoReconnect=true&amp;amp;useSSL=false&lt;BR /&gt;jdbc.username=*****&lt;BR /&gt;jdbc.password=*****&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark useful, if it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 10:05:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11463#M5073</guid>
      <dc:creator>ratik_singhal</dc:creator>
      <dc:date>2017-08-17T10:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is it mandatory to use activiti database tables</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11464#M5074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What i mean to ask is, activiti has 25 different tables, So is it really mandatory to use activiti Task &amp;amp; activiti user table ?when we embed activiti workflow inside spring we app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 10:50:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11464#M5074</guid>
      <dc:creator>ashish123</dc:creator>
      <dc:date>2017-08-18T10:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is it mandatory to use activiti database tables</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11465#M5075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you will not use Activiti user table than in workflow (which run on the activiti engine) transaction, you might face problem to show assign task to which user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activiti Task table has data when we complete workflow so it is easy to use Activiti tables else you have to handle complete scheme.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 11:27:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11465#M5075</guid>
      <dc:creator>ratik_singhal</dc:creator>
      <dc:date>2017-08-18T11:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it mandatory to use activiti database tables</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11466#M5076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's the user table that you're interested in is this because you're looking to use an external provider for identity? If so this is certainly possible&amp;nbsp;- see for example&amp;nbsp;&lt;A class="link-titled" href="https://stackoverflow.com/questions/41611271/configure-activiti-to-reuse-the-existing-user-group-data-in-spring-boot" title="https://stackoverflow.com/questions/41611271/configure-activiti-to-reuse-the-existing-user-group-data-in-spring-boot" rel="nofollow noopener noreferrer"&gt;java - Configure Activiti to reuse the existing user/group data in Spring Boot - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 08:14:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-it-mandatory-to-use-activiti-database-tables/m-p/11466#M5076</guid>
      <dc:creator>ryandawson</dc:creator>
      <dc:date>2017-08-21T08:14:05Z</dc:date>
    </item>
  </channel>
</rss>

