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

addapted the doc

parent caad8e41
No related branches found
No related tags found
1 merge request!2added a substitute for the unsupported CLI visualize feature
......@@ -126,6 +126,21 @@ If a workflow has been added without such a check, it can be checked later with:
**NOTE:** The correctness check is recommended for all exercises in this tutorial.
Visualize workflows
-------------------
Already added workflows can be converted into graphviz DOT format and viewed
graphically using the tool provided in this tutorial in the **bin** folder::
fws2dot -i <firework ID> [-v <controlflow | dataflow | combined>] [-f <filename>]
After the dot file is produced it can be converted to PDF and the workflow graph
can be viewed::
dot -Tpdf -o workflow.pdf workflow.dot
evince workflow.pdf
Launch fireworks
----------------
......
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