feat: add run origin options, fix client code templates, buttons and badge styles

This commit is contained in:
BennyKok
2024-01-19 17:08:05 +08:00
parent 81cb44c5cf
commit e220921440
14 changed files with 1152 additions and 181 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export const registerCreateRunRoute = (app: App) => {
workflow_version_id: deploymentData.version,
machine_id: deploymentData.machine,
inputs,
isManualRun: false,
runOrigin: "api",
apiUser: apiKeyTokenData,
});