Administering and Monitoring Business Processes 10.4 | Administering and Monitoring Business Processes | webMethods Monitor Built-in Services Reference | pub.monitor.process.instanceSteps Folder | pub.monitor.process.instanceSteps:getStepCustomData
 
pub.monitor.process.instanceSteps:getStepCustomData
Retrieves the user-specified document field values, which were logged for a specified iteration of either a specified Invoke step or Task step.
Input Parameters
The following table lists the input parameters.
instanceID
String Instance ID of the process instance that contains the step whose user-specified document field values to retrieve. Specify the complete, exact ID.
Note: Whether Monitor treats instanceID as case-sensitive depends on how the underlying database (for example, Oracle, DB2, or SQL server) handles the queries that Monitor issues to obtain data.
instanceIteration
Number Iteration of the process instance that contains the step.
stepID
String The full step ID for the step. You can retrieve step IDs using the pub.monitor.process.modelSteps:getStepIDNames service.
stepIteration
Number Iteration of the step for which to retrieve document field values.
Output Parameters
The following table lists the output parameters.
stepCustomData
Document List List of the retrieved user-specified document field values. For each document field, the following fields are returned:
*STEPID String Step ID of the step that logged the document field value.
*STEPITERATION Number Step iteration of the step that logged the document field value.
*INSTANCEITERATION Number Iteration of the process instance when the step logged the document field value.
*DOCUMENTNAME String The name of the user-defined document that contains the field that was logged.
*FIELDNAME String Name of the logged field.
*STRINGVALUE String The value of the field if the logged field value is a String.
*NUMBERVALUE String The value of the field if the logged field value is a number.
*DATEVALUE String The value of the logged field if the logged field value is a date.
*AUDITTIMESTAMP Number Timestamp that the field was logged, in epoch time; that is, the number of seconds since January 1, 1970.
message
String Error that occurred during the execution of this service if this service encountered an error.

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release