Changes

Workflow Designer

374 bytes added, 14:23, 23 October 2013
/* Designing workflows */
{{Attention|Variables are only accessible in the defined scope, so please make sure to set the scope right}}
 
===Expressions===
Most of the arguments and variables can be supplied with expressions instead of fixed values. Expressions will be evaluated at runtime and provide a powerful way to solve complex problems.
Due to the underlying Microsoft Workflow Foundation, expressions are exclusively coded in VB.NET - unlike any other coding in {{UBIK}} which is typically done in C#.
==See also==