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
Name | Type | Description |
---|---|---|
allow_deleted | bool | |
allow_normal | bool | |
by | str | |
cls | Optional | |
commit | bool | |
debug | bool | |
execution_id | Union | |
init | Optional | |
is_recursive | Union | |
operation | Union | |
select | Optional |
Constants
RESOURCE = operationMethods
clone
details
delete
details
execution
details
exists
details
export
details
get
details
get_dict
details
restore
details
save
details