Following function does not return callbackFunction in case of failure, it returns only in case of success.. any idea why it does not return callback on failure.
formContext.data.process.moveNext(callbackFunction);
Following function does not return callbackFunction in case of failure, it returns only in case of success.. any idea why it does not return callback on failure.
formContext.data.process.moveNext(callbackFunction);