Yolanda M. Davis created NIFI-6803:
--------------------------------------
Summary: Create a Rules Action Handler Service API and general
implementation
Key: NIFI-6803
URL: https://issues.apache.org/jira/browse/NIFI-6803
Project: Apache NiFi
Issue Type: Sub-task
Reporter: Yolanda M. Davis
Assignee: Yolanda M. Davis
Currently the Rules API and Controller Service allows Reporting Task to access
centralized rules information and learn what actions should be performed given
a certain set of facts. However it currently leaves it to a calling processor
or controller service to interpret and execute the returned actions. For this
feature create an Action handler API and generalized set of Action handlers
which can be leveraged for the following:
Alerting: Display bulletins
Logging: Write to logs
Send/Report: Send information to a downstream component or external system
Expression Handling: Execute expressions directly given the type (e.g. MVEL,
SpEL, NiFi)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)