aap_list_running_jobs
List active jobs in Ansible Automation Platform, with an option to include workflow jobs for complete visibility into running automation.
Instructions
List all currently running jobs in AAP.
Args: params (ListRunningJobsInput): - include_workflow_jobs (bool): Also show running workflow jobs
Returns: str: JSON with list of running jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |