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 | if set, the content of the data being written will be logged. |
| execution_id | Union | Reference to the execution the operation is performed on. |
| init | Optional | |
| is_recursive | Union | A flag that controls if the operation is recursive (e.g. cancelling a process). |
| operation | Union | The operation to perform. |
| select | Optional |
Constants
RESOURCE = operationMethods
clone
details
delete
details
duplicate
details
execution
details
exists
details
export
details
get
details
get_dict
details
restore
details
save
details