...
loadEventsFromExecutionContext
operator is used to provide data to an on-demand stream via webhook api.
Operator Usage in Easy Mode
- Click + on the parent node.
- Enter the Load Events from Execution Context operator in the search field and select the operator from the Results to open the operator form.
- In the Parent drop-down, enter or select a table that will be returned as output if no data is found in the context.
- Click Run to view the result.
- Click Save to add the operator to the playbook.
- Click Cancel to discard the operator form.
Usage Details
LQL command
Code Block |
---|
loadEventsFromExecutionContext(parentTable) |
...