Passing a Document

0
Hii I have a doubt that how to pass an input as a word document in java action call
asked
1 answers
1

If you mean how to pass a file document in general, just pass it as the entity you created it. You could also add a general parameter to just pass the FileDocument entity and then use the several functions you have available to stream content to/from that file document in your Java function.

answered