Skip to main content

Stop Session

Description

This step closes an active SSH session on a remote Linux machine. Use this step as the last step in workflows that opened a session with Start Session, to cleanly disconnect from the server after all commands have been executed.

Note: The step is not a row generating step hence; it must be an intermediate step in a workflow.

Prerequisites: Linux Instance with necessary User Access.

Configurations

No.Field NameDescription
1Step NameName of the step.  This name has to be unique in a single workflow.
Input Field:
1Session Name*Provide the name of session created using the Linux: Start Session plugin step that is to be closed.
The data type is string. This field is mandatory.
Note: If the same session is to be used for processing multiple rows of business data; ensure that workflow is developed in such a way (e.g using Workflow executor or Loop steps etc.), that Linux: Stop step is used after all rows are processed.