<?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 How to embed Activiti Designer in a Java application(using Eclipse/IntelliJ IDEA)? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220521#M173651</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;SPAN&gt;I am evaluating Activiti BPM and I have a requirement where in i need to embed Activiti Designer in a java application using eclipse or IntelliJ IDEA. The final output expected is a java application using which user can create Activiti workflow diagrams like how we create using eclipse plug in. Can this requirement be achieved? This is an urgent requirement. Please reply me ASAP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 08:35:37 GMT</pubDate>
    <dc:creator>dinesh_yoko</dc:creator>
    <dc:date>2016-05-05T08:35:37Z</dc:date>
    <item>
      <title>How to embed Activiti Designer in a Java application(using Eclipse/IntelliJ IDEA)?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220521#M173651</link>
      <description>Hi,I am evaluating Activiti BPM and I have a requirement where in i need to embed Activiti Designer in a java application using eclipse or IntelliJ IDEA. The final output expected is a java application using which user can create Activiti workflow diagrams like how we create using eclipse plug in. C</description>
      <pubDate>Thu, 05 May 2016 08:35:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220521#M173651</guid>
      <dc:creator>dinesh_yoko</dc:creator>
      <dc:date>2016-05-05T08:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed Activiti Designer in a Java application(using Eclipse/IntelliJ IDEA)?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220522#M173652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dinesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The IDE is not important in your case (you can use any IDE you like).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your application "must be a java application", web based or desktop application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway.. to answer to your question, Yes, it could be done in booth cases but the approach will be different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 08:54:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220522#M173652</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2016-05-05T08:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed Activiti Designer in a Java application(using Eclipse/IntelliJ IDEA)?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220523#M173653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vasile Dîrlă,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your quick reply. My requirement is to create a desktop application. I have downloaded the activiti designer source code from: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti-Designer" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti-Designer&lt;/A&gt;&lt;SPAN&gt;. Please let me know the steps to use the Activiti designer in java desktop application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dinesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 09:01:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220523#M173653</guid>
      <dc:creator>dinesh_yoko</dc:creator>
      <dc:date>2016-05-05T09:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed Activiti Designer in a Java application(using Eclipse/IntelliJ IDEA)?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220524#M173654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As I know Eclipse is written in JAVA, and this is an example that the Activiti-Designer could be embedded into a java desktop application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no such a step by step demo about how you should do it (it's not a simple task), in fact if you want to reuse this code you should to something similar with the code which is done in eclipse in order to use the plugins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe you can start investigating the class hierarchy on top of which this designer is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://eclipse.org/graphiti/documentation/gettingStarted.php" rel="nofollow noopener noreferrer"&gt;https://eclipse.org/graphiti/documentation/gettingStarted.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you'll have to modify the source code a lot in order to adjust it to your app. (but I think it could be a nice challenge)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 09:39:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220524#M173654</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2016-05-05T09:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed Activiti Designer in a Java application(using Eclipse/IntelliJ IDEA)?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220525#M173655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Vasile Dîrlă. I try to look at what you have suggested. Also i am facing problem in building the Activiti designer source code(in Eclipse Indigo). I have created a Maven project and imported the source code from the local directory.( Source code downloaded from :&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti-Designer" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti-Designer&lt;/A&gt;&lt;SPAN&gt;). But its giving this error: Plugin execution not covered by lifecycle configuration org.eclipse.tycho:tycho-packaging-plugin:0.22.0:build-qualifier-aggregator. Could you please help me in resolving this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:49:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220525#M173655</guid>
      <dc:creator>dinesh_yoko</dc:creator>
      <dc:date>2016-05-05T10:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed Activiti Designer in a Java application(using Eclipse/IntelliJ IDEA)?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220526#M173656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In continuation to the above discussion, I am now able to build the Activiti designer code and associated .jar files have been generated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is the output of build process:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Building Activiti Designer - Root project 5.18.1-SNAPSHOT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-clean-plugin:2.5:clean (default-clean) @ org.activiti.designer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;root —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] — maven-install-plugin:2.4:install (default-install) @ org.activiti.des&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;igner.root —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Installing D:\Activiti-Designer-master\Activiti-Designer-master\p&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;om.xml to C:\Users\.m2\repository\org\activiti\designer\org.activiti.de&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;signer.root\5.18.1-SNAPSHOT\org.activiti.designer.root-5.18.1-SNAPSHOT.pom&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Reactor Summary:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Parent project …………….. SUCCESS [&amp;nbsp; 0.310 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Libs ……………………… SUCCESS [&amp;nbsp; 2.188 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Integration ……………….. SUCCESS [&amp;nbsp; 4.341 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Util ……………………… SUCCESS [&amp;nbsp; 2.623 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Eclipse …………………… SUCCESS [&amp;nbsp; 7.435 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - GUI ………………………. SUCCESS [ 11.108 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Help ……………………… SUCCESS [&amp;nbsp; 0.658 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Validate BPMN 2.0 ………….. SUCCESS [&amp;nbsp; 1.399 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Util ……………………… SUCCESS [&amp;nbsp; 1.287 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Kickstart - Eclipse ………… SUCCESS [ 19.311 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Kickstart - Forms ………….. SUCCESS [&amp;nbsp; 3.902 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Kickstart - Process ………… SUCCESS [&amp;nbsp; 4.417 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Feature …………………… SUCCESS [&amp;nbsp; 1.041 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Update site ……………….. SUCCESS [&amp;nbsp; 5.684 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Activiti Designer - Root project ………………. SUCCESS [&amp;nbsp; 0.181 s]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] BUILD SUCCESS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Total time: 01:35 min&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Finished at: 2016-05-11T17:49:31+05:30&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] Final Memory: 129M/1144M&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INFO] ————————————————————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to launch Activiti Designer from a java desktop application. I am going through the activiti source code to find which method launches the Activiti Designer. If you can provide some inputs that would be of great help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dinesh&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 05:21:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220526#M173656</guid>
      <dc:creator>dinesh_yoko</dc:creator>
      <dc:date>2016-05-12T05:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed Activiti Designer in a Java application(using Eclipse/IntelliJ IDEA)?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220527#M173657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi DInesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how to add activiti workflow in java project??.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 12:30:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220527#M173657</guid>
      <dc:creator>ganeshkumar_rsk</dc:creator>
      <dc:date>2016-11-23T12:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed Activiti Designer in a Java application(using Eclipse/IntelliJ IDEA)?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220528#M173658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody know how to add activiti workflow in java project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ganesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 12:32:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220528#M173658</guid>
      <dc:creator>ganeshkumar_rsk</dc:creator>
      <dc:date>2016-11-23T12:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed Activiti Designer in a Java application(using Eclipse/IntelliJ IDEA)?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220529#M173659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have web base project, can you help me How to embed Activiti Designer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jul 2017 07:49:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-embed-activiti-designer-in-a-java-application-using/m-p/220529#M173659</guid>
      <dc:creator>marjani</dc:creator>
      <dc:date>2017-07-09T07:49:25Z</dc:date>
    </item>
  </channel>
</rss>

