Step | Batch Code | Description | Additional Parameters |
|---|---|---|---|
1 | W1GISUPL | GIS File Upload | • fileName: Name of the file or files to be uploaded. For multiple files, the parameter supports the “glob” syntax for using wildcard characters. • filePath: The file path where the output should be placed. |
2 | W1-CMSYN | Composite Sync Request | • State: PENDING • BO: W1-CompositeSyncReqGISAsset |
3 | W1-SIOPE | Ongoing Sync Request - Pending | • State: PENDING • BO: W1-OngoingSyncRequestLocation |
4 | W1-SIOPE | Ongoing Sync Request - Pending | • State: PENDING • BO: W1-OngoingSyncRequestAsset |
Step | Batch Code | Description | Additional Parameters |
|---|---|---|---|
1 | W1GISEXT | GIS File Extract | • fileName: Name of the extract file. The file will be replaced if it already exists or created if it does not. The parameter value is defaulted to “WACS_<assetClass>_{BN}_{RN}_{TN}.json” where the variable {BN} is the respective batch number, {RN} is re run number and {TN} is thread number. The <assetClass> variable will be replaced with the GIS asset class value followed by the file number based on the Maximum Records Per File parameter. A separate file for each GIS asset class is created if the <assetClass> variable is provided. Note: If a specific AssetClass is provided by replacing the <assetClass> placeholder, a sequential number is prepended to the file name and must be removed manually. The default parameter value should be used for batch processing to ensure files are generated in a format that the OU WACS ArcGIS Asset Update process can correctly identify and process. • filePath: The file path where the output should be placed. • maxRecordsPerFile: Parameter value is defaulted to 300. Note: Larger values may result in requests exceeding ArcGIS API limitations. • fileFormat: Parameter value is defaulted to JSON. |