From 85ecaa9a0934fc85abab8f0ff176485d6b0f321a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 30 Aug 2008 18:08:12 +0000 Subject: [PATCH] Document that WAITING is for requeueing yourself. --- lib/WebGUI/Workflow/Activity.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Workflow/Activity.pm b/lib/WebGUI/Workflow/Activity.pm index 0aaa0bd97..cd9129b8f 100644 --- a/lib/WebGUI/Workflow/Activity.pm +++ b/lib/WebGUI/Workflow/Activity.pm @@ -53,7 +53,9 @@ sub ERROR { return "error" }; =head2 WAITING -A constant to be sent to Spectre informing it that this actiivty is waiting for some other event to be triggered. +A constant to be sent to Spectre informing it that this actiivty is +waiting for some other event to be triggered. This is also used for +long running activities to be released by Spectre and to be requeued. =cut