ansible/awx

awx workflow_jobs monitor does not show approval nodes

Open

#7,558 opened on Jul 6, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (3,333 forks)batch import
component:clihelp wantedtype:bug

Repository metrics

Stars
 (13,071 stars)
PR merge metrics
 (Avg merge 24d 6h) (30 merged PRs in 30d)

Description

ISSUE TYPE
  • Bug Report
SUMMARY

while testing out https://github.com/ansible/awx/pull/6790 I noticed that a workflow that has a approval node does not show this in the monitor output.

 awx workflow_jobs monitor 33
------Starting Standard Out Stream------
Launching foo...
 ↳ 34 - ansible-examples.git (git) successful
 ↳ 36 - JobTemplate - AgentBuyer鈑 successful
 ↳ 35 - inventory-aws - inventory-aws successful
------End of Standard Out Stream--------

hangs out until the approval nodes does exit either by approving, denying or timing out (probably because workflow itself shows itself as not done) but does not show that it is waiting on an approval node.

Contributor guide