Dependency
class flow_api.dependency.Dependency
(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, debug=False
)
Base class: Row
A dependency object that establishes dependencies between executions.
Parameters
Name | Type | Description |
---|---|---|
allow_deleted | bool | |
allow_normal | bool | |
by | str | |
cls | typing.Union[ type, NoneType ] | |
debug | bool | if set, the content of the data being written will be logged. |
init | typing.Union[ dict, NoneType ] | |
select | typing.Union[ str, NoneType ] |
Constants
RESOURCE = dependencyMethods
clone
details
delete
details
dependency_execution_list
details
execution
details
execution_list
details
exists
details
export
details
get
details
get_dict
details
restore
details
save
details