Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 70f559c

Browse files
author
Will Witman
committed
added note about setVariable argument
1 parent 04af847 commit 70f559c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/javadocs-javacallout/com/apigee/flow/message/MessageContext.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ <h4>setVariable</h4>
413413
<dl>
414414
<dt><span class="paramLabel">Parameters:</span></dt>
415415
<dd><code>name</code> - The name of the flow variable.</dd>
416-
<dd><code>value</code> - The new value for the variable.</dd>
416+
<dd><code>value</code> - The new value for the variable. The item is set as an object, and not flattened upon insertion.</dd>
417417
<dt><span class="returnLabel">Returns:</span></dt>
418418
<dd>true if the variable was set;
419419
false if the variable is read-only or if it does not exist.</dd>

0 commit comments

Comments
 (0)