{ "name": "ExecuteBatchJob", "displayName": "ExecuteBatchJob", "description": "Executes a Reviewer batch job and writes the results to the Reviewer table.", "category": "", "helpUrl": "https://maps.udot.utah.gov/arcgis/rest/directories/arcgisoutput/ExecuteBatchJob_GPServer/ExecuteBatchJob/ExecuteBatchJob.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "reviewer_workspace", "dataType": "GPString", "displayName": "reviewer_workspace", "description": "The workspace where the Reviewer batch job results are going to be written.", "direction": "esriGPParameterDirectionInput", "defaultValue": "C:\\data\\reviewer.gdb", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "session_id", "dataType": "GPString", "displayName": "session_id", "description": "The numeric identifier for a Reviewer session. The session ID must exist in the Reviewer Workspace.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Session 1 : Session 1", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "batch_job_file", "dataType": "GPDataFile", "displayName": "batch_job_file", "description": "The path to the Reviewer batch job file that is going to be executed.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "production_workspace", "dataType": "GPString", "displayName": "production_workspace", "description": "The production database on which you want to run the Reviewer batch job. If this parameter points to an enterprise geodatabase (ArcSDE), verify that the connection file (.sde) references the correct geodatabase version.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "area_of_interest", "dataType": "GPFeatureRecordSetLayer", "displayName": "area_of_interest", "description": "Polygon features that will be used to build an area of interest (AOI). The AOI defines the validation processing area.", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "changed_features", "dataType": "GPBoolean", "displayName": "changed_features", "description": "Indicates the type of features, changed or unchanged, to validate when the production workspace references data in ArcSDE.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "production_workspaceversion", "dataType": "GPString", "displayName": "production_workspaceversion", "description": "The version on the production database on which you want to run the Reviewer batch job.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "reviewer_results", "dataType": "GPRecordSet", "displayName": "reviewer_results", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "RECORDID", "type": "esriFieldTypeOID", "alias": "RECORDID" }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "length": 38 }, { "name": "BATCHJOBFILE", "type": "esriFieldTypeString", "alias": "BATCHJOBFILE", "length": 512 }, { "name": "RUNCONTEXT", "type": "esriFieldTypeInteger", "alias": "RUNCONTEXT" }, { "name": "STATUS", "type": "esriFieldTypeInteger", "alias": "STATUS" }, { "name": "STARTTIME", "type": "esriFieldTypeDate", "alias": "STARTTIME", "length": 8 }, { "name": "ENDTIME", "type": "esriFieldTypeDate", "alias": "ENDTIME", "length": 8 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }