IfThen

IfThen

What to use it for

Prerequisites for usage

Essential options to set

Use the If Activity when it depends on the circumstances in the Workflow whether a set of Activities needs to be executed.

 Read more
  • Use the If Activity when only one of two options should be possible:
    • Execute one set of Activities or execute a different set, depending on the circumstances.
  • Use the IfThen Activity when only one of two options should be possible:
    • Either execute a specific set of Activities or skip these, depending on the circumstances.
    • (IfThen is essentially a short version of the If Activity.)
  • Use the IfElseIf Activity when one of several options should be possible:
    • Execute one of the many Activity sets, depending on the circumstances.

None.

If Condition

Misc

PropertyWhat is itHow to use
If Condition

 

Option to define in which situation the corresponding If sequence should be executed.Enter a VB expression to define the conditional rule.

Then sequence

 

A miniature sequence that will be executed when the If condition is true.

Drag Activities to the sequence, and set their options.

All 'conditional' Activities