SR
I want to know what is the best way to show a document as an inoput to a function. The document will be updated by the function and will also be an out put of the same function. Shown below are the two options A & B.
A. Show the document as input and output to same function in one step.
B. Show document as an input to function and name it as "Receive Document". in th next step, make a function with name "Update document" and show Updated Document as an output.
please refer the attach file.
Please tell me which of the above two methods are correct. Also, Is it correct as per ARIS guidelines If I use option A.