Doorgaan naar hoofdcontent

Posts

Posts uit juli, 2011 tonen

Cordys - Designing short lived processes

When designing short lived processes you have to watch out. An example short lived process with several different types of activities. Within a process you can use several Activities: Calling a subprocess within the same package Calling a subprocess within another package A webservice call: - A runtime reference webservice call - A UDDI webservice call - A webservice call (drag-and-dropped from another package) Execution The short lived process is executed within a BPM service container and uses a thread for it. It holds the http connection for this call. However be aware that the runtime behavior of the 3 activities is different. Another BPM process can be executed within the same service container and on the same thread Same as 1) A webservice call is done through the Bus again and Cordys does not know where the call will be executed eventually. Note that this can be the SAME service container as the one, where the current short lived process is executed. Anothe