Skip to content

Disconnect Activity

The Disconnect activity enables users to terminate an active connection to an FTP server. This activity ensures that resources are properly released and the connection is closed in a controlled manner, preventing potential resource leaks or security vulnerabilities.

Field Description Requirement
Connection name The reference name of the active connection to be disconnected. Required

Action Types & Examples

Connection Name Input

  • Format: string
  • Example Result: ${ftpConnection/direction}

Implementation Examples

Field Setup - Connection name:myFtpServerConnection- `Connection name: `${ftpConnection/direction}

Execution Parameters - No additional execution parameters are typically required for the Disconnect activity beyond specifying the connection to disconnect from.

Technical Notes

The Connection name field accepts a direct string value or a variable/expression that resolves to the name of an active FTP connection. Ensure the referenced connection is valid and currently established for successful disconnection.