Skip to main content
Nintex Community Menu Bar

Is there an example of an Activity that Responds to an external event?

  • July 9, 2009
  • 5 replies
  • 19 views

Forum|alt.badge.img+11

Hi


i was looking for an example for an Activity that Responds to an external event? is there one yet.

5 replies

Forum|alt.badge.img+8
  • July 9, 2009
Bashar, are u talking about triggering a process for an external activity that has no connection with bp

Forum|alt.badge.img+9
  • Nintex Partner
  • July 10, 2009

Bashar,


I think what you'll want to investigate is Asynchronous Server Events.  There is a KB (#272; http://kb.k2workflow.com/articles/kb000272.aspx) that covers this. 


Below is an excerpt from the KB:


"Asynchronous Server Events provide a mechanism for stopping process flow to wait for an external application to programmatically finish the server event before process flow resumes. They behave similar to client events, the difference being that asynchronous server events expect “machine” input from an external system or application, whereas a client event expects “user” input in the form of one or more destination users executing an action against a worklist item associated with the client event."


Forum|alt.badge.img+11
  • Author
  • July 10, 2009
i am talking about an activity that is started the send a request for an external entity and waits for the response. I hope this is clear

Forum|alt.badge.img+6
  • July 10, 2009

The Kb article pointed by BOB is your solution.


You can find some other threads talking about that :


http://www.k2underground.com/forums/post/27593.aspx


http://www.k2underground.com/forums/thread/21205.aspx


HTH


Forum|alt.badge.img+11
  • Author
  • July 11, 2009
many many thanks to all