1) Tried to access Workflow Server -> Errors -> Error profile = "ALL" in the newly created Workflow.
2) Created smart object reference for "Error Log" -> GetErrorLogsFiltered method with input mappings(ErrorProfileName=All)
3) When we execute the above steps, system throws the following error (but records are there)
"Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex"
4) But if we access the above method using 'Smartobject Service Tester', it is working correctly(records are listing).
Can anyone help us, what could be the reason for this error? How to fix it?