📄️ Context and Task
Data Context is an object injected into logic functions during a task, which containes some key components:
📄️ Payload
Payload is the data sent by triggers as input and is accessible from the context object. Currently there are two payload types:
📄️ Session Storage Agent
For sharing data between logic during a task (execution) of a data process.
📄️ Local Storage Agent
For sharing data between tasks of one data process.
📄️ Event Store Agent
Emit and query LOC data events.
📄️ Result Agent
Finalise a JSON object as the result data. If the trigger is synchronized API route or message queue, it will be returned to the trigger.
📄️ Logging Agent
Log (debugging) messages to LOC.
📄️ HTTP Agent
For sending HTTP requests.
📄️ Database Agent
Connecting external databases with built-in drivers. Currently the following databases are supported:
📄️ File Storage Agent
Accessing and writing remote files. Supports the following protocols/storage:
📄️ Mail Agent
Sending emails with a SMTP server.