Task is not created based on the selection of a variable in the previous task level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 03:55 AM
Hi ,
I have requirement like one task needs to create based on the selection of variable(once check box is checked) in the previous task level. Wait for condition is not working in the workflow. The workflow get froze on the wait for condition. I will not move forward to create a new task.
Suggest me if any alternatives are there.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 05:30 AM
If the next task should not be generated until the previous task is closed/completed, then just add an if activity to check the variable value then follow the path to the next task or bypass that activity based on the result. If the next task should generate immediately when the box is checked on the previous task (and the update saved without necessarily closing the task first) then then wait for needs to be on a parallel path with the previous task, unless on that task the Wait for completion box is unchecked. With this approach you need to also have a path if the variable is never updated/box checked.