I am writing sql script for adding groups and authorization. Currently I am able to generate groups and add them to database, but I cannot find tables that I need to access in order to add authorization part. What I am trying to do is:
1. Set the authorization for the created group
2. Set permissions on process definitions
3. Set permissions on process instances
4. Create filter with group permissions
How can I achieve this directly through sql, instead of using JAVA API?