Packaging and deploying decisions
Decisions are packaged as an archive containing all of the information and decision logic that the runtime environment needs. This section shows how to prepare and deploy such an archive on the runtime.
Single-click deployment
When Decision Designer is installed, as part of the Cloud Pak installation procedure, a development runtime is also installed and configured in an OpenShift cluster. Decision Designer is preconfigured so that it can connect to this runtime and interact with it. This enables a simple experience by which any decision artifact can be deployed right away to this runtime environment for execution. This runtime is exactly the same as would be running in other environments, such as performance testing, pre-production, or even production. This gives confidence to authors that if their decision artifacts are behaving as expected in this runtime, they would behave the same way in higher environments.
Moreover, this also allows...