Constructor
new Parameter(name, schema, description, defaultValue)
Creates a new process parameter.
Parameters:
| Name | Type | Description | 
|---|---|---|
name | 
            
            string | Name of the parameter.  | 
        
schema | 
            
            object | string | The schema for the parameter. Can be either an object compliant to JSON Schema or a string with a JSON Schema compliant data type, e.g.   | 
        
description | 
            
            string | A description for the parameter  | 
        
defaultValue | 
            
            * | An optional default Value for the parameter. If set, make the parameter optional. If not set, the parameter is required. Defaults to   | 
        
- Source: