dataflow-rs 0.1.7

A lightweight, rule-driven workflow engine for building powerful data processing pipelines and nanoservices in Rust. Extend it with your custom tasks to create robust, maintainable services.
Documentation
{
    "id": "",
    "data": {},
    "payload": {},
    "metadata": {},
    "temp_data": {},
    "audit_trail": [
        {
            "workflow_id": "",
            "task_id": "",
            "timestamp": "",
            "changes": {
                "field": "",
                "old_value": "",
                "new_value": ""
            }
        }
    ]
}