Hi,
I have a situation where a custom property (let’s call it backend stage), which is being updated through an external service, triggers a workflow which is responsible to move the deal into the next stage.
Now we discovered a situation, where the backend stage has been updated and while the workflow is working on processing that update (moving the deal to the next stage), another update to the backend stage happens (just a few seconds later).
Is it possible, that while the workflow is still running, every other trigger relevant property update is being ignored?
Is there a way to avoid this or make sure, that the workflow restarts every time an update is happening?