Getting started tutorial and samples

Follow a tutorial to get experience with Operational Decision Manager in a container environment. Take advantage of samples for Operational Decision Manager Decision Center.

Getting started with Operational Decision Manager

This tutorial is for technical and business users who want an introduction to authoring and management business rules in Operational Decision Manager in a container environment. The tutorial is available on GitHub at Getting Started with IBM® Operational Decision Manager for Containers External link opens a new window or tab.

Code samples

The IBM Operational Decision Manager (ODM) Samples for Container Environments External link opens a new window or tab repository contains code samples that showcase the capabilities of Operational Decision Manager in containerized environments. The samples show best practices for deploying, managing, and customizing Operational Decision Manager in both development and production scenarios.

IBM Operational Decision Manager for Developers External link opens a new window or tab
Explore Operational Decision Manager in Docker environments for development and evaluation purposes.
IBM Operational Decision Manager for Developers on Certified Kubernetes External link opens a new window or tab
Run Operational Decision Manager on certified Kubernetes environments for development and evaluation.
IBM Operational Decision Manager for Production on Certified Kubernetes External link opens a new window or tab
Deploy Operational Decision Manager on certified Kubernetes environments for production use.

Samples for Decision Center

The Decision Center Samples External link opens a new window or tab Github contains projects that provide detailed instructions and source code for you to implement certain operations.

Custom Value Editor External link opens a new window or tab
This sample demonstrates how to integrate a custom value editor into the IntelliRule editor in the Decision Center Business console.
Key tasks:
  • Implement a custom value editor.
  • Integrate the editor seamlessly with the Business console.
BOM Dynamic Domain External link opens a new window or tab
This sample shows how to manage dynamic domain values that are stored in a database within Decision Center.
Key tasks:
  • Build and deploy customizations to manage dynamic domains.
  • Update rule projects to reflect new dynamic domain values.
  • Store and update dynamic domain values in a database.
GUI Customization External link opens a new window or tab
This sample demonstrates how to customize the user interface of the Business console based on user groups.
Key tasks:
  • Add custom buttons to the toolbar and specific contexts.
  • Define new tabs and retrieve server-side data by using a Spring controller.
Webhook Notification Setup External link opens a new window or tab
This sample provides a way to send notifications from Decision Center to external systems by using webhooks.
Key tasks:
  • Configure the Webhook Notifier to send notifications to a Slack channel or a Node.js server.
  • Record and manage notifications in external systems.