# IbmWorkloadSchedulerApi.Process

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the Process. Can be up to 150 chars. | 
**description** | **String** | Description of Process. | [optional] 
**processlibraryid** | **Integer** | Id of the ProcessLibrary which the Process refer to | 
**processstatus** | **Boolean** | Identify the status of the Process. If the Process is active, is true, false otherwise. | [optional] 
**validfrom** | **Date** | The date from which the Process is valid. (ISO 8601 UTC) | [optional] 
**validto** | **Date** | The date until the Process is valid. (ISO 8601 UTC) | [optional] 
**tagline** | **String** | tagLine of the Process. | [optional] 
**owner** | **String** | The owner of the Process | [optional] 
**triggers** | [**[Trigger]**](Trigger.md) | List of the trigger active on the Process. In each Trigger one between DailyTriggerProperty, MonthlyTriggerProperty, WeeklyTriggerProperty, OneTimeTriggerProperty, FileCreateTriggerProperty, FileDeleteTriggerProperty, FileModifiedTriggerProperty must exists. | [optional] 
**steps** | [**[Step]**](Step.md) | The step&#39;s list referred to the Process. At least one step is required to enable the Process. For each instance of Step, one only property must be set between commandStep, databaseStep, customStep, fileTransferStep, javaStep, jsr352JavaBatchStep, mqStep, mqttStep, oozieStep, remoteCommandStep, restfulStep, openWhiskStep or cloudantStep. | [optional] 
**jobstreams** | [**[Jobstream]**](Jobstream.md) | List of the jobstreams list referred to the Process. This is an internal information. | [optional] 
**variables** | [**[Variable]**](Variable.md) | List of the variables list referred to the Process. | [optional] 
**lastrunresult** | **Integer** | The result of the last run | [optional] 
**nextruntime** | **Date** | The next runTime of the Process | [optional] 
**creationdate** | **Date** | The creationDate of the Process | [optional] 
**lastmodifiedtimestamp** | **String** | The Timestamp of the last change | [optional] 
**lastrundate** | **String** | The date of the last run of this Process | [optional] 
**variabletable** | **String** | The variable table referred to this Process. Internal information. | [optional] 
**enhancedprocess** | **Boolean** | To know if the Process is enhanced or not | [optional] 
**rerunaction** | **String** | Rerun action for this Process | [optional] 
**timezone** | **String** | The timezone of the Process | [optional] 
**objecttype** | **String** | The type of the object(Process or synchGroup) | [optional] 
**id** | **Integer** | The id of the item | [optional] 


