@vertigis/workflow 5.36.0 → 5.37.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Activator.d.ts +25 -25
- package/Collections.d.ts +83 -91
- package/EnumUtils.d.ts +28 -28
- package/Errors.d.ts +155 -155
- package/Hooks.d.ts +32 -32
- package/IActivityHandler.d.ts +101 -101
- package/LanguageStringUtils.d.ts +16 -17
- package/LanguageStringUtils.js +1 -1
- package/ProgramInspectorFacility.d.ts +23 -24
- package/Task.d.ts +56 -56
- package/TemplateUtils.d.ts +28 -28
- package/Validation.d.ts +151 -26
- package/Validation.js +1 -1
- package/activities/app/GetApplicationData.d.ts +15 -12
- package/activities/app/GetApplicationData.js +1 -1
- package/activities/app/GetApplicationInfo.d.ts +15 -15
- package/activities/app/GetUserInfo.d.ts +15 -15
- package/activities/app/PublishEvent.d.ts +14 -14
- package/activities/app/RemoveApplicationData.d.ts +14 -11
- package/activities/app/RemoveApplicationData.js +1 -1
- package/activities/app/RunCommand.d.ts +17 -17
- package/activities/app/RunOperation.d.ts +25 -25
- package/activities/app/SetApplicationData.d.ts +13 -10
- package/activities/app/SetApplicationData.js +1 -1
- package/activities/app/applicationData.d.ts +12 -0
- package/activities/app/applicationData.js +1 -0
- package/activities/arcgis/AddAttachment.d.ts +22 -22
- package/activities/arcgis/AddFeatureLayer.d.ts +23 -23
- package/activities/arcgis/AddFeatureLayer.js +1 -1
- package/activities/arcgis/AddFeatures.d.ts +27 -27
- package/activities/arcgis/AddGraphics.d.ts +27 -27
- package/activities/arcgis/ArcadeScript.d.ts +17 -18
- package/activities/arcgis/AreaEngineTask.d.ts +20 -20
- package/activities/arcgis/BufferEngineTask.d.ts +27 -27
- package/activities/arcgis/BufferServiceTask.d.ts +33 -33
- package/activities/arcgis/BufferServiceTask.js +1 -1
- package/activities/arcgis/CastGeometry.d.ts +23 -23
- package/activities/arcgis/ClearGraphics.d.ts +12 -12
- package/activities/arcgis/ClearGraphics.js +1 -1
- package/activities/arcgis/ClipEngineTask.d.ts +18 -18
- package/activities/arcgis/ClosestFacilityTask.d.ts +90 -90
- package/activities/arcgis/ClosestFacilityTask.js +1 -1
- package/activities/arcgis/CompareGeometries.d.ts +19 -19
- package/activities/arcgis/ConvertValueToArcGisFieldType.d.ts +13 -0
- package/activities/arcgis/ConvertValueToArcGisFieldType.js +1 -0
- package/activities/arcgis/CreateFeatureSet.d.ts +16 -16
- package/activities/arcgis/CreateFeatureSet.js +1 -1
- package/activities/arcgis/CreateGraphic.d.ts +17 -17
- package/activities/arcgis/CreateGraphic.js +1 -1
- package/activities/arcgis/CreatePoint.d.ts +17 -17
- package/activities/arcgis/CutEngineTask.d.ts +18 -18
- package/activities/arcgis/DeleteAttachments.d.ts +22 -22
- package/activities/arcgis/DeleteFeatures.d.ts +30 -30
- package/activities/arcgis/DensifyEngineTask.d.ts +20 -20
- package/activities/arcgis/DifferenceEngineTask.d.ts +23 -23
- package/activities/arcgis/DistanceEngineTask.d.ts +20 -20
- package/activities/arcgis/DistanceServiceTask.d.ts +24 -24
- package/activities/arcgis/DistanceServiceTask.js +1 -1
- package/activities/arcgis/ExtendedSpatialReferenceInfoEngineTask.d.ts +17 -17
- package/activities/arcgis/FeatureSetFromJson.d.ts +16 -16
- package/activities/arcgis/FeatureTableMap.d.ts +12 -12
- package/activities/arcgis/FlipEngineTask.d.ts +21 -21
- package/activities/arcgis/FromGeoCoordinateStringServiceTask.d.ts +24 -24
- package/activities/arcgis/GeneralizeEngineTask.d.ts +22 -22
- package/activities/arcgis/GenerateArcGisToken.d.ts +23 -23
- package/activities/arcgis/GenerateWebmapForReport.d.ts +20 -20
- package/activities/arcgis/GenerateWebmapForReport.js +1 -1
- package/activities/arcgis/Geocode.d.ts +37 -38
- package/activities/arcgis/Geocode.js +1 -1
- package/activities/arcgis/GeometryFromJson.d.ts +16 -16
- package/activities/arcgis/Geoprocessing.d.ts +25 -26
- package/activities/arcgis/Geoprocessing.js +1 -1
- package/activities/arcgis/GeoprocessingAsync.d.ts +36 -37
- package/activities/arcgis/GeoprocessingAsync.js +1 -1
- package/activities/arcgis/GetAttributeValue.d.ts +22 -22
- package/activities/arcgis/GetAttributeValues.d.ts +20 -20
- package/activities/arcgis/GetCentroid.d.ts +16 -16
- package/activities/arcgis/GetCodedValueDomain.d.ts +29 -29
- package/activities/arcgis/GetCodedValueDomain.js +1 -1
- package/activities/arcgis/GetCurrentPosition.d.ts +46 -46
- package/activities/arcgis/GetFeatureGeometries.d.ts +20 -20
- package/activities/arcgis/GetFeatureGeometry.d.ts +18 -18
- package/activities/arcgis/GetFeatureLayerInfo.d.ts +22 -22
- package/activities/arcgis/GetFeatureSetExtent.d.ts +18 -18
- package/activities/arcgis/GetFeatureSetObjectIds.d.ts +20 -20
- package/activities/arcgis/GetFormElementItemsFromFeatures.d.ts +49 -50
- package/activities/arcgis/GetFormElementItemsFromFeatures.js +1 -1
- package/activities/arcgis/GetGeometryExtent.d.ts +17 -17
- package/activities/arcgis/GetGraphics.d.ts +19 -19
- package/activities/arcgis/GetLayer.d.ts +21 -21
- package/activities/arcgis/GetLayerDefinitionExpression.d.ts +18 -18
- package/activities/arcgis/GetLayerProperty.d.ts +18 -18
- package/activities/arcgis/GetLayerVisibility.d.ts +18 -18
- package/activities/arcgis/GetMap.d.ts +11 -11
- package/activities/arcgis/GetMapScreenshot.d.ts +18 -18
- package/activities/arcgis/GetPortalUser.d.ts +20 -20
- package/activities/arcgis/GetTable.d.ts +18 -18
- package/activities/arcgis/GetViewExtent.d.ts +16 -16
- package/activities/arcgis/GetViewpoint.d.ts +12 -12
- package/activities/arcgis/IntersectEngineTask.d.ts +20 -20
- package/activities/arcgis/LabelPointsServiceTask.d.ts +18 -18
- package/activities/arcgis/LengthEngineTask.d.ts +20 -20
- package/activities/arcgis/MapProvider.d.ts +133 -132
- package/activities/arcgis/MapProvider.js +1 -1
- package/activities/arcgis/NearestCoordinateEngineTask.d.ts +26 -26
- package/activities/arcgis/NearestVertexEngineTask.d.ts +26 -26
- package/activities/arcgis/NearestVerticesEngineTask.d.ts +34 -34
- package/activities/arcgis/OffsetEngineTask.d.ts +25 -25
- package/activities/arcgis/ProjectServiceTask.d.ts +27 -27
- package/activities/arcgis/ProjectServiceTask.js +1 -1
- package/activities/arcgis/QueryAttachmentInfos.d.ts +21 -21
- package/activities/arcgis/QueryTask.d.ts +77 -77
- package/activities/arcgis/QueryTask.js +1 -1
- package/activities/arcgis/RefreshLayer.d.ts +12 -12
- package/activities/arcgis/RegisterCorsUrl.d.ts +21 -21
- package/activities/arcgis/RelateEngineTask.d.ts +22 -22
- package/activities/arcgis/RelationServiceTask.d.ts +29 -29
- package/activities/arcgis/RelationServiceTask.js +1 -1
- package/activities/arcgis/RelationshipQueryTask.d.ts +37 -38
- package/activities/arcgis/RelationshipQueryTask.js +1 -1
- package/activities/arcgis/RemoveFeatureSetFields.d.ts +22 -22
- package/activities/arcgis/RemoveFeatureSetFields.js +1 -1
- package/activities/arcgis/RemoveGraphics.d.ts +14 -14
- package/activities/arcgis/RemoveGraphics.js +1 -1
- package/activities/arcgis/RemoveLayer.d.ts +16 -16
- package/activities/arcgis/RendererFromJson.d.ts +16 -16
- package/activities/arcgis/ReshapeServiceTask.d.ts +20 -20
- package/activities/arcgis/ReverseGeocode.d.ts +31 -31
- package/activities/arcgis/ReverseGeocode.js +1 -1
- package/activities/arcgis/RotateEngineTask.d.ts +20 -20
- package/activities/arcgis/RouteTask.d.ts +91 -91
- package/activities/arcgis/RouteTask.js +1 -1
- package/activities/arcgis/RunPrint.d.ts +33 -34
- package/activities/arcgis/RunPrint.js +1 -1
- package/activities/arcgis/RunReport.d.ts +37 -38
- package/activities/arcgis/RunReport.js +1 -1
- package/activities/arcgis/RunWorkflow.d.ts +51 -52
- package/activities/arcgis/SendLayerToAttributeTable.d.ts +10 -10
- package/activities/arcgis/ServiceAreaTask.d.ts +87 -87
- package/activities/arcgis/ServiceAreaTask.js +1 -1
- package/activities/arcgis/SetFeatureAttribute.d.ts +15 -15
- package/activities/arcgis/SetFeatureGeometry.d.ts +13 -13
- package/activities/arcgis/SetFeaturePopup.d.ts +12 -12
- package/activities/arcgis/SetFeatureSymbol.d.ts +13 -13
- package/activities/arcgis/SetImageryLayerOptions.d.ts +27 -27
- package/activities/arcgis/SetLayerDefinitionExpression.d.ts +21 -21
- package/activities/arcgis/SetLayerDefinitionExpression.js +1 -1
- package/activities/arcgis/SetLayerPopup.d.ts +12 -12
- package/activities/arcgis/SetLayerProperty.d.ts +23 -23
- package/activities/arcgis/SetLayerVisibility.d.ts +23 -23
- package/activities/arcgis/SetMap.d.ts +14 -14
- package/activities/arcgis/SetViewExtent.d.ts +27 -27
- package/activities/arcgis/SetViewpoint.d.ts +23 -23
- package/activities/arcgis/ShowFeaturePopup.d.ts +11 -11
- package/activities/arcgis/ShowResults.d.ts +51 -51
- package/activities/arcgis/SimplifyEngineTask.d.ts +15 -15
- package/activities/arcgis/SortFeatureSet.d.ts +20 -20
- package/activities/arcgis/SymbolFromJson.d.ts +16 -16
- package/activities/arcgis/ToGeoCoordinateStringServiceTask.d.ts +30 -30
- package/activities/arcgis/TypeChecking.d.ts +46 -46
- package/activities/arcgis/UnionEngineTask.d.ts +19 -19
- package/activities/arcgis/UnionServiceTask.d.ts +20 -20
- package/activities/arcgis/UpdateAttachment.d.ts +29 -29
- package/activities/arcgis/UpdateFeatures.d.ts +27 -27
- package/activities/arcgis/libs/arcGisRestApi.d.ts +18 -18
- package/activities/arcgis/runUtils.d.ts +93 -93
- package/activities/arcgis/shared.d.ts +61 -61
- package/activities/arcgis/tools.d.ts +42 -40
- package/activities/arcgis/tools.js +1 -1
- package/activities/browser/GetBrowserInfo.d.ts +13 -13
- package/activities/browser/InjectCss.d.ts +11 -11
- package/activities/constants.d.ts +19 -19
- package/activities/core/AddItem.d.ts +12 -12
- package/activities/core/AddItems.d.ts +12 -12
- package/activities/core/Annotation.d.ts +8 -8
- package/activities/core/Cast.d.ts +16 -16
- package/activities/core/ChannelProvider.d.ts +89 -90
- package/activities/core/ChannelProvider.js +1 -1
- package/activities/core/ClearItems.d.ts +10 -10
- package/activities/core/Container.d.ts +7 -7
- package/activities/core/ConvertBytesToText.d.ts +14 -14
- package/activities/core/ConvertDataTableToFeatureSet.d.ts +12 -12
- package/activities/core/ConvertTextToBytes.d.ts +14 -14
- package/activities/core/ConvertToJson.d.ts +16 -16
- package/activities/core/ConvertToJson.js +1 -1
- package/activities/core/CreateFile.d.ts +18 -18
- package/activities/core/CreateValue.d.ts +21 -21
- package/activities/core/DecodeUriComponent.d.ts +14 -14
- package/activities/core/Delay.d.ts +18 -18
- package/activities/core/EncodeUriComponent.d.ts +14 -14
- package/activities/core/Evaluate.d.ts +18 -18
- package/activities/core/EvaluateAsync.d.ts +18 -18
- package/activities/core/Exit.d.ts +7 -7
- package/activities/core/ForEach.d.ts +25 -26
- package/activities/core/FormatDate.d.ts +23 -23
- package/activities/core/GetBase64StringFromBytes.d.ts +15 -15
- package/activities/core/GetBase64StringFromFile.d.ts +15 -15
- package/activities/core/GetBytesFromBase64String.d.ts +15 -15
- package/activities/core/GetFirstItem.d.ts +14 -14
- package/activities/core/GetItemAtIndex.d.ts +15 -15
- package/activities/core/GetLastItem.d.ts +14 -14
- package/activities/core/GetLogLevel.d.ts +9 -9
- package/activities/core/GetTextFromFile.d.ts +16 -16
- package/activities/core/GetWorkflowInputs.d.ts +12 -12
- package/activities/core/If.d.ts +18 -18
- package/activities/core/Log.d.ts +14 -14
- package/activities/core/Log.js +1 -1
- package/activities/core/Loop.d.ts +27 -27
- package/activities/core/Loop.js +1 -1
- package/activities/core/ParseJson.d.ts +16 -16
- package/activities/core/ParseNumber.d.ts +12 -12
- package/activities/core/ParseUrl.d.ts +24 -25
- package/activities/core/ParseUrl.js +1 -1
- package/activities/core/Placeholder.d.ts +6 -6
- package/activities/core/RegexMatches.d.ts +17 -17
- package/activities/core/RegexReplace.d.ts +18 -18
- package/activities/core/RemoveItem.d.ts +14 -14
- package/activities/core/RunActivity.d.ts +12 -13
- package/activities/core/RunSubworkflow.d.ts +14 -15
- package/activities/core/SetLogLevel.d.ts +9 -9
- package/activities/core/SetProperty.d.ts +15 -15
- package/activities/core/SetWorkflowOutput.d.ts +12 -12
- package/activities/core/Subworkflow.d.ts +14 -15
- package/activities/core/Switch.d.ts +19 -19
- package/activities/core/TextReplace.d.ts +16 -16
- package/activities/core/Throw.d.ts +12 -12
- package/activities/core/TryCatch.d.ts +12 -12
- package/activities/core/WebRequest.d.ts +49 -50
- package/activities/core/converters.d.ts +10 -10
- package/activities/csv/ConvertCsvToDataTable.d.ts +15 -15
- package/activities/csv/ConvertDataTableToCsv.d.ts +15 -15
- package/activities/essentials/GetEssentialsSite.d.ts +225 -225
- package/activities/essentials/RunEssentialsWorkflow.d.ts +25 -26
- package/activities/essentials/RunEssentialsWorkflowActivity.d.ts +17 -18
- package/activities/forms/ActivateFormElement.d.ts +13 -13
- package/activities/forms/ActivateFormElement.js +1 -1
- package/activities/forms/AddFormElement.d.ts +18 -18
- package/activities/forms/ClearFormElementError.d.ts +13 -13
- package/activities/forms/CompleteForm.d.ts +11 -11
- package/activities/forms/DisplayForm.d.ts +48 -49
- package/activities/forms/Errors.d.ts +18 -18
- package/activities/forms/FilterFormElementItems.d.ts +16 -16
- package/activities/forms/FormElementMap.d.ts +13 -13
- package/activities/forms/FormRenderer.d.ts +139 -140
- package/activities/forms/FormRenderer.js +1 -1
- package/activities/forms/GetFormElementItemsFromCollection.d.ts +49 -50
- package/activities/forms/GetFormElementItemsFromCollection.js +1 -1
- package/activities/forms/GetFormElementProperty.d.ts +19 -19
- package/activities/forms/GetFormElementValue.d.ts +17 -17
- package/activities/forms/GetFormEventData.d.ts +17 -17
- package/activities/forms/HideFormElement.d.ts +13 -13
- package/activities/forms/PropagateFormEvent.d.ts +10 -10
- package/activities/forms/SetCurrentFormElementItem.d.ts +18 -18
- package/activities/forms/SetCurrentFormElementItem.js +1 -1
- package/activities/forms/SetFormElementError.d.ts +17 -17
- package/activities/forms/SetFormElementEvent.d.ts +18 -18
- package/activities/forms/SetFormElementItemProperty.d.ts +34 -21
- package/activities/forms/SetFormElementItemProperty.js +1 -1
- package/activities/forms/SetFormElementItems.d.ts +18 -19
- package/activities/forms/SetFormElementProperty.d.ts +32 -19
- package/activities/forms/SetFormElementProperty.js +1 -1
- package/activities/forms/ShowFormElement.d.ts +15 -15
- package/activities/image/GetImageMetadata.d.ts +16 -16
- package/activities/image/RotateImage.d.ts +15 -15
- package/activities/index.d.ts +4 -2
- package/activities/index.js +1 -1
- package/activities/main.d.ts +1 -1
- package/activities/math/Abs.d.ts +14 -14
- package/activities/math/Cos.d.ts +14 -14
- package/activities/math/Max.d.ts +16 -16
- package/activities/math/Min.d.ts +16 -16
- package/activities/math/Pow.d.ts +15 -15
- package/activities/math/Random.d.ts +10 -10
- package/activities/math/Sin.d.ts +14 -14
- package/activities/math/Sqrt.d.ts +14 -14
- package/activities/math/Tan.d.ts +14 -14
- package/activities/pdf/AddGeoreferenceToPdf.d.ts +19 -19
- package/activities/pdf/AddImageToPdf.d.ts +63 -0
- package/activities/pdf/AddImageToPdf.js +1 -0
- package/activities/pdf/AddTextToPdf.d.ts +59 -0
- package/activities/pdf/AddTextToPdf.js +1 -0
- package/activities/pdf/CreatePdf.d.ts +49 -0
- package/activities/pdf/CreatePdf.js +1 -0
- package/activities/pdf/ExtractPdfPages.d.ts +17 -17
- package/activities/pdf/MergePdfs.d.ts +15 -15
- package/activities/server/CopyFile.d.ts +10 -10
- package/activities/server/CreateDirectory.d.ts +9 -9
- package/activities/server/CreateDownload.d.ts +18 -18
- package/activities/server/CreateEmailAttachment.d.ts +16 -16
- package/activities/server/CreateZipFromDirectory.d.ts +12 -12
- package/activities/server/DeleteDirectory.d.ts +9 -9
- package/activities/server/DeleteFile.d.ts +9 -9
- package/activities/server/DirectoryExists.d.ts +13 -13
- package/activities/server/ExtractZipToDirectory.d.ts +11 -11
- package/activities/server/FileExists.d.ts +13 -13
- package/activities/server/GetDirectoriesInDirectory.d.ts +14 -14
- package/activities/server/GetFilesInDirectory.d.ts +14 -14
- package/activities/server/MoveFile.d.ts +10 -10
- package/activities/server/ReadFile.d.ts +14 -14
- package/activities/server/ReadFileBytes.d.ts +13 -13
- package/activities/server/RunApplication.d.ts +22 -22
- package/activities/server/RunPython.d.ts +23 -23
- package/activities/server/SendEmail.d.ts +16 -16
- package/activities/server/SqlNonQuery.d.ts +18 -18
- package/activities/server/SqlQuery.d.ts +18 -18
- package/activities/server/SqlQueryUnsafe.d.ts +18 -18
- package/activities/server/WriteFile.d.ts +11 -11
- package/activities/server/WriteFileBytes.d.ts +10 -10
- package/activities/ui/Alert.d.ts +17 -17
- package/activities/ui/Confirm.d.ts +24 -24
- package/activities/ui/Prompt.d.ts +26 -26
- package/activities/wab/OpenWidget.d.ts +10 -10
- package/activities/wab/PublishWidgetData.d.ts +11 -11
- package/activities/xlsx/ConvertDataTableToXlsx.d.ts +15 -15
- package/activities/xlsx/ConvertXlsxToDataSet.d.ts +15 -15
- package/constants.d.ts +2 -2
- package/definition/Activity.d.ts +12 -13
- package/definition/ActivityInput.d.ts +31 -31
- package/definition/Component.d.ts +10 -10
- package/definition/DeploymentConfig.d.ts +4 -5
- package/definition/Form.d.ts +5 -5
- package/definition/Program.d.ts +29 -30
- package/definition/ProgramInspector.d.ts +290 -288
- package/definition/ProgramInspector.js +1 -1
- package/definition/Reference.d.ts +11 -11
- package/definition/Resource.d.ts +26 -26
- package/definition/Step.d.ts +9 -9
- package/definition/Transition.d.ts +17 -17
- package/diagnostics/ConsoleDebugLogger.d.ts +10 -10
- package/diagnostics/logging.d.ts +5 -5
- package/execution/ActivityLoader.d.ts +23 -24
- package/execution/Engine.d.ts +84 -85
- package/execution/IDebugSession.d.ts +43 -44
- package/execution/ModuleLoader.d.ts +42 -42
- package/execution/ProgramRunner.d.ts +1 -1
- package/execution/ProgramRunner.js +1 -1
- package/forms/Calendar.d.ts +89 -89
- package/forms/ExclusiveTimer.d.ts +13 -13
- package/forms/FormComponent.d.ts +47 -47
- package/forms/FormComponent.js +1 -1
- package/forms/FormDefinition.d.ts +451 -452
- package/forms/FormElement.d.ts +24 -59
- package/forms/FormElement.js +1 -1
- package/forms/FormHost.d.ts +225 -231
- package/forms/FormHost.js +1 -1
- package/forms/FormPresenterHost.d.ts +62 -74
- package/forms/MutuallyExclusiveSectionGroup.d.ts +41 -41
- package/forms/NumberParser.d.ts +27 -26
- package/forms/NumberParser.js +1 -1
- package/forms/common.d.ts +67 -62
- package/forms/common.js +1 -1
- package/forms/components/AccordionGroup.d.ts +15 -15
- package/forms/components/AutoComplete.d.ts +8 -8
- package/forms/components/ButtonBar.d.ts +8 -8
- package/forms/components/CheckBox.d.ts +7 -7
- package/forms/components/CheckGroup.d.ts +8 -8
- package/forms/components/Custom.d.ts +7 -7
- package/forms/components/DatePicker.d.ts +8 -8
- package/forms/components/DatePicker.js +1 -1
- package/forms/components/DateRangePicker.d.ts +12 -12
- package/forms/components/DateRangePicker.js +1 -1
- package/forms/components/DateTimePicker.d.ts +8 -8
- package/forms/components/DateTimePicker.js +1 -1
- package/forms/components/DropDownList.d.ts +8 -7
- package/forms/components/DropDownList.js +1 -1
- package/forms/components/FilePicker.d.ts +10 -9
- package/forms/components/FilePicker.js +1 -1
- package/forms/components/Form.d.ts +23 -23
- package/forms/components/Form.js +1 -1
- package/forms/components/FormLabelNumberField.d.ts +17 -17
- package/forms/components/GeometryPicker.d.ts +5 -4
- package/forms/components/GeometryPicker.js +1 -1
- package/forms/components/GeometryPickerListItem.d.ts +23 -23
- package/forms/components/HorizontalRule.d.ts +7 -7
- package/forms/components/Image.d.ts +7 -7
- package/forms/components/ItemPicker.d.ts +15 -17
- package/forms/components/ItemPicker.js +1 -1
- package/forms/components/ListBox.d.ts +8 -8
- package/forms/components/Markdown.d.ts +14 -14
- package/forms/components/Number.d.ts +8 -8
- package/forms/components/Number.js +1 -1
- package/forms/components/NumberRangeSlider.d.ts +12 -12
- package/forms/components/NumberSlider.d.ts +11 -11
- package/forms/components/RadioGroup.d.ts +8 -8
- package/forms/components/Scanner.d.ts +11 -9
- package/forms/components/Scanner.js +1 -1
- package/forms/components/Section.d.ts +14 -14
- package/forms/components/Section.js +1 -1
- package/forms/components/Signature.d.ts +12 -11
- package/forms/components/Signature.js +1 -1
- package/forms/components/SignatureDialog.d.ts +22 -22
- package/forms/components/Text.d.ts +8 -8
- package/forms/components/TextArea.d.ts +7 -7
- package/forms/components/TextBox.d.ts +7 -7
- package/forms/components/TimePicker.d.ts +8 -8
- package/forms/components/TimePicker.js +1 -1
- package/forms/constants.d.ts +81 -81
- package/forms/dateUtilities.d.ts +102 -103
- package/forms/dateUtilities.js +1 -1
- package/forms/elements/AutoComplete.d.ts +13 -13
- package/forms/elements/ButtonBar.d.ts +9 -9
- package/forms/elements/CheckBox.d.ts +7 -7
- package/forms/elements/CheckGroup.d.ts +11 -11
- package/forms/elements/Custom.d.ts +7 -7
- package/forms/elements/DatePicker.d.ts +6 -6
- package/forms/elements/DateRangePicker.d.ts +6 -6
- package/forms/elements/DateTimePicker.d.ts +6 -6
- package/forms/elements/DropDownList.d.ts +6 -6
- package/forms/elements/FilePicker.d.ts +8 -8
- package/forms/elements/GeometryPicker.d.ts +18 -18
- package/forms/elements/Header.d.ts +10 -10
- package/forms/elements/HorizontalRule.d.ts +2 -2
- package/forms/elements/Image.d.ts +2 -2
- package/forms/elements/ItemPicker.d.ts +13 -13
- package/forms/elements/ListBox.d.ts +11 -11
- package/forms/elements/Number.d.ts +11 -11
- package/forms/elements/NumberRangeSlider.d.ts +10 -10
- package/forms/elements/NumberSlider.d.ts +6 -6
- package/forms/elements/PasswordBox.d.ts +5 -5
- package/forms/elements/RadioGroup.d.ts +6 -6
- package/forms/elements/Scanner.d.ts +19 -19
- package/forms/elements/Section.d.ts +2 -2
- package/forms/elements/Signature.d.ts +16 -16
- package/forms/elements/Text.d.ts +2 -2
- package/forms/elements/TextArea.d.ts +7 -7
- package/forms/elements/TextBox.d.ts +5 -5
- package/forms/elements/TimePicker.d.ts +6 -6
- package/forms/elements/types.d.ts +83 -83
- package/forms/index.d.ts +124 -108
- package/forms/keyboard.d.ts +9 -9
- package/forms/listUtilities.d.ts +3 -3
- package/forms/manifest.d.ts +3 -3
- package/forms/manifest.js +1 -1
- package/forms/numberFormatter.d.ts +90 -94
- package/forms/numberFormatter.js +1 -1
- package/forms/numberUtilities.d.ts +150 -150
- package/forms/numberUtilities.js +1 -1
- package/forms/presenter.d.ts +21 -21
- package/forms/presenter.js +1 -1
- package/forms/renderers.d.ts +5 -8
- package/forms/renderers.js +1 -1
- package/forms/textUtilities.d.ts +33 -23
- package/forms/textUtilities.js +1 -1
- package/forms/utils.d.ts +177 -146
- package/forms/utils.js +1 -1
- package/index.d.ts +2 -2
- package/libs/version.d.ts +1 -1
- package/libs/version.js +1 -1
- package/licensing/LicenseChecker.d.ts +1 -1
- package/licensing/Watermark.d.ts +7 -7
- package/package.json +9 -11
- package/activities/app/constants.d.ts +0 -1
- package/activities/app/constants.js +0 -1
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
import { IActivityHandler, IActivityContext } from "../../IActivityHandler";
|
|
2
|
-
import { MapProvider } from "./MapProvider";
|
|
3
|
-
/** Defines inputs for the basic Route Task activity. This task is related to the Closest Facility and Service Area tasks. */
|
|
4
|
-
export interface RouteTaskInputs {
|
|
5
|
-
/** The URL to the ArcGIS network analysis service. */
|
|
6
|
-
url: string;
|
|
7
|
-
/** The set of stops loaded as network locations during analysis. When stops takes a FeatureSet, each feature in the FeatureSet must have a defined spatial reference. If the feature contains x and y attributes, those values are used for the stop, even if the feature includes geometry. At ArcGIS Server 10.1 an optional url property was added. Use this property to specify a REST query request to a Feature, Map or GP Service that returns a JSON feature set. The url property can be specified using DataFile. Note that either the features or url property should be specified, but not both. */
|
|
8
|
-
stops: __esri.DataLayer | __esri.FeatureSet;
|
|
9
|
-
/** The list of network attribute names to be accumulated with the analysis; i.e., which attributes should be returned as part of the response. The defaulted is as defined in the specific routing network layer. See: http://resources.arcgis.com/en/help/main/10.2/index.html#//00470000000m000000 */
|
|
10
|
-
accumulateAttributes?: string[];
|
|
11
|
-
/** An object describing the parameter values. If present, an attribute name, parameter name, and value must be specified. */
|
|
12
|
-
attributeParameterValues?: __esri.RouteParametersAttributeParameterValue | __esri.RouteParametersAttributeParameterValue[];
|
|
13
|
-
/** The set of point barriers loaded as network locations during analysis. At ArcGIS Server 10.1 an optional url property was added. Use this property to specify a REST query request to a Feature, Map or GP Service that returns a JSON feature set. The url property can be specified using DataFile. Note that either the features or url property should be specified. */
|
|
14
|
-
barriers?: __esri.DataLayer | __esri.FeatureSet;
|
|
15
|
-
/** The language used when computing directions. The default is as defined in the specific routing network layer. By default, NAServer gets installed with en_US only - it is up to the server administrator to add additional languages. */
|
|
16
|
-
directionsLanguage?: string;
|
|
17
|
-
/** The length unit to use when computing directions. The default is as defined in the specific routing network layer. Known values: centimeters | decimal-degrees | decimeters | feet | inches | kilometers | meters | miles | millimeters | nautical-miles | points | yards. */
|
|
18
|
-
directionsLengthUnits?: string;
|
|
19
|
-
/** Defines the amount of direction information returned. Default value: standard. Known values: complete | complete-no-events | instructions-only | standard | summary-only. */
|
|
20
|
-
directionsOutputType?: string;
|
|
21
|
-
/** The style to be used when returning directions. The default will be as defined in the network layer. View the REST layer description for your network service to see a list of supported styles. */
|
|
22
|
-
directionsStyleName?: string;
|
|
23
|
-
/** The name of network attribute to use for the drive time when computing directions. The default is as defined in the specific routing network layer. */
|
|
24
|
-
directionsTimeAttribute?: string;
|
|
25
|
-
/** If true, avoids network elements restricted by barriers or restrictions specified in restrictionAttributes. Default value: true. */
|
|
26
|
-
doNotLocateOnRestrictedElements?: boolean;
|
|
27
|
-
/** When the findBestSequence = true, the route solver attempts the optimal sequence to visit the stops. As this is a combinatorial problem, we employ heuristics to solve this in a reasonable time. The heuristics do not guarantee the optimal sequence (as there is no good/fast way to prove optimality for large number of stops). It returns a solution that is close to optimal if not the optimal. For these stops to be visited in the most efficient way, specify the following parameters:
|
|
28
|
-
findBestSequence?: boolean;
|
|
29
|
-
/** When false, the solve operation wil fail if at least one of the stops specified cannot be located or reached. When true, as long as there are at least two valid stops that have been connected by a route, a valid route is returned. */
|
|
30
|
-
ignoreInvalidLocations?: boolean;
|
|
31
|
-
/** The network attribute name to be used as the impedance attribute in the analysis. The default is as defined in the routing network layer. You can specify any attribute names listed in the Service Directory under Network Dataset -> Network Attributes as "Usage Type: esriNAUTCost". You can also specify a value of "none" to indicate that no network attributes should be used for impedance. For example, set impedanceAttribute to "Time" for the quickest route, or to "Length" for the shortest drive, assuming the service has those two esriNAUTCost attributes. */
|
|
32
|
-
impedanceAttribute?: string;
|
|
33
|
-
impedenceAttribute?: string;
|
|
34
|
-
/** The precision of the output geometry after generalization. If 0, no generalization of output geometry is performed. If present and positive, it represents the MaximumAllowableOffset parameter and generalization is performed according to IPolycurve.Generalize. */
|
|
35
|
-
outputGeometryPrecision?: number;
|
|
36
|
-
/** The units of the output geometry precision. Known Values: centimeters | decimal-degrees | decimeters | feet | inches | kilometers | meters | miles | millimeters | nautical-miles | points | yards. */
|
|
37
|
-
outputGeometryPrecisionUnits?: string;
|
|
38
|
-
/** The type of output lines to be generated in the result. Default Value: true-shape. Known Values: none | straight | true-shape | true-shape-with-measure. */
|
|
39
|
-
outputLines?: string;
|
|
40
|
-
/** The spatial reference (or well-known ID of same) for the geometries returned with the analysis results. If not specified, the geometries are returned in the spatial reference of the map. */
|
|
41
|
-
outSpatialReference?: number | string | __esri.SpatialReference;
|
|
42
|
-
/** The set of point barriers loaded as network locations during analysis. At ArcGIS Server 10.1 an optional url property was added. Use this property to specify a REST query request to a Feature, Map or GP Service that returns a JSON feature set. The url property can be specified using DataFile. Note that either the features or url property should be specified. */
|
|
43
|
-
pointBarriers?: __esri.DataLayer | __esri.FeatureSet;
|
|
44
|
-
/** The set of polygon barriers loaded as network locations during analysis. At ArcGIS Server 10.1, an optional url property was added. Use this property to specify a REST query request to a Feature, Map or GP Service that returns a JSON feature set. The url property can be specified using DataFile. Note that either the features or url property should be specified. */
|
|
45
|
-
polygonBarriers?: __esri.DataLayer | __esri.FeatureSet;
|
|
46
|
-
/** The set of polyline barriers loaded as network locations during analysis. At ArcGIS Server 10.1, an optional url property was added. Use this property to specify a REST query request to a Feature, Map or GP Service that returns a JSON feature set. The url property can be specified using DataFile. Note that either the features or url property should be specified. */
|
|
47
|
-
polylineBarriers?: __esri.DataLayer | __esri.FeatureSet;
|
|
48
|
-
/** If true, keeps the first stop fixed in the sequence even when findBestSequence = true. Only applicable if findBestSequence = true. The default is as defined in the specific routing network layer. */
|
|
49
|
-
preserveFirstStop?: boolean;
|
|
50
|
-
/** If true, keeps the last stop fixed in the sequence even when findBestSequence = true. Only applicable if findBestSequence = true. The default is as defined in the specific routing network layer. */
|
|
51
|
-
preserveLastStop?: boolean;
|
|
52
|
-
/** The list of network attribute names to be used as restrictions with the analysis. The default is as defined in the specific routing network layer used in your RouteTask. Possible values are listed in the Service Directory under Network Dataset -> Network Attributes. You can also specify a value of none to indicate that no network attributes should be used as restrictions. If you specify an empty array, it will default to the default of the service. */
|
|
53
|
-
restrictionAttributes?: string[];
|
|
54
|
-
/** Specifies how U-Turns should be handled. The default is as defined in the specific routing network layer. Known Values: allow-backtrack | at-dead-ends-only | no-backtrack | at-dead-ends-and-intersections. */
|
|
55
|
-
restrictUTurns?: string;
|
|
56
|
-
/** If true, barriers are returned with the RouteResult. Default Value: false */
|
|
57
|
-
returnBarriers?: boolean;
|
|
58
|
-
/** If true, directions are returned in the directions property of each RouteResult. Default Value: false. */
|
|
59
|
-
returnDirections?: boolean;
|
|
60
|
-
/** If true, polygon barriers are returned with the RouteResult. Default Value: false. */
|
|
61
|
-
returnPolygonBarriers?: boolean;
|
|
62
|
-
/** If true, polyline barriers are returned with the RouteResult. Default Value: false */
|
|
63
|
-
returnPolylineBarriers?: boolean;
|
|
64
|
-
/** If true, routes are generated and returned in the route property of each RouteResult. Default Value: true */
|
|
65
|
-
returnRoutes?: boolean;
|
|
66
|
-
/** If true, stops are returned in the stops property of each RouteResult. Default Value: false */
|
|
67
|
-
returnStops?: boolean;
|
|
68
|
-
/** If true, z values are returned in the RouteResult. Default Value: true. */
|
|
69
|
-
returnZ?: boolean;
|
|
70
|
-
/** The time the route begins. If not specified, the default is the time specified in the route service. */
|
|
71
|
-
startTime?: Date;
|
|
72
|
-
/** If true, the start time will be in UTC format. */
|
|
73
|
-
startTimeIsUTC?: boolean;
|
|
74
|
-
/** If true, the hierarchy attribute for the network should be used in analysis. The default is as defined in the specific routing network layer. */
|
|
75
|
-
useHierarchy?: boolean;
|
|
76
|
-
/** A useful feature of the RouteTask is the ability to constrain stop visits to certain times of day, or "time windows". If you were required to deliver orders to four homes and each customer was available during a limited time period during the day, the route task could help you find the most efficient path for making all the deliveries. Time windows are treated as a "soft" constraint. This means that although the solver attempts to honor time windows, if necessary, it will violate the time windows of some stops in order to reach them. Remember, the stops will be visited in the order they were added unless you set RouteParameters.findBestSequence = true. */
|
|
77
|
-
useTimeWindows?: boolean;
|
|
78
|
-
}
|
|
79
|
-
/** defines outputs for the Route Task activity. */
|
|
80
|
-
export interface RouteTaskOutputs {
|
|
81
|
-
barriers: __esri.Point[];
|
|
82
|
-
messages: __esri.NAMessage[];
|
|
83
|
-
polygonBarriers: __esri.Polygon[];
|
|
84
|
-
polylineBarriers: __esri.Polyline[];
|
|
85
|
-
routeResults: __esri.RouteResult[];
|
|
86
|
-
}
|
|
87
|
-
export declare class RouteTask implements IActivityHandler {
|
|
88
|
-
static readonly action = "gcx:wf:arcgis::RouteTask";
|
|
89
|
-
static readonly suite = "gcx:wf:builtin";
|
|
90
|
-
execute(inputs: RouteTaskInputs, context: IActivityContext, mapProvider: typeof MapProvider): Promise<RouteTaskOutputs>;
|
|
91
|
-
}
|
|
1
|
+
import { IActivityHandler, IActivityContext } from "../../IActivityHandler";
|
|
2
|
+
import { MapProvider } from "./MapProvider";
|
|
3
|
+
/** Defines inputs for the basic Route Task activity. This task is related to the Closest Facility and Service Area tasks. */
|
|
4
|
+
export interface RouteTaskInputs {
|
|
5
|
+
/** The URL to the ArcGIS network analysis service. */
|
|
6
|
+
url: string;
|
|
7
|
+
/** The set of stops loaded as network locations during analysis. When stops takes a FeatureSet, each feature in the FeatureSet must have a defined spatial reference. If the feature contains x and y attributes, those values are used for the stop, even if the feature includes geometry. At ArcGIS Server 10.1 an optional url property was added. Use this property to specify a REST query request to a Feature, Map or GP Service that returns a JSON feature set. The url property can be specified using DataFile. Note that either the features or url property should be specified, but not both. */
|
|
8
|
+
stops: __esri.DataLayer | __esri.FeatureSet;
|
|
9
|
+
/** The list of network attribute names to be accumulated with the analysis; i.e., which attributes should be returned as part of the response. The defaulted is as defined in the specific routing network layer. See: http://resources.arcgis.com/en/help/main/10.2/index.html#//00470000000m000000 */
|
|
10
|
+
accumulateAttributes?: string[];
|
|
11
|
+
/** An object describing the parameter values. If present, an attribute name, parameter name, and value must be specified. */
|
|
12
|
+
attributeParameterValues?: __esri.RouteParametersAttributeParameterValue | __esri.RouteParametersAttributeParameterValue[];
|
|
13
|
+
/** The set of point barriers loaded as network locations during analysis. At ArcGIS Server 10.1 an optional url property was added. Use this property to specify a REST query request to a Feature, Map or GP Service that returns a JSON feature set. The url property can be specified using DataFile. Note that either the features or url property should be specified. */
|
|
14
|
+
barriers?: __esri.DataLayer | __esri.FeatureSet;
|
|
15
|
+
/** The language used when computing directions. The default is as defined in the specific routing network layer. By default, NAServer gets installed with en_US only - it is up to the server administrator to add additional languages. */
|
|
16
|
+
directionsLanguage?: string;
|
|
17
|
+
/** The length unit to use when computing directions. The default is as defined in the specific routing network layer. Known values: centimeters | decimal-degrees | decimeters | feet | inches | kilometers | meters | miles | millimeters | nautical-miles | points | yards. */
|
|
18
|
+
directionsLengthUnits?: string;
|
|
19
|
+
/** Defines the amount of direction information returned. Default value: standard. Known values: complete | complete-no-events | instructions-only | standard | summary-only. */
|
|
20
|
+
directionsOutputType?: string;
|
|
21
|
+
/** The style to be used when returning directions. The default will be as defined in the network layer. View the REST layer description for your network service to see a list of supported styles. */
|
|
22
|
+
directionsStyleName?: string;
|
|
23
|
+
/** The name of network attribute to use for the drive time when computing directions. The default is as defined in the specific routing network layer. */
|
|
24
|
+
directionsTimeAttribute?: string;
|
|
25
|
+
/** If true, avoids network elements restricted by barriers or restrictions specified in restrictionAttributes. Default value: true. */
|
|
26
|
+
doNotLocateOnRestrictedElements?: boolean;
|
|
27
|
+
/** When the findBestSequence = true, the route solver attempts the optimal sequence to visit the stops. As this is a combinatorial problem, we employ heuristics to solve this in a reasonable time. The heuristics do not guarantee the optimal sequence (as there is no good/fast way to prove optimality for large number of stops). It returns a solution that is close to optimal if not the optimal. For these stops to be visited in the most efficient way, specify the following parameters: routefindBestSequence = true; routepreserveFirstStop = false; routepreserveLastStop = false; routereturnStops = true; */
|
|
28
|
+
findBestSequence?: boolean;
|
|
29
|
+
/** When false, the solve operation wil fail if at least one of the stops specified cannot be located or reached. When true, as long as there are at least two valid stops that have been connected by a route, a valid route is returned. */
|
|
30
|
+
ignoreInvalidLocations?: boolean;
|
|
31
|
+
/** The network attribute name to be used as the impedance attribute in the analysis. The default is as defined in the routing network layer. You can specify any attribute names listed in the Service Directory under Network Dataset -> Network Attributes as "Usage Type: esriNAUTCost". You can also specify a value of "none" to indicate that no network attributes should be used for impedance. For example, set impedanceAttribute to "Time" for the quickest route, or to "Length" for the shortest drive, assuming the service has those two esriNAUTCost attributes. */
|
|
32
|
+
impedanceAttribute?: string;
|
|
33
|
+
impedenceAttribute?: string;
|
|
34
|
+
/** The precision of the output geometry after generalization. If 0, no generalization of output geometry is performed. If present and positive, it represents the MaximumAllowableOffset parameter and generalization is performed according to IPolycurve.Generalize. */
|
|
35
|
+
outputGeometryPrecision?: number;
|
|
36
|
+
/** The units of the output geometry precision. Known Values: centimeters | decimal-degrees | decimeters | feet | inches | kilometers | meters | miles | millimeters | nautical-miles | points | yards. */
|
|
37
|
+
outputGeometryPrecisionUnits?: string;
|
|
38
|
+
/** The type of output lines to be generated in the result. Default Value: true-shape. Known Values: none | straight | true-shape | true-shape-with-measure. */
|
|
39
|
+
outputLines?: string;
|
|
40
|
+
/** The spatial reference (or well-known ID of same) for the geometries returned with the analysis results. If not specified, the geometries are returned in the spatial reference of the map. */
|
|
41
|
+
outSpatialReference?: number | string | __esri.SpatialReference;
|
|
42
|
+
/** The set of point barriers loaded as network locations during analysis. At ArcGIS Server 10.1 an optional url property was added. Use this property to specify a REST query request to a Feature, Map or GP Service that returns a JSON feature set. The url property can be specified using DataFile. Note that either the features or url property should be specified. */
|
|
43
|
+
pointBarriers?: __esri.DataLayer | __esri.FeatureSet;
|
|
44
|
+
/** The set of polygon barriers loaded as network locations during analysis. At ArcGIS Server 10.1, an optional url property was added. Use this property to specify a REST query request to a Feature, Map or GP Service that returns a JSON feature set. The url property can be specified using DataFile. Note that either the features or url property should be specified. */
|
|
45
|
+
polygonBarriers?: __esri.DataLayer | __esri.FeatureSet;
|
|
46
|
+
/** The set of polyline barriers loaded as network locations during analysis. At ArcGIS Server 10.1, an optional url property was added. Use this property to specify a REST query request to a Feature, Map or GP Service that returns a JSON feature set. The url property can be specified using DataFile. Note that either the features or url property should be specified. */
|
|
47
|
+
polylineBarriers?: __esri.DataLayer | __esri.FeatureSet;
|
|
48
|
+
/** If true, keeps the first stop fixed in the sequence even when findBestSequence = true. Only applicable if findBestSequence = true. The default is as defined in the specific routing network layer. */
|
|
49
|
+
preserveFirstStop?: boolean;
|
|
50
|
+
/** If true, keeps the last stop fixed in the sequence even when findBestSequence = true. Only applicable if findBestSequence = true. The default is as defined in the specific routing network layer. */
|
|
51
|
+
preserveLastStop?: boolean;
|
|
52
|
+
/** The list of network attribute names to be used as restrictions with the analysis. The default is as defined in the specific routing network layer used in your RouteTask. Possible values are listed in the Service Directory under Network Dataset -> Network Attributes. You can also specify a value of none to indicate that no network attributes should be used as restrictions. If you specify an empty array, it will default to the default of the service. */
|
|
53
|
+
restrictionAttributes?: string[];
|
|
54
|
+
/** Specifies how U-Turns should be handled. The default is as defined in the specific routing network layer. Known Values: allow-backtrack | at-dead-ends-only | no-backtrack | at-dead-ends-and-intersections. */
|
|
55
|
+
restrictUTurns?: string;
|
|
56
|
+
/** If true, barriers are returned with the RouteResult. Default Value: false */
|
|
57
|
+
returnBarriers?: boolean;
|
|
58
|
+
/** If true, directions are returned in the directions property of each RouteResult. Default Value: false. */
|
|
59
|
+
returnDirections?: boolean;
|
|
60
|
+
/** If true, polygon barriers are returned with the RouteResult. Default Value: false. */
|
|
61
|
+
returnPolygonBarriers?: boolean;
|
|
62
|
+
/** If true, polyline barriers are returned with the RouteResult. Default Value: false */
|
|
63
|
+
returnPolylineBarriers?: boolean;
|
|
64
|
+
/** If true, routes are generated and returned in the route property of each RouteResult. Default Value: true */
|
|
65
|
+
returnRoutes?: boolean;
|
|
66
|
+
/** If true, stops are returned in the stops property of each RouteResult. Default Value: false */
|
|
67
|
+
returnStops?: boolean;
|
|
68
|
+
/** If true, z values are returned in the RouteResult. Default Value: true. */
|
|
69
|
+
returnZ?: boolean;
|
|
70
|
+
/** The time the route begins. If not specified, the default is the time specified in the route service. */
|
|
71
|
+
startTime?: Date;
|
|
72
|
+
/** If true, the start time will be in UTC format. */
|
|
73
|
+
startTimeIsUTC?: boolean;
|
|
74
|
+
/** If true, the hierarchy attribute for the network should be used in analysis. The default is as defined in the specific routing network layer. */
|
|
75
|
+
useHierarchy?: boolean;
|
|
76
|
+
/** A useful feature of the RouteTask is the ability to constrain stop visits to certain times of day, or "time windows". If you were required to deliver orders to four homes and each customer was available during a limited time period during the day, the route task could help you find the most efficient path for making all the deliveries. Time windows are treated as a "soft" constraint. This means that although the solver attempts to honor time windows, if necessary, it will violate the time windows of some stops in order to reach them. Remember, the stops will be visited in the order they were added unless you set RouteParameters.findBestSequence = true. */
|
|
77
|
+
useTimeWindows?: boolean;
|
|
78
|
+
}
|
|
79
|
+
/** defines outputs for the Route Task activity. */
|
|
80
|
+
export interface RouteTaskOutputs {
|
|
81
|
+
barriers: __esri.Point[];
|
|
82
|
+
messages: __esri.NAMessage[];
|
|
83
|
+
polygonBarriers: __esri.Polygon[];
|
|
84
|
+
polylineBarriers: __esri.Polyline[];
|
|
85
|
+
routeResults: __esri.RouteResult[];
|
|
86
|
+
}
|
|
87
|
+
export declare class RouteTask implements IActivityHandler {
|
|
88
|
+
static readonly action = "gcx:wf:arcgis::RouteTask";
|
|
89
|
+
static readonly suite = "gcx:wf:builtin";
|
|
90
|
+
execute(inputs: RouteTaskInputs, context: IActivityContext, mapProvider: typeof MapProvider): Promise<RouteTaskOutputs>;
|
|
91
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__decorate}from"tslib";import{solve}from"@arcgis/core/rest/route";import RouteParameters from"@arcgis/core/rest/support/RouteParameters";import{activate}from"../../Hooks.js";import{validation}from"../../Validation.js";import{MapProvider}from"./MapProvider.js";import{schedulePromiseCancellation}from"./tools.js";let RouteTask=class{async execute(
|
|
1
|
+
import{__decorate}from"tslib";import{solve}from"@arcgis/core/rest/route";import RouteParameters from"@arcgis/core/rest/support/RouteParameters";import{activate}from"../../Hooks.js";import{validation}from"../../Validation.js";import{MapProvider}from"./MapProvider.js";import{schedulePromiseCancellation}from"./tools.js";let RouteTask=class{async execute(e,t,i){var r=validation.string("url",e.url,validation.never);const o=new RouteParameters({stops:validation.exists("stops",e.stops),accumulateAttributes:validation.array("accumulateAttributes",e.accumulateAttributes),attributeParameterValues:validation.array("attributeParameterValues",e.attributeParameterValues),pointBarriers:e.pointBarriers||e.barriers,directionsLanguage:validation.string("directionsLanguage",e.directionsLanguage,void 0),directionsLengthUnits:validation.string("directionsLengthUnits",e.directionsLengthUnits,void 0),directionsOutputType:validation.string("directionsOutputType",e.directionsOutputType,void 0),directionsStyleName:validation.string("directionsStyleName",e.directionsStyleName,void 0),directionsTimeAttribute:validation.string("directionsTimeAttribute",e.directionsTimeAttribute,void 0),findBestSequence:validation.boolean("findBestSequence",e.findBestSequence,void 0),ignoreInvalidLocations:validation.boolean("ignoreInvalidLocations",e.ignoreInvalidLocations,void 0),impedanceAttribute:validation.string("impedanceAttribute",e.impedanceAttribute,void 0),outputGeometryPrecision:validation.number("outputGeometryPrecision",e.outputGeometryPrecision,void 0),outputGeometryPrecisionUnits:validation.string("outputGeometryPrecisionUnits",e.outputGeometryPrecisionUnits,void 0),outputLines:validation.string("outputLines",e.outputLines,void 0),polygonBarriers:e.polygonBarriers,polylineBarriers:e.polylineBarriers,preserveFirstStop:validation.boolean("preserveFirstStop",e.preserveFirstStop,void 0),preserveLastStop:validation.boolean("preserveLastStop",e.preserveLastStop,void 0),restrictionAttributes:e.restrictionAttributes,restrictUTurns:validation.string("restrictUTurns",e.restrictUTurns,void 0),returnBarriers:validation.boolean("returnBarriers",e.returnBarriers,void 0),returnDirections:validation.boolean("returnDirections",e.returnDirections,void 0),returnPolygonBarriers:validation.boolean("returnPolygonBarriers",e.returnPolygonBarriers,void 0),returnPolylineBarriers:validation.boolean("returnPolylineBarriers",e.returnPolylineBarriers,void 0),returnRoutes:validation.boolean("returnRoutes",e.returnRoutes,void 0),returnStops:validation.boolean("returnStops",e.returnStops,void 0),returnZ:validation.boolean("returnZ",e.returnZ,void 0),startTime:e.startTime,startTimeIsUTC:validation.boolean("startTimeIsUTC",e.startTimeIsUTC,void 0),useHierarchy:validation.boolean("useHierarchy",e.useHierarchy,void 0),useTimeWindows:validation.boolean("useTimeWindows",e.useTimeWindows,void 0),outSpatialReference:i.getOutSR(e.outSpatialReference)});o.impedanceAttribute||(o.impedanceAttribute=validation.string("impedenceAttribute",e.impedenceAttribute,void 0));e={signal:t.cancellationToken.signal},e=solve(r,o,e);schedulePromiseCancellation(t,e);e=await e;return{barriers:e.barriers,messages:e.messages,polygonBarriers:e.polygonBarriers,polylineBarriers:e.polylineBarriers,routeResults:e.routeResults}}};RouteTask.action="gcx:wf:arcgis::RouteTask",RouteTask.suite="gcx:wf:builtin",RouteTask=__decorate([activate(MapProvider)],RouteTask);export{RouteTask};
|
|
@@ -1,34 +1,33 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
static readonly
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
1
|
+
import { IActivityContext, IActivityHandler } from "../../IActivityHandler";
|
|
2
|
+
import { ChannelProvider } from "../core/ChannelProvider";
|
|
3
|
+
import { MapProvider } from "./MapProvider";
|
|
4
|
+
import { JobParameter, Webmap } from "./runUtils";
|
|
5
|
+
/** Defines inputs for the RunPrint activity. */
|
|
6
|
+
export interface RunPrintInputs {
|
|
7
|
+
url: string;
|
|
8
|
+
extent?: __esri.Extent;
|
|
9
|
+
scale?: number;
|
|
10
|
+
parameters?: Record<string, any>;
|
|
11
|
+
resultFileName?: string;
|
|
12
|
+
}
|
|
13
|
+
/** Defines outputs for the RunPrint activity. */
|
|
14
|
+
export interface RunPrintOutputs {
|
|
15
|
+
href: string;
|
|
16
|
+
}
|
|
17
|
+
export declare class RunPrint implements IActivityHandler {
|
|
18
|
+
static readonly action = "gcx:wf:geocortex::RunPrint";
|
|
19
|
+
static readonly suite = "gcx:wf:builtin";
|
|
20
|
+
execute(inputs: RunPrintInputs, context: IActivityContext, channelProviderType: typeof ChannelProvider, mapProviderType: typeof MapProvider): Promise<RunPrintOutputs>;
|
|
21
|
+
/**
|
|
22
|
+
* Gets the authentication token, if any, for the supplied portal.
|
|
23
|
+
* This is a separate method because GVH does not use the
|
|
24
|
+
* IdentityManager to store credentials. The GVH host module
|
|
25
|
+
* overrides this method and uses its own technique.
|
|
26
|
+
* @param portalUrl The URL to the portal.
|
|
27
|
+
*/
|
|
28
|
+
protected getAuthenticationToken(portalUrl: string): string;
|
|
29
|
+
getWebmapParameters(mapProviderType: typeof MapProvider, mapName: string, inputScale: number | undefined, inputExtent: __esri.Extent | undefined, trivia: any): Promise<JobParameter[]>;
|
|
30
|
+
getWebmap(mapProvider: MapProvider, scale?: number, trivia?: any): Promise<Webmap>;
|
|
31
|
+
getWgs84Extent(extent: __esri.Extent): Promise<__esri.Extent>;
|
|
32
|
+
prepareWebmapParameters(mapName: string, webmap: Webmap, scale: number, extent?: __esri.Extent): JobParameter[];
|
|
33
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var RunPrint_1;import{__decorate}from"tslib";import{ActivityInputError,ActivityNotImplementedError,GenericActivityError}from"../../Errors.js";import{activateTwo}from"../../Hooks.js";import{validation}from"../../Validation.js";import{ChannelProvider}from"../core/ChannelProvider.js";import{MapProvider}from"./MapProvider.js";import{checkResult,getMapControlNames,getServiceToken,runJob,getServiceUrl}from"./runUtils.js";import{getAuthenticationToken,getPortalDataUrl,getPortalItem,parsePortalItemUrl}from"./shared.js";let RunPrint=RunPrint_1=class{async execute(e,t,r,a){var
|
|
1
|
+
var RunPrint_1;import{__decorate}from"tslib";import{ActivityInputError,ActivityNotImplementedError,GenericActivityError}from"../../Errors.js";import{activateTwo}from"../../Hooks.js";import{validation}from"../../Validation.js";import{ChannelProvider}from"../core/ChannelProvider.js";import{MapProvider}from"./MapProvider.js";import{checkResult,getMapControlNames,getServiceToken,runJob,getServiceUrl}from"./runUtils.js";import{getAuthenticationToken,getPortalDataUrl,getPortalItem,parsePortalItemUrl}from"./shared.js";let RunPrint=RunPrint_1=class{async execute(e,t,r,a){var i=validation.string("url",e.url,validation.never),n=validation.number("scale",e.scale,void 0),o=validation.string("resultFileName",e.resultFileName,"Print");if(void 0!==n&&n<=0)throw new ActivityInputError("scale","Scale must be greater than zero.");var l=parsePortalItemUrl(i);let s,c;if(l&&(c=this.getAuthenticationToken(l.portalUrl),s=getPortalDataUrl(l,c)),!l||!l.itemId)throw Error(`Unable to get item ID for print template '${i}.`);if(!s)throw Error(`Unable to get item URL for print template '${i}.`);const m=t.cancellationToken;i=await getPortalItem(s,r,m);const p=r.create();m.finally(function(){p.cancel()});r=getServiceUrl(i.url,"printing");let u;c&&"public"!==i.access&&(u=await getServiceToken(r,l.portalUrl,c,p));const v=[];if(e.parameters)for(const P of Object.keys(e.parameters)){var g,d=e.parameters[P];d&&(g=d instanceof Array,v.push({name:P,containsMultipleValues:g,value:g?void 0:d,values:g?d:void 0}))}i=await getMapControlNames(l,r,u,p,m);if(i?.length){i=i[0],t=await this.getWebmapParameters(a,i,n,e.extent,t.ambient.trivia);if(t?.length)for(const w of t)v.push(w)}o={template:{itemId:l.itemId,portalUrl:l.portalUrl,title:o},parameters:v},o=(await runJob(r,u,o,p)).response.ticket;return{href:await checkResult(r,u,o,1e3,p,m)}}getAuthenticationToken(e){return getAuthenticationToken(e)}async getWebmapParameters(e,t,r,a,i){const n=e.create();if(await n.load(),!n.map)throw new GenericActivityError("No map available. Unable to generate webmap parameters.");e=r||n.getScale(),a=a||n.getExtent(),i=await this.getWebmap(n,e,i),a=await this.getWgs84Extent(a);return this.prepareWebmapParameters(t,i,r||0,a)}async getWebmap(e,t,r){throw console.warn("getWebmap needs to be overridden by a client implementation."),new ActivityNotImplementedError(RunPrint_1.action)}async getWgs84Extent(e){throw console.warn("getWgs84Extent needs to be overridden by a client implementation."),new ActivityNotImplementedError(RunPrint_1.action)}prepareWebmapParameters(e,t,r,a){throw console.warn("prepareWebmapParameters needs to be overriden by a client implementation."),new ActivityNotImplementedError(RunPrint_1.action)}};RunPrint.action="gcx:wf:geocortex::RunPrint",RunPrint.suite="gcx:wf:builtin",RunPrint=RunPrint_1=__decorate([activateTwo(ChannelProvider,MapProvider)],RunPrint);export{RunPrint};
|
|
@@ -1,38 +1,37 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
static readonly
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
1
|
+
import { IActivityContext, IActivityHandler } from "../../IActivityHandler";
|
|
2
|
+
import { ChannelProvider } from "../core/ChannelProvider";
|
|
3
|
+
import { MapProvider } from "./MapProvider";
|
|
4
|
+
import { JobParameter, DataSource, Webmap, WebmapPrintParameters } from "./runUtils";
|
|
5
|
+
/** Defines inputs for the RunReport activity. */
|
|
6
|
+
export interface RunReportInputs {
|
|
7
|
+
url: string;
|
|
8
|
+
featureIds?: any[];
|
|
9
|
+
parameters?: Record<string, any>;
|
|
10
|
+
includeMap?: boolean;
|
|
11
|
+
webmapParameters?: WebmapPrintParameters | WebmapPrintParameters[];
|
|
12
|
+
resultFileName?: string;
|
|
13
|
+
dataSources?: DataSource | DataSource[];
|
|
14
|
+
language?: string;
|
|
15
|
+
format?: "docx" | "pdf" | "rtf" | "xlsx" | string;
|
|
16
|
+
}
|
|
17
|
+
/** Defines outputs for the RunReport activity. */
|
|
18
|
+
export interface RunReportOutputs {
|
|
19
|
+
href: string;
|
|
20
|
+
}
|
|
21
|
+
export declare class RunReport implements IActivityHandler {
|
|
22
|
+
static readonly action = "gcx:wf:geocortex::RunReport";
|
|
23
|
+
static readonly suite = "gcx:wf:builtin";
|
|
24
|
+
execute(inputs: RunReportInputs, context: IActivityContext, channelProviderType: typeof ChannelProvider, mapProviderType: typeof MapProvider): Promise<RunReportOutputs>;
|
|
25
|
+
/**
|
|
26
|
+
* Gets the authentication token, if any, for the supplied portal.
|
|
27
|
+
* This is a separate method because GVH does not use the
|
|
28
|
+
* IdentityManager to store credentials. The GVH host module
|
|
29
|
+
* overrides this method and uses its own technique.
|
|
30
|
+
* @param portalUrl The URL to the portal.
|
|
31
|
+
*/
|
|
32
|
+
protected getAuthenticationToken(portalUrl: string): string;
|
|
33
|
+
getWebmap(mapProvider: MapProvider, scale?: number, trivia?: any): Promise<Webmap>;
|
|
34
|
+
getWebmapExtent(mapProvider: MapProvider): Promise<__esri.Extent>;
|
|
35
|
+
getWebmapParameters(mapProviderType: typeof MapProvider, mapName: string, trivia: any): Promise<JobParameter[]>;
|
|
36
|
+
prepareWebmapParameters(mapName: string, webmap: Webmap, scale: number, extent?: __esri.Extent): JobParameter[];
|
|
37
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var RunReport_1;import{__decorate}from"tslib";import{ActivityNotImplementedError}from"../../Errors.js";import{activateTwo}from"../../Hooks.js";import{validation}from"../../Validation.js";import{ChannelProvider}from"../core/ChannelProvider.js";import{MapProvider}from"./MapProvider.js";import{checkResult,getMapControlNames,getServiceToken,runJob,getServiceUrl}from"./runUtils.js";import{getAuthenticationToken,getPortalDataUrl,getPortalItem,parsePortalItemUrl}from"./shared.js";let RunReport=RunReport_1=class{async execute(e,t,r,a){var o=validation.string("url",e.url,validation.never),n=validation.boolean("includeMap",e.includeMap,!1),i=parsePortalItemUrl(o),l=validation.array("webmapParameters",e.webmapParameters,[]),s=validation.string("resultFileName",e.resultFileName,"Report"),p=validation.array("dataSources",e.dataSources
|
|
1
|
+
var RunReport_1;import{__decorate}from"tslib";import{ActivityNotImplementedError}from"../../Errors.js";import{activateTwo}from"../../Hooks.js";import{validation}from"../../Validation.js";import{ChannelProvider}from"../core/ChannelProvider.js";import{MapProvider}from"./MapProvider.js";import{checkResult,getMapControlNames,getServiceToken,runJob,getServiceUrl}from"./runUtils.js";import{getAuthenticationToken,getPortalDataUrl,getPortalItem,parsePortalItemUrl}from"./shared.js";let RunReport=RunReport_1=class{async execute(e,t,r,a){var o=validation.string("url",e.url,validation.never),n=validation.boolean("includeMap",e.includeMap,!1),i=parsePortalItemUrl(o),l=validation.array("webmapParameters",e.webmapParameters,[]),s=validation.string("resultFileName",e.resultFileName,"Report"),p=validation.array("dataSources",e.dataSources),m=validation.string("language",e.language),c=validation.string("format",e.format);let u,d;if(i&&(d=this.getAuthenticationToken(i.portalUrl),u=getPortalDataUrl(i,d)),!i||!i.itemId)throw Error(`Unable to get item ID for report '${o}.`);if(!u)throw Error(`Unable to get item URL for report '${o}.`);const g=t.cancellationToken;o=await getPortalItem(u,r,g);const v=r.create();g.finally(function(){v.cancel()});r=getServiceUrl(o.url,"reporting");let f;d&&"public"!==o.access&&(f=await getServiceToken(r,i.portalUrl,d,v));const b=[{name:"FeatureIds",containsMultipleValues:!0,value:void 0,values:e.featureIds||[]}];if(e.parameters)for(const w of Object.keys(e.parameters)){var R,h=e.parameters[w];h&&(R=h instanceof Array,b.push({name:w,containsMultipleValues:R,value:R?void 0:h,values:R?h:void 0}))}if(l.length)for(const P of l)for(const y of this.prepareWebmapParameters(P.mapName,P.webmap,P.scale,P.extent))b.push(y);else if(n){n=await getMapControlNames(i,r,f,v,g);if(n?.length){n=await this.getWebmapParameters(a,n[0],t.ambient.trivia);if(n?.length)for(const I of n)b.push(I)}}c={template:{itemId:i.itemId,portalUrl:i.portalUrl,title:s},parameters:b,data:p,culture:m||t.ambient.locale,format:c},c=(await runJob(r,f,c,v)).response.ticket;return{href:await checkResult(r,f,c,1e3,v,g)}}getAuthenticationToken(e){return getAuthenticationToken(e)}async getWebmap(e,t,r){throw console.warn("getWebmap needs to be overridden by a client implementation."),new ActivityNotImplementedError(RunReport_1.action)}async getWebmapExtent(e){throw console.warn("getWebmapExtent needs to be overridden by a client implementation."),new ActivityNotImplementedError(RunReport_1.action)}async getWebmapParameters(e,t,r){const a=e.create();await a.load();e=await this.getWebmap(a,a.getScale(),r),r=await this.getWebmapExtent(a);return this.prepareWebmapParameters(t,e,0,r)}prepareWebmapParameters(e,t,r,a){throw console.warn("prepareWebmapParameters needs to be overriden by a client implementation."),new ActivityNotImplementedError(RunReport_1.action)}};RunReport.action="gcx:wf:geocortex::RunReport",RunReport.suite="gcx:wf:builtin",RunReport=RunReport_1=__decorate([activateTwo(ChannelProvider,MapProvider)],RunReport);export{RunReport};
|
|
@@ -1,52 +1,51 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
static readonly
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
private
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
*
|
|
32
|
-
* @param
|
|
33
|
-
* @param
|
|
34
|
-
* @
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private
|
|
38
|
-
private
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
*
|
|
42
|
-
* @param
|
|
43
|
-
* @param
|
|
44
|
-
* @param
|
|
45
|
-
* @param
|
|
46
|
-
* @
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
private
|
|
50
|
-
private
|
|
51
|
-
|
|
52
|
-
}
|
|
1
|
+
import { IActivityHandler, IActivityContext } from "../../IActivityHandler";
|
|
2
|
+
import { ChannelProvider } from "../core/ChannelProvider";
|
|
3
|
+
/** Defines inputs for the RunWorkflow activity. */
|
|
4
|
+
export interface RunWorkflowInputs {
|
|
5
|
+
/** The URL of the workflow to run. */
|
|
6
|
+
url: string;
|
|
7
|
+
/** The input arguments to the target workflow. */
|
|
8
|
+
arguments?: Record<string, any>;
|
|
9
|
+
}
|
|
10
|
+
/** Defines outputs for the RunWorkflow activity. */
|
|
11
|
+
export interface RunWorkflowOutputs {
|
|
12
|
+
/** The workflow's outputs. */
|
|
13
|
+
result: Record<string, any>;
|
|
14
|
+
}
|
|
15
|
+
export declare class RunWorkflow implements IActivityHandler {
|
|
16
|
+
static readonly action = "gcx:wf:core::RunWorkflow";
|
|
17
|
+
static readonly suite = "gcx:wf:builtin";
|
|
18
|
+
execute(inputs: RunWorkflowInputs, context: IActivityContext, channelProviderType: typeof ChannelProvider): Promise<RunWorkflowOutputs>;
|
|
19
|
+
/**
|
|
20
|
+
* Gets the authentication token, if any, for the supplied portal.
|
|
21
|
+
* This is a separate method because GVH does not use the
|
|
22
|
+
* IdentityManager to store credentials. The GVH host module
|
|
23
|
+
* overrides this method and uses its own technique.
|
|
24
|
+
* @param portalUrl
|
|
25
|
+
*/
|
|
26
|
+
protected getAuthenticationToken(portalUrl: string): string;
|
|
27
|
+
private isServerWorkflow;
|
|
28
|
+
private runServerWorkflow;
|
|
29
|
+
/**
|
|
30
|
+
* Use a WebSocket to retrieve the result of the job from the server.
|
|
31
|
+
* @param serverUrl The url of the instance of Workflow Server that is running the workflow.
|
|
32
|
+
* @param ticket The JWT ticket associated with this job.
|
|
33
|
+
* @param cancellationToken The cancellation token for the currently running workflow.
|
|
34
|
+
* @returns A promise for the result of the workflow. Returns `null` if there is an error.
|
|
35
|
+
*/
|
|
36
|
+
private getResult;
|
|
37
|
+
private getWebSocketUrl;
|
|
38
|
+
private delay;
|
|
39
|
+
/**
|
|
40
|
+
* Repeatedly checks the job status until it is done.
|
|
41
|
+
* @param serverUrl The url of the instance of Workflow Server that is running the workflow.
|
|
42
|
+
* @param ticket The JWT ticket associated with the job.
|
|
43
|
+
* @param delay The time to wait in milliseconds before the next check.
|
|
44
|
+
* @param channel The ChannelProvider to use for communication with the server.
|
|
45
|
+
* @param cancellationToken The cancellation token for the currently running workflow.
|
|
46
|
+
* @returns A promise for the result of the workflow. Throws an error in some cases.
|
|
47
|
+
*/
|
|
48
|
+
private pollResult;
|
|
49
|
+
private checkJobStatus;
|
|
50
|
+
private runClientWorkflow;
|
|
51
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IActivityHandler, IActivityContext, EmptyOutputs } from "../../IActivityHandler";
|
|
2
|
-
/** Inputs for the SendLayerToAttributeTable activity. */
|
|
3
|
-
export interface SendLayerToAttributeTableInputs {
|
|
4
|
-
layer: __esri.Layer;
|
|
5
|
-
}
|
|
6
|
-
export declare class SendLayerToAttributeTable implements IActivityHandler {
|
|
7
|
-
static readonly action = "gcx:wf:wab::SendLayerToAttributeTable";
|
|
8
|
-
static readonly suite = "gcx:wf:builtin";
|
|
9
|
-
execute(inputs: SendLayerToAttributeTableInputs, context: IActivityContext): EmptyOutputs;
|
|
10
|
-
}
|
|
1
|
+
import { IActivityHandler, IActivityContext, EmptyOutputs } from "../../IActivityHandler";
|
|
2
|
+
/** Inputs for the SendLayerToAttributeTable activity. */
|
|
3
|
+
export interface SendLayerToAttributeTableInputs {
|
|
4
|
+
layer: __esri.Layer;
|
|
5
|
+
}
|
|
6
|
+
export declare class SendLayerToAttributeTable implements IActivityHandler {
|
|
7
|
+
static readonly action = "gcx:wf:wab::SendLayerToAttributeTable";
|
|
8
|
+
static readonly suite = "gcx:wf:builtin";
|
|
9
|
+
execute(inputs: SendLayerToAttributeTableInputs, context: IActivityContext): EmptyOutputs;
|
|
10
|
+
}
|