[PR #182] [MERGED] Improve workflow configuration error message #195

Closed
opened 2026-02-16 02:16:53 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/182
Author: @adrianlyjak
Created: 10/31/2025
Status: Merged
Merged: 11/5/2025
Merged by: @adrianlyjak

Base: mainHead: cursor/LI-4169-improve-workflow-configuration-error-message-40fe


📝 Commits (4)

  • a6b1d64 Refactor: Improve workflow configuration error messages
  • c6e0c99 Add tests for workflow configuration errors
  • 94ddb1b Refactor workflow validation to defer step check
  • bb2762d Merge remote-tracking branch 'origin/main' into cursor/LI-4169-improve-workflow-configuration-error-message-40fe

📊 Changes

2 files changed (+103 additions, -6 deletions)

View changed files

📝 src/workflows/workflow.py (+41 -6)
📝 tests/test_workflow.py (+62 -0)

📄 Description

This pull request contains changes generated by a Cursor Cloud Agent

Open in Cursor Open in Web


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/182 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `cursor/LI-4169-improve-workflow-configuration-error-message-40fe` --- ### 📝 Commits (4) - [`a6b1d64`](https://github.com/run-llama/workflows-py/commit/a6b1d64962ca4a0b3eb20391addd7b851b26825d) Refactor: Improve workflow configuration error messages - [`c6e0c99`](https://github.com/run-llama/workflows-py/commit/c6e0c991d94907d89670d8ec59c4daf97480f76a) Add tests for workflow configuration errors - [`94ddb1b`](https://github.com/run-llama/workflows-py/commit/94ddb1b09672381ab360f68c5e76dce3319a2852) Refactor workflow validation to defer step check - [`bb2762d`](https://github.com/run-llama/workflows-py/commit/bb2762ddd6f430a204338378715ec316a7f069f2) Merge remote-tracking branch 'origin/main' into cursor/LI-4169-improve-workflow-configuration-error-message-40fe ### 📊 Changes **2 files changed** (+103 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/workflows/workflow.py` (+41 -6) 📝 `tests/test_workflow.py` (+62 -0) </details> ### 📄 Description This pull request contains changes generated by a Cursor Cloud Agent <a href="https://cursor.com/background-agent?bcId=bc-3a1bff4c-4f93-4f3f-a346-f916fabe4044"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-3a1bff4c-4f93-4f3f-a346-f916fabe4044"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:53 -05:00
yindo closed this issue 2026-02-16 02:16:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#195