Free Text

<decision-activity id="1">

    ...

      <question>
        <message>
          <message-text>
            <localized-text>;
              <locale language="en">
              What is the age of the claimant, %1s?
              </locale>
            </localized-text>
          </message-text>
          <message-parameters>
            <wdo-attribute wdo-name="Participant" 
              name="userName" />
          </message-parameters>
        </message>
        <free-text type="INT32">
          <wdo-attribute wdo-name="DecisionResult" 
            name="ageOfClaimant" />
        </free-text>
      </question>

    ...

    </decision-activity>
question
This represents the question associated with this decision activity, which for a free text question contains the metadata outlined below.
message
This represents the parameterized text of the question to be asked for all locales.
free-text
This contains the details of the free text answer that the user must supply.
type
This represents the required data type of the free text answer that must be supplied.
wdo-attribute
This represents the workflow data object attribute that maps the free text answer back into the workflow engine.