case - How can I assign roles to a user for a specific process during runtime in BPMN (or CMMN)? -


i have solve specific issue company work for. have bpmn experience (obviously) not enough. question this: there way may assign roles specific user specific process instance during runtime in bpmn.

the case: suppose have web app user logs in , starts new process concerning insurance claim car. manager of department handles these specific claims needs assign access rights various users of course specific instance. due nature of work going long running process. lets suppose there 3 roles each case: applicant (ap) investigator (in) , decision maker (dm) , manager wishes assign these roles users john mary nick.

how can implement process? seems custom solution might fit: implement class uses bpmn engine api in order assign roles users, expose ws, , invoke using service task , dynamically passing parameters. however, avoid custom solution.

should consider adaptive case management approach instead? acm tools have kind of functionality?


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -