<?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: Why startprocessbyid does not support version? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76769#M50683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you query for the ProcessDefinition entity, from which you can then take the id and use it to start the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Etienne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2011 15:18:49 GMT</pubDate>
    <dc:creator>etienne</dc:creator>
    <dc:date>2011-08-05T15:18:49Z</dc:date>
    <item>
      <title>Why startprocessbyid does not support version?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76766#M50680</link>
      <description>I see the javadoc,I can't see the API has any version param, should we start process of latest version every time? I think this is not alway true,right?</description>
      <pubDate>Thu, 04 Aug 2011 16:29:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76766#M50680</guid>
      <dc:creator>yuanqixun</dc:creator>
      <dc:date>2011-08-04T16:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why startprocessbyid does not support version?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76767#M50681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;org.activiti.engine.RuntimeService#startProcessInstanceById(String processDefinitionId)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The processDefinitionId String consists of the process definition id as well as its version number (plus some random number).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to get that processDefinitionId String is to call org.activiti.engine.impl.RepositoryServiceImpl#createProcessDefinitionQuery&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Etienne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 08:14:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76767#M50681</guid>
      <dc:creator>etienne</dc:creator>
      <dc:date>2011-08-05T08:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why startprocessbyid does not support version?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76768#M50682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;org.activiti.engine.RuntimeService#startProcessInstanceById(String processDefinitionId)&lt;BR /&gt;&lt;BR /&gt;The processDefinitionId String consists of the process definition id as well as its version number (plus some random number).&lt;BR /&gt;&lt;BR /&gt;One way to get that processDefinitionId String is to call org.activiti.engine.impl.RepositoryServiceImpl#createProcessDefinitionQuery&lt;BR /&gt;&lt;BR /&gt;Etienne&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Etienne, I'm wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just think the processDefinitionId is the process's id. Here, we use process key to find the process,right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 15:07:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76768#M50682</guid>
      <dc:creator>yuanqixun</dc:creator>
      <dc:date>2011-08-05T15:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why startprocessbyid does not support version?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76769#M50683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you query for the ProcessDefinition entity, from which you can then take the id and use it to start the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Etienne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 15:18:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76769#M50683</guid>
      <dc:creator>etienne</dc:creator>
      <dc:date>2011-08-05T15:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why startprocessbyid does not support version?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76770#M50684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The process definition id is uniquely pointing to one process definition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hence it makes no sense to specify a version, as it does when specifying a key.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 12:33:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-startprocessbyid-does-not-support-version/m-p/76770#M50684</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-08-10T12:33:37Z</dc:date>
    </item>
  </channel>
</rss>

