<?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: Is Boundary Signal Event even support for Service Task? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29744#M12653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apologies, I did not see the scenario in your original question, only the heading.&lt;/P&gt;&lt;P&gt;Boundary event on service tasks are certainly supported (I use error events all the time) but I have never tested message or signal boundary events.&lt;/P&gt;&lt;P&gt;Will try to take a look at this some time in the net few days.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Mar 2017 13:24:40 GMT</pubDate>
    <dc:creator>gdharley</dc:creator>
    <dc:date>2017-03-13T13:24:40Z</dc:date>
    <item>
      <title>Is Boundary Signal Event even support for Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29741#M12650</link>
      <description>Hey experts - I am new to Activiti and recently hitting a problem in trying to stop an active process. &amp;nbsp;The reason of doing that is a breakglass handling when a service task is stuck in execution.We tried to attach a boundary signal event to our Service process, but then on calling signalEventReceiv</description>
      <pubDate>Fri, 10 Mar 2017 08:56:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29741#M12650</guid>
      <dc:creator>cls</dc:creator>
      <dc:date>2017-03-10T08:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is Boundary Signal Event even support for Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29742#M12651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scenarios may be hard to come by, but it is a valid BPMN construct.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;bp3‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 15:53:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29742#M12651</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-10T15:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is Boundary Signal Event even support for Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29743#M12652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what does that mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 01:50:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29743#M12652</guid>
      <dc:creator>cls</dc:creator>
      <dc:date>2017-03-13T01:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is Boundary Signal Event even support for Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29744#M12653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apologies, I did not see the scenario in your original question, only the heading.&lt;/P&gt;&lt;P&gt;Boundary event on service tasks are certainly supported (I use error events all the time) but I have never tested message or signal boundary events.&lt;/P&gt;&lt;P&gt;Will try to take a look at this some time in the net few days.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 13:24:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29744#M12653</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-13T13:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is Boundary Signal Event even support for Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29745#M12654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without know the internals of your implementation class, it appears as though you are using a delegateExpression (&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;${messageConverter.convertRequestToObject(execution)}) to implement your service call.&lt;BR /&gt;&lt;BR /&gt;Looking at the source, the ServiceTaskExpressionActivityBehavior class does not implement the signallable interface and as such does not implement "wait" state characteristics that are required for timer, message and signal boundary event handling.&lt;BR /&gt;&lt;BR /&gt;I recommend you reimplement using a signallable activiti behavior where the "leave" method is explicitly called explicitly. You're implementing class needs to act in an asynchronous manner.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;The following blog post provides reasonable guidance, there are also unit tests in the build:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://migration33.stage.lithium.com/thread/216828"&gt;How to create a custom activity&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;There is also a good description of this pattern on the Camunda site here:&lt;BR /&gt;&lt;BR /&gt;&lt;A class="link-titled" href="https://github.com/camunda/camunda-bpm-examples/tree/master/servicetask/service-invocation-asynchronous" title="https://github.com/camunda/camunda-bpm-examples/tree/master/servicetask/service-invocation-asynchronous" rel="nofollow noopener noreferrer"&gt;camunda-bpm-examples/servicetask/service-invocation-asynchronous at master · camunda/camunda-bpm-examples · GitHub&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Greg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;#bp3&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 17:01:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29745#M12654</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-13T17:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is Boundary Signal Event even support for Service Task?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29746#M12655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alots Greg, will try that out and post the result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:13:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/is-boundary-signal-event-even-support-for-service-task/m-p/29746#M12655</guid>
      <dc:creator>cls</dc:creator>
      <dc:date>2017-03-14T09:13:29Z</dc:date>
    </item>
  </channel>
</rss>

