Solved
When FileTransfer event from FileRepository thing has triggered?
Have a problem with FileTransfer event. I wrote a subscription with code like this:
if(eventData.isComplete === true){
me.IsComplete = "true";
}
And after I execute some of services, but don't have any result.
I'm confused about that, because i have no idea in which cases event has triggered.

