validate_clone_workflow
Validate whether a Consumption Logic App workflow can be cloned to a Standard Logic App. Identifies unsupported operations and compatibility issues before cloning.
Instructions
Validate if a Consumption Logic App workflow can be cloned to a Standard Logic App without actually performing the clone. This checks for unsupported operations, connection compatibility, and other potential issues. Use this before clone_workflow to identify any problems that need to be addressed.
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') |