<?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: List of callActivity in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/list-of-callactivity/m-p/159689#M113715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The above block of codes give me the list of ALL activities which include gateway, end events…in the process.&amp;nbsp; What I am looking for is the id of the "calledElement" of CallActivity.&amp;nbsp; I'm trying to dig in to look at ActivityImpl class for further info but I couldn't find it in Activiti JavaDocs.&amp;nbsp; What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 18:49:05 GMT</pubDate>
    <dc:creator>houstoniasian</dc:creator>
    <dc:date>2014-01-17T18:49:05Z</dc:date>
    <item>
      <title>List of callActivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/list-of-callactivity/m-p/159687#M113713</link>
      <description>I have a main process that would call several callActivity.Is there an API or REST service call to give me a list of all the callActivity of the process?&amp;nbsp; If not, how do we get around it other than that we have to write a parser to parse the xml file to look for "callActivity" tags?Tan</description>
      <pubDate>Thu, 16 Jan 2014 16:49:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/list-of-callactivity/m-p/159687#M113713</guid>
      <dc:creator>houstoniasian</dc:creator>
      <dc:date>2014-01-16T16:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: List of callActivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/list-of-callactivity/m-p/159688#M113714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try to get it from repository service API and model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;ProcessDefinitionEntity processDefinition = (ProcessDefinitionEntity) ( ((RepositoryServiceImpl) repositoryService).getDeployedProcessDefinition( processDefinitionId ));&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (ActivityImpl activity : processDefinition.getActivities()) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; …..&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 20:10:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/list-of-callactivity/m-p/159688#M113714</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-01-16T20:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: List of callActivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/list-of-callactivity/m-p/159689#M113715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The above block of codes give me the list of ALL activities which include gateway, end events…in the process.&amp;nbsp; What I am looking for is the id of the "calledElement" of CallActivity.&amp;nbsp; I'm trying to dig in to look at ActivityImpl class for further info but I couldn't find it in Activiti JavaDocs.&amp;nbsp; What am I missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 18:49:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/list-of-callactivity/m-p/159689#M113715</guid>
      <dc:creator>houstoniasian</dc:creator>
      <dc:date>2014-01-17T18:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: List of callActivity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/list-of-callactivity/m-p/159690#M113716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the collection &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;processDefinition.getActivities()&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;you can filter callActivities. Only activity with activityBehavior set to CallActivityBehavior will call external subprocess. Id of the called process is stored in org.activiti.engine.impl.bpmn.behavior.CallActivityBehavior#processDefinitonKey.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 07:43:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/list-of-callactivity/m-p/159690#M113716</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-01-20T07:43:42Z</dc:date>
    </item>
  </channel>
</rss>

