Hello WF Experts,
I am trying to find out a solution to lock the sales document when a workflow is triggered for the same. This is to make sure the update doesn't fail if any other user keeps the same document opened in change mode.
As part of this scenario, I used ENQUEUE_EVVBAKE function module in the first step activity of the workflow. The document is locked within the step but when the step execution is complete the document is unlocked automatically which did not serve the purpose.
Is there any way to make the document locked till the workflow process is complete?
Appreciate if anyone could provide some suggestions.
Thanks!