How It Works
Dxn is built around a simple three-step workflow: build, deploy, and evaluate.
1. Build Your Decision Logic
Use the Policy Builder to visually create decision models in the JDM (JSON Decision Model) format. JDM is an open standard that represents decision logic as a graph of nodes — inputs, outputs, decision tables, functions, and more.
You can also author JDM files by hand and upload them directly via the API.
2. Deploy as a Policy
Once your decision model is ready, upload it to Dxn as a policy. Policies are versioned, so you can:
- Iterate on logic without affecting live integrations
- Roll back to a previous version at any time
- Manage multiple policies for different use cases
Code
Last modified on