Scheduler
class flow_api.scheduler.Scheduler
(select=None, cls=None, init=None, by='name', 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'>, configuration_schema=<class 'flow_api.system.NotSet'>, description=<class 'flow_api.system.NotSet'>, is_bundle_content=<class 'flow_api.system.NotSet'>, is_readonly=<class 'flow_api.system.NotSet'>, location_inheritance=<class 'flow_api.system.NotSet'>, name=<class 'flow_api.system.NotSet'>, output_schema=<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'>, script=<class 'flow_api.system.NotSet'>, track_in_git=<class 'flow_api.system.NotSet'>, debug=False
)
Base class: Resource
A script which contains automation logic for a scheduled execution
See the corresponding Resources class at Scheduler
Parameters
Name | Type | Description |
---|---|---|
allow_deleted | bool | |
allow_normal | bool | |
breakpoints | Union | |
bundle_id | Union | |
bundle_name | Union | |
by | str | |
cls | Optional | |
commit | bool | |
commit_message | Union | |
configuration_schema | Union | |
debug | bool | |
description | Union | |
init | Optional | |
is_bundle_content | Union | |
is_readonly | Union | |
location_inheritance | Union | |
name | Union | |
output_schema | Union | |
priority | Union | |
project_id | Union | |
project_name | Union | |
script | Union | |
select | Optional | |
track_in_git | Union |