Get Workflow Definition
get-workflow-definitionRetrieve classic workflow XAML definitions and structured summaries from PowerPlatform/Dataverse. Access automation logic by workflow ID to analyze technical configuration and implementation details.
Instructions
Get a specific classic workflow with its complete XAML definition or a structured summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID (GUID) | |
| summary | No | Return a parsed summary instead of raw XAML (default: false) | |
| environment | No | Environment name (e.g. DEV, UAT). Uses default if omitted. |