Flow design - Rest Action Socket timeout

Andr_1
Tera Expert

Hello,

 

I created a new flow on flow design module with a custom action.  This custom action will call an endpoint by a REST STEP, and it's working well.

When I use this action on my flow, after 3/4 minutes I get this error 

Andr_1_0-1709564336977.png

 

I read about it, and the flow/action is waiting for a response from the endpoint. This is a synchronous behavior, but I don't want any response from the endpoint.

So basically I want that my flow runs it in asynchronous mode.

 

How can I change the flow to run in asynchronous mode… so it does not keep waiting on the custom action and will not give me a socket timeout?

 

Thank you

André Ramos



5 REPLIES 5

@MuhammadHaA6783  How did you resolve the socket timeout?