---
title: "Recipe Function"
slug: "recipe-function"
tags: ["Call Recipe", "Requirements"]
updated: 2025-12-23T11:54:23Z
published: 2025-12-23T11:58:53Z
canonical: "help.symphonysummitai.com/recipe-function"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.symphonysummitai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipe Function

Recipe Functions - Call Recipe Function Asynchronously

This action invokes a recipe function and immediately moves to the next step in the recipe. Asynchronous calls are beneficial when subsequent steps do not rely on the outcome of the recipe function's execution.

For workflows that include follow-up steps after lengthy asynchronous calls, use the "Wait for async calls" action to ensure all asynchronous processes are completed before proceeding.

## Requirements

To use this action, a Recipe Function is required. This function is a recipe that utilizes the **Recipe Functions - New Function Call Trigger** and can be invoked from other recipes.

## Limitations

When executing this action, consider the following technical guidelines:

- Calls are not executed in a guaranteed order. If your workflow requires sequential execution, use the **Recipe Functions - Call Recipe Function (Synchronous)** action instead.
- This action does not generate output results. Since asynchronous calls do not wait for a response, no result data is returned.
- If your workflow requires data from an asynchronously called recipe function, consider using **Lookup Table** actions as a workaround.

## Input

| Field | Description |
| --- | --- |
| Recipe Function | Select from a list of recipe functions in your workspace. |
| Recipe input | The fields defined in the selected Recipe functions input schema. |
| Connection overrides | Applicable only if the Runtime user connections setting is enabled in the selected Recipe function. Specify the name or ID of the connection to use when the recipe is run. |

## Output

| Field | Description |
| --- | --- |
| Job ID | The ID of the created job |
| Job URL | The URL of the created job |
| Result | The Recipe functions Response Schema configuration |

### [**m**](https://docs.workato.com/features/conditions.html#examples-12)

## Reference

![](https://cdn.document360.io/62351b42-cfbd-43ad-8ce1-82b8f455337f/Images/Documentation/agreement_7026105.png) **Documentation**

[Recipe Function](https://docs.workato.com/en/recipes/steps.html#call-recipe-function-action)
