Start IPC as another user

  • 15 March 2016
  • 1 reply
  • 1 view

Badge +10

Hi all,

 

Looking for you advice and suggestions to this issue. I have a parent process with an activity at the end when 5 destination users. I would like to start an IPC for each destination. It does this fine, however the originator of all five processes that are started is the service account. How do I make it so that the IPC is started as the destination users? So that all five IPC process would have five different originators.

 

Thanks in advance.

 


1 reply

Badge +10

Hi all, 

 

If anyone is looking for something similar. I have a workaround for this issue. I wrote a custom start process and unpause process methods. The start method that takes the fqdn of the person you want to start the process as and impersonates so the process is started as them. I then call this in the parent process and then pause the parent process. I also pass in the parent process serial number. Once the child is complete it will then unpause the parent process using that serial number.

 

Hope that helps

Reply