I've a very simple requirement that it seems almost textbook case, but I can't seem to find it in the examples that I've found over Google or using the search function of the forums (perhaps I'm using the wrong term? "asynchronous")
Basically, I've a process that requires an execution of a remote service from my engine but it's asynchronous in nature. Meaning, the expected response will come back through a later session (in this case through a queue). I can handle the message transport no problem, but 1) I don't know what components in the BPMN diagram to use to model this and 2) obviously depending on which components I use, what methods to invoke in the RuntimeService to invoke to continue the process from where it stopped.
If there a cookbook of examples somewhere?