Hello All,We have a workflow which have a task which performs some locking task when workflow starts. The unlocking is performed by an external task which is just before endtask.But when someone ends it manually by clicking "End Job" the unlock task doesn't get executed and no unlocking is done. This results in some inconsistencies.Any idea how should I tackle this.Thanks in Advance.
Read iwevents.log file, from where you can get information as which event is being called internally when a user clicks Action>> kill job.You need to capture that event and run your custom script at that point of time.HTH