ewoksorange.gui.workflows.owscheme.ewoks_to_ows#

ewoksorange.gui.workflows.owscheme.ewoks_to_ows(graph, destination, varinfo=None, execinfo=None, task_options=None, error_on_duplicates=True, inputs=None, representation=None, root_dir=None, root_module=None)[source]#

Save an ewoks graph as an Orange Workflow Scheme file. The ewoks node id’s are lost because Orange uses node index numbers as id’s.

Parameters:
  • destination (Union[str, IO])

  • varinfo (Optional[dict])

  • execinfo (Optional[dict])

  • task_options (Optional[dict])

  • error_on_duplicates (bool)

  • inputs (Optional[List[dict]])

  • representation (Union[GraphRepresentation, str, None])

  • root_dir (Union[str, Path, None])

  • root_module (Optional[str])