processWorkItem - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks Process Exchange (EPX)

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Precisely 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
boolean processWorkItem(Work work, HashMap inputProperties, HashMap outputParameters, StringBuffer errors) 

Processes a work item. Returns true if the processing was successful. The errors parameter should be populated with any error messages if the processing fails. A BICException will be thrown if the processing fails. This will flag the work item with an error (if the activity is not configured to send on error).

  • work – details on the work item being processed
  • inputProperties – map of input properties and their values, which have been resolved (if the activity configuration contained work item property references)
  • outputParameters – map for the output properties and their values generated by the Callout BIC and stored with statements like the following:

outputParameters.put(OUTPUT_PARAMETER_NAME, valueForParameter);