<?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: How to integrate/map my application data with Activiti data? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226477#M179607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you are right. Thanks for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2016 12:31:06 GMT</pubDate>
    <dc:creator>vishalzanzrukia</dc:creator>
    <dc:date>2016-03-10T12:31:06Z</dc:date>
    <item>
      <title>How to integrate/map my application data with Activiti data?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226473#M179603</link>
      <description>Hi,This is my first post to this forum. I am sorry but I have posted my question to stackoverflow (below link). Can you please look at this and give some feedback?http://stackoverflow.com/questions/35887850/how-to-integrate-map-my-application-data-with-activiti-data</description>
      <pubDate>Wed, 09 Mar 2016 09:49:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226473#M179603</guid>
      <dc:creator>vishalzanzrukia</dc:creator>
      <dc:date>2016-03-09T09:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate/map my application data with Activiti data?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226474#M179604</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;I would suggest you to keep your application related tables separately from the activiti tables. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as your leave application process is concerned,&amp;nbsp; create a bpm with 2 user tasks one for the Manager and the other for the employee and your process accepts the employee name, leave from and leave to dates,&amp;nbsp; reason etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as maintaining users is concerned, you can use your application users only(Maintained in LDAP or in your DB) and not maintain them in activiti. You will have to maintain them in activiti tables only if you are using activiti-explorer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can fetch all tasks assigned to user as below&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MyProcessEngine.getTaskService().createTaskQuery().taskAssignee(userName).list();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As you must be aware, the above line of code brings you the list of tasks assigned to user with the name you pass.&amp;nbsp; Hence you need not maintain them at multiple places.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 07:05:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226474#M179604</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-03-10T07:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate/map my application data with Activiti data?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226475#M179605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello asriharikiran,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply. I know about how can I get list of tasks assigned to particular user, but question was more about how to assign those tasks to particular user which does not exist in activiti database, it only exist in my application database. Should I need to add all users into activiti database by using &amp;lt;code&amp;gt;identityService&amp;lt;/code&amp;gt; ? and then only I can assign tasks to users? or is there any way to assign tasks to users which are in only my application database? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 08:31:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226475#M179605</guid>
      <dc:creator>vishalzanzrukia</dc:creator>
      <dc:date>2016-03-10T08:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate/map my application data with Activiti data?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226476#M179606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vishal, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you assign a task to a user, I don't think the user needs to be present in the activiti db. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lets assume myuser is a variable which holds the userid/user name to which the task needs to be assigned so in the user task set Assignee to ${myuser}. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 09:20:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226476#M179606</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-03-10T09:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate/map my application data with Activiti data?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226477#M179607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you are right. Thanks for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 12:31:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-integrate-map-my-application-data-with-activiti-data/m-p/226477#M179607</guid>
      <dc:creator>vishalzanzrukia</dc:creator>
      <dc:date>2016-03-10T12:31:06Z</dc:date>
    </item>
  </channel>
</rss>

