st2web icon indicating copy to clipboard operation
st2web copied to clipboard

Outputs from actions returning false is not shown

Open kedare opened this issue 4 years ago • 4 comments

When running an action only returning False, it doesn't show up on the Web UI (like if there was no output)

Example:

id: 5ea19d5750944905e623bb92
status: succeeded (1s elapsed)
parameters:
  container: 10.0.0.0/8
  item: 20.0.0.0/24
  item_type: network
  log_level: DEBUG
result:
  exit_code: 0
  result: false
  stderr: ''
  stdout: ''

Screenshot 2020-04-23 at 15 54 11

kedare avatar Apr 23 '20 13:04 kedare