After #11 and also after #12, we can define a file representation of a workflow. It needs to
- serialize all
run_options
- store all
requires dependencies (edge-attributes)
- link all
Step instance
- copy the content of the
work_dir/shared/ folder
Then, in principle, loading the workflow and Workflow.resume should be possible.
After #11 and also after #12, we can define a file representation of a workflow. It needs to
run_optionsrequiresdependencies (edge-attributes)Stepinstancework_dir/shared/folderThen, in principle, loading the workflow and
Workflow.resumeshould be possible.