Skip to main content
Nintex Community Menu Bar

How to get ProcessOriginatorManager from IPC Event

  • December 11, 2008
  • 2 replies
  • 15 views

Forum|alt.badge.img+2

Hi all,

I have main Process include IPC Event.

In main Process, I  can set ProcessOriginatorManager and got it.

But in IPC Event, in Destination User, i set ProcessManagerOriginator, but i can't get it.

Who can share your experience about this?

Thanks alot,

2 replies

Forum|alt.badge.img+4
  • December 19, 2008

When configuring the IPC event in the main process, ensure that the IPC process is being started using the credentials of the originator. This should then set the originator of the child process to the originator and therefore set the ProcessOriginatorManager.


 


Alternatively you can create a data field (string) on the child process. Then configure the IPC event to pass the ProcessOriginatorManager value to the data field of the child process. Then use the data field in your destination rule.


Forum|alt.badge.img+6
  • December 26, 2008

We are facing the same problem but with the EMAIL of the ProcessOriginatorManage. 

 

We want to create a mail event and assign the mail for the ProcessOriginatorManager and we are not able to do it since we are getting build error.

 

Can anyone suggest a solution ??

 

Thanks