Deploying a Project
After you have developed an application, and resolved all issues highlighted in the Problems view, its constituent elements must be deployed to the BPM runtime so that the application can be run.
The projects for your business application must be deployed to the BPM runtime in the correct order of dependency, that is, if "Process Project A" uses data defined in "Data Project X", then "Data Project X" must be deployed first in order for deployment of "Process Project A" to succeed.
In general, the correct order of deployment is as follows:
- Organization projects
- The Work list facade project
- Business data projects (in their own interdependency order)
- Global Signal projects
- Business Process projects (in their own interdependency order)
Note that REST Service projects do not require deployment to the BPM runtime.
You can view a visual representation of your projects using the "View Dependencies" option from the project explorer context menu (see Using the Dependency Viewer).