Árvore de páginas

  • Adapters: are JAVA components responsible for platform communication with the application to be run. The applications can use standard adapters, which will be released in platform and will have the regular support process or they can be adapters developed under demand for varied applications.
    • CommandLine – allows the use of any application through the command line. This adapter has the standard parameter "WORKDIR", which has the same function of "Start in" in Windows shortcuts.
    • Web – allows the use of Web applications. This adapter has the standard parameter "TARGET", which allows you to define the window where the page will be opened.
  • Datasets: are components that allow standardizing access to information from locations external to the platform, such as applications and databases. High-performance datasets have a data storage cache obtained externally, which aims to reduce the number of accesses to external data services, that is, it creates a copy of the data structure within the platform for query, enhancing the performance of the datasets developed on the platform. Therefore, the data is queried on the platform itself, preventing access to data in the external provider system in every request.
  • Operationsenables the registration of service operations, so that users can use the operations of services in integrations.
  • Services: Services allow you to safely access features and services outside the platform, using the authentication protocols OAuth 1, OAuth 2, and Basic authentication
    This feature allows you to register and configure services. For more technical and detailed information, see REST Services client authorization.
  • Servers: This feature allows you to register servers and export pages from one server to another without having to download and import files. To register servers, create a specific OAuth Key for servers and an Application User with platform administrator permissions, both for the target server.
  • Form themes: Form Themes are styles that can be applied to forms created in processes to customize its appearance. By using this functionality you can add and manage the form themes of processes. It is possible to define which themes are active and available for use, as well as to define a default theme to be used for all new forms created.


Please note!

This documentation is valid from the Lake (1.7.0) update. If you use a previous update, it may contain information different from what you see on your platform.