-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
5
-
False
-
-
False
-
-
-
RHDH Plugins 3281, RHDH Plugins 3282, RHDH Plugins 3283
Work related to Supporting workflows execution by emitting cloud events.
Currently the backend orchestrator plugin only sends POST requests to invoke workflows. Workflows that are "event" workflows can't be invoked with a POST request since they respond to events, in the CloudEvent format, from Kafka(for instance).
This task is to trigger those "event" type workflows by sending a CloudEvent to the kafka topic the workflow is listening for.