| Parameters: | 
- wms_path : 
str 
Path containing the DAGMan nodes log file. 
 
 
 | 
| Returns: | 
- info : 
dict [str, Any] 
HTCondor job information read from the log file mapped to HTCondor
job id. 
 
 
 | 
| Raises: | 
- FileNotFoundError
 
If cannot find DAGMan node log in given wms_path. 
 
 
 |