# IbmWorkloadSchedulerApi.CommandStep

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**command** | **String** | Command to execute, or script to run | 
**agent** | **String** | Agent name where the command will run | 
**input** | **String** | Stanrdard input | [optional] 
**output** | **String** | Standard output | [optional] 
**error** | **String** | Standard error | [optional] 
**user** | **String** | Username to use to run the command | [optional] 
**workingDir** | **String** | Working directory of the process to run | [optional] 
**fileExtension** | **String** | If the command contains a script, the content of file extension will drive how the system will run the script (for windows only) | [optional] 
**password** | **String** | Password of the user | [optional] 


