We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3ed4cb + 13f29f8 commit 286527eCopy full SHA for 286527e
services/budapp/budapp/guardrails/services.py
@@ -173,7 +173,7 @@ async def add_guardrail_deployment_workflow(
173
174
# Retrieve or create workflow
175
workflow_create = WorkflowUtilCreate(
176
- workflow_type=WorkflowTypeEnum.CLOUD_MODEL_ONBOARDING,
+ workflow_type=WorkflowTypeEnum.GUARDRAIL_DEPLOYMENT,
177
title="Guardrail Deployment",
178
total_steps=workflow_total_steps,
179
icon=APP_ICONS["general"]["deployment_mono"],
0 commit comments