<?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 How to find process definitions with a specific StartSignalEvent name? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-process-definitions-with-a-specific-startsignalevent/m-p/219144#M172274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to list all the process definitions that start with a certain signal name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found ExecutionService can find signals for an execution instance.&amp;nbsp; That's not what I need.&amp;nbsp; I found something similar to what I need on the ProcessDefinitionQuery.&amp;nbsp; It has a method where you can find the process definitions for a message subscription:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;/**&lt;BR /&gt;&amp;nbsp;&amp;nbsp; * Selects the single process definition which has a start message event &lt;BR /&gt;&amp;nbsp;&amp;nbsp; * with the messageName.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;&amp;nbsp; ProcessDefinitionQuery messageEventSubscriptionName(String messageName);&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need something similar like: signalEventSubscriptionName(String signalEventName)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What class can I find this or how do I create one on my own using custom SQL?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2016 21:31:09 GMT</pubDate>
    <dc:creator>jwestra</dc:creator>
    <dc:date>2016-05-02T21:31:09Z</dc:date>
    <item>
      <title>How to find process definitions with a specific StartSignalEvent name?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-process-definitions-with-a-specific-startsignalevent/m-p/219144#M172274</link>
      <description>I want to list all the process definitions that start with a certain signal name.I found ExecutionService can find signals for an execution instance.&amp;nbsp; That's not what I need.&amp;nbsp; I found something similar to what I need on the ProcessDefinitionQuery.&amp;nbsp; It has a method where you can find the process defi</description>
      <pubDate>Mon, 02 May 2016 21:31:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-process-definitions-with-a-specific-startsignalevent/m-p/219144#M172274</guid>
      <dc:creator>jwestra</dc:creator>
      <dc:date>2016-05-02T21:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to find process definitions with a specific StartSignalEvent name?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-find-process-definitions-with-a-specific-startsignalevent/m-p/219145#M172275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a (non-public) EventSubscriptionQueryImpl class you can use for this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The idea is that this class will be public in the future.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 12:52:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-find-process-definitions-with-a-specific-startsignalevent/m-p/219145#M172275</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-05-03T12:52:24Z</dc:date>
    </item>
  </channel>
</rss>

