📄️ Logic and Session
Logic are the core elements of a data process. They contains the implementation of a data pipeline (which may be part of a bigger one). And the session storage is the thing to link them up together.
📄️ Tips on Error Handling
Some tips about handling errors in logic.
📄️ Emit and Inspect Events
LOC data events allows users to generate a data flow or data trail to indicate who have sent and received data. These information can be very useful for two reasons:
📄️ Events and Multiple Data Processes
This is the follow-up of Emit and Inspect Events, in which we've learned the basics of emitting events.
📄️ Send HTTP Requests Using Agent Configuration
What is Agent Configuration?