Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Process template management : Working with dynamic process templates
 

Working with dynamic process templates

Each process instance is a self-contained unit and can be modified dynamically at runtime without modifying the process template. For each modified process instance, a dynamic process template is created. It remains active as long as the process instance is active, and is removed after the completion of the process instance.
BP Server provides no direct BP Server API to access the dynamic process template. You can access the dynamic ProcessTemplate by invoking the following API on the ProcessInstance SVO.
*public ProcessTemplate getProcessTemplate()
For more information, refer to Working with dynamic process instances.