HTTP task Creation call error with conductor version 3.9.2
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"
}
]
}
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
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.
This issue was closed, because it has been stalled for 7 days with no activity.