Workflow Plot Editor
This is a SPR workflow editor, which will allow you to edit the workflow plot before/after running a workflow in SPR.
- Create a SPR workflow with the sysArgsList (sal) object, or directly use the sal object after workflow running.
- make a workflow plot with
plotWF(sal)
to take a glimpse of the plot preview. - Use
plotWF(sal, out_format = "dot_print")
to print out the plot in DOT language, copy the whole content to your clipboard. - Use this link to open Workflow Plot Editor.
- Paste plot code in the editor to start editing.
Last modified
2021-07-09
: Update editor.md (6a262f4a)