Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hello!What is the difference betweeen and which executing with parameter true or false is correct?1)tc.commit(true);2)tc.commit(false);where:TaminoClient tc;?In TaminoClient documentation I found:----------------------------------------commitpublic final void commit(boolean keepCursors) throws TaminoErrorThe Tamino object will attempt to commit a transaction using HTTP/1.1 POST and the _commit verb. Commit the transaction.Parameters:keepCursors - indicates whether cursors should be kept - this parameter has no effect----------------------------------------thanks in advance!best regards,Dariusz Baumann
I think the documentation is correct in saying “this parameter has no effect”.