Skip to main content

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

MethodDescription
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

NameTypeDescription
severitystringEither critical, error, warning, or information
titlestringThe title of the nofication
messagestringOptional message/body to go along with the notification