Actions

Formerly Handlers.

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

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.

  • If enabled, the execution status of the action or step output is logged in console logs.

    • 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.

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

This option will only work if console logging is enabled both in the project settings and for the specific pipe or workflow.

Last updated