<?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: What API call to use to get All the task names in a Process? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107557#M75339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks…I had almost forgotten about that……&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a question for the development team though… Is there any plan or road map to move these necessary functions to public API or at least provide wrapper around the Impl API so that code generated for Activiti&amp;nbsp; is more of production quality and does not depend on any hidden APIs?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2012 16:13:10 GMT</pubDate>
    <dc:creator>plehal</dc:creator>
    <dc:date>2012-10-15T16:13:10Z</dc:date>
    <item>
      <title>What API call to use to get All the task names in a Process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107555#M75337</link>
      <description>What API call to use to get All the task names in a deployed Process without instantiating it?</description>
      <pubDate>Tue, 09 Oct 2012 22:06:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107555#M75337</guid>
      <dc:creator>plehal</dc:creator>
      <dc:date>2012-10-09T22:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: What API call to use to get All the task names in a Process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107556#M75338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;see &lt;/SPAN&gt;&lt;A href="http://svn.codehaus.org/activiti/activiti/trunk/modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/diagram/ProcessDiagramGenerator.java" rel="nofollow noopener noreferrer"&gt;ProcessDiagramGenerator&lt;/A&gt;&lt;BR /&gt;&lt;CODE&gt;ProcessDefinitionEntity processDefinition = (ProcessDefinitionEntity) ((RepositoryServiceImpl) repositoryService).getDeployedProcessDefinition(processDefinitionId);&lt;BR /&gt;&lt;BR /&gt;if (processDefinition != null) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (ActivityImpl activity : processDefinition.getActivities()) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String type = (String) activity.getProperty("type");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // …&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;}&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 05:15:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107556#M75338</guid>
      <dc:creator>iam</dc:creator>
      <dc:date>2012-10-10T05:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: What API call to use to get All the task names in a Process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107557#M75339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks…I had almost forgotten about that……&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a question for the development team though… Is there any plan or road map to move these necessary functions to public API or at least provide wrapper around the Impl API so that code generated for Activiti&amp;nbsp; is more of production quality and does not depend on any hidden APIs?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 16:13:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107557#M75339</guid>
      <dc:creator>plehal</dc:creator>
      <dc:date>2012-10-15T16:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: What API call to use to get All the task names in a Process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107558#M75340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually yes. Tijs is currently writing a parser that parser BPMN 2.0 to a one-on-one object model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The idea is that this parser will be the foundation for the engine parser, the Eclipse plugin, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If all goes well, this should be part of the next release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 09:41:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107558#M75340</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-10-16T09:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: What API call to use to get All the task names in a Process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107559#M75341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I need to list all the active user tasks including subprocess user tasks, how to do that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 22:34:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107559#M75341</guid>
      <dc:creator>raghuramanpe</dc:creator>
      <dc:date>2013-09-25T22:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: What API call to use to get All the task names in a Process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107560#M75342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;subprocesses should be ok and part of the results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you'r talking about call activities, you'll need the id of the call activity unfortunately to fetch those tasks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 06:22:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-api-call-to-use-to-get-all-the-task-names-in-a-process/m-p/107560#M75342</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-09-30T06:22:20Z</dc:date>
    </item>
  </channel>
</rss>

