How to get arguments from the ReportResultEvent when a user print a map
I like to make a workflow.
Where a user can print a map, and when it is finished, then upload the result to a service.
I have tryed to us the "ReportResultEvent" and "PrintTemplateCompletedEvent" in the "ListenForExternalEvent" and "CollectExternalEventArgs" tasks.
But when I use and Alert to show the eventargs.Json the result is "None"
Can anybody help me to complete my task ??
0
-
I can remember a remark from someone at Latitude only for a small number of the defined events it is possible to listen for it from a workflow so I'm afraid for this events this is not possible. 0 -
But nothing in the documentation for HTML5 API for this.
Can anybody at Latitude answer this?0 -
The remark was on the Silverlight viewer. I'm not sure on the HTML5 viewer. 0 -
Hi Sebastian,
Nico is correct where only certain events can be listened to from a workflow. This issue is already filed under GE-3956 and GE-8064 to improve our documentation. However, you can still create a workflow to have the map uploaded to a service at the end without listening to any event. Activities in a workflow run in order, so the next activity won't start unless the one before it has finished. Therefore, as long as you have the print map before the upload, then you can still acheive what you want without the listen to external events activity.
I hope this helps.
Regards,
Carmen0
Please sign in to leave a comment.
Comments
4 comments