- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 07:41 PM
Hi there
i have a IF condition only if task is complete state it needs to proceeds to next step, the below always evaluates to NO and goes straight to the end.
is there something else i need to add in my if condition?
Thanks
Levino
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 08:17 PM
if you need only if task is complete state it needs to proceeds to next step, then just before the if condition try wait for condition (task state is complete).
Kindly mark helpful/accepted if it helps you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 08:47 PM
Whenever there is update on the form wait for condition triggers.
Once the workflow reaches this stage, try to update the RITM form and see it will go to next step.
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 08:58 PM
you need to put wait for condition after create task and before if condition.
Kindly mark helpful/accepted if it helps you.