mistral/mistral/notifiers
Oleg Ovcharuk e72a4e9a70 Task skipping feature
This patch adds an ability to rerun failed workflow by
skipping failed tasks. Workflow behavior in skip case could
be configured by new fields in task definition:
* on-skip
* publish-on-skip

Change-Id: Ib802a1b54e69c29b4d0361f048c2b9c076a4c176
Implements: blueprint mistral-task-skipping-feature
Signed-off-by: Oleg Ovcharuk <vgvoleg@gmail.com>
2022-12-01 01:47:30 +03:00
..
publishers Import HTTPStatus instead of http_client 2020-11-11 15:44:33 +08:00
__init__.py Implement notification of execution events 2018-02-24 07:25:55 +00:00
base.py Remove usage of six.add_metaclass 2020-09-19 11:37:24 +08:00
default_notifier.py Improve workflow notifications and webhook data 2019-09-04 07:12:20 +02:00
notification_events.py Task skipping feature 2022-12-01 01:47:30 +03:00
notification_server.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
remote_notifier.py Implement notification of execution events 2018-02-24 07:25:55 +00:00