better pod

This commit is contained in:
JT Smith 2008-12-18 23:10:41 +00:00
parent d46193b075
commit c9dda0412c

View file

@ -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 {