Open LuboTerifaj opened 5 months ago
Unable to execute the workflows via REST APIs in serverless-workflow-timeouts-showcase-operator-devprofile example.
If you follow the instructions in example readme file, when trying to execute any curl command, there is the message curl: (7) Failed to connect to 192.168.49.2 port 32074 after 0 ms: Couldn't connect to server printed to the console. Curl example:
curl: (7) Failed to connect to 192.168.49.2 port 32074 after 0 ms: Couldn't connect to server
curl -X 'POST' \ "$SWITCH_STATE_TIMEOUTS_URL" \ -H 'accept: */*' \ -H 'Content-Type: application/json' \ -d '{}'
Example works as expected. If the specific configurations needed, it is described in the readme file.
No response
Description
Unable to execute the workflows via REST APIs in serverless-workflow-timeouts-showcase-operator-devprofile example.
Details
If you follow the instructions in example readme file, when trying to execute any curl command, there is the message
curl: (7) Failed to connect to 192.168.49.2 port 32074 after 0 ms: Couldn't connect to server
printed to the console. Curl example:Acceptance criteria
Example works as expected. If the specific configurations needed, it is described in the readme file.
Implementation ideas
No response