Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to execute the workflows via REST APIs in serverless-workflow-timeouts-showcase-operator-devprofile example #1957

Open
LuboTerifaj opened this issue Jun 12, 2024 · 0 comments

Comments

@LuboTerifaj
Copy link

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:

 curl -X 'POST' \
   "$SWITCH_STATE_TIMEOUTS_URL" \
  -H 'accept: */*' \
  -H 'Content-Type: application/json' \
  -d '{}' 

Acceptance criteria

Example works as expected.
If the specific configurations needed, it is described in the readme file.

Implementation ideas

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant