Created
October 20, 2023 14:40
-
-
Save laur3d/f3a4f68fcd8dfe86caa02711aa9b9394 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ai.flowx.updates.document.persist.v1 <-- topic from doc plugin | |
uploadedDocument <-- key | |
MVEL | |
if(input.uploadedDocument.downloadPath!=null){ | |
output.put("app",{"uploadedDocument": "https://admin-laur.playground.flowxai.dev/document/" + input.uploadedDocument.downloadPath}); | |
} | |
app.uploadedDocument <--> process data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment