AWX jobs are executions of AWX jobs templates, in the same way as Ansible runs are executions of Ansible playbooks.
When you launch a job, you'll see a window just like the following one:
This is the AWX version of the output of Ansible, when run on the command line.
After a few seconds, in the right-hand grey box a very familiar output will start to pop out, since it's exactly the same stdout of Ansible, just redirected there.
If later you click on Jobs on the left menu bar, you will find yourself on a different screen, listing all previously run jobs:
As you can notice, we have two jobs that have been executed, while we've only executed the Demo Job Template. This is because the Demo Project has been pulled before and due to the Demo Job Template execution. This allows the operator to be always comfortable to run a job, knowing that it will always...