Is someone have experience about encode uml script with javscript or phyton code not in online server?

–1 vote
asked Aug 30 in Question / help by Samir (110 points)
I am creating ai agent on n8n for generate script with ai and ecnode it with javascript or phyton code. But i got errors in this case. does someone have experience about it?

2 Answers

0 votes
answered Sep 1 by Potherca (480 points)

You should be able to find all the information you need at https://plantuml.com/text-encoding, including links to implementationms in JS, Python, and other languages.

0 votes
answered Nov 11 by valexiev (1,820 points)

@Potherca gives a good answer. But I think you'd invoke plantuml.jar from n8n? Then you don't need any of the implementations in a different language, this is a key sentence:

> You can use -encodeurl or -decodeurl in the command line flags to encode or decode the text.

If you will link to plantuml as a library, then you should find the Java method that encodes.

...