Displaying job on AOI tab

1453
2
10-04-2012 05:25 AM
MikeJohnson2
New Contributor
Greetings,

Where can I find some sample C# code for  displaying job AOI on the AOI Tab?

Thanks,

Mike Johnson
0 Kudos
2 Replies
AlisonGaiser
Occasional Contributor
Mike,

Not exactly sure what you are looking for, but have you looked at the developer sample that
"This sample shows how to extend the ArcGIS Workflow Manager client application with your own AOI definition tool.  In the sample, you will add an address finder tool to the available commands on the job's AOI tool."?

You can find this in the WMX install under Developer Kit\Samples\CustomAOICommand.

Alison
0 Kudos
MikeJohnson2
New Contributor
Mike,

Not exactly sure what you are looking for, but have you looked at the developer sample that
"This sample shows how to extend the ArcGIS Workflow Manager client application with your own AOI definition tool.  In the sample, you will add an address finder tool to the available commands on the job's AOI tool."?

You can find this in the WMX install under Developer Kit\Samples\CustomAOICommand.

Alison


1.Users can enter Work Flow Manager job information including AOI through an Adobe Flex web form which uses the REST APIs and ESRI Client Users can enter Work Flow Manager job information using a custom C# DLL for Work Flow Manager.
2.I am looking for some sample code  (or guidance) to do the following:
a.Save the AOI information (point or bounding box) entered through Adobe Flex web form presumably using the REST APIs.
b.Save the information from the custom Work Flow manager C# DLL ( custom form)
c.Display AOI (bounding box or point) on the AOI tab in Work Flow Manager

Thanks,

Mike
0 Kudos