Updating Wait for condition in the WF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
Hello, I have come across where I want to "stop" the WF in wf editor if a user does not have these two Booleans on the user profile(sys_user) are true at the same time. the wait for condition will check it the first time & if those two fields aren't true, it will stay stuck in the wait for condition which is fine, but later if the user has the required two Booleans = true it does not update the wait for condition and it's just stuck in the workflow & will not proceed.
If both of them are check the WF doesn't start again or rechecks, basically the wait for condition is still stuck even though the condition has been satisfied where both of the Booleans are true.
Has anyone have any tips or something to refer to, I researched some of the restart the workflow or a run script, but I have not had any luck.
I have tried timers and that too but I want it to happen instantly.
