better pod
This commit is contained in:
parent
d46193b075
commit
c9dda0412c
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
complete The activity completed successfully, you may run the next one.
|
||||||
waiting The activity is waiting on an external event such as user input.
|
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
|
=cut
|
||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue