Skip to main content
Solved

Running FME Server Automation One Time

  • October 1, 2021
  • 2 replies
  • 75 views

timboberoosky
Contributor
Forum|alt.badge.img+7

This might be a bit of a simple question but I'm looking for a way to run an FME Server Automation as a singular event, one time, similar to right-click > Run on a Windows Scheduled Task. I'm running the Automation once per week using a Schedule Trigger, but if that Automation fails, I want to be able to manually run it again without impacting the existing schedule. I could duplicate the Automation and set the Schedule as Run Immediately but that would mean changing the Schedule settings each time. Not the end of the world, but I feel like there should be an easy way to run it just one time. I was looking at FME Server's Scheduler as well but it doesn't appear that you can setup an Automation and Trigger it one time, it seems like single workspace only. I'm running FME Server 2019.1.3.1.

Any thoughts?

Thanks!

Best answer by david_r

I can't remember if this functionality was present in 2019, but at least in 2020.2 (which is the version I have in front of me) there is a "Trigger" button at the bottom of the schedule details, next to the "Cancel" and "Apply" buttons. Note, however, that the "Trigger" button is only visible when the automation is set as running.

The "Trigger" button will trigger the schedule once, regardless of how it is configured.

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.

2 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • October 1, 2021

I can't remember if this functionality was present in 2019, but at least in 2020.2 (which is the version I have in front of me) there is a "Trigger" button at the bottom of the schedule details, next to the "Cancel" and "Apply" buttons. Note, however, that the "Trigger" button is only visible when the automation is set as running.

The "Trigger" button will trigger the schedule once, regardless of how it is configured.


timboberoosky
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 50 replies
  • October 1, 2021

I can't remember if this functionality was present in 2019, but at least in 2020.2 (which is the version I have in front of me) there is a "Trigger" button at the bottom of the schedule details, next to the "Cancel" and "Apply" buttons. Note, however, that the "Trigger" button is only visible when the automation is set as running.

The "Trigger" button will trigger the schedule once, regardless of how it is configured.

Wow, I totally missed that. Yes, it's in Server 2019 and accomplishes exactly what I want to do. I think I had been looking for something while the Automation was Stopped. Thanks @david_r​ !