- Nipyapi version: latest version
- NiFi version: 1.9
- NiFi-Registry version: None
- Python version: 2.7
- Operating System: ubuntu
Description
I want to get all process group but just from the root canvas, when I call canvas.list_all_process_group(pg_id) I got all pg from all nifi. I am asking if there is any solution to get just from root canvas.
What I Did
playground_pg=canvas.list_all_process_groups(pg_id=root_pg.id)