Pierre Villard created NIFI-13948:
-------------------------------------
Summary: NiFi CLI - Add command pg-list-processors
Key: NIFI-13948
URL: https://issues.apache.org/jira/browse/NIFI-13948
Project: Apache NiFi
Issue Type: Improvement
Reporter: Pierre Villard
Assignee: Pierre Villard
Add a CLI command to recursively list the processors in a given process group.
Also add the option to specify a filter that expects either 'source' or
'destination' as value.
A source processor is defined as a processor that has no input relationship
(unless this is a self relationship loop) and has at least one output
relationship.
A destination processor is defined as a processor that has no output
relationship (unless this is a self relationship loop) and has at least one
input relationship.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)