CreateJob REST service

1718
1
01-04-2013 07:30 AM
MikeJohnson2
New Contributor
Greetings,

I am working on an Adobe Felx web application using the CreateJob REST service (JSON) passing the aoi parameter as documented in the REST API documentation.

1.  Does the CreateJob service also update/create the polygon featureclass in the JTX_JOBS_AOI table?

If not, where can I find information/examples on how to update the JTX_JOBS_AOI table?


Any examples are greatly appreciated!

Thanks,

Mike
0 Kudos
1 Reply
LalaineLam
Esri Contributor
Hi Mike,

Yes, if you call CreateJob with a specified AOI parameter, then that AOI (polygon) is saved in the JTX_JOBS_AOI table and associated with the newly created job.  Job AOIs can be created/updated anytime using the UpdateJob service.  Examples are available in the REST API Help.

Since you are using Flex, we also have the Workflow Manager Flex API available for use.
Workflow Manager Flex API Download

Hope that helps.

Thanks,
Lalaine
0 Kudos