moveTaskAfter( )


Moves a task specified by ID to be placed after another task in the task display.

You can reposition a task to be first in the display by omitting beforeTaskId.

Method Declaration
Copy
Method Parameters
taskIdstringRequired

ID of the task to move.


optionsMoveTaskAfterOptions

Options for moving the task.

Errors
404Not Found

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?