-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display Workflows and save as file (#1300)
* Save workflow as symbolic workflow * Save workflow to JSON format * Add a Workflow.view method * Refactor to define name variable * Add optional title argument * Fix docstring * Fix input management * Use graphviz.view instead of PIL * Try catch pyvista import * Update Workflow.view and add test Signed-off-by: paul.profizi <[email protected]> * Update logic and test Signed-off-by: paul.profizi <[email protected]> * Mention required GraphViz install in docstring Signed-off-by: paul.profizi <[email protected]> * Mention required GraphViz install in docstring Signed-off-by: paul.profizi <[email protected]> * Mention required GraphViz install in docstring Signed-off-by: paul.profizi <[email protected]> * Fix QA Signed-off-by: paul.profizi <[email protected]> * Add HAS_GRAPHVIZ conditional skip Signed-off-by: paul.profizi <[email protected]> --------- Signed-off-by: paul.profizi <[email protected]>
- Loading branch information
Showing
2 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters