<?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: Fetch and update from database in activiti Explorer in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200628#M153758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, Activiti is a jar, and you can simply call the API's in java. So you can have your own custom logic 'above' activiti that calls the activiti api's.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 18:42:19 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-06-30T18:42:19Z</dc:date>
    <item>
      <title>Fetch and update from database in activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200622#M153752</link>
      <description>As per my application I have changed the database to Oracle,so i am not able to fetch any value from my table(i Have two table one is user master and second one is updatw usermaster).Kindly Suggest me a way to fetch the record from the database and update. can you help me out with demolink and its i</description>
      <pubDate>Mon, 08 Jun 2015 12:55:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200622#M153752</guid>
      <dc:creator>vaib</dc:creator>
      <dc:date>2015-06-08T12:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch and update from database in activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200623#M153753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;any sugesstion is very helpful&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:18:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200623#M153753</guid>
      <dc:creator>vaib</dc:creator>
      <dc:date>2015-06-09T13:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch and update from database in activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200624#M153754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not really following exactly what you want - you kinda are jumping from topic to topic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this about doing a database query? or is this about users and roles?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is your use case? What do you need to the roles for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 09:53:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200624#M153754</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-06-12T09:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch and update from database in activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200625#M153755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a java web application, wherein there is a user management and roles and permission modules. Now each user belongs to a particular domain. We have a list of pre-defined domains. And each user will also be linked to a particular role. All these information is currently being maintained in the application's RDBMS structure. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, we need to create a simple workflow, wherein the process is defined based on the roles. Example, first user belonging to Role-A will initiate the task and then it moves to user belonging to Role-B for approval and once approved the task ends. The level of approvals may be customizable. From what I have understood and done in Activiti, it uses information from its own database. So how do we flow our data into activiti or use both at same time??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, while creating a workflow, how do we ensure that when the process moves from Role-A to Role-B user, only the Role-B user belonging to the particular domain of Role-A user gets notified about the approval?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know your suggestions on the same, or if any other details are needed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 04:53:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200625#M153755</guid>
      <dc:creator>vaib</dc:creator>
      <dc:date>2015-06-16T04:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch and update from database in activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200626#M153756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; it uses information from its own database. So how do we flow our data into activiti or use both at same time??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti uses its own user/group database by default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you decide to not use it, you can put into the assignee field whatever you want. However, then you need to do the resolving in the layer of logic you write above Activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; how do we ensure that when the process moves from Role-A to Role-B user, only the Role-B user belonging to the particular domain of &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; Role-A user gets notified about the approval&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That would be again something you'd have to manage in the layer above. Activiti only cares about assignments and offers queries to retrieve the information. It does not have an opinion on roles, user hierarchies, groups, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 09:23:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200626#M153756</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-06-16T09:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch and update from database in activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200627#M153757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the response. By the word "managing in the layer above" do you mean that we should perform the operations using the rest-apis available of activiti?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 13:12:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200627#M153757</guid>
      <dc:creator>vaib</dc:creator>
      <dc:date>2015-06-16T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch and update from database in activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200628#M153758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, Activiti is a jar, and you can simply call the API's in java. So you can have your own custom logic 'above' activiti that calls the activiti api's.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 18:42:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/fetch-and-update-from-database-in-activiti-explorer/m-p/200628#M153758</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-06-30T18:42:19Z</dc:date>
    </item>
  </channel>
</rss>

