Types of Processes

<Short Description>

Processes are of two main types, public and private.

Public Processes

A public process can be added to a process agent in CDD and deployed. Public processes are often instantiated by the arrival of a message at a TIBCO BusinessEvents destination, which causes an instance of a process and run the process.

Private Processes

Private processes are only used within a public process. They can be called using a call activity or they can be triggered by an error, or other situation.

Private processes can be shared by multiple public processes.

Private processes are automatically deployed when a public process that references them is deployed. All private processes are deployed.