Chapter 3. Process Deployment and Testing
In this chapter, we will look at how developers build, deploy, test, analyze, and debug the process. Once you have completed the implementation tasks, you would want to deploy and test the project before you roll it out into the test/production environment. You can deploy your project as an SOA Composite application from BPM Studio, EM Console, or Business Process Composer.
This chapter will focus on deployment tasks such as:
Connecting to Application Server running SOA Suite
Making/Compiling a BPM Project
Deploying the Project
Testing Process: Triggering the Process
Analyzing Process Instance
Debugging the Process
Introduction
BPM Deployment is the process of transferring an Oracle BPM project from the development environment to the runtime environment. This can be either a testing or production runtime environment. After finishing the integration of business processes with backend systems and reusable services, process developers create and compile a working...