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

Hello Everyone,

Here I am trying to stop the bot / Terminate the Bot if the user not click the submit button in action center form for a particular period of time.

Here is my work flow
Workfolw_Action_Center

This is my action center form

This is my suspended workflow

so the bot is suspended and waiting for the user to respond and here i want to Terminate/Stop the bot completely after waiting some time.

Please any one help me how to do this or suggest any idea

This is my work flow File

Data_Grid_Action_Center.zip (3.3 KB)

Thanks and Regards
Adarsh

1 Like

Hey @adarsh_kotagiri

What will be your expected solution please ?

  • Any workaround without using Suspend option

  • Or workaround with only Suspend option

Thanks
#nK

Hi @Nithinkrishna

Thank you for quick reply, if possible any work around with only suspended option

Thanks and Regards
Adarsh

1 Like

Hi @Nithinkrishna

Did you get any solution. Please let me know

Thanks and Regards
Adarsh

1 Like

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

Hi @Nithinkrishna

Thank you for taking time and creating the work flow and this workaround I am expecting.

Thanks and Regards
Adarsh

1 Like

Cool @adarsh_kotagiri :slightly_smiling_face::+1:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.