String getParameter(HashMap inputProperties, String name, String defaultValue)
Returns the resolved value of the specified input parameter.
- intputProperties – HashMap passed into the processWorkItem() method
- name – name of the input parameter. Any property references in the configured input parameter value are resolved before the value is returned by this method. The name must match an input parameter defined with the addInputParameter() method. If the maxValues for the parameter is greater than 1, the name must identify which parameter (such as "Attribute0" or "Attribute1").
- defaultValue - returned if the value of the resolved work item property is empty or not defined.