<?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: 7.5.1 - Application not getting/showing response on trigger of event in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/7-5-1-Application-not-getting-showing-response-on-trigger-of/m-p/125825#M54657</link>
    <description>&lt;P&gt;Hi Nell1&lt;/P&gt;&lt;P&gt;Thanks for the contacting Blue Prism Community.&lt;/P&gt;&lt;P&gt;I would suggest the following to narrow down the issue.&lt;/P&gt;&lt;P&gt;First, a quick clarification: the webhook subscription disappearing from &lt;STRONG&gt;Active Subscriptions&lt;/STRONG&gt; right after you mark the item as Exception is actually expected behavior. A subscription automatically moves to &lt;STRONG&gt;Inactive&lt;/STRONG&gt; once the event reaches a final state (Completed or Exception), regardless of whether the callback was successfully delivered to your application. So this isn't a symptom of something being broken — it's the platform working as designed.&lt;/P&gt;&lt;P&gt;That said, the fact that your application isn't receiving anything does point to an issue with the callback delivery itself. Could you check the following on your end and let us know what you find?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Inactive Subscriptions view&lt;/STRONG&gt; — Please check this screen (not just Active Subscriptions) for that subscription. It should show the last known status, e.g., "Failed." This will tell us immediately whether Blue Prism attempted delivery and failed, or something else is going on.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Webhooks enabled globally&lt;/STRONG&gt; — Please confirm the "Enable Webhooks" (or "Enable Webhook functionality," depending on your version) setting is switched on at the system level. If it's off, subscriptions remain visible but callbacks are never sent.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Server connection type&lt;/STRONG&gt; — Webhooks require Blue Prism Enterprise to be connected via a Blue Prism Server connection. Could you confirm this is how your environment is set up?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Authentication setup&lt;/STRONG&gt; — In addition to the callbackSecret/callbackSecretHeader fields in your subscription request, Blue Prism Enterprise requires either a digital signature (via a default encryption scheme configured for the client application) or basic authentication (via a credential created for the client application) to be set up separately. If this isn't configured, or your application returns a 401/404 in response, Blue Prism will not retry — it fails immediately and the subscription drops to Inactive, which matches what you're seeing.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Network access from the Blue Prism Server host&lt;/STRONG&gt; — The callback is sent from the Blue Prism Server machine itself, not from your local workstation. Could you confirm that machine has outbound network access to your callback URL (firewall rules, DNS resolution, etc.)?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Application-side logs&lt;/STRONG&gt; — Please check your receiving application's web server logs for any incoming request around the time you triggered the exception — even a rejected request (401/404) should appear there and would confirm whether Blue Prism attempted delivery at all.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Once you've checked the Inactive Subscriptions status and your app-side logs, this can pinpoint whether this is an authentication issue, a network/firewall issue, or something else.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Hossein Azimi (APJ&amp;nbsp; team)&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2026 06:22:27 GMT</pubDate>
    <dc:creator>hossein.azimi</dc:creator>
    <dc:date>2026-07-07T06:22:27Z</dc:date>
    <item>
      <title>7.5.1 - Application not getting/showing response on trigger of event</title>
      <link>https://community.blueprism.com/t5/Product-Forum/7-5-1-Application-not-getting-showing-response-on-trigger-of/m-p/125824#M54656</link>
      <description>&lt;P&gt;i did following steps but application &amp;nbsp;not getting/showing response on trigger of event.&lt;/P&gt;&lt;P&gt;1. From swagger, i am able to successfully able to get Subscription ID &amp;amp; subscriptions. passed the body like this&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"callbackUrl": "URL",&lt;BR /&gt;"eventTypes": ["completed", "exception"],&lt;BR /&gt;"callbackSecretHeader": "value",&lt;BR /&gt;"callbackSecret": "Value!$"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. The webhook subscription is visible under &lt;/SPAN&gt;&lt;STRONG&gt;Active Subscriptions&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. When I mark the item as &lt;/SPAN&gt;&lt;STRONG&gt;Exception&lt;/STRONG&gt;&lt;SPAN&gt; in Blue Prism, the webhook entry disappears from &lt;/SPAN&gt;&lt;STRONG&gt;Active Subscriptions&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4. However, the target application does not receive or display any callback response.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Advise if I am missing any configuration or validation steps?&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#7.5.1&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 17:18:47 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/7-5-1-Application-not-getting-showing-response-on-trigger-of/m-p/125824#M54656</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2026-07-06T17:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: 7.5.1 - Application not getting/showing response on trigger of event</title>
      <link>https://community.blueprism.com/t5/Product-Forum/7-5-1-Application-not-getting-showing-response-on-trigger-of/m-p/125825#M54657</link>
      <description>&lt;P&gt;Hi Nell1&lt;/P&gt;&lt;P&gt;Thanks for the contacting Blue Prism Community.&lt;/P&gt;&lt;P&gt;I would suggest the following to narrow down the issue.&lt;/P&gt;&lt;P&gt;First, a quick clarification: the webhook subscription disappearing from &lt;STRONG&gt;Active Subscriptions&lt;/STRONG&gt; right after you mark the item as Exception is actually expected behavior. A subscription automatically moves to &lt;STRONG&gt;Inactive&lt;/STRONG&gt; once the event reaches a final state (Completed or Exception), regardless of whether the callback was successfully delivered to your application. So this isn't a symptom of something being broken — it's the platform working as designed.&lt;/P&gt;&lt;P&gt;That said, the fact that your application isn't receiving anything does point to an issue with the callback delivery itself. Could you check the following on your end and let us know what you find?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Inactive Subscriptions view&lt;/STRONG&gt; — Please check this screen (not just Active Subscriptions) for that subscription. It should show the last known status, e.g., "Failed." This will tell us immediately whether Blue Prism attempted delivery and failed, or something else is going on.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Webhooks enabled globally&lt;/STRONG&gt; — Please confirm the "Enable Webhooks" (or "Enable Webhook functionality," depending on your version) setting is switched on at the system level. If it's off, subscriptions remain visible but callbacks are never sent.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Server connection type&lt;/STRONG&gt; — Webhooks require Blue Prism Enterprise to be connected via a Blue Prism Server connection. Could you confirm this is how your environment is set up?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Authentication setup&lt;/STRONG&gt; — In addition to the callbackSecret/callbackSecretHeader fields in your subscription request, Blue Prism Enterprise requires either a digital signature (via a default encryption scheme configured for the client application) or basic authentication (via a credential created for the client application) to be set up separately. If this isn't configured, or your application returns a 401/404 in response, Blue Prism will not retry — it fails immediately and the subscription drops to Inactive, which matches what you're seeing.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Network access from the Blue Prism Server host&lt;/STRONG&gt; — The callback is sent from the Blue Prism Server machine itself, not from your local workstation. Could you confirm that machine has outbound network access to your callback URL (firewall rules, DNS resolution, etc.)?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Application-side logs&lt;/STRONG&gt; — Please check your receiving application's web server logs for any incoming request around the time you triggered the exception — even a rejected request (401/404) should appear there and would confirm whether Blue Prism attempted delivery at all.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Once you've checked the Inactive Subscriptions status and your app-side logs, this can pinpoint whether this is an authentication issue, a network/firewall issue, or something else.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Hossein Azimi (APJ&amp;nbsp; team)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 06:22:27 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/7-5-1-Application-not-getting-showing-response-on-trigger-of/m-p/125825#M54657</guid>
      <dc:creator>hossein.azimi</dc:creator>
      <dc:date>2026-07-07T06:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: 7.5.1 - Application not getting/showing response on trigger of event</title>
      <link>https://community.blueprism.com/t5/Product-Forum/7-5-1-Application-not-getting-showing-response-on-trigger-of/m-p/125827#M54659</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/752"&gt;@hossein.azimi&lt;/a&gt;&amp;nbsp;Thank you for sharing the inputs. Please find my responses below:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In the &lt;STRONG&gt;Inactive&lt;/STRONG&gt; view, I can see that the &lt;STRONG&gt;Run Status&lt;/STRONG&gt; is showing as &lt;STRONG&gt;Failed&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The configuration is &lt;STRONG&gt;enabled&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The connection type is &lt;STRONG&gt;Server Connection&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Default encryption&lt;/STRONG&gt; is configured. The &lt;STRONG&gt;Work Queue (WQ)&lt;/STRONG&gt; is also encrypted using the same setup.&lt;/LI&gt;&lt;LI&gt;This has also been configured correctly.&lt;/LI&gt;&lt;LI&gt;I have not yet checked this and will review this.&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jul 2026 08:29:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/7-5-1-Application-not-getting-showing-response-on-trigger-of/m-p/125827#M54659</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2026-07-08T08:29:51Z</dc:date>
    </item>
  </channel>
</rss>

