issues
search
cedadev
/
wflogger
Workflow logging utilities (for JASMIN and LOTUS)
BSD 2-Clause "Simplified" License
0
stars
0
forks
source link
Add job_id into the data model (as an optional field)
#4
Open
agstephens
opened
2 years ago
agstephens
commented
2 years ago
job_id
should be optional
in the insert record function:
if
job_id
is missing, infill with
job_id
from first stage if found there.
agstephens
commented
2 years ago
To add to wflogger:
job name
job id
array job id
index
queue ---> could they come from the environment? see: #9
job_id
should be optionaljob_id
is missing, infill withjob_id
from first stage if found there.