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

added more on visualization

parent d1d4b88e
No related branches found
No related tags found
No related merge requests found
......@@ -109,11 +109,16 @@ If a workflow has been added without check it can be check later with::
Visualize workflows
-------------------
Already added workflows can be converted into DOT format and viewed graphically
as PDF::
Already added workflows can be converted into DOT format and viewed graphically::
lpad check_wflow -i <firework ID> [--view_control_flow] [--view_data_flow] [-f <DOT_FILE>]
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
.. _execution:
......
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