Error - The calling thread cannot access this object because a different thread owns it
I'm using RunExternalCommand within a workflow. I'm setting the "HighlightEsriFeatureSet" command and passing an IEnumerable<Graphic> variable (result of Buffer Task). The result is the error message "The calling thread cannot access this object because a different thread owns it". There are no compile errors in Workflow Designer. When I execute the workflow from my viewer, I get the message. Any thoughts?
0
-
I needed to assign the IEnumerable<Graphic> to a FeatureSet variable. New FeatureSet(bufferGraphics). 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar