Decision services from the embedded build service
Decision services can be built and deployed in the embedded build service when you trigger it from Decision Designer. These decision services are deployed to the decision runtime for execution.
The build, deployment, and execution processes involving the embedded build service and the decision runtime are composed of a series of tasks:

- A business expert authors decision artifacts in Decision Designer and shares the decision artifacts.
- Building and deploying a decision service is triggered from Decision Designer.
- The embedded build service builds a decision service and deploys a decision service archive with
metadata to the runtime service through its REST API. Decision service archives are deployed to the
decision runtime in the deployment space ID (deploymentSpaceId) named
embedded. The decision service is ready for execution. - The client application connects to the decision runtime and calls the decision service by using the runtime REST API. For more information, see Calling decision services.