<?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 Embedding Activiti Modeler in Custom Web Application in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135711#M95208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are not using the activiti-explorer web application, but we do have a custom web application with which we manage and deploy our activiti processes.&amp;nbsp; I am interested in embedding activiti modeler into our custom web application, but I can't seem to find the modeler code (on github). Is this code available somewhere? We would also like to add custom activities to the palette that invoke custom behaviors. Does this seem possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Ryan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2012 23:40:23 GMT</pubDate>
    <dc:creator>ryanberg1</dc:creator>
    <dc:date>2012-12-11T23:40:23Z</dc:date>
    <item>
      <title>Embedding Activiti Modeler in Custom Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135711#M95208</link>
      <description>Hello,We are not using the activiti-explorer web application, but we do have a custom web application with which we manage and deploy our activiti processes.&amp;nbsp; I am interested in embedding activiti modeler into our custom web application, but I can't seem to find the modeler code (on github). Is this</description>
      <pubDate>Tue, 11 Dec 2012 23:40:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135711#M95208</guid>
      <dc:creator>ryanberg1</dc:creator>
      <dc:date>2012-12-11T23:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Activiti Modeler in Custom Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135712#M95209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ryan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code is in the activiti-modeler module. And you can extract the modeler parts of the web.xml of the activiti-webapp-explorer2 module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes you can customize the activities by editing the stencilset.json file (which you can find in the src/main/resources of the activiti-webapp-explorer2 module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 08:25:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135712#M95209</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2012-12-12T08:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Activiti Modeler in Custom Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135713#M95210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank You!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 17:43:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135713#M95210</guid>
      <dc:creator>ryanberg1</dc:creator>
      <dc:date>2012-12-14T17:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Activiti Modeler in Custom Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135714#M95211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tijs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You had mentioned writing a blog to explain how to embed the activiti-explorer / modeler within a user's war. Is this documented anywhere? If not, can you briefly outline the steps?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sanjiv&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 17:25:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135714#M95211</guid>
      <dc:creator>sanjiv</dc:creator>
      <dc:date>2013-06-07T17:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Activiti Modeler in Custom Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135715#M95212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I've included the required resources and activiti spring config files. I would be very helpful to have the details of the changes needed to web.xml config and to be able to have a separate activiti.html / jsp file that loads the activiti explorer modeler &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 17:33:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135715#M95212</guid>
      <dc:creator>sanjiv</dc:creator>
      <dc:date>2013-06-07T17:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Activiti Modeler in Custom Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135716#M95213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After playing around with it for a bit I was able to figure it out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 20:32:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135716#M95213</guid>
      <dc:creator>sanjiv</dc:creator>
      <dc:date>2013-06-07T20:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Activiti Modeler in Custom Web Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135717#M95214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would be interested in how you achieved this.&amp;nbsp; I am looking to something similar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 15:22:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/embedding-activiti-modeler-in-custom-web-application/m-p/135717#M95214</guid>
      <dc:creator>tcheekva</dc:creator>
      <dc:date>2013-06-11T15:22:03Z</dc:date>
    </item>
  </channel>
</rss>

