IPC Server Event basics

  • 14 May 2007
  • 1 reply
  • 0 views

Badge +4
Hi All,

What is the use of IN , OUT , IN/OUT Direction and what do they imply ?

Does it mean that values are passed from Parent process to child or vice-versa ?

1 reply

Badge +11
From the Help file:

In
This option will send the Process Data from the child workflow process to the parent workflow process.
Note: This will only update the parent process data fields in the case of a Synchronous IPC event

Out
This option will send the Process Data from the parent workflow process to the child workflow process

In/Out
This option will send the Process Data in both directions.

- Ockert

Reply