| Workspace | A collaborative environment for organizing and managing applications and workflows. |
| Application | A container within a workspace that holds workflows, resources, and schemas. |
| Workflow | A sequence of steps designed to complete a process or achieve a business goal. |
| Activity | A fundamental task or operation within a workflow, like data entry or API requests. |
| Variable | Configurable parameters used for dynamic data storage and workflow customization. |
| Trigger | An event or condition that initiates a workflow, such as time-based or user actions. |
| Schema | Defines the data structure, including fields and data types, used in workflows. |
| Resource | External configurations or connections (e.g., Auth, ABS) used in workflows. |
| Subflow | A reusable sequence of steps within a larger workflow to modularize complex tasks. |
| Mapper | Transforms and maps data between different formats or structures within workflows. |
| Mapper Function | Performs data transformations using built-in functions for complex data mappings. |
| Webhook | Enables real-time communication by sending HTTP requests when specific events occur. |
| Error Handling | Manages and responds to errors within workflows for robust and resilient execution. |
| Lookup Table | A key-value data structure for efficient data retrieval and mapping in workflows. |
| Transition Line | Connects activities in a workflow, with optional conditions to control flow logic. |
| API Manager | Manages API collections, access profiles, and secure API tokens for integrations. |
| Secret Manager | Secures sensitive information, such as API keys, that supports environment-specific storage. |
| Publish | Creates a specific version of the workflow, making it ready for deployment. |
| Deploy | Moves the published version to the Development environment for execution. |
| Promote | Advances the deployed version to Production environments with the required approvals. |
| Test | Verifies the workflow functionality by simulating input data and checking output. |
| Schema Registry | A centralized location for managing, versioning, and sharing schema definitions. |
| Application Template | Reusable frameworks created using existing applications. Enables you to quickly create applications built on the same structure. |