SSH-based workers¶
SSH_PULL_DATA Worker Added to Workflows¶
Overview¶
The SSH_PULL_DATA worker has been added to Workflows, enabling users to securely retrieve files and data from remote systems over SSH.
This worker simplifies remote data acquisition by connecting to an SSH-enabled server, downloading the required files or directories, and making them available for downstream workflow processing.
Key Features¶
- Securely transfers files from remote systems using SSH
- Supports automated retrieval of remote data within workflows
- Makes downloaded files available to downstream workers
- Simplifies integration with remote HPC and Linux environments
- Enables automated remote data collection
SSH_RUN_REMOTE Worker Added to Workflows¶
Overview¶
The SSH_RUN_REMOTE worker has been added to Workflows, enabling users to execute commands on remote systems over SSH directly from a workflow.
This worker allows workflows to automate remote operations such as launching scripts, running simulations, managing files, or executing administrative commands without requiring manual access to the remote machine.
Key Features¶
- Executes commands remotely over SSH
- Supports automation of remote scripts and processes
- Integrates remote command execution into workflow pipelines
- Returns command output and execution status
- Simplifies remote system management and automation
RUN_APPLICATION Worker Added to Workflows¶
Overview¶
The RUN_APPLICATION worker has been added to Workflows, enabling users to launch and execute applications on remote systems over SSH.
This worker allows workflows to automate the execution of remote applications, making it easy to integrate external tools, simulation software, and custom programs into workflow pipelines.
Key Features¶
- Launches applications on remote systems using SSH
- Supports execution of external tools and simulation software
- Integrates remote application execution into workflows
- Returns application execution status and outputs
- Enables automation of remote processing tasks