Integration Cloud 7.0.0 | Built-In Services | Built-In Services | countProcessedDocuments
 
countProcessedDocuments
Counts the number of documents processed by an Integration. Details about the processed documents can be viewed in the Execution Results screen.
Input Parameters
status
String Optional valid values are "success" or "fail". Set status to "success" to count the number of successfully processed documents, else set it to "fail". Default value is "success".
incrementBy
String Optional. Increment the number of documents processed by an Integration. Every time the service is used, successful or failed documents are incremented by the given value. Default value is 1.
Output Parameters
None
Usage Notes
To increment the number of documents processed by a list, use the sizeOfList service in the List service block.