Basic Terms for Fusion Flashcards
What does the term Action refer to in Fusion?
A module that allows you to read or write bundles from or into a selected app or service.
What is an Aggregator?
A type of module that merges together multiple bundles (multiple arrays of data) into one single bundle.
What is an API Key?
A unique code that identifies the user, developer, or program that is calling a software’s API, used for authentication.
What does App refer to for Fusion?
An app can also be a special function that manipulates data, such as an iterator or an aggregator.
What does a Service refer to for Fusion?
A service is a source of bundles that might include a web API, web page, different types of servers (FTP, SMTP, IMAP), and so on.
What is an App Connector
An app that connects to another system
What is a Bundle?
A bundle is a basic unit that is returned or received by modules. A bundle consists of items.
What is a Fusion Connection used for?
To connect Fusion and another application or service in order to retrieve or send selected data.
What is a Cycle?
A cycle refers to two phases of the scenario run: operation and commit. The scenario may consist of one or more cycles.
What is a Data Store?
A tool that stores data from scenarios or allows you to transfer data between individual scenarios or scenario runs.
What is a Data Transfer
The amount of data transferred through your scenario.
What is a Filter?
A filter is a setting that allows users to only work with bundles of data that fit certain criteria. In Fusion they are applied between two modules.