keep icon indicating copy to clipboard operation
keep copied to clipboard

[➕ Feature]: don't run workflows when they are not properly configured, until configuration changed

Open shahargl opened this issue 1 year ago • 2 comments

current behavior When workflow runs without being properly configured, it will cause an error and will try to run again. In case of interval workflow, this will lead to a lot of workflowexecution which will spam the database

expected behavior worklfows that cause configuration error won't run again until they are properly configured

shahargl avatar Jun 18 '24 06:06 shahargl

  • Let's show some indication in the web that the last execution was not successful

Matvey-Kuk avatar Jun 18 '24 06:06 Matvey-Kuk

There is already such indication

shahargl avatar Jun 18 '24 10:06 shahargl

@shahargl is this still relevant?

talboren avatar Mar 19 '25 08:03 talboren

can be fixed by validating yaml on backend and saving status to workflow.is_valid, related to https://github.com/keephq/keep/issues/3903

Kiryous avatar May 05 '25 23:05 Kiryous