-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
7.17.0-alpha5
-
None
Environment (Required on creation):
Camunda Platform Run Docker image (tag 7.17.0-alpha5)
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
I get the above error after submitting the form and calling the service task (simple HTTP python flask script)
Steps to reproduce (Required on creation):
- # Start the service for the files
- select any of the 'orders'
- hit submit which should then run the service task doing HTTP Post
Observed Behavior (Required on creation): I get the error message:
HTCL-02007 Unable to execute HTTP request which seems to say I don't have the connector componetnt installed but the documents say it is installed in the Camunda Docker image version of 7.17-alpha5
Expected behavior (Required on creation):
should do post
Root Cause (Required on prioritization):
is connector working in docker?
Solution Ideas (Optional):
Hints (optional):
This is the controller panel for Smart Panels app
- is duplicated by
-
CAM-14475 HTCL-02007 Unable to execute HTTP request when executing connector, using docker version of 1.17-a5
- Closed