IPC bindfields

  • 6 April 2007
  • 2 replies
  • 0 views

Badge +5
Hello,

I have a repeating call of an activity that contains an IPC event (to create multiple dynamic destinations)

Is it somehow possible to check in the IPC event for the contents of a datafield (that is updated in the destination event of the activity) to check which xmlfields should be passed to the subprocess ?

2 replies

Badge +3
Hi,

Not sure if this is exactly what you mean; but if you edit the event properties and click Generate Code then select Use Code you will be able to add custom code to the top of the pre-configued IPC event, here you can check your datafields.

Hope that's of some help. If not please clarify your problem.

Ashley
Badge +9

Assuming that the subprocess has the appropriate fields inplace, this should be possible if you are willing to edit the generated IPC Event code and write this checking and dynmaic setting logic yourself.

Reply