Skip to main content

Veritran Docs

Naming Conventions

This section outlines best practices for naming processes, variables, functions, and their corresponding parameters, as well as the data provided within a process. Using clear names makes it easier to quickly identify the purpose of a process or element within the process, and facilitates the understanding of the underlying logic.

Process Name and Basic Information

The name, description, and tags of a process make up its main identity. Below, you will find best practices to apply when defining these elements:

Process Content

This section outlines best practices for naming Lambda variables, functions, and their parameters.