deb-mistral/doc/source/terminology/cron_triggers.rst
Sharat Sharma 26f5658c44 Small changes to docs to comply with openstack document style
Change-Id: I65608499eb5793f7bdbaaf529def7bb934fc4d05
2016-11-30 11:16:49 +00:00

13 lines
451 B
ReStructuredText

Cron-triggers
=============
Cron trigger is an object allowing to run workflow on a schedule. User
specifies what workflow with what input needs to be run and also specifies
how often it should be run.
.. image:: /img/Mistral_cron_trigger.png
:align: center
Cron-pattern is used to describe the frequency of execution in Mistral.
To see more about cron-patterns, refer to `Cron expression <https://en.wikipedia.org/wiki/Cron#CRON_expression>`_