Long running task to avoid timeout

Hi

I am looking for a solution which could call api endpoint to start a task and it could resume the workflow with webhook or Asynchronous Request-Reply pattern Asynchronous Request-Reply pattern - Azure Architecture Center | Microsoft Learn or webhook which is provided in Zapier. I could not find yet way otherthan increasing the timeout which is not the best solution.

Thanks
Chandra

Hey @Chandra,

it’s possible to create custom Apps which take care of this. See here.

Alternatively: When you start the process, are you able to also tell a webhook to trigger, when the process is finished? Then you could simply have a scenario with a webhook which is triggered when the process is done :slight_smile:

Hope it helps!

2 Likes

Hey Richard

Thank you very much , I was looking for exactly this. We will give a try with custom app. Thanks again.

Best regards
Chandra

2 Likes