<?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 Using Activiti in a large Spring web app in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197068#M150198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a large reporting webapp, which has a part subsystem that does request tracking and routing. Since Activiti is spring absed liek our app, so we closed on activiti as our workflow and routing engine. However we intend to use activiti as a service layer integration pattern instead of direct UI based one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know we can create spring based services and use activiti's spring integration beans and services to work together. What i have queris about is data sharing. e.g: in our business flow when a new user is created, it goes through a 3 step user base manual approval process before the newly created user reflects in our active user database. How should i integrate this in activiti's tasks. I can see that soem data sharing woudl happen using the form properties, e.g: our activiti task can have a form property like firstLevelApproval whose value we can populate manually in service from User data object. The user data obejct will reside in our DB and not in Activiti's DB. How do i keep the state in synch between the variables in the task and in our application object. Since if i employ business logic in activit's service tasks then the mutations they do on the obejct's properties needs to be persisted back into DB. how to I go about that? Should i keep mutation logic outside activiti?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide some patterns or integration ideas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2014 19:16:23 GMT</pubDate>
    <dc:creator>vireswali</dc:creator>
    <dc:date>2014-10-21T19:16:23Z</dc:date>
    <item>
      <title>Using Activiti in a large Spring web app</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197068#M150198</link>
      <description>We have a large reporting webapp, which has a part subsystem that does request tracking and routing. Since Activiti is spring absed liek our app, so we closed on activiti as our workflow and routing engine. However we intend to use activiti as a service layer integration pattern instead of direct UI</description>
      <pubDate>Tue, 21 Oct 2014 19:16:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197068#M150198</guid>
      <dc:creator>vireswali</dc:creator>
      <dc:date>2014-10-21T19:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti in a large Spring web app</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197069#M150199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually you need to push only the variables which have some workflow effect to activiti. If you are rendering your forms, it is your freedom to populate the form from database, based by some ID got from Activiti, and modify them on submit and just let activiti know to forward to the next step.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 09:48:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197069#M150199</guid>
      <dc:creator>smirzai</dc:creator>
      <dc:date>2014-10-22T09:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti in a large Spring web app</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197070#M150200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;okie. so that essentially means to keep out all mutation logic from workflows. Only routing in there. And always give the workflow task variables the latest values that would result. By the way I was also thinking along the lines of evens. Would it be the right approach to allow mutations of DOs in workflow asks and delegates and then have post events on the task to synch the data in DB?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 07:18:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197070#M150200</guid>
      <dc:creator>vireswali</dc:creator>
      <dc:date>2014-10-23T07:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti in a large Spring web app</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197071#M150201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Only routing in there would be very strict. You can inject services into your delegates and do the changes there. I don't see a problem with that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 08:24:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197071#M150201</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-10-23T08:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Activiti in a large Spring web app</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197072#M150202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Joram. that helps immensely.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 09:53:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-activiti-in-a-large-spring-web-app/m-p/197072#M150202</guid>
      <dc:creator>vireswali</dc:creator>
      <dc:date>2014-10-23T09:53:21Z</dc:date>
    </item>
  </channel>
</rss>

