Skip to content

Glossary

TermDefinition
Any SchemaA built-in catch-all schema that accepts any fields; not recommended for data feeds
API ClientCredentials for external systems to authenticate when calling HTTP API connectors
Batch SizeThe number of datapoints processed in a single workflow step run
BucketA logical container that groups related datapoints together
ChainingConnecting workflow steps together so data flows through multiple processing steps
CapabilityAn automatically detected feature of a connector operation, shown as a badge in the UI (e.g., Paging, Checkpoint resume)
CheckpointThe last successfully processed position, enabling the system to resume without duplication or data loss
Child CustomerA sub-organization managed by a vendor account
Compute SpecificationResource allocation (CPU/memory) for out-of-process workflow step execution
ConnectorA reusable integration component that bridges external systems with YuzeData
Connector InstanceA deployed connector with specific configuration and credentials
Connector TemplateA blueprint defining connector settings and available operations
ConsumeInput data for a workflow node
CustomerAn organization account in YuzeData
Data FeedA mechanism for workflows to produce and consume datapoints between each other
Data Feed TriggerA trigger that runs a workflow step when new datapoints arrive in a consumed feed
DatapointAn immutable data record representing an event or measurement, created during workflow execution
Direct ModeConnector invocation mode where workflows invoke connector operations on demand
Event SubscriptionA configuration that forwards system events to external services via webhooks
Export Master DataA workflow step template that pushes master data from YuzeData to an external system
ExpressionA YuzeScript code block in schema mappings that calculates or transforms field values
External IdentifierA reference to a master data item using an external system's ID (format: master-data-ext:{type}:{source}:{key})
GroupA collection of users that share the same roles and permissions
HTTP API ConnectorA connector that exposes an HTTP endpoint for external systems to send or retrieve data
HTTP API ModeConnector invocation mode that exposes an inbound HTTP endpoint for external systems
Identity Provider (IdP)A service that authenticates users (e.g., Azure AD, Okta)
Import Master DataA workflow step template that pulls master data from an external system into YuzeData
Incremental SyncSyncing only items that changed since the last sync, reducing load on external systems
In-ProcessWorkflow step execution mode that runs within standard processing infrastructure
Internal IdentifierA reference to a master data item using its YuzeData key (format: master-data:{type}:{key})
Key FieldA schema field whose value forms part of a master data item's unique identifier
Map FieldA schema mapping task that copies data from a source field to a target field
Mapping IdentifierA link between a master data item and its ID in an external system
Mapping TaskA step in a schema mapping that defines how a field is transformed
Master DataMutable reference data representing real-world entities that can be updated over time
Master Data TypeA category of master data items (e.g., Equipment, Location, Supplier)
NodeA single step in a workflow
NotificationAn automated message sent to users on a schedule (reports, alerts)
OAuth2An authentication protocol used by API clients for secure access
OperationA discrete action a connector can perform against an external system. Operations display capability badges indicating their advanced features
Out-of-ProcessWorkflow step execution mode that runs in a dedicated container with configurable resources
Parent Workflow Step TriggerA trigger that runs a workflow step after another workflow step completes
PermissionAn authorization that allows access to specific features or actions
PositionAn auto-incrementing number assigned to each datapoint, establishing order
Position TrackingUsing checkpoint positions to ensure exactly-once processing of datapoints
ProduceOutput data from a workflow node
Provide ValueA schema mapping task that injects a constant value into a target field
Reference Data Item (RDI)See Master Data
RoleA named set of permissions that can be assigned to users or groups
Schedule TriggerA trigger that runs a workflow step at specified time intervals
SchemaA definition of data structure (fields and types)
Schema MappingA transformation that converts data from one schema to another
Secret SettingA connector setting containing sensitive data (API keys, passwords) that is encrypted and never displayed
SSO (Single Sign-On)Authentication using an external identity provider
Sync StatusTracks which master data items have been synced and their versions
TriggerA mechanism that starts a workflow step (schedule, data feed, or parent workflow step)
UserAn individual account that can access YuzeData
VendorA customer account type that can manage child customers
WebhookAn HTTP callback that sends data to external systems when events occur
Webhook SignatureAn authentication method where requests are signed with a shared secret
WorkflowA data integration process that orchestrates the flow of data between systems
workflow stepA reusable step within a workflow that performs a specific operation
workflow step instanceA configured step in a workflow, created from a workflow step template with specific settings
workflow step templateA blueprint defining a type of workflow step operation
YuzeScriptYuzeData's JavaScript-based scripting language for custom logic and data transformations