{ "name": "Reroute", "displayName": "Reroute", "description": "", "category": "", "helpUrl": "https://maps-apis.carync.gov/server/rest/directories/arcgisoutput/Reroute_Test_WebTool_GPServer/Reroute_Test_WebTool/Reroute.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "staging_fc", "dataType": "GPString", "displayName": "Staging", "description": "The staging collection-routes feature layer containing the proposed route assignments.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Collection Routes Staging", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Collection Routes Staging", "Collection Routes" ] }, { "name": "prod_fc", "dataType": "GPString", "displayName": "Production", "description": "The production collection-routes feature layer that will be updated with the approved route assignments.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Collection Routes", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Collection Routes Staging", "Collection Routes" ] }, { "name": "dry_run", "dataType": "GPBoolean", "displayName": "Test Run", "description": "When enabled, validates and previews the proposed changes without updating the production feature layer.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "status_msgs", "dataType": "GPString", "displayName": "Status Messages", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }