You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jobStore uses create (for job files) as well as createFile (for workflow inputs). I'd like these to all become create_job(), create_file(), delete_job(), delete_file(), etc.
This is to help abstract out some of what was being done in: #3569
┆Issue is synchronized with this Jira Task
┆Issue Number: TOIL-1035
The text was updated successfully, but these errors were encountered:
The jobStore uses
create
(for job files) as well ascreateFile
(for workflow inputs). I'd like these to all becomecreate_job()
,create_file()
,delete_job()
,delete_file()
, etc.This is to help abstract out some of what was being done in: #3569
┆Issue is synchronized with this Jira Task
┆Issue Number: TOIL-1035
The text was updated successfully, but these errors were encountered: