x = work_item.stringAttribValue ("x",0) print (x)
Everything works fine except that the script is so fast that the result log is quite difficult to read, even if i limit the process one item at a time.
The output is something like:
josefinePedro
Maria
NicolasJose
etc...
I was wondering if there is anyway to make the process wait for the each work item to complete the log?
Strange problem to have I know, things are too fast!