Use decision block

Hi,

 
How to use the block decision ?
 

I have a
start block, a task, a fork, other tasks and a decision block. <?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>

I test if a
workflow variable of type boolean is equal to false.<o:p></o:p>

If value is
false, then workflow is terminated, else an another task is started.<o:p></o:p>

But it does
not work, it runs the tasks but not the decision block and therefore not the
last task.<o:p></o:p>

<o:p> </o:p>

Condition
expression:<o:p></o:p>

 VarWF = False<o:p></o:p>

 If decision = Yes -> end<o:p></o:p>

 If decision = No -> new task (never opened)

That must contain the phrase, blocks of decision? And when and
how to
run it?<o:p></o:p>

Thanks<o:p></o:p>

Hi,

 
in the lines connected to the output of decision block you have to write "yes" or "no" depending on how you want the flow to go. Can you maybe send some screenshots to our support e-mail so we can have an idea of what's going on. Workflow Studio definition is essencially visual, and just describing how it's defined is not very accurate.
 
Thanks

Hi,

 
The mail is sent.
 
Thanks