WorkflowSourceFileInput
pathstringrequired
Example:
index.tscontentstringrequired
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"
}