An action in edoc automate is a construct that fulfills a defined task, e.g. writing, deleting, displaying, etc.
In turn, you can pass parameters in actions. The parameters that can be passed to an action are determined by the action that you define. The parameters are used by the action to fulfill the task.
An action can also return data. This data can be a single value or a data set.
There are actions that are supplied in edoc automate (default actions). However, you can also define your own actions (Plugins and Addons) in apps.
Find out more