flowable / flowable-engine

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
https://www.flowable.org
Apache License 2.0
7.96k stars 2.62k forks source link

Unable to add Group access to the App while Deploying App using REST #1486

Open lohiavivek opened 5 years ago

lohiavivek commented 5 years ago

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?

Robinyo commented 5 years ago

Hi,

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).

See:

Cheers Rob

Ref: Flowable