# Decision Models by Workato connector - Make a decision action

The Decision Models by Workato connector allows you to use the Make a decision action to call an existing decision model from a recipe. This behavior is similar to the Recipe functions connector, which calls an existing recipe. The decision model uses business logic to process the Input values you provide and returns the results for use in downstream recipe steps.

# Input

Input field Description
Model name Select the model to call.
Input values Provide values for the model's input fields. Refer to Create an input field to configure a model's input schema.

# Output

Output field Description
Output Contains fields defined in the model's output schema. The business logic of the model determines the values in these fields. Refer to Configure output fields to configure a model's output schema.
Visited Contains the following information about each decision table or conditional node that was processed:

  • ID: The unique identifier for the node.
  • Input: Contains the fields that were passed to the node and their values.
  • Name: The name of the node.
  • Output: Contains the fields that were output by the node and their values.


Last updated: 3/31/2026, 5:58:43 PM