aap_create_workflow_template
Create a new Ansible Automation Platform workflow template with optional variables and launch settings. Returns the created workflow ID and name.
Instructions
Create a new AAP workflow template.
Example: "Create a workflow that provisions EC2 and configures Apache" Note: After creation, use the AAP UI or API to add workflow nodes.
Args: params (CreateWFTInput): Workflow template configuration.
Returns: str: JSON with created workflow id and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |