# IbmWorkloadSchedulerApi.Step

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | The id of the Step | [optional] 
**name** | **String** | The name of the step (Read-only) | [optional] 
**processId** | **Integer** | The ID of the process the step belongs to | [optional] 
**sequenceNumber** | **Integer** | The sequence number identifies the sequence of the step | [optional] 
**jobDefinitionId** | **String** | Internal. It identifies the associated job definition on the Workload Scheduler engine | [optional] 
**commandStep** | [**CommandStep**](CommandStep.md) |  | [optional] 
**databaseStep** | [**DatabaseStep**](DatabaseStep.md) |  | [optional] 
**customStep** | [**CustomStep**](CustomStep.md) |  | [optional] 
**fileTransferStep** | [**FileTransferStep**](FileTransferStep.md) |  | [optional] 
**javaStep** | [**JavaStep**](JavaStep.md) |  | [optional] 
**jsr352JavaBatchStep** | [**JSR352JavaBatchStep**](JSR352JavaBatchStep.md) |  | [optional] 
**mqStep** | [**MQStep**](MQStep.md) |  | [optional] 
**mqttStep** | [**MQTTStep**](MQTTStep.md) |  | [optional] 
**oozieStep** | [**OozieStep**](OozieStep.md) |  | [optional] 
**remoteCommandStep** | [**RemoteCommandStep**](RemoteCommandStep.md) |  | [optional] 
**restfulStep** | [**RestfulStep**](RestfulStep.md) |  | [optional] 
**openWhiskStep** | [**OpenWhiskStep**](OpenWhiskStep.md) |  | [optional] 
**cloudantStep** | [**CloudantStep**](CloudantStep.md) |  | [optional] 


