Skip to content

Filesystem

flowtask.storages.tasks.filesystem

FileTaskStorage

FileTaskStorage(path, *args, **kwargs)

Bases: AbstractTaskStorage

Saving Tasks on the Filesystem.

open_hook async

open_hook(filename)

open_hook. Open A Hook from FileSystem, support json, yaml and toml formats.

open_task async

open_task(task=None, program=None, **kwargs)

open_task. Open A Task from FileSystem, support json, yaml and toml formats.