Skip to main content
Version: 10 - Vanillekipferl

Operation

class flow_api.operation.Operation(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, commit=False, execution_id=<class 'flow_api.system.NotSet'>, is_recursive=<class 'flow_api.system.NotSet'>, operation=<class 'flow_api.system.NotSet'>, debug=False)

Base class: Row

An operation object.

Parameters

NameTypeDescription
allow_deletedbool
allow_normalbool
bystr
clstyping.Union[ type, NoneType ]
commitbool
debugbool
execution_idtyping.Union[ flow_api.system.NotSet, str ]
inittyping.Union[ dict, NoneType ]
is_recursivetyping.Union[ flow_api.system.NotSet, bool ]
operationtyping.Union[ flow_api.system.NotSet, typing.Any ]
selecttyping.Union[ str, NoneType ]

Constants

RESOURCE = operation

Methods

clone

delete

execution

exists

export

get

get_dict

restore

save