to_dict

method of dascore.workflow.task.FunctionTask source

to_dict(
    self ,
)-> ‘dict[str, Any]’

Return a document which describes this task.

The class is named by its registered tag and by nothing else: the tag already names the package, and a module path would go stale as soon as the class moved, which a fingerprint deliberately survives.