Working with Code

In order to work with you code you need to use the code editor in Studio

Depending on the syntax you've chosen the code rules will differ. For example in C# code you'll automatically get __debug variable for interactions with built-in debugger. Furthermore there are several special rules:

  • While working with C# you will see only class fields and properties in Variables grid;

  • While working with Python you will see only variables with "_" starting names in Variables grid;

  • JavaScript doesn't support Watch and Variables;

  • Watch grid is compatible with visible variables only.

Code also supports arguments. You can work with Arguments the same ways as in any other process type.

To work with elements you should drag n drop the element you need into the code after that you'll get code snippet for your element.

In order to call separate process you should drag n drop process file from Project tree into your code.

Last updated