Skip to main content
Version: 7 - Gugelhupf

Schedule

class flow_api.schedule.Schedule(select=None, init=None, by=name, **kwargs)

Base class: Identity

The Schedule class represents a Schedule for Executions. Functions from the Schedule class allow interaction with Schedule objects.

A schedule can be created with system.schedule('schedulename').save() inside the handler function of a flow script using the system reference.

See the corresponding Resources class at Schedule

Parameters

NameTypeDescription
**kwargs
by
init
select

Constants

RESOURCE = schedule

Methods

add_role

add_tag

archive

clone

delete

exists

export

get

get_dict

get_identity_created_by

get_identity_modified_by

get_logs

get_roles

get_tags

load

remove_role

remove_tag

restore

roles

save

set