-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 30-32 (from Jul 24), 2023 Week 33-35 (from Aug 14)
Users should be allowed to use GET requests in Knative custom functions. Default is POST.
{ "id": "myworkflow", "specVersion": "0.8", "version": "1.0", "start": "State1", "functions": [ { "name": "function1", "type": "custom", "operation": "knative:mynamespace/func1?path=/my_path&method=get" } ], "states": [ { "name": "State1", "type": "operation", "actions": [ { "functionRef": { "refName": "function1", "arguments": { "data": "${ .data }" } } } ], "end": true } ] }
- depends on
-
KOGITO-7373 [SW] Add custom function knative
- Resolved
-
KOGITO-9158 Use RestWorkItemHandler as HTTP client in Knative custom function
- Resolved
- is depended on by
-
KOGITO-8409 [SW] Add support to Cloud Events to Knative custom function
- Resolved