feat: download certificate archive

This commit is contained in:
Fu Diwei
2025-01-18 07:07:50 +08:00
parent d28b89f03e
commit d5e4ea385d
16 changed files with 265 additions and 139 deletions

View File

@@ -152,6 +152,6 @@ type WorkflowNodeIOValueSelector struct {
}
type WorkflowRunReq struct {
WorkflowId string `json:"workflowId"`
WorkflowId string `json:"-"`
Trigger WorkflowTriggerType `json:"trigger"`
}