Flow design - Rest Action Socket timeout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 07:07 AM
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
@MuhammadHaA6783 How did you resolve the socket timeout?
