It would be very nice to have the option to provide a StartAt date when executing a microflow via the TaskQueue. It seems that Mendix already has this functionality, as Scheduled Events are queued via the TaskQueue and have a filled StartAt attribute. Moreover, the Task Queue documentation also mentions that it is possible with the Mendix API: https://docs.mendix.com/refguide/task-queue/#scheduling. So hopefully this can be quickly added.
This will be really helpful indeed.
Yeah, agreed. I created a Java action once that did exactly this, but having it incorporated in that window is much better.