Skip to main content
13-Aquamarine
September 18, 2019
Solved

When FileTransfer event from FileRepository thing has triggered?

  • September 18, 2019
  • 1 reply
  • 3061 views

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. 

 

Best answer by PaiChung

You are subscribed to the FileTransfer event right?

You aren't even getting a FileTransfer start?

1 reply

22-Sapphire I
September 18, 2019

I would add some script log logger statements to see what is happening. especially I believe there is a status field you can log out?

and113-AquamarineAuthor
13-Aquamarine
September 18, 2019

Are you mean a thing property?

22-Sapphire I
September 18, 2019

Status should be in the event data or else associated with the transfer job.