We have a board where items are created via a form. As soon as the form is submitted, a workflow that is triggered by the form submission runs to update several other columns on the board. The workflow takes about one minute to run. If a user is in the board and also attempts to edit the item during that minute the workflow does not complete its update. When this happens, the workflow does not show a “failure”, it still shows “success” despite the fact that the updates were not made completely.
It would be helpful to be able to lock the item, or prevent manual editing, while a workflow is running to avoid these conflicts.
Thanks for your consideration!