export_json

DatomaWorkflow.export_json(path=None)[source]

Exports the workflow information to a JSON file.

Parameters:

path (str, optional) – Path to export the information to, defaults to None

Raises:

FileNotFoundError – Raises an error if the file could not be created.