<?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: Custom Call activity  behavior in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-call-activity-behavior/m-p/217949#M171079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the same situation, so I just replaced the call activiti with a service task and use the API to create a new process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;runtimeService.startProcessInstanceByKey("processKey",execution.getVariables());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2016 16:36:27 GMT</pubDate>
    <dc:creator>elozada</dc:creator>
    <dc:date>2016-02-23T16:36:27Z</dc:date>
    <item>
      <title>Custom Call activity  behavior</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-call-activity-behavior/m-p/217948#M171078</link>
      <description>Instead of defining as input parameters in Call Activity, is there a way to add all the parent process variables to subprocess using execution listener ?At runtime there might be a new variable created in parent process and want to send even the new variables to subprocess which I cannot define duri</description>
      <pubDate>Tue, 23 Feb 2016 16:23:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-call-activity-behavior/m-p/217948#M171078</guid>
      <dc:creator>drk02981</dc:creator>
      <dc:date>2016-02-23T16:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Call activity  behavior</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-call-activity-behavior/m-p/217949#M171079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the same situation, so I just replaced the call activiti with a service task and use the API to create a new process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;runtimeService.startProcessInstanceByKey("processKey",execution.getVariables());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 16:36:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-call-activity-behavior/m-p/217949#M171079</guid>
      <dc:creator>elozada</dc:creator>
      <dc:date>2016-02-23T16:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Call activity  behavior</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-call-activity-behavior/m-p/217950#M171080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want super execution to wait until the subprocess is completely ended and continue the original process afterwards.&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 16:41:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-call-activity-behavior/m-p/217950#M171080</guid>
      <dc:creator>drk02981</dc:creator>
      <dc:date>2016-02-23T16:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Call activity  behavior</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-call-activity-behavior/m-p/217951#M171081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In your super execution you can use an &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/#bpmnIntermediateMessageEvent" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#bpmnIntermediateMessageEvent&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;intermediate event&amp;lt;/a&amp;gt;, e.g. message catching event. That will stop the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the end of your subprocess, you can send the message to your super execution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;runtimeService.messageEventReceived("message_name", executionId, variables);&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 21:15:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-call-activity-behavior/m-p/217951#M171081</guid>
      <dc:creator>elozada</dc:creator>
      <dc:date>2016-02-23T21:15:00Z</dc:date>
    </item>
  </channel>
</rss>

