workflow if condition on sc_task

levino
Giga Guru

 

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

 

 

levino_0-1707968309180.png

 

1 ACCEPTED SOLUTION

Maddysunil
Kilo Sage

@levino 

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.

View solution in original post

6 REPLIES 6

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.

Best Regards
Aman Kumar

@levino 

you need to put wait for condition after create task and before if condition.

Kindly mark helpful/accepted if it helps you.