<?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 send signal to particular instance along with details? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32598#M13801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 process P and Q where I am trying to throw signal (globally)from process P and catching signal at Q. When there are multiple instances, for example: In process P -process instances P1, P2 and in process Q -process instances Q1 and Q2. &lt;BR /&gt;If I throw signal from one process instance that will be caught by multiple instances of other process.&lt;/P&gt;&lt;P&gt;For example, If I throw signal from Q1 that will be caught by all the instances of P [P1,P2].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I tried following ways:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1]&lt;/STRONG&gt; RuntimeService.signalEventReceived(String signalName, String executionId);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this method, I can invoke particular instance but, was not able to pass the details[data].&lt;BR /&gt; &lt;BR /&gt;&lt;STRONG&gt;2]&lt;/STRONG&gt; &lt;BR /&gt; POST runtime/signals&lt;BR /&gt; {&lt;BR /&gt; "signalName": "My Signal",&lt;BR /&gt; "tenantId" : "execute",&lt;BR /&gt; "async": true,&lt;BR /&gt; "variables": [&lt;BR /&gt; {"name": "testVar", "value": "This is a string"}&lt;/P&gt;&lt;P&gt;]&lt;BR /&gt; }&lt;BR /&gt; &lt;BR /&gt; With this api, I was able to get details[data] by passing variables, but was not able to invoke particular process instance.&lt;BR /&gt; &lt;BR /&gt;Is there any way to send signal to particular instance along with details?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Shilpa V Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2018 09:49:35 GMT</pubDate>
    <dc:creator>shilpak</dc:creator>
    <dc:date>2018-07-25T09:49:35Z</dc:date>
    <item>
      <title>How to send signal to particular instance along with details?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32598#M13801</link>
      <description>Hello,I have 2 process P and Q where I am trying to throw signal (globally)from process P and catching signal at Q. When there are multiple instances, for example: In process P -process instances P1, P2 and in process Q -process instances Q1 and Q2. If I throw signal from one process instance that w</description>
      <pubDate>Wed, 25 Jul 2018 09:49:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32598#M13801</guid>
      <dc:creator>shilpak</dc:creator>
      <dc:date>2018-07-25T09:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to send signal to particular instance along with details?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32599#M13802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I notice this was also &lt;A href="https://stackoverflow.com/questions/51517318/how-to-send-signal-to-particular-instance-along-with-details/51540645#51540645" rel="nofollow noopener noreferrer"&gt;posted on stackoverflow&lt;/A&gt; - were you able to make progress with the answer posted there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 10:23:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32599#M13802</guid>
      <dc:creator>ryandawson</dc:creator>
      <dc:date>2018-07-27T10:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to send signal to particular instance along with details?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32600#M13803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 10:36:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32600#M13803</guid>
      <dc:creator>shilpak</dc:creator>
      <dc:date>2018-07-27T10:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to send signal to particular instance along with details?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32601#M13804</link>
      <description>&lt;P&gt;Hi Shilpak,&lt;/P&gt;&lt;P&gt;Can you please share us your sample bpmn process with variables for Signal events.&lt;/P&gt;&lt;P&gt;Am also facing difficulties with multiple instances.&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 07:29:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32601#M13804</guid>
      <dc:creator>VinayTg</dc:creator>
      <dc:date>2020-08-14T07:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to send signal to particular instance along with details?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32602#M13805</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82698"&gt;@VinayTg&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;If you want a response from a member, best tag their username - like so&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82698"&gt;@VinayTg&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Also, this is quite an old thread &amp;amp; marked as solved - which sometimes means people ignore it. Usually it's better to start your own thread.&lt;/P&gt;
&lt;P&gt;Best wishes,&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 14:12:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-signal-to-particular-instance-along-with-details/m-p/32602#M13805</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-08-14T14:12:28Z</dc:date>
    </item>
  </channel>
</rss>

