Excerpt |
---|
Represents the executing GlobalAction engine, containing methods and properties pertaining to engine information.
|
Code Block |
---|
public class ActionEngine : Engine |
Example
The following example demonstrates retrieving a few config values configuration value and a CaptureApi client from the engine helper class.
Code Block |
---|
public class Example : ActionNode
{
var mongoConnection = Engine.GetEngineConfigSetting("Mongo");
var captureApi = Engine.GetCaptureApiClient();
} |
Properties
GetEngineConfigSetting Filter by label (Content by label) |
---|
Insert excerpt |
---|
CN:GetEngineConfigSetting Method | CN:GetEngineConfigSetting Method | nopanel | true |
---|
Insert excerpt |
---|
CN:GetCaptureApiClient Method | CN:GetCaptureApiClient Method | nopanel | true |
---|
Insert excerpt |
---|
CN:GetSquare9ApiClient Method | CN:GetSquare9ApiClient Method | nopanel | trueshowLabels | false |
---|
showSpace | false |
---|
sort | title |
---|
excerptType | simple |
---|
cql | label in ("actionenginemethod","enginemethod") |
---|
|