Mendix Scheduler failed

0
Hi, I am getting the below error in log file if one can help what can be done   ERROR - TaskQueue: Failed to execute com.mendix.modules.queue.ScheduledEvents$WrappedTask@5635a53f from task queue 'System.ScheduledEventsQueue'. 2023-04-26T16:31:10.468773 [APP/PROC/WEB/0]   ERROR - TaskQueue: com.mendix.modules.microflowengine.MicroflowException: Error calling REST service 2023-04-26T16:31:10.468777 [APP/PROC/WEB/0]           at T3.POST_Sub_PPN_T3_Outbound.nested.1b0d10d5-d065-4660-984f-23dbe6ec2c6e [45 of 92] (CallRest : 'Call REST (POST)') 2023-04-26T16:31:10.468783 [APP/PROC/WEB/0]           at T3.POST_Sub_PPN_T3_Outbound (ListLoop : '') 2023-04-26T16:31:10.468796 [APP/PROC/WEB/0]           at T3.ACT_Sch_T3_Outbound (SubMicroflow : 'POST_Sub_PPN_T3_Outbound') 2023-04-26T16:31:10.468815 [APP/PROC/WEB/0]  Advanced stacktrace: 2023-04-26T16:31:10.468861 [APP/PROC/WEB/0]           at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:79) 2023-04-26T16:31:10.468999 [APP/PROC/WEB/0]  Caused by: com.mendix.modules.microflowengine.MicroflowException: 400: Bad Request 2023-04-26T16:31:10.469041 [APP/PROC/WEB/0]           at T3.POST_Sub_PPN_T3_Outbound.nested.1b0d10d5-d065-4660-984f-23dbe6ec2c6e [45 of 92] (CallRest : 'Call REST (POST)') 2023-04-26T16:31:10.469052 [APP/PROC/WEB/0]           at T3.POST_Sub_PPN_T3_Outbound (ListLoop : '') 2023-04-26T16:31:10.469190 [APP/PROC/WEB/0]           at T3.ACT_Sch_T3_Outbound (SubMicroflow : 'POST_Sub_PPN_T3_Outbound') 2023-04-26T16:31:10.469200 [APP/PROC/WEB/0]  Advanced stacktrace: 2023-04-26T16:31:10.469269 [APP/PROC/WEB/0]           at com.mendix.integration.actions.microflow.RestCallAction.checkStatusCode(RestCallAction.scala:117)
asked
1 answers
2

There seems to be an issue with the REST call in microflow T3.ACT_Sch_T3_Outbound caused by a mal-formed request: “400: Bad Request”. I might want to debug the microflow and see what exactly is wrong in with this REST call. 

answered