跳到主要内容

WorkflowSourceFileInput

pathstringrequired
Example: index.ts
contentstringrequired
Example: export default {};
encodingstring

二进制静态资源使用 base64 编码时填写;省略时 content 按 UTF-8 文本处理。

Possible values: [base64]

WorkflowSourceFileInput
{
"path": "index.ts",
"content": "export default {};",
"encoding": "base64"
}