Common Functions
This section describes functions that are common for most Iotellect contexts.
Fire Context Event
Fires a custom event directly from any context. This function is now available globally in all contexts.
Function Name: | fireContextEvent | ||
Permissions: | Accessible at Operator level level | ||
Input Records: | 1 | ||
Input Format: | Name | Type | Description |
|---|---|---|---|
event | String | Event type name to fire. Must correspond to an event definition. | |
level | Integer | Severity level for the event (e.g., info, warning, error). | |
data | DataTable | Optional event-specific data table. May be empty or match event schema. | |
Output Records: | 0 | ||
Output Format: | None | ||
Was this page helpful?