moveTaskAfter( )


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

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

Admin Method

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

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Tasks
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
taskIdstringRequired

The task ID to move.


optionsMoveTaskAfterOptions

Options for moving the task.

Was this helpful?
Yes
No