[en] Naming Conventions
[en] 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.
[en] Process Name and Basic Information
[en] 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:
[en] Process Content
[en] This section outlines best practices for naming Lambda variables, functions, and their parameters.