From c9dda0412c728f6def40a33b8557ca9167c148ff Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 18 Dec 2008 23:10:41 +0000 Subject: [PATCH] better pod --- lib/WebGUI/Workflow/Instance.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/WebGUI/Workflow/Instance.pm b/lib/WebGUI/Workflow/Instance.pm index 5c8a795f2..57d99e5b9 100644 --- a/lib/WebGUI/Workflow/Instance.pm +++ b/lib/WebGUI/Workflow/Instance.pm @@ -310,6 +310,8 @@ Executes the next iteration in this workflow. Returns a status code based upon w complete The activity completed successfully, you may run the next one. waiting The activity is waiting on an external event such as user input. +B>NOTE:> You should normally never run this method. The workflow engine will use it instead. When you're ready to kick off a workflow you've created, use start() instead. + =cut sub run {