I want a workspace to run on FME Flow at 11pm with a user initiating it at some point within the working day.
Currently thinking of having the workspace run within an automation, which is scheduled to run daily at 11pm. User would enable the automation, workspace would run at 11pm and then trigger a second workspace which makes a http call to stop the automation. So the workspace is only run once and won’t run again until the process is repeated.
Any ideas of a better way to do this?