Compare commits

...

1 Commits

Author SHA1 Message Date
GareArc
820157558c Refactor WorkflowService to handle missing default credentials gracefully 2025-09-19 00:28:42 -07:00

View File

@@ -450,7 +450,8 @@ class WorkflowService:
)
if not default_provider:
raise ValueError("No default credential found")
# plugin does not require credentials, skip
return
# Check credential policy compliance using the default credential ID
from core.helper.credential_utils import check_credential_policy_compliance