Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, if you would like to distinguish between types A,B, and C, you would model three task mappings with each a precondition in the form of Control.Type = 'A'. Leaving the precondition empty or removing it is regarded the same as placing the expression TRUE in the precondition.

warning
UI Text Box
type
Note

It is your own responsibility to make sure that there is always one task mapping with a precondition that evaluates to TRUE. The runtime uses the first valid mapping (precondition that evaluates to TRUE), independent if there might be others that are valid as well. If there is no valid task mappings, an error is thrown.

...