aap_get_workflow_template
Obtain full workflow template details from Ansible Automation Platform via ID, including node structure and node count, for effective automation oversight.
Instructions
Get full details of an AAP workflow template including node structure.
Args: params (GetWFTInput): - workflow_id (int): Workflow template ID
Returns: str: JSON with workflow details and node count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |