Re: How to get a processGroup in a ReportingTask

2021-10-27 Thread Jairo Henao
Pierre, I have 3 levels of process group and although the group path contains the name chain, the name of the PG level 1 may change and I need to show the updated name, that's why I wanted to save the PG id of level 1. I built a ReportingTask that persists Bulleting in a database table because

Re: How to get a processGroup in a ReportingTask

2021-10-27 Thread Pierre Villard
Hi, What information do you need on the parent? What's the intent? The bulletin provides the group path with the chain of all the process groups leading to the component where the bulletin is generated. Thanks, Pierre Le mer. 27 oct. 2021 à 03:49, Jairo Henao a écrit : > Hello community, > >

How to get a processGroup in a ReportingTask

2021-10-26 Thread Jairo Henao
Hello community, Is it possible to obtain a ProcessGroup without using the REST-API within a ReportingTask? I need to get the parent of a "bulletin.getGroupId()", but I see that it could only be done if I have the 'flowController' or the 'flowManager' but they are not available. Thoughts? --