From 49c898fbd3c0b1a6763571a887c4d098196f9fbe Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 15 Mar 2013 18:00:06 +0100 Subject: [PATCH] add missing files which send notification mails --- README.Notification | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.Notification b/README.Notification index 89323a77d..8ec3dffd5 100644 --- a/README.Notification +++ b/README.Notification @@ -88,10 +88,22 @@ op/op.RemoveWorkflowFromDocument.php * Workflow has been removed from document version subscribers of the document +op/op.ReturnFromSubWorkflow.php +* Subworkflow has been ended and parent workflow will be continued + subscribers of the document + op/op.ReviewDocument.php * document was reviewed subscribers of the document +op/op.RewindWorkflow.php +* Workflow was rewind to beginning + subscribers of the document + +op/op.RunSubWorkflow.php +* Subworkflow was started + subscribers of the document + op/op.TriggerWorkflow.php * Workflow transition was triggered subscribers of the document