Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.39 KB

component-define-standalone.adoc

File metadata and controls

24 lines (20 loc) · 1.39 KB

Defining a standalone component logic

Standalone components are the components without input or output flows. They are designed to do actions without reading or processing any data. For example standalone components can be used to create indexes in databases.

Before implementing the component logic and defining its layout and configurable fields, make sure you have specified its basic metadata, as detailed in this document.