Playground
Try dataflow-rs directly in your browser. Define workflows, create messages, and see the processing results in real-time.
How to Use
- Select an Example - Choose from the dropdown or write your own
- Edit Workflows - Modify the workflow JSON on the left panel
- Edit Message - Customize the input message on the right panel
- Process - Click “Process Message” or press
Ctrl+Enter - View Results - See the processed output with data, metadata, and audit trail
Tips
- JSONLogic - Use JSONLogic expressions in your workflows for dynamic data access and transformation
- Multiple Tasks - Add multiple tasks to a workflow for sequential processing
- Multiple Workflows - Define multiple workflows that execute in priority order
- Conditions - Add conditions to tasks or workflows to control when they execute
- Audit Trail - The output shows all changes made during processing