Files
awx/awx/ui/docs/JobOutput.md
2022-03-28 10:58:05 -04:00

1.2 KiB
Raw Blame History

This document is meant to provide some guidance into the functionality of Job Output and its features.

Overview of the feature/screen. Summary of what it does/is

  1. Elapsed time / unfollow button
  2. Page up and page down buttons
  3. Unique qualities of the different job types.
  • Some dont allow search by event data and thus Event is not an option in the drop down
  • Some dont have expand, collapse
  1. Differences in the output from when a job is running and when a job is complete.
  2. Which features are enabled when its running and which arent.

How output works generally.

  1. Explain the different state components
  2. Page up and page down and whats happening in the background.

Different type of job events, and how they relate to the state object

  1. Tasks
  2. plays
  3. events

Non-standard cases

  1. When an event comes into the output that has a parent, but the parent hasnt arrived yet.
  2. When an event that has children arrives in output, but the children are not present yet

Expand collapse a single event- how it works and how it changes the state object

Expand collapse all- how it works and how it changes the state object

  1. During job run
  2. After job run