Mention link to states doc in notify state transitions

Change-Id: I4d1c12421a48c72431dad57c5a9e42094123ec2a
This commit is contained in:
Joshua Harlow 2015-04-08 15:28:19 -07:00
parent 830e4e03cb
commit ee7f07f81e

View File

@ -14,8 +14,8 @@ Overview
========
Engines provide a way to receive notification on task and flow state
transitions, which is useful for monitoring, logging, metrics, debugging
and plenty of other tasks.
transitions (see :doc:`states <states>`), which is useful for
monitoring, logging, metrics, debugging and plenty of other tasks.
To receive these notifications you should register a callback with
an instance of the :py:class:`~taskflow.types.notifier.Notifier`