getParameter - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks Process Exchange (EPX)

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Precisely EnterWorks > EnterWorks
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Process Exchange (EPX)
Copyright
2023
First publish date
2007
Last edition
2024-01-18
Last publish date
2024-01-18T18:45:39.198479
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.