Skip to main content

WorkflowSourceFileInput

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

when binary static resources are encoded in base64, they are content processed as UTF-8 text.

Possible values: [base64]

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