InputAttribute class

InputAttribute is used by the state to gather input value that will be used in the state processing, or to be included with the external web service call.

Syntax

public class InputAttribute

Derived classes

Remarks

On the State Editor, InputAttribute is referred to as "Input Variable" and is represented with three UI components:
  • A checkbox
  • An "input field" (textbox or dropdown box)
  • An mandatory attribute indicator
  • A description of the input attribute
  • Mouse-hover showing the description, and the default session variable name

The checkbox indicates whether the value entered in the "input field" should be treated as "<i>session variable name</i>" when checked, or "<i>static value</i>" when not checked. When checked, the session variable name will be used in retrieving the value from the session variable.

In either cases, the value will always be persisted for durability across session.

Also, see OutputAttribute.