Class TaskExecution (0.17.18)

TaskExecution(mapping=None, *, ignore_unknown_fields=False, **kwargs)

This Task Execution field includes detail information for task execution procedures, based on StatusEvent types.

Attributes

Name Description
exit_code int
When task is completed as the status of FAILED or SUCCEEDED, exit code is for one task execution result, default is 0 as success.
stderr_snippet str
Optional. The tail end of any content written to standard error by the task execution. This field will be populated only when the execution failed.