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

Aman Kumar S
Kilo Patron

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.

 

Best Regards
Aman Kumar

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

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.

 

Hi 

i tried the wait for condition as per below

it gets stuck- that is create task  step and does not go further

Thanks

 

levino_0-1707972129449.png