Skip to main content

ActionExecuted.action_metadata_logs

ActionExecuted.action_metadata_logs: list[file]
List of paths to log files

ActionExecuted.command_line

ActionExecuted.command_line: list[str]
The command-line of the action, if the action is a command.

ActionExecuted.exit_code

ActionExecuted.exit_code: int
The exit code of the action, if it is available.

ActionExecuted.failure_detail

ActionExecuted.failure_detail: None | failure_detail
Only populated if success = false, and sometimes not even then.

ActionExecuted.primary_output

ActionExecuted.primary_output: None | file
Primary output; only provided for successful actions.

ActionExecuted.stderr

ActionExecuted.stderr: None | file
Location where to find the standard error of the action (e.g., a file path).

ActionExecuted.stdout

ActionExecuted.stdout: None | file
Location where to find the standard output of the action (e.g., a file path).

ActionExecuted.success

ActionExecuted.success: bool

ActionExecuted.type

ActionExecuted.type: str
The mnemonic of the action that was executed