Expand description
§Publish Function Module
This module provides publishing capabilities for converting structured context data into serialized string formats (JSON or XML). It’s typically used at the end of a workflow to prepare output data for transmission or storage.
§Features
- Serialize data field to JSON string
- Serialize data field to XML string
- Support for nested source paths
- Automatic change tracking for audit trails
§Example Usage
{
"name": "publish_json",
"input": {
"source": "output",
"target": "json_string"
}
}Structs§
- Publish
Config - Configuration for publish functions.
Functions§
- execute_
publish_ json - Execute publish_json operation.
- execute_
publish_ xml - Execute publish_xml operation.