Skip to main content
Version: 12 - TBD

Live Output

Some connectors run for an extended period of time and produce output continuously while they work. Engine streams this output live, so you can follow the progress of a connection while it is still running, instead of waiting for the execution to finish before seeing any output.

Supported connectors

Live output is shown for:

  • The SSH connector — the task report output (the stdout/stderr of the remote command) is streamed as it is produced.
  • All file connectors (for example SFTP, SCP, FTP and SMB) — progress while files are transferred.
  • All SQL connectors — output produced while a query or script runs.

Where to find it

The streamed output appears on the running execution of the connection, in the same place where the final output is shown once the execution ends. It updates dynamically as new output arrives, similar to logs.

For details on the individual connectors and their parameters, see the connector types reference.