Skip to content
Snippets Groups Projects
Name Last commit Last update
..
wf_inspector
README.md
setup.py

Workflow Inspector

Command-line script that wraps the functionality of docker exec -it to enter our workflow Docker container and uses HTCondor's condor_ssh_to_job command to access a running workflow.

Useful for quickly entering the working directory of a workflow using only its workflow request ID.

TODO:

usage: wf_inspector [-h] workflow_request_id

Inspect the working directory of a running workflow

positional arguments:
  workflow_request_id  the workflow request ID of the running workflow

optional arguments:
  -h, --help           show this help message and exit