Create a decision table in a subflow

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:5分
  • Create a decision table structure while you author your flow in Workflow Studio. Use data from the subflow to create inputs, conditions, and results for the decision table, all in a convenient modal.

    始める前に

    Role required: admin, decision_table_admin, flow_designer, or delegated developer permissions

    このタスクについて

    Creating a decision table in-line in a subflow only creates the structure of the table with inputs, conditions, and results. To complete the table by adding the actual decision rules, you must open and edit the decision table in its own tab.

    This video shows the process of creating a decision in a subflow.

    手順

    1. Navigate to All > Process Automation > Workflow Studio.
    2. On the homepage, select Subflows.
    3. Select a subflow.
    4. Set Subflow Inputs & Outputs for your subflows.setting inputs and outputs
    5. Under Actions, select Flow Logic.
    6. Under Actions, select Flow Logic.
    7. Select Make a Decision.
    8. In the Decision Label field, enter a unique label for the decision.
    9. In the Decision Table field, select the Create new record (Create new record icon.) button.
      In the Create decision table modal, on the Set Properties page, two editable fields are populated from your subflow.
      表 : 1. Set Properties
      Field Description
      Decision table name Unique name for the table. This name is populated from the Decision Label.
      Application Application where the decision table lives. The application is populated based on the application that the subflow is in.
    10. Select Next.
    11. Select Add input to add inputs to the decision table.
      Inputs are the variables that define the type of data the decision table looks for making decisions. When creating a decision table in a subflow, you can add inputs directly from the data in the subflow. For more information about the types of inputs you can add, see Create decision tables in Workflow Studio.
      注:
      Some inputs must be added or adjusted when you open the decision table to populate its values.
      • If you want to add inputs of type Reference to this decision table, you must do that when you open the decision table in its own tab.
      • If you want to add inputs of type Choice in this modal, the choices themselves don’t appear when you begin editing the decision table on its own. You must add them manually, because choice options are based on the scope you're in. For example, if you add a Priority field with Choice as the type, the options for priority (Low, Medium, High, and so on) aren’t added automatically. You can add them when you open the decision table to populate its values.
    12. Select Next.
    13. Select Add Result Column to begin adding the result columns to your table.
      Results are the outputs your decision table returns when certain conditions are met.
    14. オプション: Add any additional configurations required for the result type that you selected.
    15. Select Create and Open.
      The decision table opens in its own integrated tab within Workflow Studio. You can edit any part of the table here, including adding Reference type filters to the inputs or results.

      Condition columns are added to the decision table based on corresponding input fields.

    16. Complete the decision table by adding decision rules to the condition columns and result values.
    17. Select Save.
    18. オプション: In your original subflow, review and test the decision to make sure it produces the expected results.
    19. Select Done.