Execution
class flow_api.execution.Execution
(select=None, cls=None, init=None, by='id', allow_normal=True, allow_deleted=False, commit=False, breakpoints=<class 'flow_api.system.NotSet'>, bundle_id=<class 'flow_api.system.NotSet'>, bundle_name=<class 'flow_api.system.NotSet'>, commit_message=<class 'flow_api.system.NotSet'>, connector_id=<class 'flow_api.system.NotSet'>, connector_name=<class 'flow_api.system.NotSet'>, connector_type=<class 'flow_api.system.NotSet'>, description=<class 'flow_api.system.NotSet'>, flow_id=<class 'flow_api.system.NotSet'>, flow_name=<class 'flow_api.system.NotSet'>, input_schema=<class 'flow_api.system.NotSet'>, input_value=<class 'flow_api.system.NotSet'>, is_paused=<class 'flow_api.system.NotSet'>, is_productive=<class 'flow_api.system.NotSet'>, is_readonly=<class 'flow_api.system.NotSet'>, location_inheritance=<class 'flow_api.system.NotSet'>, message=<class 'flow_api.system.NotSet'>, metadata=<class 'flow_api.system.NotSet'>, name=<class 'flow_api.system.NotSet'>, orphan=<class 'flow_api.system.NotSet'>, output_schema=<class 'flow_api.system.NotSet'>, output_value=<class 'flow_api.system.NotSet'>, plugin_action_id=<class 'flow_api.system.NotSet'>, priority=<class 'flow_api.system.NotSet'>, project_id=<class 'flow_api.system.NotSet'>, project_name=<class 'flow_api.system.NotSet'>, remote_workspace_name=<class 'flow_api.system.NotSet'>, roles=<class 'flow_api.system.NotSet'>, savepoint_retention=<class 'flow_api.system.NotSet'>, schedule_id=<class 'flow_api.system.NotSet'>, schedule_name=<class 'flow_api.system.NotSet'>, scheduled_for=<class 'flow_api.system.NotSet'>, script=<class 'flow_api.system.NotSet'>, type=<class 'flow_api.system.NotSet'>, unwrapped=<class 'flow_api.system.NotSet'>, use_breakpoints=<class 'flow_api.system.NotSet'>, use_only_explicit_breakpoints=<class 'flow_api.system.NotSet'>, webhook_id=<class 'flow_api.system.NotSet'>, wrapper_id=<class 'flow_api.system.NotSet'>, wrapper_name=<class 'flow_api.system.NotSet'>, wrappers=<class 'flow_api.system.NotSet'>, debug=False
)
Base class: Activity
An automation (flow, script, or connection) which is or was running.
See the corresponding Resources class at Execution
Parameters
Name | Type | Description |
---|---|---|
allow_deleted | bool | |
allow_normal | bool | |
breakpoints | typing.Union[ flow_api.system.NotSet, list ] | |
bundle_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
bundle_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
by | str | |
cls | typing.Union[ type, NoneType ] | |
commit | bool | |
commit_message | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
connector_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
connector_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
connector_type | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
debug | bool | |
description | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
flow_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
flow_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
init | typing.Union[ dict, NoneType ] | |
input_schema | typing.Union[ flow_api.system.NotSet, typing.Any, NoneType ] | |
input_value | typing.Union[ flow_api.system.NotSet, typing.Any, NoneType ] | |
is_paused | typing.Union[ flow_api.system.NotSet, bool ] | |
is_productive | typing.Union[ flow_api.system.NotSet, bool ] | |
is_readonly | typing.Union[ flow_api.system.NotSet, bool ] | |
location_inheritance | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
message | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
metadata | typing.Union[ flow_api.system.NotSet, typing.Any, NoneType ] | |
name | typing.Union[ flow_api.system.NotSet, str ] | |
orphan | typing.Union[ flow_api.system.NotSet, bool, NoneType ] | |
output_schema | typing.Union[ flow_api.system.NotSet, typing.Any, NoneType ] | |
output_value | typing.Union[ flow_api.system.NotSet, typing.Any, NoneType ] | |
plugin_action_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
priority | typing.Union[ flow_api.system.NotSet, int ] | |
project_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
project_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
remote_workspace_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
roles | typing.Union[ flow_api.system.NotSet, list, NoneType ] | |
savepoint_retention | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
schedule_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
schedule_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
scheduled_for | typing.Union[ flow_api.system.NotSet, datetime.datetime, NoneType ] | |
script | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
select | typing.Union[ str, NoneType ] | |
type | typing.Union[ flow_api.system.NotSet, str ] | |
unwrapped | typing.Union[ flow_api.system.NotSet, bool, NoneType ] | |
use_breakpoints | typing.Union[ flow_api.system.NotSet, bool ] | |
use_only_explicit_breakpoints | typing.Union[ flow_api.system.NotSet, bool ] | |
webhook_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
wrapper_id | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
wrapper_name | typing.Union[ flow_api.system.NotSet, str, NoneType ] | |
wrappers | typing.Union[ flow_api.system.NotSet, typing.Any, NoneType ] |