fmctjasy.cxx


Abstract This example demonstrates how to use asynchronous API calls. 

It shows an asynchronous call by requesting the execution of a process instance. It then shows how the response for this request can be received and analyzed later.

This example shows ...
  • How to issue the asynchronous FmcjProcessTemplate::ExecuteProcessInstanceAsync() call. 
  • How to receive a response for a request, that is, an FmcjExecutionData object.
  • How the response can be analyzed, especially, how to determine whether the process instance execution performed successfully.
You can use this example to ...
  • Create and execute a process instance asynchronously.
  • Receive any data sent by the Execution Server and to display the corresponding information.
Minimum MQWF version required
  • V3.2.2
View source code  fmctjasy.cxx


[ Back to C++ index ]