Kamila
9 months agoContributor
Lock one process
Hi Team,
We have 2 similar processes under one member in workflow. I need to lock process A, when B is completed. Could you please advise what method to use?
Many thanks!
I have 2 similar import processes within one workflow and unfortunately both should be enabled. When user decides to use process A, process B should be locked (and vice versa). The goal is to prevent completion of both processes.
Kamila - In that Case you have to use WF channel so the lock will be independent of each other then you can use the WF Event Handler to lock based on which WF profile has been selected by user.
This was very helpful, thank you Krishna 🙂