Skip to content

Console Log

The Console Log block prints messages to the standard output of the server running your workflow. This is useful for simple debugging.

Inputs

  • Message: The text or data to print.

Logic

  1. The block takes your Message.
  2. It prints it to the terminal/console where the application is running.