Skip to main content
Version: 6 - Palatschinke

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