-
Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
---
-
---
-
-
Users should be allowed to use GET requests in Kubernetes custom functions. Default is POST.
{ "id": "myworkflow", "specVersion": "0.8", "version": "1.0", "start": "State1", "functions": [ { "name": "function1", "type": "custom", "operation": "kubernetes: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-7373 [SW] Add custom function knative
- Resolved
- is depended on by
-
KOGITO-8453 [SW] Add support to GET method to OpenShift custom function
- Closed