<?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 which maven dependency will use to create alfresco  workflow using java? i want jar using that i can create   alfresco work flow.  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/which-maven-dependency-will-use-to-create-alfresco-workflow/m-p/310034#M263164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using spring MVC &amp;nbsp;using that i want to create alfresco workflow. i am unable to file find API. please answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 11:45:20 GMT</pubDate>
    <dc:creator>piyush17291</dc:creator>
    <dc:date>2016-09-29T11:45:20Z</dc:date>
    <item>
      <title>which maven dependency will use to create alfresco  workflow using java? i want jar using that i can create   alfresco work flow.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-maven-dependency-will-use-to-create-alfresco-workflow/m-p/310034#M263164</link>
      <description>I am using spring MVC &amp;nbsp;using that i want to create alfresco workflow. i am unable to file find API. please answer</description>
      <pubDate>Thu, 29 Sep 2016 11:45:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-maven-dependency-will-use-to-create-alfresco-workflow/m-p/310034#M263164</guid>
      <dc:creator>piyush17291</dc:creator>
      <dc:date>2016-09-29T11:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: which maven dependency will use to create alfresco  workflow using java? i want jar using that i can create   alfresco work flow.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-maven-dependency-will-use-to-create-alfresco-workflow/m-p/310035#M263165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It isn't exactly clear what you are trying to do. If you are using Spring MVC that means you have your own web application separate from Alfresco. If you want to embed a process engine inside your own web application, you might want to use Actviti, in which case you might be interested in &lt;A href="https://spring.io/blog/2015/03/08/getting-started-with-activiti-and-spring-boot" rel="nofollow noopener noreferrer"&gt;this post about Activiti and Spring Boot&lt;/A&gt; or, if you are not using Spring Boot and you just want to pull in the Activiti dependency, then take a look at the &lt;A href="http://activiti.org/community.html" rel="nofollow noopener noreferrer"&gt;Activiti docs&lt;/A&gt; for the maven dependency details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, maybe you want to create a workflow that runs inside of the Activiti engine that is embedded within Alfresco. If that is the case you might be interested in this &lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;tutorial&lt;/A&gt; that describes how to model a workflow and deploy it to Alfresco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once deployed to Alfresco, you can use the Alfresco UI to manage tasks for running workflows. But if you need to work with Alfresco workflows remotely from your Spring MVC app, you could use the Alfresco REST API. The &lt;A href="http://docs.alfresco.com/5.0/references/RESTful-Workflow.html" rel="nofollow noopener noreferrer"&gt;Alfresco docs&lt;/A&gt; describe how to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 21:13:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-maven-dependency-will-use-to-create-alfresco-workflow/m-p/310035#M263165</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-10-03T21:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: which maven dependency will use to create alfresco  workflow using java? i want jar using that i can create   alfresco work flow.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-maven-dependency-will-use-to-create-alfresco-workflow/m-p/310036#M263166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be a bit more specific: Do you want to create a workflow that runs within Alfresco ECM (Community / Enterprise Edition) or within Alfresco BPM (Alfresco Activiti server)?&lt;/P&gt;&lt;P&gt;If it is the former, I don't know what you are using Spring MVC for because that is typically not relevant within the Alfresco ECM Repository-tier (where workflows are being implemented / executed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are developing workflows for Alfresco ECM, then the base dependency you require is org.alfresco:alfresco-repository, i.e.&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="_jivemacro_uid_14755331258262824 jive_macro_code jive_text_macro" data-hasrefreshed="true" data-renderedposition="111.80000305175781_8_1332_96" jivemacro_uid="_14755331258262824" modifiedtitle="true"&gt;&lt;P&gt;&amp;lt;dependency&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.alfresco&amp;lt;/groupId&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;alfresco-repository&amp;lt;/artifactId&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;version&amp;gt;5.1.g&amp;lt;/version&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/dependency&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 22:19:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-maven-dependency-will-use-to-create-alfresco-workflow/m-p/310036#M263166</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-10-03T22:19:20Z</dc:date>
    </item>
  </channel>
</rss>

