Process and Service Process Interfaces
Process interfaces and service process interfaces specify the events and their parameters that must be present in processes created using that interface. At runtime, any of the processes that implement the interface may be chosen based on data available at that time.
The use of a process and/or service process interface allows the dynamic selection of sub-processes at runtime, allowing separation of the design-time and runtime environments.
A process interface consists of start events, intermediate events, and their associated formal parameters and errors. A service process interface is the same as a process interface, except that it also specifies a deployment target.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.