-
Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
---
-
---
-
-
Users should be allowed to use GET requests in OpenShift custom functions. Default is POST.
{ "id": "myworkflow", "specVersion": "0.8", "version": "1.0", "start": "State1", "functions": [ { "name": "function1", "type": "custom", "operation": "openshift:serving.knative.dev/v1/mynamespace/myservice", "metadata": { "method": "GET" "path": "/my_path" } ], "states": [ { "name": "State1", "type": "operation", "actions": [ { "functionRef": { "refName": "function1", "arguments": { "data": "${ .data }" } } } ], "end": true } ] }
- depends on
-
KOGITO-8448 [SW] Add support to GET method to Kubernetes custom function
- Closed
-
KOGITO-8451 [Operator] Add support for OpenShift Functions
- Closed