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 :
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.)
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
Post a Comment