Globals
These are the global methods and properties that can be used in a C# script or function.
Properties
Variables
A Dictionary<string, object> of the Variables used in the flow
Logger
A Logger that exposes
| Method | Description |
|---|---|
| DLog(string) | Debug log message |
| ILog(string) | Information log message |
| WLog(string) | Warning log message |
| ELog(string) | Error log message |
Flow
This is the NodeParameters which is the main object passed to each and every flow element for execution. There are many helper methods in this object
Methods
SendNotification
Sends a notification that will be shown in the web console
Parameters
| Name | Type | Description |
|---|---|---|
severity | string | Either critical, error, warning, or information |
title | string | The title of the nofication |
message | string | Optional message/body to go along with the notification |