Glossary¶
- Database¶
- PostgreSQL¶
Workflows are stored in a central PostgreSQL database. Only bulk data like images and other large files are stored on FSS instead.
- Entity¶
A physical sample, animal, person or object under examination. By default each new run is assigned to a new separate entity UUID.
- Follower Task¶
A task that follows another task, and uses the output of that previous task as its input.
- FSS¶
- File Storage Service¶
The bulk storage system for images and other large files.
- Interactive Task¶
A task that requires a user to interactively perform some action, e.g. a decision or user input.
- IPL¶
The Image Processing Language tool used by Scanco.
- Job¶
Created for each task in each run. For example for each image 1, 2, 3 that needs to be processed by tasks A, B, C, a separate job A1, A2, A3, B1, B2, B3, C1, C2, C3 is created.
- LUPO¶
- Lucid LUPO¶
A image processing utility that can be used in a task type.
- OMNI¶
A general image file format.
- Package¶
- Dependency Package¶
- Workflow Package¶
- Task Type Package¶
A file for exchanging workflows, task types, or task type dependencies.
- Processing Task¶
A task that is automatically executed once all required inputs are available.
- Run¶
A set of jobs created for each source task.
- Sequence¶
A set of output parameters created by a specific task in a workflow.
- Server¶
- XF Server¶
- XamFlow Server¶
The backend for storing workflows in a database. The XamFlow system requires one central server.
- SNS¶
The protocol for accessing a Scanco database system.
- Source Task¶
An interactive task that starts a new run. For example selecting a new image to be processed in the workflow.
- SWAP¶
The Scanco Windows database system.
- Task¶
A specific step in a workflow.
- Task Type¶
An abstract template for a specific task. For example a Python script can be provided as a task type. A task type can be used to create specific (configured and connected) tasks in a workflow.
- User Data¶
The FSS allows mapping of local folders to make them available in XamFlow. These local user data folders can contain files in any foreign file format. See Import external data
- VOI¶
- Volume Of Interest¶
A specific sub-region in an image.
- Web Admin¶
The web interface for administrators to configure XamFlow. See User Management
- Web Portal¶
The web interface for providing access to selected project result reports to external users.
- Worker¶
- XF Worker¶
- XamFlow Worker Service¶
A service that executes processing tasks. The XamFlow system supports multiple workers.
- Workflow¶
A graph of tasks.
- XF¶
- XamFlow¶
The XamFlow workflow system.
- XF Desktop¶
- XamFlow Desktop¶
The client user interface for working with a remote server.
- XF Workstation¶
- XamFlow Workstation¶
The simple all-in-one single-user system that includes the server, XF Desktop, database, FSS, and one local worker. For multi-user systems XF Server should be used instead.