Actions
Actions are components in Corbit which invoke a special handling upon an object, e.g. moving a file.
Many different kinds of actions are included in Corbit. Additional actions such as advanced database handling may be developed as plugins.
Error handling actions:
The three main component types are:
- Source
- Filter
- Actions
Each of these are put together in a Workflow. Sources and actions may (depending on their types) experience problems when they are working.
For example, a folder source might not find the root folder, or a FTP action may not be able to connect to the FTP server. When such an error occurs, you may need to setup special actions for these events. These special actions are called error-handling actions.