Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
PluginDescribeResult.ParameterType Enum
Specifies the data types of input and output parameters of the Process.PluginDescribeResult class.
Enum Values
The following are the values of the Process.PluginDescribeResult.ParameterType enum.
| Value | Description |
|---|---|
| BOOLEAN | A value that can only be assigned true, false, or null. |
| DATE | A value that indicates a particular day. |
| DATETIME | A value that indicates a particular day and time, such as a timestamp. |
| DECIMAL | A number that includes a decimal point. Decimal is an arbitrary precision number. |
| DOUBLE | A 64-bit number that includes a decimal point. |
| FLOAT | A floating point number. |
| ID | Any valid 18-character Lightning Platform record identifier. |
| INTEGER | A 32-bit number that doesn’t include a decimal point. |
| LONG | A 64-bit number that doesn’t include a decimal point. |
| STRING | Any set of characters surrounded by single quotes. |
| TIME | A value that indicates a particular time. |