Versions Compared

Key

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


Excerpt

Represents the executing engine, containing methods and properties pertaining to engine information.


Code Block
public class Engine

Example

The following example demonstrates retrieving a few config values and a CaptureApi client from the engine helper class.

Code Block
public class Example : CustomNode
{
    var mongoConnection = Engine.GetEngineConfigSetting("Mongo");
    var captureApi = Engine.GetCaptureApiClient();
}

Properties

stringĀ ServiceName

The service name of the executing engine.


Methods

GetEngineConfigSetting

Filter by label (Content by label)

Insert excerptCN:GetEngineConfigSetting MethodCN:GetEngineConfigSetting Methodnopaneltrue Insert excerptCN:GetCaptureApiClient MethodCN:GetCaptureApiClient Methodnopaneltrue Insert excerptCN:GetSquare9ApiClient MethodCN:GetSquare9ApiClient Methodnopaneltrue

showLabelsfalse
showSpacefalse
sorttitle
excerptTypesimple
cqllabel = "enginemethod"