How to Terminate the Bot automatically if user does not click the submit button for a period of time in Action Center

Hey @adarsh_kotagiri

Firstly, Apologies for the late response.

The first workaround I thought was set some persistence in the variable setup of the platform config, which looks unavailable as of now. May be a feature request can be raised.

But anyway here is the current workaround for you.

  1. We are creating a task in the Action Center which is when the automation goes into the Suspended state

  2. We are going to Resume After Delay & check the task is completed

  3. If not we will be repeating the same required number of times

The Resume After Delay can be avoided if you are not concerned with the Job Suspending

PFA - nmnithinkrishna_PersistenceProcessWithAutoStop.zip (2.5 KB)

Hope this helps

Thanks
#nK

1 Like