Skip to main content
Solved

how do i schedule a task

  • December 18, 2020
  • 1 reply
  • 218 views

i have a number of .bat files that launch python files. im trying to replace windows scheduler with FME and i am having trouble figuring out how to schedule a new task. i am using FME Workbench 2020.2.

Best answer by david_r

FME Desktop does not include a scheduler, you'll need FME Server for that.

FME Server can only schedule FME workspaces. So if you want to schedule batch files, you'll have to create an FME workspace that launches the batch file (e.g. using the SystemCaller).

If you have a lot of such non-FME tasks to schedule, you may want to look into something more suited for this than FME Server (at least that's my personal opinion). There are several enterprise solutions out there that replaces the Windows task scheduler with something more powerful, that is better suited for e.g. batch jobs.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • Best Answer
  • December 18, 2020

FME Desktop does not include a scheduler, you'll need FME Server for that.

FME Server can only schedule FME workspaces. So if you want to schedule batch files, you'll have to create an FME workspace that launches the batch file (e.g. using the SystemCaller).

If you have a lot of such non-FME tasks to schedule, you may want to look into something more suited for this than FME Server (at least that's my personal opinion). There are several enterprise solutions out there that replaces the Windows task scheduler with something more powerful, that is better suited for e.g. batch jobs.