| string | String data type |
| number | Integers data type |
| date | Date data type |
| decimal | Decimal numbers data type |
| file | A raw file from storage |
| process | A business unit from possibly another project / sub projects |
| document | A document data type |
| boolean | True / False |
| list of strings | List of strings data type |
| list of decimals | List of decimal numbers data type |
| list of numbers | List of integer number data types |
| list of files | List of raw files from the storage |
| list of processes | List of other business units from other project / sub projects |
| list of documents | List of documents data type |