# Actions

Actions are used to build a flow in a tree structure, left to right. Every action has its functional logic and requires a certain set of inputs to be defined to carry out its activities. Multiple Actions are available to the user to build their flow.

Available actions are

* [API Call](https://docs.dckapintegrator.com/project-manager/workflows/actions/api-call)
* [Console](https://docs.dckapintegrator.com/project-manager/workflows/actions/console)
* [Decision](https://docs.dckapintegrator.com/project-manager/workflows/actions/decision)
* [Loop](https://docs.dckapintegrator.com/project-manager/workflows/actions/loop)
* [Detail Logger](https://docs.dckapintegrator.com/project-manager/workflows/actions/detail-logger)
* [Error Logger](https://docs.dckapintegrator.com/project-manager/workflows/actions/error-logger)
* [Code Runner](https://docs.dckapintegrator.com/project-manager/workflows/actions/code-runner)
* [Formatter](https://docs.dckapintegrator.com/project-manager/workflows/actions/formatter)
* [Notification](https://docs.dckapintegrator.com/project-manager/workflows/actions/notification)
* [Return](https://docs.dckapintegrator.com/project-manager/workflows/actions/return)
* [Sleep](https://docs.dckapintegrator.com/project-manager/workflows/actions/sleep)

### Action/Step Output in Console Logs

Each action/step has an option `Show output in console logs` which allows the users to control each step outputs in console logs.&#x20;

* If enabled, the execution status of the action or step output is logged in console logs.&#x20;
  * For API calls, users can customize the information in more detail by selecting options such as Request Information, Response Information, and more.
* If disabled, the respective action step output will not be logged in console logs.&#x20;

This allows the users to customize the information available in the console logs.

{% hint style="info" %}
This option will only work if console logging is enabled both in the project settings and for the specific pipe or workflow.
{% endhint %}
