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

# Execute Workflow

> Call another workflow

# Execute Workflow

Call another workflow

## Properties

| Property   | Value            |
| ---------- | ---------------- |
| **Type**   | execute-workflow |
| **Family** | Platform         |
| **Group**  | General          |

## Parameters

| Name       | Label       | Type   | Description                     | Required |
| ---------- | ----------- | ------ | ------------------------------- | -------- |
| workflowId | Workflow ID | String |                                 | Yes      |
| payload    | Payload     | JSON   | Payload to send to the workflow | No       |

## Outputs

| Name        | Label       | Type   | Description            |
| ----------- | ----------- | ------ | ---------------------- |
| workflowId  | workflowId  | string | Target workflow ID     |
| executionId | executionId | string | Triggered execution ID |
