| Name | Type | Description | Notes | 
|---|---|---|---|
| name | str | Name of the command step process. | [optional] | 
| id | int | Id of the command step process. | [optional] | 
| program | str | The executed program command. | [optional] | 
| args | str | JSON-encoded list of program arguments. | [optional] | 
| stdout | str | Last lines of the executed program's standard output. | [optional] | 
| stderr | str | Last lines of the executed program's standard error. | [optional] | 
| exit_code | int | The executed program's exit code. | [optional] |