mirror of
https://github.com/Nikhil-Doye/workflow-builder.git
synced 2026-07-22 02:01:56 +02:00
25b9fd056a
- Updated README to reflect new variable substitution methods using node labels alongside node IDs for improved usability. - Modified demo workflows to utilize descriptive node labels for variable references, enhancing clarity in configurations. - Implemented a mapping system in the ExecutionEngine to support variable substitution using node labels, ensuring backward compatibility with existing node ID references. - Added validation for unique node labels within the workflow to prevent conflicts and improve user experience. - Enhanced utility functions for variable validation to accommodate both node IDs and labels, ensuring robust error handling during workflow execution.