# Action

An Action is a task that is performed after the trigger command is executed. For any command workflow to work, there has to be at least one action to it. This is a very simple relationship - the trigger event acts as the stimulus for the next step i.e. the action.

Example: In this case, the trigger is the command and it results in two actions - fetch mails from a label and then also fetch Asana tasks.

![](https://351543775-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LC8ka5nvI3WmivYwQ6i%2F-LCCB18RLhL7sDhOp6fP%2F-LCCBemeUMaVS-mzkjfE%2Fimage.png?alt=media\&token=e6197c64-b880-4f78-bbfe-aa9f6eb50e04)

Actions can occur based on conditions also, which we will cover in the next part of the documentation.
