Skip to main content

I have two workspaces, one that does an extract and processing of data, and a second that does a final publication.

I want to set up the FME server so that the extraction workspace is run at a scheduled time (2 am) and the publication workspace runs if and only if the first workspace succeeds.

How do I set up notifications?

 

I have created two topics JOB_FAILURE and JOB_SUCCESS

I recommend looking in the FME Server training manual, where it's this exact scenario is described step-by-step:

https://safe-software.gitbooks.io/fme-server-authoring-training-2018/content/ServerAuthoring4RealTime/4.09.WorkspacesAsSubscribers.html


Reply