workflow_automation_management
Manage workflow templates, nodes, schedules, and notifications to automate and orchestrate processes in Ansible Automation Platform.
Instructions
Workflow and automation management tool. Handles workflow templates, nodes, schedules, and notifications.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: list_workflows, create_workflow, launch_workflow, list_workflow_nodes, create_workflow_node, link_workflow_nodes, unlink_workflow_nodes, delete_workflow_node, create_sequential_workflow, create_complete_workflow, list_schedules, create_schedule, update_schedule, list_notifications | |
| workflow_id | No | Workflow job template ID | |
| workflow_job_id | No | Workflow job ID | |
| node_id | No | Source workflow job template node ID | |
| target_node_id | No | Target workflow job template node ID to link | |
| link_type | No | Link type: success, failure, always | |
| schedule_id | No | Schedule ID | |
| notification_id | No | Notification template ID | |
| workflow_data | No | Workflow data | |
| node_data | No | Workflow node data | |
| job_template_ids | No | List of job template IDs for sequential workflow | |
| schedule_data | No | Schedule data | |
| notification_data | No | Notification data | |
| survey_data | No | Survey specification data for complete workflow creation | |
| filters | No | Filters for listing |