Use decision tables

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • 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.