Use decision tables
Decision tables built in Workflow Studio are executed in flows with flow logic or in scripts with API calls.
Although decision tables are built in Workflow Studio, the actual execution of the decision takes place in other applications. Keeping decision actions separate from these applications allows the decisions to be reused and called when needed.
Decision tables in flows
In Workflow Studio, decisions are executed as part of the Make a decision flow logic. For more information, see Make a decision flow logic.
Decision tables in APIs
In scripts, decision tables are executed using API calls to the decision table with the GetDecision() or GetDecisions() methods from the DecisionTableAPI. For more information, see DecisionTableAPI - Scoped, Global.