conductor icon indicating copy to clipboard operation
conductor copied to clipboard

HTTP task Creation call error with conductor version 3.9.2

Open jegadjame opened this issue 3 years ago • 1 comments

I had created HTTP task with conductor version 3.9.2 with below workflow definition.. When i try to call ,It always throws error "Failed to invoke HTTP task due to: java.lang.Exception: I/O error on GET request for "http://jsonplaceholder.typicode.com/posts/3": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out" But i am able to access https://jsonplaceholder.typicode.com/posts/1 and http://jsonplaceholder.typicode.com/posts/1 through browser

{ "name": "Test12", "description": "This is Test", "ownerEmail":"[email protected]", "version": 2, "schemaVersion": 2, "tasks": [
{ "name": "Creation", "taskReferenceName": "task_Creation", "inputParameters": { "http_request": { "uri": "http://jsonplaceholder.typicode.com/posts/1", "method": "GET" } }, "type": "HTTP" } ] }

jegadjame avatar Oct 06 '22 05:10 jegadjame

The default timeout is quite low. You might have to increase it.

Here is an example of executed workflow in our sandbox: https://play.orkes.io/execution/ec899bc6-4538-11ed-8e05-4a68337b6f18

Definition to show timeouts: https://play.orkes.io/workflowDef/timeout_settings/1

boney9 avatar Oct 06 '22 05:10 boney9

This issue is stale, because it has been open for 45 days with no activity. Remove the stale label or comment, or this will be closed in 7 days.

github-actions[bot] avatar Nov 25 '22 00:11 github-actions[bot]

This issue was closed, because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Dec 03 '22 00:12 github-actions[bot]