Administering and Monitoring Business Processes 10.4 | Administering and Monitoring Business Processes | webMethods Monitor Built-in Services Reference | pub.monitor.process.model Folder | pub.monitor.process.model:getCustomFieldDefinitions
 
pub.monitor.process.model:getCustomFieldDefinitions
Retrieves the custom field definitions for the specified model.
Input Parameters
The following table lists the input parameters.
modelID
String Model ID of the process model from which to retrieve custom field definitions. To retrieve model IDs, invoke the pub.monitor.process.model:getModelNames service and use the value returned in the modelNames/PROCESSKEY output parameter.
Note: Whether Monitor treats modelID 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.
deployVersion
String The version of the process model. The model version for externally executed and integration processes models is always 1.
Output Parameters
The following table lists the output parameters.
customFields
Document List List of the retrieved custom field definitions. For each custom field definition, the following fields are returned:
*PROCESSKEY String The model ID of the process model that contains the custom field definition.
*STEPID String Step ID of the step that is set up to log a field for a custom field definition.
*DOCUMENTTYPE String Fully-qualified name of the IS document type for the document that contains the custom field.
*DOCUMENTNAME String User-defined name of the document as it was specified in Designer.
*FIELDNAME String The field name as defined in the IS document type.
*FIELDTYPE String Data type for the field, which will be one of String, Number, or Date.
*TYPE String Whether the custom field is in the pipeline data or the global data.
*1 The custom field is in the pipeline data.
*2 The custom field is in the global data.
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