Skip to main content
Nintex Community Menu Bar

How to Implement external data exchange in k2 ? Map the same one implied in WF

  • May 18, 2009
  • 2 replies
  • 10 views

Forum|alt.badge.img+11

hi


How do we map things that are in WF like CallExternalMethodActivity,HandleExternalEvent to k2

2 replies

Forum|alt.badge.img+9
  • Nintex Partner
  • May 18, 2009

 In K2 if you are looking to invoke some interaction with an external system and then have the external system call back to K2 when it is complete; this is done via an Asynchronous Server Event.  KB 272 (http://kb.k2workflow.com/articles/kb000272.aspx) provides some details on how to configure one.

 


Forum|alt.badge.img+11
  • Author
  • May 28, 2009
is there a complete example of how this works. for both callexternalmethod activity and handleexternalevent.