Deploying the App using
POST flowable-rest/app-api/app-repository/deployments
We can pass only tenantId, file(.zip file for app).
But not able to pass User, Group Access for the app
My requirement is to deploy the app using REST APIs and assigning access to particular groups
So, my question is : How to apply group access to an App using REST Apis?
It's my understanding that 'assignment' relates to User tasks and Process Initiation Authorization (users and groups that are allowed to start a new process instance).
Deploying the App using POST flowable-rest/app-api/app-repository/deployments We can pass only tenantId, file(.zip file for app). But not able to pass User, Group Access for the app
My requirement is to deploy the app using REST APIs and assigning access to particular groups
So, my question is : How to apply group access to an App using REST Apis?