April 2012
Intermediate to advanced
512 pages
9h 39m
English
Your BPM process can invoke other processes and services in many ways. It could be messages, send or receive tasks, signals, calls, service tasks, and so on. Generally, it's the operations used to communicate with other process or service. It could be synchronous or asynchronous.
You have the SaveQuote service, which you have used up until this point, to save quote information to a file location. It's an asynchronous service that you have created. You will learn to use the message throw event to invoke this service and a message catch event to receive a call-back of the asynchronous service.
In this section, you will learn to invoke an asynchronous service using message events:
Read now
Unlock full access