Skip to main content
Question

Deleted automations continue to run jobs

  • January 28, 2025
  • 1 reply
  • 72 views

9val
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 1 reply

Hi all,

I removed/deleted several automations in FME Flow (Server), I stopped most of them, but probably not all. All these automations were monitoring the same folder, and for some reason they are still running and processing jobs.

How can I completely delete them?

I have already tried restarting FME services and restarting the server, but that didn't solve the issue.

1 reply

dylan.at.safe
Safer
Forum|alt.badge.img+8
  • Safer
  • 29 replies
  • January 30, 2025

Hi ​@9val,

It sounds like you may be encountering a bug related to FMEFLOW-22307. Here are some initial troubleshooting steps to try:

  1. Check the Web UI – Confirm that the automation is truly not visible under Manage Automations. You can find its name in the job log header.
  2. Verify via REST API – Use the Flow REST API to check if the automation is still listed.
  3. Attempt to Delete via API – If the automation appears in the API response, try deleting it through the Flow REST API.

If these steps don’t resolve the issue, I recommend submitting a support ticket for further assistance.