I have a long running workbench on the FME server. Is it possible to take actions if a job submitted is canceled?
proposed workflow
1. submit a job
2. cancel a job
3. write into a file information regarding the job that was cancelled (is possible to do it inside the same workbech? is possible to do it with another workbench? a subscription could help??)
[EDIT]:The idea is that step 3 is automatically triggered after the cancellation of the job, that is what I mean by "React".
[EDIT]: I am using FME Server 2018.1.2 - Build 18590 - win64: I notice that JOBSUBMITTER_ASYNC_JOB_FAILURE topic is not triggered when a job is canceled.
thanks for any hint provided.