Skip to main content

Velox glossary

TermMeaning
ActionLegacy/source/UI term often referring to a Flow or a Flow step. In these docs, Flow means the persisted orchestration module and step means an ordered child action.
API moduleModule that groups REST-enabled Flows and generates OpenAPI metadata/schema; not the runtime security boundary.
Code LibraryGenerated reference for PascalScript declarations available in Velox; the installed copy is release-specific.
ConnectionReusable DB or filesystem access configuration.
DefinitionStructured description of database or file data used by Flows, Maps, Reports and APIs.
DesignerWindows application used to configure/test Velox and inspect logs/services.
Environment/contextSelected production or test configuration/data connection set.
FIDGUID identity used to link a Velox module independently from its display name.
File lifecycleRead/write/download/audit/error/issue/temp/Transport/delete handling across configured File Connection folders.
FlowPersisted integration orchestration containing data, ordered steps, triggers, policy and logging.
Flow data itemA database/file data object attached to a Flow and used by its steps.
General SetupShared configuration module read by Designer/services for runtime, email, network, API, logging and retry settings.
IssueBusiness/data status distinct from Warning and fatal Error.
Linked FlowSuccessor Flow configured to run sequentially after a parent succeeds.
Log numberPersisted Flow/system log identifier used for correlation.
MapModule that transforms data from a source Definition/view to a destination Definition/view.
ModulePersisted configuration unit with FID/name/folder/lifecycle and type-specific settings.
OpenAPIGenerated description of API paths/operations/data/security contract; declarations do not create runtime enforcement.
PascalScriptScript language/runtime used in Velox scripts, Maps, Scriptlets and events.
PKBInternal Product Knowledge Base derived from source; not the public user site.
ReportReportBuilder-backed module for formatted output, file, print or email workflows.
REST FlowFlow configured with REST endpoint/method/request/response metadata for Velox API Service.
ScriptletReusable PascalScript module included by scripts/Maps/Transports where supported.
Sub ActionFlow step that executes another Flow within the current orchestration context; distinct from a linked successor.
Test contextSeparate configured environment; it reduces production risk but Test Run can still cause real external side effects.
TransportProtocol-specific inbound/outbound exchange configuration and runtime operation.
Transport LogPersisted queue/send/receive evidence with status, attempts and next-attempt state, separate from Flow completion.
Variable GroupReusable typed values made available to scripts/runtime contexts; ordinary values are not automatically a secret vault.
Velox API ServiceWindows service that hosts core REST Flow endpoints.
Velox ServiceWindows service that hosts schedules, file monitors and inbound/outbound Transport processing.
VxConfigConfiguration database/context containing Velox modules and, in the reviewed implementation, persisted Velox log tables.
VxDataUser/business data platform used by integrations and the VxData portal.

Use the core concepts page for relationships and the module type catalogue for current active choices.