mirror of
https://github.com/apache/nifi.git
synced 2025-02-11 12:35:20 +00:00
The StatelessFlowManager should register any Process Group that it creates in its internal map in the same way that StandardFlowManager does; this ensures that the Process Group can be retrieved by ID during flow synchronization. Signed-off-by: David Handermann <exceptionfactory@apache.org>