clone_workflow
Clone a workflow from Consumption to Standard Logic App by copying its definition. Validate compatibility before cloning.
Instructions
Clone a Consumption Logic App workflow to a Standard Logic App. IMPORTANT: Always run validate_clone_workflow first to check for compatibility issues before cloning. This copies the workflow definition from a Consumption Logic App to a new workflow in an existing Standard Logic App. The target Standard Logic App must already exist and the target workflow name must not already exist. Connections will need to be reconfigured after cloning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Source Consumption Logic App subscription ID | |
| resourceGroupName | Yes | Source Consumption Logic App resource group name | |
| logicAppName | Yes | Source Consumption Logic App name | |
| targetSubscriptionId | No | Target Standard Logic App subscription ID (defaults to source subscription if not provided) | |
| targetResourceGroupName | Yes | Target Standard Logic App resource group name | |
| targetLogicAppName | Yes | Target Standard Logic App name (must already exist) | |
| targetWorkflowName | Yes | Name for the new workflow in the Standard Logic App | |
| targetKind | No | Workflow kind for the target (default: 'Stateful') |