The setNextTask
method sets the ID of the task that you want to run after the current task.
You can use this method only in functions that you call from the post
section of a task configuration, or in the user_cancel
or system_cancel
objects. For more information, refer to the Answer Server Administration Guide.
setNextTask( id )
Argument | Description |
---|---|
id
|
(string) The ID of the task that you want to run next. |
|