feat: validate workflow plans without saving
This commit is contained in:
@@ -399,6 +399,11 @@ def test_openrpc_exposes_typed_auth_delete_result(
|
||||
"SaveArtifactResult",
|
||||
{"artifact_id", "version", "saved"},
|
||||
),
|
||||
(
|
||||
"workflow.artifacts.validate_plan",
|
||||
"ValidateArtifactPlanResult",
|
||||
{"status", "diagnostics", "required_capabilities", "workflow_dependencies"},
|
||||
),
|
||||
(
|
||||
"workflow.artifacts.save",
|
||||
"SaveArtifactResult",
|
||||
|
||||
Reference in New Issue
Block a user