- 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:02 PM
Hi @levino
How exactly do you want this to play, you can use wait for condition if you want to wait until the state reaches to closed.
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 08:05 PM
Hi Aman
i want the to proceed to next step only if in closed state
let me know where i need to put the wait condition
Thanks
- 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:43 PM
Hi
i tried the wait for condition as per below
it gets stuck- that is create task step and does not go further
Thanks