Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
{scrollbar}
| Parameters | [String|java/lang/String.html@java] \\ | outputName \\ |
| | [Object|java/lang/Object.html@java] | value \\ |
| Result: | none \\ | \\ |
Sets the value for an output. This call is used to set atomic output values such as a String.

It is important to call [isDefinedOutput()] or [getOutputNames()] before asking for access to an output as an error will occur if you ask for an output that has not been defined in the action 

Parameters

String

outputName

 

Object

value

Result:

none


Sets the value for an output. This call is used to set atomic output values such as a String.

It is important to call isDefinedOutput() or getOutputNames() before asking for access to an output as an error will occur if you ask for an output that has not been defined in the action sequence.