You can use actions in views, tasks or web service endpoints. The actions act differently depending on the context:
-
In views, actions are executed by user events.
-
With tasks, actions are executed when a certain state occurs.
-
In web service endpoints, actions are executed by calling up a URL.
Find out more