# IbmWorkloadSchedulerApi.ProcessHistoryInstance

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**status** | **Integer** | Represent the status of the instance | [optional] 
**startdate** | **Date** | The start date of the step | [optional] 
**scheduleddate** | **Date** | The date when the process was scheduled | [optional] 
**completedsteps** | **Integer** | integer of the complete Steps | [optional] 
**totalsteps** | **Integer** | integer of the total Steps | [optional] 
**elapsedtime** | **Integer** | The elapsed time from the start in milliseconds | [optional] 
**internalid** | **String** | The internal id of the process | [optional] 
**instancetype** | **Integer** | Default instance type. Internal information. It says if the istance is in the plan, or is in the history. | [optional] 
**id** | **String** | The jobstream id | [optional] 
**encodedid** | **String** | True if the ID is encoded (Base64). | [optional] 
**originalprocess** | [**Process**](Process.md) |  | [optional] 


