We are trying to see if Durable function can replace Siebel has our Workflow orchestrator. Most of my questions were answer by the online doc, but one remain.
Can it be stop by and external events and put to wait? In our case our workflow doesn’t know that another WF can stop it. So we can’t use “waitForExternalEvent”.
Let’s say WF A is running and the client launch WF B.
B need to put A in a wait state until it’s completed.
So the question is : is it possible to do so with durable functions in some way ?
Thank you for your help.