Skip to main content
Version: 10 - TBD

ExecutionDump

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

Base class: Row

The runtime data of an Execution that is used by savepoints.

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 = execution_dump

Methods

clone

delete

execution

exists

export

get

get_dict

restore

save