Expand my Community achievements bar.

How do I get the output from long process?

Avatar

Former Community Member

How can I retrieve output from long process?

For example, in my long process, there is boolan object assign as an output. How can retrieve this boolean object?

by the way, I am calling the process by using remote object.

6 Replies

Avatar

Level 10

When you call a long lived object you get a unique identifier back.

On can call back using that identifier to get the status or the result of the process.

Jasmin

Avatar

Former Community Member

Is the unique identifier jobID? 

I will be appreciated if you can provide me some sample codes. following are code how I call the process.

var token:AsyncToken=myProcess.invoke_Async(params);

Thanks,

Avatar

Level 10

Check the following link in the online documentation.

Jasmin

Avatar

Former Community Member

I didn't see the link on you reply.  Would you provide it again please?

thanks,

Avatar

Former Community Member

Sorry if this is stupid question. That's the guide I have been using to invoke long process. I still don't get how I can get the output by read the guide.

Are we doing something special with the jobID?  if yes, How can we do it?

Thanks,