{% extends 'timeseer.html' %} {% from 'macros.html' import alerter, menu_back %} {% block menu %} {{ menu_back(url_for('.edit_flow', flowname=flow_name, sourcename=source_name)) }} {% endblock %} {% block main %}

Schedule a flow

{{ flow_name }}

{{ alerter() }}
{% if source_name %} {% endif %}
Use format "1d2h3m4s" where the number preceding 'd' is the days, 'h' is the hours, 'm' the minutes and 's' the seconds between two flow evaluations.
Cancel
{% endblock %}