v0.17.0
SimpleWorkflows v0.17.0
Closed issues:
- Rerun
Job
s from a savedWorkflow
(JLD2 file) will havenothing
towait
for since theirref
fields are not savable (#133) - Readability of
Job
definition (#136) - Deprecate
Job.ref
field (#137) - Avoid writing
@try @catch @else
(#143) - Catch
throw
n errors that are not subtypes ofException
(#144)
Merged pull requests:
- Add
pendingjobs
,runningjobs
,exitedjobs
,succeededjobs
,failedjobs
, &interruptedjobs
(#132) (@singularitti) - Deprecate
generate_id
, UseUUID
asJob.id
(#135) (@singularitti) - Use
Thunk
inJob
now (#138) (@singularitti) - Deprecate field
ref
inJob
(#139) (@singularitti) - Implement type
SavedWorkflow
(#140) (@singularitti) - Add 1 more method to
Thunk
(#141) (@singularitti) - Separate job.jl & workflow.jl into
Jobs
module &Workflows
module (#142) (@singularitti) - Avoid writing @Try @catch @else & Catch thrown errors that are not subtypes of Exception (#145) (@singularitti)
- Update docs (#146) (@singularitti)