aap_launch_workflow
Launch an Ansible Automation Platform workflow template by ID. Pass optional variables or host limits to control execution and get the job ID and status.
Instructions
Launch an AAP workflow template.
Example: "Launch the Redis production workflow"
Args: params (LaunchWorkflowInput): - workflow_id (int): Workflow template ID - extra_vars (Optional[str]): Variables to pass - limit (Optional[str]): Host limit
Returns: str: JSON with workflow job id, status, and monitoring tip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |