Versions Compared

Key

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

...

In the second column you must use the following construction:

Code Block
EXPR#:param_TASK_[name_of_task]_[original_name_of_shared_parameter]:

construction. In our case it will be

EXPR#:param_TASK_shared_var_test_1_variableA

EXPR#:param_TASK_ is a required prefix. [name_of_task] is the name of the task where shared variable was created (shared_var_test_1 in our example). And variableA is the original name of the shared variable.

Final expression for our example:

Code Block
EXPR#:param_TASK_shared_var_test_1_variableA: 

Double click second translator. Here you can use :param_it_is_shared_var: construction.

...