Server Task Delay Request

Is it possible to add an option to skip the next scheduled run of a task or disable it until a certain date?

You can do custom conditions like that by using conditional branching in the workflow to skip execution until a certain date. The date can be stored in the Shared Memory and updated on condition.

That can work, thank you!