Atomic Blocks
These are individual blocks based on a single Python code snippet. You can use these blocks to perform specific functions or operations in your application.
Atomic Blocks are pre-built blocks of Python-based code that can be easily added to workflows. With Atomic Blocks, users can quickly create complex workflows without having to write all the code from scratch. Each Atomic Block is designed to perform a specific task, such as data transformation or data analysis, and can be easily customized to suit the user's specific needs.
Atomic blocks properties
Core code: the atomic block function, that should be executed inpendently and with necessary imports
Action Name: the name will be the atomic block's identity
Folder: to organize your blocks you should select the folder that best suits your block
Inputs: the code inputs
Outputs: the code outputs
Last updated