LuboTerifaj opened a new issue, #1957:
URL: https://github.com/apache/incubator-kie-kogito-examples/issues/1957

   ### Description
   
   Unable to execute the workflows via REST APIs in 
[serverless-workflow-timeouts-showcase-operator-devprofile](https://github.com/apache/incubator-kie-kogito-examples/tree/stable/serverless-workflow-examples/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_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to