mistral/doc/source/terminology/cron_triggers.rst
Nikolay Mahotkin 6288bf2ec0 Mistral terminology: cron-triggers and actions
Implements blueprint: mistral-docs-terminology

Change-Id: I56e45122fdbeddf0dfa79a1904a8fd646d03d7ad
2015-09-08 16:51:54 +03:00

11 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>`_