@geocortex/workflow-activities-arcfm
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -1,1 +0,1 @@ | ||
{"activities":[{"action":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41::RunArcFMElectricTrace","suite":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41","displayName":"Run ArcFM Electric Trace","description":"Runs an ArcFM electric trace operation.","category":"ArcFM","tags":{},"inputs":{"serviceUrl":{"name":"serviceUrl","displayName":"Service URL","description":"The URL to the ArcGIS REST service. For example, http://server/arcgis/rest/services/<serviceName>/MapServer. The service must support the ArcFMMapServer extension.","placeholder":"","typeName":"string","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"startPoint":{"name":"startPoint","displayName":"Start Point","description":"The start point of the trace.","placeholder":"","typeName":"{\n x: number;\n y: number;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n }","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"traceType":{"name":"traceType","displayName":"Trace Type","description":"The type of trace to perform.","placeholder":"","typeName":"| \"Downstream\"\n | \"Upstream\"\n | \"Distribution\"\n | \"DownstreamProtective\"\n | \"UpstreamProtective\"\n | \"NextUpstreamProtective\"\n | \"ProtectiveIsolation\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"protectiveDevices":{"name":"protectiveDevices","displayName":"Protective Devices","description":"The layer IDs corresponding to the protective devices that participate in the trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"phasesToTrace":{"name":"phasesToTrace","displayName":"Phases To Trace","description":"The phases to be included in the trace.","placeholder":"","typeName":"| \"Any\"\n | \"A\"\n | \"B\"\n | \"C\"\n | \"AB\"\n | \"AC\"\n | \"BC\"\n | \"ABC\"\n | \"AtLeastA\"\n | \"AtLeastB\"\n | \"AtLeastC\"\n | \"AtLeastAB\"\n | \"AtLeastAC\"\n | \"AtLeastBC\"\n | \"AnySinglePhase\"\n | \"AnyTwoPhases\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"drawComplexEdges":{"name":"drawComplexEdges","displayName":"Draw Complex Edges","description":"Whether the trace should draw complex edges. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeEdges":{"name":"includeEdges","displayName":"Include Edges","description":"Whether the user has identified edges to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeJunctions":{"name":"includeJunctions","displayName":"Include Junctions","description":"Whether the user has identified junctions to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnAttributes":{"name":"returnAttributes","displayName":"Return Attributes","description":"Whether to include attribute values in the trace results. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnGeometries":{"name":"returnGeometries","displayName":"Return Geometries","description":"Whether to include feature geometries in the trace results. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"tolerance":{"name":"tolerance","displayName":"Tolerance","description":"A numerical value indicating the search tolerance for the trace in map units.","placeholder":"","typeName":"number","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"spatialReference":{"name":"spatialReference","displayName":"Spatial Reference","description":"The spatial reference for the results. By default, the results use the spatial reference of the map service.","placeholder":"","typeName":"{\n wkid?: number;\n wkt?: string;\n }","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"currentStatusProgID":{"name":"currentStatusProgID","displayName":"Current Status Prog ID","description":"The progID of the current status object.","placeholder":"","typeName":"any","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"outputs":{"results":{"name":"results","displayName":"Results","description":"The result of the activity.","placeholder":"","typeName":"{\n displayFieldName: string;\n fieldAliases: {\n [key: string]: string;\n };\n fields: {\n alias: string;\n name: string;\n type: string;\n length?: number;\n }[];\n features: {\n attributes: {\n [key: string]: string;\n };\n name: string;\n id: number;\n exceededThreshold: boolean;\n geometry?: any;\n }[];\n geometryType?: string;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n }[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"helpUrl":"https://resources.arcfmsolution.com/10.2.1d/ServerSDK/webframe.html#topic41789.html"},{"action":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41::RunArcFMGasTrace","suite":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41","displayName":"Run ArcFM Gas Trace","description":"Runs an ArcFM gas trace operation.","category":"ArcFM","tags":{},"inputs":{"serviceUrl":{"name":"serviceUrl","displayName":"Service URL","description":"The URL to the ArcGIS REST service. For example, http://server/arcgis/rest/services/<serviceName>/MapServer. The service must support the ArcFMMapServer extension.","placeholder":"","typeName":"string","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"startPoint":{"name":"startPoint","displayName":"Start Point","description":"The start point of the trace.","placeholder":"","typeName":"{\n x: number;\n y: number;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n }","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"traceType":{"name":"traceType","displayName":"Trace Type","description":"The type of trace to perform. The default is ValveIsolation.","placeholder":"","typeName":"| \"ValveIsolation\"\n | \"System\"\n | \"PressureSystem\"\n | \"CathodicProtection\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"isolationTraceBarriers":{"name":"isolationTraceBarriers","displayName":"Isolation Trace Barriers","description":"The devices that act as barriers to the Valve Isolation trace. The default is AllValves.","placeholder":"","typeName":"\"AllValves\" | \"CriticalValves\" | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"excludedValves":{"name":"excludedValves","displayName":"Excluded Valves","description":"One or more EID values indicating the valves that must be excluded from the trace. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includedValves":{"name":"includedValves","displayName":"Included Valves","description":"One or more EID values indicating the valves that may be included in the trace. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"squeezeOffs":{"name":"squeezeOffs","displayName":"Squeeze Offs","description":"One or more EID values indicating the valves that act as squeeze off points. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"temporarySources":{"name":"temporarySources","displayName":"Temporary Sources","description":"One or more EID values indicating the devices that act as temporary sources. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"pressureSystemTraceBarriers":{"name":"pressureSystemTraceBarriers","displayName":"Pressure System Trace Barriers","description":"One or more EID values indicating the devices that act as barriers to the Pressure System trace. Used only by the Pressure System trace.","placeholder":"","typeName":"| \"AllRegulators\"\n | \"RegulatorsWithDifferentOutletPressures\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"systemTraceBarriers":{"name":"systemTraceBarriers","displayName":"System Trace Barriers","description":"One or more EID values indicating the devices that act as barriers to the System trace. Used only by the System trace.","placeholder":"","typeName":"\"TownBorderStations\" | \"Regulators\" | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"drawComplexEdges":{"name":"drawComplexEdges","displayName":"Draw Complex Edges","description":"Whether the trace should draw complex edges. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeEdges":{"name":"includeEdges","displayName":"Include Edges","description":"Whether the user has identified edges to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeJunctions":{"name":"includeJunctions","displayName":"Include Junctions","description":"Whether the user has identified junctions to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnAttributes":{"name":"returnAttributes","displayName":"Return Attributes","description":"Whether to include attribute values in the trace results. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnGeometries":{"name":"returnGeometries","displayName":"Return Geometries","description":"Whether to include feature geometries in the trace results. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"tolerance":{"name":"tolerance","displayName":"Tolerance","description":"A numerical value indicating the search tolerance for the trace in map units.","placeholder":"","typeName":"number","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"spatialReference":{"name":"spatialReference","displayName":"Spatial Reference","description":"The spatial reference for the results. By default, the results use the spatial reference of the map service.","placeholder":"","typeName":"{\n wkid?: number;\n wkt?: string;\n }","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"outputs":{"results":{"name":"results","displayName":"Results","description":"The result of the activity.","placeholder":"","typeName":"{\n displayFieldName: string;\n fieldAliases: {\n [key: string]: string;\n };\n fields: {\n alias: string;\n name: string;\n type: string;\n length?: number;\n }[];\n features: {\n attributes: {\n [key: string]: any;\n };\n name: string;\n id: number;\n exceededThreshold: boolean;\n geometry?: any;\n }[];\n geometryType?: string;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n }[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"helpUrl":"https://resources.arcfmsolution.com/10.2.1d/ServerSDK/webframe.html#topic41790.html"},{"action":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41::RunArcFMWaterTrace","suite":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41","displayName":"Run ArcFM Water Trace","description":"Runs an ArcFM water trace operation.","category":"ArcFM","tags":{},"inputs":{"serviceUrl":{"name":"serviceUrl","displayName":"Service URL","description":"The URL to the ArcGIS REST service. For example, http://server/arcgis/rest/services/<serviceName>/MapServer. The service must support the ArcFMMapServer extension.","placeholder":"","typeName":"string","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"startPoint":{"name":"startPoint","displayName":"Start Point","description":"The start point of the trace.","placeholder":"","typeName":"{\n x: number;\n y: number;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n }","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"traceType":{"name":"traceType","displayName":"Trace Type","description":"The type of trace to perform. The default is ValveIsolation.","placeholder":"","typeName":"| \"ValveIsolation\"\n | \"CathodicProtection\"\n | \"PressureSystem\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"isolationTraceBarriers":{"name":"isolationTraceBarriers","displayName":"Isolation Trace Barriers","description":"The devices that act as barriers to the Valve Isolation trace. The default is AllValves.","placeholder":"","typeName":"\"AllValves\" | \"CriticalValves\" | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"excludedValves":{"name":"excludedValves","displayName":"Excluded Valves","description":"One or more EID values indicating the valves that must be excluded from the trace. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includedValves":{"name":"includedValves","displayName":"Included Valves","description":"One or more EID values indicating the valves that may be included in the trace. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"squeezeOffs":{"name":"squeezeOffs","displayName":"Squeeze Offs","description":"One or more EID values indicating the valves that act as squeeze off points. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"usePressures":{"name":"usePressures","displayName":"Use Pressures","description":"Whether to use pressures when isolating a specific area of the network. Used only by the Valve Isolation trace.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"pressureSystemTraceBarriers":{"name":"pressureSystemTraceBarriers","displayName":"Pressure System Trace Barriers","description":"The devices that act as barriers to the Pressure System trace. The default is AllValves.","placeholder":"","typeName":"| \"WaterRegulators\"\n | \"RegulatorsAndOtherDevices\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"drawComplexEdges":{"name":"drawComplexEdges","displayName":"Draw Complex Edges","description":"Whether the trace should draw complex edges. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeEdges":{"name":"includeEdges","displayName":"Include Edges","description":"Whether the user has identified edges to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeJunctions":{"name":"includeJunctions","displayName":"Include Junctions","description":"Whether the user has identified junctions to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnAttributes":{"name":"returnAttributes","displayName":"Return Attributes","description":"Whether to include attribute values in the trace results. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnGeometries":{"name":"returnGeometries","displayName":"Return Geometries","description":"Whether to include feature geometries in the trace results. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"tolerance":{"name":"tolerance","displayName":"Tolerance","description":"A numerical value indicating the search tolerance for the trace in map units.","placeholder":"","typeName":"number","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"spatialReference":{"name":"spatialReference","displayName":"Spatial Reference","description":"The spatial reference for the results. By default, the results use the spatial reference of the map service.","placeholder":"","typeName":"{\n wkid?: number;\n wkt?: string;\n }","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"outputs":{"results":{"name":"results","displayName":"Results","description":"The result of the activity.","placeholder":"","typeName":"{\n displayFieldName: string;\n fieldAliases: {\n [key: string]: string;\n };\n fields: {\n alias: string;\n name: string;\n type: string;\n length?: number;\n }[];\n features: {\n attributes: {\n [key: string]: string;\n };\n name: string;\n id: number;\n exceededThreshold: boolean;\n geometry?: any;\n }[];\n geometryType?: string;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n }[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"helpUrl":"https://resources.arcfmsolution.com/10.2.1d/ServerSDK/webframe.html#topic41792.html"}]} | ||
{"activities":[{"action":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41::RunArcFMElectricTrace","suite":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41","displayName":"Run ArcFM Electric Trace","description":"Runs an ArcFM electric trace operation.","category":"ArcFM","tags":{},"inputs":{"serviceUrl":{"name":"serviceUrl","displayName":"Service URL","description":"The URL to the ArcGIS REST service. For example, http://server/arcgis/rest/services/<serviceName>/MapServer. The service must support the ArcFMMapServer extension.","placeholder":"","typeName":"string","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"startPoint":{"name":"startPoint","displayName":"Start Point","description":"The start point of the trace.","placeholder":"","typeName":"{\n x: number;\n y: number;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n }","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"traceType":{"name":"traceType","displayName":"Trace Type","description":"The type of trace to perform.","placeholder":"","typeName":"| \"Downstream\"\n | \"Upstream\"\n | \"Distribution\"\n | \"DownstreamProtective\"\n | \"UpstreamProtective\"\n | \"NextUpstreamProtective\"\n | \"ProtectiveIsolation\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"protectiveDevices":{"name":"protectiveDevices","displayName":"Protective Devices","description":"The layer IDs corresponding to the protective devices that participate in the trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"phasesToTrace":{"name":"phasesToTrace","displayName":"Phases To Trace","description":"The phases to be included in the trace.","placeholder":"","typeName":"| \"Any\"\n | \"A\"\n | \"B\"\n | \"C\"\n | \"AB\"\n | \"AC\"\n | \"BC\"\n | \"ABC\"\n | \"AtLeastA\"\n | \"AtLeastB\"\n | \"AtLeastC\"\n | \"AtLeastAB\"\n | \"AtLeastAC\"\n | \"AtLeastBC\"\n | \"AnySinglePhase\"\n | \"AnyTwoPhases\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"drawComplexEdges":{"name":"drawComplexEdges","displayName":"Draw Complex Edges","description":"Whether the trace should draw complex edges. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeEdges":{"name":"includeEdges","displayName":"Include Edges","description":"Whether the user has identified edges to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeJunctions":{"name":"includeJunctions","displayName":"Include Junctions","description":"Whether the user has identified junctions to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnAttributes":{"name":"returnAttributes","displayName":"Return Attributes","description":"Whether to include attribute values in the trace results. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnGeometries":{"name":"returnGeometries","displayName":"Return Geometries","description":"Whether to include feature geometries in the trace results. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"tolerance":{"name":"tolerance","displayName":"Tolerance","description":"A numerical value indicating the search tolerance for the trace in map units.","placeholder":"","typeName":"number","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"spatialReference":{"name":"spatialReference","displayName":"Spatial Reference","description":"The spatial reference for the results. By default, the results use the spatial reference of the map service.","placeholder":"","typeName":"{\n wkid?: number;\n wkt?: string;\n }","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"currentStatusProgID":{"name":"currentStatusProgID","displayName":"Current Status Prog ID","description":"The progID of the current status object.","placeholder":"","typeName":"any","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"outputs":{"results":{"name":"results","displayName":"Results","description":"The result of the activity.","placeholder":"","typeName":"{\n displayFieldName: string;\n fieldAliases: {\n [key: string]: string;\n };\n fields: {\n alias: string;\n name: string;\n type: string;\n length?: number;\n }[];\n features: {\n attributes: {\n [key: string]: string;\n };\n geometry?: any;\n }[];\n geometryType?: string;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n name: string;\n id: number;\n exceededThreshold: boolean;\n }[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"helpUrl":"https://resources.arcfmsolution.com/10.2.1d/ServerSDK/webframe.html#topic41789.html"},{"action":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41::RunArcFMGasTrace","suite":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41","displayName":"Run ArcFM Gas Trace","description":"Runs an ArcFM gas trace operation.","category":"ArcFM","tags":{},"inputs":{"serviceUrl":{"name":"serviceUrl","displayName":"Service URL","description":"The URL to the ArcGIS REST service. For example, http://server/arcgis/rest/services/<serviceName>/MapServer. The service must support the ArcFMMapServer extension.","placeholder":"","typeName":"string","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"startPoint":{"name":"startPoint","displayName":"Start Point","description":"The start point of the trace.","placeholder":"","typeName":"{\n x: number;\n y: number;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n }","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"traceType":{"name":"traceType","displayName":"Trace Type","description":"The type of trace to perform. The default is ValveIsolation.","placeholder":"","typeName":"| \"ValveIsolation\"\n | \"System\"\n | \"PressureSystem\"\n | \"CathodicProtection\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"isolationTraceBarriers":{"name":"isolationTraceBarriers","displayName":"Isolation Trace Barriers","description":"The devices that act as barriers to the Valve Isolation trace. The default is AllValves.","placeholder":"","typeName":"\"AllValves\" | \"CriticalValves\" | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"excludedValves":{"name":"excludedValves","displayName":"Excluded Valves","description":"One or more EID values indicating the valves that must be excluded from the trace. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includedValves":{"name":"includedValves","displayName":"Included Valves","description":"One or more EID values indicating the valves that may be included in the trace. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"squeezeOffs":{"name":"squeezeOffs","displayName":"Squeeze Offs","description":"One or more EID values indicating the valves that act as squeeze off points. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"temporarySources":{"name":"temporarySources","displayName":"Temporary Sources","description":"One or more EID values indicating the devices that act as temporary sources. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"pressureSystemTraceBarriers":{"name":"pressureSystemTraceBarriers","displayName":"Pressure System Trace Barriers","description":"One or more EID values indicating the devices that act as barriers to the Pressure System trace. Used only by the Pressure System trace.","placeholder":"","typeName":"| \"AllRegulators\"\n | \"RegulatorsWithDifferentOutletPressures\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"systemTraceBarriers":{"name":"systemTraceBarriers","displayName":"System Trace Barriers","description":"One or more EID values indicating the devices that act as barriers to the System trace. Used only by the System trace.","placeholder":"","typeName":"\"TownBorderStations\" | \"Regulators\" | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"drawComplexEdges":{"name":"drawComplexEdges","displayName":"Draw Complex Edges","description":"Whether the trace should draw complex edges. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeEdges":{"name":"includeEdges","displayName":"Include Edges","description":"Whether the user has identified edges to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeJunctions":{"name":"includeJunctions","displayName":"Include Junctions","description":"Whether the user has identified junctions to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnAttributes":{"name":"returnAttributes","displayName":"Return Attributes","description":"Whether to include attribute values in the trace results. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnGeometries":{"name":"returnGeometries","displayName":"Return Geometries","description":"Whether to include feature geometries in the trace results. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"tolerance":{"name":"tolerance","displayName":"Tolerance","description":"A numerical value indicating the search tolerance for the trace in map units.","placeholder":"","typeName":"number","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"spatialReference":{"name":"spatialReference","displayName":"Spatial Reference","description":"The spatial reference for the results. By default, the results use the spatial reference of the map service.","placeholder":"","typeName":"{\n wkid?: number;\n wkt?: string;\n }","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"outputs":{"results":{"name":"results","displayName":"Results","description":"The result of the activity.","placeholder":"","typeName":"{\n displayFieldName: string;\n fieldAliases: {\n [key: string]: string;\n };\n fields: {\n alias: string;\n name: string;\n type: string;\n length?: number;\n }[];\n features: {\n attributes: {\n [key: string]: any;\n };\n geometry?: any;\n }[];\n geometryType?: string;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n name: string;\n id: number;\n exceededThreshold: boolean;\n }[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"helpUrl":"https://resources.arcfmsolution.com/10.2.1d/ServerSDK/webframe.html#topic41790.html"},{"action":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41::RunArcFMWaterTrace","suite":"uuid:b315619f-794f-43c8-8ea0-9215d346ec41","displayName":"Run ArcFM Water Trace","description":"Runs an ArcFM water trace operation.","category":"ArcFM","tags":{},"inputs":{"serviceUrl":{"name":"serviceUrl","displayName":"Service URL","description":"The URL to the ArcGIS REST service. For example, http://server/arcgis/rest/services/<serviceName>/MapServer. The service must support the ArcFMMapServer extension.","placeholder":"","typeName":"string","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"startPoint":{"name":"startPoint","displayName":"Start Point","description":"The start point of the trace.","placeholder":"","typeName":"{\n x: number;\n y: number;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n }","defaultValue":"","defaultExpressionHint":"","isRequired":true,"noExpressions":false},"traceType":{"name":"traceType","displayName":"Trace Type","description":"The type of trace to perform. The default is ValveIsolation.","placeholder":"","typeName":"| \"ValveIsolation\"\n | \"CathodicProtection\"\n | \"PressureSystem\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"isolationTraceBarriers":{"name":"isolationTraceBarriers","displayName":"Isolation Trace Barriers","description":"The devices that act as barriers to the Valve Isolation trace. The default is AllValves.","placeholder":"","typeName":"\"AllValves\" | \"CriticalValves\" | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"excludedValves":{"name":"excludedValves","displayName":"Excluded Valves","description":"One or more EID values indicating the valves that must be excluded from the trace. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includedValves":{"name":"includedValves","displayName":"Included Valves","description":"One or more EID values indicating the valves that may be included in the trace. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"squeezeOffs":{"name":"squeezeOffs","displayName":"Squeeze Offs","description":"One or more EID values indicating the valves that act as squeeze off points. Used only by the Valve Isolation trace.","placeholder":"","typeName":"number | number[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"usePressures":{"name":"usePressures","displayName":"Use Pressures","description":"Whether to use pressures when isolating a specific area of the network. Used only by the Valve Isolation trace.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"pressureSystemTraceBarriers":{"name":"pressureSystemTraceBarriers","displayName":"Pressure System Trace Barriers","description":"The devices that act as barriers to the Pressure System trace. The default is AllValves.","placeholder":"","typeName":"| \"WaterRegulators\"\n | \"RegulatorsAndOtherDevices\"\n | string","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"drawComplexEdges":{"name":"drawComplexEdges","displayName":"Draw Complex Edges","description":"Whether the trace should draw complex edges. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeEdges":{"name":"includeEdges","displayName":"Include Edges","description":"Whether the user has identified edges to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"includeJunctions":{"name":"includeJunctions","displayName":"Include Junctions","description":"Whether the user has identified junctions to be included in the trace. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnAttributes":{"name":"returnAttributes","displayName":"Return Attributes","description":"Whether to include attribute values in the trace results. The default is false.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"returnGeometries":{"name":"returnGeometries","displayName":"Return Geometries","description":"Whether to include feature geometries in the trace results. The default is true.","placeholder":"","typeName":"boolean","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"tolerance":{"name":"tolerance","displayName":"Tolerance","description":"A numerical value indicating the search tolerance for the trace in map units.","placeholder":"","typeName":"number","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false},"spatialReference":{"name":"spatialReference","displayName":"Spatial Reference","description":"The spatial reference for the results. By default, the results use the spatial reference of the map service.","placeholder":"","typeName":"{\n wkid?: number;\n wkt?: string;\n }","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"outputs":{"results":{"name":"results","displayName":"Results","description":"The result of the activity.","placeholder":"","typeName":"{\n displayFieldName: string;\n fieldAliases: {\n [key: string]: string;\n };\n fields: {\n alias: string;\n name: string;\n type: string;\n length?: number;\n }[];\n features: {\n attributes: {\n [key: string]: string;\n };\n geometry?: any;\n }[];\n geometryType?: string;\n spatialReference?: {\n wkid?: number;\n wkt?: string;\n };\n name: string;\n id: number;\n exceededThreshold: boolean;\n }[]","defaultValue":"","defaultExpressionHint":"","isRequired":false,"noExpressions":false}},"helpUrl":"https://resources.arcfmsolution.com/10.2.1d/ServerSDK/webframe.html#topic41792.html"}]} |
{ | ||
"name": "@geocortex/workflow-activities-arcfm", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "ArcFM activities for Geocortex Workflow", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -22,3 +22,3 @@ # ArcFM Activities | ||
- Use https://unpkg.com/@geocortex/workflow-activities-arcfm/activitypack.json for the latest version | ||
- Use https://unpkg.com/@geocortex/workflow-activities-arcfm@1.1.0/activitypack.json for a specific version | ||
- Use https://unpkg.com/@geocortex/workflow-activities-arcfm@1.2.1/activitypack.json for a specific version | ||
- Title: Your desired title | ||
@@ -25,0 +25,0 @@ - Tags: Must include `geocortex-workflow-activity-pack` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29171