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.
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