ActionExecuted.action_metadata_logs
List of paths to log files
ActionExecuted.command_line
The command-line of the action, if the action is a command.
ActionExecuted.exit_code
The exit code of the action, if it is available.
ActionExecuted.failure_detail
Only populated if success = false, and sometimes not even then.
ActionExecuted.primary_output
Primary output; only provided for successful actions.
ActionExecuted.stderr
Location where to find the standard error of the action (e.g., a file path).
ActionExecuted.stdout
Location where to find the standard output of the action (e.g., a file path).
ActionExecuted.success
ActionExecuted.type
The mnemonic of the action that was executed

