Skip to main content
Hi all,

Is it possible to create an IPC event context from within a code module (and without creating an IPC event for an activity)?

Every activity in our processes will call a child process, and I would rather not add an IPC event to every one! I have generated the code to call the child process, but it needs to reference the IPCEventContext.

any ideas?

Michal
The only way for you to get a handle on the IPCEventContext object would be to use an IPC Event. You can still reference a code module from within an IPC event, so if you can still call your custom IPC code module from the IPC event.

You can also save a configured IPC event (read: code module referencing event) to your K2 Studio library. You can then just add the IPC event without the need to run through the whole wizard again and then having to edit the code.

Reply