Hi,
I am performing jdbc inserts using LOCAL_TRANSACTION and in my flow service calling pub.art.transaction:startTransaction. My question is should the input to this service transactionName be unique for each call or can I hardcode it as ‘TRANS1’.
If I hardcode it will there be any problem in the multi threaded runtime scenario ?
thanks.