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