How to get the user who initiated the process in IBM BPM 8.5? -


how user initiated process in ibm bpm 8.5. want reassign task user initiated process. how can achieved in ibm bpm?

there several ways initiated task , initiated process instance different. can perform 1 out of following :

  1. add private variable , assign tw.system.user_loginname @ post of start. can access variable user initiated process.(it null or undefined scenario if task initiated rest api or uca.)

  2. place tracking group after start event . add input variable username , assign value same tw.system.user_loginname. whenever process started entry inserted db table.you can retrieve value view in performancedb.

also there might table ,logging process instances details , can find user_id directly.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -