Skip to content
Snippets Groups Projects
Commit 83c7e9da authored by Ivan Kondov's avatar Ivan Kondov
Browse files

highlitghing

parent d317102d
No related branches found
No related tags found
No related merge requests found
......@@ -90,8 +90,9 @@ Write a RepeatIfLengthLesser firetask that can implement the while loop in the
script. The firetask should integrate into the workflow available in
**dataloader+repeater.json** without further adaptations.
Hint: You can use the load_object function from fireworks.utilities.fw_serializers
to insert a workflow section (sub-workflow) dynamically::
Hint: You can use the ``load_object`` function from
``fireworks.utilities.fw_serializers`` to insert a workflow section (sub-workflow)
dynamically::
workflow_obj = load_object(workflow_dict)
actions = ['detours': workflow_obj]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment