Skip to main content
Version: 10 - TBD

DependencyExecution

class flow_api.dependency_execution.DependencyExecution(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, debug=False)

Base class: Row

Mapping a dependency to an execution.

Parameters

NameTypeDescription
allow_deletedbool
allow_normalbool
bystr
clstyping.Union[ type, NoneType ]
debugboolif set, the content of the data being written will be logged.
inittyping.Union[ dict, NoneType ]
selecttyping.Union[ str, NoneType ]

Constants

RESOURCE = dependency_execution

Methods

clone

delete

dependency

execution

exists

export

get

get_dict

restore

save