I developped an application that can retrieve a file from KTA and send it back. For this I used 4 entry points :
- LogOnWithPassword2 (allow to log on to KTA),
- GetSourceFile (I retrieve a file encoded in byte array),
- UpdateSourceFile( once my file modified, i return it in byte array onto KTA and update it...)
- Log off the application.
So far, so good, everything is working fine. In order to check if the process is working, I run a second time my application and I do retrieve the document I sent to KTA.
For retrieving the document, I use the document Id that is provided by KTA. In this case the application is running correctly.
I return a simple PDF with an inspired "Hello World". My issue is the following : when I try to visualize the updated document in KTA i just have the initial document. It means that i don't visualize the update. Here is a capture of several screens from KTA. Instead of this document.
Is there a configuration issue in KTA ? Here is my actual BPMN screenshot.