function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
divya1234divya1234 

Outbound Messaging Delivery Status showing 0 for delivery

Hi All,

We wrote one schudle apex to send an outound messgae montlhy, but we are seeing there is 0 messgaes pending for delivy under "Next items for delivery" and "Oldest failures in queue" one thing i see in sechedule class is we are using future method  but we are using this class since long time so it should not be the issue

Developer script exception 'Schedulable' for job id '' : 500 status code return from request to https://rajnilighting-dev-ed.my.salesforce.com/ui/setup/outbound/WfOutboundStatusUi?inline=1&setupid=WorkflowOmStatus Apex script unhandled exception by user/organization:  
Failed to invoke future method 'public static void Callouts()' on class 'HostSchedulable' for job id '---'
 
caused by: System.VisualforceException: 500 status code return from request to https://rajnilighting-dev-ed.my.salesforce.com/ui/setup/outbound/WfOutboundStatusUi?inline=1&setupid=WorkflowOmStatus

Do i need to raise the case with salesforce  or is this somthing we should handle from our side,