publish_output
Publish output data for other workers to consume in a shared memory system, enabling coordination and reducing redundant data transmission.
Instructions
Publish an output for other workers to consume
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID | |
| output_key | Yes | Key of the output | |
| data | Yes | Output data |