Pierre Villard created NIFI-7466:
------------------------------------
Summary: UX - move a part of a flow in a process group
Key: NIFI-7466
URL: https://issues.apache.org/jira/browse/NIFI-7466
Project: Apache NiFi
Issue Type: Improvement
Components: Core UI
Reporter: Pierre Villard
Let's say I have a flow:
{code:java}
InputProcessor -> a flow doing things -> OutputProcessor1
\-> another flow doing things -> OutputProcessor2
{code}
I'd like being able to select the "flow doing things" and have it in a process
group without deleting the relationships with the InputProcessor and the
OutputProcessor1 and recreating everything after (adding input port, output
port, and adding four relationships).
It'd automatically create the process group with the input port(s) and the
output port(s) (with default name being like
<source/outputProcessor>_<relationshipName>_<sequenceNumber>, or something
simpler like input/output_<sequenceNumber>) and would create the appropriate
relationships.
*That would save a lot of manual operations.*
--
This message was sent by Atlassian Jira
(v8.3.4#803005)