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.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Tasks
Manage Restaurants - all permissions
Learn more about app permissions.
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?