<?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: Require 'processDefinitionId' for a Workflow inside Activiti App 1.5.0 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/require-processdefinitionid-for-a-workflow-inside-activiti-app-1/m-p/30740#M13070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;processDefinitionId&lt;/EM&gt; is an ID generated upon each deployment. You can get the processDefinitionId using &lt;A href="https://docs.alfresco.com/activiti/docs/dev-guide/1.5.0/#_process_definitions" rel="nofollow noopener noreferrer"&gt;process definition query&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Another option is to use "&lt;EM&gt;processDefinitionKey&lt;/EM&gt;"&amp;nbsp; instead of &lt;EM&gt;processDefinitionId&lt;/EM&gt; which will start a process instance on&amp;nbsp;the latest deployed version. You can get the&amp;nbsp;&lt;EM&gt;processDefinitionKey&lt;/EM&gt; from your process model. However you will have to use version&amp;nbsp;&lt;A href="https://issues.alfresco.com/jira/issues/?jql=project+%3D+ACTIVITI+AND+fixVersion+%3D+%22Alfresco+Activiti+1.5.3.2%22" style="color: #326ca6; text-decoration: none; font-size: 14px;" title="Alfresco Activiti 1.5.3.2 " rel="nofollow noopener noreferrer"&gt;1.5.3.2&lt;/A&gt;&amp;nbsp;or above as there was a bug fixed in this version to allow&amp;nbsp;&lt;EM&gt;processDefinitionKey&lt;/EM&gt; use. Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jul 2017 17:43:39 GMT</pubDate>
    <dc:creator>cjose</dc:creator>
    <dc:date>2017-07-17T17:43:39Z</dc:date>
    <item>
      <title>Require 'processDefinitionId' for a Workflow inside Activiti App 1.5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/require-processdefinitionid-for-a-workflow-inside-activiti-app-1/m-p/30739#M13069</link>
      <description>Hi All,I am using Enterprise Activiti&amp;nbsp;1.5.0. I want to start the workflow from other Application (Spring Boot Web App). I found the below REST call to perform the same.&amp;nbsp;POST api/enterprise/process-instancesparam:&amp;nbsp;processDefinitionId&amp;nbsp;https://docs.alfresco.com/activiti/docs/dev-guide/1.5.0/#_start_pro</description>
      <pubDate>Fri, 14 Jul 2017 08:08:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/require-processdefinitionid-for-a-workflow-inside-activiti-app-1/m-p/30739#M13069</guid>
      <dc:creator>naveenv449</dc:creator>
      <dc:date>2017-07-14T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Require 'processDefinitionId' for a Workflow inside Activiti App 1.5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/require-processdefinitionid-for-a-workflow-inside-activiti-app-1/m-p/30740#M13070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;processDefinitionId&lt;/EM&gt; is an ID generated upon each deployment. You can get the processDefinitionId using &lt;A href="https://docs.alfresco.com/activiti/docs/dev-guide/1.5.0/#_process_definitions" rel="nofollow noopener noreferrer"&gt;process definition query&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Another option is to use "&lt;EM&gt;processDefinitionKey&lt;/EM&gt;"&amp;nbsp; instead of &lt;EM&gt;processDefinitionId&lt;/EM&gt; which will start a process instance on&amp;nbsp;the latest deployed version. You can get the&amp;nbsp;&lt;EM&gt;processDefinitionKey&lt;/EM&gt; from your process model. However you will have to use version&amp;nbsp;&lt;A href="https://issues.alfresco.com/jira/issues/?jql=project+%3D+ACTIVITI+AND+fixVersion+%3D+%22Alfresco+Activiti+1.5.3.2%22" style="color: #326ca6; text-decoration: none; font-size: 14px;" title="Alfresco Activiti 1.5.3.2 " rel="nofollow noopener noreferrer"&gt;1.5.3.2&lt;/A&gt;&amp;nbsp;or above as there was a bug fixed in this version to allow&amp;nbsp;&lt;EM&gt;processDefinitionKey&lt;/EM&gt; use. Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2017 17:43:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/require-processdefinitionid-for-a-workflow-inside-activiti-app-1/m-p/30740#M13070</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2017-07-17T17:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Require 'processDefinitionId' for a Workflow inside Activiti App 1.5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/require-processdefinitionid-for-a-workflow-inside-activiti-app-1/m-p/30741#M13071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ciju Joseph for the response, i will try to use&amp;nbsp;&lt;EM style="color: #727174; background-color: #ffffff; border: 0px;"&gt;processDefinitionId &lt;/EM&gt;from the suggested API call for now. Once I upgrade to 1.5.3.2, I will use&amp;nbsp;&lt;EM&gt;processDefinitionKey&lt;/EM&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 05:37:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/require-processdefinitionid-for-a-workflow-inside-activiti-app-1/m-p/30741#M13071</guid>
      <dc:creator>naveenv449</dc:creator>
      <dc:date>2017-07-19T05:37:24Z</dc:date>
    </item>
  </channel>
</rss>

