File Copy activity

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • The custom File Copy activity copies a file on a Linux or UNIX computer.

    This activity replaces an SSH activity by the same name available in releases prior to Geneva. If you have a workflow created in a previous version that uses the deprecated activity, your workflow will continue to work normally after upgrading to Geneva. However, all new workflows must use the custom version of this activity. This activity was built with the SSH activity designer template, which gives workflow administrators the ability to store input and output variables in the databus.

    To access this activity in the Workflow Editor, select the Custom tab, and then navigate to Custom Activities > Global > Orchestration - SSH.

    Input variables

    표 1. File Copy input variables
    Input variable Description
    hostname Hostname or IP address of destination server for SSH activity.
    directory Name of the working directory.
    src_file Name of the source file.
    dst_file The name of the destination file.

    Output variables

    표 2. File Copy output variables
    Output variable Description
    result Either success or failure.

    Conditions

    표 3. File Copy conditions
    Condition Description
    Success Activity successfully copied the file on the specified host.
    Failure Activity failed to copy the file on the specified host.