Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

Number Formats

  • Last UpdatedMar 12, 2021
  • 3 minute read

Number formatting is used to convert a numeric value to a human readable string using culture specific settings.

Standard Numeric Formats

Format

Description

Example (for en-US)

n

Number

n

1234.567 is displayed as 1,234.57

n0

10.12 is displayed as 10

n5

10.12 is displayed as 10.12000

c

Currency

c

1234.567 is displayed as $1,234.57

c0

1234.567 is displayed as $1,235

p

Percentage

p

0.222 is displayed as 22.20%

p0

0.222 is displayed as 22%

e

Exponential

e4

0.122 is displayed as 1.2200e-1

Custom Numeric Formats

Create custom numeric format string using one or more custom numeric specifiers.

Format

Description

Example (for en-US)

0

Zero placeholder.

Replaces the zero with the corresponding digit if one is present; otherwise, zero appears in the result string.

00000

1234.5678 is displayed as 01235

#

Digit placeholder.

Replaces the hash sign with the corresponding digit if one is present; otherwise, no digit appears in the result string.

Note: '#' specifier cannot be used to format a number as telephone number, that is (###)-###-####.

#####

1234.5678 is displayed as 1235

.

Decimal placeholder.

Determines the location of the decimal separator in the result string.

The '.' symbol is replaced with the localized decimal symbol.

Note: You can set the decimal values only if the value in the Decimal Places box has been set to a number greater than 0.

0.00

0.45678 is displayed as 0.46

,

Group separator placeholder.

Determines whether a group separator is required for a number.

The ',' symbol is replaced with the localized group separator symbol.

Note:
- The numbers are grouped or separated based on the current server culture. This property is applicable only when the Show Group Separator property is set to Yes.

- If you want to use comma as the group separator irrespective of the current server culture, then enter ',' in the Group Separator box.

##,#

12345678 is displayed as 12,345,678

%

Percentage placeholder

The '%' symbol is replaced with the localized percentage symbol.

Note: '%' symbol is interpreted as a format specifier in the format string. If you need to prevent this, you will need to precede the '%' symbol with a '\'.

  • If the format is p and the value of the number is '0.25', then the number is displayed as '25%'.

  • If the format is #.## % and the value of the number is '0.25', then the number is displayed as '25%'.

  • If the format is #.## \% and the value of the number is '0.25', then the number is displayed as '0.25 %'.

$

Currency placeholder.

The number is formatted based on the culture settings for currency in the current server. The $ symbol is replaced with the localized currency symbol.

Note: ' symbol is interpreted as a format specifier in the format string. If you need\n to prevent this, you will need to precede the ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }

symbol with a '\u003Cspan class=\"uicontrol\"\u003E\\\u003C/span\u003E'.\n \u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf the current server culture is “en-US”, then the currency is displayed as ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EHowever, if the current server culture is “Brazilian”, then the currency is displayed\n as 'R ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\n \u003C/p\u003E\n \u003Cul class=\"ulsubitem\"\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# $\u003C/span\u003E and the number is 12, then the number is displayed as 12 R$.\n \u003C/p\u003E\n \u003C/li\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# \\$\u003C/span\u003E and the number is 12, then the number is displayed as \u003Cbr\u003E12 $.\n \u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/li\u003E\n \u003C/ul\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E;\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ESection separator.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EDefines sections with separate format strings for positive, negative, and zero numbers.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E#.00 $;#.00 - $;#.00 $\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '125', then it is displayed as '125.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '-125', then it is displayed as '125.00 - ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '0', then it is displayed as '0.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E\"string\"/'string'\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ELiteral string delimiter.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIndicates that the enclosed characters should be copied to the result string.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"paragraph\"\u003E#,##,###.00 ‘₹’ or #,##,###.00 “₹”\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003EIf you enter the value as '125.00', then it is displayed as '125.00 ₹'.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003C/tbody\u003E\u003C/table\u003E\n \u003C/div\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003C/div\u003E\n \n\n\u003C/article\u003E\u003C/article\u003E\n","topic_language":"enus","views":0,"your_rating":null,"watermark":null,"isFallbackLanguage":false,"collapsibleContentExists":false,"miniTOCHeadings":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"miniTOCHeadingsFlat":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"isInlineExternalTopic":false},"workflow":null,"isWorkflow":false,"showWorkflow":false,"error":null},"TocComponent":{"toc":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/help.html","title":"Welcome to AVEVA Work Tasks","navPath":"help.html","bundleId":"work-tasks-2023-sp1","id":"ae28db577-8710-4c61-a2aa-693e53b48c7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/copyright.html","title":"Legal information","navPath":"copyright.html","bundleId":"work-tasks-2023-sp1","id":"a63f0ebce-097d-40e6-81a4-35d87844d39a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/31015.html","title":"Contact information","navPath":"31015.html","bundleId":"work-tasks-2023-sp1","id":"a667c3c4d-6ab6-4553-932e-bc8aa99e6ae8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/520827.html","title":"Acknowledgements","navPath":"520827.html","bundleId":"work-tasks-2023-sp1","id":"a26d32884-a0c6-4c59-a25d-11ef7d3f506f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759100.html","title":"AjaxMin","navPath":"759100.html","bundleId":"work-tasks-2023-sp1","id":"ad6a51842-6aeb-49da-b5b9-840458b1b18d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759101.html","title":"AmqpNet Lite","navPath":"759101.html","bundleId":"work-tasks-2023-sp1","id":"acd0f0923-07b3-4a28-b810-aa5288aaccc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759105.html","title":"AngleSharp","navPath":"759105.html","bundleId":"work-tasks-2023-sp1","id":"abbdbe2b5-b07c-48e7-b2fe-79a3a98bb095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910312.html","title":"AngleSharp​.Css","navPath":"910312.html","bundleId":"work-tasks-2023-sp1","id":"a76c98495-70fb-4e3e-b0ba-cea00f933124","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759109.html","title":"AngularJS","navPath":"759109.html","bundleId":"work-tasks-2023-sp1","id":"a1425355f-ed78-47b4-8eff-f7c946bb37ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759110.html","title":"AntiXSS","navPath":"759110.html","bundleId":"work-tasks-2023-sp1","id":"ad66fb273-6e98-498d-a151-99223d9cb1fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759115.html","title":"AutoMapper","navPath":"759115.html","bundleId":"work-tasks-2023-sp1","id":"abf7e477f-1d68-4dee-b357-5824631932c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904394.html","title":"Azure​.Identity","navPath":"904394.html","bundleId":"work-tasks-2023-sp1","id":"a24914844-2e7d-4b62-abef-533b4eea907c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904395.html","title":"Azure​.Security​.KeyVault​.Secrets","navPath":"904395.html","bundleId":"work-tasks-2023-sp1","id":"af3d45a29-c808-43aa-9521-c70f148db138","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759117.html","title":"bootstrap","navPath":"759117.html","bundleId":"work-tasks-2023-sp1","id":"a5e287859-b798-42a9-b648-801a3dc68e2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759118.html","title":"bootstrap-datepicker","navPath":"759118.html","bundleId":"work-tasks-2023-sp1","id":"ab329437c-60cf-470d-966f-31a8aefc411c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762837.html","title":"chilkat-x64","navPath":"762837.html","bundleId":"work-tasks-2023-sp1","id":"af620fdf4-880e-4466-a658-aa9f66b7151c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762838.html","title":"CodeMirror","navPath":"762838.html","bundleId":"work-tasks-2023-sp1","id":"a93e06817-85a8-4ddd-9bd6-f2a440eb7a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762839.html","title":"ComponentArt Charting","navPath":"762839.html","bundleId":"work-tasks-2023-sp1","id":"a8f8e4c4a-5da5-4f78-8fc7-5214cd1ed646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762840.html","title":"crypto-js","navPath":"762840.html","bundleId":"work-tasks-2023-sp1","id":"ad731a0fa-e72c-4769-927c-e8675fb82ed6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762841.html","title":"datejs","navPath":"762841.html","bundleId":"work-tasks-2023-sp1","id":"a406094f6-6dcb-447d-a3fa-5961c29b89a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762842.html","title":"EasyNetQ","navPath":"762842.html","bundleId":"work-tasks-2023-sp1","id":"aaad8da03-830e-41f6-858f-e9b5de8435b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762843.html","title":"ExcelDataReader","navPath":"762843.html","bundleId":"work-tasks-2023-sp1","id":"a22c5035f-a2fe-4880-be52-d0d7939da4a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762844.html","title":"FastAndroidCamera","navPath":"762844.html","bundleId":"work-tasks-2023-sp1","id":"a9dbda76a-9c5e-4d59-85e6-56991baaa4b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762851.html","title":"HtmlSanitizer","navPath":"762851.html","bundleId":"work-tasks-2023-sp1","id":"acb876ee2-7161-4004-98cc-50227c3a8ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762855.html","title":"Intersoft WebGrid","navPath":"762855.html","bundleId":"work-tasks-2023-sp1","id":"a688f63b7-f50f-4263-8a5e-b20b4d1bffd3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762865.html","title":"JavaScriptEngineSwitcher","navPath":"762865.html","bundleId":"work-tasks-2023-sp1","id":"ac6c7098b-b48c-40da-9ddc-e74ae011eb7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762866.html","title":"jquery","navPath":"762866.html","bundleId":"work-tasks-2023-sp1","id":"abe23520a-4715-47be-b563-fd1f30ae340a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910313.html","title":"jquery dotdotdot","navPath":"910313.html","bundleId":"work-tasks-2023-sp1","id":"a029d6063-76de-4e93-b583-20fd75e61c1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762867.html","title":"jquery easing","navPath":"762867.html","bundleId":"work-tasks-2023-sp1","id":"a18fbf154-6c99-4b9f-b10e-c85984dab2fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910314.html","title":"jshint","navPath":"910314.html","bundleId":"work-tasks-2023-sp1","id":"a5bffd613-1a6d-489b-affd-a0399213aa52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762868.html","title":"jszip","navPath":"762868.html","bundleId":"work-tasks-2023-sp1","id":"a8045ffe9-3e48-4f7b-9ac3-542a8dd221cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910315.html","title":"Kendo UI","navPath":"910315.html","bundleId":"work-tasks-2023-sp1","id":"a5fa81750-8074-465e-9b17-998b0f31e125","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762869.html","title":"Knockout","navPath":"762869.html","bundleId":"work-tasks-2023-sp1","id":"a2a634dc4-fb7a-439e-ab6f-c482f7d8c590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910316.html","title":"Knockout-Kendo","navPath":"910316.html","bundleId":"work-tasks-2023-sp1","id":"a637cfc9b-4332-4f09-9c4a-f1bbb7cf1d88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762871.html","title":"LumiSoft​.Net","navPath":"762871.html","bundleId":"work-tasks-2023-sp1","id":"a91793d03-7bf4-4551-b4c9-b6b8a556be29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1265011.html","title":"Microsoft​.Web​.WebView2","navPath":"1265011.html","bundleId":"work-tasks-2023-sp1","id":"a30eb0f3c-70fc-4dc8-8696-ef8581185c8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762872.html","title":"Newtonsoft​.Json","navPath":"762872.html","bundleId":"work-tasks-2023-sp1","id":"a3da01c8b-c223-49cb-a6b1-ac1753d181e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904396.html","title":"Oracle​.ManagedDataAccess","navPath":"904396.html","bundleId":"work-tasks-2023-sp1","id":"ad1d1ed6a-03fe-4e5b-920f-8fbb90c5a648","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762873.html","title":"Oracle Providers for ASP​.NET","navPath":"762873.html","bundleId":"work-tasks-2023-sp1","id":"a7b58f71d-a6db-4951-a003-17eb04959573","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763108.html","title":"Owin","navPath":"763108.html","bundleId":"work-tasks-2023-sp1","id":"a0f8ed29c-916b-448d-8080-a62d5cabf75c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763109.html","title":"Paho MQTT","navPath":"763109.html","bundleId":"work-tasks-2023-sp1","id":"ad844c945-fc81-40c1-b39b-01617e41212a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910317.html","title":"Pako","navPath":"910317.html","bundleId":"work-tasks-2023-sp1","id":"aa5ed6cde-2f17-4d56-bb70-81e435bcadd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907877.html","title":"polly​.extensions​.http","navPath":"907877.html","bundleId":"work-tasks-2023-sp1","id":"a3aa2c1eb-90a3-4b1c-b067-22f9e88fbe44","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904402.html","title":"RabbitMQ​.Client","navPath":"904402.html","bundleId":"work-tasks-2023-sp1","id":"a2ea194d1-ff32-44f3-a83e-a5720ce169cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907810.html","title":"SendGrid","navPath":"907810.html","bundleId":"work-tasks-2023-sp1","id":"ae494e7f0-6fa4-457b-b9e9-bc0573a79080","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910318.html","title":"Spin js","navPath":"910318.html","bundleId":"work-tasks-2023-sp1","id":"a15c2fc95-49c7-4223-bca0-d5e02f1ef565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763110.html","title":"SQLite","navPath":"763110.html","bundleId":"work-tasks-2023-sp1","id":"ac6a29ce2-e7ce-4341-85d5-d06387ee7464","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/878052.html","title":"sqlite-net SQLCipher","navPath":"878052.html","bundleId":"work-tasks-2023-sp1","id":"a3abec5d2-3e17-4bff-9181-a609bb8b4ac9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907875.html","title":"StarkbankEcdsa","navPath":"907875.html","bundleId":"work-tasks-2023-sp1","id":"a047e36b6-dc55-4825-b585-ed70ab9ec0f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763111.html","title":"Telerik® UI for ASP​.NET AJAX","navPath":"763111.html","bundleId":"work-tasks-2023-sp1","id":"afd1a3492-aae4-4b89-9c49-2e26f8cfde53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763174.html","title":"tensorspace","navPath":"763174.html","bundleId":"work-tasks-2023-sp1","id":"a86b53742-cf80-4fa1-a813-07ceb8b8bf7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763175.html","title":"Unity​.Abstractions","navPath":"763175.html","bundleId":"work-tasks-2023-sp1","id":"a1eee0410-ccbf-4bed-86f9-a625be2fd148","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763176.html","title":"Unity​.Container","navPath":"763176.html","bundleId":"work-tasks-2023-sp1","id":"a6989ef72-9c35-4c0a-bbae-ee0becb4731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907886.html","title":"WindowsBase","navPath":"907886.html","bundleId":"work-tasks-2023-sp1","id":"a59108fdd-8e1a-451d-a943-c6bbe897d3be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903678.html","title":"WiX Toolset","navPath":"903678.html","bundleId":"work-tasks-2023-sp1","id":"aa93e3612-0ac3-413a-afd2-b9253881b63b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904489.html","title":"xamarin​.essentials","navPath":"904489.html","bundleId":"work-tasks-2023-sp1","id":"a8f5d4e26-0989-49b0-ad66-62d108f912ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904585.html","title":"xam​.plugin​.battery","navPath":"904585.html","bundleId":"work-tasks-2023-sp1","id":"ada01ab43-d704-4c5b-a0b1-a16f5234ac4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910319.html","title":"Xml2Json","navPath":"910319.html","bundleId":"work-tasks-2023-sp1","id":"a93d3fa59-5a65-459a-b47e-32ad4d71ea20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910269.html","title":"ZXing","navPath":"910269.html","bundleId":"work-tasks-2023-sp1","id":"a572944d3-ff6b-4cd9-ac8e-f24d5c11848c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904248.html","title":"Other Components","navPath":"904248.html","bundleId":"work-tasks-2023-sp1","id":"a4ef74d2e-0249-4993-8bad-83da603f9f5a","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/789641.html","title":"What's new in AVEVA Work Tasks?","navPath":"789641.html","bundleId":"work-tasks-2023-sp1","id":"a66e23fbc-3b01-4be9-9b81-b0177a0d59ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1282500.html","title":"2023 Releases","navPath":"1282500.html","bundleId":"work-tasks-2023-sp1","id":"a1dba44ae-e988-4e6f-92c3-d8052c1b05f1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733522.html","title":"AVEVA Work Tasks 2023 SP1 Release Notes","navPath":"733522.html","bundleId":"work-tasks-2023-sp1","id":"a32ff6b55-da45-43e6-b669-6a23a4ed605e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733517.html","title":"System Requirements","navPath":"733517.html","bundleId":"work-tasks-2023-sp1","id":"a51cb72ec-fc8a-4a8b-b97a-2f1af94210c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733515.html","title":"Product Compatibility","navPath":"733515.html","bundleId":"work-tasks-2023-sp1","id":"a6651e44e-1259-4554-905b-f82e7bdfc500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733511.html","title":"ISO Details","navPath":"733511.html","bundleId":"work-tasks-2023-sp1","id":"a791f4bfd-49d2-495e-a78f-83ee14388a28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733510.html","title":"Installation Instructions","navPath":"733510.html","bundleId":"work-tasks-2023-sp1","id":"a0a6c3e62-3d79-4e27-a9d9-79e9b5a39caf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733518.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"733518.html","bundleId":"work-tasks-2023-sp1","id":"a1dd1a603-ab92-4324-89bf-5b85b9a363a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733513.html","title":"Key Features","navPath":"733513.html","bundleId":"work-tasks-2023-sp1","id":"a5e7174ee-3582-463e-9017-2c201502b7e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733509.html","title":"General Enhancements","navPath":"733509.html","bundleId":"work-tasks-2023-sp1","id":"a509245ef-ee5a-4984-adf9-59919b74d5d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733512.html","title":"Issues Resolved","navPath":"733512.html","bundleId":"work-tasks-2023-sp1","id":"ae916007c-b016-4b00-ad18-8921574d37ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1382390.html","title":"Known Issues","navPath":"1382390.html","bundleId":"work-tasks-2023-sp1","id":"a61b0656e-0b6d-4158-886d-3efb2d54a93e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1398635.html","title":"AVEVA Work Tasks Pro","navPath":"1398635.html","bundleId":"work-tasks-2023-sp1","id":"a67ba2b0b-ab19-4975-84ae-93c69f864ac7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/administratorguide.html","title":"Administrator Guide","navPath":"administratorguide.html","bundleId":"work-tasks-2023-sp1","id":"acd6f48c0-0189-4856-b51a-7ea385bc2321","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/architecture.html","title":"Architecture","navPath":"architecture.html","bundleId":"work-tasks-2023-sp1","id":"ab226a82e-b181-443c-99a2-96d44cd59b3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/corecomponents.html","title":"Core Components","navPath":"corecomponents.html","bundleId":"work-tasks-2023-sp1","id":"a1c2ca690-9b51-4d2f-8f72-7027542d3917","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/microsoftoutlookintegration.html","title":"Microsoft Outlook Integration","navPath":"microsoftoutlookintegration.html","bundleId":"work-tasks-2023-sp1","id":"aee929c2a-0793-4ad1-867d-43491b651264","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scalabilityandavailability.html","title":"Scalability and Availability","navPath":"scalabilityandavailability.html","bundleId":"work-tasks-2023-sp1","id":"af5529dab-4015-4277-893a-57e9fc74458d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingintranetandextranetwebfronts.html","title":"Set up intranet and extranet web fronts","navPath":"settingintranetandextranetwebfronts.html","bundleId":"work-tasks-2023-sp1","id":"aac89cba2-320f-4543-b1ce-88e09364ce74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540500.html","title":"Partitioning Database","navPath":"540500.html","bundleId":"work-tasks-2023-sp1","id":"a8f63c245-27c2-4820-84d0-f226f3b33ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540501.html","title":"Partitioning with Central Configuration","navPath":"540501.html","bundleId":"work-tasks-2023-sp1","id":"ad6093e39-a6db-4958-85fc-a0786faa96a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540502.html","title":"Partitioning with Partition Manager","navPath":"540502.html","bundleId":"work-tasks-2023-sp1","id":"a484386ac-a929-4962-88d3-8630e49c21ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/657844.html","title":"Verifying Partition","navPath":"657844.html","bundleId":"work-tasks-2023-sp1","id":"a1243e8bf-0d2c-4b60-a08c-c18afcf8c1b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintenanceActivities.html","title":"Maintenance activities","navPath":"MaintenanceActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae4e3fe93-e008-4cde-b76a-d1c2f5b682b1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Editions.html","title":"Editions","navPath":"Editions.html","bundleId":"work-tasks-2023-sp1","id":"aeb075841-906b-4065-bad7-c8935f935dcf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenarios.html","title":"Single server","navPath":"SingleServerScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a107d7344-9da7-4cce-89a3-63801559f204","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario1.html","title":"Deployment of AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on a single machine","navPath":"SingleMachineScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a4d833f21-2965-43bb-b378-fcb446ebded0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario2.html","title":"AVEVA Work Tasks web server and AVEVA Work Tasks server on different machines","navPath":"SingleMachineScenario2.html","bundleId":"work-tasks-2023-sp1","id":"a6dae3899-8a3a-4f34-8b47-23c51c552ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario3.html","title":"AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on different machines","navPath":"SingleMachineScenario3.html","bundleId":"work-tasks-2023-sp1","id":"aa1b068b2-5113-4a3f-a0cf-6b0ff85fcc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenario4.html","title":"AVEVA Work Tasks Web Server Farm, Work Tasks Server, and AVEVA Work Tasks Database Server on Different Machines","navPath":"SingleServerScenario4.html","bundleId":"work-tasks-2023-sp1","id":"aa4fce7cc-d070-4824-b337-5e45ae20a72d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerLicensing.html","title":"Single server licensing information","navPath":"SingleServerLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a2fed8d65-d6ba-4e6d-85dd-fe8020eb43e8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServer.html","title":"Load balanced server","navPath":"LoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a0f5a8aa0-4340-4869-b21e-e7f753a73e71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerArchitecture.html","title":"Load Balanced Server Architecture","navPath":"LoadBalancedServerArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a632ad1cc-5885-4043-976f-54162386ceac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerInstallationScenarios.html","title":"Load balanced server installation scenarios","navPath":"LoadBalancedServerInstallationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a97927939-7d10-467f-a318-488abcc4817b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerCapableofAddingMachinesatAnyTime.html","title":"Single server capable of adding machines at any time","navPath":"SingleServerCapableofAddingMachinesatAnyTime.html","bundleId":"work-tasks-2023-sp1","id":"a9012c07f-7baf-4406-b961-071fbe0abc95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines1.html","title":"Web Server Farm with Clustered Work Tasks Services and Databases on Different Machines","navPath":"LoadBalancedServersonDifferentMachines1.html","bundleId":"work-tasks-2023-sp1","id":"a66065868-d03e-48b6-af16-689176e5d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines2.html","title":"AVEVA Work Tasks Web Server Farm Connecting to AVEVA Work Tasks Services with AVEVA Work Tasks Databases on a Different Machine","navPath":"LoadBalancedServersonDifferentMachines2.html","bundleId":"work-tasks-2023-sp1","id":"afabb36ea-ded9-45d7-baad-de710b5cf8a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","title":"Behavior of AVEVA Work Tasks Services on Enterprise Server","navPath":"BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"a775fa8f6-59d5-4326-a1fa-7f8347dea231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ToolsUsedinEnterpriseServer.html","title":"Tools used in Enterprise Server","navPath":"ToolsUsedinEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"afd759f43-ff92-4ae1-9779-804d9c910afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLimitations.html","title":"Load balanced server limitations","navPath":"LoadBalancedServerLimitations.html","bundleId":"work-tasks-2023-sp1","id":"ad53407b0-151d-4eeb-875b-e5eebad2ebf9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLicensingInformation.html","title":"Load balanced server licensing information","navPath":"LoadBalancedServerLicensingInformation.html","bundleId":"work-tasks-2023-sp1","id":"a867b5c92-282c-4592-a664-fea3051a57c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetscenarios.html","title":"Installing Different Editions","navPath":"skeltabpmnetscenarios.html","bundleId":"work-tasks-2023-sp1","id":"a72603d98-5f56-45da-99b1-13ce8d5f3626","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/planningforinstallation.html","title":"Layout Editing Modes","navPath":"planningforinstallation.html","bundleId":"work-tasks-2023-sp1","id":"a4610a32b-0c8c-4ef0-8922-4a2efc3abafd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/serverroles.html","title":"Identifying Server Roles","navPath":"serverroles.html","bundleId":"work-tasks-2023-sp1","id":"ab492887c-02d8-4ca6-91d3-dd29a9c1f5f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usersource.html","title":"Identifying User Source","navPath":"usersource.html","bundleId":"work-tasks-2023-sp1","id":"a7b1429f9-6330-480c-b460-a7b916c023f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/databaseselection.html","title":"Making Database Selection","navPath":"databaseselection.html","bundleId":"work-tasks-2023-sp1","id":"a7157b66c-ac99-4c5f-ae1d-a0871000f5e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/communication.html","title":"Setting up Communication","navPath":"communication.html","bundleId":"work-tasks-2023-sp1","id":"a583b3a22-e4b3-495b-bbdb-873bc70617cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-mailintegration.html","title":"Integrating Email","navPath":"e-mailintegration.html","bundleId":"work-tasks-2023-sp1","id":"a7d113291-57fe-4631-9a9e-c176f8818a64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ports.html","title":"Setting up Ports","navPath":"ports.html","bundleId":"work-tasks-2023-sp1","id":"aa60682cb-00fd-4190-aa60-bb6808956aef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CookiesCreatedbyWebApplication.html","title":"Cookies Created by Web Application","navPath":"CookiesCreatedbyWebApplication.html","bundleId":"work-tasks-2023-sp1","id":"a19de9f1f-9aea-44ee-88b4-e189f7a695e9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites.html","title":"Prerequisites","navPath":"prerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a492c158f-8d4d-4689-84d7-c74288472cb2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureInternetInformationServices.html","title":"Configure Internet Information Services","navPath":"ConfigureInternetInformationServices.html","bundleId":"work-tasks-2023-sp1","id":"ae96ae8c4-c230-476f-9280-d3331d815034","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableandVerifyMSDTC.html","title":"Enable and verify MSDTC","navPath":"EnableandVerifyMSDTC.html","bundleId":"work-tasks-2023-sp1","id":"ab26f206f-77d8-4adc-97cf-f7a287dd6e32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/575435.html","title":"Configure Oracle Data Handler","navPath":"575435.html","bundleId":"work-tasks-2023-sp1","id":"ab93b8534-ed57-4791-bd5b-3a82d3b62ef9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallSingleServer.html","title":"Install Single Server","navPath":"InstallSingleServer.html","bundleId":"work-tasks-2023-sp1","id":"a45bfca0b-f779-4e1e-b7ff-902e86956460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineInstallation.html","title":"Single machine installation","navPath":"SingleMachineInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a481ae858-6156-44fa-9869-62ea1e302ccf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofInstallation.html","title":"High-level view of installation","navPath":"HighLevelViewofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a8bf30945-82fd-4275-bcee-77e8f98257d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation.html","title":"Installation","navPath":"Installation.html","bundleId":"work-tasks-2023-sp1","id":"af42d13e4-452e-4af9-a199-85ca2f7e611d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae253cc50-afd2-4fb0-ba8e-b675067911fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"ab3689631-1a0e-427c-8ce5-fa4548684934","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer.html","bundleId":"work-tasks-2023-sp1","id":"a67b444e5-626c-4b1f-a390-893ae2021f9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aae749dc4-2e84-4682-80af-b004ca1f6e84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase.html","title":"Create Farm Database","navPath":"CreateFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a48d45138-1692-43d6-a05b-df802e880f22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings.html","title":"Define Security Settings","navPath":"DefineSecuritySettings.html","bundleId":"work-tasks-2023-sp1","id":"a0a2e7d97-da96-4fdd-a301-1b9acda9168e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac494bac4-af74-4696-bb98-0fe1aa3ac81d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices.html","title":"Provision Services","navPath":"ProvisionServices.html","bundleId":"work-tasks-2023-sp1","id":"ad2aeacdc-e4c8-4179-a669-89f180edee31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"aa54978ff-7c5e-432a-bb48-65ef4aca487d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository.html","title":"Create a Repository","navPath":"CreateaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a32bcc35f-9259-4204-8701-a002ab434a56","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation.html","title":"Verify the Installation","navPath":"VerifytheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a764e413b-d27a-4c6b-9719-9b2af91b718c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebServerandAVEVAWorkTasksServeronDifferentMachines.html","title":"Web server and AVEVA Work Tasks server on different machines","navPath":"WebServerandAVEVAWorkTasksServeronDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"aa8617912-fae9-4e6b-baab-ec0ebf08688f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewoftheInstallation.html","title":"High-level view of the installation","navPath":"HighLevelViewoftheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a1a1d45c1-dde5-431a-9dfb-865c0b1ec29a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_1.html","title":"Installation","navPath":"Installation_1.html","bundleId":"work-tasks-2023-sp1","id":"abfcac7a8-6b46-43f9-9f5f-48d4b956b286","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_1.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"a933569eb-b920-4ea4-a792-349bcc2ad225","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_1.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_1.html","bundleId":"work-tasks-2023-sp1","id":"a913d8bcc-8ec4-4bcd-ab9f-96769deb6e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_1.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_1.html","bundleId":"work-tasks-2023-sp1","id":"a505106b3-37f7-4f64-a51f-69d1016ae601","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_1.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"aea45d23f-dd61-4050-81fc-fb13a4b8859f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_1.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"a8e7ae67b-7544-4ae4-a31d-5c7aff94445a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_1.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_1.html","bundleId":"work-tasks-2023-sp1","id":"ad4220f03-df07-4d65-b96d-90f3a724ffa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_1.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"a83fc8459-274a-4027-b031-3859b847e3c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_1.html","title":"Provision Services","navPath":"ProvisionServices_1.html","bundleId":"work-tasks-2023-sp1","id":"a866eb46d-271f-4172-aeb0-5cb25d6e3a5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_1.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_1.html","bundleId":"work-tasks-2023-sp1","id":"a7bac03a2-96c0-47fe-8138-289c2dc7f444","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_1.html","title":"Create a Repository","navPath":"CreateaRepository_1.html","bundleId":"work-tasks-2023-sp1","id":"a625355b9-6fe7-4626-80e1-6d0b552cbd08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_1.html","title":"Verify the Installation","navPath":"VerifytheInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cd1a4ef-ea8f-47a4-a6eb-cccd4fa3c044","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServersonDifferentMachinesScenario1.html","title":"Web Server, AVEVA Work Tasks Server, and Database Server on Different Machines","navPath":"ServersonDifferentMachinesScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a6f2d08b6-5d69-4ef4-9074-6635ad748a9e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a69064966-2138-4f7f-9608-e499ec99792e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aa3b1318f-06d9-4a64-b20e-4e110554039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_2.html","title":"Installation","navPath":"Installation_2.html","bundleId":"work-tasks-2023-sp1","id":"aca02022f-498d-4340-88e5-ec13d75decba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer.html","bundleId":"work-tasks-2023-sp1","id":"a035d3e80-fe80-4732-bf0c-cb68e0415893","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_2.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_2.html","bundleId":"work-tasks-2023-sp1","id":"a9b424b1b-2ab9-4a0f-84d0-74695e3d22df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_2.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_2.html","bundleId":"work-tasks-2023-sp1","id":"adfc9046a-7ac8-4400-9d7c-e76d3c810b5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_2.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a96c418d4-5430-415c-97aa-f8047a5f79a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_2.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a624d1cb2-944f-400c-bcf4-a30642a1426f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_2.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a1d0959a9-4644-437d-b37d-8f39a8097f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_2.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ad5b6f8a2-81a7-45ed-8e29-e312e391c666","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_2.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ae9819721-e27b-4960-b6a5-14587de43783","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a54288089-9e05-4b58-bad8-f5047f9935b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_2.html","title":"Provision Services","navPath":"ProvisionServices_2.html","bundleId":"work-tasks-2023-sp1","id":"a455cc1a3-e8fc-41a2-b1c6-23df9a39637d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a5ceb92f5-a5b1-41e2-b5fa-013dedd9f52c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_3.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_3.html","bundleId":"work-tasks-2023-sp1","id":"a640e2eb0-f478-4acf-a48a-4474dedef67b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_3.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_3.html","bundleId":"work-tasks-2023-sp1","id":"aa2ec7624-973c-4be1-a668-b81a800b6b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_3.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae26e193c-027c-41c0-b9fa-825db1fa5747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation.html","title":"Select Client Installation","navPath":"SelectClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"abf07edd4-6720-49c2-829c-1138d73aada2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a50f36563-78a3-43b5-a2d2-a90d13fb2fd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a751d70d1-6419-4977-974c-0e331d5ca0ec","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_2.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_2.html","bundleId":"work-tasks-2023-sp1","id":"a868acfb6-0014-4b3b-8ad4-bb1028af4d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_2.html","title":"Create a Repository","navPath":"CreateaRepository_2.html","bundleId":"work-tasks-2023-sp1","id":"afd56dfa0-8c17-4ed6-a09b-7ab65e5279d2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_2.html","title":"Verify the Installation","navPath":"VerifytheInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac68c967a-e2ba-4e5c-95e5-110ec7dc8be3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario3.html","title":"Web Farm (Multiple Web servers), AVEVA Work Tasks Server, and Database on Different Machines","navPath":"DifferentMachinesScenario3.html","bundleId":"work-tasks-2023-sp1","id":"ae3311fc0-4c32-46fb-86e5-ffe7672e2d5b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_1.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"addf2ca0e-010c-43c7-bb63-8fb5833dec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_1.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac72bbf83-f0d4-45c4-9735-1b3fe75e741c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation3.html","title":"Installation","navPath":"Installation3.html","bundleId":"work-tasks-2023-sp1","id":"a9ed50da2-4e4c-49ba-b8d7-2ce232cec927","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_1.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_1.html","bundleId":"work-tasks-2023-sp1","id":"ab1499953-dc0b-46f0-bfb7-3c662c8d3bd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_4.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_4.html","bundleId":"work-tasks-2023-sp1","id":"a76d788ac-3db1-448c-aedc-4fd244344ff7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_4.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_4.html","bundleId":"work-tasks-2023-sp1","id":"a8c250d9d-be7a-4f4b-a1f5-f36f94ac61cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_4.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_4.html","bundleId":"work-tasks-2023-sp1","id":"a092fe9e2-40bc-4611-a327-3bcfb520455a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_3.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"acb6e856b-c47e-4a8d-a717-a522c4d4b024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_3.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a95b4006d-5975-44ae-b9fe-d27ce837cc49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_3.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_3.html","bundleId":"work-tasks-2023-sp1","id":"a566f3fc5-401e-461f-bd95-b21d0de8fc1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_3.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_3.html","bundleId":"work-tasks-2023-sp1","id":"adb87c5fe-2382-4b9c-a852-913389fe44fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_1.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_1.html","bundleId":"work-tasks-2023-sp1","id":"ad5fefae5-7366-46f2-80cd-e16c09fe3a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_3.html","title":"Provision Services","navPath":"ProvisionServices_3.html","bundleId":"work-tasks-2023-sp1","id":"a307352a0-c9fd-4c11-93a1-528f291d9a34","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_1.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_1.html","bundleId":"work-tasks-2023-sp1","id":"a277c0d22-027c-4eca-a158-966bc6d5e5db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_5.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_5.html","bundleId":"work-tasks-2023-sp1","id":"a75680dd1-2424-46ae-b3f3-4c11a40cfb31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_5.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_5.html","bundleId":"work-tasks-2023-sp1","id":"ab4c8bbf9-c82c-40b2-b72c-c20beaa8da50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_5.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_5.html","bundleId":"work-tasks-2023-sp1","id":"a434ca78e-5f6a-4dfe-ac02-58e13767f267","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_1.html","title":"Select Client Installation","navPath":"SelectClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a7ad90ce4-a2da-4772-988f-47c7c8b895c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_1.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf1a1f89-20a6-4671-8d12-354116ed4373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_1.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa1cda9b2-e7f2-42bb-b4ed-c4719ed9be0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_3.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_3.html","bundleId":"work-tasks-2023-sp1","id":"a440a6207-5934-425a-8a87-e7a4b51c2a7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_3.html","title":"Create a Repository","navPath":"CreateaRepository_3.html","bundleId":"work-tasks-2023-sp1","id":"a7dab86cc-d63d-4c41-bbba-01836c19106a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_3.html","title":"Verify the Installation","navPath":"VerifytheInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"af7c37d8e-3fe4-44e0-95be-1b45923dbc52","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntranetandExtranetWebServersonDifferentMachines.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"IntranetandExtranetWebServersonDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"ac3aec5f2-c298-45d9-9dc8-a9cebf79ba78","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_2.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a64701b76-336a-436d-a570-31f1fa584d40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_2.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"aebfdb26b-87cb-42db-9294-d01d660f096a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation4.html","title":"Installation","navPath":"Installation4.html","bundleId":"work-tasks-2023-sp1","id":"a09bb2f61-42b6-49c2-bd23-27b50924a30f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_2.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a5ebd6fba-2939-45c9-8075-a60c4650084f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_6.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_6.html","bundleId":"work-tasks-2023-sp1","id":"aa069adfc-f170-470c-b06f-b839743353c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_6.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_6.html","bundleId":"work-tasks-2023-sp1","id":"a9cbdc714-4614-42c7-8d87-802b3b078f10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_6.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_6.html","bundleId":"work-tasks-2023-sp1","id":"aa7fb5e67-761e-4cd6-a73c-e87d9f6ce01a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_4.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a8fc203d1-1d63-4386-a73e-2d2653920dd0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_4.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"aa1afd3fb-490e-4fd5-856a-8582711e1f29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_4.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a5adcbd73-d68b-44bd-91dc-591d4f40e43c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_4.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a53a70877-9dbe-4e0a-80d3-67198731b0ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_2.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_2.html","bundleId":"work-tasks-2023-sp1","id":"a06a15f40-89c7-40f7-aed0-f8e8b8dde03c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_4.html","title":"Provision Services","navPath":"ProvisionServices_4.html","bundleId":"work-tasks-2023-sp1","id":"a1633ff85-fcce-4b97-bad2-508eae8232bf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_2.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_2.html","bundleId":"work-tasks-2023-sp1","id":"aee81a62b-7bd8-47fd-816c-9eda79936089","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_7.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_7.html","bundleId":"work-tasks-2023-sp1","id":"a296db8f0-9f9a-4e41-abff-3f9b4a9957bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_7.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_7.html","bundleId":"work-tasks-2023-sp1","id":"ab7c5d636-984c-499e-bb26-ff3e39eb3b26","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_7.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_7.html","bundleId":"work-tasks-2023-sp1","id":"ad880a4d6-9e47-46a2-9373-09da13708e9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_2.html","title":"Select Client Installation","navPath":"SelectClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac5184e73-0bb0-49e4-962c-88563a06e364","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_2.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a0c5c825d-28e3-4357-912e-464f55014cf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_2.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_2.html","bundleId":"work-tasks-2023-sp1","id":"ab9fec341-7a64-429e-a79f-752834180a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_4.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_4.html","bundleId":"work-tasks-2023-sp1","id":"a5be6e137-6b2d-4687-baaf-d35ecceaea36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_4.html","title":"Create a Repository","navPath":"CreateaRepository_4.html","bundleId":"work-tasks-2023-sp1","id":"ac694c9f5-56b0-43eb-9aec-6db21a3f0ec4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_4.html","title":"Verify the Installation","navPath":"VerifytheInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a3802cc7b-0d91-4dfc-aae2-8ba0be00e343","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallLoadBalancedServer.html","title":"Install Load Balanced Server","navPath":"InstallLoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a00903dcd-0472-45c8-8401-b07dc0a33b47","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","title":"Web Farm with clustered services on Web Farm Machines with database on a different machine","navPath":"WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","bundleId":"work-tasks-2023-sp1","id":"a5756aa9f-82cf-44ed-a8ee-c905efb803de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_3.html","title":"High-level view of server installation","navPath":"HighLevelViewofServerInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"a891e665f-28f2-43e7-bf2a-d76e28a20f5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_3.html","title":"Installation","navPath":"Installation_3.html","bundleId":"work-tasks-2023-sp1","id":"ad4f42cdc-56f1-4cff-a0a9-b2b309c3da44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_3.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae0e493e0-fc37-4ada-904b-4d4b0e148f44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_8.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_8.html","bundleId":"work-tasks-2023-sp1","id":"ab8677528-617e-4a04-ab6f-73ababa4466e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_8.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_8.html","bundleId":"work-tasks-2023-sp1","id":"aa2671ea2-f997-4bbd-9a0d-060ea33689a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_8.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_8.html","bundleId":"work-tasks-2023-sp1","id":"aae907b5e-fba1-4019-ba66-ac12d80ae3a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition.html","bundleId":"work-tasks-2023-sp1","id":"a179fa033-0686-4070-b521-65f50a24c2ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_5.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"ac2ab5e90-d3b2-44f1-9297-efb57025cdd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_5.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_5.html","bundleId":"work-tasks-2023-sp1","id":"ab0eac483-b121-4e43-83cc-bf9cb9e4c3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_5.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_5.html","bundleId":"work-tasks-2023-sp1","id":"af76dc3d8-a55f-4e2c-9a1f-ba41d2cd6f8b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_3.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_3.html","bundleId":"work-tasks-2023-sp1","id":"a6cd86bc4-ef40-4d6c-9ebb-818fdd1ecd80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineEnterpriseConsole.html","title":"Define Enterprise Console","navPath":"DefineEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a91876dab-12b4-494d-941f-44aec30f1525","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_5.html","title":"Provision Services","navPath":"ProvisionServices_5.html","bundleId":"work-tasks-2023-sp1","id":"af469032b-6dd1-4004-a54e-dfbf0f78de97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_5.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_5.html","bundleId":"work-tasks-2023-sp1","id":"a9db1a078-25a8-47ff-878a-9495a20342bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_5.html","title":"Create a Repository","navPath":"CreateaRepository_5.html","bundleId":"work-tasks-2023-sp1","id":"a10dca142-2341-4a81-9832-4d77843b6b61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallonMultipleMachines.html","title":"Install on Multiple Machines","navPath":"InstallonMultipleMachines.html","bundleId":"work-tasks-2023-sp1","id":"a03f5f3cb-ebd9-4be6-9fdd-e300f1ea6581","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_5.html","title":"Verify the Installation","navPath":"VerifytheInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"ab3964056-932d-439d-b69f-5da9bde808af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario4.html","title":"Web farm connecting to separate Services Cluster with Database on a Different Machine","navPath":"DifferentMachinesScenario4.html","bundleId":"work-tasks-2023-sp1","id":"ab8e621bd-212f-47cd-b940-3b24adcc7bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/High-LevelViewofServerInstallation.html","title":"High-level view of server installation","navPath":"High-LevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aade803e7-869e-48b8-905b-d06c90419de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation14.html","title":"High-level view of client installation","navPath":"high-levelviewofskeltaclientinstallation14.html","bundleId":"work-tasks-2023-sp1","id":"afba7a16d-4555-4fba-8dd8-b1f00d721109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation65.html","title":"Installation","navPath":"installation65.html","bundleId":"work-tasks-2023-sp1","id":"abfe408e1-124a-46ab-8004-d349f5e97809","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server.html","title":"AVEVA Work Tasks server","navPath":"Wonderware_Skelta_BPM_Server.html","bundleId":"work-tasks-2023-sp1","id":"a11f3a9ba-0369-4576-b18b-eedbdc508786","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_9.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_9.html","bundleId":"work-tasks-2023-sp1","id":"ae98cbb41-c264-4e3d-8e36-0bba17b742a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_9.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_9.html","bundleId":"work-tasks-2023-sp1","id":"aec6ee656-daa1-4583-ad07-9451f33c0b69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_9.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_9.html","bundleId":"work-tasks-2023-sp1","id":"acea7f020-86e3-4f8f-86be-56ee56b34a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_1.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_1.html","bundleId":"work-tasks-2023-sp1","id":"a433a9acd-c042-486d-8463-bc7ea9971e7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_6.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"afc54637e-45f0-4862-8548-6a2d3ba7e0a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_6.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a66fa955e-79f3-4260-bee0-771cb2af306b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_6.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a37ad7773-8f4f-46d2-b5fc-5be059f4faae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_4.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_4.html","bundleId":"work-tasks-2023-sp1","id":"af3e2ad62-d775-4b4e-adb6-334fb94f8790","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_6.html","title":"Provision Services","navPath":"ProvisionServices_6.html","bundleId":"work-tasks-2023-sp1","id":"aa29e4344-5226-4e02-ab05-4980dd51eb33","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client.html","bundleId":"work-tasks-2023-sp1","id":"aa5b548a0-a593-40f4-b709-4d2182f62b2a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_10.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_10.html","bundleId":"work-tasks-2023-sp1","id":"a4d91fb1f-68c3-45c9-934c-cca7c4b44a91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_10.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_10.html","bundleId":"work-tasks-2023-sp1","id":"afb389c8c-f18f-450b-a5f6-53fc6dbe0316","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_10.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_10.html","bundleId":"work-tasks-2023-sp1","id":"a1d1b290b-bf6d-4e9e-93c3-c69b10e6f4a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_3.html","title":"Select Client Installation","navPath":"SelectClientInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"add50eec4-8fae-4998-9ae9-6fd3e9c4efff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_3.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a2cef3d8e-f754-4766-bbf6-da8ba80b7281","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_3.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_3.html","bundleId":"work-tasks-2023-sp1","id":"a041c84b9-5727-4fbc-b712-c9fa3938093c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_6.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_6.html","bundleId":"work-tasks-2023-sp1","id":"a7dec73a2-82d7-4906-a266-e30557018cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_6.html","title":"Create a Repository","navPath":"CreateaRepository_6.html","bundleId":"work-tasks-2023-sp1","id":"a99fe1af8-0987-4a9f-8548-a32e128eef25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_6.html","title":"Verify the Installation","navPath":"VerifytheInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"aa05fb0de-2b3b-43d9-a566-6537c219aed0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/completestandalonedeploymentindevelopermachine112.html","title":"Single Server capable of adding machines at any time","navPath":"completestandalonedeploymentindevelopermachine112.html","bundleId":"work-tasks-2023-sp1","id":"a22efa9f1-bcf2-4e1a-983e-af011407ace3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelinstallationview1112.html","title":"High-level view of AVEVA Work Tasks installation","navPath":"high-levelinstallationview1112.html","bundleId":"work-tasks-2023-sp1","id":"ac6eda2b5-340a-47b1-8a6e-2ee608cb430f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation312.html","title":"Installation","navPath":"installation312.html","bundleId":"work-tasks-2023-sp1","id":"a28103a17-8497-4961-bc47-2363aee74535","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_11.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_11.html","bundleId":"work-tasks-2023-sp1","id":"afbca0a4f-8b82-4e01-8c47-aa697b21604f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_11.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_11.html","bundleId":"work-tasks-2023-sp1","id":"a5a312a7c-a275-48f0-807b-a35d386054d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_11.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_11.html","bundleId":"work-tasks-2023-sp1","id":"a74f84d5e-d465-4a53-8d12-1f657f1e91e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_2.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_2.html","bundleId":"work-tasks-2023-sp1","id":"a8f779995-d99d-49da-9526-55bdf29ea370","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_7.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_7.html","bundleId":"work-tasks-2023-sp1","id":"a81cb3211-794c-4046-837b-0da53b94d176","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_7.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_7.html","bundleId":"work-tasks-2023-sp1","id":"a450e9a9b-dac4-4836-9bf2-da2fecb92dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_7.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_7.html","bundleId":"work-tasks-2023-sp1","id":"af900e5b1-ca0b-4463-a4ac-9870a1e3c781","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_7.html","title":"Provision Services","navPath":"ProvisionServices_7.html","bundleId":"work-tasks-2023-sp1","id":"a9d382a9b-105e-4fed-ad92-5e9be9ed4203","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_7.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_7.html","bundleId":"work-tasks-2023-sp1","id":"a67bbedfc-308e-4089-bff5-41ecba4d46e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_7.html","title":"Create a Repository","navPath":"CreateaRepository_7.html","bundleId":"work-tasks-2023-sp1","id":"a99daed56-f5cc-4fd1-9d99-f83bd9ad366b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_7.html","title":"Verify the Installation","navPath":"VerifytheInstallation_7.html","bundleId":"work-tasks-2023-sp1","id":"a5138cb2d-19b6-4dfd-a434-0d63e2316d6c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","bundleId":"work-tasks-2023-sp1","id":"ac2bbbed2-42d8-467f-b005-7c36db4d1516","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation36.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation36.html","bundleId":"work-tasks-2023-sp1","id":"a2a43fc28-d531-4bf8-8be7-3c80dd7909c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation15.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation15.html","bundleId":"work-tasks-2023-sp1","id":"aac0fe502-384f-4c44-8855-08b8b2c0ac91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation66.html","title":"Installation","navPath":"installation66.html","bundleId":"work-tasks-2023-sp1","id":"a191a29d6-3570-40a4-81f3-73a984c6e776","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_1.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_1.html","bundleId":"work-tasks-2023-sp1","id":"a4829b101-042a-4ed7-a95b-678820b33f13","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_12.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_12.html","bundleId":"work-tasks-2023-sp1","id":"acae7a248-25bb-41e2-9e6b-75ff3e4f52ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_12.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_12.html","bundleId":"work-tasks-2023-sp1","id":"a9d55385a-e953-4636-b092-628313fceb78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_12.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_12.html","bundleId":"work-tasks-2023-sp1","id":"ac2dcafd4-5b35-4021-a756-4e3f47686de4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_3.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_3.html","bundleId":"work-tasks-2023-sp1","id":"a941a7c78-6ae1-48d0-847f-96689d824288","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_8.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_8.html","bundleId":"work-tasks-2023-sp1","id":"ad36b1fec-53e7-4a71-a9cb-23fde3a00982","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_8.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_8.html","bundleId":"work-tasks-2023-sp1","id":"abc632ed6-ac17-4961-baf1-587887f9e19c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_8.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_8.html","bundleId":"work-tasks-2023-sp1","id":"a26815e4d-6b6c-4a34-aba0-8cb7d8800a25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_5.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_5.html","bundleId":"work-tasks-2023-sp1","id":"a3312eaec-ab71-4b82-a476-15aaf3e22b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_8.html","title":"Provision Services","navPath":"ProvisionServices_8.html","bundleId":"work-tasks-2023-sp1","id":"a749442a9-00f3-42d5-8ef8-69f937a17f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_1.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_1.html","bundleId":"work-tasks-2023-sp1","id":"a313f1f00-e178-4248-87b3-750d7c9fadd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_13.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_13.html","bundleId":"work-tasks-2023-sp1","id":"a152a18c8-a305-4708-914f-bc4da3bf7d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_13.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_13.html","bundleId":"work-tasks-2023-sp1","id":"a3dfea202-c090-4e15-860c-33c6920e7f31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_4.html","title":"Select Client Installation","navPath":"SelectClientInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"adbc8fce8-5f4b-4a6c-b7b0-0e7d144cf394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_4.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"a4178dbb2-78b0-44ba-9623-866f281c2914","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_4.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_4.html","bundleId":"work-tasks-2023-sp1","id":"a5a95e2ed-a1d6-4733-b59e-4f2070e582fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_8.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_8.html","bundleId":"work-tasks-2023-sp1","id":"ab48db8ff-6d3c-48ad-89ac-35392bd81108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_8.html","title":"Create a Repository","navPath":"CreateaRepository_8.html","bundleId":"work-tasks-2023-sp1","id":"a8de02b7f-54ed-4175-a34c-c842294c2e05","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_8.html","title":"Verify the Installation","navPath":"VerifytheInstallation_8.html","bundleId":"work-tasks-2023-sp1","id":"a223e3b9d-3051-4c5b-8e41-ab04e29fcd21","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","title":"Client and Server Installation","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","bundleId":"work-tasks-2023-sp1","id":"a8c6beb07-38d5-4ff5-a3a1-3004a0db82e6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation31.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation31.html","bundleId":"work-tasks-2023-sp1","id":"a9f5e7db3-1db0-4952-976c-d17ffdce22be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation11.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation11.html","bundleId":"work-tasks-2023-sp1","id":"ae54199a2-ef72-4092-9ae1-6dc8c52208a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation67.html","title":"Installation","navPath":"installation67.html","bundleId":"work-tasks-2023-sp1","id":"a1bd1ce01-1748-4476-8015-fbc597d1a7df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_2.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_2.html","bundleId":"work-tasks-2023-sp1","id":"a729e3a69-cbb5-43e0-a2bf-287c7770696f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_14.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_14.html","bundleId":"work-tasks-2023-sp1","id":"af66b7f13-c078-480e-884b-17a6629cfd6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_14.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_14.html","bundleId":"work-tasks-2023-sp1","id":"aef7ca800-32c6-4d70-b236-4fec4dc9742d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_13.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_13.html","bundleId":"work-tasks-2023-sp1","id":"ad7aa383d-0f58-4f96-b397-68c8809b7c6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_4.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_4.html","bundleId":"work-tasks-2023-sp1","id":"acaa718be-afc4-4536-8988-3595c9f9a081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_9.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_9.html","bundleId":"work-tasks-2023-sp1","id":"affbd9a77-51f5-404d-b7a0-2932c4d3566b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_9.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a9506a727-5640-4822-8006-a2659ddfbd34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_9.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a050001eb-715c-4615-814c-18ac6e59b553","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_6.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_6.html","bundleId":"work-tasks-2023-sp1","id":"a2ea689ff-ee22-4e0e-b608-40754fdf19ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_9.html","title":"Provision Services","navPath":"ProvisionServices_9.html","bundleId":"work-tasks-2023-sp1","id":"ac37b77d8-9c96-4f85-9059-a8df114efc1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_2.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_2.html","bundleId":"work-tasks-2023-sp1","id":"a7490f85d-0a9e-44e7-8842-dc4c81cd3879","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_15.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_15.html","bundleId":"work-tasks-2023-sp1","id":"ad9a1cce3-3cc7-4320-a69f-74ea692b7495","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_15.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_15.html","bundleId":"work-tasks-2023-sp1","id":"a8cbacde9-beb4-4582-9d40-52093dfee4f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_14.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_14.html","bundleId":"work-tasks-2023-sp1","id":"a5580d68b-ffbd-498b-9cfa-4eb27b238910","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_5.html","title":"Select Client Installation","navPath":"SelectClientInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"a70cf1c65-167a-465b-9fba-819776a409eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_5.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"a68cb4f42-d8ae-4a4a-9764-d52c5e38ed9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_5.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_5.html","bundleId":"work-tasks-2023-sp1","id":"a361ccd72-cf87-4315-aef8-9db0e936c91a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_9.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_9.html","bundleId":"work-tasks-2023-sp1","id":"a1133d36d-4bc3-4d76-b7c3-62b6e549ddfb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_9.html","title":"Create a Repository","navPath":"CreateaRepository_9.html","bundleId":"work-tasks-2023-sp1","id":"a8e748d36-69d0-4467-aa75-02018b90bc88","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_9.html","title":"Verify the Installation","navPath":"VerifytheInstallation_9.html","bundleId":"work-tasks-2023-sp1","id":"af76a539e-fac8-49ae-977c-44a863bea567","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksinSilentMode.html","title":"Install and Configure AVEVA Work Tasks in Silent Mode","navPath":"InstallandConfigureAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a8d44ede5-9ba7-4823-bb80-fde76a9ddb68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforInstallingandConfiguringinSilentMode.html","title":"Prerequisites for Installing and Configuring in Silent Mode","navPath":"PrerequisitesforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a2026ddc8-d590-48aa-ac12-53d597b394a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallinSilentMode.html","title":"Install in Silent Mode","navPath":"InstallinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a22ab1c19-ccfc-40c6-a8bc-d31322406b08","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentMode.html","title":"Configure in Silent Mode","navPath":"ConfigureinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aacd23249-b069-4774-9c03-79695f60e9a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeUsingXML.html","title":"Configure in Silent Mode Using XML","navPath":"ConfigureinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaa216fd6-89ba-4729-aa91-691cde204c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingXML.html","title":"Configure DataSource in Silent Mode Using XML","navPath":"ConfigureDataSourceinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a74464d76-9c19-41da-a0f4-860601a6309a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aa12aae81-70b3-431f-94c3-5f51123b86fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingXML.html","title":"Configure Farm in Silent Mode Using XML","navPath":"ConfigureFarminSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a6a337a31-2a09-4305-bb04-761f5291ec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryinSilentModeUsingXML.html","title":"Configure Repository in Silent Mode Using XML","navPath":"ConfigureRepositoryinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a9d76d8f9-42e1-40db-adc1-37c95421e867","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQuickflowinSilentModeUsingXML.html","title":"Configure Quickflow in Silent Mode Using XML","navPath":"ConfigureQuickflowinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaccd1fb2-7454-41bf-888f-24d9abc8d972","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCryptographySettingsinSilentModeusingXML.html","title":"Configure Cryptography Settings in Silent Mode using XML","navPath":"ConfigureCryptographySettingsinSilentModeusingXML.html","bundleId":"work-tasks-2023-sp1","id":"a5b8939b2-be69-484d-9548-a9f112fcf249","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeusingCommandLineParameters.html","title":"Configure in Silent Mode using Command-Line Parameters","navPath":"ConfigureinSilentModeusingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a01c2c651-feda-4818-b48f-a0f7ff29a5c7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingCommandLineParameters.html","title":"Configure Farm in Silent Mode Using Command-Line Parameters","navPath":"ConfigureFarminSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a929dd387-9dda-4a7f-bdbc-6e24aa678a0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","title":"Configure DataSource in Silent Mode Using Command-Line Parameters","navPath":"ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5ff17cd8-8d2d-4971-9829-4101bbe83cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryInSilentMode.html","title":"Configure Repository in Silent Mode Using Command-Line Parameters","navPath":"ConfigureRepositoryInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aee03911c-0f61-45bd-ac20-a887ef5bc037","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnResultsforSilentConfiguration.html","title":"Return Results for Silent Configuration","navPath":"ReturnResultsforSilentConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1525e434-8f30-4012-8d87-ddd51571b743","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","title":"Sample Batch File Script for Installing and Configuring in Silent Mode","navPath":"SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aeb0632be-0e9d-4cea-ab4a-6103f1164f9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsandExceptionsSilentInstallationandConfiguration.html","title":"Limitations and Exceptions - Silent Installation and Configuration","navPath":"LimitationsandExceptionsSilentInstallationandConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1d9d2846-9ff8-484a-a55e-71eda59e7fbd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","title":"Installing AVEVA Work Tasks Add-in for Microsoft Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a42f8ab59-38df-4b07-b896-4d1e707ef549","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPrerequisites.html","title":"Installation Prerequisites","navPath":"InstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a9af94f46-3cd5-4b1a-84ec-428be19a1005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Install AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a3f62fc90-955f-4f97-a0a5-c8c46cb777de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Uninstalling AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a672fd0a7-aa26-4d93-821a-73a75f4873ad","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientonWindowsFormBasedApplication.html","title":"Install Client on Windows Form Based Application","navPath":"InstallClientonWindowsFormBasedApplication.html","bundleId":"work-tasks-2023-sp1","id":"a137140d3-7d52-41d4-9551-8136fb69ccc9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPlanningChecklist.html","title":"Installation Planning Checklist","navPath":"InstallationPlanningChecklist.html","bundleId":"work-tasks-2023-sp1","id":"a5980d571-97d5-4345-8c24-82ef4e62e81f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelInstallationView.html","title":"High-Level Installation View","navPath":"HighLevelInstallationView.html","bundleId":"work-tasks-2023-sp1","id":"a1828e508-fddc-4a4e-a1f0-58d9503c2a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_4.html","title":"Installation","navPath":"Installation_4.html","bundleId":"work-tasks-2023-sp1","id":"a538908ac-a935-4118-9586-d1e4b008f8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_16.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_16.html","bundleId":"work-tasks-2023-sp1","id":"aca8f3f31-2894-4660-9800-0029e828a1b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_16.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_16.html","bundleId":"work-tasks-2023-sp1","id":"a1edffe02-7add-4b48-8c9e-c8a31f083406","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_6.html","title":"Select Client Installation","navPath":"SelectClientInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"ac3e1d111-2388-4bef-8e5f-4c1efd035930","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_6.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"af28ed421-0bc7-413c-ab28-1f8a28e51387","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_6.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_6.html","bundleId":"work-tasks-2023-sp1","id":"acbb59515-2201-45bb-8613-4c4a37f71986","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_10.html","title":"Verify the Installation","navPath":"VerifytheInstallation_10.html","bundleId":"work-tasks-2023-sp1","id":"a99434ef3-1864-415c-bdd9-0aed0998d88c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","title":"Install AVEVA Work Tasks Locales for Brazilian Portuguese","navPath":"InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","bundleId":"work-tasks-2023-sp1","id":"aab87faca-6aee-4369-a3b3-7be3f4b1df29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetaRepositorytoSupportMultipleLocales.html","title":"Set a Repository to Support Multiple Locales","navPath":"SetaRepositorytoSupportMultipleLocales.html","bundleId":"work-tasks-2023-sp1","id":"a20125d73-90e9-4183-b81c-a44690f19ac1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicensing.html","title":"AVEVA Licensing","navPath":"AVEVALicensing.html","bundleId":"work-tasks-2023-sp1","id":"af5fdcdb7-92e8-441d-a3ba-69d7bcb72a53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutAVEVAEnterpriseLicensing.html","title":"About AVEVA Enterprise Licensing","navPath":"AboutAVEVAEnterpriseLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a9d484cfe-660e-4e95-ad44-a0866eb22047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowdoesLicensingwork.html","title":"How does Licensing work?","navPath":"HowdoesLicensingwork.html","bundleId":"work-tasks-2023-sp1","id":"a156211ff-8c83-4268-8891-894768753f61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LicensingforAVEVAWorkTasks.html","title":"Licensing for AVEVA Work Tasks","navPath":"LicensingforAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae7db001b-925e-4f44-8a74-4d002066508a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GracePeriodforAVEVALicense.html","title":"Grace Period for AVEVA License","navPath":"GracePeriodforAVEVALicense.html","bundleId":"work-tasks-2023-sp1","id":"a32155e86-5ca8-45e0-84df-72fedb1aaa3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeLoadBalanceSettings.html","title":"Change Load Balance Settings","navPath":"ChangeLoadBalanceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a15ecb961-99ec-4e28-8ee3-17688f0a58bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientConnectionLicenseforSystemPlatformIDE.html","title":"Client Connection License for System Platform IDE","navPath":"ClientConnectionLicenseforSystemPlatformIDE.html","bundleId":"work-tasks-2023-sp1","id":"ac95b3991-a2c7-4163-a550-f622999e6f51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense.html","title":"Client Connection License for InTouch","navPath":"SessionbasedClientConnectionLicense.html","bundleId":"work-tasks-2023-sp1","id":"a6aa101d2-2a34-4db2-ad74-88ccc6538149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense_1.html","title":"Session-based Client Connection License","navPath":"SessionbasedClientConnectionLicense_1.html","bundleId":"work-tasks-2023-sp1","id":"abf9dcea0-c54f-4cb6-b969-5b2ec85dba09","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/worktasksmobileapplication.html","title":"AVEVA Work Tasks Pro","navPath":"worktasksmobileapplication.html","bundleId":"work-tasks-2023-sp1","id":"a3a7556c5-bf4b-472f-9319-f5be256a393c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicenseUtilizationWorkTasksPro.html","title":"AVEVA License Utilization","navPath":"AVEVALicenseUtilizationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"abe5d6131-d043-4c75-aaed-1d101fc40cf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PushNotificationArchitectureforAVEVAWorkTasksPro.html","title":"Push Notification Architecture for AVEVA Work Tasks Pro","navPath":"PushNotificationArchitectureforAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aafdf648e-11fc-434c-8dd3-ef4f4633c48a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnhancedSecurity.html","title":"Enhanced Security","navPath":"EnhancedSecurity.html","bundleId":"work-tasks-2023-sp1","id":"a567d3005-4d9b-4ca0-8464-d1c4c06ef27e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksPro.html","title":"Install AVEVA Work Tasks Pro","navPath":"InstallAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"ab22d0d52-a6de-4529-80dc-e03d6526395b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites3.html","title":"Prerequisites","navPath":"Prerequisites3.html","bundleId":"work-tasks-2023-sp1","id":"aedb989e9-eb6f-4595-aa4a-ecfd665c3211","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","title":"High Level View of Configuration and Installation of AVEVA Work Tasks Pro","navPath":"HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a7753eb43-5acd-423c-81db-9ed82e603e61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksPro.html","title":"Access AVEVA Work Tasks Pro","navPath":"AccessAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a42b2678d-18f5-4b0c-9b93-6cbd9cd61c11","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro within the Corporate Network","navPath":"AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"a45c309e8-6c9f-4ecd-91ca-3da0f53663a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro Outside the Corporate Network","navPath":"Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"afa95a0b2-8105-415d-a507-f6b65947e24b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksProApp.html","title":"Install and Configure AVEVA Work Tasks Pro App","navPath":"InstallandConfigureAVEVAWorkTasksProApp.html","bundleId":"work-tasks-2023-sp1","id":"a4f345fbb-37e3-4c84-9f6c-c01f5775f91e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationWorkTasksPro.html","title":"Verify Installation","navPath":"VerifyInstallationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"af9b19fd9-be02-466c-94a8-2f4eaadec08c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAVEVAWorkTasksPro.html","title":"Configure AVEVA Work Tasks Pro","navPath":"ConfigureAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aa40c55b5-23c8-4feb-bfd8-328d451667fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelMobileWorkList.html","title":"Delivery Channel - MobileWorkList","navPath":"DeliveryChannelMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"ad9789d60-56e8-4660-9d77-1df39bd6ba5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockorUnblockMobileApplication.html","title":"Block or Unblock Mobile Application","navPath":"BlockorUnblockMobileApplication.html","bundleId":"work-tasks-2023-sp1","id":"a986e2063-a4ef-46ae-836c-ccc962a5e752","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedSettings.html","title":"Advanced Settings","navPath":"AdvancedSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7a3e3a8-0c45-462b-8a49-104bc9e31c3f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceMonitor.html","title":"Service Monitor","navPath":"ServiceMonitor.html","bundleId":"work-tasks-2023-sp1","id":"a855fa4ee-6822-42c7-9af8-8711b4068e89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSettings.html","title":"Service Settings","navPath":"ServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0618090b-e4cb-4de0-8c00-94f57011e3e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineSettings.html","title":"Engine Settings","navPath":"EngineSettings.html","bundleId":"work-tasks-2023-sp1","id":"a7c07c866-2f74-408f-b405-06ca032e567f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSchedulerSettings.html","title":"Task Scheduler Settings","navPath":"TaskSchedulerSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac0c3f6de-c38f-435d-81de-5e906e2b9069","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceSettings.html","title":"Communication Service Settings","navPath":"CommunicationServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a41c15f07-0359-4304-a655-6c0d5f91f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceSettings.html","title":"Client Service Settings","navPath":"ClientServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"abd8849e5-eac3-4fcb-a946-d17f4667389a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofRestarts.html","title":"Types of Restarts","navPath":"TypesofRestarts.html","bundleId":"work-tasks-2023-sp1","id":"abec65059-9d26-4678-aae6-bcf228a49f8c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesofServiceMonitoring.html","title":"Features of Service Monitoring","navPath":"FeaturesofServiceMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a0d19fbbc-7044-4c3a-a400-78981958cb82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processmemorycalculation.html","title":"Process Memory Calculation","navPath":"processmemorycalculation.html","bundleId":"work-tasks-2023-sp1","id":"ad0e1d88b-1802-4eec-a414-8df998982577","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofMonitoring.html","title":"Types of Monitoring","navPath":"TypesofMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b101f-5049-447c-99d6-d56df861e9ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Maintenance.html","title":"Maintenance","navPath":"Maintenance.html","bundleId":"work-tasks-2023-sp1","id":"ac3c7342b-392e-4e3f-8b65-c76793a097cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CriticalMemoryLimit.html","title":"Critical Memory Limit","navPath":"CriticalMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"ae264141e-f9d4-412d-8168-6289575f3366","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WarningMemoryLimit.html","title":"Warning Memory Limit","navPath":"WarningMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"a72a651cf-6630-4a16-b80c-1f025dd8d4f5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSpecificMonitoring.html","title":"Service Specific Monitoring","navPath":"ServiceSpecificMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5706b52e-86e3-4db4-a450-7c60af1328fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowEngine.html","title":"Workflow Engine","navPath":"WorkflowEngine.html","bundleId":"work-tasks-2023-sp1","id":"a241795c3-25b7-44e5-bed7-cb79e4447326","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceDependencies.html","title":"Service Dependencies","navPath":"ServiceDependencies.html","bundleId":"work-tasks-2023-sp1","id":"a86e1bd69-9426-4e2f-bc31-31a47c3d5d8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedEnvironment.html","title":"Load Balanced Environment","navPath":"LoadBalancedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a84ee5a84-e4d4-4324-bde8-3be1e55ab327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationSettings.html","title":"Configuration Settings","navPath":"ConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a175dcc05-4338-4d72-a658-9e51ab33a4e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationConstants.html","title":"Application Constants","navPath":"ApplicationConstants.html","bundleId":"work-tasks-2023-sp1","id":"a24d62c71-9dcc-47ac-a85a-2fcc6d53d1b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultSettings.html","title":"Default Settings","navPath":"DefaultSettings.html","bundleId":"work-tasks-2023-sp1","id":"a79cd6d59-9683-4c0b-ab64-9412f80d821a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios.html","title":"User Scenarios","navPath":"UserScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a138fefd4-641c-4d05-ac8e-f2f9b900274c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TechnicalScenariosandFeatures.html","title":"Technical Scenarios and Features","navPath":"TechnicalScenariosandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"ab3e89762-73e9-4cfb-94b0-fd1ea15b8903","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationService.html","title":"Mobile Notification Service","navPath":"MobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa434e44a-3cd8-4229-964a-e29d47499a8d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RegistertoMobileNotificationService.html","title":"Register to Mobile Notification Service","navPath":"RegistertoMobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa70ba683-5dfe-4289-b0ea-970159c8ae15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrySettings.html","title":"Retry Settings","navPath":"RetrySettings.html","bundleId":"work-tasks-2023-sp1","id":"abf7194e6-3be9-465a-bcb1-ca8099e85d30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings.html","bundleId":"work-tasks-2023-sp1","id":"a5e84f896-e5bc-423b-825d-320e8c11a403","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratingNotificationServices.html","title":"Migrating Notification Services","navPath":"MigratingNotificationServices.html","bundleId":"work-tasks-2023-sp1","id":"afde6efcc-67be-412e-bc1c-0e4f10983b8c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings_1.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"aa8cdcce1-d523-4906-a1b5-d67d89416a42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalSettings.html","title":"Global Settings","navPath":"GlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0f90a-56ed-4162-a7f5-3f9a3413970d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HTTPSettings.html","title":"HTTP Settings","navPath":"HTTPSettings.html","bundleId":"work-tasks-2023-sp1","id":"aa1d90df1-9bb0-4a8b-ad0b-e46f8fbc1ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogorTransactionSettings.html","title":"Log or Transaction Settings","navPath":"LogorTransactionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a57822d57-f2a8-4e63-959b-7f2e88c53e1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherSettings.html","title":"File Watcher Settings","navPath":"FileWatcherSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c21143e-23a5-4223-9432-ce970adf9e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MachineSetting.html","title":"Machine Setting","navPath":"MachineSetting.html","bundleId":"work-tasks-2023-sp1","id":"a38372161-3b2f-4905-98e6-01853383cd28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureSetting.html","title":"Azure Setting","navPath":"AzureSetting.html","bundleId":"work-tasks-2023-sp1","id":"a3329c8ec-667c-458e-a36b-e08e4f8982f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateEnterpriseConsolewithAnonymousAuthentication.html","title":"Create Enterprise Console with Anonymous Authentication","navPath":"CreateEnterpriseConsolewithAnonymousAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a74d7c4d6-6e5e-4fc0-b107-15a2c312aaf6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServiceBusListener.html","title":"Configure Service Bus Listener","navPath":"ConfigureServiceBusListener.html","bundleId":"work-tasks-2023-sp1","id":"af4cd2ae1-6738-412f-860c-08a97f80352c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GenerateSASToken.html","title":"Generate SAS Token","navPath":"GenerateSASToken.html","bundleId":"work-tasks-2023-sp1","id":"ab00e3385-aa49-4dad-b58a-15fbfab1820d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvideServerDetailstoMobileUser.html","title":"Provide Server Details to Mobile User","navPath":"ProvideServerDetailstoMobileUser.html","bundleId":"work-tasks-2023-sp1","id":"ad39cb56c-5c90-40f0-a790-06d08f952dd3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAServices.html","title":"ArchestrA Services","navPath":"ArchestrAServices.html","bundleId":"work-tasks-2023-sp1","id":"a345ab52b-15c4-4e1d-855e-7184a6ce4d68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenIDSettings.html","title":"OpenID Settings","navPath":"OpenIDSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1f2bca70-9490-4427-b761-20bcb0b083b0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAConnectSettings.html","title":"AVEVA Connect Settings","navPath":"AVEVAConnectSettings.html","bundleId":"work-tasks-2023-sp1","id":"a35546651-61ed-4c4f-906e-361bed27ae43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureActiveDirectorySettings.html","title":"Azure Active Directory Settings","navPath":"AzureActiveDirectorySettings.html","bundleId":"work-tasks-2023-sp1","id":"a842d1482-6c53-4e10-bb87-48aa5d93e380","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomScopeinAzureActiveDirectory.html","title":"Create Custom Scope in Azure Active Directory","navPath":"CreateCustomScopeinAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"ab8fba8bb-1a36-402b-96ef-aed20f8d610c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","title":"Retrieve Additional User Properties for Azure Active Directory User Provider","navPath":"RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","bundleId":"work-tasks-2023-sp1","id":"a3353af6e-9df7-4142-a801-3300f09ad5cd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoResumeSettings.html","title":"Auto Resume Settings","navPath":"AutoResumeSettings.html","bundleId":"work-tasks-2023-sp1","id":"af55cc2d9-e0fc-4594-94a9-4621866e338a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/720535.html","title":"Cache Refresh Settings","navPath":"720535.html","bundleId":"work-tasks-2023-sp1","id":"a78464617-e6f0-47bb-b9c1-7191cffe76d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrationTasks.html","title":"Administration Tasks","navPath":"AdministrationTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae59b26cc-e845-4225-9696-6215cf030cc8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutFormsDesigner.html","title":"About Forms Designer","navPath":"AboutFormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a0e8d52b2-522d-4301-95eb-3257e6d3a29e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInstalledProducts.html","title":"View Installed Products","navPath":"ViewInstalledProducts.html","bundleId":"work-tasks-2023-sp1","id":"a9068d703-1f5a-4c83-85c7-bedac07063ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageDatabases.html","title":"Manage Databases","navPath":"ManageDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a9b379c48-02b3-44bb-a0d4-5678fb42f560","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseUserSettingsforWindowsAuthentication.html","title":"Change Database User Settings for Windows Authentication","navPath":"ChangeDatabaseUserSettingsforWindowsAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa77722a0-477b-4d53-91b0-a609bdcf3d6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeSQLUserCredentialsforSQLAuthentication.html","title":"Change SQL User Credentials for SQL Authentication","navPath":"ChangeSQLUserCredentialsforSQLAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a96575ae0-2840-4b46-a9d0-ac4c98d819ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofFarmConnectionSettings.html","title":"Change Pool Size of Farm Connection Settings","navPath":"ChangePoolSizeofFarmConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a9d6fe843-8391-4cd0-ae2a-b7314822435d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseSettings.html","title":"Change Database Settings","navPath":"ChangeDatabaseSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3465c11a-d283-456e-ab66-177ab90f9ce5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServices.html","title":"Configure Services","navPath":"ConfigureServices.html","bundleId":"work-tasks-2023-sp1","id":"ac58fbc46-3e88-4538-a676-775daf3783d1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TwowayEmailNotification.html","title":"Two-way Email Notification","navPath":"TwowayEmailNotification.html","bundleId":"work-tasks-2023-sp1","id":"ab97d5713-3617-46fa-90c3-8a3d16b554d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeServiceSettings.html","title":"Change Service Settings","navPath":"ChangeServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a223da71a-6531-45f1-bcd9-3672dbd7abb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringSettings.html","title":"Client Service Monitoring Settings","navPath":"ClientServiceMonitoringSettings.html","bundleId":"work-tasks-2023-sp1","id":"aaf06aff1-9266-4a8e-801a-07b204acab96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettings.html","title":"Cryptography Settings","navPath":"CryptographySettings.html","bundleId":"work-tasks-2023-sp1","id":"a3a06b38a-22c1-49ca-9b22-16d36a89b564","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratePassphraseusingMigrationTool.html","title":"Migrate Passphrase using Migration Tool","navPath":"MigratePassphraseusingMigrationTool.html","bundleId":"work-tasks-2023-sp1","id":"af8724a67-1263-415f-b0ac-68d1e0718976","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministerWebServers.html","title":"Administer Web Servers","navPath":"AdministerWebServers.html","bundleId":"work-tasks-2023-sp1","id":"a0fa009e9-6962-4a9c-95e9-2dc14b4a8e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWebSiteSettings.html","title":"Change Web Site Settings","navPath":"ChangeWebSiteSettings.html","bundleId":"work-tasks-2023-sp1","id":"a4f8033fd-bc87-4233-9be7-1e315cdd026e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","title":"Set Desired Port Number for Central Configuration and Enterprise Console During Installation","navPath":"SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a85d3a217-272f-4e61-875c-58769c1f5e41","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","title":"Create Website with Desired Port Number Through Farm Configuration Wizard","navPath":"CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"a35481bc7-4e11-4d14-b9d0-b92b3ec49646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofAVEVAWorkTasksSites.html","title":"Change Port Number of AVEVA Work Tasks Sites","navPath":"ChangePortNumberofAVEVAWorkTasksSites.html","bundleId":"work-tasks-2023-sp1","id":"aee2426ea-26f6-4d12-b939-a4fedde7a695","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","title":"Change Port Number of Central Configuration and Enterprise Console","navPath":"ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"ac67b8d79-bb82-4997-b09a-7ad75369522d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewEnterpriseConsole.html","title":"Add a New Enterprise Console","navPath":"AddaNewEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a6bb124e6-ec09-4178-9614-7ec40bce0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","title":"Map or Un-map a Repository from an Existing Enterprise Console","navPath":"MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a01d2c096-5e88-425f-ade2-57db454cce1f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditClientMachines.html","title":"Edit Client Machines","navPath":"EditClientMachines.html","bundleId":"work-tasks-2023-sp1","id":"a8a8be082-63ad-4817-946f-b3c5b9381f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditLicenseServerDetails.html","title":"Edit License Server Details","navPath":"EditLicenseServerDetails.html","bundleId":"work-tasks-2023-sp1","id":"a6c96e6e3-fd6c-40fd-a0d8-dd31b47a8172","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithEnterpriseConsoleList.html","title":"Work with Enterprise Console List","navPath":"WorkwithEnterpriseConsoleList.html","bundleId":"work-tasks-2023-sp1","id":"a73c733a8-a8ec-49b4-a989-d368db0a05c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithCentralConfiguration.html","title":"Work with Central Configuration","navPath":"WorkwithCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ab57185f5-6a11-4094-93be-3a2b4510b7c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_10.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_10.html","bundleId":"work-tasks-2023-sp1","id":"a7d7ce977-c7df-4add-9f53-87493f02891a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageRepositoryDataSource.html","title":"Manage Repository DataSource","navPath":"ManageRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a81a4e275-9e31-4dd2-be4b-6dd216aa0a9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_10.html","title":"Create a Repository","navPath":"CreateaRepository_10.html","bundleId":"work-tasks-2023-sp1","id":"ab455356a-265e-4a4e-ba24-f87b07f79911","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAdministratorUser.html","title":"Configure Administrator User","navPath":"ConfigureAdministratorUser.html","bundleId":"work-tasks-2023-sp1","id":"a5fcd8a7a-546f-4d24-8cdc-db3ab6ef3dfa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureSystemUser.html","title":"Configure System User","navPath":"ConfigureSystemUser.html","bundleId":"work-tasks-2023-sp1","id":"aef3ee3a2-e82d-427d-8c24-504dfea3b73b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureExceptionMailTemplates.html","title":"Configure Exception Mail Templates","navPath":"ConfigureExceptionMailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"afe67e1cc-9f7a-46fb-b378-fd8e8988f4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","title":"Change Pool Size of Repository DataSource Connection Settings","navPath":"ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0105d9ad-a0fa-4ab1-bec4-08bf9b13bf51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePasswordofSQLServerUserCredentials.html","title":"Change Password of SQL Server User Credentials Used to Connect to Repository DataSource","navPath":"ChangePasswordofSQLServerUserCredentials.html","bundleId":"work-tasks-2023-sp1","id":"a71efdb85-942f-4f5b-a29b-6620fe056095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","title":"Map or Un-map a Repository from Servers and Enterprise Consoles","navPath":"MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","bundleId":"work-tasks-2023-sp1","id":"a052b0352-288a-4792-98c4-8256621eb17c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HideorUnhideRepository.html","title":"Hide or Unhide Repository","navPath":"HideorUnhideRepository.html","bundleId":"work-tasks-2023-sp1","id":"a38e6f722-076f-45ce-b962-b103d41e481d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepository.html","title":"Delete Repository","navPath":"DeleteRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad3f94814-6c43-4182-8ed2-9d2e1c51ee1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepositoryDataSource.html","title":"Delete Repository DataSource","navPath":"DeleteRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a7c18d054-24da-4f99-82eb-717828c536f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics.html","title":"Diagnostics","navPath":"Diagnostics.html","bundleId":"work-tasks-2023-sp1","id":"aaea126a1-100b-478d-a62c-db49021ddf71","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MailServerSetting.html","title":"Mail Server Setting","navPath":"MailServerSetting.html","bundleId":"work-tasks-2023-sp1","id":"a89cb5e71-b6dc-41a4-b7ac-2f789d6ec1c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1053479.html","title":"Configuring SMTP Settings","navPath":"1053479.html","bundleId":"work-tasks-2023-sp1","id":"a7a318bb8-aa93-4dd3-94ae-77efdb4be060","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePOP3Settings.html","title":"Configure POP3 Settings","navPath":"ConfigurePOP3Settings.html","bundleId":"work-tasks-2023-sp1","id":"ad979e322-2421-4167-92bc-5de31c84ca57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessGoogleAccount.html","title":"Configure OAuth2 to Access Google Account","navPath":"ConfigureOAuth2toAccessGoogleAccount.html","bundleId":"work-tasks-2023-sp1","id":"ab54c6962-9ef7-4a0a-955c-ab95d359cf9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessO365Account.html","title":"Configure OAuth2 to Access O365 Account","navPath":"ConfigureOAuth2toAccessO365Account.html","bundleId":"work-tasks-2023-sp1","id":"a004a19bd-b630-430d-aeec-9dc4de4015e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewtheEnterpriseServersList.html","title":"View the Enterprise Servers List","navPath":"ViewtheEnterpriseServersList.html","bundleId":"work-tasks-2023-sp1","id":"a88340819-5de3-4a10-9eef-6b9b8b1455d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/350802.html","title":"Configuring and Registering Token Service","navPath":"350802.html","bundleId":"work-tasks-2023-sp1","id":"af6208bab-61c5-4532-93b7-b51f79a87991","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableSecurityforaRepository.html","title":"Enable or Disable Security for a Repository","navPath":"EnableorDisableSecurityforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac3892bae-b9c0-4db1-9f4a-448b5fb7b957","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableWebPartsforaRepository.html","title":"Enable or Disable Web Parts for a Repository","navPath":"EnableorDisableWebPartsforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a99cdfa89-693b-4d8c-891d-330bba90fad4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserProviders.html","title":"User Providers","navPath":"UserProviders.html","bundleId":"work-tasks-2023-sp1","id":"af4b8b0c3-7df2-4772-85e1-16a259a42468","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeUserProviderProperties.html","title":"Change User Provider Properties","navPath":"ChangeUserProviderProperties.html","bundleId":"work-tasks-2023-sp1","id":"af16187ab-be7a-4c9e-ac36-67a169d3ff00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddAdditionalUserProviders.html","title":"Add Additional User Providers","navPath":"AddAdditionalUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"a351c0121-6f26-4164-b281-6b4f29ed497a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureUserProviders.html","title":"Configure User Providers","navPath":"ConfigureUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"ab124e8c5-e1e0-43a8-8c8c-623e0c9d2980","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserList.html","title":"User List","navPath":"UserList.html","bundleId":"work-tasks-2023-sp1","id":"ad9d414d6-2496-477e-9e02-634ee93db777","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList.html","title":"Manage Users in List Provider","navPath":"WorkingwithRepositoryProviderList.html","bundleId":"work-tasks-2023-sp1","id":"a3e5106a9-a80f-4ae2-aa27-e45c9582c02d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList_1.html","title":"Working with Repository-Provider List","navPath":"WorkingwithRepositoryProviderList_1.html","bundleId":"work-tasks-2023-sp1","id":"a369822d5-eed4-457f-8f31-edbbcc0c5a21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureProviderDefinitionXML.html","title":"Configure Provider Definition XML","navPath":"ConfigureProviderDefinitionXML.html","bundleId":"work-tasks-2023-sp1","id":"af2c0da88-e20e-4fbd-b96e-79189609fe6e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableanExistingRepositorywithCrossdomainRoleProvider.html","title":"Enable an Existing Repository with Cross-domain Role Provider","navPath":"EnableanExistingRepositorywithCrossdomainRoleProvider.html","bundleId":"work-tasks-2023-sp1","id":"a0c28c0c2-85bd-4810-974f-d0e743617b04","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles.html","title":"Synchronize Roles","navPath":"SynchronizeRoles.html","bundleId":"work-tasks-2023-sp1","id":"a5c9ed016-9f8f-4ae4-8373-49c048ae4bb4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks.html","bundleId":"work-tasks-2023-sp1","id":"a420abaee-c16d-4994-8c70-0fc36d705016","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeUserPropertieswithDataSourceProviders.html","title":"Synchronize User Properties with Data Source Providers","navPath":"SynchronizeUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"af3e96552-2a6e-4180-965a-a539cf6e7460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","title":"Synchronize Active or Inactive User Properties with Data Source Providers","navPath":"SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"aa0c4d8a4-19e3-4830-aaad-d768e0358598","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScheduleSynchronizationofUserProperties.html","title":"Schedule Synchronization of User Properties","navPath":"ScheduleSynchronizationofUserProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1a237d0d-8399-4faa-96c9-44ee885475e5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectorytoSQLProvider.html","title":"Map Active Directory to SQL Provider","navPath":"MapActiveDirectorytoSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa0a43d28-043d-46c7-b707-8768fb82effa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Debug.html","title":"Debug","navPath":"Debug.html","bundleId":"work-tasks-2023-sp1","id":"a0158cb26-c1d8-4e6d-901a-de76cbd5ecfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogFiles.html","title":"Log Files","navPath":"LogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a55d864d0-9a04-4d5d-9ae5-e8747272e89f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExceptionMessages.html","title":"Exception Messages","navPath":"ExceptionMessages.html","bundleId":"work-tasks-2023-sp1","id":"aec2e3bad-7f99-4d76-8b11-288355807d0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAIdentityManager.html","title":"AVEVA Identity Manager","navPath":"AVEVAIdentityManager.html","bundleId":"work-tasks-2023-sp1","id":"a0faf5fb1-8d18-4b37-94c0-3bca20293216","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPIwithAIMAuthentication.html","title":"Web API with AIM Authentication","navPath":"WebAPIwithAIMAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"addfaf353-ac80-4e68-868e-52c5eb7c0913","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConsumeAccessTokenfromInTouchOMIApp.html","title":"Consume Access Token from InTouch OMI App in AVEVA Work Tasks Controls","navPath":"ConsumeAccessTokenfromInTouchOMIApp.html","bundleId":"work-tasks-2023-sp1","id":"aa99d31f3-8591-4536-b36e-b282a1c978a8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingskeltainstallation.html","title":"Embedding AVEVA Work Tasks","navPath":"embeddingskeltainstallation.html","bundleId":"work-tasks-2023-sp1","id":"a53cacc28-df4d-40f7-a061-3172ca7cf932","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddanInstallationPath.html","title":"Add an Installation Path","navPath":"AddanInstallationPath.html","bundleId":"work-tasks-2023-sp1","id":"aaf294842-ac09-4ef4-9253-cf7b6580b892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddRegistryEntries.html","title":"Add Registry Entries","navPath":"AddRegistryEntries.html","bundleId":"work-tasks-2023-sp1","id":"ad64e1073-383d-4586-b780-b6f0987863d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingregistryentry.html","title":"Entry for AVEVA Work Tasks Folders","navPath":"addingregistryentry.html","bundleId":"work-tasks-2023-sp1","id":"ade7ddfeb-ef66-4128-89c9-2798cd8ae4f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforFarmWizardBackgroundImage.html","title":"Entry for Farm Wizard Background Image","navPath":"EntryforFarmWizardBackgroundImage.html","bundleId":"work-tasks-2023-sp1","id":"a2f65021f-6fc3-4222-b89e-ccc6d34a4d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforCentralConfigurationShortcutPath.html","title":"Entry for Central Configuration Shortcut Path","navPath":"EntryforCentralConfigurationShortcutPath.html","bundleId":"work-tasks-2023-sp1","id":"af6ef5cce-dfcf-4ee9-8f9f-f0e7c1201aba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUIText.html","title":"Customize UI Text","navPath":"CustomizeUIText.html","bundleId":"work-tasks-2023-sp1","id":"a1993227d-c90f-40f4-a865-7f6e08201442","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientService.html","title":"Install Client Service","navPath":"InstallClientService.html","bundleId":"work-tasks-2023-sp1","id":"a2561a154-4440-4865-95ed-86c80ff226b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementFarmEventsInterface.html","title":"Implement FarmEvents Interface","navPath":"ImplementFarmEventsInterface.html","bundleId":"work-tasks-2023-sp1","id":"aa79f076a-f578-4ae4-85d8-146b7e25ed43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyEmbeddedAVEVAWorkTasks.html","title":"Verify Embedded AVEVA Work Tasks","navPath":"VerifyEmbeddedAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a5e190b5d-89a1-4811-b573-033eee6e19f1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmRecovery.html","title":"Farm Recovery","navPath":"FarmRecovery.html","bundleId":"work-tasks-2023-sp1","id":"abb32e7ef-9fee-4427-bf50-a9628baf110e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MovefromDevelopmentEnvironmenttoProductionEnvironment.html","title":"Move from Development Environment to Production Environment","navPath":"MovefromDevelopmentEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa3b8f14b-98cd-41c7-8151-d0f63fcfdd92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReuseRepositoryData.html","title":"Reuse Repository Data","navPath":"ReuseRepositoryData.html","bundleId":"work-tasks-2023-sp1","id":"a1f0c8e9d-ed95-4af8-9dd8-91727f46a676","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploymentOptions.html","title":"Deployment Options","navPath":"DeploymentOptions.html","bundleId":"work-tasks-2023-sp1","id":"ad0f3c54f-3d67-4464-bc0e-e361f0018d0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttachDataSource.html","title":"Attach DataSource","navPath":"AttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a3fd0fd5f-47a6-4e25-b805-a9af45b6be67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoPerformAttachDataSource.html","title":"Steps to Perform Attach DataSource","navPath":"StepstoPerformAttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"ad89651dc-1d12-4ddc-9f7e-0e1d9c5b7260","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios_1.html","title":"User Scenarios","navPath":"UserScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a4d76ae-5aa8-45a0-b028-64db630595c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploysaSolutionfromOneMachinetoAnother.html","title":"Deploys a Solution from One Machine to Another","navPath":"DeploysaSolutionfromOneMachinetoAnother.html","bundleId":"work-tasks-2023-sp1","id":"a8e6fbeb8-764e-4513-8982-d6f582d2ecae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SolutionRequiresanUpgrade.html","title":"Solution Requires an Upgrade","navPath":"SolutionRequiresanUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"aef11cfb3-ec92-463c-aaa9-16c4888eab02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisasterRecoveryofaSolution.html","title":"Disaster Recovery of a Solution","navPath":"DisasterRecoveryofaSolution.html","bundleId":"work-tasks-2023-sp1","id":"a60f2aa84-83b4-44c4-a1f2-1eece54b3abe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMReportsfromanArchivedDatabase.html","title":"BAM Reports from an Archived Database","navPath":"BAMReportsfromanArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"ae0644511-85a0-4e71-9368-83967f8be0b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a689772af-241d-4863-8b28-cd9689897848","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallClient.html","title":"Uninstall Client","navPath":"UninstallClient.html","bundleId":"work-tasks-2023-sp1","id":"a20689f0a-3f5c-47e1-8a30-f17baace4256","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallServer.html","title":"Uninstall Server","navPath":"UninstallServer.html","bundleId":"work-tasks-2023-sp1","id":"a357f2519-5d44-4f9d-b921-7df9b739af84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallFarm.html","title":"Uninstall Farm","navPath":"UninstallFarm.html","bundleId":"work-tasks-2023-sp1","id":"afab76566-4043-44e0-bad2-09c39d435131","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a0267108e-d832-4794-bcf5-b4e8296d0ceb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradingskeltabpmnet.html","title":"Upgrading AVEVA Work Tasks","navPath":"upgradingskeltabpmnet.html","bundleId":"work-tasks-2023-sp1","id":"aafcf3b48-379c-4ffe-9563-fd5ffc701917","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradescenarios.html","title":"Upgrade Scenarios","navPath":"upgradescenarios.html","bundleId":"work-tasks-2023-sp1","id":"aa16b0926-ee22-4846-89c4-dd2c9cbc7247","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinStandaloneEnvironment.html","title":"Upgrade in Standalone Environment","navPath":"UpgradeinStandaloneEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a1c27d8a9-5c59-4d00-a08f-34683b13db92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinClientServerEnvironment.html","title":"Upgrade in Client - Server Environment","navPath":"UpgradeinClientServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a96715d22-7548-4fef-aad2-06aa5da6299d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinEnterpriseServerEnvironment.html","title":"Upgrade in Enterprise Server Environment","navPath":"UpgradeinEnterpriseServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a9d13a2b4-ceb6-4cef-8e2e-51141e8170cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradeprocedure.html","title":"Upgrade Procedure","navPath":"upgradeprocedure.html","bundleId":"work-tasks-2023-sp1","id":"a198f6c6f-2049-40c8-a991-b8b3dd0b2b18","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bpm2014-beforeyouupgrade.html","title":"Before You Upgrade","navPath":"bpm2014-beforeyouupgrade.html","bundleId":"work-tasks-2023-sp1","id":"a441157bb-a3cf-40a9-b872-5832ce213ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/682578.html","title":"Upgrading to AVEVA Work Tasks 2020","navPath":"682578.html","bundleId":"work-tasks-2023-sp1","id":"ab26a021d-7c37-4657-8502-fc83bed565e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746788.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 1","navPath":"746788.html","bundleId":"work-tasks-2023-sp1","id":"af237fcef-39f3-4d31-998c-195726103515","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/898602.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 2","navPath":"898602.html","bundleId":"work-tasks-2023-sp1","id":"a702153e0-c1eb-4e68-a6dc-d8192359732d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/926969.html","title":"Upgrading to AVEVA Work Tasks 2023","navPath":"926969.html","bundleId":"work-tasks-2023-sp1","id":"a93715420-05de-43c5-947b-4bb439b5c644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093466.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"1093466.html","bundleId":"work-tasks-2023-sp1","id":"a9cf9ad2e-758a-46a6-a768-e3c7afc20ecb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RunUpgradeManager.html","title":"Run Upgrade Manager","navPath":"RunUpgradeManager.html","bundleId":"work-tasks-2023-sp1","id":"a18d11e43-6e95-4734-9c7a-96ae9b154da3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/477027.html","title":"Upgrading AVEVA Work Tasks in Silent Mode","navPath":"477027.html","bundleId":"work-tasks-2023-sp1","id":"a044d3d84-0208-40e7-b94c-3c0a0f0defdc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","title":"Prerequisites to Upgrade AVEVA Work Tasks in Silent Mode","navPath":"PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a064748d4-6c26-4f81-b165-54fbf6b66139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","bundleId":"work-tasks-2023-sp1","id":"ae60478d8-b77d-4dc2-93c4-c34460c68030","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeSkeltaBPMInSilentMode.html","title":"Upgrading in Silent Mode Using Installer","navPath":"UpgradeSkeltaBPMInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ae5370597-18f1-456e-abdf-cf5bb61d0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinSilentMode.html","title":"Upgrade in Silent Mode","navPath":"UpgradeinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ac04fc3fe-6442-40ea-962d-1759645778b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/433840.html","title":"Return Results for AVEVA Work Tasks Silent Upgrade","navPath":"433840.html","bundleId":"work-tasks-2023-sp1","id":"af204e0e7-6d89-40c9-a0b8-7042bb688185","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseanExistingWebsite.html","title":"Use an Existing Website","navPath":"UseanExistingWebsite.html","bundleId":"work-tasks-2023-sp1","id":"a14b39f24-7c83-4888-9ff8-64a4edd48c67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesandGuidelines.html","title":"Best Practices and Guidelines","navPath":"BestPracticesandGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"a1ac57ee2-c68d-4758-996a-3ca4776e9b36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecuringAVEVAWorkTasks.html","title":"Best Practices for Securing AVEVA Work Tasks","navPath":"SecuringAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"aed8c4ea2-ec5a-4a33-9ff0-027a5871d78d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintainingAVEVAWorkTasksDatabases.html","title":"Best Practices for Maintaining AVEVA Work Tasks Databases","navPath":"MaintainingAVEVAWorkTasksDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a490ae853-8904-4665-862b-e70158fb1074","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisablingActiveDirectoryUsers.html","title":"Best Practice for Disabling Active Directory Users","navPath":"DisablingActiveDirectoryUsers.html","bundleId":"work-tasks-2023-sp1","id":"a2d8841de-1cb9-4b4c-8ed2-4b36ab704943","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingDifferentRegionalCultural_Settings.html","title":"Best Practices for Handling Different Regional/Cultural Settings","navPath":"HandlingDifferentRegionalCultural_Settings.html","bundleId":"work-tasks-2023-sp1","id":"af64e6e13-0ad8-4c94-aa30-b94ceb30239e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingCrossSiteRequestForgeryinCustomApplication.html","title":"Best Practice for Handling Cross Site Request Forgery in Custom Application","navPath":"HandlingCrossSiteRequestForgeryinCustomApplication.html","bundleId":"work-tasks-2023-sp1","id":"a31621086-ccc6-4651-9758-601aae0939c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforSizingDatabase.html","title":"Guidelines for Sizing Database","navPath":"GuidelinesforSizingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a7b52fc40-d543-41dd-9257-d122dd7c08b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforArchivingDatabase.html","title":"Guidelines for Archiving Database","navPath":"GuidelinesforArchivingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3ae5b579-b11d-49ff-b4bb-eeb432371c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforAVEVAWorkTasksDatabase.html","title":"Archival Strategy for AVEVA Work Tasks Database","navPath":"ArchivalStrategyforAVEVAWorkTasksDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9712ec33-d181-4271-9b96-65d8170571db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingRepositoryDatabase.html","title":"Archiving Repository Database","navPath":"ArchivingRepositoryDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a5a5478db-e478-4e36-958c-870ef656f707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingFarmDatabase.html","title":"Archiving Farm Database","navPath":"ArchivingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3254d220-8f78-441d-940d-8aadf2639eb2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforCustomTables.html","title":"Archival Strategy for Custom Tables","navPath":"ArchivalStrategyforCustomTables.html","bundleId":"work-tasks-2023-sp1","id":"a6ee943f6-d635-44fe-bf7d-d1cd371921ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforMigratedDatabase.html","title":"Archival Strategy for Migrated Database","navPath":"ArchivalStrategyforMigratedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a712d456d-8367-4d1a-a25b-980c5cec1671","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewingBAMReportsfortheArchivedDatabase.html","title":"Viewing BAM Reports for the Archived Database","navPath":"ViewingBAMReportsfortheArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a34120a23-ba24-4e06-bc65-f2db7c42f3ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationScenario.html","title":"Application Scenario","navPath":"ApplicationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a3cef2393-c8a7-409f-a3a7-5e5b76ab06b5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforPartitioningDatabase.html","title":"Guidelines for Partitioning Database","navPath":"GuidelinesforPartitioningDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9a4fb8a4-acde-4376-8ad0-ab7d199a5209","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Recommendations.html","title":"Recommendations","navPath":"Recommendations.html","bundleId":"work-tasks-2023-sp1","id":"a07edabac-d1d8-42b7-8181-13713e99cdbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesforFeaturesandServices.html","title":"Best Practices for Features and Services","navPath":"BestPracticesforFeaturesandServices.html","bundleId":"work-tasks-2023-sp1","id":"a5ab04d9e-1910-4f2f-8f32-121d0cd28719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","title":"Guidelines on using SQL AlwaysOn Availability Group","navPath":"GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","bundleId":"work-tasks-2023-sp1","id":"a11d3f9e1-37ef-4761-9d96-7998ada3e709","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","title":"Guidelines for Configuring AVEVA Work Tasks in DMZ","navPath":"GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","bundleId":"work-tasks-2023-sp1","id":"a015d4377-89c7-4758-afdb-c8de4d5fd218","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforAntivirus.html","title":"Guidelines for Antivirus","navPath":"GuidelinesforAntivirus.html","bundleId":"work-tasks-2023-sp1","id":"a42d7a8f2-a9d9-4555-84ed-58bf182a3b37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/chapter9-troubleshooting.html","title":"Troubleshooting","navPath":"chapter9-troubleshooting.html","bundleId":"work-tasks-2023-sp1","id":"abc7e52c2-8728-4122-a86e-354cc8e2a9ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforDebuggingExceptions.html","title":"Prerequisites for Debugging Exceptions","navPath":"PrerequisitesforDebuggingExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a68f6a939-efef-4171-8684-897abeb9d8ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrorswhileInstallingFarm.html","title":"Database Connection Errors while Installing Farm","navPath":"DatabaseConnectionErrorswhileInstallingFarm.html","bundleId":"work-tasks-2023-sp1","id":"a595851e6-c9ba-42b8-98cf-7112d3144d31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceErrors.html","title":"Client Service Errors","navPath":"ClientServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab59330c8-2c07-4dce-b3b1-7d8af9523b28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsServiceErrors.html","title":"Windows Service Errors","navPath":"WindowsServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"adba48073-9761-4b9f-bf5d-45f67d0aa8f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringErrors.html","title":"Client Service Monitoring Errors","navPath":"ClientServiceMonitoringErrors.html","bundleId":"work-tasks-2023-sp1","id":"a0ac0b7b9-0af5-4f5a-b757-233aab7d7915","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrors.html","title":"Database Connection Errors","navPath":"DatabaseConnectionErrors.html","bundleId":"work-tasks-2023-sp1","id":"a16cb219c-f85c-43a1-9eba-56c3298ee687","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IISErrorwhileConfiguringFarmConfiguration.html","title":"IIS Error while Configuring Farm Configuration","navPath":"IISErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ae347415e-4af3-40fa-9420-c48feb388178","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ASPNETErrorwhileConfiguringFarmConfiguration.html","title":"ASP​.NET Error while Configuring Farm Configuration","navPath":"ASPNETErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a0770902e-77ac-4b48-a611-f557791b51c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsAuthenticationorAnonymousAuthenticationError.html","title":"Windows Authentication or Anonymous Authentication Error","navPath":"WindowsAuthenticationorAnonymousAuthenticationError.html","bundleId":"work-tasks-2023-sp1","id":"a5c86479f-5945-4476-8e28-848f1867866f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Non-QueryExecutionFailure.html","title":"Non-Query Execution Failure","navPath":"Non-QueryExecutionFailure.html","bundleId":"work-tasks-2023-sp1","id":"abbfce4f5-5c8d-43fe-9663-ec705870703b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotAuthorizedtoAccessSiteError.html","title":"Not Authorized to Access Site Error","navPath":"NotAuthorizedtoAccessSiteError.html","bundleId":"work-tasks-2023-sp1","id":"ad547a74f-0698-4153-898b-e828a19c0654","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleErrors.html","title":"Enterprise Console Errors","navPath":"EnterpriseConsoleErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab36e843c-bd0a-47ec-bd92-d162b730d43e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AuthenticationandPersonalization.html","title":"Authentication and Personalization","navPath":"AuthenticationandPersonalization.html","bundleId":"work-tasks-2023-sp1","id":"a2154700f-9a18-4d53-aca1-f7ceea2bebd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceIssueWhileAccessingEnterpriseConsole.html","title":"Performance Issue While Accessing Enterprise Console","navPath":"PerformanceIssueWhileAccessingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abb180b12-d00c-42c5-95bc-4bf9653cabff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CentralConfigurationisnotLoading.html","title":"Central Configuration is not Loading","navPath":"CentralConfigurationisnotLoading.html","bundleId":"work-tasks-2023-sp1","id":"a994a35c1-1fdc-42b4-be55-36e3d39cf4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceErrors.html","title":"Communication Service Errors","navPath":"CommunicationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab6309b7d-e41c-4450-87e7-30529bbe4f42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmConfigurationError.html","title":"Farm Configuration Error","navPath":"FarmConfigurationError.html","bundleId":"work-tasks-2023-sp1","id":"a28ed446b-442d-4704-b8fe-98add61f87b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowTestRunErrors.html","title":"Workflow Test Run Errors","navPath":"WorkflowTestRunErrors.html","bundleId":"work-tasks-2023-sp1","id":"a25f5700a-00e5-4693-85b6-5ac950bd163d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveorCopyItemActivityErrors.html","title":"Move or Copy Item Activity Errors","navPath":"MoveorCopyItemActivityErrors.html","bundleId":"work-tasks-2023-sp1","id":"adb5520dc-97df-49f2-bfdc-a5904579b1aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangingResourceAccountCredentials.html","title":"Changing Resource Account Credentials","navPath":"ChangingResourceAccountCredentials.html","bundleId":"work-tasks-2023-sp1","id":"ac1991c97-416d-4cf2-9901-80eb0056882b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhileInstallingConfigurationFarmorWebSites.html","title":"Error while Installing Configuration Farm or Web Sites","navPath":"ErrorwhileInstallingConfigurationFarmorWebSites.html","bundleId":"work-tasks-2023-sp1","id":"a704e9973-eb6d-45ea-b422-39360f48efae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhilereinstallingAVEVAWorkTasksClient.html","title":"Error while reinstalling AVEVA Work Tasks Client","navPath":"ErrorwhilereinstallingAVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a43a6af09-4675-455a-9bc7-4b8bfaf68cb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoLogontoEnterpriseConsole.html","title":"Unable to Log on to Enterprise Console","navPath":"UnabletoLogontoEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"adde36a7a-f119-4f0d-a81a-29ff119f6b50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServerErrorinApplication.html","title":"Server Error in Application","navPath":"ServerErrorinApplication.html","bundleId":"work-tasks-2023-sp1","id":"a250e5c18-fb16-4d44-b530-50f135d7af3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootingAVEVAWorkTasksUpgrade.html","title":"Troubleshooting AVEVA Work Tasks Upgrade","navPath":"TroubleshootingAVEVAWorkTasksUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a12095862-2f0f-4a67-8422-10ed5f0e0554","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceBusListenerError.html","title":"Service Bus Listener Error","navPath":"ServiceBusListenerError.html","bundleId":"work-tasks-2023-sp1","id":"a83484e61-5289-4a8d-8724-4bf3bbc98670","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationServiceErrors.html","title":"Mobile Notification Service Errors","navPath":"MobileNotificationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"afb860bcf-a370-41d8-b8e7-af75f1a68151","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","title":"Error: Could not load file or assembly or Error while creating instance","navPath":"CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","bundleId":"work-tasks-2023-sp1","id":"a66279826-9e48-4087-9c40-f60851a4a2ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebPartError-Couldnotloadtherequiredtype.html","title":"Web Part Error: Could not load the required type","navPath":"WebPartError-Couldnotloadtherequiredtype.html","bundleId":"work-tasks-2023-sp1","id":"a50baa079-1736-4298-932c-87ae30646477","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherEventsError.html","title":"File Watcher Events Error","navPath":"FileWatcherEventsError.html","bundleId":"work-tasks-2023-sp1","id":"a4daa7e5f-d73e-454f-be09-0d79c038d10f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessDeniedtoAVEVAWorkTasksTempFolder_.html","title":"Access Denied to AVEVA Work Tasks Temp Folder along with System IO Errors","navPath":"AccessDeniedtoAVEVAWorkTasksTempFolder_.html","bundleId":"work-tasks-2023-sp1","id":"a54af1161-86b0-4a22-8423-22e9772b8887","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CacheRefreshnotReflectedaftertheProductUpgrade.html","title":"Cache Refresh not Reflected after the Product Upgrade","navPath":"CacheRefreshnotReflectedaftertheProductUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a53abbcda-29c7-4009-acb3-46de233c0473","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoRe-installAVEVAWorkTasks.html","title":"Unable to Re-install AVEVA Work Tasks","navPath":"UnabletoRe-installAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a68402aef-9feb-4176-953c-f941ae4d1738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","title":"Unexpected Error when Authenticating against Azure Active Directory","navPath":"UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a2f0430bd-8e28-407d-90b4-636fe776af16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SwappingRepositoryProvider.html","title":"Swapping Repository Provider","navPath":"SwappingRepositoryProvider.html","bundleId":"work-tasks-2023-sp1","id":"ab98f416c-74e9-422c-8ba0-0241e2b32ce1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmconnectorsandextensionsguide.html","title":"Connectors and Extensions User Guide","navPath":"wonderwareskeltabpmconnectorsandextensionsguide.html","bundleId":"work-tasks-2023-sp1","id":"a25269df5-a87a-455f-8964-b06c40df5c34","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeyFeatures.html","title":"Key Features","navPath":"KeyFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8847eb58-d2bb-4825-b86e-1384c27f0b8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewInstallConnectorforSystemPlatform.html","title":"Overview","navPath":"OverviewInstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"adfbca959-78cc-4520-90ef-5de54654821a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnectorforSystemPlatform.html","title":"Connector for System Platform","navPath":"ConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a96e94e65-5d65-4552-8ae3-6433cfe9d20c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchitectureforConnector.html","title":"Architecture","navPath":"ArchitectureforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a8796ac98-0c25-4591-85f2-c003e25b82b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationScenariosforConnector.html","title":"Installation scenarios","navPath":"InstallationScenariosforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a66ae24ef-3820-4783-9905-7cd6e48eedef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnetconnectorssystemplatformworkflowconnector.html","title":"Installation","navPath":"installingbpmnetconnectorssystemplatformworkflowconnector.html","bundleId":"work-tasks-2023-sp1","id":"a37add25e-04c8-48bb-8846-4a1be115a29a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallConnectorforSystemPlatform.html","title":"Install Connector for System Platform","navPath":"InstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"af5d439a7-33ea-42f0-a8b1-88c877973766","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542069.html","title":"Install Connector for System Platform in Silent Mode","navPath":"542069.html","bundleId":"work-tasks-2023-sp1","id":"a3568ca19-b462-4d79-8c82-850dcd072b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforConnector.html","title":"Verify Installation","navPath":"VerifyInstallationforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a3b2bbff7-8b94-4830-8c07-f91441a4d8c7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/721903.html","title":"Upgrade Connector for System Platform","navPath":"721903.html","bundleId":"work-tasks-2023-sp1","id":"afce1551d-12c0-4339-a652-62fa9c79c21c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallConnectorforSystemPlatform.html","title":"Uninstall Connector for System Platform","navPath":"UninstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a8317f121-bf68-41e6-89fd-53315a605ea5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsofConnector.html","title":"Connector limitations for System Platform","navPath":"LimitationsofConnector.html","bundleId":"work-tasks-2023-sp1","id":"aae2e60ea-e38d-4f76-9d50-bcd7d6381449","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforSystemPlatform.html","title":"Extension for System Platform","navPath":"ExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad425abe4-7cab-4b7f-95a0-c61f7eeb5b09","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnet20111.html","title":"Install Extension for System Platform","navPath":"installingbpmnet20111.html","bundleId":"work-tasks-2023-sp1","id":"a798f110c-5e79-44b7-9bdd-9142c50c467e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforSystem_Platform.html","title":"Install Extension for System Platform","navPath":"InstallExtensionforSystem_Platform.html","bundleId":"work-tasks-2023-sp1","id":"a9d29ec4d-8b9a-49a3-b287-4ba0bfdb1973","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542068.html","title":"Install Extension for System Platform in Silent Mode","navPath":"542068.html","bundleId":"work-tasks-2023-sp1","id":"ac4bee736-9ea8-40e6-8f3f-e04ac1ecefe1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforExtension.html","title":"Verify Extension installation","navPath":"VerifyInstallationforExtension.html","bundleId":"work-tasks-2023-sp1","id":"adff89b38-e235-4855-b4c1-f214ce8fb25a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallExtensionforSystemPlatform.html","title":"Uninstall Extension for System Platform","navPath":"UninstallExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad411c046-c29b-4488-99f9-22ba6ad234a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/363234.html","title":"Upgrade Extension for System Platform","navPath":"363234.html","bundleId":"work-tasks-2023-sp1","id":"a8a9be14e-d4d8-4bd6-9f1a-d2e0f2473e67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforOPCUA.html","title":"Extension for OPC UA","navPath":"ExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a2a815589-115f-4604-b7e0-fb50a729619c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"InstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"afb582cf2-d90b-48ca-bac3-2da67d5a7d3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationSequenceforOPCUA.html","title":"Installation Sequence","navPath":"InstallationSequenceforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a7f921c13-0828-42f5-b274-d3391b057f86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoInstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"StepstoInstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a23a585db-8135-4195-ad59-a2ec3a57cb45","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","title":"Provision Repository Using OPC UA Repository Provisioning Tool","navPath":"ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ac0daa9f7-529f-43b6-8ec3-b8993aa5a8f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeExtensionforOPCUA.html","title":"Upgrade Extension for OPC UA","navPath":"UpgradeExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"ae703b1ff-9214-4c90-809f-4ffc7160e25c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithConnectorsforSystemPlatform.html","title":"Work with Connectors for System Platform","navPath":"WorkwithConnectorsforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ab64edd94-dfc0-42b2-892b-31fd94184771","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","title":"Workflow Features Inside System Platform IDE and Runtime","navPath":"WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","bundleId":"work-tasks-2023-sp1","id":"ad5a0e255-bc1f-426b-871a-3c2a949f6b68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialGatewaySetup.html","title":"Initial Gateway Setup","navPath":"InitialGatewaySetup.html","bundleId":"work-tasks-2023-sp1","id":"a4b75c95a-6e65-46a2-ba6f-ca58a3fa0072","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI.html","title":"AIM Authentication for accessing Enterprise Console in System Platform IDE","navPath":"AIMAuthenticationforControlsinInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab6ade450-3964-4d33-8302-cc12e7d4f41f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureGateway.html","title":"Configure Gateway","navPath":"ConfigureGateway.html","bundleId":"work-tasks-2023-sp1","id":"a2fc3688d-3c5b-40cc-ac58-8112f2107698","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineWorkflowEventsinAppObject.html","title":"Define Workflow Events in AppObject","navPath":"DefineWorkflowEventsinAppObject.html","bundleId":"work-tasks-2023-sp1","id":"a434363fc-a7e5-42f6-8649-0f7387df8c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewWorkflow.html","title":"Create New Workflow","navPath":"CreateNewWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0480c695-0d2a-4f93-a4df-7e8ed8c94ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateanExistingWorkflowtoaWorkflowEvent.html","title":"Associate an Existing Workflow to a Workflow Event","navPath":"AssociateanExistingWorkflowtoaWorkflowEvent.html","bundleId":"work-tasks-2023-sp1","id":"a4312395e-8234-4b4e-b0fa-a4af030df6ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforAAEventActivityinaWorkflow.html","title":"Wait-for-AAEvent Activity in a Workflow","navPath":"WaitforAAEventActivityinaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a55284e64-9880-4bc4-b7c0-650278e9da20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6193b2ca-35fd-479e-b260-2f33e2d8914c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","bundleId":"work-tasks-2023-sp1","id":"a190560d2-68db-42ea-83d1-0f615557efb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","bundleId":"work-tasks-2023-sp1","id":"a321a94f3-f665-4728-8017-a7e01cd7f719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing.html","title":"Relative Referencing","navPath":"RelativeReferencing.html","bundleId":"work-tasks-2023-sp1","id":"a513bbb5a-6746-4e3b-902f-d66afbfc3d27","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivityWaitForAAEvent.html","title":"Wait-For-AAEvent Activity","navPath":"ConfigureActivityWaitForAAEvent.html","bundleId":"work-tasks-2023-sp1","id":"adeb9b324-55ee-4169-b972-64dd91402c86","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouch.html","title":"Workflow Features Inside InTouch","navPath":"WorkflowFeaturesInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a701cb52f-a6ba-4b82-8b26-ab1be767b7c0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchHMI.html","title":"AIM Authentication for Controls in InTouch HMI","navPath":"AIMAuthenticationforControlsinInTouchHMI.html","bundleId":"work-tasks-2023-sp1","id":"ae64d6e9b-9dc5-4ba9-a784-f0e1852bae4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouch.html","title":"Inbox Inside InTouch","navPath":"InboxInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3295247f-162d-4fc6-afb0-84bb59f364c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusViewInsideInTouch.html","title":"Workflow Status View Inside InTouch","navPath":"WorkflowStatusViewInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a0af95556-09a1-42d7-9466-8c6c5919bd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouch.html","title":"BAM Inside InTouch","navPath":"BAMInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a35f72e6a-bdf4-4ae4-9ef9-b3fa37c382e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsInsideInTouch.html","title":"Lists Inside InTouch","navPath":"ListsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"af2780a11-73a4-4444-8b7c-2989b610c463","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouch.html","title":"Forms Inside InTouch","navPath":"FormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a8eccb391-05b8-44fb-b74d-dcd5cb854a7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PassContextualInformationinFormsfromInTouch.html","title":"Pass Contextual Information in Forms from InTouch","navPath":"PassContextualInformationinFormsfromInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a1edf503f-263d-499d-b017-724f7311d832","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormsInsideInTouch.html","title":"List Forms Inside InTouch","navPath":"ListFormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a2a53da94-08fc-491b-9604-7d51db9e1550","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemInboxCountinInTouch.html","title":"WorkItemInboxCount in InTouch","navPath":"WorkItemInboxCountinInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3cb7eac9-aff7-4337-bd7a-e0d24e68962d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenInboxusingWorkItemInboxCount.html","title":"Open Inbox using WorkItemInboxCount","navPath":"OpenInboxusingWorkItemInboxCount.html","bundleId":"work-tasks-2023-sp1","id":"a48b1ddbe-9056-4218-8dd3-43870a6eb890","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouchOMI.html","title":"Workflow Features Inside InTouch OMI","navPath":"WorkflowFeaturesInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"af0af984c-782e-43b5-b395-a298c71ea88c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialStepsforInTouchOMI.html","title":"Initial Steps","navPath":"InitialStepsforInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8c544187-ca62-4bdd-b124-44950c70f932","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI_1.html","title":"AIM Authentication for Controls in InTouch OMI","navPath":"AIMAuthenticationforControlsinInTouchOMI_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9fc596b-0515-4bca-a2d0-2ed20df67414","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouchOMI.html","title":"Forms Inside InTouch OMI","navPath":"FormsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8ea85623-9b77-4cd7-a18a-b3d98bb1c57c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouchOMI.html","title":"Inbox Inside InTouch OMI","navPath":"InboxInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a0a6df9ad-0866-47d9-8723-52576147868e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViewInsideInTouchOMI.html","title":"List View Inside InTouch OMI","navPath":"ListViewInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a538a27ee-a3f2-4d7f-9e16-631faab3bac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormInsideInTouchOMI.html","title":"List Form Inside InTouch OMI","navPath":"ListFormInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"adb0007ce-f3be-45a7-a1c9-9e9a0238a890","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouchOMI.html","title":"BAM Inside InTouch OMI","navPath":"BAMInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a77c0436a-14df-4939-add4-66dae127d97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusInsideInTouchOMI.html","title":"Workflow Status Inside InTouch OMI","navPath":"WorkflowStatusInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab9ea5b76-50a3-45c3-bfe8-5e231b180b16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxWorkItemsCountInsideInTouchOMI.html","title":"Inbox Work Items Count Inside InTouch OMI","navPath":"InboxWorkItemsCountInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a28371a8b-4ed6-4051-bbe6-01558b8eb87a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettingsInsideInTouchOMI.html","title":"Cryptography Settings Inside InTouch OMI","navPath":"CryptographySettingsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"aad15fc77-f1be-4141-9c49-bba676165346","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HistorianServer.html","title":"Historian Server","navPath":"HistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"a45dd5e8c-2104-48a3-a857-5c68370076f5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggerWorkflowfromtheHistorianServer.html","title":"Trigger Workflow from the Historian Server","navPath":"TriggerWorkflowfromtheHistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"ae239fdc1-7f2a-4d3c-a14c-5ce8120f6c65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorMultipleHistorianEventTag.html","title":"Monitor Multiple Historian Event Tag","navPath":"MonitorMultipleHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"adb625f75-9a9e-4093-b453-e647a0ced460","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorSpecificHistorianEventTag.html","title":"Monitor Specific Historian Event Tag","navPath":"MonitorSpecificHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"aaf34fb66-ce16-4843-a495-508728f79c34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveHistorianDataUsingDatabaseActivity.html","title":"Retrieve Historian Data Using Database Activity","navPath":"RetrieveHistorianDataUsingDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a211d0cba-bdf2-4a02-8e24-ae19d8ce2849","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationServer.html","title":"Information Server","navPath":"InformationServer.html","bundleId":"work-tasks-2023-sp1","id":"afae5a83d-d1d5-42a6-b9bf-57a1c7e780e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","title":"Configure Repository Using AVEVA Work Tasks Connector for Information Server","navPath":"ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aca8a034a-b7eb-468a-8f81-21df5598a061","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowRepositoryandFarmforInformationServer.html","title":"Configure Workflow Repository and Farm for Information Server","navPath":"ConfigureWorkflowRepositoryandFarmforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acdd050b4-8571-4f7f-9273-f708adcc4bc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowServertoAddRepositoryDetails.html","title":"Configure Workflow Server to Add Repository Details","navPath":"ConfigureWorkflowServertoAddRepositoryDetails.html","bundleId":"work-tasks-2023-sp1","id":"aaf5399c9-6052-4a9e-ab49-9dc09f62bdb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageConnectedWorkflowRepositories.html","title":"Manage Connected Workflow Repositories","navPath":"ManageConnectedWorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a47cb83e4-9955-430f-9f6c-0596c27a567e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrativeActivity.html","title":"Administrative Activity","navPath":"AdministrativeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3fa8b771-f14a-42e1-885f-e42fc9fd81a6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddCustomPanel.html","title":"Add Custom Panel","navPath":"AddCustomPanel.html","bundleId":"work-tasks-2023-sp1","id":"abfa62b77-53de-485a-b2d9-8ca37fdc8775","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserPermissions.html","title":"Add User Permissions","navPath":"AddUserPermissions.html","bundleId":"work-tasks-2023-sp1","id":"a18bf308b-e7b2-4781-84c2-e1cfeb1bd50c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","title":"Perform Workflow Repository Functionality Within Information Server","navPath":"PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acc1fbcd4-b3fb-41d5-a65e-a6bff51540c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFarms.html","title":"Workflow Farms","navPath":"WorkflowFarms.html","bundleId":"work-tasks-2023-sp1","id":"ab26d35fb-caa3-409e-90eb-76bf447e6ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowRepositories.html","title":"Workflow Repositories","navPath":"WorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a8618bbb0-b78e-4b42-9102-442a5d0e77d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootissuesinInformationServer.html","title":"Troubleshoot Issues","navPath":"TroubleshootissuesinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aaab7bee2-ca4f-4654-baea-2b3370332f96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntelligenceDataInsideWorkflows.html","title":"Intelligence Data Inside Workflows","navPath":"IntelligenceDataInsideWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"adbbd73e1-85e1-4c0c-bd10-b619c8729463","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FetchDatafromIntellienceDatastore.html","title":"Fetch Data from Intellience Datastore","navPath":"FetchDatafromIntellienceDatastore.html","bundleId":"work-tasks-2023-sp1","id":"a688b6c1f-eea2-44b8-a6ea-b0133a3f0514","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflow.html","title":"Configure Workflow","navPath":"ConfigureWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a87a12983-5751-4c30-8a5f-d16474aa69ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDatabaseActivity.html","title":"Add Database Activity","navPath":"AddDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8f21a48e-690b-4471-9aac-6545abf17f1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddForEachLoop.html","title":"Add ForEach Loop","navPath":"AddForEachLoop.html","bundleId":"work-tasks-2023-sp1","id":"ac9430202-5472-4541-bb6b-f0c261c92967","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerActivity.html","title":"Edit Scheduler Activity","navPath":"EditSchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4f9bf75b-bde1-4ac9-9941-84c8af317d6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsusingLoggerActivity.html","title":"Diagnostics","navPath":"DiagnosticsusingLoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7579566a-d8f9-4ffc-ba5e-b06d6e8abb0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","title":"Move System Platform Galaxy and AVEVA Work Tasks Repository from Engineering Environment to Production Environment","navPath":"MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa58db427-701d-41b1-886c-382c83880ee3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxyandRepository.html","title":"Move System Platform Galaxy And Repository","navPath":"MoveSystemPlatformGalaxyandRepository.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b9e7b-c71b-47f3-99d7-5a720a18d499","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveRepository.html","title":"Move Repository","navPath":"MoveRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad12ff6fc-9f74-473a-8017-9afe6e81f6d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy.html","title":"Move System Platform Galaxy","navPath":"MoveSystemPlatformGalaxy.html","bundleId":"work-tasks-2023-sp1","id":"a24019401-8cd9-4f74-b327-31599c5377f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveonlytheWorkflow.html","title":"Move only the Workflow","navPath":"MoveonlytheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a95fecb09-49b0-490b-86ae-d3484f5baef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","title":"Move a Gateway Object, Workflows, and Associated Workflow Events","navPath":"MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","bundleId":"work-tasks-2023-sp1","id":"a328a9201-a23e-4641-809d-91d9d4c20fc6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsLoggerIntegrationwithArchestrALogger.html","title":"Diagnostics: Logger Integration with ArchestrA Logger","navPath":"DiagnosticsLoggerIntegrationwithArchestrALogger.html","bundleId":"work-tasks-2023-sp1","id":"a19d0550c-1d7c-4bcd-9fa4-8336031e494a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KnownIssuesinConnectorforSystemPlatform.html","title":"Known Issues","navPath":"KnownIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ac42665a9-0c1a-4fce-ada1-c34c2b28a5f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinConnectorforSystemPlatform.html","title":"Limitations","navPath":"LimitationsinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a64a5a02a-90a6-4dd2-825a-9d91590008cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinConnectorforSystemPlatform.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"aecb5f7ee-74cc-42dc-bae4-2e16bbb50f4e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithExtensionforOPCUA.html","title":"Work with Extension for OPC UA","navPath":"WorkwithExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a9d8ff0b9-c21c-482f-a23a-fdb1f1668b69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisioningRepositoryforOPCUA.html","title":"Provision Repository for OPC UA","navPath":"ProvisioningRepositoryforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a152e7c8e-ce5e-41c4-9811-30b4c68e33e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUARepositoryProvisioningTool.html","title":"OPC UA Repository Provisioning Tool","navPath":"OPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"a9cf91d3b-b903-4795-bfa2-2581d2f5b6bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAConnections.html","title":"Connections","navPath":"OPCUAConnections.html","bundleId":"work-tasks-2023-sp1","id":"a2bebea06-ac90-4dfe-84fb-76870e89e446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUATagReadWriteActivity_.html","title":"Activity: OPC UA Tag Read Write Activity","navPath":"OPCUATagReadWriteActivity_.html","bundleId":"work-tasks-2023-sp1","id":"a06d56357-01cc-4135-950f-42e0ea6d4ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAServerConnection.html","title":"OPC UA Server Connection","navPath":"OPCUAServerConnection.html","bundleId":"work-tasks-2023-sp1","id":"a03adacbd-18f5-42fa-955e-d878b7f27bc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/opcuatagreadwrite-selectattribute.html","title":"Select Attribute","navPath":"opcuatagreadwrite-selectattribute.html","bundleId":"work-tasks-2023-sp1","id":"a65be3264-0d30-4648-a9aa-90b4a74041fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutput.html","title":"Mapped Error Output","navPath":"MappedErrorOutput.html","bundleId":"work-tasks-2023-sp1","id":"ac763ee79-6d98-468f-af12-484c36898b5a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeveloperGuide.html","title":"Developer Guide","navPath":"DeveloperGuide.html","bundleId":"work-tasks-2023-sp1","id":"a51944afa-a152-4632-aebb-52ebcd014035","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted.html","title":"Get Started","navPath":"GetStarted.html","bundleId":"work-tasks-2023-sp1","id":"ae60f1c9b-fc1f-4da3-bb1d-ec1cfbfe77f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoAccessWorkTasksFeatures.html","title":"Prerequisites to Access AVEVA Work Tasks Features","navPath":"PrerequisitestoAccessWorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a117412cc-8a17-4428-8c7c-8f8b5ab0db3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationandAdministration.html","title":"Installation and Administration","navPath":"InstallationandAdministration.html","bundleId":"work-tasks-2023-sp1","id":"afa65a3bb-40e1-4f29-bd9e-0633299c9523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InterfacesandFeatures.html","title":"Interfaces and Features","navPath":"InterfacesandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a469fd45a-a61c-47a0-b40c-282e43ee7ca7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofUserInterfaces.html","title":"Overview of User Interfaces","navPath":"OverviewofUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a7939c682-e794-42f1-9505-415f0fe9d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessandManageAVEVA_WorkTasksFeatures.html","title":"Access and Manage AVEVA Work Tasks Features","navPath":"AccessandManageAVEVA_WorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a74d421f3-10fd-4c92-b588-34995bf5cf99","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksServices.html","title":"AVEVA Work Tasks Services","navPath":"WorkTasksServices.html","bundleId":"work-tasks-2023-sp1","id":"a0153d87a-8ee5-4d65-b0ca-a3dbb9c60dcf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole.html","title":"Enterprise Console","navPath":"EnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8ae058f6-2ddd-43d4-a0e1-bbb2f05be30b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueue.html","title":"Message Queue","navPath":"MessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a31787f9c-f604-4d45-b5fa-8fd45de73818","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections.html","title":"Message Queue Connections","navPath":"MessageQueueConnections.html","bundleId":"work-tasks-2023-sp1","id":"a4c6668fd-5616-4047-a6d1-7a80e9d62cf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueRepositoryProvisioningTool.html","title":"Message Queue Repository Provisioning Tool","navPath":"MessageQueueRepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ae98aa121-0b1f-48de-8f49-0a31be33ed8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections.html","title":"MQTT Connections","navPath":"MQTTConnections.html","bundleId":"work-tasks-2023-sp1","id":"a0840f85d-28fc-46e6-8cef-abcfd2a072ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections.html","title":"Logic App Connections","navPath":"LogicAppConnections.html","bundleId":"work-tasks-2023-sp1","id":"a8de052aa-303a-4624-b19e-e0edd070de87","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls.html","title":"Controls","navPath":"Controls.html","bundleId":"work-tasks-2023-sp1","id":"aa912d4b3-221f-468e-b644-084c6cea294c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControlsintheApplication.html","title":"Add Controls in the Application","navPath":"AddControlsintheApplication.html","bundleId":"work-tasks-2023-sp1","id":"a43c3f2d8-7f86-47fd-9a1c-51b39b09102c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanASPNETProjectinVisualStudioNET.html","title":"Create an ASP​.NET Project in Visual Studio ​.NET","navPath":"CreateanASPNETProjectinVisualStudioNET.html","bundleId":"work-tasks-2023-sp1","id":"a4745296d-0e70-491e-9993-993ee193d9fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserContext.html","title":"Create User Context","navPath":"CreateUserContext.html","bundleId":"work-tasks-2023-sp1","id":"a8655139e-bb40-43c3-ae96-16c4cf88de7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerControl.html","title":"Process Designer Control","navPath":"ProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"ab93561dc-fd24-49b3-844a-5e2f1025e719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListControl.html","title":"Work Items List Control","navPath":"WorkItemsListControl.html","bundleId":"work-tasks-2023-sp1","id":"af1b6853c-68c1-4870-bae0-da3cad0a4af5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseEventsofWorkItemListControl.html","title":"Use Events of Work Item List Control","navPath":"UseEventsofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a7a2db405-2a69-48ab-93f2-410f94d2b7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LayoutCustomization.html","title":"Layout Customization","navPath":"LayoutCustomization.html","bundleId":"work-tasks-2023-sp1","id":"a38e77ada-5d58-4ea1-a5d5-3199b0279f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomLinkinWorkItemListControl.html","title":"Create Custom Link in Work Item List Control","navPath":"CreateCustomLinkinWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"af7bc306d-46c1-4a16-8295-43620b014833","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CalendarControl.html","title":"Calendar Control","navPath":"CalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"ae7d200f3-c1d3-4209-bf44-26e48e1739ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMControl.html","title":"BAM Control","navPath":"BAMControl.html","bundleId":"work-tasks-2023-sp1","id":"ab56af880-614e-4444-a4d9-1c26fb032da5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddIndividualBAMReporttoaspxPage.html","title":"Add Individual BAM Report to aspx Page","navPath":"AddIndividualBAMReporttoaspxPage.html","bundleId":"work-tasks-2023-sp1","id":"a36fd8236-a6f9-4d61-b61d-796f4d992ee6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewSpecificWorkflowInstancesinBAMControl.html","title":"View Specific Workflow Instances in BAM Control","navPath":"ViewSpecificWorkflowInstancesinBAMControl.html","bundleId":"work-tasks-2023-sp1","id":"a95fe78f1-ecbd-4855-ab2d-b7a6c5571907","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueControl.html","title":"Queue Control","navPath":"QueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ad6fde17c-dde6-43dc-ae5c-49f747188292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControl.html","title":"List Control","navPath":"ListControl.html","bundleId":"work-tasks-2023-sp1","id":"a9aa75f3b-cb0c-42e3-b653-b6f1b0fe39cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormListWebpartControl.html","title":"Form List Webpart Control","navPath":"FormListWebpartControl.html","bundleId":"work-tasks-2023-sp1","id":"a4ed329eb-d385-4dec-a614-fdbf56da8aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowExecutionViewControl.html","title":"Workflow Execution View Control","navPath":"WorkflowExecutionViewControl.html","bundleId":"work-tasks-2023-sp1","id":"a0ad03be4-8dfe-4510-820b-9bbad0c7f54a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringNewRepository.html","title":"Configure New Repository","navPath":"ConfiguringNewRepository.html","bundleId":"work-tasks-2023-sp1","id":"a3cdcfbd3-498a-4157-8a5b-dede59840915","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupSourceElementsDirectory.html","title":"Set up Source Elements Directory","navPath":"SetupSourceElementsDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a5445089f-db24-4e18-922a-e23983d8ddc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupEmailAddressesforRepositories.html","title":"Set up Email Addresses for Repositories","navPath":"SetupEmailAddressesforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a27d98bd8-58a7-4cb7-b322-dc250621517f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupUserProvidersforRepositories.html","title":"Set up User Providers for Repositories","navPath":"SetupUserProvidersforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"aa3be2c15-ef1d-4f4c-881f-41f01e20b55c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupDocumentWebViewControlforRepositories.html","title":"Set up Document Web View Control for Repositories","navPath":"SetupDocumentWebViewControlforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"adaf7cf59-9536-4da7-8a4e-eae711889368","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Activities.html","title":"Activities","navPath":"Activities.html","bundleId":"work-tasks-2023-sp1","id":"a7df69af2-2499-41d2-939d-bfb9f77998f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity.html","title":"Start Activity","navPath":"StartActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4e28aa8-6ebc-4a3a-a1a6-3fc0acdb41be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables.html","title":"Start - Variables","navPath":"StartVariables.html","bundleId":"work-tasks-2023-sp1","id":"a7bd90253-07c4-4e44-b3fe-3db92ef29c73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartContents.html","title":"Start - Contents","navPath":"StartContents.html","bundleId":"work-tasks-2023-sp1","id":"ac5329289-4f3f-4f9d-aa29-884cdffd9df1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables.html","title":"XML Variables","navPath":"XMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a619dc708-7ee3-4e72-8fd8-66b8011aa87c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutXMLVariables.html","title":"About XML Variables","navPath":"AboutXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e70bc4c-aa4b-494b-a763-1c9d1f5967ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"a17b35e0e-96cb-4865-97e2-5e368f22007f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableof_typeXMLDocument.html","title":"XML Variable of Type 'XML Document'","navPath":"XMLVariableof_typeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a5b2419bb-58c8-4b8b-a53c-d0b7633bb971","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a67340516-e636-4b96-82d3-5a438ca39feb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildXMLSchema.html","title":"Build XML Schema","navPath":"BuildXMLSchema.html","bundleId":"work-tasks-2023-sp1","id":"a94a39b03-bf59-4677-8372-25ed5f98f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLDocumentofTypeVariables.html","title":"Use XML Document of Type 'Variables'","navPath":"UseXMLDocumentofTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a9efaeebe-7113-4b86-a3c2-da8091a26109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms.html","bundleId":"work-tasks-2023-sp1","id":"ab7e73d9d-de14-4ac1-a22a-3afefdfed358","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableforList.html","title":"XML Variable for List","navPath":"XMLVariableforList.html","bundleId":"work-tasks-2023-sp1","id":"a5bfade62-cb92-446a-b071-b67e7e3ce498","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListItemScopeofXMLListofTypeXMLVariable.html","title":"ListItem Scope of XML List of Type XML Variable","navPath":"ListItemScopeofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aea4c9635-567f-437b-a1d3-16b7c73fdad8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListofTypeXMLVariable.html","title":"Schema of XML List of Type XML Variable","navPath":"SchemaofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"adcf9efb1-22e5-42d2-8327-5bf0afc9e9e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListofTypeXMLVariable.html","title":"Create an XML List of Type XML Variable","navPath":"CreateanXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aaab4efc8-00ff-4194-9aa3-397cb2a79f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeScopeoftheXMLListofTypeXMLVariable.html","title":"Change Scope of the XML List of Type XML Variable","navPath":"ChangeScopeoftheXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"af7cd967e-0b1e-497a-9af5-c1205401f838","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupListQueryScope.html","title":"Set up List Query Scope","navPath":"SetupListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a5c7e5d13-daf5-4d93-8624-fbe9eb60b428","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorofTypeXMLVariable.html","title":"Create an XML List Iterator of Type XML Variable","navPath":"CreateanXMLListIteratorofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a19fe0e16-4ff9-4fdf-a5c9-82d8131ebe09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorofTypeXMLVariableforGridItems.html","title":"Create an XML Iterator of Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorofTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a7e80d973-e917-4a87-b633-0767e17f135a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWorkflowforaListinaSingleStep.html","title":"Create Workflow for a List in a Single Step","navPath":"CreateWorkflowforaListinaSingleStep.html","bundleId":"work-tasks-2023-sp1","id":"a6eab91ec-34ab-4056-bda3-7a20cfcb1d9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnderstandXMLNodeMapping.html","title":"Understand XML Node Mapping","navPath":"UnderstandXMLNodeMapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ba78eb9-0b44-4faa-82c8-b0f2d7b41891","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLListofTypeXMLVariableScenarios.html","title":"XML List of Type XML Variable Scenarios","navPath":"XMLListofTypeXMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac89f4985-11b6-4179-80f8-568f22ae3b58","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItem.html","title":"Add New List Item","navPath":"AddNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"ae34c1c5d-d058-4073-acf1-23f60b13cd67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a5bd7a1c9-4449-4f6e-b88e-7697df14af93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","title":"Save the List Item as Different Version as Draft/Published Using Xml Variable","navPath":"SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"a72231e4b-72a8-4472-b06a-f330466e2bf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewFolderUsingXmlVariable.html","title":"Create New Folder Using Xml Variable","navPath":"CreateNewFolderUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"abe2a32b6-e890-4dfc-ba9b-fc81c95b8da1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItemwithGridItems.html","title":"Add New List Item with Grid Items","navPath":"AddNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a3e3f42eb-87df-4064-a714-278870898836","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewGridItemtotheExistingListItem.html","title":"Add New Grid Item to the Existing List Item","navPath":"AddNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"af8c59cca-67ff-4e2c-9fe6-2b17397d136a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyListItemwithGridItems.html","title":"Copy List Item with Grid Items","navPath":"CopyListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a36e5601b-c22e-47a0-a1e3-d26384447c7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList.html","bundleId":"work-tasks-2023-sp1","id":"ae9fcf848-d7c7-4ac9-bcc0-f12f65a54819","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTypeXMLIterator.html","title":"XML Variable of Type XML Iterator","navPath":"XMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"ac3113419-bbea-4877-92d6-6fee062bf30e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator.html","title":"Create XML Variable of Type XML Iterator","navPath":"CreateXMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"abc088e93-3a30-4565-b20b-78e1a70c58df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesofTypeXMLIterator.html","title":"Use Variables of Type XML Iterator","navPath":"UseVariablesofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"acfc8e885-c5ce-4a9f-b613-db27b8a90f42","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTYpeFormsDataGrid.html","title":"XML Variable of Type XML Forms Data Grid","navPath":"XMLVariableofTYpeFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"afcb7344c-2b9f-47f1-b22a-6f5006dabbd4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLFormsDataGrid.html","title":"Create XML Variable of Type XML Forms Data Grid","navPath":"CreateXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"aa945595b-9c7f-4312-8502-b8a8428fd71c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariableofTypeXMLFormsDataGrid.html","title":"Use XML Variable of Type XML Forms Data Grid","navPath":"UseXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ad4cedfb0-7306-418b-b41d-65035046b290","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a61682d2f-9d81-4772-8b93-4f49b3840288","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitializeVariables.html","title":"Initialize Variables","navPath":"InitializeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a19615e64-bbc1-4df4-b786-4b72d999697f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutputs.html","title":"Mapped Error Outputs","navPath":"MappedErrorOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0ea0b-d0ff-4f86-b6a1-e92bae61bb1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivities.html","title":"Human Activities","navPath":"HumanActivities.html","bundleId":"work-tasks-2023-sp1","id":"a9657a14b-8596-450b-980d-18f259c52700","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity.html","title":"Approval Activity","navPath":"ApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"adee96629-49b8-468f-8920-964fe5945862","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalDeliveryChannels.html","title":"Approval - Delivery Channels","navPath":"ApprovalDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ad927c740-8bee-4fd1-b244-1352a4c15af6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"a286685b4-5ca4-4071-bbaf-31998b81bdc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalWorkItemFields.html","title":"Approval - Work Item Fields","navPath":"ApprovalWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a8cd42972-e484-4580-aae9-d4f2f4fd58bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignActor%28s%29.html","title":"Approval - Assign Actor(s)","navPath":"ApprovalAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a88c311d4-3526-4d7e-9219-4f4349a6368b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignQueue%28s%29.html","title":"Approval - Assign Queue(s)","navPath":"ApprovalAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"aa6a293ab-5020-47d9-b57f-41c91e3b7390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSubject.html","title":"Approval - Subject","navPath":"ApprovalSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4f2d5546-ea56-4ef4-88d0-95ce16282bc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalBody.html","title":"Approval - Body","navPath":"ApprovalBody.html","bundleId":"work-tasks-2023-sp1","id":"ad1bc337b-f6b9-420a-bbfc-0ae3e6d2a37a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalRedirectURL.html","title":"Approval - Redirect URL","navPath":"ApprovalRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a1f2f4409-28de-4a33-ab6f-83efe8d18bd4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalCustomDocumentViewURL.html","title":"Approval - Custom Document View URL","navPath":"ApprovalCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a319d1320-46ca-4d62-b19d-5a21b6f62361","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomDocumentViewURL.html","title":"Custom Document View URL","navPath":"CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a5045ccf2-dd43-45a4-9752-00981d15de00","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalHTMLTemplate.html","title":"Approval - HTML Template","navPath":"ApprovalHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5bd2a3b1-55c4-4f36-ae57-0f4079df8591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAttachReports.html","title":"Approval - Attach Reports","navPath":"ApprovalAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a90546373-dab9-478a-be2f-1c497a95dd5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSetCalendarforTimeout.html","title":"Approval - Set Calendar for Timeout","navPath":"ApprovalSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afa431c07-23a9-444d-9a40-6d114df6f68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalMultipleTimeoutWarning.html","title":"Approval - Multiple Timeout Warning","navPath":"ApprovalMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a9f15382e-2b87-4a70-a72f-850d2af58f1b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity.html","title":"Checklist Activity","navPath":"ChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a282e1d26-779d-4d4a-8ee8-ccdce698d8bf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListDeliveryChannels.html","title":"CheckList - Delivery Channels","navPath":"CheckListDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae8a79b37-ae12-4c41-ba6c-44570681250f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckList-Questions.html","title":"CheckList - Questions","navPath":"CheckList-Questions.html","bundleId":"work-tasks-2023-sp1","id":"a0878c9be-95ab-44cb-bb3c-8f1899f92794","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListWorkItemFields.html","title":"CheckList - Work Item Fields","navPath":"CheckListWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a3f691a2f-ba3a-4f20-8a0c-288b575be1bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignActor%28s%29.html","title":"CheckList - Assign Actor(s)","navPath":"CheckListAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a874345b9-69fc-4404-a3fc-13e553048bd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignQueue%28s%29.html","title":"CheckList - Assign Queue(s)","navPath":"CheckListAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a7b75104a-9ebe-48b1-a508-2ab78379dfc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSubject.html","title":"CheckList - Subject","navPath":"CheckListSubject.html","bundleId":"work-tasks-2023-sp1","id":"a98c3d697-5706-424d-9106-f2bc4d41162e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListBody.html","title":"CheckList - Body","navPath":"CheckListBody.html","bundleId":"work-tasks-2023-sp1","id":"a2cb0a0ed-39f7-4ea6-8323-2fc50976f832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListRedirectURL.html","title":"CheckList - Redirect URL","navPath":"CheckListRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a6771976d-b250-4024-a08a-30b7517436ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListCustomDocumentViewURL.html","title":"CheckList - Custom Document View URL","navPath":"CheckListCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a68d7192c-f7ff-4bbd-ac51-e49f0b867378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAttachReports.html","title":"CheckList - Attach Reports","navPath":"CheckListAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ac8a965ab-f24b-441a-bae8-28d156b99fb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListHTMLTemplate.html","title":"CheckList - HTML Template","navPath":"CheckListHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a51b53d95-4309-4546-85b4-5e632f71887c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSetCalendarforTimeout.html","title":"CheckList - Set Calendar for Timeout","navPath":"CheckListSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a26e65b21-dafc-4cc4-a417-8d9129f685ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListMultipleTimeoutWarning.html","title":"CheckList - Multiple Timeout Warning","navPath":"CheckListMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ab335fcb8-d6d9-4423-af43-fffce59132fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity.html","title":"Choice Activity","navPath":"ChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"abc9e3b81-e34d-47fd-91c0-ebe603cf6a71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceDeliveryChannels.html","title":"Choice - Delivery Channels","navPath":"ChoiceDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae3a406ba-5b76-4cdc-a365-18a89545dc6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActionOutputs.html","title":"Choice - Action Outputs","navPath":"ChoiceActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"a65a6e90b-dafb-4444-9e4a-80428010650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceWorkItemFields.html","title":"Choice - Work Item Fields","navPath":"ChoiceWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a964c7e12-7ec7-4f8d-b17e-57e84167b7da","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignActor%28s%29.html","title":"Choice - Assign Actor(s)","navPath":"ChoiceAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a2af805a5-2c07-452d-ac65-926451535bb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignQueue%28s%29.html","title":"Choice - Assign Queue(s)","navPath":"ChoiceAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ac45ed5c7-9cd1-4e0d-8d1e-c99b5f84de59","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSubject.html","title":"Choice - Subject","navPath":"ChoiceSubject.html","bundleId":"work-tasks-2023-sp1","id":"a3f6d9191-ca5a-44e6-84d1-4b439d6ae6c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceBody.html","title":"Choice - Body","navPath":"ChoiceBody.html","bundleId":"work-tasks-2023-sp1","id":"a5da73516-a25d-468d-a546-7fd6df988304","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceRedirectURL.html","title":"Choice - Redirect URL","navPath":"ChoiceRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a16c615d3-56d6-45e7-a45d-351d6d23f929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceCustomDocumentViewURL.html","title":"Choice - Custom Document View URL","navPath":"ChoiceCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a32aa7171-c0cd-4563-aa98-7ec62e009c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceHTMLTemplate.html","title":"Choice - HTML Template","navPath":"ChoiceHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a050bf4c7-adc1-4364-93f7-c411299b8d34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAttachReports.html","title":"Choice - Attach Reports","navPath":"ChoiceAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a1a726b60-1df8-4f57-86a6-9b2290f4fcdb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSetCalendarforTimeout.html","title":"Choice - Set Calendar for Timeout","navPath":"ChoiceSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a39f7a107-0ec5-4177-b5ba-97e744c499af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceMultipleTimeoutWarning.html","title":"Choice - Multiple Timeout Warning","navPath":"ChoiceMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ac34180aa-d43c-4e37-8f25-179f2deaa698","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivity.html","title":"Information Activity","navPath":"InformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa4fe74b9-37e0-41fd-a27d-21759c847f6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoDeliveryChannels.html","title":"Info - Delivery Channels","navPath":"InfoDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a299a74f3-6d0b-49f6-a297-413725c852b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_1.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_1.html","bundleId":"work-tasks-2023-sp1","id":"a3c91ff7b-13fe-4dff-a1f3-81ced6c4441d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoWorkItemFields.html","title":"Info - Work Item Fields","navPath":"InfoWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"acdce9620-7d4f-4595-8248-4f0ec695b4cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignActor%28s%29.html","title":"Info - Assign Actor(s)","navPath":"InfoAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a05e13c87-40c1-4e8f-8705-d2237bd1387f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignQueue%28s%29.html","title":"Info - Assign Queue(s)","navPath":"InfoAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a46d53986-f72d-4348-9211-26a164635e34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoSubject.html","title":"Info - Subject","navPath":"InfoSubject.html","bundleId":"work-tasks-2023-sp1","id":"a20ce723e-c95c-4f4f-878f-9cd2a2600d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoBody.html","title":"Info - Body","navPath":"InfoBody.html","bundleId":"work-tasks-2023-sp1","id":"ad67ae532-ea8f-49c0-bddd-c8d7f3422c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoRedirectURL.html","title":"Info - Redirect URL","navPath":"InfoRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a0b2535dc-c3b3-4ed3-9bc3-9258179c5785","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoCustomDocumentViewURL.html","title":"Info - Custom Document View URL","navPath":"InfoCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a26853060-60ec-426a-ac57-14580c1d15cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoHTMLTemplate.html","title":"Info - HTML Template","navPath":"InfoHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a4e6da927-2ea9-479f-8883-e2f61f1504d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAttachReports.html","title":"Info - Attach Reports","navPath":"InfoAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ab5fbd6a0-4c59-4121-a1ce-c1f6bed603af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActivity.html","title":"Resource Set Activity","navPath":"ResourceSetActivity.html","bundleId":"work-tasks-2023-sp1","id":"aed518339-14ce-4e29-919d-34b4e9c42579","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetDeliveryChannels.html","title":"ResourceSet - Delivery Channels","navPath":"ResourceSetDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a1e7c2008-4ecb-46e6-acb7-15f6486689ff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActorSelectionFilter.html","title":"ResourceSet - Actor Selection Filter","navPath":"ResourceSetActorSelectionFilter.html","bundleId":"work-tasks-2023-sp1","id":"ac145f75c-a96c-4f3a-a425-6b76d8ff1578","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetWorkItemFields.html","title":"ResourceSet - Work Item Fields","navPath":"ResourceSetWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"ab398d0d5-dc0b-4003-aeb8-e84cc51abd76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignActor%28s%29.html","title":"ResourceSet - Assign Actor(s)","navPath":"ResourceSetAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4d25e32f-c9f9-400f-b78d-824fa6f48a95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignQueue%28s%29.html","title":"ResourceSet - Assign Queue(s)","navPath":"ResourceSetAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ad1386520-88b4-4f91-823f-eb8a7bd2fc1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSubject.html","title":"ResourceSet - Subject","navPath":"ResourceSetSubject.html","bundleId":"work-tasks-2023-sp1","id":"ab4182093-b67b-4921-bfd5-86e4c654aa82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetBody.html","title":"ResourceSet - Body","navPath":"ResourceSetBody.html","bundleId":"work-tasks-2023-sp1","id":"afb82587a-15a4-4346-9b41-5dd27441f561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetRedirectURL.html","title":"ResourceSet - Redirect URL","navPath":"ResourceSetRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a5b5993fb-428d-4125-967d-cfe0dd2dce37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetCustomDocumentViewURL.html","title":"ResourceSet - Custom Document View URL","navPath":"ResourceSetCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"acd784ac7-173f-4bff-b01e-b7e7677fe253","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSetCalendarforTimeout.html","title":"ResourceSet - Set Calendar for Timeout","navPath":"ResourceSetSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"ade9bc59c-b37d-4413-ad10-4c21165c1b5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetMultipleTimeOutWarning.html","title":"ResourceSet - Multiple TimeOut Warning","navPath":"ResourceSetMultipleTimeOutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a0390430f-426e-4e7b-b563-5c9f9418a2f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity.html","title":"Task Activity","navPath":"TaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"af97ccdce-846f-4852-b680-f78d62f1a40b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskDeliveryChannels.html","title":"Task - Delivery Channels","navPath":"TaskDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a524d1fef-41bc-4720-b551-e589a3623519","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Task-TaskType.html","title":"Task - Task Type","navPath":"Task-TaskType.html","bundleId":"work-tasks-2023-sp1","id":"aba678a5b-b5b0-4f2f-8e42-0c11ed854294","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskWorkItemFields.html","title":"Task - Work Item Fields","navPath":"TaskWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"af6b8b114-09ea-4fcc-ba5b-6f210539a0e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/task-assignactors.html","title":"Task - Assign Actor(s)","navPath":"task-assignactors.html","bundleId":"work-tasks-2023-sp1","id":"aa6c0923f-c23f-4f64-ac36-03d384294b8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAssignQueue%28s%29.html","title":"Task - Assign Queue(s)","navPath":"TaskAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"afb951f54-6689-4a91-8f82-1dea20369cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSubject.html","title":"Task - Subject","navPath":"TaskSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4a97211f-bc06-4aae-90e9-387f6aaf2047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskBody.html","title":"Task - Body","navPath":"TaskBody.html","bundleId":"work-tasks-2023-sp1","id":"a1f15b2b6-c054-46f1-8a46-53e3fd40dd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskRedirectURL.html","title":"Task - Redirect URL","navPath":"TaskRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a668aa372-b8f2-42bf-b127-26b6e4943ead","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskCustomDocumentViewURL.html","title":"Task - Custom Document View URL","navPath":"TaskCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"abb1626c1-54c2-4c3b-acf0-6b62a6fddac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAttachReports.html","title":"Task - Attach Reports","navPath":"TaskAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"af1896c69-0878-42f8-9049-8f2b3c9ed9e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskHTMLTemplate.html","title":"Task - HTML Template","navPath":"TaskHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af52d3888-0d8d-4e3e-a1a2-959751f8a816","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSetCalendarforTimeout.html","title":"Task - Set Calendar for Timeout","navPath":"TaskSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a503a505b-fed5-4057-aa46-6d8a0a0d3ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskMultipleTimeoutWarning.html","title":"Task - Multiple Timeout Warning","navPath":"TaskMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"af30cacfa-6d00-4425-9670-e0ed0f75aa79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkActivity.html","title":"Work Activity","navPath":"WorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"afcafed35-4b29-4aec-b8bb-7d34d1c25096","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkDeliveryChannel.html","title":"Work - Delivery Channel","navPath":"WorkDeliveryChannel.html","bundleId":"work-tasks-2023-sp1","id":"a17c2555d-d76c-4288-96cc-72ff2c934996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAdvanceUIFields.html","title":"Work - AdvanceUI Fields","navPath":"WorkAdvanceUIFields.html","bundleId":"work-tasks-2023-sp1","id":"a5442eab2-a416-4088-a937-269d1014cdf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Work-WorkItemFields.html","title":"Work - Work Item Fields","navPath":"Work-WorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a5c625545-e557-4463-93aa-1c0417b047e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignActor%28s%29.html","title":"Work - Assign Actor(s)","navPath":"WorkAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a99a75915-2346-4bf3-a0fc-c11dfb6d9327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignQueue%28s%29.html","title":"Work - Assign Queue(s)","navPath":"WorkAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a97e0e802-0366-4039-8cc7-6ab269b12e1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSubject.html","title":"Work - Subject","navPath":"WorkSubject.html","bundleId":"work-tasks-2023-sp1","id":"a089431f5-04ca-4156-8e7e-867f41793658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkBody.html","title":"Work - Body","navPath":"WorkBody.html","bundleId":"work-tasks-2023-sp1","id":"a2b3c8590-98b9-4812-a50f-85139dec58f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkRedirectURL.html","title":"Work - Redirect URL","navPath":"WorkRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a749f6fa5-54b0-4c4b-8df9-07c75ba5ad66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkCustomDocumentViewURL.html","title":"Work - Custom Document View URL","navPath":"WorkCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a9cf76d44-1c07-4ff0-8533-fa03d84e6826","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSetCalendarforTimeout.html","title":"Work - Set Calendar for Timeout","navPath":"WorkSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afdfa2ef2-4139-4b41-a8cf-179b9faa4a9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkMultipleTimeoutWarning.html","title":"Work - Multiple Timeout Warning","navPath":"WorkMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"afbde02c6-20c1-4d45-a83b-9b4c10795d43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivity.html","title":"Invoke Form Activity","navPath":"InvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a10f82512-5a88-403f-875c-33dd65786d74","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormDeliveryChannels.html","title":"Invoke Form - Delivery Channels","navPath":"InvokeFormDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a8485e69c-0dd2-46c1-ba41-58f64dd1f3de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_2.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_2.html","bundleId":"work-tasks-2023-sp1","id":"a08ec02d9-b0dd-4922-a55b-8ea3026aca47","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormPossibleDistinctOutputs.html","title":"Invoke Form - Possible Distinct Outputs","navPath":"InvokeFormPossibleDistinctOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ab5946b6d-0ad8-488e-8407-9a2ea0784945","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-PossibleDistinctOutputsScenario.html","title":"Invoke Form - Possible Distinct Outputs Scenario","navPath":"InvokeForm-PossibleDistinctOutputsScenario.html","bundleId":"work-tasks-2023-sp1","id":"a5bb1247e-b408-4d47-93c2-4a560a565f55","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormWorkItemFields.html","title":"Invoke Form - Work Item Fields","navPath":"InvokeFormWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"abcb144a5-c33e-4fcb-b6a1-adc75f6bbd40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-AssignActor%28s%29.html","title":"Invoke Form - Assign Actor(s)","navPath":"InvokeForm-AssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4c6592f3-7020-4d1a-b437-92256a0decf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormAssignQueue%28s%29.html","title":"Invoke Form - Assign Queue(s)","navPath":"InvokeFormAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a68c2f508-6f29-45b1-849a-2df4dcc02dbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-FormName.html","title":"Invoke Form - Form Name","navPath":"InvokeForm-FormName.html","bundleId":"work-tasks-2023-sp1","id":"a774e9592-fa55-4522-a61a-af8d3bf014c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-OutputInstanceXML.html","title":"Invoke Form - Output Instance XML","navPath":"InvokeForm-OutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"ab91a374a-bcb0-4b4a-9405-a9f5b5c8a6d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-IndividualActor%27sResponseCollaborationinOutputInstanceXML.html","title":"Invoke Form - Individual Actor's Response Collaboration in Output Instance XML","navPath":"InvokeForm-IndividualActor'sResponseCollaborationinOutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"a9438f642-2b0e-4969-9dd5-ab0229a9654e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-UpdateFormParameters.html","title":"Invoke Form - Update Form Parameters","navPath":"InvokeForm-UpdateFormParameters.html","bundleId":"work-tasks-2023-sp1","id":"ae9ec7453-123f-48eb-bee6-178d4a5601ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Subject.html","title":"Invoke Form - Subject","navPath":"InvokeForm-Subject.html","bundleId":"work-tasks-2023-sp1","id":"a8fb72c3e-1719-43db-a84a-a2e5975be18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Body.html","title":"Invoke Form - Body","navPath":"InvokeForm-Body.html","bundleId":"work-tasks-2023-sp1","id":"a250fa835-6786-40dd-852b-255aa3352f2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-TemplatePath.html","title":"Invoke Form - Template Path","navPath":"InvokeForm-TemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a1e75a799-d03b-4ad7-94c1-5cd895f45fd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivityEmailTemplate.html","title":"Invoke Form Activity Email Template","navPath":"InvokeFormActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7f80ebe1-c27b-49cf-9d71-fa28550898ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInvokeFormActivity.html","title":"Use Variables in Invoke Form Activity","navPath":"UseVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5f61c66-3980-4e09-bc24-e98fd2eb7377","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInvokeFormActivity.html","title":"Use Contents in Invoke Form Activity","navPath":"UseContentsinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4c695291-8721-4ad4-a534-e0046ec43528","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInvokeFormActivity.html","title":"Use XML Variables in Invoke Form Activity","navPath":"UseXMLVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a52a05a22-3aee-4d43-bd26-f09763f5d216","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-RedirectURL.html","title":"Invoke Form - Redirect URL","navPath":"InvokeForm-RedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"ae1070c74-0650-43f6-a58a-6dd3f97f3835","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-CustomDocumentViewURL.html","title":"Invoke Form - Custom Document View URL","navPath":"InvokeForm-CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a6489b0b3-af4c-47cd-b22d-8b5dd49166f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-SetCalendarforTimeout.html","title":"Invoke Form - Set Calendar for Timeout","navPath":"InvokeForm-SetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a15952a70-97ac-4df2-979a-1d0ada026535","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MultipleTimeoutWarning.html","title":"Invoke Form - Multiple Timeout Warning","navPath":"InvokeForm-MultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a5d6312c3-a0da-489a-b7fd-a429127e8cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MailIntegrationScenario.html","title":"Invoke Form - Mail Integration Scenario","navPath":"InvokeForm-MailIntegrationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a93b5454c-3d05-4ec7-bbe8-04c85c4613f8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseBodyProperty.html","title":"Use 'Body' Property","navPath":"UseBodyProperty.html","bundleId":"work-tasks-2023-sp1","id":"a4d06b12a-6cd6-408e-bcb7-d81777dbceb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseTemplatePathProperty.html","title":"Use 'Template Path' Property","navPath":"UseTemplatePathProperty.html","bundleId":"work-tasks-2023-sp1","id":"ae6414b3c-e4a0-47f1-b723-49ab6a0461e8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssignaTasktoaManager.html","title":"Assign a Task to a Manager","navPath":"AssignaTasktoaManager.html","bundleId":"work-tasks-2023-sp1","id":"abc17f1ff-e7b8-4436-a58c-b50dff4827b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleControlECPlug-in.html","title":"Enterprise Console Control (EC Plug-in)","navPath":"EnterpriseConsoleControlECPlug-in.html","bundleId":"work-tasks-2023-sp1","id":"adb875483-bead-4f89-991c-d0fb95f7708d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationActivities.html","title":"Integration Activities","navPath":"IntegrationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a2228e2f0-24d6-4a8d-a1fb-171a58cf71a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentActivity.html","title":"Create-Open-Office-Document Activity","navPath":"CreateOpenOfficeDocumentActivity.html","bundleId":"work-tasks-2023-sp1","id":"a2b5c6a8f-a791-422b-bab1-ba843aa0f604","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentDestinationDetails.html","title":"Create-Open-Office-Document: Destination Details","navPath":"CreateOpenOfficeDocumentDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"a15dbbed5-a629-4cbd-be20-91bf6be87ce6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentSelectTemplate.html","title":"Create-Open-Office-Document: Select Template","navPath":"CreateOpenOfficeDocumentSelectTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aaf780b58-eb65-462d-92f1-33a4b7d2585f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebServiceActivity.html","title":"InvokeWebService Activity","navPath":"InvokeWebServiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5a8a0b46-f4f0-4c3e-aaee-12193ac61ad7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebService-WebServiceDetails.html","title":"InvokeWebService: Web Service Details","navPath":"InvokeWebService-WebServiceDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa9916b4c-d5f6-4908-9d3b-ebd0f2e9f275","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIActivity.html","title":"Invoke Web API Activity","navPath":"InvokeWebAPIActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5083ad8-ee5d-486a-8382-0955699d7055","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWebAPI.html","title":"Configure Web API","navPath":"ConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a9a6a5ee3-b38b-4a71-8d95-3b5b58390045","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI.html","bundleId":"work-tasks-2023-sp1","id":"ada6615b4-1be2-4788-b529-6808e3380329","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PATCHMethod.html","title":"PATCH Method","navPath":"PATCHMethod.html","bundleId":"work-tasks-2023-sp1","id":"a83f7d4f7-4034-48e0-9fb7-6cd2a6ffc493","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariable.html","title":"Create XML Variable","navPath":"CreateXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a107229eb-0bf2-4145-afcd-d9a2145b183b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity.html","title":"Script Activity","navPath":"ScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"a07b51c84-2874-46f6-bbc2-875d89332de6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode.html","title":"Script: Code","navPath":"ScriptCode.html","bundleId":"work-tasks-2023-sp1","id":"aca849bc3-4728-4187-9052-827a5f5220ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences.html","title":"Script: References","navPath":"ScriptReferences.html","bundleId":"work-tasks-2023-sp1","id":"ae4a63f8a-ffb8-41e3-88fa-0191f7f51702","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues.html","title":"Script: Return Values","navPath":"ScriptReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"a4a579e75-bea0-4aba-887c-a6cb5e00672e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileOperationsActivity.html","title":"File Operations Activity","navPath":"FileOperationsActivity.html","bundleId":"work-tasks-2023-sp1","id":"a23e232ba-ed10-48e7-af92-d910dfcccfa6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsSource_Details.html","title":"File Operations: Source Details","navPath":"File_OperationsSource_Details.html","bundleId":"work-tasks-2023-sp1","id":"ae5a77d45-21cc-4425-9aaf-d29461ca2446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsDestinationDetails.html","title":"File Operations: Destination Details","navPath":"File_OperationsDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"ab3c890f0-0c76-483b-bf6b-c5506d989e2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWorkflowStatusActivity.html","title":"Change Workflow Status Activity","navPath":"ChangeWorkflowStatusActivity.html","bundleId":"work-tasks-2023-sp1","id":"acd930056-fa54-458e-8c69-f283a27f91e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionActivity.html","title":"XML Action Activity","navPath":"XMLActionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5982cd4a-66a5-46fb-bcdd-dd1ad002febd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionGetData.html","title":"XML Action: Get Data","navPath":"XMLActionGetData.html","bundleId":"work-tasks-2023-sp1","id":"a592d992c-060f-40bf-9aef-e44ec33b536a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionSetVariables.html","title":"XML Action: Set Variables","navPath":"XMLActionSetVariables.html","bundleId":"work-tasks-2023-sp1","id":"a04ecdb58-d7b1-43a3-b934-195574529654","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities.html","title":"Engine Activities","navPath":"EngineActivities.html","bundleId":"work-tasks-2023-sp1","id":"a95e5070c-d07d-4608-917a-1facbe266ced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivity.html","title":"End Activity Execution Activity","navPath":"EndActivityExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa431465b-c54c-47b1-9edd-10fc1ac68d2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivityDetails.html","title":"End Activity Execution: Activity Details","navPath":"EndActivityExecutionActivityDetails.html","bundleId":"work-tasks-2023-sp1","id":"a839a74cc-8e3b-4000-bea9-ad278d3bf3bc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowExecutionActivity.html","title":"End Child Workflow Execution Activity","navPath":"EndChildWorkflowExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4af33c60-9604-4826-aa43-51a2ced43b0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowWorkflowDetails.html","title":"End Child Workflow: Workflow Details","navPath":"EndChildWorkflowWorkflowDetails.html","bundleId":"work-tasks-2023-sp1","id":"a9ddcbd2f-5670-4d98-b2f9-6477bf9828cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockingOutputActivity.html","title":"BlockingOutput Activity","navPath":"BlockingOutputActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8885a5fe-2592-4392-8ace-5751186d8b74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity.html","title":"Database Activity","navPath":"DatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa30c4cab-695c-4e38-a48e-6796c7abcbb7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity.html","title":"Decision Activity","navPath":"DecisionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aaa20909c-be11-433a-b2af-317d7f5a3391","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions.html","title":"Decision: Decisions","navPath":"Decisions.html","bundleId":"work-tasks-2023-sp1","id":"af4be743f-8ea5-48cb-82a0-9f6bd215509e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9ae79812-3254-45dd-9ef5-655ba8f9d448","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSerialExecution.html","title":"Example of Serial Execution","navPath":"ExampleofSerialExecution.html","bundleId":"work-tasks-2023-sp1","id":"ac7a03c8b-f0f4-4274-8e97-8fed5b2d04fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity.html","title":"For-Loop Activity","navPath":"ForLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad800355c-d50b-4389-b466-a89f2a4f1f0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount.html","title":"For - Loop Count","navPath":"ForLoopCount.html","bundleId":"work-tasks-2023-sp1","id":"aa7a1ca5c-9368-4333-9973-4089e621b15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity.html","title":"Logger Activity","navPath":"LoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ade018870-1550-4fba-a063-d1a5f5ea840c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage.html","title":"Log - Log Message","navPath":"Log-LogMessage.html","bundleId":"work-tasks-2023-sp1","id":"af981a1b9-7b65-476f-bc92-0109520a0598","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoopExecutionStepEntryActivity.html","title":"Loop Execution Step Entry Activity","navPath":"LoopExecutionStepEntryActivity.html","bundleId":"work-tasks-2023-sp1","id":"a35303179-d9b4-4df5-9f57-394981974e0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity.html","title":"Next Loop Activity","navPath":"NextLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a43b1defb-4dea-4ce4-844f-00f008ff0157","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariableActivity.html","title":"Resource Variable Activity","navPath":"ResourceVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"a33f41dc0-bbc9-468d-b23a-94ac0e636a7d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariable-Actors.html","title":"Resource Variable - Actors","navPath":"ResourceVariable-Actors.html","bundleId":"work-tasks-2023-sp1","id":"ae525a243-3c25-4ffd-8601-732c64be5fb4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity.html","title":"Rule Activity","navPath":"RuleActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6cb44d86-19d4-41c2-bf84-84ab7a855b6b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition.html","title":"Rule - Condition","navPath":"RuleCondition.html","bundleId":"work-tasks-2023-sp1","id":"ab7d41ffd-6f5e-492d-afa2-aba6b4321390","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActivity.html","title":"Workflow Activity","navPath":"WorkflowActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36a1c56e-acb9-4a99-a913-6c61eb4cf96e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowContents_forChildWorkflow.html","title":"Workflow - Contents for ChildWorkflow","navPath":"WorkflowContents_forChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6fcad1b9-8757-4b6e-ac7a-b63db9a3462f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a71e32ef6-dbfa-41d3-8208-6054245e83a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a39ac243b-6dd5-4f77-b52b-e6d9218d7509","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowReturnValues.html","title":"Workflow - Return Values","navPath":"WorkflowReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"ab5812c43-3dd6-4286-9f3d-553a8d3ef137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","title":"How to Pass Variables/Contents from Parent Workflow to Child Workflow?","navPath":"HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a2367ed1b-def4-41ab-8d20-a58e65971058","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetExecutionIDoftheChildWorkflow.html","title":"Get Execution ID of the Child Workflow","navPath":"GetExecutionIDoftheChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a59d5ed72-7e73-4b2b-8211-3719cef69c37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"abad358f2-db18-45db-9027-01ecc23fdb9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Variables.html","title":"Variables","navPath":"Variables.html","bundleId":"work-tasks-2023-sp1","id":"a3a0cfcae-3c2d-4704-bbcf-8c0d6d859474","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsXmlVariables.html","title":"Forms Xml Variables","navPath":"FormsXmlVariables.html","bundleId":"work-tasks-2023-sp1","id":"a3ae2a8ca-5873-4bac-9421-96a83dfccc59","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity.html","bundleId":"work-tasks-2023-sp1","id":"a71c50a76-6eb8-4dae-8779-99d2e29f608a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables.html","bundleId":"work-tasks-2023-sp1","id":"ab45d16c4-02a6-4d94-95ee-fa810c9b2c36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aee505bd0-11db-4d44-b91f-fc4cdb68cf1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity.html","title":"Synchronize Activity","navPath":"SynchronizeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8a38616a-e56e-4874-a21c-95229df13f0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable.html","bundleId":"work-tasks-2023-sp1","id":"a954cbf60-a88c-473e-ad9f-4baa70e26e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator.html","title":"XML Navigator","navPath":"XMLNavigator.html","bundleId":"work-tasks-2023-sp1","id":"ae366c9f0-4f08-4e4e-b36f-d2dd0ed1e0c1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivities.html","title":"Scheduler Activities","navPath":"SchedulerActivities.html","bundleId":"work-tasks-2023-sp1","id":"a0b0cb2a5-5845-4eca-bfb2-6cb2b9ffdbc2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlCustomTimerActivity.html","title":"Control Custom Timer Activity","navPath":"ControlCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4f46ae7-e15e-4d61-aa20-1b21addf8373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerActivity.html","title":"Set Custom Timer Activity","navPath":"SetCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab62c3b00-92d7-4788-9a59-3c3528ab2d79","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerScheduleTime.html","title":"Set Custom Timer: Schedule Time","navPath":"SetCustomTimerScheduleTime.html","bundleId":"work-tasks-2023-sp1","id":"af3246f9b-52f6-4eaa-825c-1dd09842fed1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivity.html","title":"Scheduler Activity","navPath":"SchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa77bd132-35e9-47b8-8606-fe07fa9467e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerDetails.html","title":"Scheduler: Scheduler Details","navPath":"SchedulerDetails.html","bundleId":"work-tasks-2023-sp1","id":"af4dde46c-d10f-4bae-9dde-b93709869e64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RescheduleFailedTasks.html","title":"Reschedule Failed Tasks","navPath":"RescheduleFailedTasks.html","bundleId":"work-tasks-2023-sp1","id":"a9bf90d9c-8c72-493b-b413-80af28a4888e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeTriggerActivity.html","title":"Time Trigger Activity","navPath":"TimeTriggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a94a60a80-9002-442e-9475-0234e1bc23b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimerTrigger.html","title":"Time Trigger: Timer Trigger","navPath":"TimerTrigger.html","bundleId":"work-tasks-2023-sp1","id":"a7f139c6b-1192-4c3a-affc-252ef50abed8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities.html","title":"Communication Activities","navPath":"CommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a82645408-29b2-4624-ac9f-1c0e4c719eb9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailActivity.html","title":"Email Activity","navPath":"EmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad7bdb004-2864-417a-9c78-66f477545e29","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailToResource.html","title":"Email: ToResource","navPath":"EmailToResource.html","bundleId":"work-tasks-2023-sp1","id":"a0bb21980-7c81-4856-b549-8d3b8b81c5ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBCCResource.html","title":"Email: BCC Resource","navPath":"EmailBCCResource.html","bundleId":"work-tasks-2023-sp1","id":"ac6978064-95f7-4fcd-ac9e-45ca0bf73f24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailCCResource.html","title":"Email: CCResource","navPath":"EmailCCResource.html","bundleId":"work-tasks-2023-sp1","id":"a265759a0-c819-4201-a207-1bf51401b5c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailSubject.html","title":"Email: Subject","navPath":"EmailSubject.html","bundleId":"work-tasks-2023-sp1","id":"afc44603b-ad6c-406c-97f1-825a9ca6c3e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBody.html","title":"Email: Body","navPath":"EmailBody.html","bundleId":"work-tasks-2023-sp1","id":"ae43938fb-7668-49bc-9542-e87c4c3198fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailAttachReports.html","title":"Email: Attach Reports","navPath":"EmailAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ae36f5a5f-47e8-439f-9a37-dc5d06d04fb3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCommunicationActivities.html","title":"Configure Communication Activities","navPath":"ConfigureCommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a21db4212-94e8-44e3-a458-9b35fd5d11df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites_1.html","title":"Prerequisites","navPath":"Prerequisites_1.html","bundleId":"work-tasks-2023-sp1","id":"a3d360ac3-346e-4b16-b204-a29cb0c0678b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforReceivingEmails.html","title":"Configure Farm Configuration Wizard for Receiving Emails","navPath":"ConfigureFarmConfigurationWizardforReceivingEmails.html","bundleId":"work-tasks-2023-sp1","id":"adf7dffa9-b4c0-4d6a-93d8-3836ba195e24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforSendingSMS.html","title":"Configure Farm Configuration Wizard for Sending SMS","navPath":"ConfigureFarmConfigurationWizardforSendingSMS.html","bundleId":"work-tasks-2023-sp1","id":"a42701d91-382c-49cc-b6f0-0ff2f5e67d4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisableReplyEmailforInvalidEmails.html","title":"Disable Reply Email for Invalid Emails","navPath":"DisableReplyEmailforInvalidEmails.html","bundleId":"work-tasks-2023-sp1","id":"a6b13a918-fa8a-4270-a2d5-5373a43ca818","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity.html","title":"Notification Activity","navPath":"NotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19dc15b1-f5c7-4e95-9b75-8f0c8ed93e31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource.html","title":"Notification: ToResource","navPath":"NotificationToResource.html","bundleId":"work-tasks-2023-sp1","id":"abdb34447-6718-4551-90b8-0725393ac109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_1.html","title":"Notification: ToResource","navPath":"NotificationToResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a640b4036-ea3b-4e46-b75d-efa7d08acc0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailActivity.html","title":"Wait for Email Activity","navPath":"WaitforEmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"abdc4d78f-1813-45e0-ba6e-ea7fa494d69a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailFilterExpression.html","title":"Wait for Email: Filter Expression","navPath":"WaitforEmailFilterExpression.html","bundleId":"work-tasks-2023-sp1","id":"afc2d8138-cc35-4ee8-9c37-492f5f16fc7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a5161d0ce-43c3-4434-a93c-d9908ccea4b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveOptions.html","title":"Wait for Email: Attachment Save Options","navPath":"WaitforEmailAttachmentSaveOptions.html","bundleId":"work-tasks-2023-sp1","id":"a2ca6a439-9bf5-4531-ad4c-a2704ea54c20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveLocation.html","title":"Wait for Email: Attachment Save Location","navPath":"WaitforEmailAttachmentSaveLocation.html","bundleId":"work-tasks-2023-sp1","id":"a7fcd6ae4-091a-4b4f-98e2-cc644cfb8985","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail_1.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail_1.html","bundleId":"work-tasks-2023-sp1","id":"a516fb5b9-e4c7-47eb-a4e0-dc4b17cb015f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotificationActivity.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a45419fb4-951e-4bf5-8b99-65215bfeffe3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource.html","bundleId":"work-tasks-2023-sp1","id":"a76b09728-645d-479d-85dd-d79d6f6b5ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetNotificationType.html","title":"Set Notification Type","navPath":"SetNotificationType.html","bundleId":"work-tasks-2023-sp1","id":"a5ea7c9e8-6498-4509-959c-111539e5d8fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVA_WorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVA_WorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"abb0522d5-61b3-477e-a7e0-1b5a7397a9b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a754a4a56-0248-412e-a7d1-16edd3bd24b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNElements.html","title":"BPMN Elements","navPath":"BPMNElements.html","bundleId":"work-tasks-2023-sp1","id":"a1ce0213d-5639-49d8-9ab3-7ffa67e28fba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GatewayPlaceholder.html","title":"Gateway Placeholder","navPath":"GatewayPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"adbd0ee6b-1d09-47e5-bd0e-9fae2268da82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupBox.html","title":"Group Box","navPath":"GroupBox.html","bundleId":"work-tasks-2023-sp1","id":"a0df5caa5-f782-4740-bae1-3697c615fc89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventPlaceholder.html","title":"Intermediate Event Placeholder","navPath":"IntermediateEventPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"a09719033-43f8-424c-bea2-281be86c608e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lane.html","title":"Lane","navPath":"Lane.html","bundleId":"work-tasks-2023-sp1","id":"a1fa672d4-0f02-4d60-91fe-4a2dd488f70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Placeholder.html","title":"Placeholder","navPath":"Placeholder.html","bundleId":"work-tasks-2023-sp1","id":"a916c84fd-43d6-4f6b-bef4-3e8b3cb50bfa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PlaceholderActionOutputs.html","title":"Placeholder: Action Outputs","navPath":"PlaceholderActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ae294db7f-6ba0-4ed7-a5d5-23d49520d392","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Pool.html","title":"Pool","navPath":"Pool.html","bundleId":"work-tasks-2023-sp1","id":"ad0824ae0-acb4-41f6-b1a9-1f08f72e4b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListActivities.html","title":"List Activities","navPath":"ListActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae5ca5838-8804-4ef0-9579-434931e3b261","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorActivity.html","title":"List Navigator Activity","navPath":"ListNavigatorActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4d6b5f85-bd48-4ea2-b882-adcd00c14493","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XmlListNavigatorActivity-XmlVariableOfListType.html","title":"XML List Navigator Activity - XMLVariable of List Type","navPath":"XmlListNavigatorActivity-XmlVariableOfListType.html","bundleId":"work-tasks-2023-sp1","id":"a24127fd9-8d01-4697-8dad-aede62a71120","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListNameorID.html","title":"List Navigator: List Name or ID","navPath":"ListNavigatorListNameorID.html","bundleId":"work-tasks-2023-sp1","id":"a55e089ca-67d5-4e9d-b5ec-89cf0013687d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListQuery.html","title":"List Navigator: List Query","navPath":"ListNavigatorListQuery.html","bundleId":"work-tasks-2023-sp1","id":"a934ce89e-686b-45ba-bb88-eaaf3988eeb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorQueryBuilder.html","title":"List Navigator: Query Builder","navPath":"ListNavigatorQueryBuilder.html","bundleId":"work-tasks-2023-sp1","id":"ad4ff32cd-5e06-4a86-93be-b891bc145f58","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForEventActivity.html","title":"Wait for Event Activity","navPath":"WaitForEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae161d7e9-5440-441b-8ba9-4e0743c1ff4e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventListID.html","title":"Wait for Event: List ID","navPath":"WaitforEventListID.html","bundleId":"work-tasks-2023-sp1","id":"a73680b3d-4100-4071-b107-7cff5eb4d7f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventNoofEvents.html","title":"Wait for Event: No of Events","navPath":"WaitforEventNoofEvents.html","bundleId":"work-tasks-2023-sp1","id":"a0b320b0e-ba44-41a1-ba37-b46e3205f6f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveFrom.html","title":"Wait for Event: Effective From","navPath":"WaitforEventEffectiveFrom.html","bundleId":"work-tasks-2023-sp1","id":"a7d706dcd-3c9d-4b10-909d-d1be0c0005bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveTo.html","title":"Wait for Event: Effective To","navPath":"WaitforEventEffectiveTo.html","bundleId":"work-tasks-2023-sp1","id":"aa559fbf1-83ce-494c-a841-ded0360e424d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventWorkflowEventDataXMLVariable.html","title":"Wait for Event: Workflow Event Data XML Variable","navPath":"WaitforEventWorkflowEventDataXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2be046d2-7ea4-4f26-8f71-861745c8d20c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityActivities.html","title":"Security Activities","navPath":"SecurityActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1e7e1e0-17e8-451b-8e70-fbd11880633d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelApprovalWorkflow.html","title":"Cancel Approval Workflow","navPath":"CancelApprovalWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a979a5b9d-056d-4e68-ad73-72be5358d892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityInstructionHandler.html","title":"Security Instruction Handler","navPath":"SecurityInstructionHandler.html","bundleId":"work-tasks-2023-sp1","id":"a1a0c95a6-7a3b-4a76-ac17-712a804edbce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportActivities.html","title":"Report Activities","navPath":"ReportActivities.html","bundleId":"work-tasks-2023-sp1","id":"abc7dd4c6-9816-4de6-8123-9917201b85b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportGeneratorActivity.html","title":"Report Generator Activity","navPath":"ReportGeneratorActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad043f159-88a5-48b0-91a0-8ea33bcc0469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureReportTemplate.html","title":"Configure Report Template","navPath":"ConfigureReportTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af42d1a2b-fb3b-4e3e-b8b7-f5315def2ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHistorianConnection.html","title":"Create a Historian Connection","navPath":"CreateaHistorianConnection.html","bundleId":"work-tasks-2023-sp1","id":"a024770fb-d8b7-44b0-a87a-589470202068","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAActivities.html","title":"SOA Activities","navPath":"SOAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a1e63dec3-186e-4296-80cc-274c27fe000a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAExecuteActivity.html","title":"SOA Execute Activity","navPath":"SOAExecuteActivity.html","bundleId":"work-tasks-2023-sp1","id":"acaecacf0-0483-4efb-85de-3b4e4a8d9952","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteMethodswithOutParametersinSOA.html","title":"Execute Methods with Out Parameters in SOA","navPath":"ExecuteMethodswithOutParametersinSOA.html","bundleId":"work-tasks-2023-sp1","id":"a1bc3d3eb-db20-43d2-aa14-f986252dbd01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveMultipleRecordsfromDatabaseUsingSOA.html","title":"Retrieve Multiple Records from Database Using SOA","navPath":"RetrieveMultipleRecordsfromDatabaseUsingSOA.html","bundleId":"work-tasks-2023-sp1","id":"a814f8475-aa00-4312-b5bf-3b72fa5eb0eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoIterateCollectionObject.html","title":"How to Iterate Collection Object?","navPath":"HowtoIterateCollectionObject.html","bundleId":"work-tasks-2023-sp1","id":"a577f6746-b0ff-4b17-af40-6144e1a9eab2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoDesignaWorkflow.html","title":"How to Design a Workflow?","navPath":"HowtoDesignaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a217e89a9-1f87-413d-8f1f-2e651d6f8c0f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEventsActivities.html","title":"ArchestrA Events","navPath":"ArchestrAEventsActivities.html","bundleId":"work-tasks-2023-sp1","id":"a22fc689b-13c4-4acc-b4e2-5d7c8d9f0174","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAWaitforEvent.html","title":"ArchestrA Wait for Event","navPath":"ArchestrAWaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a9ab269c4-a1a5-43b5-a8b0-2c2910aac10d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetArchestrAEventFilters.html","title":"Set ArchestrA Event Filters","navPath":"SetArchestrAEventFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91aff46b-d538-40fd-bc35-5540783d0c73","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities.html","title":"Message Queue Activities","navPath":"MessageQueueActivities.html","bundleId":"work-tasks-2023-sp1","id":"a4068501f-3ebb-49d7-91e8-cd10de8a14ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData.html","title":"SendMQData","navPath":"SendMQData.html","bundleId":"work-tasks-2023-sp1","id":"a0de6a88c-95ad-41cd-99e4-a0ddfb386429","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringMessageQueueConnection.html","title":"Configuring Message Queue Connection","navPath":"ConfiguringMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"af2009a71-d918-45cf-aa2d-db38c280fda5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForMQData.html","title":"WaitForMQData","navPath":"WaitForMQData.html","bundleId":"work-tasks-2023-sp1","id":"a4d94d537-22ab-4067-b4e9-097046bbee1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageQueueFilters.html","title":"Set Message Queue Filters","navPath":"SetMessageQueueFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91b2b46e-e74a-4a25-96e7-652ce7c7920d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities.html","title":"Logic App Activities","navPath":"LogicAppActivities.html","bundleId":"work-tasks-2023-sp1","id":"a108cffbb-f8d2-44ba-b4e7-09d7ba7d2bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity.html","bundleId":"work-tasks-2023-sp1","id":"afda05204-d7e4-425e-ba27-866f1071e830","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringLogicAppConnectionandData.html","title":"Configuring Logic App Connection and Data","navPath":"ConfiguringLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"aa3c9e4bc-fd28-4554-bbe8-06763f20c6eb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforLogicAppAlertActivity.html","title":"Wait for Logic App Alert Activity","navPath":"WaitforLogicAppAlertActivity.html","bundleId":"work-tasks-2023-sp1","id":"a754640c1-f7ac-4588-a32b-a35fbd5f25b1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandExecuteWorkflows.html","title":"Design and Execute Workflows","navPath":"DesignandExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aaf35a399-194f-4ecb-890a-9c34755d4164","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewWorkflowProcess.html","title":"Create a New Workflow Process","navPath":"CreateaNewWorkflowProcess.html","bundleId":"work-tasks-2023-sp1","id":"ab76d7c82-5136-4900-bb6b-33d3f47643b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecutetheWorkflow.html","title":"Execute the Workflow","navPath":"ExecutetheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ae0cbf4f4-cc13-48f7-956a-7e49f7b5a929","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofInternalStatusCodes.html","title":"List of Internal Status Codes","navPath":"ListofInternalStatusCodes.html","bundleId":"work-tasks-2023-sp1","id":"aaf49a492-e480-4c42-a9de-d1d56ea76832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflows.html","title":"Execute Workflows","navPath":"ExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a55737b80-4ff2-4179-b0e2-c68e5a8d87e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflowsAsynchronously.html","title":"Execute Workflows Asynchronously","navPath":"ExecuteWorkflowsAsynchronously.html","bundleId":"work-tasks-2023-sp1","id":"ac7c7a9bc-42cd-4657-93e8-bcba29c5dc96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseRedirectionEnabledPropertyforSynchronousExecution.html","title":"Use Redirection Enabled Property for Synchronous Execution","navPath":"UseRedirectionEnabledPropertyforSynchronousExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be8fc49-6b88-426f-af18-739778883656","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnablingHumanWorkflowInteraction.html","title":"Enable Human-Workflow Interaction","navPath":"EnablingHumanWorkflowInteraction.html","bundleId":"work-tasks-2023-sp1","id":"abe3d0c46-f8e5-4d06-bb8e-2598f5823624","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanWorkflowServices.html","title":"Human Workflow Services","navPath":"HumanWorkflowServices.html","bundleId":"work-tasks-2023-sp1","id":"a3427f323-e4ef-47f5-bafa-99fe03d9f64b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutChannels.html","title":"About Channels","navPath":"AboutChannels.html","bundleId":"work-tasks-2023-sp1","id":"a666d8a70-8940-4351-8899-eb69c8abe3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutForms.html","title":"About Forms","navPath":"AboutForms.html","bundleId":"work-tasks-2023-sp1","id":"a89983141-5060-4f88-ab42-ea21e76b0927","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateChannelsandForms.html","title":"Create Channels and Forms","navPath":"CreateChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a70cc5690-b4b0-4eab-a61e-58bc279ff081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseChannelsandForms.html","title":"Use Channels and Forms","navPath":"UseChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a6b6ee1c2-79fd-44ae-825b-da9da07b2bf4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeBehaviorofChannelsandForms.html","title":"Run-time Behavior of Channels and Forms","navPath":"RuntimeBehaviorofChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a1877836f-6a17-470e-a9b5-a290dd6b44f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAccessRightsforFormInstances.html","title":"Set Access Rights for Form Instances","navPath":"SetAccessRightsforFormInstances.html","bundleId":"work-tasks-2023-sp1","id":"a8109f407-808f-4f14-b98e-9f1fe4f62b14","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseASPXFormastheDetailedViewPageofWorkItemListControl.html","title":"Use ASPX Form as the Detailed View Page of Work Item List Control","navPath":"UseASPXFormastheDetailedViewPageofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a1f0d01e4-7fca-4c0e-aa4a-46f02d4e767c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailandMicrosoftOfficeOutlookIntegration.html","title":"Email and Microsoft Office Outlook Integration","navPath":"EmailandMicrosoftOfficeOutlookIntegration.html","bundleId":"work-tasks-2023-sp1","id":"aea36f96c-f336-4d5e-a187-a672a2ed3b15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoSendingActivitiesbyEmail.html","title":"Introduction to Sending Activities by Email","navPath":"IntroductiontoSendingActivitiesbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"adda7a138-bced-4a3b-b323-11ac8b38a33a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivitiestobeSentbyEmail.html","title":"Configure Activities to be Sent by Email","navPath":"ConfigureActivitiestobeSentbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"a4f9556e9-6268-482d-a249-210d4f43a34c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateFormatinEmailTemplate.html","title":"Date Format in Email Template","navPath":"DateFormatinEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad6c755e8-e867-45df-adcb-415fcb509233","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationwithMicrosoftOfficeOutlook.html","title":"Integration with Microsoft Office Outlook","navPath":"IntegrationwithMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a686ae0d4-b87c-4ff2-a357-bb01e2d40f25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoApprovalActivitiesfromEmail.html","title":"Respond to Approval Activities from Email","navPath":"RespondtoApprovalActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a11ae5cde-6072-4001-8fd6-10f3d3d3d0f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChecklistActivitiesfromEmail.html","title":"Respond to Checklist Activities from Email","navPath":"RespondtoChecklistActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3621f986-3dcc-4ecd-8faf-5a8c50125c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChoiceActivitiesfromEmail.html","title":"Respond to Choice Activities from Email","navPath":"RespondtoChoiceActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3659d735-50c2-46e1-bc7c-da460d262e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInformationActivitiesfromEmail.html","title":"View Information Activities from Email","navPath":"ViewInformationActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"ae700b7a0-b754-439d-bc33-a1a6fdd5869a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoTaskActivitiesfromEmail.html","title":"Respond to Task Activities from Email","navPath":"RespondtoTaskActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"af83317e6-ba6b-44a5-bb08-72760c0388ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","title":"Configure Repository Database to View Process Execution View, Document View, and Work Items View from Email","navPath":"ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a90ff5ff3-ff97-40bd-aa3f-08d96304c533","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportVariablesContentsandXMLVariablesinEmailTemplates.html","title":"Support Variables, Contents, and XML Variables in Email Templates","navPath":"SupportVariablesContentsandXMLVariablesinEmailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"a20989d4a-a7fe-4c1e-a300-d91c02504f35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivityEmailTemplate.html","title":"Approval Activity Email Template","navPath":"ApprovalActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a87abb814-8398-486f-9b80-ffd23c4579cb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesintheApprovalEmailTemplate.html","title":"Use Variables in the Approval Email Template","navPath":"UseVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2afae867-d7e7-46d7-bf67-419b80953762","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsintheApprovalEmailTemplate.html","title":"Use Contents in the Approval Email Template","navPath":"UseContentsintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac95550e8-220d-4332-a220-26232d4fce87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesintheApprovalEmailTemplate.html","title":"Use XML Variables in the Approval Email Template","navPath":"UseXMLVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae7c4ff48-2d4b-4077-a426-4aa58eb3adeb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivityEmailTemplate.html","title":"Choice Activity Email Template","navPath":"ChoiceActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a9b945a0f-c5ec-4ce3-8d14-85c440aeee44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinChoiceEmailTemplate.html","title":"Use Variables in Choice Email Template","navPath":"UseVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac933a8f7-c747-4ee8-8c82-4e8575187cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinChoiceEmailTemplate.html","title":"Use Contents in Choice Email Template","navPath":"UseContentsinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"afff89e01-f034-4356-aca0-152f6c4e6f12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinChoiceEmailTemplate.html","title":"Use XML Variables in Choice Email Template","navPath":"UseXMLVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a097000f0-3291-4b2d-bc43-2dbcc2b52f04","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/check-listactivityemailtemplate.html","title":"Check-List Activity Email Template","navPath":"check-listactivityemailtemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5c966dd6-b323-466b-8ba1-df2273c0f305","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinCheckListEmailTemplate.html","title":"Use Variables in Check-List Email Template","navPath":"UseVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a810bd848-b02c-4a20-b3d7-658939e67f33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinCheckListEmailTemplate.html","title":"Use Contents in Check-List Email Template","navPath":"UseContentsinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a0d1969b4-01e6-4260-8c05-9fd7b2d47bc3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinCheckListEmailTemplate.html","title":"Use XML Variables in Check-List Email Template","navPath":"UseXMLVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ab36f8de9-73e5-4d41-8a92-bf80eca1d664","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivityEmailTemplate.html","title":"Task Activity Email Template","navPath":"TaskActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1a4d6c1d-a413-46c4-84d9-3a4c008d4dcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinTaskEmailTemplate.html","title":"Use Variables in Task Email Template","navPath":"UseVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1d2c3fbc-0971-4a62-881b-1a9074230ae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinTaskEmailTemplate.html","title":"Use Contents in Task Email Template","navPath":"UseContentsinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a43c16a1e-b4bd-4691-be0f-811a662413b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinTaskEmailTemplate.html","title":"Use XML Variables in Task Email Template","navPath":"UseXMLVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2ddd6465-7286-4a68-a2d1-26aa648d209a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivityEmailTemplate.html","title":"Information Activity Email Template","navPath":"InformationActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7823e8d0-ed10-4987-a667-09155337ab44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInformationEmailTemplate.html","title":"Use Variables in Information Email Template","navPath":"UseVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1995307a-c882-409b-8b49-45975aa84be7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInformationEmailTemplate.html","title":"Use Contents in Information Email Template","navPath":"UseContentsinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a8947b830-0ade-48bd-add5-ea611642ae8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInformationEmailTemplate.html","title":"Use XML Variables in Information Email Template","navPath":"UseXMLVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a361d157a-2e76-4b2b-8800-01e92b9138d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differentemailtemplatefordifferentactivityinaworkflow.html","title":"Different Email Template for Different Activity in a Workflow","navPath":"differentemailtemplatefordifferentactivityinaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af4add5eb-9aaa-41d1-8df7-448be27d0f7b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofApprovalActivity.html","title":"Use 'HTML Template' Property of Approval Activity","navPath":"UseHTMLTemplatePropertyofApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6af2a093-0045-4aa4-b303-1c721cb1e69e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChoiceActivity.html","title":"Use 'HTML Template' Property of Choice Activity","navPath":"UseHTMLTemplatePropertyofChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a0ad5df4c-0faa-4298-9094-188dfce74f9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChecklistActivity.html","title":"Use 'HTML Template' Property of Checklist Activity","navPath":"UseHTMLTemplatePropertyofChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a420d6302-62b8-4bd9-9e6f-2f3001664537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofTaskActivity.html","title":"Use 'HTML Template' Property of Task Activity","navPath":"UseHTMLTemplatePropertyofTaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae2330773-66d2-4047-8441-61d9f807d619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofInformationActivity.html","title":"Use 'HTML Template' Property of Information Activity","navPath":"UseHTMLTemplatePropertyofInformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7a93971d-cc7e-4931-8472-043ff4aa31a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddinforMicrosoftOfficeOutlook.html","title":"Add-in for Microsoft Office Outlook","navPath":"AddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a019dd97f-7965-4718-a027-8ae575e1d3ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContextMenuOptions.html","title":"Context Menu Options","navPath":"ContextMenuOptions.html","bundleId":"work-tasks-2023-sp1","id":"a28b8b3e8-39b7-4a62-9f73-3cf276eed0ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity_1.html","title":"Approval Activity","navPath":"ApprovalActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4f804404-5855-4077-9a72-c3f764a5bcda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity_1.html","title":"Checklist Activity","navPath":"ChecklistActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a45b0653f-d777-4014-8815-db20c68c634b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity_1.html","title":"Choice Activity","navPath":"ChoiceActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3b2b7e8b-beeb-4639-8f33-60f6449caff3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity_1.html","title":"Task Activity","navPath":"TaskActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3a7bd192-c521-4673-b1a0-11dffd966cbf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MicrosoftOfficeOutlookFollowup.html","title":"Microsoft Office Outlook Follow up","navPath":"MicrosoftOfficeOutlookFollowup.html","bundleId":"work-tasks-2023-sp1","id":"a32f155f7-6c79-4d7c-af31-2260b41c67ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RibbonBarOptions.html","title":"Ribbon Bar Options","navPath":"RibbonBarOptions.html","bundleId":"work-tasks-2023-sp1","id":"ae93bda9b-b11b-4aa3-9316-240ed673c2d1","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Database.html","title":"Database","navPath":"Database.html","bundleId":"work-tasks-2023-sp1","id":"a930034ab-fb47-47f3-9d1d-6b60dea2fe6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDatabaseScriptstocreateDatabaseTables.html","title":"Use Database Scripts to create Database Tables","navPath":"UseDatabaseScriptstocreateDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"acc1c585c-2924-4b1a-a512-d279c3b98648","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedFeatures.html","title":"Advanced Features","navPath":"AdvancedFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a70e953d5-8f69-45ed-b76f-e2393b586c9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFramework.html","title":"Events Framework","navPath":"EventsFramework.html","bundleId":"work-tasks-2023-sp1","id":"a53009b3e-74d3-4d77-800e-b7252914b152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventFrameworkComponents.html","title":"Event Framework Components","navPath":"EventFrameworkComponents.html","bundleId":"work-tasks-2023-sp1","id":"a37d9f90b-ac9f-49be-8e88-69ac7e64cec3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFrameworkInterfacesandClasses.html","title":"Events Framework Interfaces and Classes","navPath":"EventsFrameworkInterfacesandClasses.html","bundleId":"work-tasks-2023-sp1","id":"ad618ced8-7623-4e40-8f7e-1db65c3fa1d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventProviderArchitecture.html","title":"Event Provider Architecture","navPath":"EventProviderArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a9cb1dd66-4a87-44cc-8a9f-ba4c522eaeda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboundEventProvider.html","title":"Inbound Event Provider","navPath":"InboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"af860ec65-5839-49db-9e0d-16a222a62d73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OutboundEventProvider.html","title":"Outbound Event Provider","navPath":"OutboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a78d5551c-e863-49bf-8cba-66a9c683efc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkEventBindingandProvider.html","title":"Link Event Binding and Provider","navPath":"LinkEventBindingandProvider.html","bundleId":"work-tasks-2023-sp1","id":"a040c612b-b132-40de-ac55-7ecd0ba8d2bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDefaultEventProviders.html","title":"Use Default Event Providers","navPath":"UseDefaultEventProviders.html","bundleId":"work-tasks-2023-sp1","id":"a7099eb74-8545-4f72-8da1-2adccf65a747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingaCustomEventProvider.html","title":"Add a Custom Event Provider","navPath":"AddingaCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a561f71f4-97a6-4e81-a6b2-13072a54d59f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoCreateCustomEventProvider.html","title":"Steps to Create Custom Event Provider","navPath":"StepstoCreateCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a9275fde5-8cf6-4815-8584-5dca299c52d7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleClassLibraryforCustomEventProvider.html","title":"Code Sample - Class Library for Custom Event Provider","navPath":"CodeSampleClassLibraryforCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a16f4fd34-5d29-4eb2-8038-fe9e966b31df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFilesforFileWatcherEventBindingPage.html","title":"Code Sample - Files for File Watcher Event Binding Page","navPath":"CodeSampleFilesforFileWatcherEventBindingPage.html","bundleId":"work-tasks-2023-sp1","id":"a464d928e-bd7c-46d0-8539-2f2b8f7b9172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","title":"Create File Watcher Initiated Workflow or Custom Workflow","navPath":"CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af0dbad4b-d819-4790-a108-2eb6c61853a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFileWatcherInitiatedWorkflow.html","title":"Code Sample - File Watcher Initiated Workflow","navPath":"CodeSampleFileWatcherInitiatedWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a56a4c914-03bf-4c77-96d8-04162c1a6f33","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportBPMNProcessModelsfromMicrosoftVisio.html","title":"Import BPMN Process Models from Microsoft Visio","navPath":"ImportBPMNProcessModelsfromMicrosoftVisio.html","bundleId":"work-tasks-2023-sp1","id":"a0b1c16e1-96fb-4d5f-ad72-62fb7d687d6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofVisioProcessImport.html","title":"Overview of Visio Process Import","navPath":"OverviewofVisioProcessImport.html","bundleId":"work-tasks-2023-sp1","id":"a8a072564-f32a-4a3e-8388-4e421c4839a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","title":"Map BPMN Events to AVEVA Work Tasks Actions","navPath":"Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","bundleId":"work-tasks-2023-sp1","id":"a543ceb38-84cb-4227-98d2-4c91cd9a4c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNEndEvents.html","title":"BPMN End Events","navPath":"BPMNEndEvents.html","bundleId":"work-tasks-2023-sp1","id":"a83b4df9b-f226-4353-8693-cfaa08d97657","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndEvent.html","title":"End Event","navPath":"EndEvent.html","bundleId":"work-tasks-2023-sp1","id":"a88124fc8-870d-4904-b34b-0c43e04217dc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RaiseException.html","title":"Raise Exception","navPath":"RaiseException.html","bundleId":"work-tasks-2023-sp1","id":"aabcf5fcb-0ccc-43dd-a66b-91fc66ad0802","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelTransaction.html","title":"Cancel Transaction","navPath":"CancelTransaction.html","bundleId":"work-tasks-2023-sp1","id":"a69c2224e-7923-4242-85a5-fbad4198655a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CompensateTransaction.html","title":"Compensate Transaction","navPath":"CompensateTransaction.html","bundleId":"work-tasks-2023-sp1","id":"aefab2658-6ce6-44e3-9772-0c14d07e69b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TerminateWorkflow.html","title":"Terminate Workflow","navPath":"TerminateWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c1f06-b320-4c31-aadf-4e3db2e7c608","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkSource.html","title":"Link Source","navPath":"LinkSource.html","bundleId":"work-tasks-2023-sp1","id":"a0f3bb9d3-f712-4ac7-8d35-f1fa68247d2a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndWithMessage.html","title":"End With Message","navPath":"EndWithMessage.html","bundleId":"work-tasks-2023-sp1","id":"abecad163-8770-4419-abdb-325e2bd16bf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MultipleNotMapped.html","title":"Multiple (Not Mapped)","navPath":"MultipleNotMapped.html","bundleId":"work-tasks-2023-sp1","id":"a09e70a6a-8bc9-4b40-aae5-9c08849dce43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNIntermediateEvents.html","title":"BPMN Intermediate Events","navPath":"BPMNIntermediateEvents.html","bundleId":"work-tasks-2023-sp1","id":"a66db56c5-85ab-4802-a3e2-ce63e500e1ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventsOverview.html","title":"Intermediate Events Overview","navPath":"IntermediateEventsOverview.html","bundleId":"work-tasks-2023-sp1","id":"a14369d26-46f6-43b9-a39c-21fe010fe0b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnException.html","title":"On Exception","navPath":"OnException.html","bundleId":"work-tasks-2023-sp1","id":"ab8a8d510-adf4-4155-9680-4629b61f3e4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEvent.html","title":"Wait for Event","navPath":"WaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a181f96b9-7a52-47a9-b2d2-a3f2883bb30d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitTimer.html","title":"Wait Timer","navPath":"WaitTimer.html","bundleId":"work-tasks-2023-sp1","id":"a088548bd-0edb-4520-a57c-7b381e64b870","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTransactionCanceled.html","title":"On Transaction Canceled","navPath":"OnTransactionCanceled.html","bundleId":"work-tasks-2023-sp1","id":"a1d2555e0-3858-44de-9db1-b2987dc1063f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCompensation.html","title":"On Compensation","navPath":"OnCompensation.html","bundleId":"work-tasks-2023-sp1","id":"a1ba72f97-bb38-44f9-839c-895b3c71cd25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapBPMNActivitiestoWorkTasksActivities.html","title":"Map BPMN Activities to AVEVA Work Tasks Activities","navPath":"MapBPMNActivitiestoWorkTasksActivities.html","bundleId":"work-tasks-2023-sp1","id":"a19e07397-c316-4562-b2e1-751488a1d568","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNTask.html","title":"BPMN Task","navPath":"BPMNTask.html","bundleId":"work-tasks-2023-sp1","id":"a2b4037b6-f50c-4a5c-8c87-ee7bab230adc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubProcess.html","title":"Sub-Process","navPath":"SubProcess.html","bundleId":"work-tasks-2023-sp1","id":"ad374b20d-ff42-460a-9a35-fffa4b6faa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapConnectors.html","title":"Map Connectors","navPath":"MapConnectors.html","bundleId":"work-tasks-2023-sp1","id":"a6c984813-ddc8-470c-9f8d-653ba64121b6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SequenceFlows.html","title":"Sequence Flows","navPath":"SequenceFlows.html","bundleId":"work-tasks-2023-sp1","id":"ad89837ce-b1da-4b0a-acb7-3f637655a15e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageLogs.html","title":"Message Logs","navPath":"MessageLogs.html","bundleId":"work-tasks-2023-sp1","id":"ad64e79fe-b7cc-4d41-9b64-4e6e9e711edc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageLogDebugModeLevel.html","title":"Set Message Log Debug Mode Level","navPath":"SetMessageLogDebugModeLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2f04304e-f1e8-4484-bc13-66314710e60c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewMessageLogFiles.html","title":"View Message Log Files","navPath":"ViewMessageLogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a27c3774f-aebb-479b-9612-ab03a4da2096","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerConsole.html","title":"Logger Console","navPath":"LoggerConsole.html","bundleId":"work-tasks-2023-sp1","id":"a767c5d3f-dc95-4bb5-baf5-fb0bfdedd791","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings.html","bundleId":"work-tasks-2023-sp1","id":"af216b8c4-b176-4605-ab74-7bb2cd12a576","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSynchronizeThreadsinEngine.html","title":"Manage and Synchronize Threads in Engine","navPath":"ManageandSynchronizeThreadsinEngine.html","bundleId":"work-tasks-2023-sp1","id":"af848a5a2-b8b6-44cd-966c-0cc86d99cef3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitInMemoryActivityStepsCountforRepository.html","title":"Limit In-Memory Activity/Steps Count for Repository","navPath":"LimitInMemoryActivityStepsCountforRepository.html","bundleId":"work-tasks-2023-sp1","id":"ada9dffc0-d1f8-4d56-9373-f1f8768fe6e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThreadPoolsatRepositoryLevel.html","title":"Thread Pools at Repository Level","navPath":"ThreadPoolsatRepositoryLevel.html","bundleId":"work-tasks-2023-sp1","id":"ada1fe555-3848-4508-9166-223dcf3e8ef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActivityConcurrencyLimit.html","title":"Activity Concurrency Limit","navPath":"ActivityConcurrencyLimit.html","bundleId":"work-tasks-2023-sp1","id":"aac19b5d3-0ad2-4a23-a1eb-c6932e1bda97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Entities.html","title":"Entities","navPath":"Entities.html","bundleId":"work-tasks-2023-sp1","id":"a34f498ac-3a09-45d3-b62d-0626bee8678d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicUnderstandingoftheNeedforDataBridgeInterface.html","title":"Basic Understanding of the Need for Data Bridge Interface","navPath":"BasicUnderstandingoftheNeedforDataBridgeInterface.html","bundleId":"work-tasks-2023-sp1","id":"acb6a6ca9-c71c-4f7d-9029-00344847f304","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataBridgeProvider.html","title":"DataBridge Provider","navPath":"DataBridgeProvider.html","bundleId":"work-tasks-2023-sp1","id":"ac79afbfb-6448-4997-aa11-96183b3487e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserEntity.html","title":"User Entity","navPath":"UserEntity.html","bundleId":"work-tasks-2023-sp1","id":"a1120c5f9-9a0d-4aa9-aad3-8c7c3312afa2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","title":"XML Schema for User Entity and User Entity Data Source Provider","navPath":"XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"ad34230a2-1db2-4b2d-91b4-d9c301915fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFormsProviderforAuthentication.html","title":"Configure Forms Provider for Authentication","navPath":"ConfigureFormsProviderforAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a9d5731c2-8533-4233-981f-29358bbca06f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectoryandSQLProvider.html","title":"Map Active Directory and SQL Provider","navPath":"MapActiveDirectoryandSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"af5799678-e162-4073-8e33-e1a5da0b1f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleEntity.html","title":"Role Entity","navPath":"RoleEntity.html","bundleId":"work-tasks-2023-sp1","id":"a8893b40f-73e3-4e0a-9ab2-4680efc25bcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaUsedbyRoleEntityDataSourceProvider.html","title":"XML Schema Used by Role Entity Data Source Provider","navPath":"XMLSchemaUsedbyRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a825f36cb-5615-4527-93e3-ce3c50fd9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizingRolesofQueueParticipants.html","title":"Synchronizing Roles of Queue Participants","navPath":"SynchronizingRolesofQueueParticipants.html","bundleId":"work-tasks-2023-sp1","id":"a2d6e4504-f901-4abb-8893-d846686be475","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntityDataSourceProviderCodeSamples.html","title":"Entity Data Source Provider Code Samples","navPath":"EntityDataSourceProviderCodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a6c956460-5ffa-46d1-917a-143b59faaced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserEntityDataSourceProvider.html","title":"Create User Entity Data Source Provider","navPath":"CreateUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a8007eb3c-e1f4-4543-b013-571f9a0c84a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserandRoleEntityDataSourceProvider.html","title":"Create User and Role Entity Data Source Provider","navPath":"CreateUserandRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a2686baa7-bc75-49c7-b285-8239e36a9d1c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step1CreateDataSourcefortheRepository.html","title":"Step 1: Create Data Source for the Repository","navPath":"Step1CreateDataSourcefortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a2bd07044-9841-425e-ba60-ddb60461ab80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","title":"Step 2: Create a Repository and Map the Data Source to the Repository","navPath":"Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","bundleId":"work-tasks-2023-sp1","id":"acfb88e62-8e66-4041-867f-7e36458143c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","title":"Step 3: Create Custom User Entity Data Source Provider for Authentication and User Information","navPath":"Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","bundleId":"work-tasks-2023-sp1","id":"a97057cac-0344-4c1d-8560-849cc996c8a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step4CreateDefaultAdminfortheRepository.html","title":"Step 4: Create Default Admin for the Repository","navPath":"Step4CreateDefaultAdminfortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a7eb4e4b8-0238-42c7-8158-3851b59a8d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step5CreateCustomRoleEntityDataSourceProvider.html","title":"Step 5: Create Custom Role Entity Data Source Provider","navPath":"Step5CreateCustomRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa91d11dd-f803-4862-80c2-df16c083e1cc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","title":"Custom Role Provider Fetching Roles from SQL and Users from Active Directory","navPath":"CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a815a8dd4-8524-4c3c-bf16-884200a06177","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateWorkflowtoSchedulerEvent.html","title":"Associate Workflow to Scheduler Event","navPath":"AssociateWorkflowtoSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"ad3ea6cb9-6120-438e-ba8d-0e44981206ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupaSchedule.html","title":"Set up a Schedule","navPath":"SetupaSchedule.html","bundleId":"work-tasks-2023-sp1","id":"a742fca2e-881e-4e6e-9fba-26ae57022e1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerAssociation.html","title":"Edit Scheduler Association","navPath":"EditSchedulerAssociation.html","bundleId":"work-tasks-2023-sp1","id":"a34d2614c-d385-4501-a0e4-207821a7e90b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSchedulingTasksUsingSchedulerEvent.html","title":"Example of Scheduling Tasks Using Scheduler Event","navPath":"ExampleofSchedulingTasksUsingSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"a90e4411e-6d5f-48c3-bf23-c2d15bbb97aa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItems.html","title":"Manage Work Items","navPath":"ManageWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"ae30c62ec-e323-4ab2-97b2-e90e71575e5d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItemstoOtherUsers.html","title":"Forward Work Items to Other Users","navPath":"ForwardWorkItemstoOtherUsers.html","bundleId":"work-tasks-2023-sp1","id":"a6440eb82-9fd8-4a36-9362-31813aeee9a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems.html","title":"Abort Work Items","navPath":"AbortWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a87309751-e778-4b7c-addd-6e37bd42d8ba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewTabandCustomLogictoProcessExecutionView.html","title":"Add New Tab and Custom Logic to Process Execution View","navPath":"AddNewTabandCustomLogictoProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"a5f69e18c-3e1b-4442-9579-aa2a86ca6a00","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheStepDetailsWindow.html","title":"Customize the 'Step Details' Window","navPath":"CustomizetheStepDetailsWindow.html","bundleId":"work-tasks-2023-sp1","id":"a07840b11-dcdf-4528-84ee-458f24b67602","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Customization.html","title":"Customization","navPath":"Customization.html","bundleId":"work-tasks-2023-sp1","id":"ada43870f-90db-471c-8dd8-f884a33b5ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizingUserInterfaces.html","title":"Customize User Interfaces","navPath":"CustomizingUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a8f7b63e0-64da-4b78-b818-22cbf6199d19","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StyleSheets.html","title":"Style Sheets","navPath":"StyleSheets.html","bundleId":"work-tasks-2023-sp1","id":"ad8d4a25a-c998-4281-be35-0b784e661e05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFarmConfigurationWizardUserInterface.html","title":"Customize Farm Configuration Wizard User Interface","navPath":"CustomizeFarmConfigurationWizardUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"ab03b03d0-3347-4c8c-936d-87a2f218b446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeEnterpriseConsoleMenu.html","title":"Customize Enterprise Console Menu","navPath":"CustomizeEnterpriseConsoleMenu.html","bundleId":"work-tasks-2023-sp1","id":"a586d5182-e355-4e1b-9c75-fb603d190596","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFonts.html","title":"Customize Fonts","navPath":"CustomizeFonts.html","bundleId":"work-tasks-2023-sp1","id":"a45d2a31b-78d7-42df-af2d-c5d1ebfb402a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeWorkItemControl.html","title":"Customize Work Item Control","navPath":"CustomizeWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a1d652084-0f06-4ac4-bc97-b022aa1d4f97","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeLeftMenuGrid.html","title":"Customize Left Menu Grid","navPath":"CustomizeLeftMenuGrid.html","bundleId":"work-tasks-2023-sp1","id":"a164b084d-b6a5-43c9-8cee-1d2c085f9dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeGridDetailsView.html","title":"Customize Grid Details View","navPath":"CustomizeGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"aa97f02be-cd92-4027-a8e8-2a6d02ccc2cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeHeightandWidthoftheGridDetailsView.html","title":"Change Height and Width of the Grid Details View","navPath":"ChangeHeightandWidthoftheGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"a1b251769-3219-41af-a8f1-5493f4ea614b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeFontStyleBasedontheStatusoftheWorkItem.html","title":"Change Font Style Based on the Status of the Work Item","navPath":"ChangeFontStyleBasedontheStatusoftheWorkItem.html","bundleId":"work-tasks-2023-sp1","id":"a0da32fe1-868a-46db-8ac7-2f0341e7a5bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddorRemoveImages.html","title":"Add or Remove Images","navPath":"AddorRemoveImages.html","bundleId":"work-tasks-2023-sp1","id":"a008c2ace-4a5f-4804-bb99-94b719be00e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUserName.html","title":"Customize User Name","navPath":"CustomizeUserName.html","bundleId":"work-tasks-2023-sp1","id":"a13ac7364-e0d9-490d-8fb9-b97bd3c30101","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeDocumentView.html","title":"Customize Document View","navPath":"CustomizeDocumentView.html","bundleId":"work-tasks-2023-sp1","id":"a55d13cbc-7035-4f03-b594-3c35e297c3f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Themes.html","title":"Themes","navPath":"Themes.html","bundleId":"work-tasks-2023-sp1","id":"ac6644598-0a96-44ca-9715-5f038c67f93e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemetotheCoreProduct.html","title":"Apply Theme to the Core Product","navPath":"ApplyThemetotheCoreProduct.html","bundleId":"work-tasks-2023-sp1","id":"a88721dda-dac4-4ab6-8633-93b1896f9ba5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinWorkItemControl.html","title":"Themes in Work Item Control","navPath":"ThemesinWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a74717d58-4f7b-4849-aa46-03938781bdbb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridLeftMenu.html","title":"Apply Themes in Grid Left Menu","navPath":"ApplyThemesinGridLeftMenu.html","bundleId":"work-tasks-2023-sp1","id":"a2b1950cc-1128-40d4-b5d8-7fe54115bf92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridDetailsView.html","title":"Apply Themes in Grid Details View","navPath":"ApplyThemesinGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"abada952a-54dc-4c93-a040-cfc549e7f790","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinCalendarControl.html","title":"Themes in Calendar Control","navPath":"ThemesinCalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"a9be4aadb-2dfc-4fd0-a8e7-57940821f4d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinQueueControl.html","title":"Themes in Queue Control","navPath":"ThemesinQueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ac783a923-26db-417b-889b-052bf44e6409","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinProcessDesignerControl.html","title":"Themes in Process Designer Control","navPath":"ThemesinProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"a3029df18-9fe8-477f-8f90-d243ac2155e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofNewMenuinEnterpriseConsole.html","title":"Change Style of New Menu in Enterprise Console","navPath":"ChangeStyleofNewMenuinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8a95510e-e8c0-49f3-8d07-f35a612c9450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofActionBarinLists.html","title":"Change Style of Action Bar in Lists","navPath":"ChangeStyleofActionBarinLists.html","bundleId":"work-tasks-2023-sp1","id":"af1837e5c-56b6-48db-a5d4-7b46a9d86730","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofWindow.html","title":"Change Style of Window","navPath":"ChangeStyleofWindow.html","bundleId":"work-tasks-2023-sp1","id":"a00f8420e-fbee-42fb-9f06-068e5948caff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofButtons.html","title":"Change Style of Buttons","navPath":"ChangeStyleofButtons.html","bundleId":"work-tasks-2023-sp1","id":"aac6333a6-f6fd-4f1e-b900-e9672eacdb96","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContentHandler.html","title":"Content Handler","navPath":"ContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad4f26d24-3444-411e-aa76-573aaf5162d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentHandler.html","title":"Use Content Handler","navPath":"UseContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"af159ce1b-6ec2-4c28-b10a-1fc9e49cfc9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLtoImportWFwhichImplementsCustomContentHandler.html","title":"XML to Import WF which Implements Custom Content Handler","navPath":"XMLtoImportWFwhichImplementsCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"a7ed113b3-3470-4724-97cb-04c9b4c66b2d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCustomContentHandler.html","title":"Use Custom Content Handler","navPath":"UseCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad6d16317-fd46-45e4-adf8-390e83413c49","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleCustomContentHandlerClassFile.html","title":"Code Sample - Custom Content Handler Class File","navPath":"CodeSampleCustomContentHandlerClassFile.html","bundleId":"work-tasks-2023-sp1","id":"a98af82b1-4874-4962-9ef7-cdb9875eb006","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PersistLoggedExceptionstoDatabase.html","title":"Persist Logged Exceptions to Database","navPath":"PersistLoggedExceptionstoDatabase.html","bundleId":"work-tasks-2023-sp1","id":"aa437a956-d1be-4ada-bc2f-3ee71c649f9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableExceptionPersistence.html","title":"Enable Exception Persistence","navPath":"EnableExceptionPersistence.html","bundleId":"work-tasks-2023-sp1","id":"a2745a98d-a4f2-4102-8f99-0c6f2fe74bc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsforViewingtheExceptions.html","title":"Different Views for Viewing the Exceptions","navPath":"DifferentViewsforViewingtheExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a8a5bb6ec-02fa-48a9-b2dd-5608cb8f03c2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowLevel.html","title":"Workflow Level","navPath":"WorkflowLevel.html","bundleId":"work-tasks-2023-sp1","id":"aa5ee087c-6b7a-459a-90f2-3d12b03c940d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstanceLevelException.html","title":"Instance Level Exception","navPath":"InstanceLevelException.html","bundleId":"work-tasks-2023-sp1","id":"a853cc4ac-3057-49d5-8571-f205cb2f11e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActionStepLevel.html","title":"Workflow Action Step Level","navPath":"WorkflowActionStepLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2a142228-c9c0-497c-9e67-4d2171f069a7","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProApplication.html","title":"AVEVA Work Tasks Pro Application","navPath":"AVEVAWorkTasksProApplication.html","bundleId":"work-tasks-2023-sp1","id":"a94337d45-465d-4d5d-9916-2b3d79546d68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomConflictManagement.html","title":"Custom Conflict Management","navPath":"CustomConflictManagement.html","bundleId":"work-tasks-2023-sp1","id":"a76ef3509-8868-48d3-ae23-a6512fb7cddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvidersforControls.html","title":"Providers for Controls","navPath":"ProvidersforControls.html","bundleId":"work-tasks-2023-sp1","id":"a8f6e45a1-ddb1-4d64-91bb-d62e9c7d86a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings_1.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings_1.html","bundleId":"work-tasks-2023-sp1","id":"aaec7c39a-5a76-4adb-8a35-fd8459099b4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLocalVariables.html","title":"Use Local Variables","navPath":"UseLocalVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac540920e-074c-4c1b-a90b-f9c37e92d500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomPropertiesforRepositoryDataSource.html","title":"Set Custom Properties for Repository Data Source","navPath":"SetCustomPropertiesforRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a539915e4-5bc0-4534-b160-c5e9c1557217","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableXcopyDeployment.html","title":"Enable Xcopy Deployment","navPath":"EnableXcopyDeployment.html","bundleId":"work-tasks-2023-sp1","id":"abb7c298b-9b2f-46b0-a9bb-5db4ea5e506d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivityEnhancementforEscalationandTimeout.html","title":"Human Activity - Enhancement for Escalation and Time out","navPath":"HumanActivityEnhancementforEscalationandTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a501ce943-62a8-42df-9a54-284332fff51f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ModifytheNumberofWorkItemFieldsLimitPerDataType.html","title":"Modify the Number of Work Item Fields Limit Per Data Type","navPath":"ModifytheNumberofWorkItemFieldsLimitPerDataType.html","bundleId":"work-tasks-2023-sp1","id":"a270d6d66-e27f-4b76-b16d-b4b218209ccf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagerLookupforUsersList.html","title":"Manager Lookup for Users List","navPath":"ManagerLookupforUsersList.html","bundleId":"work-tasks-2023-sp1","id":"af4d9c15e-9261-4b88-8f04-ff6c4faa58cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RedirecttheLogOnPage.html","title":"Redirect the Log On Page","navPath":"RedirecttheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"a37c33c7e-3507-4239-8b94-af47274c1480","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutRoleLookup.html","title":"About Role Lookup","navPath":"AboutRoleLookup.html","bundleId":"work-tasks-2023-sp1","id":"a393681e8-8c92-412f-a1e0-1e8ff5fc7b17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseWorkActivity.html","title":"Use Work Activity","navPath":"UseWorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7be6a27a-3f6a-4772-9c65-f956360530ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoMappingofActiveDirectoryProviders.html","title":"Auto Mapping of Active Directory Providers","navPath":"AutoMappingofActiveDirectoryProviders.html","bundleId":"work-tasks-2023-sp1","id":"a267339e8-e2b2-40d0-b27c-a8eb346f6d6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheLogOnPage.html","title":"Customize the Log On Page","navPath":"CustomizetheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"adea8829d-8117-4217-a019-22fca133eef7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Packages.html","title":"Packages","navPath":"Packages.html","bundleId":"work-tasks-2023-sp1","id":"a7b2edf4f-5357-4448-8c63-5f07cadcd3f3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutPackage.html","title":"About Package","navPath":"AboutPackage.html","bundleId":"work-tasks-2023-sp1","id":"a8b19922d-9add-47f9-bf3a-2b3f97b9d8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplate.html","title":"Package Template","navPath":"PackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa8ca760c-37c6-4ae9-a04d-fe2095dc985d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagePackage.html","title":"Manage Package","navPath":"ManagePackage.html","bundleId":"work-tasks-2023-sp1","id":"a9625239a-0657-48b1-9142-cf11e0263c67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesofPackaging.html","title":"Best Practices of Packaging","navPath":"BestPracticesofPackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5e5314ab-989e-4e66-bee9-ecfb8ac76200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithPackageTemplate.html","title":"Work with Package Template","navPath":"WorkwithPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"adaff5df0-8285-4304-b6e7-673a8bacfd72","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingapackagetemplate.html","title":"Create a Package Template","navPath":"creatingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a546f4347-f787-430f-9d0b-9f044ab2ef2d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingapackagetemplate.html","title":"Edit a Package Template","navPath":"editingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae318e60c-74d9-4e9f-88df-7ec0c2e4264b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePackageTemplate.html","title":"Configure Package Template","navPath":"ConfigurePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad65be17e-2005-4680-9ea3-eb0210ce1c33","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplateLevelConfigurationSettings.html","title":"Package Template Level Configuration Settings","navPath":"PackageTemplateLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a279da596-d41f-435a-a7c5-98e14dc8d904","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforPackageTemplate.html","title":"Prerequisites","navPath":"PrerequisitesforPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a52b3bca8-71e1-43d1-9c0a-af450301270d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/globalsettingsofapackagetemplate.html","title":"Runtime Initialization Settings","navPath":"globalsettingsofapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1ce6f4a7-730a-44d8-835f-9e1e8109e9e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptions.html","title":"Exceptions","navPath":"exceptions.html","bundleId":"work-tasks-2023-sp1","id":"ad5aff0c8-16d2-4396-8cb0-8bbb9887f600","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/633151.html","title":"Additional Package Files","navPath":"633151.html","bundleId":"work-tasks-2023-sp1","id":"abff16f9e-5753-4ddb-9330-3366c2912f81","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641195.html","title":"Configure Settings for Installer Files","navPath":"641195.html","bundleId":"work-tasks-2023-sp1","id":"a510ec3a5-9b48-4515-bc95-3cf3ed90e637","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalSettings.html","title":"Additional Settings","navPath":"AdditionalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac5faafe8-0d26-412c-b800-71f442566ac0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateConnections.html","title":"Validate Connections","navPath":"ValidateConnections.html","bundleId":"work-tasks-2023-sp1","id":"a47b7b197-2908-42ab-8573-09a2efcda01c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/331995.html","title":"Validate SQL Scripts","navPath":"331995.html","bundleId":"work-tasks-2023-sp1","id":"ad8743641-65ea-47f7-a628-0405bcf3c6d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteSQLScripts.html","title":"Execute SQL Scripts","navPath":"ExecuteSQLScripts.html","bundleId":"work-tasks-2023-sp1","id":"a39225e5e-0a99-4009-bb0c-940f8f2f45b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreatePackageTemplate.html","title":"Create Package Template","navPath":"CreatePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2e02f27d-f299-44c3-af5e-329ba22eb621","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArtifactLevelConfigurationSettings.html","title":"Artifact Level Configuration Settings","navPath":"ArtifactLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2af0d4e6-a1af-4ec6-8410-2a0ab334abe5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheArtifacts.html","title":"Configure the Artifacts","navPath":"ConfiguretheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"afd8f01fc-4e89-4389-b5d6-64dfb0c6c64f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rebuildingtheartifacts.html","title":"Rebuild the Artifacts","navPath":"rebuildingtheartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a9d79fa01-01ec-40a9-ab14-dccb4c10015b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeletetheArtifacts.html","title":"Delete the Artifacts","navPath":"DeletetheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"af02ca068-1e87-4c17-8ddd-35519aecb852","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavePackageTemplate.html","title":"Save Package Template","navPath":"SavePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"acd9b5c26-e605-47de-9a13-4e3c4b38aaa4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishaPackageTemplate.html","title":"Publish a Package Template","navPath":"PublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5da015b5-a5b9-4558-b21e-2098281a334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishaPackageTemplate.html","title":"Unpublish a Package Template","navPath":"UnpublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a95e98b92-0d20-4b7d-b2f6-9e5df8c5dccc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/generatingapackagetemplate1.html","title":"Generate a Package Template","navPath":"generatingapackagetemplate1.html","bundleId":"work-tasks-2023-sp1","id":"a20ff22c7-53f7-458a-a1bd-0365e47f22f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/downloadingapackagetemplate.html","title":"Export a Package Template","navPath":"downloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2aca88f9-9e03-45ff-baa0-606886121d1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/markingpackagetemplateasshipped.html","title":"Mark Package Template as Shipped","navPath":"markingpackagetemplateasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a40f66c55-724e-4451-9a51-40bf6d80262c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/260346.html","title":"Include Associated and Child Artifacts to a List Item","navPath":"260346.html","bundleId":"work-tasks-2023-sp1","id":"aacd5937e-c1cf-42ff-80d3-9977133eec01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts.html","title":"Include Security Artifacts","navPath":"securityartifacts.html","bundleId":"work-tasks-2023-sp1","id":"af77b92fc-9178-4a8b-b7d2-47395f17993b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts_1.html","title":"Include Automatically Generated SQL Script","navPath":"securityartifacts_1.html","bundleId":"work-tasks-2023-sp1","id":"ac574bac4-b8e4-4271-bdb2-6de49cb12a51","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deploylevel.html","title":"Manage Package","navPath":"deploylevel.html","bundleId":"work-tasks-2023-sp1","id":"a1f4faee6-d8d5-42d5-9b72-e41aeda58308","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportaPackage.html","title":"Import a Package","navPath":"ImportaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a19a8120c-a290-44ad-811f-4273399ac4c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageVersionsofaPackage.html","title":"Manage Versions of a Package","navPath":"ManageVersionsofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"af95508f2-1dc0-47a8-87ec-512426b9244c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StorePackageInformationforLists.html","title":"Store Package Information for Lists","navPath":"StorePackageInformationforLists.html","bundleId":"work-tasks-2023-sp1","id":"afee6bf6c-31e1-44c5-905b-436ef7ba432f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/488009.html","title":"Is Artifact Modified Column for Workflow","navPath":"488009.html","bundleId":"work-tasks-2023-sp1","id":"a4d486aaa-d906-45fe-a665-071cb1baf3d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaPackage.html","title":"Edit a Package","navPath":"EditaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a874696bf-e39c-4d7d-9f85-07e1ab0b0c91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPrerequisitesofaPackage.html","title":"View Prerequisites of a Package","navPath":"ViewPrerequisitesofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"ad2e6fe87-0b1c-4b7f-b750-497270e9b605","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/runningandinstallingapackage.html","title":"Install a Package","navPath":"runningandinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"acf53496c-b4e6-4ed7-953e-5fa46e89d7af","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringthePackage.html","title":"Configure the Package","navPath":"ConfiguringthePackage.html","bundleId":"work-tasks-2023-sp1","id":"ac08177f7-5e0c-41c2-b89a-7a17d180a5fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageInstallationPrerequisites.html","title":"Package Installation - Prerequisites","navPath":"PackageInstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"afc47c6cb-f6ac-42db-be65-6f21d8439841","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeInitializationValues.html","title":"Runtime Initialization Values","navPath":"RuntimeInitializationValues.html","bundleId":"work-tasks-2023-sp1","id":"adb7cb483-9fa9-4c9d-9b47-ab2fd2722f7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalPackageFiles.html","title":"Additional Package Files","navPath":"AdditionalPackageFiles.html","bundleId":"work-tasks-2023-sp1","id":"a635f4f28-c444-47f1-8377-043a37f52629","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewValidationLog.html","title":"View Validation Log","navPath":"ViewValidationLog.html","bundleId":"work-tasks-2023-sp1","id":"a2ff0248a-7e59-4cf7-9e7d-f251096f5c9d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPackageHistory.html","title":"View Package History","navPath":"ViewPackageHistory.html","bundleId":"work-tasks-2023-sp1","id":"acb9c42e2-06f3-440b-ba5e-bcb7ef6ecac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeScenarios_1.html","title":"Upgrade Scenarios","navPath":"UpgradeScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"ac42be6e9-ee23-477d-9b7e-52f39577fe86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallaPackage.html","title":"Uninstall a Package","navPath":"UninstallaPackage.html","bundleId":"work-tasks-2023-sp1","id":"aff3e7e3e-c944-4b84-afce-edb73db134e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaPackage.html","title":"Delete a Package","navPath":"DeleteaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a2b602501-df1b-4288-9bf2-bb85ae87547e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigrationofPackages.html","title":"Migration of Packages","navPath":"MigrationofPackages.html","bundleId":"work-tasks-2023-sp1","id":"ae3470e2f-68c7-4dce-b0fc-c6e37e37a98e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyManagingPackagesusingConsoleApplication.html","title":"Remotely Managing Packages using Console Application","navPath":"RemotelyManagingPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a333cfe0b-aba0-48d1-b2a5-e462841f462b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Remotely Export, Import, Install, or Uninstall Packages using Console Application","navPath":"RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"ad3042051-ce3e-41e5-9708-1738aab14177","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","title":"Configure WWSKBPMRemotePackageManager Using XML","navPath":"ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","bundleId":"work-tasks-2023-sp1","id":"a7ea753ad-a476-4ddc-bbe3-1084ace875de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Import, Install, or Uninstall Packages using Console Application","navPath":"ImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a7d179174-6c31-4495-adbd-d7c6dc70c2d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMPackageManagerUsingXML.html","title":"Configure WWSKBPMPackageManager Using XML","navPath":"ConfigureWWSKBPMPackageManagerUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"ab54df007-904d-46f6-be7a-1169b57347fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddArtifactstoaPackageTemplate.html","title":"Add Artifacts to a Package Template","navPath":"AddArtifactstoaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a63181abf-0fc2-4bc5-8093-6a5168034a94","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEvents.html","title":"ArchestrA Events","navPath":"ArchestrAEvents.html","bundleId":"work-tasks-2023-sp1","id":"a764bb8d0-de38-4f84-b1aa-0b1c13c09f84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAM.html","title":"BAM","navPath":"BAM.html","bundleId":"work-tasks-2023-sp1","id":"af1aeaa3c-fce2-417c-ad90-0bc868399a93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Calendar.html","title":"Calendar","navPath":"Calendar.html","bundleId":"work-tasks-2023-sp1","id":"a8870f793-b5f7-415d-9217-b9bf4b16fe2f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnection.html","title":"Database Connection","navPath":"DatabaseConnection.html","bundleId":"work-tasks-2023-sp1","id":"afd7dc39e-df60-4ded-9d04-e58d3794da53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociations.html","title":"Event Associations","navPath":"EventAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a2fdf1822-dcea-4ec7-a38e-6d60b865258f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeScheduler.html","title":"Event Associations of Type Scheduler","navPath":"EventAssociationsofTypeScheduler.html","bundleId":"work-tasks-2023-sp1","id":"aaca277fe-6138-4490-a3f3-7e97c391e1c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeEnterpriseConsole.html","title":"Event Associations of Type Enterprise Console","navPath":"EventAssociationsofTypeEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a88c03cfd-1eb9-4d99-8ebd-a6b44ce26164","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeFileWatcher.html","title":"Event Associations of Type File Watcher","navPath":"EventAssociationsofTypeFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a7b610f0b-829c-4c13-9b7d-ad853cffc1c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeSystemPlatformEvents.html","title":"Event Associations of Type System Platform Events","navPath":"EventAssociationsofTypeSystemPlatformEvents.html","bundleId":"work-tasks-2023-sp1","id":"a4952bc9d-f5bf-48a4-a29c-d3b7f75f662d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeLogicApp.html","title":"Event Associations of Type Logic App","navPath":"EventAssociationsofTypeLogicApp.html","bundleId":"work-tasks-2023-sp1","id":"a843ecfff-151f-44a3-8da7-7789e8843a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeMessageQueue.html","title":"Event Associations of Type Message Queue","navPath":"EventAssociationsofTypeMessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a03fa230c-40d7-4062-acd4-be181336b84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationofTypeBAM.html","title":"Event Association of Type BAM","navPath":"EventAssociationofTypeBAM.html","bundleId":"work-tasks-2023-sp1","id":"abea72b5e-c20e-4203-952a-067aa4b8f242","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcher.html","title":"File Watcher","navPath":"FileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a4a78bafd-1e15-4230-93d0-edb4f2b49cf8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePhysicalPathofFileWatcher.html","title":"Resolve Physical Path of File Watcher","navPath":"ResolvePhysicalPathofFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a288e8c8b-e79d-4f3a-babc-814cd29d651b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Folder.html","title":"Folder","navPath":"Folder.html","bundleId":"work-tasks-2023-sp1","id":"a27782d3c-954a-4fba-a666-305e70f66cd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChildFolder.html","title":"Child Folder","navPath":"ChildFolder.html","bundleId":"work-tasks-2023-sp1","id":"ab7bc0228-9a31-4fa2-9595-ac43b0551401","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms.html","title":"Forms","navPath":"Forms.html","bundleId":"work-tasks-2023-sp1","id":"acb8bc8b1-ffa9-45d5-83ca-e9cd80b93218","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms_1.html","title":"Forms","navPath":"Forms_1.html","bundleId":"work-tasks-2023-sp1","id":"a742e0ec3-7a3b-46b0-9733-f420f9c3a2cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveActionBarSettings.html","title":"Resolve Action Bar Settings","navPath":"ResolveActionBarSettings.html","bundleId":"work-tasks-2023-sp1","id":"ad782c9d7-8931-4f57-8d72-c45d9391624f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePrintFormsDetails.html","title":"Resolve Print Forms Details","navPath":"ResolvePrintFormsDetails.html","bundleId":"work-tasks-2023-sp1","id":"a18c2c4e1-82dc-498c-acc8-65da30a9301f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveNavigateFormDetails.html","title":"Resolve Navigate Form Details","navPath":"ResolveNavigateFormDetails.html","bundleId":"work-tasks-2023-sp1","id":"a60410ed6-e18f-4da0-9e8a-72f951aa1a1d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforForms.html","title":"Configure Artifact Type Settings for Forms","navPath":"ConfigureArtifactTypeSettingsforForms.html","bundleId":"work-tasks-2023-sp1","id":"a6ec6d53d-4dbb-4a5c-b2bb-15f0b409c1bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforForms.html","title":"Resolve Custom Dependent Files for Forms","navPath":"ResolveCustomDependentFilesforForms.html","bundleId":"work-tasks-2023-sp1","id":"a841e5183-4290-48fa-b6ba-c86a8922f24e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveInvokeWorkflow.html","title":"Resolve Invoke Workflow","navPath":"ResolveInvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a4b22a524-4f10-4f07-86d1-2100e977c382","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveImage.html","title":"Resolve Image","navPath":"ResolveImage.html","bundleId":"work-tasks-2023-sp1","id":"a1e657b15-db50-4d09-b5e5-4088abbd4497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvingHyperlink.html","title":"Resolve Hyperlink","navPath":"ResolvingHyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a5e305c4f-9b61-499e-bb34-6dfa4c1bab67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAssociation.html","title":"Forms Association","navPath":"FormsAssociation.html","bundleId":"work-tasks-2023-sp1","id":"ad7b895e2-b1bf-4949-9a22-557d3762a378","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls.html","title":"Form Controls","navPath":"FormControls.html","bundleId":"work-tasks-2023-sp1","id":"a33e28f7d-6ac7-47b1-922b-48adb930f266","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforFormControls.html","title":"Resolve Custom Dependent Files for Form Controls","navPath":"ResolveCustomDependentFilesforFormControls.html","bundleId":"work-tasks-2023-sp1","id":"a66a9713d-82f8-4e19-8415-5dd77bcbf2a3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalWorkItemLayout.html","title":"Global Work Item Layout","navPath":"GlobalWorkItemLayout.html","bundleId":"work-tasks-2023-sp1","id":"a93f71210-1aca-41f7-91fa-a0979c11a92b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GridConfiguration.html","title":"Grid Configuration","navPath":"GridConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a07a57fe5-5f11-4739-8d67-4ff07e33993a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections_1.html","title":"Logic App Connections","navPath":"LogicAppConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a1dca395b-1caf-428b-a5fd-ade3033cc970","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSettings.html","title":"Lookup Settings","navPath":"LookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3b8030da-251f-4a1c-9350-0a55258d7c64","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupExampleScenarios.html","title":"Lookup Example Scenarios","navPath":"LookupExampleScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a77c920fd-4912-4f50-9129-30c634cdcc79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageList.html","title":"Manage List","navPath":"ManageList.html","bundleId":"work-tasks-2023-sp1","id":"adae57df1-cf50-41e2-9753-2d48150ccef0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageView.html","title":"Manage View","navPath":"ManageView.html","bundleId":"work-tasks-2023-sp1","id":"ad2cc9ee6-577a-4f23-813e-ad2ae0b80302","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections_1.html","title":"Message Queue Connections","navPath":"MessageQueueConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a94b3777a-3a4e-48b0-b618-7267c8c35537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections_1.html","title":"MQTT Connections","navPath":"MQTTConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a5a923eed-3dc2-4fbf-99c3-6da1c36590bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationList.html","title":"Navigation List","navPath":"NavigationList.html","bundleId":"work-tasks-2023-sp1","id":"a228c572d-a28f-4445-986a-bacfde07ebdb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationListFolders.html","title":"Navigation List Folders","navPath":"NavigationListFolders.html","bundleId":"work-tasks-2023-sp1","id":"ae50e4a29-c7ee-4bdd-b127-7a6fcda3b6ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforNavigationLinks.html","title":"Resolve Custom Dependent Files for Navigation Links","navPath":"ResolveCustomDependentFilesforNavigationLinks.html","bundleId":"work-tasks-2023-sp1","id":"abe648a70-1427-43b1-8394-c929ff35796c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement.html","title":"Queue Management","navPath":"QueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a7441922e-9c6e-43c4-acb3-97a54b9f8037","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveAssociatedWorkflowsforQueue.html","title":"Resolve Associated Workflows for Queue","navPath":"ResolveAssociatedWorkflowsforQueue.html","bundleId":"work-tasks-2023-sp1","id":"a17ceddb0-aff8-496b-8df3-9b95278c7741","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforQueue.html","title":"Resolve Custom Dependent Files for Queue","navPath":"ResolveCustomDependentFilesforQueue.html","bundleId":"work-tasks-2023-sp1","id":"aa639d561-5d56-4fbf-8414-ddaf27fc7ac5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Reports.html","title":"Reports","navPath":"Reports.html","bundleId":"work-tasks-2023-sp1","id":"af1274707-574e-4577-8070-600d7e6134a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportConnections.html","title":"Report Connections","navPath":"ReportConnections.html","bundleId":"work-tasks-2023-sp1","id":"ae843c8e8-baee-4b0c-8399-4f6f891398bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportTemplates.html","title":"Report Templates","navPath":"ReportTemplates.html","bundleId":"work-tasks-2023-sp1","id":"ad31845df-b635-4d35-b75c-65dbe2a24f9f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveReportTemplatePath.html","title":"Resolve Report Template Path","navPath":"ResolveReportTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"ad018f391-4e3c-4b51-a8f4-d4e4a2f11deb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygorup.html","title":"Security Group","navPath":"securitygorup.html","bundleId":"work-tasks-2023-sp1","id":"a0ed39a5d-869a-439c-ab7b-d0ccf643fd3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygrouprepolevel.html","title":"Security Group - Repository Level","navPath":"managesecuritygrouprepolevel.html","bundleId":"work-tasks-2023-sp1","id":"aed096455-5177-47ca-8db3-ec9103e6d6b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListLevel.html","title":"Security Group - List Level","navPath":"SecurityGroupListLevel.html","bundleId":"work-tasks-2023-sp1","id":"a66e501cd-b48f-4939-8357-dc125924e98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListItemLevel.html","title":"Security Group - List Item Level","navPath":"SecurityGroupListItemLevel.html","bundleId":"work-tasks-2023-sp1","id":"ae67d58e8-884d-4a4d-b749-589abe51b5d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithFormsasAssociatedArtifacts.html","title":"Security Group with Forms as Associated Artifacts","navPath":"SecurityGroupwithFormsasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"ad65aef49-ce96-41f1-8fab-1738db06bce9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithWorkflowasAssociatedArtifacts.html","title":"Security Group with Workflow as Associated Artifacts","navPath":"SecurityGroupwithWorkflowasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"a47633229-b7c5-4d22-8d2c-c15a7101dc0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityRight.html","title":"Security Right","navPath":"SecurityRight.html","bundleId":"work-tasks-2023-sp1","id":"a3ca1096c-93dc-43d8-8e8e-c98a81085722","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAAssembly.html","title":"SOA Assembly","navPath":"SOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"a10bc2f4d-e783-4024-8d20-b0ceec8c063a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforSOAAssembly.html","title":"Resolve Custom Dependent Files for SOA Assembly","navPath":"ResolveCustomDependentFilesforSOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"ac107b900-87df-452d-8912-a55cba487fc7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAFolder.html","title":"SOA Folder","navPath":"SOAFolder.html","bundleId":"work-tasks-2023-sp1","id":"acfa4e1d4-1a72-4935-a487-8cfe82b81237","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPI.html","title":"Web API","navPath":"WebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a6e874046-b592-4502-8a77-d580aa993de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPISource.html","title":"Web API Source","navPath":"WebAPISource.html","bundleId":"work-tasks-2023-sp1","id":"a28b3ad04-aeb9-4550-898f-eb99f14c6b40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Workflows.html","title":"Workflows","navPath":"Workflows.html","bundleId":"work-tasks-2023-sp1","id":"a35ddeb1e-1ad1-4874-8c5b-5526b20416c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforWorkflow.html","title":"Configure Artifact Type Settings for Workflow","navPath":"ConfigureArtifactTypeSettingsforWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a7ada0421-0481-4ab6-a89c-91193d97fcb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowActivities.html","title":"Resolve Workflow Activities","navPath":"ResolveWorkflowActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae94698c3-57d7-47fe-a060-014e92ae4411","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","title":"Map the Version of the Associated Workflow to the Parent Workflow","navPath":"MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a34633789-e7e4-48d2-9a71-57aa0a0caf00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedForm.html","title":"Map the Version of the Associated Form","navPath":"MaptheVersionoftheAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"ab3f2a563-5245-44d6-8d85-63e01f6e0fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWebServiceConfigurations.html","title":"Resolve Web Service Configurations","navPath":"ResolveWebServiceConfigurations.html","bundleId":"work-tasks-2023-sp1","id":"a8a0f4991-4414-4edd-b211-7e045453708a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveFileDetails.html","title":"Resolve File Details","navPath":"ResolveFileDetails.html","bundleId":"work-tasks-2023-sp1","id":"a978ee28f-84d6-48f1-af64-184feb245cc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDocumentViewURL.html","title":"Resolve Custom Document View URL","navPath":"ResolveCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"ad7323fcd-95b0-49c5-8406-ad86149093ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRedirectURL.html","title":"Resolve Redirect URL","navPath":"ResolveRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"aa8c7d37f-29fe-4879-b8d4-86c975833c1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveTemplatePath.html","title":"Resolve Template Path","navPath":"ResolveTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a9ab9cc3b-e423-417c-930a-54bb3e1c3cb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowswithDatabaseActivity.html","title":"Resolve Workflows with Database Activity","navPath":"ResolveWorkflowswithDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9778ec46-634e-4fa2-bd6d-2d11bfc77b3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveScriptActivityReferences.html","title":"Resolve Script Activity References","navPath":"ResolveScriptActivityReferences.html","bundleId":"work-tasks-2023-sp1","id":"a7b67fd26-1c91-4867-9878-2ddc713e226e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforScriptActivity.html","title":"Resolve Custom Dependent Files for Script Activity","navPath":"ResolveCustomDependentFilesforScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad9aa3f23-2b9d-43b4-a530-86b6995bf64c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveUserorRoleBasedExceptionTemplate.html","title":"Resolve User or Role Based Exception Template","navPath":"ResolveUserorRoleBasedExceptionTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2d63143c-5c41-4297-bfcf-c486bd9b3ab7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveDeliveryChannels.html","title":"Resolve Delivery Channels","navPath":"ResolveDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a154c44b8-a1ec-4b7a-b767-2c0b78e4f08b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveXMLVariables.html","title":"Resolve XML Variables","navPath":"ResolveXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e3f4866-aa15-4500-ba57-195aa0c42047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomActivities.html","title":"Resolve Custom Activities","navPath":"ResolveCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"aee0d3336-f45b-419d-8495-827d80fa152b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CorrectCustomActivities.html","title":"Correct Custom Activities","navPath":"CorrectCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"a8ae25eb3-11d3-42fb-8be3-0b00c7a1c758","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveMESXMLCommandActivity.html","title":"Resolve MES XML Command Activity","navPath":"ResolveMESXMLCommandActivity.html","bundleId":"work-tasks-2023-sp1","id":"a215cdc5a-bea3-4780-9fdd-256fedf8ee9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitforMESEventActivity.html","title":"Resolve Wait for MES Event Activity","navPath":"ResolveWaitforMESEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae98bddbd-0a20-490a-9554-15c76b54e181","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveStartMESTransactionActivity.html","title":"Resolve Start MES Transaction Activity","navPath":"ResolveStartMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3ad3e86c-bc97-45fa-9264-ded38f7d5352","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCommitMESTransactionActivity.html","title":"Resolve Commit MES Transaction Activity","navPath":"ResolveCommitMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36bc9ada-6444-449d-90ea-faf1e3fee0f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRollbackMESTransactionActivity.html","title":"Resolve Rollback MES Transaction Activity","navPath":"ResolveRollbackMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19ebe465-cbc6-4008-b62d-fec18135c77b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveArchestrAActivities.html","title":"Resolve ArchestrA Activities","navPath":"ResolveArchestrAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a6a1f995f-bab4-4516-bf8d-4b8f9a441bf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitForLogicAppAlert.html","title":"Resolve Wait For Logic App Alert","navPath":"ResolveWaitForLogicAppAlert.html","bundleId":"work-tasks-2023-sp1","id":"a8f4808fe-0675-4216-bf13-a4eca6e4919d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCallLogicAppConnection.html","title":"Resolve Call Logic App Connection","navPath":"ResolveCallLogicAppConnection.html","bundleId":"work-tasks-2023-sp1","id":"a387a0499-8911-4e6a-9d5c-d328f7f5600e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemField.html","title":"Work Item Field","navPath":"WorkItemField.html","bundleId":"work-tasks-2023-sp1","id":"a6841114a-7422-4daa-b778-51507c1e6b44","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IncludeChildItem.html","title":"Include Child Item","navPath":"IncludeChildItem.html","bundleId":"work-tasks-2023-sp1","id":"aac6985d9-7561-4409-a574-b6d7e11a3311","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileDistribution.html","title":"File Distribution","navPath":"FileDistribution.html","bundleId":"work-tasks-2023-sp1","id":"a3a5758a3-4ec1-49dd-a387-d40c016c71f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SQLScriptGenerationandExecution.html","title":"SQL Script Generation and Execution","navPath":"SQLScriptGenerationandExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be4ce3b-451d-4f3b-8d26-36d1234541de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageinaDistributedEnvironment.html","title":"Package in a Distributed Environment","navPath":"PackageinaDistributedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a6aaaee99-38ad-415b-a36d-d6f21130fbba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingpackages.html","title":"Troubleshoot Packages","navPath":"troubleshootingpackages.html","bundleId":"work-tasks-2023-sp1","id":"acdb84908-1987-42c1-9000-c0f62106d81c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/eventassociationwithenterpriseconsoleatlistitemlevel.html","title":"Event Association with Enterprise Console at List item Level","navPath":"eventassociationwithenterpriseconsoleatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"abcad2b08-0d5e-4c61-a9ba-a1df9c52ea38","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packageableartifacts.html","title":"Packageable Artifacts","navPath":"packageableartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a201d85e4-34e6-4f95-bc45-5b7cb276fd8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Localization.html","title":"Localization","navPath":"Localization.html","bundleId":"work-tasks-2023-sp1","id":"ae5486f35-5ee5-4a37-b1df-439532805014","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScopeofLocalization.html","title":"Scope of Localization","navPath":"ScopeofLocalization.html","bundleId":"work-tasks-2023-sp1","id":"a0bcb2366-4ebc-46c5-a0f6-8b600cd96c52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeAVEVAWorkTasks.html","title":"Steps to Localize AVEVA Work Tasks","navPath":"StepstoLocalizeAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a2d272157-2747-4133-b354-8e31779784ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeGridControl.html","title":"Steps to Localize Grid Control","navPath":"StepstoLocalizeGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8f74be7-48ca-4ad4-a9ba-bc6051100183","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","title":"Steps to Localize Editor Control in WorkflowMemo and Wizard","navPath":"StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","bundleId":"work-tasks-2023-sp1","id":"a783abb2f-276d-4162-8c61-80cb2296d963","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizetheEscalationEmailWizard.html","title":"Steps to Localize the Escalation Email Wizard","navPath":"StepstoLocalizetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"a81ccd275-97c7-491a-9b70-d5071116408c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeRepositoryNameinEnterpriseConsole.html","title":"Steps to Localize Repository Name in Enterprise Console","navPath":"StepstoLocalizeRepositoryNameinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abaf899d1-7305-46d3-81bb-bc85fe858a48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeListNames.html","title":"Steps to Localize List Names","navPath":"StepstoLocalizeListNames.html","bundleId":"work-tasks-2023-sp1","id":"a8cbbb214-a79b-42ac-a4b1-0fe1e4aa8a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeForms.html","title":"Steps to Localize Forms","navPath":"StepstoLocalizeForms.html","bundleId":"work-tasks-2023-sp1","id":"a8787179c-6ecb-4c89-9508-3bef6b7c14a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeDefaultPropertiesofWebPartEditor.html","title":"Steps to Localize Default Properties of Web Part Editor","navPath":"StepstoLocalizeDefaultPropertiesofWebPartEditor.html","bundleId":"work-tasks-2023-sp1","id":"a18fdc0a8-ebcc-4eea-bd87-998fe35df479","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","title":"Steps to Localize Provider in Role Lookup User Lookup and Assign Actor Property","navPath":"StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","bundleId":"work-tasks-2023-sp1","id":"a6c98ae1f-8a58-45d6-bd93-6fec7eaa8524","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NonSupportedLocalizationTags.html","title":"Non-supported Localization Tags","navPath":"NonSupportedLocalizationTags.html","bundleId":"work-tasks-2023-sp1","id":"a792616b5-2ef0-4eda-9ece-317cff71f00a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizationFolders.html","title":"Localization Folders","navPath":"LocalizationFolders.html","bundleId":"work-tasks-2023-sp1","id":"a3ef1f73b-6e41-4b5f-aefa-b07487222367","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalesFolder.html","title":"Locales Folder","navPath":"LocalesFolder.html","bundleId":"work-tasks-2023-sp1","id":"ae695ebc9-c7f6-487c-8f20-c1aa29295173","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowElementsFolder.html","title":"Workflow Elements Folder","navPath":"WorkflowElementsFolder.html","bundleId":"work-tasks-2023-sp1","id":"a872b0e4e-26d8-4345-aaa1-f58f806cf145","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofKeystobeLocalizedforWorkItemListControl.html","title":"List of Keys to be Localized for Work Item List Control","navPath":"ListofKeystobeLocalizedforWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"ad19ff92b-bb54-47c9-92f7-d1ae7f0412ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingWebGridControl.html","title":"Keys for Localizing WebGrid Control","navPath":"KeysforLocalizingWebGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae5a5e460-746d-4974-bbe8-3fb2eda86410","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingListNames.html","title":"Keys for Localizing List Names","navPath":"KeysforLocalizingListNames.html","bundleId":"work-tasks-2023-sp1","id":"a695b5808-03f1-4735-83d2-9a6e3755dddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","title":"Localize the Response Sent for an Invalid Email to the Communication Engine","navPath":"LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","bundleId":"work-tasks-2023-sp1","id":"afeafda01-4879-4ea1-8ac1-6b1bddaed9dc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSamples.html","title":"Code Samples","navPath":"CodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a215c7c78-0c30-4489-bf5a-f8267e775cdd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RestartServices.html","title":"Restart Services","navPath":"RestartServices.html","bundleId":"work-tasks-2023-sp1","id":"a4e3e5d8b-91f4-47e0-97c9-575ad4843719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflow.html","title":"Execute Workflow","navPath":"ExecuteWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"acd2b4f4e-bb06-47a4-bd18-817382702e1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomActivity.html","title":"Custom Activity","navPath":"CustomActivity.html","bundleId":"work-tasks-2023-sp1","id":"aafcd6210-3d29-49aa-8e60-a1866e71ae48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomActivitywithoutanyProperties.html","title":"Configure Custom Activity without any Properties","navPath":"ConfigureCustomActivitywithoutanyProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1eac8260-62e1-4d48-b9e0-b74312bc9ad2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomApprovalActivity.html","title":"Custom Approval Activity","navPath":"CustomApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a307aed8c-e3f3-419a-96e1-25e9aae949fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomChoiceActivity.html","title":"Custom Choice Activity","navPath":"CustomChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"aef40a861-bd76-488e-9635-ed23619aacf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementationofCustomWorkItemForm.html","title":"Implementation of Custom WorkItemForm","navPath":"ImplementationofCustomWorkItemForm.html","bundleId":"work-tasks-2023-sp1","id":"acb340f03-6306-49c1-a4e1-0faf5837a2b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomASPXProperty.html","title":"Configure Custom ASPX Property","navPath":"ConfigureCustomASPXProperty.html","bundleId":"work-tasks-2023-sp1","id":"a2d76d1d0-3b38-48bc-8593-1f85f67a19ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomProperty.html","title":"Custom Property","navPath":"CustomProperty.html","bundleId":"work-tasks-2023-sp1","id":"a0ef4636a-141e-492c-bc17-d453da9d6d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomEngineActivity.html","title":"Custom Engine Activity","navPath":"CustomEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"adeba37ec-2049-4ee2-966b-cc02c2d28818","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureASPXFormasWorkItemDetailViewPage.html","title":"Configure ASPX Form as Work Item Detail View Page","navPath":"ConfigureASPXFormasWorkItemDetailViewPage.html","bundleId":"work-tasks-2023-sp1","id":"a04521a76-a93d-403d-b02a-871e94572664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetClientCredentialToken.html","title":"Get Client Credential Token","navPath":"GetClientCredentialToken.html","bundleId":"work-tasks-2023-sp1","id":"aeb607436-64c8-4c99-93d3-f23ad36ee7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IPropertyRoutingCondition.html","title":"IPropertyRoutingCondition","navPath":"IPropertyRoutingCondition.html","bundleId":"work-tasks-2023-sp1","id":"aaf34d098-9696-4644-b469-4ce29584161c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists.html","title":"Lists","navPath":"Lists.html","bundleId":"work-tasks-2023-sp1","id":"a17e72d43-769f-4adf-84d1-e5ab00e3a17a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowList.html","title":"Workflow List","navPath":"WorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"aa2999e6c-c196-4033-81c9-cded56b2f125","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddWorkflowItemtoWorkflowList.html","title":"Add Workflow Item to Workflow List","navPath":"AddWorkflowItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a504e0b60-8f7d-425f-8a8d-c335c0ffe378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheWorkflowsPresentintheSelectedRepository.html","title":"Get All the Workflows Present in the Selected Repository","navPath":"GetAlltheWorkflowsPresentintheSelectedRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac009fa59-9300-486c-84d4-19caaed7724b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheVersionsofaWorkflow.html","title":"Get All the Versions of a Workflow","navPath":"GetAlltheVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0929b3d1-94a6-4f90-bd69-fc00934749b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAllthePublishedVersionsofaWorkflow.html","title":"Get All the Published Versions of a Workflow","navPath":"GetAllthePublishedVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1c0c4fa0-d88b-4028-9467-9083fd193cc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFolderItemtoWorkflowList.html","title":"Add Folder Item to Workflow List","navPath":"AddFolderItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a152dbe9a-019b-4cd5-8170-8c59cf41c0e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditExistingFolderIteminWorkflowList.html","title":"Edit Existing Folder Item in Workflow List","navPath":"EditExistingFolderIteminWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a9db02238-cd82-4cd0-ba84-a5cfe8a9e132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImporttheWorkflowfromWorkflowDefinitionXml.html","title":"Import the Workflow from Workflow Definition Xml","navPath":"ImporttheWorkflowfromWorkflowDefinitionXml.html","bundleId":"work-tasks-2023-sp1","id":"a9c173f18-d8d7-4fc1-b30a-7befc57cb049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewVersion.html","title":"Create New Version","navPath":"CreateNewVersion.html","bundleId":"work-tasks-2023-sp1","id":"a716f2ca4-00ee-4298-93be-73540fa85471","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateListItem.html","title":"Create ListItem","navPath":"CreateListItem.html","bundleId":"work-tasks-2023-sp1","id":"a053bb9a5-6011-4388-9fa3-26c656a29292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem.html","title":"Save ListItem","navPath":"SaveListItem.html","bundleId":"work-tasks-2023-sp1","id":"a77ccad6e-279f-4f41-a704-aac9929c2105","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataSource.html","title":"Data Source","navPath":"DataSource.html","bundleId":"work-tasks-2023-sp1","id":"a630230ea-d016-42f3-9a3a-1c0605e6b484","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementIDBConnectionStringInterface.html","title":"Implement IDBConnectionString Interface","navPath":"ImplementIDBConnectionStringInterface.html","bundleId":"work-tasks-2023-sp1","id":"a11d57651-6f7c-49b0-836e-4dccc0e4a390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingConnectionString.html","title":"Create Data Source Using ConnectionString","navPath":"CreateDataSourceUsingConnectionString.html","bundleId":"work-tasks-2023-sp1","id":"a8a670fba-c623-4946-97f6-2177f1e3ce73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingAssemblyFile.html","title":"Create Data Source Using Assembly File","navPath":"CreateDataSourceUsingAssemblyFile.html","bundleId":"work-tasks-2023-sp1","id":"a80d2e326-4b7e-4a10-9e70-f32c2775f883","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","title":"Subscribe AssemblyResolve Event while Using APIs for Database-related Activities","navPath":"SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","bundleId":"work-tasks-2023-sp1","id":"aab3f0327-a611-4f38-a5fa-4c715681d243","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableAPI.html","title":"XML Variable API","navPath":"XMLVariableAPI.html","bundleId":"work-tasks-2023-sp1","id":"ac27828ca-8a43-48a6-9780-264676f86b77","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebServiceUsingWindowsApplication.html","title":"Create Web Service Using Windows Application","navPath":"CreateWebServiceUsingWindowsApplication.html","bundleId":"work-tasks-2023-sp1","id":"a9fb44239-4866-44f2-9cea-060def5a6393","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOACodeSamples.html","title":"SOA","navPath":"SOACodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a52473022-2c39-49db-86aa-12a30abd8851","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseSOAinaSimpleMethod.html","title":"How to Use SOA in a Simple Method?","navPath":"HowtoUseSOAinaSimpleMethod.html","bundleId":"work-tasks-2023-sp1","id":"a92ac3418-47b3-4ea1-a43d-0c167a97a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","title":"How to Use a Web Service or Remote Service using SOA Infrastructure?","navPath":"HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","bundleId":"work-tasks-2023-sp1","id":"a86638f50-0672-4aa5-891c-1a35857515b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseanApplicationthatInteractswiththeSQLServer.html","title":"How to Use an Application that Interacts with the SQL Server?","navPath":"HowtoUseanApplicationthatInteractswiththeSQLServer.html","bundleId":"work-tasks-2023-sp1","id":"ab8234781-c006-4eba-ba0b-6cac64d5e213","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseStaticMembersoftheClass.html","title":"How to Use Static Members of the Class?","navPath":"HowtoUseStaticMembersoftheClass.html","bundleId":"work-tasks-2023-sp1","id":"afff126d8-d5f8-4b07-9244-4e3063ab199c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPasstheObjectasParametertotheConstructor.html","title":"How to Pass the Object as Parameter to the Constructor?","navPath":"HowtoPasstheObjectasParametertotheConstructor.html","bundleId":"work-tasks-2023-sp1","id":"a909ff490-6db1-4a98-a50c-73730eeaccaa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseScriptinginExpressionEditor.html","title":"How to Use Scripting in Expression Editor?","navPath":"HowtoUseScriptinginExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"a202c8253-4a23-418c-8183-03bbe1eab9f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseExpressioninConstructorParameter.html","title":"How to Use Expression in Constructor Parameter?","navPath":"HowtoUseExpressioninConstructorParameter.html","bundleId":"work-tasks-2023-sp1","id":"a73678617-4939-4171-a45c-74a27367264d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAObjectSupport.html","title":"SOA Object Support","navPath":"SOAObjectSupport.html","bundleId":"work-tasks-2023-sp1","id":"ab3052381-a5d7-4ac5-9171-fbe189c7782a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesSupportedforSOA.html","title":"Features Supported for SOA","navPath":"FeaturesSupportedforSOA.html","bundleId":"work-tasks-2023-sp1","id":"a69192bad-5f21-485e-9ac5-aaaf2e4b4156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario.html","title":"Scenario","navPath":"Scenario.html","bundleId":"work-tasks-2023-sp1","id":"a241788be-d230-4fc4-8917-d3655716b7a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateClassforHandlingtheProductObject.html","title":"How to Create a Class for Handling the 'Product' Object?","navPath":"HowtoCreateClassforHandlingtheProductObject.html","bundleId":"work-tasks-2023-sp1","id":"a3ee7ead4-3547-4e93-9ce3-54a531e28b66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateanObjectInstance.html","title":"How to Create an Object Instance?","navPath":"HowtoCreateanObjectInstance.html","bundleId":"work-tasks-2023-sp1","id":"a58cb4d1b-86f6-4e82-8477-c65cb5fbe3f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateaVariable.html","title":"How to Create a Variable?","navPath":"HowtoCreateaVariable.html","bundleId":"work-tasks-2023-sp1","id":"a91da87ce-8a73-498d-8dbb-97b2509e1c54","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowTo.html","title":"How To","navPath":"HowTo.html","bundleId":"work-tasks-2023-sp1","id":"a2eb52bdd-1a20-4a9b-a68b-e5d8197f2dc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserstoActiveDirectory.html","title":"Add Users to Active Directory","navPath":"AddUserstoActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a528aa006-b311-4d5c-97cc-c17763e9b340","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomWizards.html","title":"Create Custom Wizards","navPath":"CreateCustomWizards.html","bundleId":"work-tasks-2023-sp1","id":"a679655ab-25f2-4417-a654-b0b3b937965c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnValuesfromEnginetoClient.html","title":"Return Values from Engine to Client","navPath":"ReturnValuesfromEnginetoClient.html","bundleId":"work-tasks-2023-sp1","id":"af847ced3-ddf3-4d71-b794-13ce274619fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","title":"Implement Interface to Get Action and Workflow Status Change Information from Engine","navPath":"ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","bundleId":"work-tasks-2023-sp1","id":"a22552730-b231-456e-a1b0-3929f3496121","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserNamewithDomainName.html","title":"Get User Name with Domain Name","navPath":"GetUserNamewithDomainName.html","bundleId":"work-tasks-2023-sp1","id":"a56eeff39-63a6-4c61-990f-7af79806bd94","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices.html","title":"Best Practices","navPath":"BestPractices.html","bundleId":"work-tasks-2023-sp1","id":"ac6e8fad9-9986-42f7-a836-71bace2c02ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseTips.html","title":"Database Tips","navPath":"DatabaseTips.html","bundleId":"work-tasks-2023-sp1","id":"a66b1e681-7fcd-4155-b339-5a9b7c95482b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodingTips.html","title":"Coding Tips","navPath":"CodingTips.html","bundleId":"work-tasks-2023-sp1","id":"a6f12ea63-4162-4ca4-9253-53bf3e41e9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceTips.html","title":"Performance Tips","navPath":"PerformanceTips.html","bundleId":"work-tasks-2023-sp1","id":"af478b4c7-b8d8-4ccf-9c87-f600d2b28222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinWorkTasks.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a177a28f1-cf7a-4798-921f-a557f4deec68","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinWorkTasks.html","title":"Limitations","navPath":"LimitationsinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"af5904716-f74a-4700-98b3-e9b77fd40041","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsandlistsuserguide.html","title":"Forms and Lists User Guide","navPath":"wonderwareskeltabpmformsandlistsuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a4d41db51-af01-4204-acc6-e10db9405f66","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsguide.html","title":"Forms","navPath":"wonderwareskeltabpmformsguide.html","bundleId":"work-tasks-2023-sp1","id":"ac232b753-edab-4ad5-8a0c-c0fcfb547ba3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithforms.html","title":"Get Started with Forms","navPath":"gettingstartedwithforms.html","bundleId":"work-tasks-2023-sp1","id":"acb0bfb0c-74b3-483c-b1f3-a6cd73749615","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/forms_2.html","title":"Access Forms","navPath":"forms_2.html","bundleId":"work-tasks-2023-sp1","id":"ab3f9fd16-2394-4973-bc47-b22028bc3823","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateandOrganizeForms.html","title":"Create and Organize Forms","navPath":"CreateandOrganizeForms.html","bundleId":"work-tasks-2023-sp1","id":"ae49fc783-bf58-4380-bda4-6ab731d7655b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateForms.html","title":"Create Forms","navPath":"CreateForms.html","bundleId":"work-tasks-2023-sp1","id":"a7db0fb64-14f1-4bb7-bebe-3a46446346f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFoldersforForms.html","title":"Create Folders for Forms","navPath":"CreateFoldersforForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b07bc5c-262c-400e-b6f3-e8549db312ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewChildItemsofForms.html","title":"View Child Items of Forms","navPath":"ViewChildItemsofForms.html","bundleId":"work-tasks-2023-sp1","id":"a5f6081ed-4ebe-4d40-ae11-ef9f9565e5f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingforms.html","title":"Organize Forms","navPath":"organizingforms.html","bundleId":"work-tasks-2023-sp1","id":"a6112ecf8-367e-4ace-b409-f4a54dd6dd5b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandSaveForms.html","title":"Import and save Forms","navPath":"ImportandSaveForms.html","bundleId":"work-tasks-2023-sp1","id":"aa01c9006-3085-4feb-be64-2b6054e44dd1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importingforms.html","title":"Import Forms","navPath":"importingforms.html","bundleId":"work-tasks-2023-sp1","id":"ac88ca5ae-98d5-43f1-82f0-d1fe0006b6d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportForms.html","title":"Export Forms","navPath":"ExportForms.html","bundleId":"work-tasks-2023-sp1","id":"a7ef8c390-cabc-4a22-bbfe-ecf5aee3e998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewVersionsofForms.html","title":"View Versions of Forms","navPath":"ViewVersionsofForms.html","bundleId":"work-tasks-2023-sp1","id":"ab3606a53-6302-4ee2-ad63-651af87d21d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandPublishForms.html","title":"Design and publish Forms","navPath":"DesignandPublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a37518f9a-7723-4917-aa8c-a07e541acc3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignForms.html","title":"Design Forms","navPath":"DesignForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b4f1c2f-eef6-432d-992c-6b9a3cc6dc34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditForms.html","title":"Edit Forms","navPath":"EditForms.html","bundleId":"work-tasks-2023-sp1","id":"a98999839-0f1b-4060-af5a-b264634373f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteForms.html","title":"Delete Forms","navPath":"DeleteForms.html","bundleId":"work-tasks-2023-sp1","id":"a204b7034-040b-4807-a5cc-1196450d386b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreviewForms.html","title":"Preview Forms","navPath":"PreviewForms.html","bundleId":"work-tasks-2023-sp1","id":"a78547e24-2792-48b9-91f2-22e07856d2ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms.html","title":"Publish Forms","navPath":"PublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a3fc6f79b-9762-48c3-9aea-a65a6d5f2b92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishForms.html","title":"Unpublish Forms","navPath":"UnpublishForms.html","bundleId":"work-tasks-2023-sp1","id":"adf090849-95c4-4f1e-b3a2-943eb83cf88f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishFolders.html","title":"Publish Folders","navPath":"PublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"adb3c5f1c-d6bb-4f1a-ae10-c2f103f46c9a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishFolders.html","title":"Unpublish Folders","navPath":"UnpublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"ad039447a-8787-4710-b2fe-9ddf82d65c06","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSecureForms.html","title":"Manage and secure Forms","navPath":"ManageandSecureForms.html","bundleId":"work-tasks-2023-sp1","id":"a432f6b55-f2a2-46b6-bb24-42d757747671","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockForms.html","title":"Lock Forms","navPath":"LockForms.html","bundleId":"work-tasks-2023-sp1","id":"afd88f03e-8b36-450a-b92a-9c171ee4025e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnlockForms.html","title":"Unlock Forms","navPath":"UnlockForms.html","bundleId":"work-tasks-2023-sp1","id":"a8fcdd00f-b986-40e8-9df1-4079af5b4bc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingforms.html","title":"Disable Forms","navPath":"disablingforms.html","bundleId":"work-tasks-2023-sp1","id":"ad21b4bcd-cc5c-45c0-b00b-1cab741cbae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableForms.html","title":"Enable Forms","navPath":"EnableForms.html","bundleId":"work-tasks-2023-sp1","id":"aaf760fb1-3ec7-4538-8193-29f095a4e9f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filteringforms.html","title":"Filter Forms","navPath":"filteringforms.html","bundleId":"work-tasks-2023-sp1","id":"ad7b81541-a380-4a6e-b838-7151c823f34e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnershipofForms.html","title":"Change ownership of Forms","navPath":"ChangeOwnershipofForms.html","bundleId":"work-tasks-2023-sp1","id":"a7d113f02-b5e1-49c5-81b5-d012fe51572c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityofforms.html","title":"Set Security of Forms","navPath":"settingsecurityofforms.html","bundleId":"work-tasks-2023-sp1","id":"a7ed7b6b9-1dba-43e9-854a-165075a1b149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPropertiesofForms.html","title":"View Properties of Forms","navPath":"ViewPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a09fdf93b-3af5-46e7-a7b1-0273c74197a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAuditHistoryofForms.html","title":"View Audit History of Forms","navPath":"ViewAuditHistoryofForms.html","bundleId":"work-tasks-2023-sp1","id":"aed057f29-7aa6-4c12-8f2c-0f2d1c2c1772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingformslinks.html","title":"Create Forms Links","navPath":"creatingformslinks.html","bundleId":"work-tasks-2023-sp1","id":"af79f7c11-3eac-493c-8e2c-e8cd7185ccce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dynamiclistforms.html","title":"Dynamic list Forms","navPath":"dynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a1818c4a9-f704-4525-8bff-25c8d0bfde05","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingdynamiclistforms.html","title":"Create dynamic List Forms","navPath":"creatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"ac5c24c2c-9b8c-44d6-9e9e-a3f679aedb25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/validatingdynamiclistforms.html","title":"Validate Dynamic List Forms","navPath":"validatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a64e7bb6b-a0f9-4494-a3b9-b5d80c738147","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateFormstoWorkflows.html","title":"Associate Forms to Workflows","navPath":"AssociateFormstoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a56876be2-9292-4c12-9a22-07fd66d031ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associatingformstoworkflows.html","title":"Associate Forms to Workflows","navPath":"associatingformstoworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac2d07e91-93a4-4e4e-846f-515ad4198513","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BindaFormtotheWorkflow.html","title":"Bind a Form to the Workflow","navPath":"BindaFormtotheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab7e19ec2-cd8b-40a5-ab6e-2382e8b22487","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormXMLMapping.html","title":"Form XML Mapping","navPath":"FormXMLMapping.html","bundleId":"work-tasks-2023-sp1","id":"a71e56b5d-6207-4c22-8450-595a6a14be12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditAssociationoftheAlreadyAssociatedForm.html","title":"Edit Association of the Already Associated Form","navPath":"EditAssociationoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"aeea8bf3e-4531-4d13-801c-e1acf97a0df3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditMappingsoftheAlreadyAssociatedForm.html","title":"Edit Mappings of the Already Associated Form","navPath":"EditMappingsoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"a6fb01a36-65f9-4398-88b7-f2b908f4211f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAssociationofFormswithWorkflows.html","title":"View Association of Forms with Workflows","navPath":"ViewAssociationofFormswithWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"acc9b8eb1-9a49-40e5-9a1f-e050838a27a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DissociateFormsfromWorkflows.html","title":"Dissociate Forms from Workflows","navPath":"DissociateFormsfromWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a50d60ebf-7c49-4b32-a947-c2f603ae6c6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignWorkflowsforAssociatedForms.html","title":"Design Workflows for Associated Forms","navPath":"DesignWorkflowsforAssociatedForms.html","bundleId":"work-tasks-2023-sp1","id":"ab4f051a9-d658-4e17-bfb7-c376dabcea7a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsDesigner.html","title":"Forms Designer","navPath":"FormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a50e1ecd0-69a6-45ad-8677-68ed408a7143","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageForms.html","title":"Manage Forms","navPath":"ManageForms.html","bundleId":"work-tasks-2023-sp1","id":"a114992b9-4e56-4286-80ec-80c7fe490b31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofForms.html","title":"Edit Properties of Forms","navPath":"EditPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a2adb3343-c3b0-4419-b96a-5fd247631014","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/previewingformsinformsdesigner.html","title":"Preview Forms","navPath":"previewingformsinformsdesigner.html","bundleId":"work-tasks-2023-sp1","id":"afd7c297c-6b4c-49ff-ba8c-0e5437c109ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms_1.html","title":"Publish Forms","navPath":"PublishForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a7b03bdd7-105d-4411-a037-9da813b1a0bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/220967.html","title":"List Structure","navPath":"220967.html","bundleId":"work-tasks-2023-sp1","id":"a799ff288-274f-46d4-8779-7be21223c652","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageControls.html","title":"Manage Controls","navPath":"ManageControls.html","bundleId":"work-tasks-2023-sp1","id":"a672dff7e-94d6-40cf-bb66-2aa0ffdcbb37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControls.html","title":"Add Controls","navPath":"AddControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c359367-0034-4295-9658-d01063829b4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls.html","title":"Move Controls","navPath":"MoveControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c38e9b3-06a1-4b13-aaee-4dba8a92eba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CloneControls.html","title":"Clone Controls","navPath":"CloneControls.html","bundleId":"work-tasks-2023-sp1","id":"a6420aea4-4be4-400e-ac33-dc1e53db3638","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls.html","title":"Delete Controls","navPath":"DeleteControls.html","bundleId":"work-tasks-2023-sp1","id":"a701d8781-a959-45c8-80dc-6b925c8d3e9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClearControls.html","title":"Clear Controls","navPath":"ClearControls.html","bundleId":"work-tasks-2023-sp1","id":"ab139807e-2aac-4638-81e9-a827d2b90aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls.html","title":"Replace Controls","navPath":"ReplaceControls.html","bundleId":"work-tasks-2023-sp1","id":"a3446a468-7e97-4417-815a-b70676936aec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditNameofControls.html","title":"Edit Name of Controls","navPath":"EditNameofControls.html","bundleId":"work-tasks-2023-sp1","id":"ac8818bc6-79db-4565-824b-8b9dd0dfa07e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls.html","bundleId":"work-tasks-2023-sp1","id":"af46d3334-0b0d-4997-b5d0-693a7d62e8d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignGuidelines.html","title":"Design Guidelines","navPath":"DesignGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad18bf23a-e772-4c8d-8429-4e683e6796ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customstyles.html","title":"Custom Styles","navPath":"customstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad621322c-2b57-4150-8cff-5322f10e18b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718950.html","title":"Arc","navPath":"718950.html","bundleId":"work-tasks-2023-sp1","id":"a979531cd-7162-4552-a2d2-f641c56eff53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buttoncustomstyles.html","title":"Button","navPath":"buttoncustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a2ae9945b-d27c-4521-aa7f-444d94b1c024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719693.html","title":"Card","navPath":"719693.html","bundleId":"work-tasks-2023-sp1","id":"ab4eae85a-7342-4af7-a241-db29e141d99d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/732886.html","title":"Gantt Chart","navPath":"732886.html","bundleId":"work-tasks-2023-sp1","id":"a588ebf3a-c1ac-49c9-84ac-66d123285708","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/253979.html","title":"Gauge","navPath":"253979.html","bundleId":"work-tasks-2023-sp1","id":"a9a1c7c45-28b2-4fd0-a7c9-d5976d05ab34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formcustomstyles.html","title":"Form","navPath":"formcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a54aa6bfe-b7ac-4939-a675-95218ad641a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformcustomstyles.html","title":"Base Form","navPath":"baseformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a495bda55-a7d1-4b05-9ea8-20bc2359b04f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelformcustomstyles.html","title":"Panel Form","navPath":"panelformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"aac62edfc-6ed6-450a-a7a5-b3e182ef95a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/201636.html","title":"Embed Form","navPath":"201636.html","bundleId":"work-tasks-2023-sp1","id":"acb660e5a-3a2f-4ffa-a192-711f2dc50123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719160.html","title":"Progress Bar","navPath":"719160.html","bundleId":"work-tasks-2023-sp1","id":"a8ed318e1-59e9-45b4-9a65-14d39b7da82b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabscustomstyles.html","title":"Tabs","navPath":"tabscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad2267193-7e56-4b2a-9810-e233f649e829","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/othercontrolscustomstyles.html","title":"Other Controls","navPath":"othercontrolscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a346301e7-d0ad-4ca7-b256-08fdc5c32dc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimits.html","title":"Boundaries and Limits","navPath":"BoundariesandLimits.html","bundleId":"work-tasks-2023-sp1","id":"a231a022d-c8bd-4fef-9dbd-a66ffed322f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TestEnvironment.html","title":"Test Environment","navPath":"TestEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a5a55fc53-9979-427b-a11e-c291ef2771a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimitsbyProperty.html","title":"Boundaries and Limits by Property","navPath":"BoundariesandLimitsbyProperty.html","bundleId":"work-tasks-2023-sp1","id":"ab98ec54d-0684-433b-97cd-7d041266e847","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81448.html","title":"Control Classification","navPath":"81448.html","bundleId":"work-tasks-2023-sp1","id":"a496d45a1-05b0-453d-a231-f6e5b7bfc65d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81449.html","title":"Boundaries and Limits by Control","navPath":"81449.html","bundleId":"work-tasks-2023-sp1","id":"acebc6963-8690-4957-b194-e9ea9b12c450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81450.html","title":"Boundaries and Limits by Form","navPath":"81450.html","bundleId":"work-tasks-2023-sp1","id":"a7e067bfb-91a8-4012-ba30-53c9db5137d3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices_1.html","title":"Best Practices","navPath":"BestPractices_1.html","bundleId":"work-tasks-2023-sp1","id":"af25f7ecd-343d-4109-9f1f-aa1f8ac96fe2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls_1.html","title":"Form Controls","navPath":"FormControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a201c375d-6f1a-4153-b72d-062c49be8bec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Containers.html","title":"Containers","navPath":"Containers.html","bundleId":"work-tasks-2023-sp1","id":"a9b7a0429-96cc-45b3-a570-3b08fab7d328","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/form.html","title":"Form","navPath":"form.html","bundleId":"work-tasks-2023-sp1","id":"abd3bc9a5-88a1-4620-b333-6848f865689c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/324677.html","title":"Action Bar","navPath":"324677.html","bundleId":"work-tasks-2023-sp1","id":"a8fcf52ab-07db-4efb-8234-7e3e9c00ec87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/609518.html","title":"MQTT Topic Configuration","navPath":"609518.html","bundleId":"work-tasks-2023-sp1","id":"ac02d3635-fc24-4c04-ac04-bab0c1f3eaa4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataTypesinMQTTTopicConfiguration.html","title":"Data Types in MQTT Topic Configuration","navPath":"DataTypesinMQTTTopicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a48abf035-8020-471d-bc3c-b8469952c64c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SpecifyJSONPath.html","title":"Specify JSON Path","navPath":"SpecifyJSONPath.html","bundleId":"work-tasks-2023-sp1","id":"af3794367-1ef6-411d-b3f9-b72e053ca293","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseform.html","title":"Base Form","navPath":"baseform.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c90dd-d759-4ccc-9a2d-5cc5848735b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelform.html","title":"Panel Form","navPath":"panelform.html","bundleId":"work-tasks-2023-sp1","id":"a44951dc6-091f-438d-a52a-e758218572e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabs.html","title":"Tabs","navPath":"tabs.html","bundleId":"work-tasks-2023-sp1","id":"adfb6a5f4-bbd7-49e7-8568-2648aa54dd15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Tab.html","title":"Tab","navPath":"Tab.html","bundleId":"work-tasks-2023-sp1","id":"a44332dbf-4d85-423f-9dee-30e75e90e30e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls_1.html","title":"Controls","navPath":"Controls_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a90651d-1d75-4561-80d2-f458069f7afb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Arc.html","title":"Arc","navPath":"Arc.html","bundleId":"work-tasks-2023-sp1","id":"acd9d74ba-7ce1-4a50-880e-115c12240cbf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleArcRendering.html","title":"Example Arc Rendering","navPath":"ExampleArcRendering.html","bundleId":"work-tasks-2023-sp1","id":"a7c93b698-2296-4b01-bcb8-204273b79a57","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachment.html","title":"Attachment","navPath":"attachment.html","bundleId":"work-tasks-2023-sp1","id":"a2e90e84a-cfd9-4a89-8657-f83219d1ae00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/boolean.html","title":"Boolean","navPath":"boolean.html","bundleId":"work-tasks-2023-sp1","id":"a9bef6536-55d5-4a2c-8f21-3df3f6bd563c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/button.html","title":"Button","navPath":"button.html","bundleId":"work-tasks-2023-sp1","id":"ab4553b23-0f5f-42df-ba2e-1a473db18a32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719692.html","title":"Card","navPath":"719692.html","bundleId":"work-tasks-2023-sp1","id":"a1b01075c-011e-468c-9109-23d8b72436c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536292.html","title":"Chart","navPath":"536292.html","bundleId":"work-tasks-2023-sp1","id":"ada607e61-9185-4d55-b9fd-fe7091df9dab","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSourceConfigurationforSankeyChart.html","title":"Lookup Source Configuration for Sankey Chart","navPath":"LookupSourceConfigurationforSankeyChart.html","bundleId":"work-tasks-2023-sp1","id":"a4ddf77de-57fb-4f91-b0ad-c9dff486f5d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/checkbox.html","title":"Check Box","navPath":"checkbox.html","bundleId":"work-tasks-2023-sp1","id":"a1f47ccff-4052-4392-a95e-a1c87dc8f983","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datagrid.html","title":"Data Grid","navPath":"datagrid.html","bundleId":"work-tasks-2023-sp1","id":"a42d95c84-c234-4af2-92f3-6b4be196eb43","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180639.html","title":"Configure Grids","navPath":"180639.html","bundleId":"work-tasks-2023-sp1","id":"ada57b8a4-4a00-4b3f-abf9-fc92e3c862e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/652758.html","title":"Update Grid Configuration for Lookup Modification","navPath":"652758.html","bundleId":"work-tasks-2023-sp1","id":"a8a440f42-0f6e-492c-90b2-9fc013f78007","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180640.html","title":"Highlight Records","navPath":"180640.html","bundleId":"work-tasks-2023-sp1","id":"ae3d8da4f-7262-4486-b00b-3b8af98618a3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datalookup.html","title":"Data Lookup","navPath":"datalookup.html","bundleId":"work-tasks-2023-sp1","id":"a90d318b3-af00-42e9-8e63-eea96b5269f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/date.html","title":"Date","navPath":"date.html","bundleId":"work-tasks-2023-sp1","id":"a76386d0c-f172-4fd6-8a5f-e510af125cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datetime.html","title":"Date Time","navPath":"datetime.html","bundleId":"work-tasks-2023-sp1","id":"ab048709f-a86d-4290-9786-1a767e51aa9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/drop-down.html","title":"Drop-Down","navPath":"drop-down.html","bundleId":"work-tasks-2023-sp1","id":"ae51b3423-1b30-47ee-97b6-e31b76529168","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/email.html","title":"Email","navPath":"email.html","bundleId":"work-tasks-2023-sp1","id":"ada90ec81-6b97-4986-8391-edc246b8161f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199295.html","title":"Embed Form","navPath":"199295.html","bundleId":"work-tasks-2023-sp1","id":"ac5234d47-963b-43e7-aba9-e895c7fcb28c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embedpage.html","title":"Embed Page","navPath":"embedpage.html","bundleId":"work-tasks-2023-sp1","id":"ae53a9084-4bf0-4f19-9df5-8e0299c6918c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetEmbedPageUrlandTriggertheOnDataChangeScript.html","title":"Set Embed Page Url and Trigger the On Data Change Script","navPath":"SetEmbedPageUrlandTriggertheOnDataChangeScript.html","bundleId":"work-tasks-2023-sp1","id":"a6fb2ddbd-3fd1-4388-bc09-8dc851dac1a5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signature.html","title":"E-signature","navPath":"e-signature.html","bundleId":"work-tasks-2023-sp1","id":"adcbd5574-2525-47b2-bc37-4a7f81af8834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartProperties.html","title":"Gantt Chart","navPath":"GanttChartProperties.html","bundleId":"work-tasks-2023-sp1","id":"a8289a0f5-7116-431f-94c5-5107af325376","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleGanttChartRendering.html","title":"Example Gantt Chart Rendering","navPath":"ExampleGanttChartRendering.html","bundleId":"work-tasks-2023-sp1","id":"a720db0a7-96ac-41f1-9345-406d36020030","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252063.html","title":"Gauge","navPath":"252063.html","bundleId":"work-tasks-2023-sp1","id":"a6f44ab38-c625-4528-baa8-4e778bceb523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644117.html","title":"Geolocation","navPath":"644117.html","bundleId":"work-tasks-2023-sp1","id":"aaeb11b03-178a-42e3-849d-d2223f445df0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenField.html","title":"Hidden Field","navPath":"HiddenField.html","bundleId":"work-tasks-2023-sp1","id":"a4d91ea1f-5900-4095-8a8c-c297bc00d0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536289.html","title":"Hierarchical List","navPath":"536289.html","bundleId":"work-tasks-2023-sp1","id":"a6ddc9689-31fc-4974-ab8e-0dfaa2566053","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/hyperlink.html","title":"Hyperlink","navPath":"hyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a78400f88-6710-4c60-9665-ea5bc05fae31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/image.html","title":"Image","navPath":"image.html","bundleId":"work-tasks-2023-sp1","id":"a8ed9e4a5-5162-4ed7-8bd7-4298d097cc83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflow.html","title":"Invoke Workflow","navPath":"invokeworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aff382396-16d2-46b7-aa9c-6007910312d9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteWorkflows.html","title":"Overwrite Workflows","navPath":"OverwriteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a9f9a7523-9184-4b1e-b210-f7bd2c9e5c74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteXMLVariables.html","title":"Overwrite XML Variables","navPath":"OverwriteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a4fb6839d-31c0-412e-8304-87a1fce166ef","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/label.html","title":"Label","navPath":"label.html","bundleId":"work-tasks-2023-sp1","id":"ae808f33c-63f3-47bf-83de-ce038f34a035","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/list.html","title":"List","navPath":"list.html","bundleId":"work-tasks-2023-sp1","id":"a69f4afab-8a41-4085-bedc-34ebe7ae4851","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number.html","title":"Number","navPath":"number.html","bundleId":"work-tasks-2023-sp1","id":"a34182536-f83d-41db-88d5-778abe4fedc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/password.html","title":"Password","navPath":"password.html","bundleId":"work-tasks-2023-sp1","id":"a865861ff-7bf5-4a8f-845e-031477ba99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pop-up.html","title":"Pop-Up","navPath":"pop-up.html","bundleId":"work-tasks-2023-sp1","id":"a71c925a0-ef60-45fe-aebd-ff2be0922c63","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719163.html","title":"Progress Bar","navPath":"719163.html","bundleId":"work-tasks-2023-sp1","id":"a91430a49-3326-4df9-87b9-4faa3c31a1ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleScriptingScenariosandRendering.html","title":"Example Scripting Scenarios and Rendering","navPath":"ExampleScriptingScenariosandRendering.html","bundleId":"work-tasks-2023-sp1","id":"a9a2bd64e-302a-40d3-8b58-7e08f1f6dfa0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleProgressBarRendering.html","title":"Example Progress Bar Rendering","navPath":"ExampleProgressBarRendering.html","bundleId":"work-tasks-2023-sp1","id":"aa4f415f2-6866-483d-95b0-7c662be19d81","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435385.html","title":"QR Code","navPath":"435385.html","bundleId":"work-tasks-2023-sp1","id":"a3e6ec2a9-5fb5-419b-a53a-87b8a9c45de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/radiobutton.html","title":"Radio Button","navPath":"radiobutton.html","bundleId":"work-tasks-2023-sp1","id":"a249452f2-0738-4849-ac27-25bc3e9f5b52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewer.html","title":"Report Viewer","navPath":"reportviewer.html","bundleId":"work-tasks-2023-sp1","id":"a631795e2-e4d1-4304-bf8c-bf559a4a5912","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/437769.html","title":"Report Viewer Configuration","navPath":"437769.html","bundleId":"work-tasks-2023-sp1","id":"a5c477187-3548-4182-bf78-b751837417c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingreports.html","title":"Embed Reports","navPath":"embeddingreports.html","bundleId":"work-tasks-2023-sp1","id":"a803bc65c-406d-4562-95d8-cab0cf93e2b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingpop-upreports.html","title":"Link Pop-up Reports","navPath":"linkingpop-upreports.html","bundleId":"work-tasks-2023-sp1","id":"af193ff5b-9506-4f37-bde3-ab0b3f00dcb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingdownloadablereports.html","title":"Link Downloadable Reports","navPath":"linkingdownloadablereports.html","bundleId":"work-tasks-2023-sp1","id":"adc017387-9847-4ff2-89a9-a10d341beec9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/489816.html","title":"RFID","navPath":"489816.html","bundleId":"work-tasks-2023-sp1","id":"a5bc1e47f-0333-4325-b898-c6a894e5b634","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/198651.html","title":"Rich Text","navPath":"198651.html","bundleId":"work-tasks-2023-sp1","id":"a8aa04154-1c50-499d-a2b6-8572731e213a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolelookup.html","title":"Role Lookup","navPath":"rolelookup.html","bundleId":"work-tasks-2023-sp1","id":"a0710cd4d-70dd-4a10-adb6-3df84d78f843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/614604.html","title":"Signature","navPath":"614604.html","bundleId":"work-tasks-2023-sp1","id":"a2e78b5a2-49ee-419b-bb95-0c63c4b9c995","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number_1.html","title":"Slider","navPath":"number_1.html","bundleId":"work-tasks-2023-sp1","id":"ac1934253-0c6b-4f45-bb5d-8c33bd98990c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/text.html","title":"Text","navPath":"text.html","bundleId":"work-tasks-2023-sp1","id":"a8c2e2ae8-368a-465e-9fbd-111d98d500b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/time.html","title":"Time","navPath":"time.html","bundleId":"work-tasks-2023-sp1","id":"a2a4e4db7-482f-4c86-b677-84f2ce238906","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/230651.html","title":"Tree","navPath":"230651.html","bundleId":"work-tasks-2023-sp1","id":"a86c42515-6160-479d-a21c-4959a22832ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userlookup.html","title":"User Lookup","navPath":"userlookup.html","bundleId":"work-tasks-2023-sp1","id":"ae436d009-1a27-40ba-80a0-be34b2f21874","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/826789.html","title":"Widget","navPath":"826789.html","bundleId":"work-tasks-2023-sp1","id":"ade3a8c96-4603-49f8-a29a-2dce3bf8aeea","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902485.html","title":"Dynamic Widget Properties and Events","navPath":"902485.html","bundleId":"work-tasks-2023-sp1","id":"a433aba59-6149-40b9-82d7-946eeda34e2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902497.html","title":"Add or Edit a Dynamic Property or Event","navPath":"902497.html","bundleId":"work-tasks-2023-sp1","id":"a09966e34-9444-4e1a-a169-a8c1bc42f28f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855752.html","title":"Grid Widget","navPath":"855752.html","bundleId":"work-tasks-2023-sp1","id":"af05cdb2f-afea-40c7-b62f-88312bd3ccad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093483.html","title":"Grid Widget Properties Usage","navPath":"1093483.html","bundleId":"work-tasks-2023-sp1","id":"ab25d2768-32c2-4c08-a840-3e07330243ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903237.html","title":"Grid Widget Event","navPath":"903237.html","bundleId":"work-tasks-2023-sp1","id":"a302af65a-1f1f-4151-a215-b75587391e0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903242.html","title":"On Cell Change","navPath":"903242.html","bundleId":"work-tasks-2023-sp1","id":"a4d0d6148-e098-4cba-bee2-11e2466da47d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/917567.html","title":"On Initialize","navPath":"917567.html","bundleId":"work-tasks-2023-sp1","id":"ac9084f6f-2948-4689-9a3e-116ec478b97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093482.html","title":"On Row Selection","navPath":"1093482.html","bundleId":"work-tasks-2023-sp1","id":"ad96c9386-a19c-416d-abeb-365b7f6b535a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/858794.html","title":"Configure the Grid Widget","navPath":"858794.html","bundleId":"work-tasks-2023-sp1","id":"a0c4c2376-91c3-4720-81be-b365690daf37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860015.html","title":"Pass Data to or from the Widget","navPath":"860015.html","bundleId":"work-tasks-2023-sp1","id":"a5681a57a-d92a-42bb-b9d6-2bbd0b8d49c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869728.html","title":"Define Data Columns","navPath":"869728.html","bundleId":"work-tasks-2023-sp1","id":"a009b7099-abb7-4e58-91f0-6b19cd0d2726","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869729.html","title":"Clear Data Filters","navPath":"869729.html","bundleId":"work-tasks-2023-sp1","id":"aca5a6920-49fb-47e6-9faf-22dad2c5238a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869731.html","title":"Reset Grid Data Sort Order Setting","navPath":"869731.html","bundleId":"work-tasks-2023-sp1","id":"a88d100a2-382c-462c-a3aa-d6c12f6d9d7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869732.html","title":"Validate Data","navPath":"869732.html","bundleId":"work-tasks-2023-sp1","id":"aeac82f73-cb47-450c-a1bf-c8a79667110d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860016.html","title":"Grid Widget Configurable Parameters","navPath":"860016.html","bundleId":"work-tasks-2023-sp1","id":"aadc12c92-091c-4173-b9ec-2fc024536ab7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877810.html","title":"Modify Grid Widget Title","navPath":"877810.html","bundleId":"work-tasks-2023-sp1","id":"a52dc3eb5-9d3d-46e2-86fe-529c0e4cdf0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869895.html","title":"Modify Column Width and Column Headers","navPath":"869895.html","bundleId":"work-tasks-2023-sp1","id":"a9dee9f16-7636-467c-81de-2b46b4807110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869898.html","title":"Set Number of Records to Display in a Grid Page","navPath":"869898.html","bundleId":"work-tasks-2023-sp1","id":"a2b77e774-ad09-4f6c-884f-9bb3df5ab3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869909.html","title":"Configure Cell Datatypes and Input Field","navPath":"869909.html","bundleId":"work-tasks-2023-sp1","id":"a2777b038-930c-40e2-9410-8c2473940d6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876387.html","title":"Configure Column Background Color","navPath":"876387.html","bundleId":"work-tasks-2023-sp1","id":"aa5e8649a-3d91-4af0-8fc3-560e3fe93fbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876830.html","title":"Add Column-value Tooltip","navPath":"876830.html","bundleId":"work-tasks-2023-sp1","id":"a5096cb28-7e33-475d-9129-3ffcfdf5af7c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876835.html","title":"Grid widget UI controls","navPath":"876835.html","bundleId":"work-tasks-2023-sp1","id":"a7728fdfc-8f8c-4230-a5ea-708f1730bd6f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876832.html","title":"Add Progress Bar in Grid Column","navPath":"876832.html","bundleId":"work-tasks-2023-sp1","id":"afa049062-42fd-4d7f-a528-bf833f63f2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876834.html","title":"Add Datetime Picker","navPath":"876834.html","bundleId":"work-tasks-2023-sp1","id":"ab01a631b-2441-47c7-a3e4-0f1dd54f8fe4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876837.html","title":"Add Drop-down List","navPath":"876837.html","bundleId":"work-tasks-2023-sp1","id":"abd74153b-1bb9-49bd-9bba-d70acbe52c4f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860017.html","title":"Sort, Filter, and Reorder","navPath":"860017.html","bundleId":"work-tasks-2023-sp1","id":"a7226d970-1949-4ee8-abc3-be0386389e2b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869733.html","title":"Change Default Sorting Behavior","navPath":"869733.html","bundleId":"work-tasks-2023-sp1","id":"aa762ffed-c4c5-414b-bd5e-570b56292d33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/879965.html","title":"Filter Data through Scripting","navPath":"879965.html","bundleId":"work-tasks-2023-sp1","id":"a7754ab49-276d-4a7c-974c-4b154a9295e3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877839.html","title":"Column Data Alignment","navPath":"877839.html","bundleId":"work-tasks-2023-sp1","id":"aaf612e5b-a6e8-4ecb-aa7e-d97349a85c02","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855776.html","title":"Hierarchy Selector Widget","navPath":"855776.html","bundleId":"work-tasks-2023-sp1","id":"a71ff368d-ae12-4b81-9e0c-817cf1d489b5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/872741.html","title":"Hierarchy Selector Widget Properties Usage","navPath":"872741.html","bundleId":"work-tasks-2023-sp1","id":"aef16e252-58b6-4339-8c08-3afc63e662cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903458.html","title":"Hierarchy Selector Events","navPath":"903458.html","bundleId":"work-tasks-2023-sp1","id":"ae24365fa-b9c6-414c-9ac9-af6dfa6252d8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903243.html","title":"On Initialize","navPath":"903243.html","bundleId":"work-tasks-2023-sp1","id":"a50ce0e43-ce33-4045-a8c5-2a87391d4a41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/915579.html","title":"On Selection Change","navPath":"915579.html","bundleId":"work-tasks-2023-sp1","id":"a056f30ef-9cc2-474c-8231-87124e5847f4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/859853.html","title":"Configure Hierarchy Selector Widget","navPath":"859853.html","bundleId":"work-tasks-2023-sp1","id":"a851d01c5-f4c4-4308-8962-86d8653137cf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/863435.html","title":"Pass Data to and from Widget","navPath":"863435.html","bundleId":"work-tasks-2023-sp1","id":"a33cda13e-1a07-44f4-9b80-9be0bdf76f77","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869735.html","title":"Load Hierarchical Dataset","navPath":"869735.html","bundleId":"work-tasks-2023-sp1","id":"a42cba02c-9930-4387-9583-8de9ec438ca9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/885338.html","title":"Override the Hierarchy Selector's Default Behavior for Selected Child Node","navPath":"885338.html","bundleId":"work-tasks-2023-sp1","id":"afea65ab8-5343-41ba-bed2-8b95ce0b2a12","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869736.html","title":"Modify Widget Title, Header, and Captions","navPath":"869736.html","bundleId":"work-tasks-2023-sp1","id":"a55829891-dcdc-4e49-8eac-8a85e7c8bd15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869737.html","title":"Set Color for Parent Node","navPath":"869737.html","bundleId":"work-tasks-2023-sp1","id":"a7880db35-d2f9-49f4-b1ee-17ff5f11b4ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869738.html","title":"Set Color for Child Node","navPath":"869738.html","bundleId":"work-tasks-2023-sp1","id":"a9b57e5ac-deec-48f7-816f-c1374c8000bb","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/868368.html","title":"Localize Widgets","navPath":"868368.html","bundleId":"work-tasks-2023-sp1","id":"a968337d1-3423-4f29-8c73-358956d802da","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/870059.html","title":"Example localization text file","navPath":"870059.html","bundleId":"work-tasks-2023-sp1","id":"a987c2c80-67d4-4acf-bf60-6e239260e88b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/920100.html","title":"Configure Communication between Widget Control and Form","navPath":"920100.html","bundleId":"work-tasks-2023-sp1","id":"a473cd473-cf8c-4994-9dcc-bb09a51d62c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcontrols.html","title":"Custom Controls","navPath":"customcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ae2173cb2-afd8-464b-b213-a029dd81c5ec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcontrols.html","title":"Create Custom Controls","navPath":"creatingcustomcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a3fbf361a-b2e3-4ce2-a601-4b1bc46175f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/extendingexistingcontrols.html","title":"Extend Existing Controls","navPath":"extendingexistingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a2737d472-59be-40f3-a2eb-0e0fdf912f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customproperties.html","title":"Custom Properties","navPath":"customproperties.html","bundleId":"work-tasks-2023-sp1","id":"a4e4d5f87-5d47-4484-af39-c0e126ace00f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attributingproperties.html","title":"Attributing Properties","navPath":"attributingproperties.html","bundleId":"work-tasks-2023-sp1","id":"a5abd747d-d526-4ef7-b6e4-6091364a8b07","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/propertyindex.html","title":"Property Index","navPath":"propertyindex.html","bundleId":"work-tasks-2023-sp1","id":"a4292642d-610e-44f9-ba79-a31809d6a4d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomproperties.html","title":"Create Custom Properties","navPath":"creatingcustomproperties.html","bundleId":"work-tasks-2023-sp1","id":"a96a56339-ec84-4992-a7cd-e07c4d480956","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189993.html","title":"IControlProperty","navPath":"189993.html","bundleId":"work-tasks-2023-sp1","id":"a214dee0a-a0d7-4c33-905b-7b67a0119458","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/custombindings.html","title":"Custom Bindings","navPath":"custombindings.html","bundleId":"work-tasks-2023-sp1","id":"a6d50d77f-88a8-4362-8faf-58f6bbb79ce8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ibindingproperty.html","title":"IBindingProperty","navPath":"ibindingproperty.html","bundleId":"work-tasks-2023-sp1","id":"abcc9d34b-8c5d-4c8f-ba6c-f2c45dc9f034","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rulescustom.html","title":"Rules","navPath":"rulescustom.html","bundleId":"work-tasks-2023-sp1","id":"aed91c7e8-7e9e-47e8-9410-7bf6cf617d61","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/definingrules.html","title":"Define Rules","navPath":"definingrules.html","bundleId":"work-tasks-2023-sp1","id":"a56ffef63-d3cb-4be2-8411-d774598134a1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/referencingcustom.html","title":"Reference External CSS and JS Files","navPath":"referencingcustom.html","bundleId":"work-tasks-2023-sp1","id":"a7ae6a9d8-cce7-4757-b4d9-cb716614c561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizationcustom.html","title":"Localization","navPath":"localizationcustom.html","bundleId":"work-tasks-2023-sp1","id":"a17ddf634-0c61-47cd-8f7b-5ceab71238ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcategories.html","title":"Custom Categories","navPath":"customcategories.html","bundleId":"work-tasks-2023-sp1","id":"a69e53080-fad2-4127-abd2-35aef9bd5b4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcategories.html","title":"Create Custom Categories","navPath":"creatingcustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"a25b35faa-26e8-42aa-a65c-8cb60ed9731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsincustomcategories.html","title":"Add Custom Controls in Custom Categories","navPath":"addingcustomcontrolsincustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"aa2c29b15-5ee6-41f2-abda-24e4e293f3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsinthecontrolscategory.html","title":"Add Custom Controls in the Controls Category","navPath":"addingcustomcontrolsinthecontrolscategory.html","bundleId":"work-tasks-2023-sp1","id":"aeb424396-1a43-4ebe-b85f-014ac0e90c7b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295134.html","title":"Organize Form Controls","navPath":"295134.html","bundleId":"work-tasks-2023-sp1","id":"a902d09a4-e74b-4145-918b-9bcb7082768d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplemaskedinputcontrol.html","title":"Example: Masked Input Control","navPath":"examplemaskedinputcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a35e2b0c6-f779-4e42-bbc5-d18082ebb0e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputsfcontrolscs.html","title":"SFControl​.cs","navPath":"maskedinputsfcontrolscs.html","bundleId":"work-tasks-2023-sp1","id":"a1a6963e3-2429-44c1-b33f-426508cfdaed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputmycustomcs.html","title":"MaskedInput​.cs","navPath":"maskedinputmycustomcs.html","bundleId":"work-tasks-2023-sp1","id":"a75829226-e7ae-47a0-b427-ea5113a59ee8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltamaskedinputjs.html","title":"skelta​.maskedinput​.js","navPath":"skeltamaskedinputjs.html","bundleId":"work-tasks-2023-sp1","id":"a488c3696-b53a-40f4-a3d4-4269929bca18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295366.html","title":"Add Masked Input Property for Check Syntax Validation","navPath":"295366.html","bundleId":"work-tasks-2023-sp1","id":"a1d6aaab7-4d8a-4fd6-a4f2-8bc5b1193443","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188411.html","title":"Custom Controls with Kendo UI","navPath":"188411.html","bundleId":"work-tasks-2023-sp1","id":"a44f81021-7388-4eb7-be6d-cf2952a39e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188412.html","title":"Create Custom Controls with Kendo UI","navPath":"188412.html","bundleId":"work-tasks-2023-sp1","id":"adb3b09ae-2577-4e9c-b780-620e325b4824","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188413.html","title":"Create Knockout Bindings for Kendo UI","navPath":"188413.html","bundleId":"work-tasks-2023-sp1","id":"a6e13d8b2-25aa-4218-b763-e646bb12bbc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188640.html","title":"Knockout Bindings for Kendo UI","navPath":"188640.html","bundleId":"work-tasks-2023-sp1","id":"a5ddf53b0-1a8d-451a-8fa7-3af813383abb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188806.html","title":"Example: Barchart Control","navPath":"188806.html","bundleId":"work-tasks-2023-sp1","id":"a792152a9-dbcf-4b2c-947f-71132a4db200","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299.html","title":"SFControl​.cs","navPath":"262299.html","bundleId":"work-tasks-2023-sp1","id":"acefb05f3-3c8d-4ca5-a103-d6262dff4632","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188808.html","title":"BarChart​.cs","navPath":"188808.html","bundleId":"work-tasks-2023-sp1","id":"a99a93241-6fb6-4b4e-b45c-3d2873196998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188815.html","title":"BarChartBindingProperty​.cs","navPath":"188815.html","bundleId":"work-tasks-2023-sp1","id":"a0ba40cdf-ba81-46b7-8864-77c892454eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262301.html","title":"knockout-kendo​.kendochart​.js","navPath":"262301.html","bundleId":"work-tasks-2023-sp1","id":"abb60e5f0-db85-484e-9de2-1e7bac8f57c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262302.html","title":"corp​.customcontrol​.barchart​.js","navPath":"262302.html","bundleId":"work-tasks-2023-sp1","id":"a28da1015-7ef0-4f51-adbc-8c3059a729e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295368.html","title":"Add Barchart Properties for Check Syntax Validation","navPath":"295368.html","bundleId":"work-tasks-2023-sp1","id":"a25fef3e4-164a-4c91-a4b5-5341fb651b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190589.html","title":"Example: RichTextBox Control","navPath":"190589.html","bundleId":"work-tasks-2023-sp1","id":"ab48bcd5a-7f18-410d-a07e-187656f5d71e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299_1.html","title":"SFControl​.cs","navPath":"262299_1.html","bundleId":"work-tasks-2023-sp1","id":"a80d159c7-da7e-4fb3-8384-f4dc73583cc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190592.html","title":"RichTextBox​.cs","navPath":"190592.html","bundleId":"work-tasks-2023-sp1","id":"a7a2bb3f8-8d64-4d6e-bbb6-02218fb5bd99","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190595.html","title":"knockout-kendo​.editor​.js","navPath":"190595.html","bundleId":"work-tasks-2023-sp1","id":"a6bc5330a-bf55-4b3b-8a8c-38689cec746b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190596.html","title":"richtextbox​.js","navPath":"190596.html","bundleId":"work-tasks-2023-sp1","id":"a7f6e8a50-0ab9-4247-a6f2-ce7cc59d497e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555182.html","title":"Custom Controls with Angular 12","navPath":"555182.html","bundleId":"work-tasks-2023-sp1","id":"a2107ed1f-f066-4a34-b3a6-9b4e52c0c769","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555183.html","title":"Create Custom Controls with Angular 12","navPath":"555183.html","bundleId":"work-tasks-2023-sp1","id":"a50d24f3f-ee95-4331-9774-c49c42084735","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190538.html","title":"Custom Controls with Custom Properties","navPath":"190538.html","bundleId":"work-tasks-2023-sp1","id":"a20ce88b2-6153-4c5f-8ffd-c69231ebc74d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190699.html","title":"Example: PropertyLookup Control","navPath":"190699.html","bundleId":"work-tasks-2023-sp1","id":"af20774d6-5aea-418a-827d-f7f9b88bbd92","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190694.html","title":"SFControl​.cs","navPath":"190694.html","bundleId":"work-tasks-2023-sp1","id":"a8786c070-6cfa-4730-a709-f2ae5597fcf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190695.html","title":"PropertyLookup​.cs","navPath":"190695.html","bundleId":"work-tasks-2023-sp1","id":"a9eaf01b9-833c-4319-810e-905ef48b9da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190696.html","title":"PropertyLookup​.js","navPath":"190696.html","bundleId":"work-tasks-2023-sp1","id":"a37567bbc-0b0f-4859-a11d-84a4dfb0d633","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190698.html","title":"PropertyLookup​.css","navPath":"190698.html","bundleId":"work-tasks-2023-sp1","id":"aca5d548a-b54b-4a01-a116-478e86f58c3e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190705.html","title":"Example: Autocomplete Control","navPath":"190705.html","bundleId":"work-tasks-2023-sp1","id":"a9830c03b-43cc-4bbd-9b60-a06467a0ec44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190706.html","title":"SFControl​.cs","navPath":"190706.html","bundleId":"work-tasks-2023-sp1","id":"a59d4c3e6-3cf4-4c5d-9de0-58630dce3b4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190707.html","title":"Autocomplete​.cs","navPath":"190707.html","bundleId":"work-tasks-2023-sp1","id":"a7b5c5d7c-f488-4af7-b071-befaf4997e47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190714.html","title":"GridProperty​.cs","navPath":"190714.html","bundleId":"work-tasks-2023-sp1","id":"a4018c3e0-1acc-4e51-a8ec-5844d5de45f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190715.html","title":"PopupProperty​.cs","navPath":"190715.html","bundleId":"work-tasks-2023-sp1","id":"a92b0ec44-2edd-4f5a-846c-82ff344ceafd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190710.html","title":"Autocomplete​.js","navPath":"190710.html","bundleId":"work-tasks-2023-sp1","id":"ac20fa403-83aa-483a-9245-718f953b6d3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190712.html","title":"knockout-kendo​.autocompletebinding​.js","navPath":"190712.html","bundleId":"work-tasks-2023-sp1","id":"a64cdb11b-139c-4de9-8133-fd094ba9d481","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190713.html","title":"BaseFormWithValidationScript​.xml","navPath":"190713.html","bundleId":"work-tasks-2023-sp1","id":"a9b45a9ba-3e6a-416e-884f-69e63ff30bf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/191052.html","title":"PropertyLookup​.htm","navPath":"191052.html","bundleId":"work-tasks-2023-sp1","id":"afacedca2-acde-4252-a8dc-d81d5a121a15","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202165.html","title":"Custom Control with Standard Properties","navPath":"202165.html","bundleId":"work-tasks-2023-sp1","id":"a5f8de4ef-ff0b-4e27-a5e8-75fcc15037db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202426.html","title":"Example: TreeView Control","navPath":"202426.html","bundleId":"work-tasks-2023-sp1","id":"a895feaca-ef9f-430f-85f4-08bd287354a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202427.html","title":"SFControl​.cs","navPath":"202427.html","bundleId":"work-tasks-2023-sp1","id":"a64d96ae7-d4f7-4462-9010-0b4c020cf0ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202428.html","title":"TreeView​.cs","navPath":"202428.html","bundleId":"work-tasks-2023-sp1","id":"a7296694b-6eb2-4c4b-a3b5-709ec8fbe31d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202429.html","title":"TreeViewBinding​.cs","navPath":"202429.html","bundleId":"work-tasks-2023-sp1","id":"ab0a228d7-668f-48cc-ae9e-a45229817672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202430.html","title":"corp​.customControls​.treeView​.js","navPath":"202430.html","bundleId":"work-tasks-2023-sp1","id":"af6611fcb-ec95-4b34-a849-6b54f8e2bcdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202431.html","title":"kendo​.treeview​.js","navPath":"202431.html","bundleId":"work-tasks-2023-sp1","id":"a7c0684c9-ff30-464e-b999-783edce9f7b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202432.html","title":"knockout-kendo​.treeview​.js","navPath":"202432.html","bundleId":"work-tasks-2023-sp1","id":"a71ec1f18-98d7-42e0-ab2c-0683c5a0eb85","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295001.html","title":"Add Custom Control Members as White List for Check syntax validations","navPath":"295001.html","bundleId":"work-tasks-2023-sp1","id":"a472a650f-9964-4e3e-90d6-67947698b8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultValues.html","title":"Default Values","navPath":"DefaultValues.html","bundleId":"work-tasks-2023-sp1","id":"af9abd76f-37b2-4a3f-94d2-5366a91447c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidationofValues.html","title":"Validation of Values","navPath":"ValidationofValues.html","bundleId":"work-tasks-2023-sp1","id":"ae1fde206-3367-4216-b720-c924e7e37620","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/layouts.html","title":"Form Layouts","navPath":"layouts.html","bundleId":"work-tasks-2023-sp1","id":"aaf2ea2fa-bfdc-4210-8dde-84aa39057a48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designingformlayouts.html","title":"Design Form Layouts","navPath":"designingformlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a3a50344c-b41c-492d-aed9-e7275103e28a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplesaleregistrationform.html","title":"Example: Sale Registration Form","navPath":"examplesaleregistrationform.html","bundleId":"work-tasks-2023-sp1","id":"ae88e3d7d-e653-4f47-8132-62e8875c1531","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190453.html","title":"Forms in Custom Pages","navPath":"190453.html","bundleId":"work-tasks-2023-sp1","id":"ad4bcb0bb-a66f-4570-b4f5-db8d47c239a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190455.html","title":"Load Single Form","navPath":"190455.html","bundleId":"work-tasks-2023-sp1","id":"a547cb497-d48a-4302-9851-329cac4949cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190456.html","title":"Single Form Custom Page Template","navPath":"190456.html","bundleId":"work-tasks-2023-sp1","id":"a1682d639-f76e-46af-8187-7f8b7af054f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localization_1.html","title":"Localization","navPath":"localization_1.html","bundleId":"work-tasks-2023-sp1","id":"ace2317db-c30d-42ff-aa11-6533c0f190a3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingforms.html","title":"Localize Forms","navPath":"localizingforms.html","bundleId":"work-tasks-2023-sp1","id":"aef9a34bf-a86f-4b75-9ab4-551269bab5f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingcontrolnames.html","title":"Localize Control Names and Descriptions","navPath":"localizingcontrolnames.html","bundleId":"work-tasks-2023-sp1","id":"a73564500-0340-4343-9493-fcc29c2f3a0d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingstandardvalidationmessages.html","title":"Localize Standard Validation Messages","navPath":"localizingstandardvalidationmessages.html","bundleId":"work-tasks-2023-sp1","id":"a1dc9cf0a-b76f-436a-ab5b-2c33e5b3a71d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingmessagesinvalidationscripts.html","title":"Localize Messages in Validation Scripts","navPath":"localizingmessagesinvalidationscripts.html","bundleId":"work-tasks-2023-sp1","id":"a3b3f51ec-7079-4c75-91ee-f7b917196e48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/517766.html","title":"Localize Column Names in Data Grid","navPath":"517766.html","bundleId":"work-tasks-2023-sp1","id":"afe160a75-aaec-4ba9-b9b1-370d88e9af2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberanddateformats.html","title":"Number and Date Formats","navPath":"numberanddateformats.html","bundleId":"work-tasks-2023-sp1","id":"a32d6db62-9493-4ea2-98a2-6eb288086469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberformats.html","title":"Number Formats","navPath":"numberformats.html","bundleId":"work-tasks-2023-sp1","id":"a0ec7d95d-561d-4432-b642-c51c8edd5efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dateandtimeformats.html","title":"Date and Time Formats","navPath":"dateandtimeformats.html","bundleId":"work-tasks-2023-sp1","id":"abc560300-78ab-48e6-a460-ad54dcf2447d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scripts.html","title":"Form Scripts","navPath":"scripts.html","bundleId":"work-tasks-2023-sp1","id":"ab0965f6d-0e55-42af-bf6c-353a0a0ecc0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Framework.html","title":"Framework","navPath":"Framework.html","bundleId":"work-tasks-2023-sp1","id":"a23816853-01cd-4944-8ef8-4f61cfb53a96","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JavaScript.html","title":"JavaScript","navPath":"JavaScript.html","bundleId":"work-tasks-2023-sp1","id":"abf2c8678-1353-4f0a-a95e-a70b51e5f372","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73293.html","title":"Script Editor","navPath":"73293.html","bundleId":"work-tasks-2023-sp1","id":"a24bb6e88-22db-4796-bc4f-98a8ef3a0c53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateScripts.html","title":"Validate Scripts","navPath":"ValidateScripts.html","bundleId":"work-tasks-2023-sp1","id":"aa9446cb7-5c2e-4a0c-92c2-0f25a8db2133","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soathroughscripts.html","title":"SOA through Scripts","navPath":"soathroughscripts.html","bundleId":"work-tasks-2023-sp1","id":"ac5b8ffe5-7101-4c1c-ad8d-c17c382531cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Guidelines.html","title":"Guidelines","navPath":"Guidelines.html","bundleId":"work-tasks-2023-sp1","id":"a6d11d79b-0e8c-4990-bc18-3726bd5e43e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PropertiesandEvents.html","title":"Properties and Events","navPath":"PropertiesandEvents.html","bundleId":"work-tasks-2023-sp1","id":"a673575fe-b388-4f46-a5d4-a464e45743ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Enable.html","title":"Enable","navPath":"Enable.html","bundleId":"work-tasks-2023-sp1","id":"a9b0d16d0-1d3e-43b3-97b0-596a7402a56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Visible.html","title":"Visible","navPath":"Visible.html","bundleId":"work-tasks-2023-sp1","id":"af0b8486e-c771-41c6-a36c-2bb97a17825c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReadOnly.html","title":"Read-Only","navPath":"ReadOnly.html","bundleId":"work-tasks-2023-sp1","id":"aee7d2409-5b2b-4af9-a162-01b17552ada4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mandatory.html","title":"Mandatory","navPath":"Mandatory.html","bundleId":"work-tasks-2023-sp1","id":"a6cfba6a9-d83a-40e0-843c-1f2f95702d19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Validate.html","title":"Validate","navPath":"Validate.html","bundleId":"work-tasks-2023-sp1","id":"a24f8c472-6ca2-400a-a8d2-b8965bf4b18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/options.html","title":"Options","navPath":"options.html","bundleId":"work-tasks-2023-sp1","id":"a5fc376fe-fe6f-4971-9120-e019de5b9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Behavior.html","title":"Behavior","navPath":"Behavior.html","bundleId":"work-tasks-2023-sp1","id":"a662aff08-c2ae-4414-894d-28c556228fec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingextendedinformation.html","title":"Extended Information","navPath":"accessingextendedinformation.html","bundleId":"work-tasks-2023-sp1","id":"a523334e5-ca8d-42ee-b724-fd6c6d42bc78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/onclick.html","title":"On Click","navPath":"onclick.html","bundleId":"work-tasks-2023-sp1","id":"a1dd8f6db-60bc-4877-9a02-d70f4da42d0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataBound.html","title":"On Data Bound","navPath":"OnDataBound.html","bundleId":"work-tasks-2023-sp1","id":"a406b9a38-741c-4840-9697-0f72f811618c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataChange.html","title":"On Data Change","navPath":"OnDataChange.html","bundleId":"work-tasks-2023-sp1","id":"a5e379efb-1fab-43ea-acb1-51c3629c4c1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnFormLoad.html","title":"On Form Load","navPath":"OnFormLoad.html","bundleId":"work-tasks-2023-sp1","id":"a053eb07b-ab76-466c-9380-b1620958819b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordAdd.html","title":"On Record Add","navPath":"OnRecordAdd.html","bundleId":"work-tasks-2023-sp1","id":"a917a1c31-3751-4611-a48f-fd9d904d5b1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordDelete.html","title":"On Record Delete","navPath":"OnRecordDelete.html","bundleId":"work-tasks-2023-sp1","id":"a1d01c0b3-5d25-4e5d-97d1-5b2c1f481968","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnSelectionChange.html","title":"On Selection Change","navPath":"OnSelectionChange.html","bundleId":"work-tasks-2023-sp1","id":"aa4a03b7b-b945-4492-bbbd-a69f06c5ed5e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTabIndexChange.html","title":"On Tab Index Change","navPath":"OnTabIndexChange.html","bundleId":"work-tasks-2023-sp1","id":"a36eba1fb-db22-4df4-924d-4f97cd9cb920","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCheckChange.html","title":"On Check Change","navPath":"OnCheckChange.html","bundleId":"work-tasks-2023-sp1","id":"a95be1fe6-6e86-481e-91ab-c6a714295247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252067.html","title":"On Initialize","navPath":"252067.html","bundleId":"work-tasks-2023-sp1","id":"a0cad9e4f-d52a-4cac-9b1c-97afa5de5c51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RecordVisible.html","title":"Record Visible","navPath":"RecordVisible.html","bundleId":"work-tasks-2023-sp1","id":"a69a71c07-6055-4ea6-92fd-39a8732be427","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RangeColor.html","title":"Range Color","navPath":"RangeColor.html","bundleId":"work-tasks-2023-sp1","id":"aadc7df27-561f-40ff-8c1e-2af804dceb50","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContainersScript.html","title":"Containers","navPath":"ContainersScript.html","bundleId":"work-tasks-2023-sp1","id":"a173d0ffa-36ba-4222-bfe5-00d711c2ed7c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformscriptguidelines.html","title":"Base Form","navPath":"baseformscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aff985446-0dfd-4289-840c-9ecf85f92865","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PanelFormScript.html","title":"Panel Form","navPath":"PanelFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a806b1401-3ac1-4317-b70d-2dd966e70a8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionBarScript.html","title":"Action Bar","navPath":"ActionBarScript.html","bundleId":"work-tasks-2023-sp1","id":"a8859f11d-c302-400c-9a26-ebd0f7b77e29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabsScript.html","title":"Tabs","navPath":"TabsScript.html","bundleId":"work-tasks-2023-sp1","id":"a7f8f2d9d-20a0-4609-8f0b-bb1b49306e30","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabScript.html","title":"Tab","navPath":"TabScript.html","bundleId":"work-tasks-2023-sp1","id":"adfe7ac43-c535-4920-914f-356c38fc0082","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlsScripts.html","title":"Controls","navPath":"ControlsScripts.html","bundleId":"work-tasks-2023-sp1","id":"abbe351b8-8faa-4d02-80fd-2a0f17dbbca9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArcScripting.html","title":"Arc","navPath":"ArcScripting.html","bundleId":"work-tasks-2023-sp1","id":"a2c9f6493-98d2-4fea-91ac-9731f7f1df21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachmentscriptguidelines.html","title":"Attachment","navPath":"attachmentscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad85a9940-8b58-4cea-8007-8547774cfd7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanScript.html","title":"Boolean","navPath":"BooleanScript.html","bundleId":"work-tasks-2023-sp1","id":"a61f57124-bd8b-46ac-914b-8d405187b3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ButtonScript.html","title":"Button","navPath":"ButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"add3c0abf-3869-4a06-8083-fb50d4412c4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719691.html","title":"Card","navPath":"719691.html","bundleId":"work-tasks-2023-sp1","id":"a6c0bb2d2-035a-4690-a144-87b5c3a6bd27","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718901.html","title":"Example Scripting Scenarios and Rendering","navPath":"718901.html","bundleId":"work-tasks-2023-sp1","id":"af021cb5e-c010-43a5-8209-84587a6b9203","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/701201.html","title":"Scripting Scenarios","navPath":"701201.html","bundleId":"work-tasks-2023-sp1","id":"a3aebda6f-b56c-40f2-aa27-91a40d40fe6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/705389.html","title":"Example Card Control Rendering","navPath":"705389.html","bundleId":"work-tasks-2023-sp1","id":"a1e1e8bc5-a04d-4d57-b7c4-c15c1c6972f3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536293.html","title":"Chart","navPath":"536293.html","bundleId":"work-tasks-2023-sp1","id":"a779eb158-8be4-46f2-a345-886cfb025b72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckBox_1.html","title":"Check Box","navPath":"CheckBox_1.html","bundleId":"work-tasks-2023-sp1","id":"ad59a63f6-68b3-4fa9-9004-c341ff1c4d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataGrid_1.html","title":"Data Grid","navPath":"DataGrid_1.html","bundleId":"work-tasks-2023-sp1","id":"a0be95846-3ca4-445f-817d-b93fdb6d16ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataLookup_1.html","title":"Data Lookup","navPath":"DataLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a92d16e-ea2e-43f7-88fb-a65012adb9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateScript.html","title":"Date","navPath":"DateScript.html","bundleId":"work-tasks-2023-sp1","id":"a50d50d5e-40b8-4018-b810-8f504ba07988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeScript.html","title":"Date Time","navPath":"DateTimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a538bb564-2ce9-41df-82fe-4df0d8820001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DropDownScript.html","title":"Drop-Down","navPath":"DropDownScript.html","bundleId":"work-tasks-2023-sp1","id":"ad97e1b65-fc0f-426f-a542-19cbc9532219","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailScript.html","title":"Email","navPath":"EmailScript.html","bundleId":"work-tasks-2023-sp1","id":"a17eaad80-c8ab-4afc-81f2-146e7767334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedFormScript.html","title":"Embed Form","navPath":"EmbedFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a3c1c4eca-008c-45b2-8427-6f41897e4a22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedPageScript.html","title":"Embed Page","navPath":"EmbedPageScript.html","bundleId":"work-tasks-2023-sp1","id":"a7ea6ebf2-49ee-44af-b6d0-a9d5aeb4414d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signaturescriptguidelines.html","title":"E-signature","navPath":"e-signaturescriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ae7fa3d90-a123-4c85-8c19-0de21a1fdac8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartScripting.html","title":"Gantt Chart","navPath":"GanttChartScripting.html","bundleId":"work-tasks-2023-sp1","id":"a77eb5cec-820f-46c1-ae31-29affe7e006c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GaugeScript.html","title":"Gauge","navPath":"GaugeScript.html","bundleId":"work-tasks-2023-sp1","id":"a887cccaa-6cad-41cf-845e-f9d0bf448656","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GeolocationScript.html","title":"Geolocation","navPath":"GeolocationScript.html","bundleId":"work-tasks-2023-sp1","id":"a55df2eac-f404-4d83-a0ba-1fbd87d6b98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenFieldScript.html","title":"Hidden Field","navPath":"HiddenFieldScript.html","bundleId":"work-tasks-2023-sp1","id":"ad16c6f2b-4e8f-4c94-b50d-9dc7800d7adf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HierarchicalListScript.html","title":"Hierarchical List","navPath":"HierarchicalListScript.html","bundleId":"work-tasks-2023-sp1","id":"a4147403f-77bf-4f5a-857f-43d65e6e8612","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HyperlinkScript.html","title":"Hyperlink","navPath":"HyperlinkScript.html","bundleId":"work-tasks-2023-sp1","id":"a80db9c87-481f-48bc-9dea-4996f9bc9e03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImageScript.html","title":"Image","navPath":"ImageScript.html","bundleId":"work-tasks-2023-sp1","id":"aec471e74-cfb1-4bde-8841-fe1fca873c66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflowscriptguidelines.html","title":"Invoke Workflow","navPath":"invokeworkflowscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aabf8a4bb-8188-4e2e-bf46-b3f4a1568ff8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LabelScript.html","title":"Label","navPath":"LabelScript.html","bundleId":"work-tasks-2023-sp1","id":"a87c3f791-6cc5-4002-b765-5d3eff298c84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScript.html","title":"List","navPath":"ListScript.html","bundleId":"work-tasks-2023-sp1","id":"a0334c277-ebb3-45d5-b41c-cfbaccb1aed5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NumberScript.html","title":"Number","navPath":"NumberScript.html","bundleId":"work-tasks-2023-sp1","id":"ae9725cb1-a63b-473d-b263-8d5eb7d1586a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PasswordScript.html","title":"Password","navPath":"PasswordScript.html","bundleId":"work-tasks-2023-sp1","id":"afba5abd2-5992-4565-aa3d-dc4027347497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PopUpScript.html","title":"Pop-Up","navPath":"PopUpScript.html","bundleId":"work-tasks-2023-sp1","id":"af68fd846-6ce4-4257-b5e1-6b3381fafc37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719165.html","title":"Progress Bar","navPath":"719165.html","bundleId":"work-tasks-2023-sp1","id":"add8f6177-50ce-40ed-8354-2d7537a3688e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RadioButtonScript.html","title":"Radio Button","navPath":"RadioButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"a46e1d47d-df8d-4f45-ae13-8a48ca9985a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewerscriptguidelines.html","title":"Report Viewer","navPath":"reportviewerscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aaf191e60-b8bc-4e25-8420-100489060f8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RichTextScript.html","title":"Rich Text","navPath":"RichTextScript.html","bundleId":"work-tasks-2023-sp1","id":"aa553ef56-7bab-4646-92fe-c26fabc1b06b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleLookupScript.html","title":"Role Lookup","navPath":"RoleLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a55f67cef-817a-4f60-80d9-72b7e5325afa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SignatureScript.html","title":"Signature","navPath":"SignatureScript.html","bundleId":"work-tasks-2023-sp1","id":"ac60f2463-47ba-4b0f-aa50-d2613d2f8a6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SliderScript.html","title":"Slider","navPath":"SliderScript.html","bundleId":"work-tasks-2023-sp1","id":"a299b25e3-247f-4014-9af5-58ff71378a18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextScript.html","title":"Text","navPath":"TextScript.html","bundleId":"work-tasks-2023-sp1","id":"a0a4ced46-ff52-4822-844c-f7d5e675f3bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeScript.html","title":"Time","navPath":"TimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a342aa2df-d01e-4ff1-b4d5-c9b6002af3bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TreeScript.html","title":"Tree","navPath":"TreeScript.html","bundleId":"work-tasks-2023-sp1","id":"a73dc6437-3b03-45fc-8605-5a687896b193","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookupScript.html","title":"User Lookup","navPath":"UserLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a5f379bbf-ad8c-40ef-b47a-0e6b9c7bfe2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/827028.html","title":"Widget","navPath":"827028.html","bundleId":"work-tasks-2023-sp1","id":"abe42c193-0e6c-4ce8-bb7e-da9925eb556e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParameters.html","title":"Forms Parameters","navPath":"FormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"a8c9c7e79-3043-429d-86a5-d8fc47dcd5be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFormsParameters.html","title":"Add Forms Parameters","navPath":"AddFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"ab2106091-7396-415c-8d58-ad075eebbbc6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteFormsParameters.html","title":"Delete Forms Parameters","navPath":"DeleteFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"abfed2378-fbb2-415a-84d5-b3fe77375a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetFormsParameters.html","title":"Set Forms Parameters","navPath":"SetFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"add1680cf-2275-48ef-950f-30c6b6402be2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParametersforInvokeFormActivity.html","title":"Forms Parameters for Invoke Form Activity","navPath":"FormsParametersforInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a40527d76-4cf6-4c34-a731-cd1e93b0ba05","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesinScripts.html","title":"Best Practices","navPath":"BestPracticesinScripts.html","bundleId":"work-tasks-2023-sp1","id":"a7e06072b-5686-46fc-a891-347daba7ee74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/APIs.html","title":"APIs","navPath":"APIs.html","bundleId":"work-tasks-2023-sp1","id":"a8a4529fc-1934-4d11-b523-ac365299ec63","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAPIs.html","title":"Forms APIs","navPath":"FormsAPIs.html","bundleId":"work-tasks-2023-sp1","id":"a77a13ccb-5735-4142-9a1c-520210d4b161","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUcloseForm.html","title":"SFU​.closeForm()","navPath":"SFUcloseForm.html","bundleId":"work-tasks-2023-sp1","id":"a405f6fe4-91af-4f08-b2c9-03e213c8b49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUdecodeXmlValue.html","title":"SFU​.decodeXmlValue()","navPath":"SFUdecodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"ab560123e-3571-4393-9c28-6f1920103901","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUencodeXmlValue.html","title":"SFU​.encodeXmlValue()","navPath":"SFUencodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"a39ff212b-b27c-4d49-9343-31e3524fa5e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/765030.html","title":"SFU​.getClientCredentialToken()","navPath":"765030.html","bundleId":"work-tasks-2023-sp1","id":"a2d5543f8-07f9-40b1-9836-39021af69a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInStringFormat.html","title":"SFU​.getDateTimeInStringFormat()","navPath":"SFUgetDateTimeInStringFormat.html","bundleId":"work-tasks-2023-sp1","id":"a37bea45a-9ab4-4f07-95ea-155581ae546c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInServerUTCFormat.html","title":"SFU​.getDateTimeInServerUTCFormat()","navPath":"SFUgetDateTimeInServerUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"a77e802af-d947-41ac-a986-d287f7b781e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInUTCFormat.html","title":"SFU​.getDateTimeInUTCFormat()","navPath":"SFUgetDateTimeInUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"afb06954b-2d9f-42ef-a94a-bf8154a6e90c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetFormUrl.html","title":"SFU​.getFormUrl()","navPath":"SFUgetFormUrl.html","bundleId":"work-tasks-2023-sp1","id":"ae84ccc75-53a6-4f25-814e-f80f6323d8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetGridValue.html","title":"SFU​.getGridValue()","navPath":"SFUgetGridValue.html","bundleId":"work-tasks-2023-sp1","id":"abc5e4b6d-b5ca-4292-9288-7a33ef5668d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetImagePath.html","title":"SFU​.getImagePath()","navPath":"SFUgetImagePath.html","bundleId":"work-tasks-2023-sp1","id":"a3b25c910-8d9e-4a40-88d4-ee17beb18699","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetJSONObjectFromXml.html","title":"SFU​.getJSONObjectFromXml()","navPath":"SFUgetJSONObjectFromXml.html","bundleId":"work-tasks-2023-sp1","id":"aef63007c-f450-4c86-9ec2-3b5f7a9cb222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetLookupSchemaAndData.html","title":"SFU​.getLookupSchemaAndData()","navPath":"SFUgetLookupSchemaAndData.html","bundleId":"work-tasks-2023-sp1","id":"aaf1cea43-b018-4bd2-8d8c-ff28683cd200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetServerUtcOffset.html","title":"SFU​.getServerUtcOffset()","navPath":"SFUgetServerUtcOffset.html","bundleId":"work-tasks-2023-sp1","id":"a51117c4a-b3de-477b-a5e0-acd2c878a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetStorageItem.html","title":"SFU​.getStorageItem()","navPath":"SFUgetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"aeec65e35-5b22-4a7a-849d-51b0734e0c09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserAccessToken.html","title":"SFU​.getUserAccessToken()","navPath":"SFUgetUserAccessToken.html","bundleId":"work-tasks-2023-sp1","id":"ac8456f4f-584f-47b7-a627-fa699c6b6a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserLookupExtendedInformation.html","title":"SFU​.getUserLookupExtendedInformation()","navPath":"SFUgetUserLookupExtendedInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9e7586df-a8e9-4d92-8f7f-d0a38f3055e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/833395.html","title":"SFU​.getUserMemberOf()","navPath":"833395.html","bundleId":"work-tasks-2023-sp1","id":"a9fb5e779-8633-4110-b420-aac7d339fbda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserRoles.html","title":"SFU​.getUserRoles()","navPath":"SFUgetUserRoles.html","bundleId":"work-tasks-2023-sp1","id":"a261da06b-5080-4adb-b3a6-15588709721a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserSecurityGroup.html","title":"SFU​.getUserSecurityGroup()","navPath":"SFUgetUserSecurityGroup.html","bundleId":"work-tasks-2023-sp1","id":"ab8235884-a73b-43bc-8142-58c299e65c60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetValueForRightCode.html","title":"SFU​.getValueForRightCode()","navPath":"SFUgetValueForRightCode.html","bundleId":"work-tasks-2023-sp1","id":"a6f8409fd-9654-41ed-bac2-87068dc0ef61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetVirtualActorId.html","title":"SFU​.getVirtualActorId()","navPath":"SFUgetVirtualActorId.html","bundleId":"work-tasks-2023-sp1","id":"a9623a4ae-bef5-41f3-9095-4c0671200f96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetXmlFromJSONObject.html","title":"SFU​.getXmlFromJSONObject()","navPath":"SFUgetXmlFromJSONObject.html","bundleId":"work-tasks-2023-sp1","id":"a445b578b-9b19-4599-90b4-87e9ca5835b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUhideLoader.html","title":"SFU​.hideLoader()","navPath":"SFUhideLoader.html","bundleId":"work-tasks-2023-sp1","id":"aac3d9e80-d787-48ab-9f4a-bca90865a0c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfuincludecustomcssfiles.html","title":"SFU​.includeCustomCssFiles()","navPath":"sfuincludecustomcssfiles.html","bundleId":"work-tasks-2023-sp1","id":"a83668983-4e0e-43a4-b237-1690183f5d57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaformsutilitiesincludecustomjsfiles.html","title":"SFU​.includeCustomJsFiles()","navPath":"skeltaformsutilitiesincludecustomjsfiles.html","bundleId":"work-tasks-2023-sp1","id":"a9176345d-ceb1-47e2-845d-e8315bc001e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1057633.html","title":"SFU​.initializeWidgetFormCommunication()","navPath":"1057633.html","bundleId":"work-tasks-2023-sp1","id":"afdf9386c-b09a-40d1-b511-fdb8d7660f6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUinvokeWorkflow.html","title":"SFU​.invokeWorkflow()","navPath":"SFUinvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a86fcf416-ce93-417d-9c58-678e7317af47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisArray.html","title":"SFU​.isArray()","navPath":"SFUisArray.html","bundleId":"work-tasks-2023-sp1","id":"ac7e64843-c68d-4c28-ad8e-54bf72109446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisControlInNewMode.html","title":"SFU​.isControlInNewMode()","navPath":"SFUisControlInNewMode.html","bundleId":"work-tasks-2023-sp1","id":"a86b40c31-8681-4d53-8429-cdf09d56524b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisEmpty.html","title":"SFU​.isEmpty()","navPath":"SFUisEmpty.html","bundleId":"work-tasks-2023-sp1","id":"a821d474a-39e2-45e2-8957-9a5434d26590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisFormInEditMode.html","title":"SFU​.isFormInEditMode()","navPath":"SFUisFormInEditMode.html","bundleId":"work-tasks-2023-sp1","id":"acafc88dc-b80b-4ed1-abd5-96139505e899","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisMobileDisplayMode.html","title":"SFU​.isMobileDisplayMode()","navPath":"SFUisMobileDisplayMode.html","bundleId":"work-tasks-2023-sp1","id":"a4532b8f9-0123-4510-af32-67e4a8499f2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisNumber.html","title":"SFU​.isNumber()","navPath":"SFUisNumber.html","bundleId":"work-tasks-2023-sp1","id":"aafcf0211-ec0a-496a-ac6e-432d86dbb197","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisUndefined.html","title":"SFU​.isUndefined()","navPath":"SFUisUndefined.html","bundleId":"work-tasks-2023-sp1","id":"a31ac9026-c9e2-49ac-8adf-6bb9e8353fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767421.html","title":"SFU​.isWorkTasksPro()","navPath":"767421.html","bundleId":"work-tasks-2023-sp1","id":"a95cb0e37-ee6d-4c21-b74b-3e46e9c6d586","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767422.html","title":"SFU​.isWorkTasksProConnectedToInternet()","navPath":"767422.html","bundleId":"work-tasks-2023-sp1","id":"a11d306cf-8886-4a58-94ba-295a1aa7a981","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644453.html","title":"SFU​.logMessageToWMLogger()","navPath":"644453.html","bundleId":"work-tasks-2023-sp1","id":"ab8b9fc83-1f59-490e-86db-c8048b3daeae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUparseNumberValue.html","title":"SFU​.parseNumberValue()","navPath":"SFUparseNumberValue.html","bundleId":"work-tasks-2023-sp1","id":"a4fbe35f5-854e-440e-a1a5-e21d91994e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUreloadForm.html","title":"SFU​.reloadForm()","navPath":"SFUreloadForm.html","bundleId":"work-tasks-2023-sp1","id":"ac41338b3-dd8f-4220-b292-4973eb05a4b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsetStorageItem.html","title":"SFU​.setStorageItem()","navPath":"SFUsetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"afca8e0ca-6711-4728-bb9a-a8f2f066552b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189252.html","title":"SFU​.soaMethod()","navPath":"189252.html","bundleId":"work-tasks-2023-sp1","id":"ad97ec3a9-6ecd-416f-bc56-ee10c714bc50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfushowalert.html","title":"SFU​.showAlert()","navPath":"sfushowalert.html","bundleId":"work-tasks-2023-sp1","id":"ab9c94d5c-e1f0-4875-9f76-18e0cebd4e1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowConfirmation.html","title":"SFU​.showConfirmation()","navPath":"SFUshowConfirmation.html","bundleId":"work-tasks-2023-sp1","id":"aecbfc49b-5259-4982-8fa7-d84627dc845c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowError.html","title":"SFU​.showError()","navPath":"SFUshowError.html","bundleId":"work-tasks-2023-sp1","id":"a579c1261-c7d7-413b-8b65-622609364a60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowLoader.html","title":"SFU​.showLoader()","navPath":"SFUshowLoader.html","bundleId":"work-tasks-2023-sp1","id":"a81ca8df0-fbac-40a4-b229-bd54980f6948","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowPopupControl.html","title":"SFU​.showPopupControl()","navPath":"SFUshowPopupControl.html","bundleId":"work-tasks-2023-sp1","id":"a37e3b671-4bc4-40a0-bd11-897d205d5aca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowWarning.html","title":"SFU​.showWarning()","navPath":"SFUshowWarning.html","bundleId":"work-tasks-2023-sp1","id":"af136ba85-7c25-488e-88ec-20162e28d8ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsubscribeToControlParameters.html","title":"SFU​.subscribeToControlParameters()","navPath":"SFUsubscribeToControlParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5b4c10c3-4bb0-46f1-bb7a-309679c89769","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/686372.html","title":"SFU​.updateFormHeaderForWorkTasksPro()","navPath":"686372.html","bundleId":"work-tasks-2023-sp1","id":"ada1b5c27-0dfb-460f-8fe7-38711527b224","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecord.html","title":"control​.addRecord()","navPath":"controladdRecord.html","bundleId":"work-tasks-2023-sp1","id":"afdfbfcfd-2562-4211-b30c-e6dac525b834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToBottom.html","title":"control​.addRecordToBottom()","navPath":"controladdRecordToBottom.html","bundleId":"work-tasks-2023-sp1","id":"a21c30781-0bce-492b-b86b-c0acba3d89bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToPosition.html","title":"control​.addRecordToPosition()","navPath":"controladdRecordToPosition.html","bundleId":"work-tasks-2023-sp1","id":"a5a8980ba-1336-46ea-b5ea-5c85889af292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToTop.html","title":"control​.addRecordToTop()","navPath":"controladdRecordToTop.html","bundleId":"work-tasks-2023-sp1","id":"a03c04916-fb28-4ed6-b467-0d599300fc8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlapplyFilter.html","title":"control​.applyFilter()","navPath":"controlapplyFilter.html","bundleId":"work-tasks-2023-sp1","id":"a20712e16-4525-4929-bc75-8bdc5d54629f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlassociatedform.html","title":"control​.associatedForm","navPath":"controlassociatedform.html","bundleId":"work-tasks-2023-sp1","id":"a875a7749-9265-4123-a257-7cf7b8b89738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearContent.html","title":"control​.clearContent()","navPath":"controlclearContent.html","bundleId":"work-tasks-2023-sp1","id":"a63412c78-c083-4ef0-8f97-c4a0cfbaf119","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearFilter.html","title":"control​.clearFilter()","navPath":"controlclearFilter.html","bundleId":"work-tasks-2023-sp1","id":"a36a02df5-3cf8-4761-8553-b1eda99cbe94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlcontrols.html","title":"control​.controls()","navPath":"controlcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a66ecb487-6338-4fe8-84f0-4093ec4521bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controldatacontainerform.html","title":"control​.dataContainerForm","navPath":"controldatacontainerform.html","bundleId":"work-tasks-2023-sp1","id":"a27558c82-5d0f-4131-a5d7-e682298bebeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllById.html","title":"control​.findAllById()","navPath":"controlfindAllById.html","bundleId":"work-tasks-2023-sp1","id":"a55de738a-fcc1-4c37-acc0-4cd82dbafd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByName.html","title":"control​.findAllByName()","navPath":"controlfindAllByName.html","bundleId":"work-tasks-2023-sp1","id":"a3b7f6ab9-12a3-434a-a2dd-d5d0d2ef5810","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByXmlNode.html","title":"control​.findAllByXmlNode()","navPath":"controlfindAllByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a939ba394-c30f-45c4-8fdd-33e08bd13767","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindById.html","title":"control​.findById()","navPath":"controlfindById.html","bundleId":"work-tasks-2023-sp1","id":"ae62f0440-484a-4c8a-9716-61ab2d0b3fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByName.html","title":"control​.findByName()","navPath":"controlfindByName.html","bundleId":"work-tasks-2023-sp1","id":"a7e53f5b9-55ef-4572-a021-bc7c9e11d00f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByXmlNode.html","title":"control​.findByXmlNode()","navPath":"controlfindByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"aadb194bd-459e-4b08-a099-c0763d2252b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlById.html","title":"control​.findChildRecordControlById()","navPath":"controlfindChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a78b44e8a-4ad7-4a99-b35e-2410a37a494f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByName.html","title":"control​.findChildRecordControlByName()","navPath":"controlfindChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"aa675f610-8714-476a-b3a0-e2df9aeec0a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByXmlNode.html","title":"control​.findChildRecordControlByXmlNode()","navPath":"controlfindChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a51957a78-10bf-4b2a-8918-7fea3616fe16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlById.html","title":"control​.findImmediateChildRecordControlById()","navPath":"controlfindImmediateChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a89576048-ea1b-4820-95a3-27c919f744d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByName.html","title":"control​.findImmediateChildRecordControlByName()","navPath":"controlfindImmediateChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"a298bce29-69cc-4862-8bbb-8d68e16ff843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByXmlNode.html","title":"control​.findImmediateChildRecordControlByXmlNode()","navPath":"controlfindImmediateChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"adf24826e-82e3-4d37-9786-c07a082ecadb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetFormSubmissionData.html","title":"control​.getFormSubmissionData()","navPath":"controlgetFormSubmissionData.html","bundleId":"work-tasks-2023-sp1","id":"aa98c37e7-06c1-466d-acd9-0d116c4d57f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetType.html","title":"control​.getType()","navPath":"controlgetType.html","bundleId":"work-tasks-2023-sp1","id":"a536b728e-885b-47b6-ad22-0685434156b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775629.html","title":"control​.refreshCard()","navPath":"775629.html","bundleId":"work-tasks-2023-sp1","id":"a7e42d501-7a87-40c3-b5d7-052ae0dc61d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746399.html","title":"control​.refreshData()","navPath":"746399.html","bundleId":"work-tasks-2023-sp1","id":"aa6b99bde-6f35-4d81-ae0a-3d89f819a0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshGrid.html","title":"control​.refreshGrid()","navPath":"controlrefreshGrid.html","bundleId":"work-tasks-2023-sp1","id":"af51f3403-aa16-4db6-ba70-7c0ecdff1a06","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshTree.html","title":"control​.refreshTree()","navPath":"controlrefreshTree.html","bundleId":"work-tasks-2023-sp1","id":"a3b936c62-2c01-41ac-b677-73d4c61f0ff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremove.html","title":"control​.remove()","navPath":"controlremove.html","bundleId":"work-tasks-2023-sp1","id":"a4d9b2d7f-d2b5-424c-b0f9-d2629d9f053a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAll.html","title":"control​.removeAll()","navPath":"controlremoveAll.html","bundleId":"work-tasks-2023-sp1","id":"a249e15c8-7120-4163-aca2-25b1de0b039a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAt.html","title":"control​.removeAt()","navPath":"controlremoveAt.html","bundleId":"work-tasks-2023-sp1","id":"a590139ba-f0bb-499d-ac13-d5cf179b1744","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoverecord.html","title":"control​.removeRecord()","navPath":"controlremoverecord.html","bundleId":"work-tasks-2023-sp1","id":"aa0a2605f-5ab4-4f80-ac9e-e2fc5d7e38a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitClick.html","title":"control​.submitClick()","navPath":"controlsubmitClick.html","bundleId":"work-tasks-2023-sp1","id":"abe7abf84-b0cf-45a3-ac27-d636d0e48efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectedTabIndex.html","title":"control​.selectedTabIndex()","navPath":"controlselectedTabIndex.html","bundleId":"work-tasks-2023-sp1","id":"a71379190-420f-4c20-af03-17960b53a592","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectRecord.html","title":"control​.selectRecord()","navPath":"controlselectRecord.html","bundleId":"work-tasks-2023-sp1","id":"adf416278-4380-4991-80c2-67440138ef4e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectTab.html","title":"control​.selectTab()","navPath":"controlselectTab.html","bundleId":"work-tasks-2023-sp1","id":"aa78e3e14-d2af-4a4d-b398-26a80b679123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitForm.html","title":"control​.submitForm()","navPath":"controlsubmitForm.html","bundleId":"work-tasks-2023-sp1","id":"a2cadeef8-a4b9-40ed-9ddd-48cc882a4099","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumById.html","title":"control​.sumById()","navPath":"controlsumById.html","bundleId":"work-tasks-2023-sp1","id":"a65aee269-b417-4d9a-b313-d936dab00b3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByName.html","title":"control​.sumByName()","navPath":"controlsumByName.html","bundleId":"work-tasks-2023-sp1","id":"a260f7588-5d12-4ed8-81fd-f57b9372067a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByXmlNode.html","title":"control​.sumByXmlNode()","navPath":"controlsumByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"afb71381b-da7a-43e1-9be1-e880deb2cd3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelForm.html","title":"control​.topLevelForm()","navPath":"controltopLevelForm.html","bundleId":"work-tasks-2023-sp1","id":"a817848b3-25b2-49fc-b436-1f252f8eb5c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelFormactionbargetActionItemByName.html","title":"control​.topLevelForm​.actionbar​.getActionItemByName()","navPath":"controltopLevelFormactionbargetActionItemByName.html","bundleId":"work-tasks-2023-sp1","id":"ad3266f92-ff52-4963-a1d9-052486a4b386","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel1ProgressDisplay.html","title":"control​.updateLevel1ProgressDisplay()","navPath":"controlupdateLevel1ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a8296cc22-bd9d-4d28-8d15-c55df89389a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2.html","title":"control​.updateLevel2()","navPath":"controlupdateLevel2.html","bundleId":"work-tasks-2023-sp1","id":"a41ef86c4-7452-4a5b-ac73-f3e84538ce74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ProgressDisplay.html","title":"control​.updateLevel2ProgressDisplay()","navPath":"controlupdateLevel2ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a0b2c126a-658e-460b-9655-022095e4f8e4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2SelectItem.html","title":"control​.updateLevel2SelectItem()","navPath":"controlupdateLevel2SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"a43b9b9d2-713b-4816-9160-c5cf597c0c30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ToggleDisplay.html","title":"control​.updateLevel2ToggleDisplay()","navPath":"controlupdateLevel2ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a3b5779a9-d845-4711-9eb4-762d9182cee7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3.html","title":"control​.updateLevel3()","navPath":"controlupdateLevel3.html","bundleId":"work-tasks-2023-sp1","id":"a20ed3c4b-e9df-4436-9576-2fb53cefe7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ProgressDisplay.html","title":"control​.updateLevel3ProgressDisplay()","navPath":"controlupdateLevel3ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a52775845-8d54-401a-b722-51181b5c2813","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3SelectItem.html","title":"control​.updateLevel3SelectItem()","navPath":"controlupdateLevel3SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"ae02508e8-b630-4347-9496-d3f34e634ede","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ToggleDisplay.html","title":"control​.updateLevel3ToggleDisplay()","navPath":"controlupdateLevel3ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a1bf8806b-3f97-4648-adb1-29263bd81bfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateControl.html","title":"control​.validateControl()","navPath":"controlvalidateControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8eaab29-70d0-4a49-827c-dc37d2d84d1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateForm.html","title":"control​.validateForm()","navPath":"controlvalidateForm.html","bundleId":"work-tasks-2023-sp1","id":"ae59ac6c6-3c7c-48c5-87d1-59e96d4c22ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateRecord.html","title":"control​.validateRecord()","navPath":"controlvalidateRecord.html","bundleId":"work-tasks-2023-sp1","id":"aecdd5689-8853-461a-8e71-94d8dc98dbc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/isControlVisible.html","title":"isControlVisible()","navPath":"isControlVisible.html","bundleId":"work-tasks-2023-sp1","id":"a5e38e4f9-58e0-4d2c-887d-2d3d64ffcbbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81024.html","title":"skelta​.localize​.getString()","navPath":"81024.html","bundleId":"work-tasks-2023-sp1","id":"a4187ccf6-2b96-4d5e-bed7-399c0124c90a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81025.html","title":"skelta​.userContext​.getUserContextFor()","navPath":"81025.html","bundleId":"work-tasks-2023-sp1","id":"a2cf35c4d-c80e-48b5-ad68-0cdff21a68dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltagridgetDataSource.html","title":"skelta​.grid​.getDataSource()","navPath":"skeltagridgetDataSource.html","bundleId":"work-tasks-2023-sp1","id":"abc5da88d-d9dc-4c9e-8443-6da5819ef15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webapis.html","title":"Web APIs","navPath":"webapis.html","bundleId":"work-tasks-2023-sp1","id":"a960defc8-1bb7-41cd-b6f8-42f862b2e758","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/677026.html","title":"Web API Certificate-based Authentication","navPath":"677026.html","bundleId":"work-tasks-2023-sp1","id":"affb264c2-32d4-4c09-a783-e4c9313ea1de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676962.html","title":"Web API Server Configuration","navPath":"676962.html","bundleId":"work-tasks-2023-sp1","id":"a406703ae-7afa-42de-8f6f-026650ec387c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676963.html","title":"Web API Client Configuration","navPath":"676963.html","bundleId":"work-tasks-2023-sp1","id":"a0e098884-2f02-48dd-b9bc-b08e7bac7a19","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/724528.html","title":"Web API Type files for Swagger/OpenAPI based Web APIs","navPath":"724528.html","bundleId":"work-tasks-2023-sp1","id":"abe0abd60-fba1-431f-8fa9-3035b8d73815","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/738916.html","title":"Web API Source","navPath":"738916.html","bundleId":"work-tasks-2023-sp1","id":"aa843c866-ebee-4a28-bc59-3b53ce4587c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/217543.html","title":"Import a New Form using an API","navPath":"217543.html","bundleId":"work-tasks-2023-sp1","id":"aee1e33bf-a3fe-457e-bd8b-ce496cb1b3c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenarios.html","title":"Scenarios","navPath":"Scenarios.html","bundleId":"work-tasks-2023-sp1","id":"abc552ca8-f718-4e1e-a6f1-343284a931f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario1Purchase_Order_Form.html","title":"Scenario 1: Purchase Order Form","navPath":"Scenario1Purchase_Order_Form.html","bundleId":"work-tasks-2023-sp1","id":"ab792a337-3340-428b-bff6-8b7d2a61f108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario2VehicleRegistrationForm.html","title":"Scenario 2: Vehicle Registration Form","navPath":"Scenario2VehicleRegistrationForm.html","bundleId":"work-tasks-2023-sp1","id":"a4e1d49cb-a27b-4014-a536-4b453a1c9a38","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario3EMIForm.html","title":"Scenario 3: EMI Form","navPath":"Scenario3EMIForm.html","bundleId":"work-tasks-2023-sp1","id":"a9781e4f0-7b1b-468c-9cca-e16bb1d3c324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Examples.html","title":"Examples","navPath":"Examples.html","bundleId":"work-tasks-2023-sp1","id":"a925e9048-9a86-4a11-a365-beeb61e5377e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessingValuesofaSelectedRowThroughOtherControls.html","title":"Accessing Values of a Selected Row Through Other Controls","navPath":"AccessingValuesofaSelectedRowThroughOtherControls.html","bundleId":"work-tasks-2023-sp1","id":"a9ae4e676-f81f-4363-b08a-00ed7606a751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDataGridtoWorkflows.html","title":"Add Data Grid to Workflows","navPath":"AddDataGridtoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aee4c279e-a9bb-4d08-9a68-f5ead2957de1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHierarchicalDataGrid.html","title":"Create a Hierarchical Data Grid","navPath":"CreateaHierarchicalDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a8c58c15b-9296-4d6c-87be-86f4100d25a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/197670.html","title":"Customize Forms Using Custom Styles","navPath":"197670.html","bundleId":"work-tasks-2023-sp1","id":"a66f9f137-a99a-4ef3-a809-909bef729c8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/179029.html","title":"Data Binding Drop-Down Controls Using Lookups","navPath":"179029.html","bundleId":"work-tasks-2023-sp1","id":"affe8b62d-1f0e-4ad6-830c-1a8385e9ac6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202435.html","title":"Data Binding Drop-Down Controls Using Lookup Name (Non-parameterized)","navPath":"202435.html","bundleId":"work-tasks-2023-sp1","id":"a492cdcf1-c636-416c-9d2c-25b9c1abb3ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202437.html","title":"Data Binding Drop-Down Controls Using a Lookup Name (Parameterized)","navPath":"202437.html","bundleId":"work-tasks-2023-sp1","id":"a6c92b501-fcb7-4a66-b179-1441486b67d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRecordinaBaseFormControl.html","title":"Delete Record in a Base Form Control","navPath":"DeleteRecordinaBaseFormControl.html","bundleId":"work-tasks-2023-sp1","id":"a084ad00a-f1fb-4273-afcb-e9c48dfff07f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserInformationofLoggedonUser.html","title":"Get User Information of Logged-on User","navPath":"GetUserInformationofLoggedonUser.html","bundleId":"work-tasks-2023-sp1","id":"a004d6356-ca34-4827-aeab-8acd1fab82d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HidetheColumnHeaderinaDataGrid.html","title":"Hide the Column Header in a Data Grid","navPath":"HidetheColumnHeaderinaDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ac70fbee5-757a-448a-bd7e-c1239599cc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","title":"Localize BlockingOutput Messages for Invoke Workflow Control","navPath":"LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","bundleId":"work-tasks-2023-sp1","id":"afe5cc4b6-ee9f-4b28-bd86-d46067bfbcc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreventDuplicateDataEntriesinControls.html","title":"Prevent Duplicate Data Entries in Controls","navPath":"PreventDuplicateDataEntriesinControls.html","bundleId":"work-tasks-2023-sp1","id":"a7cb80af3-e5b5-4a0d-b960-007e323ee32f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/206583.html","title":"Print a Form","navPath":"206583.html","bundleId":"work-tasks-2023-sp1","id":"a8781960d-bd45-4592-b761-f2c3f6641ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","title":"Select and Act on Multiple Work Items Using the Enable Multi Select option","navPath":"SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","bundleId":"work-tasks-2023-sp1","id":"aa98cc65a-63b6-4eba-a221-dca364c8ddde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","title":"Set the Consider Available Height and Dynamic Page Size Properties","navPath":"SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","bundleId":"work-tasks-2023-sp1","id":"ab88a132e-9509-49d1-9a03-61905f95f115","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetValuesforaDataGridonPostExecutionofaWorkflow.html","title":"Set Values for a Data Grid on Post Execution of a Workflow","navPath":"SetValuesforaDataGridonPostExecutionofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73b272b6-2b69-4776-bb44-de32cc457565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ShowEmbeddedDatafromWebAPILookupinDataGrid.html","title":"Show Embedded Data from Web API Lookup in Data Grid","navPath":"ShowEmbeddedDatafromWebAPILookupinDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a2f3c4c02-4e99-40e6-9d6c-30bc70377692","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194926.html","title":"Show Icons in Data Grid Columns","navPath":"194926.html","bundleId":"work-tasks-2023-sp1","id":"abf747be9-22e8-4852-a43f-42bc0d84aa0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateColumnNamesinaBaseForm.html","title":"Update Column Names in a Base Form","navPath":"UpdateColumnNamesinaBaseForm.html","bundleId":"work-tasks-2023-sp1","id":"a7dd04821-a08f-4f7b-925a-aeb4a2c9bf05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189701.html","title":"Use Data from Data Grid Set As Data Source","navPath":"189701.html","bundleId":"work-tasks-2023-sp1","id":"abf72bd4b-19b1-4918-9a4e-595fc1919cb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194592.html","title":"Use Data from Parameterized Data Grid in Base Form","navPath":"194592.html","bundleId":"work-tasks-2023-sp1","id":"a265b46a7-8e68-4f67-af82-9d95b6c199b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheSecurityAPIs.html","title":"Use the Security APIs","navPath":"UsetheSecurityAPIs.html","bundleId":"work-tasks-2023-sp1","id":"ad57d70bd-d767-4e9f-bf32-c82177eac8d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189973.html","title":"View Attachments uploaded from Forms","navPath":"189973.html","bundleId":"work-tasks-2023-sp1","id":"af3cc25a6-cfff-417d-8bcc-8c4f1456e6af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1264475.html","title":"Access Attachments from Another Form","navPath":"1264475.html","bundleId":"work-tasks-2023-sp1","id":"aefa7a2e1-a483-4dd1-8e43-a6dad471b999","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/support.html","title":"Troubleshooting Forms","navPath":"support.html","bundleId":"work-tasks-2023-sp1","id":"a8d6af9bb-cc0a-4e04-a326-63cb2bb073f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/62676.html","title":"Troubleshoot","navPath":"62676.html","bundleId":"work-tasks-2023-sp1","id":"a515d9a0d-0fe4-4c3f-9691-23d0b535ade1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/195029.html","title":"Supported Library Versions","navPath":"195029.html","bundleId":"work-tasks-2023-sp1","id":"a9ac26027-4a4b-4846-8a1f-b8138b796f05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/faqs.html","title":"FAQs","navPath":"faqs.html","bundleId":"work-tasks-2023-sp1","id":"a96c4fc7c-eb1d-4659-a160-205e666f8f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsDesigner.html","title":"Lists Designer","navPath":"ListsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ad7788037-0ba1-4fc3-9d62-8cb15368d9ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managelists.html","title":"Manage Lists","navPath":"managelists.html","bundleId":"work-tasks-2023-sp1","id":"a076bdd81-e378-45ea-848c-4f55a2a68523","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportLists.html","title":"Import Lists","navPath":"ImportLists.html","bundleId":"work-tasks-2023-sp1","id":"a512d8783-afa5-413c-b2b9-9a22aae9ad92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportLists.html","title":"Export Lists","navPath":"ExportLists.html","bundleId":"work-tasks-2023-sp1","id":"ae564ad1d-e05c-4e39-85ef-0fceea200bff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofLists.html","title":"Edit Properties of Lists","navPath":"EditPropertiesofLists.html","bundleId":"work-tasks-2023-sp1","id":"a56b97624-7279-429c-ae5a-88a164fae713","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewFormStructure.html","title":"View Form Structure","navPath":"ViewFormStructure.html","bundleId":"work-tasks-2023-sp1","id":"a434cdd85-57fb-4881-9801-73d2840ec1a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoGeneratingForms.html","title":"Auto Generating Forms","navPath":"AutoGeneratingForms.html","bundleId":"work-tasks-2023-sp1","id":"a0f1d3042-c007-4a34-bff1-5d4f437d36da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsmanagecontrols.html","title":"Manage Controls","navPath":"listsmanagecontrols.html","bundleId":"work-tasks-2023-sp1","id":"a1d5663ae-7df2-4d8b-91dc-7894171354b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsaddingcontrols.html","title":"Add Controls","navPath":"listsaddingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"aa9366a7a-dc0a-4cca-8262-e2f39f412658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls_1.html","title":"Replace Controls","navPath":"ReplaceControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ae5e3cd2f-9292-4da2-870c-e5c11499d15a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls_1.html","title":"Move Controls","navPath":"MoveControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ac4fd82e2-cd73-4d52-aeb9-e9b294ed6672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls_1.html","title":"Delete Controls","navPath":"DeleteControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a088c7f55-59e9-4607-9a40-da5ac522b043","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls_1.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a43a3a65b-8fa1-4ec7-8181-38b5e040e17f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsapi.html","title":"Lists API","navPath":"listsapi.html","bundleId":"work-tasks-2023-sp1","id":"a5b1dd7c1-f6b6-4216-8d50-0c6715cb8908","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinglistusinglistdefinition.html","title":"Create List using ListDefinition","navPath":"creatinglistusinglistdefinition.html","bundleId":"work-tasks-2023-sp1","id":"ae57727b8-4d87-43dc-9793-866d1c4d106c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updatinglistitembyvalidatingsecurity.html","title":"Update List Item by Validating Security","navPath":"updatinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a1496d837-63c0-4cef-99d9-42a126e286fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinglistitembyvalidatingsecurity.html","title":"Delete List Item by Validating Security","navPath":"deletinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a6f91f6db-3646-4133-a965-314341481cee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingvaluesofdefaultfieldoflist.html","title":"Get Values of Default Field of List","navPath":"gettingvaluesofdefaultfieldoflist.html","bundleId":"work-tasks-2023-sp1","id":"a4a661f6f-7dcb-4dba-8041-cd8c55fdc1b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem_1.html","title":"Save ListItem","navPath":"SaveListItem_1.html","bundleId":"work-tasks-2023-sp1","id":"ac6ed7b91-6669-4a50-bb69-a72fd8940b39","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsadvanced.html","title":"Advanced List Features","navPath":"listsadvanced.html","bundleId":"work-tasks-2023-sp1","id":"ae640255b-8b2b-4636-951e-3286bceb14f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControlProperties.html","title":"List Control Properties","navPath":"ListControlProperties.html","bundleId":"work-tasks-2023-sp1","id":"a4c0c2920-97b6-4f38-8542-45e9d3765b3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListParent.html","title":"List(Parent)","navPath":"ListParent.html","bundleId":"work-tasks-2023-sp1","id":"a40fcaaf7-4686-4b0a-a95f-3fa37ad0bae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Attachment_1.html","title":"Attachment","navPath":"Attachment_1.html","bundleId":"work-tasks-2023-sp1","id":"a2840e555-d69e-4e8c-8fb4-5e0cf5640ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanInput.html","title":"BooleanInput","navPath":"BooleanInput.html","bundleId":"work-tasks-2023-sp1","id":"aab480cfd-dd0c-46fd-94ba-51ec345ebe21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateInput.html","title":"DateInput","navPath":"DateInput.html","bundleId":"work-tasks-2023-sp1","id":"ab9eed917-36db-483c-a4f3-c0aeb571823c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecimalInput.html","title":"DecimalInput","navPath":"DecimalInput.html","bundleId":"work-tasks-2023-sp1","id":"ad335ff83-55f1-42f5-af73-d27ad56a66aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GUIDInput.html","title":"GUIDInput","navPath":"GUIDInput.html","bundleId":"work-tasks-2023-sp1","id":"abef8182f-d7c0-4248-a942-0be7d44ea4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegerInput.html","title":"IntegerInput","navPath":"IntegerInput.html","bundleId":"work-tasks-2023-sp1","id":"a369d1ec0-398d-4004-8cdb-55b386fb807a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookup_1.html","title":"UserLookup","navPath":"UserLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a7e091d6c-08f1-4610-8763-a418326e845e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupInput.html","title":"LookupInput","navPath":"LookupInput.html","bundleId":"work-tasks-2023-sp1","id":"a77d5607a-7c31-4539-a9e7-4a55dd83d2c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextInput.html","title":"TextInput","navPath":"TextInput.html","bundleId":"work-tasks-2023-sp1","id":"ac8c5d94b-ab84-46c6-9874-6c14f4b78a70","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listtable1.html","title":"List Table","navPath":"listtable1.html","bundleId":"work-tasks-2023-sp1","id":"a090e00d3-c109-4f47-82d7-f9942b5adb15","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariablesforLists.html","title":"XML Variables for Lists","navPath":"XMLVariablesforLists.html","bundleId":"work-tasks-2023-sp1","id":"a346fef35-1a6d-4382-ae77-d5aacda5a8b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaworkflowforalistinasinglestep2.html","title":"Create a Workflow for a List in a Single Step","navPath":"creatingaworkflowforalistinasinglestep2.html","bundleId":"work-tasks-2023-sp1","id":"a2597933c-5863-4ef3-b4fe-2575c0863b86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListXMLVariable.html","title":"Schema of XML List XML Variable","navPath":"SchemaofXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a351d2d80-2ba4-4c21-b94d-b07d85fdb146","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListTypeXMLVariable.html","title":"Create an XML List Type XML Variable","navPath":"CreateanXMLListTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a76c20650-bce1-4bd8-9245-a9037c5ca964","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangetheScopeoftheXMLListXMLVariable.html","title":"Change the Scope of the XML List XML Variable","navPath":"ChangetheScopeoftheXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad2db3173-6bc6-48e4-9423-b892ff4f4c7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetuptheListQueryScope.html","title":"Set up the List Query Scope","navPath":"SetuptheListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a840bca9f-4960-4e30-8b86-ec41fe3141ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorTypeXMLVariable.html","title":"Create an XML List Iterator Type XML Variable","navPath":"CreateanXMLListIteratorTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a9314240a-54a3-484c-b6ac-017857a235f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorTypeXMLVariableforGridItems.html","title":"Create an XML Iterator Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"aa2457c9e-d4e4-4701-9cf0-cb2e624297b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableScenarios.html","title":"XML Variable Scenarios","navPath":"XMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afb1b8e97-c1a6-470c-bd83-1db7dab54d9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItem.html","title":"Add a New List Item","navPath":"AddaNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"a3b71e2af-9b07-4ea0-aa2f-2535d8810949","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow_1.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa5bfb51a-0bc2-46bd-bc86-71b74c1e3b65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingthelistitemasdifferentversion.html","title":"Save the List item as Different Version as Draft/Published using XML Variable","navPath":"savingthelistitemasdifferentversion.html","bundleId":"work-tasks-2023-sp1","id":"ad769b3ad-dcdb-4b8f-a5a1-f8bc6e4a3c6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewItemtoaListFolderusingListXMLVariable.html","title":"Add New Item to a List Folder using List XML Variable","navPath":"AddNewItemtoaListFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ade03724f-9314-4152-9cd3-21e50f871e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteanItemfromaListFolderusingXMLVariable.html","title":"Delete an Item from a List Folder using XML Variable","navPath":"DeleteanItemfromaListFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a472ad476-da04-41fd-a814-8ce179804fb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveanItemtoaFolderusingListXMLVariable.html","title":"Move an Item to a Folder using List XML Variable","navPath":"MoveanItemtoaFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a3a369ae2-7795-476e-8096-4840f8039de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewFolderusingXMLVariable.html","title":"Create a New Folder using XML Variable","navPath":"CreateaNewFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad3cdde1f-df0f-47f2-aedf-69a5c38ad9be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItemwithGridItems.html","title":"Add a New List Item with Grid Items","navPath":"AddaNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"abecac426-1c4b-4999-9636-ede8cca72a16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewGridItemtotheExistingListItem.html","title":"Add a New Grid Item to the Existing List Item","navPath":"AddaNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"a75ed5d38-45ac-434f-b9dc-5dd5f246fb85","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyaListItemwithGridItems.html","title":"Copy a List Item with Grid Items","navPath":"CopyaListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a4f69e529-862b-46bc-b596-3d2c3978b0ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList_1.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList_1.html","bundleId":"work-tasks-2023-sp1","id":"afeff6abe-65eb-4fc0-aaf6-bffbf6180400","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViews.html","title":"List Views","navPath":"ListViews.html","bundleId":"work-tasks-2023-sp1","id":"a80131328-8a02-425c-b437-27d6500cf6ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithListViews.html","title":"Work with List Views","navPath":"WorkwithListViews.html","bundleId":"work-tasks-2023-sp1","id":"a7d6aa47d-5d51-46d8-8617-47278bac78a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutCreatingListViews.html","title":"About Creating List Views","navPath":"AboutCreatingListViews.html","bundleId":"work-tasks-2023-sp1","id":"a0eb77762-8f4e-4819-9979-b1ff61c82516","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewview.html","title":"Create a New View","navPath":"creatinganewview.html","bundleId":"work-tasks-2023-sp1","id":"a229f7405-b6b8-4613-aa37-32d938889929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaDefaultView.html","title":"Create a Default View","navPath":"CreateaDefaultView.html","bundleId":"work-tasks-2023-sp1","id":"af1d5871c-2c56-4883-9f0d-5319e88458be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPublicView.html","title":"Create a Public View","navPath":"CreateaPublicView.html","bundleId":"work-tasks-2023-sp1","id":"a660ca679-f4e4-4a4c-8480-0468c4104437","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPrivateView.html","title":"Create a Private View","navPath":"CreateaPrivateView.html","bundleId":"work-tasks-2023-sp1","id":"a9d2f9577-7572-45a3-bf86-b5dfe6b0afb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFilters.html","title":"Add Filters","navPath":"AddFilters.html","bundleId":"work-tasks-2023-sp1","id":"a1fa07cb0-b95e-4255-a7c3-313391b6a735","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterGrouping.html","title":"Filter Grouping","navPath":"FilterGrouping.html","bundleId":"work-tasks-2023-sp1","id":"ae8e1bc6a-47c7-4143-996a-3185188f6001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDateTimeVariabletoFilterColumns.html","title":"Use Date Time Variable to Filter Columns","navPath":"UseDateTimeVariabletoFilterColumns.html","bundleId":"work-tasks-2023-sp1","id":"af93f108b-d201-4ba7-b743-80a62dba1189","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SorttheColumns.html","title":"Sort the Columns","navPath":"SorttheColumns.html","bundleId":"work-tasks-2023-sp1","id":"a44733bf3-ba3d-4e05-9b07-485074335481","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SystemVariables.html","title":"System Variables","navPath":"SystemVariables.html","bundleId":"work-tasks-2023-sp1","id":"a16957713-19a4-4ab8-845e-c4fb5fdcd106","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeVariables.html","title":"Date Time Variables","navPath":"DateTimeVariables.html","bundleId":"work-tasks-2023-sp1","id":"abb33cc42-c6da-4bb2-a3e0-65b51cb08b05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariables.html","title":"Workflow Variables","navPath":"WorkflowVariables.html","bundleId":"work-tasks-2023-sp1","id":"aafc18474-138f-4023-908f-a72d1f2f8b6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserVariables.html","title":"User Variables","navPath":"UserVariables.html","bundleId":"work-tasks-2023-sp1","id":"aacd7c323-1ddd-4e0b-9ed8-8306d865e50d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupColumns.html","title":"Group Columns","navPath":"GroupColumns.html","bundleId":"work-tasks-2023-sp1","id":"afe624fde-3dc5-4ed9-8864-c19036ec9681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayAllItems.html","title":"Display All Items","navPath":"DisplayAllItems.html","bundleId":"work-tasks-2023-sp1","id":"a7c9138a9-346a-49b6-85b3-5859e87a0681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaReadOnlyView.html","title":"Create a Read-Only View","navPath":"CreateaReadOnlyView.html","bundleId":"work-tasks-2023-sp1","id":"a61ca7533-dbc3-40b3-8e9e-9c4c1cb5fd68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArrangeGridColumns.html","title":"Arrange Grid Columns","navPath":"ArrangeGridColumns.html","bundleId":"work-tasks-2023-sp1","id":"a06c77853-7a12-4af4-bad9-2bdf4b97a84f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyfromExistingViews.html","title":"Copy from Existing Views","navPath":"CopyfromExistingViews.html","bundleId":"work-tasks-2023-sp1","id":"a206da4c6-4af9-4850-94e1-499b6f0cc995","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageViews.html","title":"Manage Views","navPath":"ManageViews.html","bundleId":"work-tasks-2023-sp1","id":"a3547a7e5-df8b-4325-b34d-31903423f375","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updateaview.html","title":"Update a View","navPath":"updateaview.html","bundleId":"work-tasks-2023-sp1","id":"aefba4328-0177-4c08-8945-785d119e8b22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaView.html","title":"Delete a View","navPath":"DeleteaView.html","bundleId":"work-tasks-2023-sp1","id":"a80913c78-d439-4e0e-844f-ca63b57649a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/secureaview.html","title":"Secure a View","navPath":"secureaview.html","bundleId":"work-tasks-2023-sp1","id":"af8aa441c-dc7a-4ff9-9cc9-672916d4741f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookups.html","title":"List Lookups","navPath":"ListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ad2e2e0cf-7639-489a-806d-8f7a80d4e1a0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportedDataTypes.html","title":"Supported Data Types","navPath":"SupportedDataTypes.html","bundleId":"work-tasks-2023-sp1","id":"a0869ff75-8849-4bff-bcf3-d9a8e8035086","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartLookupSettings.html","title":"Start Lookup Settings","navPath":"StartLookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a870fcc17-e451-42ac-9a3d-5ef6862516be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/lookupsettingsinterface.html","title":"Lookup Settings Interface","navPath":"lookupsettingsinterface.html","bundleId":"work-tasks-2023-sp1","id":"a029504d7-0833-4729-bedb-e3b63abd3456","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workingwithlookupsettings.html","title":"Lookup Settings","navPath":"workingwithlookupsettings.html","bundleId":"work-tasks-2023-sp1","id":"ad4a54116-a261-454e-9bee-9c971ffb5057","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewRepositoryListLookup.html","title":"Add a New Repository List Lookup","navPath":"AddaNewRepositoryListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a18faf58f-7848-490d-a2e1-72ce510c5a0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727452.html","title":"Add a List Query","navPath":"727452.html","bundleId":"work-tasks-2023-sp1","id":"a8f342cf0-1c4b-4132-9a0a-3ceb841fa2ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727453.html","title":"Add an Order By Query","navPath":"727453.html","bundleId":"work-tasks-2023-sp1","id":"a160ef831-5934-44b3-b0ef-1e1b5755801b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewdatabaselookup.html","title":"Add a New Database Lookup","navPath":"addinganewdatabaselookup.html","bundleId":"work-tasks-2023-sp1","id":"ae86bb9af-1b97-4356-b39a-47d14c994cfe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181666.html","title":"Add a New Database Lookup Using Query","navPath":"181666.html","bundleId":"work-tasks-2023-sp1","id":"af3c37beb-41de-4bcf-8bb9-cf6c8ab53e7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181667.html","title":"Add a New Database Lookup Using Stored Procedure","navPath":"181667.html","bundleId":"work-tasks-2023-sp1","id":"a42407e8e-9c09-45d6-8573-1029fbf68835","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewwebapilookup.html","title":"Add a New Web API Lookup","navPath":"addinganewwebapilookup.html","bundleId":"work-tasks-2023-sp1","id":"af4ed8ce1-dfcd-413e-8c87-e401b7fd4fc8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaListLookup.html","title":"Edit a List Lookup","navPath":"EditaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a8699652c-f6f2-4173-bce4-40a4d3c231cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295054.html","title":"Organize Lookup Lists","navPath":"295054.html","bundleId":"work-tasks-2023-sp1","id":"a095f4e12-70af-4d3a-ab8e-7097387c55f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaListLookup.html","title":"Delete a List Lookup","navPath":"DeleteaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a681bb1b0-6124-42d1-ba2b-6d12d5df3936","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookupScenarios.html","title":"List Lookup Scenarios","navPath":"ListLookupScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a474eea5e-7689-4b2b-b99d-f09598b56c76","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetable.html","title":"Create a Lookup for a Database Table","navPath":"creatingalookupforadatabasetable.html","bundleId":"work-tasks-2023-sp1","id":"abe5e16aa-ecd6-4ce4-8365-2060225a2501","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetablewithcompositeprimarykey.html","title":"Create a Lookup for a Database Table with Composite Primary Key","navPath":"creatingalookupforadatabasetablewithcompositeprimarykey.html","bundleId":"work-tasks-2023-sp1","id":"ae9935239-b79b-4778-8026-b6cb0e956d5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDependentLookupfromDatabaseTables.html","title":"Create Dependent Lookup from Database Tables","navPath":"CreateDependentLookupfromDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"a5a635c1a-6d83-41a6-b0e0-80276459b6b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforalist.html","title":"Create a Lookup for a List","navPath":"creatingalookupforalist.html","bundleId":"work-tasks-2023-sp1","id":"a8c36a3b0-8c7d-4166-babb-dfb5f2d951ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData.html","title":"Search or Sort within a Lookup Data","navPath":"SearchorSortwithinaLookupData.html","bundleId":"work-tasks-2023-sp1","id":"a3d685643-4f83-45fe-9d4f-2c169be5e68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData_1.html","title":"Add an Item from Lookup Control","navPath":"SearchorSortwithinaLookupData_1.html","bundleId":"work-tasks-2023-sp1","id":"a44119b2e-f8b2-4cd9-b9ac-72b93755e664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforListLookups.html","title":"Use ExtendedInformation Property for List Lookups","navPath":"UseExtendedInformationPropertyforListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ab77672af-8471-4845-a919-1aa0b4280d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforDatabaseLookups.html","title":"Use ExtendedInformation Property for Database Lookups","navPath":"UseExtendedInformationPropertyforDatabaseLookups.html","bundleId":"work-tasks-2023-sp1","id":"afd19ae0f-9bc6-4f6f-81b8-978790ff8a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","title":"Use Aliases, Joins, Aggregate Functions in Database Lookup Query","navPath":"UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"aa955dfad-3c3f-4e71-9dd0-4c0795197214","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCASEExpressionintheDatabaseLookupQuery.html","title":"Use CASE Expression in the Database Lookup Query","navPath":"UseCASEExpressionintheDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"af385e2ea-f513-4488-8957-e456c887e637","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScenarios.html","title":"List Scenarios","navPath":"ListScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a1e3a4c96-7f7b-4c0b-a662-b9dff8fb25fc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaleaveapplicationlist.html","title":"Create a Leave Application List","navPath":"creatingaleaveapplicationlist.html","bundleId":"work-tasks-2023-sp1","id":"a9f759301-78b1-4895-98cf-42d9809cc9b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalistmappedtomultipletables.html","title":"Create a List Mapped to Multiple Tables","navPath":"creatingalistmappedtomultipletables.html","bundleId":"work-tasks-2023-sp1","id":"ac77b13c9-9c74-437c-bf9f-a8abce8a26b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingthedefaultlistform.html","title":"Modify the default List form","navPath":"modifyingthedefaultlistform.html","bundleId":"work-tasks-2023-sp1","id":"af8c620b1-b828-4722-aa26-823feab53504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListData.html","title":"Sort List Data","navPath":"SortListData.html","bundleId":"work-tasks-2023-sp1","id":"a04913b22-6431-4adc-8a07-29a8f6257d61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportListItemDatatoanExcelSheet.html","title":"Export List Item Data to an Excel Sheet","navPath":"ExportListItemDatatoanExcelSheet.html","bundleId":"work-tasks-2023-sp1","id":"afc95246d-d294-4a51-865a-cf395877bb98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingversioningforlistitem.html","title":"Enable Versioning for List Item","navPath":"enablingversioningforlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a760bced5-ea5d-4d17-aa41-4d84dce82926","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListitemsusingDisplaySortOrderProperty.html","title":"Sort List items using DisplaySortOrder Property","navPath":"SortListitemsusingDisplaySortOrderProperty.html","bundleId":"work-tasks-2023-sp1","id":"a8815f479-fb7b-4751-8053-58cd7bd78caa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/setcustomviewforalistcontrol.html","title":"Set Custom View for a List Control from a Custom ASPX Page using API","navPath":"setcustomviewforalistcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a20b168f3-ab23-42d7-a7ef-f8e174e922e4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsintegration.html","title":"Lists Integration","navPath":"listsintegration.html","bundleId":"work-tasks-2023-sp1","id":"a3c16dc27-a316-4018-a191-fe0bed1bfad8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutlistsintegrationcomponents.html","title":"About Lists Integration Components","navPath":"aboutlistsintegrationcomponents.html","bundleId":"work-tasks-2023-sp1","id":"a33b8d865-a94c-4f0b-9fff-bebc992082fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/keyfeaturesandbenefits.html","title":"Key Features and Benefits","navPath":"keyfeaturesandbenefits.html","bundleId":"work-tasks-2023-sp1","id":"a383d5213-ff6e-4521-a724-f7945ab4d110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites_2.html","title":"Prerequisites","navPath":"prerequisites_2.html","bundleId":"work-tasks-2023-sp1","id":"a817557c1-34d2-4bda-961d-d86e986a7cf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installationandconfiguration.html","title":"Installation and Configuration","navPath":"installationandconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"afedc024c-2792-44b3-b807-f779091c8570","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutconfiguration.html","title":"About Configuration","navPath":"aboutconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"aec4d23a5-13b4-4658-a794-89ef158c09b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73298.html","title":"List Source Data Flow","navPath":"73298.html","bundleId":"work-tasks-2023-sp1","id":"a94860ca0-608f-4a63-864d-c6cf456d03eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73300.html","title":"Import and Export Data","navPath":"73300.html","bundleId":"work-tasks-2023-sp1","id":"a37ef99ff-c5e7-4450-aa06-3dc2365f15e9","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listssupport.html","title":"Troubleshooting Lists","navPath":"listssupport.html","bundleId":"work-tasks-2023-sp1","id":"a108d62bb-0843-4cf6-9340-4e92fc403c5a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604373.html","title":"Quickflow User Guide","navPath":"604373.html","bundleId":"work-tasks-2023-sp1","id":"abfe512d0-bd00-4ee2-9c05-193ef29fee4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/613300.html","title":"Prerequisites","navPath":"613300.html","bundleId":"work-tasks-2023-sp1","id":"ac0627737-79b8-4e8c-b488-c555d6f9d41b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/603289.html","title":"Deploy Quickflow","navPath":"603289.html","bundleId":"work-tasks-2023-sp1","id":"abb5934ea-4caf-47c1-a9c6-8c8bc77e37e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateQuickflow.html","title":"Create Quickflow","navPath":"CreateQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"ab13b1950-687b-4902-b06e-c83acec1c70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604271.html","title":"Activities","navPath":"604271.html","bundleId":"work-tasks-2023-sp1","id":"a23c637f4-5584-4418-9ed9-8d4b8686e794","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/620121.html","title":"Supported Activities","navPath":"620121.html","bundleId":"work-tasks-2023-sp1","id":"adb95f866-b3ab-49b4-ba3e-172dedfd9798","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity_1.html","title":"Start Activity","navPath":"StartActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ada556791-b94a-4dd5-a658-5accdae46a91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables_1.html","title":"Start - Variables","navPath":"StartVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a88a19ceb-2e77-470c-841f-5940d5e55cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables_1.html","title":"XML Variables","navPath":"XMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"aa30a4a92-ab34-4f59-96ba-c0c9c411010c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface_1.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface_1.html","bundleId":"work-tasks-2023-sp1","id":"a73f50020-820f-4f06-a447-b30b0490ec25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLDocumentXMLVariable.html","title":"Introduction to XML Document XML Variable","navPath":"IntroductiontoXMLDocumentXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2a2873a7-d219-4cc9-bf14-810d087f3956","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument_1.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument_1.html","bundleId":"work-tasks-2023-sp1","id":"a192519d7-f412-4086-8539-b1625189fbee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buildingxmlschema.html","title":"Build XML Schema","navPath":"buildingxmlschema.html","bundleId":"work-tasks-2023-sp1","id":"ae0abfc6e-1381-4109-9ddc-514b8ac1b23b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms_1.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a243f6917-6f8e-4e23-bbf7-32cf46ec39e0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLIteratorXMLVariable.html","title":"Introduction to 'XML Iterator' XML Variable","navPath":"IntroductiontoXMLIteratorXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aeabdcabe-e8a5-44c6-88b4-7786423f1a16","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator_1.html","title":"Create XML Variable of Type 'XML Iterator'","navPath":"CreateXMLVariableofTypeXMLIterator_1.html","bundleId":"work-tasks-2023-sp1","id":"a3732687d-44fc-44ad-a3c1-fde9a876718f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLIteratorTypeVariables.html","title":"Use 'XML Iterator' Type Variables","navPath":"UseXMLIteratorTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac713f6ff-ca17-4181-8154-80e67fe6e0bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables_1.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a7cf0b5d8-483b-4fae-ae77-0e87fe66d872","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities_1.html","title":"Communication Activities","navPath":"CommunicationActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"abc23b6e0-b25e-4754-8372-05b11f4a3ed7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity_1.html","title":"Notification Activity","navPath":"NotificationActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a1e53c1be-3763-431a-bb6b-1ebe45e786d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_2.html","title":"Notification: ToResource","navPath":"NotificationToResource_2.html","bundleId":"work-tasks-2023-sp1","id":"aa7b5fc5d-dd64-4778-bcd5-f6e026e69b88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationMessage.html","title":"Notification: Message","navPath":"NotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a22d1c569-38be-4bb1-92eb-45269a92980e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotification.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotification.html","bundleId":"work-tasks-2023-sp1","id":"adfea9ab4-f65f-441b-b9c0-5cb01ced5763","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource_1.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a8905abff-e5a6-4a5b-b29f-b727205b751b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pushnotificationmessage11.html","title":"Set Notification Type","navPath":"pushnotificationmessage11.html","bundleId":"work-tasks-2023-sp1","id":"acdcfd711-a745-49fa-9b8d-314f8058e488","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVAWorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac7c42c92-cb53-4e57-b9a8-627134e7a504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage_1.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1685f44-dd48-4e1a-b2b2-14ab9419e5dd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities_1.html","title":"Engine Activities","navPath":"EngineActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae95c9908-6c61-48a2-a43c-8174c4bae56b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/blockoutputactivity.html","title":"BlockingOutput Activity","navPath":"blockoutputactivity.html","bundleId":"work-tasks-2023-sp1","id":"a1c24ce7a-38f2-48e8-ba3b-d76b087c5268","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity_1.html","title":"Database Activity","navPath":"DatabaseActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4c3f2a7f-68a4-4e28-8cf8-49e132556ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity_1.html","title":"Decision Activity","navPath":"DecisionActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"aa7446da6-905e-447f-a200-fa4c132b89fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions_1.html","title":"Decision: Decisions","navPath":"Decisions_1.html","bundleId":"work-tasks-2023-sp1","id":"a0d6cc59c-dcd8-494f-8950-555992f49612","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity_1.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a28ffd98b-7a5b-4fc3-9061-ca0e4071d394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity_1.html","title":"For-Loop Activity","navPath":"ForLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"add25a390-9281-4442-be07-2bcdbb1eb62c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount_1.html","title":"For-Loop Count","navPath":"ForLoopCount_1.html","bundleId":"work-tasks-2023-sp1","id":"ac91d7742-c1b4-4047-9d78-ad3bfd011021","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity_1.html","title":"Logger Activity","navPath":"LoggerActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a92b7545a-4c84-4215-b921-7cfbecb57152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage_1.html","title":"Log - Log Message","navPath":"Log-LogMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1868785-0479-465f-b36e-fcbfbc7a295e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity_1.html","title":"Next Loop Activity","navPath":"NextLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a216e6f3e-1a83-4123-9d48-d75b8b9019aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity_1.html","title":"Rule Activity","navPath":"RuleActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a238ed1ce-7780-4452-b475-a8c3bf91ef68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition_1.html","title":"Rule - Condition","navPath":"RuleCondition_1.html","bundleId":"work-tasks-2023-sp1","id":"a0e3c2445-d021-4a04-97ff-2533d16b5890","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable_1.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable_1.html","bundleId":"work-tasks-2023-sp1","id":"a87dc078e-dc70-4c2c-be7e-a9d0f74f311a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity_1.html","title":"Synchronize Activity","navPath":"SynchronizeActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ace9e3051-aa4e-4b78-bd5b-98684930a937","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity_1.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9caf828-4674-4928-abda-ffccbd678adf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables_1.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a476ca464-0b3d-4a48-b42a-29c48f013b54","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a65757198-6355-4d95-97d0-bea91eaba578","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity_1.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"af277eb06-a8d6-4969-9733-0577e564c0c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowaction.html","title":"Workflow Activity","navPath":"workflowaction.html","bundleId":"work-tasks-2023-sp1","id":"abeb7fbc7-06a6-4a78-8202-14a5ce81511b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow_1.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a53514f50-a015-4a6d-a246-a565b91b45fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow_1.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa70d0235-c21b-4608-aea7-f4c8df946f49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","title":"How to Pass Variables from Parent Workflow/Quickflow to Child Workflow?","navPath":"howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","bundleId":"work-tasks-2023-sp1","id":"a86a57158-1fdd-4dd0-858c-697ba16127e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GettingExecutionIDoftheChildQuickflow.html","title":"Getting Execution ID of the Child Quickflow","navPath":"GettingExecutionIDoftheChildQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"a8ba6f769-d9c0-4edc-888c-b5f047cd82ac","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator_1.html","title":"XML Navigator","navPath":"XMLNavigator_1.html","bundleId":"work-tasks-2023-sp1","id":"a45e93061-77ab-467b-b9be-cb2b779055b9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Integration_Activities.html","title":"Integration Activities","navPath":"Integration_Activities.html","bundleId":"work-tasks-2023-sp1","id":"a5aad2a2c-7f9d-4626-8e53-fb2882f23460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebapiactivity_1.html","title":"Invoke Web API Activity","navPath":"invokewebapiactivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae0b84382-3514-4e82-be26-d7a6155b6ad4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIConfigureWebAPI.html","title":"Invoke Web API: Configure Web API","navPath":"InvokeWebAPIConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a3958a8bf-2a88-4a80-97dd-308e7e699e74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI_1.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI_1.html","bundleId":"work-tasks-2023-sp1","id":"a3821dcc2-3010-4f71-8a63-731903079e82","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity_1.html","title":"Script Activity","navPath":"ScriptActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ad54af351-ae26-4bdd-b365-bf9bfb58d23c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode_1.html","title":"Script: Code","navPath":"ScriptCode_1.html","bundleId":"work-tasks-2023-sp1","id":"a14f05003-46e3-4a03-be7a-df5ace46619f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences_1.html","title":"Script: References","navPath":"ScriptReferences_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cff7e06-00df-41ba-80fc-fca2ebb83ed7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues_1.html","title":"Script: Return Values","navPath":"ScriptReturnValues_1.html","bundleId":"work-tasks-2023-sp1","id":"a977e2a1b-5210-4431-b4ae-8343dfa434da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/xmlaction1.html","title":"XML Action Activity","navPath":"xmlaction1.html","bundleId":"work-tasks-2023-sp1","id":"a4963e747-2cd7-424c-901b-d39aba86b4e2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities_1.html","title":"Message Queue Activities","navPath":"MessageQueueActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"acc8577f0-9073-47c5-9950-081768e28ded","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData_1.html","title":"SendMQData","navPath":"SendMQData_1.html","bundleId":"work-tasks-2023-sp1","id":"aa92f26d2-7a9f-4b13-a0d7-e3f9f73f9cf7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureMessageQueueConnection.html","title":"Configure Message Queue Connection","navPath":"ConfigureMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"a4d4e28c9-c754-4940-a649-4bfd9decf662","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities_1.html","title":"Logic App Activities","navPath":"LogicAppActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9de13e3-b77a-4b32-8b40-dce2dd0ca2bd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity_1.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a67934cc7-f636-4a87-a58d-819314acd37a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLogicAppConnectionandData.html","title":"Configure Logic App Connection and Data","navPath":"ConfigureLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"a62c98ed4-a578-430f-9578-a373766d84d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity_1.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a56126034-fa4a-4435-ae5c-8e767943c2b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8285582-567d-4aee-8a43-3ae44bdef109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"abab1d6f7-cd61-44f7-bc4a-f25bc4fce09c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing_1.html","title":"Relative Referencing","navPath":"RelativeReferencing_1.html","bundleId":"work-tasks-2023-sp1","id":"a08af0980-09bf-4708-863e-5c11171f63f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/678853.html","title":"Custom Activity","navPath":"678853.html","bundleId":"work-tasks-2023-sp1","id":"acce64137-6950-4492-8897-4975bdc79798","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesigner.html","title":"Process Designer","navPath":"ProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a9ce0cfa6-bc2c-4daa-b739-a198ccd379e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinition.html","title":"Export Process Definition","navPath":"ExportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a406935b1-f84f-4b31-9d43-3003342240df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinition.html","title":"Import Process Definition","navPath":"ImportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a6230bc99-c571-465a-8b69-477cf4c86fae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildExpression.html","title":"Build Expression","navPath":"BuildExpression.html","bundleId":"work-tasks-2023-sp1","id":"ab50167ab-4246-4946-bcd7-76a5bdad9228","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Support_1.html","title":"Support","navPath":"Support_1.html","bundleId":"work-tasks-2023-sp1","id":"a1cf72bce-e0e3-4684-af85-47970a4d33b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics_1.html","title":"Diagnostics","navPath":"Diagnostics_1.html","bundleId":"work-tasks-2023-sp1","id":"ad43df2d6-71a0-45ef-b475-846ded247fe9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Limitations.html","title":"Limitations","navPath":"Limitations.html","bundleId":"work-tasks-2023-sp1","id":"a50d46ae6-4cde-4944-85f5-b9e286b54ac2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Troubleshoot.html","title":"Troubleshoot","navPath":"Troubleshoot.html","bundleId":"work-tasks-2023-sp1","id":"abe8f4828-bf51-44b8-8661-feb3c7e36229","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmuserguide.html","title":"User Guide","navPath":"wonderwareskeltabpmuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a2a87808a-62a3-4993-b38c-1029b836bd6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wwskeltabpminstallationandadministration.html","title":"Administration","navPath":"wwskeltabpminstallationandadministration.html","bundleId":"work-tasks-2023-sp1","id":"aeb1de17c-414b-4a02-809b-a29463c79988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisitesfordesigningworkflows.html","title":"Prerequisites","navPath":"prerequisitesfordesigningworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad0a941c0-d99c-4a49-bdd9-06b5f5ba88cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted_1.html","title":"Get started","navPath":"GetStarted_1.html","bundleId":"work-tasks-2023-sp1","id":"ab5ba867c-c67a-47f6-8a2c-5d6c182b00bb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingahelloworldworkflow.html","title":"Create a Workflow","navPath":"creatingahelloworldworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ad7a7499e-21ca-4d8d-b9e4-7779a9b476b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingvariablesinworkflow.html","title":"Use Variables in Workflow","navPath":"usingvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a35fcd1cb-9cd8-4bda-95d9-21d62ce6ed5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingxmlvariablesinworkflow.html","title":"Use XML Variables in Workflow","navPath":"usingxmlvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6d117e90-e411-4b64-ab2a-ec581f9e333a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/familiarizingwithskeltaxmlvariables.html","title":"Familiarize with XML Variables","navPath":"familiarizingwithskeltaxmlvariables.html","bundleId":"work-tasks-2023-sp1","id":"a1922eea6-d13d-4e61-9563-c5cbecf2b1f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loopingthroughxmldocument.html","title":"Loop Through an XML Document","navPath":"loopingthroughxmldocument.html","bundleId":"work-tasks-2023-sp1","id":"a8245bc71-7baf-48e9-960e-a984f38c8194","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithskeltaforms.html","title":"Use Forms","navPath":"gettingstartedwithskeltaforms.html","bundleId":"work-tasks-2023-sp1","id":"a808d9ddc-42c3-43f1-800a-7bab6c778f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebservicefromworkflows.html","title":"Invoke Web Service from Workflows","navPath":"invokewebservicefromworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a30a5496f-ae02-4647-9ae7-0002b603fbe5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetcontrols.html","title":"Interfaces","navPath":"skeltabpmnetcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ac68d126c-5698-4494-90f0-e7ee67e0a15d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingskeltabpmnetfeatures.html","title":"Access Features","navPath":"accessingskeltabpmnetfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a4f2570db-0fb2-45ed-8d27-67300ee6bdd0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole_1.html","title":"Enterprise Console","navPath":"EnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3a226f4-14b5-4d34-9469-d313ea4d4732","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaenterpriseconsoleauthentication.html","title":"Enterprise Console Authentication","navPath":"skeltaenterpriseconsoleauthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa2cbbc9f-bc9c-47f9-a2f5-83dafdfec44b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaworkitemlist.html","title":"Enterprise Console Home Page","navPath":"skeltaworkitemlist.html","bundleId":"work-tasks-2023-sp1","id":"a61f1cd52-a9d6-4f34-9fa7-43c80976e182","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowManagement.html","title":"Workflow Management","navPath":"WorkflowManagement.html","bundleId":"work-tasks-2023-sp1","id":"abe23487f-fae4-4e68-8a5a-1c2d81e4f559","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist1.html","title":"What is a Workflow List","navPath":"workflowlist1.html","bundleId":"work-tasks-2023-sp1","id":"a75031b45-67ad-40ed-8ba2-468ba2c256f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/groupingworkflowitemswithfolders.html","title":"Group Workflow Items within a Folder","navPath":"groupingworkflowitemswithfolders.html","bundleId":"work-tasks-2023-sp1","id":"ae1d9c677-b889-4b46-9078-82a34099d470","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewfolderworkflow.html","title":"Create a Folder","navPath":"creatinganewfolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af50f8793-a053-4320-9203-3a7515e1f955","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingafolderworkflows.html","title":"Publish a Folder","navPath":"publishingafolderworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a0476c204-90f8-4921-a5f5-98c397142337","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingafolderworkflow.html","title":"Delete a Folder","navPath":"deletingafolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab9618690-accc-46f3-a1ee-facfe14fb0be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingordisablingafolder.html","title":"Enable or Disable a Folder","navPath":"enablingordisablingafolder.html","bundleId":"work-tasks-2023-sp1","id":"a1d0b6ff6-c1aa-4d8a-9551-d1bc139211e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changingtheownerofthefolder.html","title":"Change the Owner of the Folder","navPath":"changingtheownerofthefolder.html","bundleId":"work-tasks-2023-sp1","id":"af91fb070-9180-48a8-8777-00d658ef0f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/applyingsecuritysettingstoafolder.html","title":"Apply Security Settings to a Folder","navPath":"applyingsecuritysettingstoafolder.html","bundleId":"work-tasks-2023-sp1","id":"ace01028f-35ec-4d0c-8dd3-f2c1deb5acad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/navigate.html","title":"Navigate to Different Folders in Workflows List","navPath":"navigate.html","bundleId":"work-tasks-2023-sp1","id":"a9f0a388f-24d0-40c6-b9d6-e5e8a1fd587d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingandassociatingaworkflow.html","title":"Create a Workflow","navPath":"creatingandassociatingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a214c7e9e-9480-43e9-bc06-0983c070fc0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createassociations.html","title":"Create an Association for a Workflow","navPath":"createassociations.html","bundleId":"work-tasks-2023-sp1","id":"a2b517777-2bad-46a4-a477-479811d5637f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associateworkflowwithenterpriseconsole.html","title":"Associate Workflow with Enterprise Console Events","navPath":"associateworkflowwithenterpriseconsole.html","bundleId":"work-tasks-2023-sp1","id":"aba5bca6d-8f08-43e5-ae4c-600f4e82793e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a349b51b8-706c-4d65-b103-4c326fbb4dbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505.html","bundleId":"work-tasks-2023-sp1","id":"abcbbbee2-75f7-44b9-89bc-318746f339e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/512536.html","title":"Associate Workflow with Message Queue","navPath":"512536.html","bundleId":"work-tasks-2023-sp1","id":"a96035563-4d6c-4e7e-8ce8-bb87ff75629d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaExample.html","title":"XML Schema Example","navPath":"XMLSchemaExample.html","bundleId":"work-tasks-2023-sp1","id":"af1bfb35c-2e69-4fa8-ac11-9b0f5ea1a65b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JSONSampleExample.html","title":"JSON Sample Example","navPath":"JSONSampleExample.html","bundleId":"work-tasks-2023-sp1","id":"a12177a3d-c580-44d2-88c3-fb30aebffa70","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/572497.html","title":"Associate Workflow with Logic App Events","navPath":"572497.html","bundleId":"work-tasks-2023-sp1","id":"af20b4802-18bf-4425-92bf-655a68c29005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewassociations.html","title":"View all Associations of a Workflow","navPath":"viewassociations.html","bundleId":"work-tasks-2023-sp1","id":"a975602b6-945a-495d-b4b7-eb1b9d23f8f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflowassociations.html","title":"Delete Workflow Associations","navPath":"deletingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"ae10fd997-b6f8-49da-96e3-ef5946121fa9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingworkflowassociations.html","title":"Disable Workflow Associations","navPath":"disablingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"a661e2016-f7ad-48b1-8c7d-2a68a0863cc4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/saveas1.html","title":"Create different versions of a Workflow","navPath":"saveas1.html","bundleId":"work-tasks-2023-sp1","id":"ade11312c-f7fb-47ad-91f4-5fecb763e0b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showallversions.html","title":"View All the Versions of a Workflow","navPath":"showallversions.html","bundleId":"work-tasks-2023-sp1","id":"a241d85fc-fce9-4891-8d44-3901965c03d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designworkflow.html","title":"Modify a Workflow Design","navPath":"designworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac129db54-6637-472a-a958-501acf136c78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingaworkflow.html","title":"Edit a Workflow","navPath":"editingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"adba79694-3c18-437a-b749-db9f74882422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflows.html","title":"Delete a Workflow","navPath":"deletingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"af14602e1-d56d-45c7-9cdf-53bacfee5996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingworkflows.html","title":"Publish a Workflow","navPath":"publishingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a61ad94f3-e234-4f44-abdd-9e37885d7f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/unpublishingaworkflow.html","title":"Unpublish a Workflow","navPath":"unpublishingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"abb6a6046-3d45-489e-b947-a0ddccf45740","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importworkflow.html","title":"Import a Workflow","navPath":"importworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a62800b85-ccee-42cf-8c02-a55b3ee7a75d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exportworkflow.html","title":"Export a Workflow","navPath":"exportworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac057f9aa-e86c-4cfd-8f7f-17d1f405a84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction1.html","title":"Lock a Workflow for Editing","navPath":"introduction1.html","bundleId":"work-tasks-2023-sp1","id":"a1332246d-221f-4b81-81a9-0d362bc164fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enable_1.html","title":"Enable  and Disable Workflow","navPath":"enable_1.html","bundleId":"work-tasks-2023-sp1","id":"ab6341bed-a18e-4bc7-a7cb-920a1ef4ba6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfiguration1.html","title":"Access BAM Configuration","navPath":"bamconfiguration1.html","bundleId":"work-tasks-2023-sp1","id":"a421431d7-b45c-434b-86b0-a3c5e2864575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changeowner1.html","title":"Change Owner Information of a Workflow","navPath":"changeowner1.html","bundleId":"work-tasks-2023-sp1","id":"acc9c8b5d-fc85-4d52-8314-f221012e3d12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tasks.html","title":"Access Workflow Tasks","navPath":"tasks.html","bundleId":"work-tasks-2023-sp1","id":"ae117d2e4-9daf-498b-8c47-a081d554adb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsAvailableinaWorkflowList.html","title":"Different Views Available in a Workflow List","navPath":"DifferentViewsAvailableinaWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a73ce3392-b047-4692-8199-9e4d32e467d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewworkflow.html","title":"View a Workflow","navPath":"viewworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aa5bd43af-2990-4cb6-a9d3-53a916b2954c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/testrun.html","title":"View the Execution of the Published Workflow","navPath":"testrun.html","bundleId":"work-tasks-2023-sp1","id":"afb296ef0-ec9c-4365-ac8c-60f99f9c0ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showchilditems.html","title":"View Child Items of a Workflow","navPath":"showchilditems.html","bundleId":"work-tasks-2023-sp1","id":"a57bb9039-f4ae-4f7a-9412-002a8b98d094","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewaudithistory.html","title":"View Audit History","navPath":"viewaudithistory.html","bundleId":"work-tasks-2023-sp1","id":"a541ffc86-5613-4932-b821-bbea49844786","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewproperties.html","title":"View the Properties of a Workflow","navPath":"viewproperties.html","bundleId":"work-tasks-2023-sp1","id":"a6fe34c2f-2df9-4ea3-8aa0-40791277cf41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingexception.html","title":"View Exceptions","navPath":"viewingexception.html","bundleId":"work-tasks-2023-sp1","id":"ae1ad7b45-c8c6-42f5-ba35-8b87ab5fe311","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitysettings.html","title":"Set Security at Workflow Listitem Level","navPath":"securitysettings.html","bundleId":"work-tasks-2023-sp1","id":"aa01ca25e-91d8-47c1-9265-9679e079a1ca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutSkeltaCalendars.html","title":"Calendars","navPath":"AboutSkeltaCalendars.html","bundleId":"work-tasks-2023-sp1","id":"ab51e704c-6b45-47ef-a7d5-a5bff9298765","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceCalendar.html","title":"Resource Calendar","navPath":"ResourceCalendar.html","bundleId":"work-tasks-2023-sp1","id":"a20d5aa0e-8364-486a-8540-1f121e444a34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configurationofresourcecalendarbyadministrator.html","title":"Configure Resource Calendar by Administrator","navPath":"configurationofresourcecalendarbyadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a06de864e-4acf-474d-bba6-804d158a3ef4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingthecalendar.html","title":"Check Resource Availability","navPath":"searchingthecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a01d6efcd-1c7c-42c6-b333-52dda0c34863","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement_1.html","title":"Queue Management","navPath":"QueueManagement_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1e11c71-d9f5-472a-882c-11796ea02464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQueueManagement.html","title":"Configure Queue Management","navPath":"ConfigureQueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a88a2f3b9-416c-4672-a50d-1267c50b0672","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ParticipantsTab.html","title":"Participants Tab","navPath":"ParticipantsTab.html","bundleId":"work-tasks-2023-sp1","id":"a9ffc8082-bf4b-44a6-a995-6fbb583b78fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DispatchPatternsTab.html","title":"Dispatch Patterns Tab","navPath":"DispatchPatternsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3f948682-4002-461b-a1a5-78339f608751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingsTab.html","title":"Settings Tab","navPath":"SettingsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3a6f6b5a-431b-47a2-8ef5-0ffdbcc8df46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EscalationTab.html","title":"Escalation Tab","navPath":"EscalationTab.html","bundleId":"work-tasks-2023-sp1","id":"a1d98defa-eabd-4e40-8c1a-52bca7b14f10","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingqueuecontroltocreateandmanagequeues1.html","title":"Use Queue Control to Create and Manage Queues","navPath":"usingqueuecontroltocreateandmanagequeues1.html","bundleId":"work-tasks-2023-sp1","id":"ab38c2f42-2b28-4644-90d5-45d06871e87d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingparticipantstothequeue1.html","title":"Add Participants to the Queue","navPath":"addingparticipantstothequeue1.html","bundleId":"work-tasks-2023-sp1","id":"a44784ec8-a8c7-43a7-aa6e-7719d95bd49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringdispatchpatterns1.html","title":"Configure Dispatch Patterns","navPath":"configuringdispatchpatterns1.html","bundleId":"work-tasks-2023-sp1","id":"a0bf68420-a333-4bce-95c6-db28918fc6b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingthequeuepreference.html","title":"Set the Queue Preference","navPath":"settingthequeuepreference.html","bundleId":"work-tasks-2023-sp1","id":"ac7de4f75-c715-4f98-a424-525dff54cb80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingescalations1.html","title":"Set Escalations for Queues","navPath":"settingescalations1.html","bundleId":"work-tasks-2023-sp1","id":"a00ead208-a37d-4bfd-832c-91f63b62fba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingthequeuesinworkflows1.html","title":"Use Queues in Workflows","navPath":"usingthequeuesinworkflows1.html","bundleId":"work-tasks-2023-sp1","id":"af9741bd6-7299-4877-bb84-617365d5a53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueuesintheactivitylist1.html","title":"Access Queues in the Work Items List","navPath":"accessingqueuesintheactivitylist1.html","bundleId":"work-tasks-2023-sp1","id":"adf334d3b-078d-4695-8600-76c04ef8cba4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199511.html","title":"Database Connections","navPath":"199511.html","bundleId":"work-tasks-2023-sp1","id":"a0a7ed262-4da9-4666-a963-313a1a898950","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199512.html","title":"Create a Database Connection","navPath":"199512.html","bundleId":"work-tasks-2023-sp1","id":"a4ac56958-37e7-40e7-9d25-09aa1640de0b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsList.html","title":"Work Items List","navPath":"WorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a047625cb-f932-42b1-ac24-ec8820a50c35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItemViewAllUsers.html","title":"Manage Work Item - View All Users","navPath":"ManageWorkItemViewAllUsers.html","bundleId":"work-tasks-2023-sp1","id":"af81f0985-bb87-4af1-ab66-23a21e66837f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListUserInterfaceElements.html","title":"Work Items List User Interface Elements","navPath":"WorkItemsListUserInterfaceElements.html","bundleId":"work-tasks-2023-sp1","id":"adeb344ce-1d10-4be6-9975-294b377a9e01","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListFolders.html","title":"Work Items List Folders","navPath":"WorkItemsListFolders.html","bundleId":"work-tasks-2023-sp1","id":"a2ffdf90e-2cd6-4daa-a02e-d33b3643aa19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListView.html","title":"Work Items List View","navPath":"WorkItemsListView.html","bundleId":"work-tasks-2023-sp1","id":"a29ab4fb1-5613-41c8-89ed-6f04e28ce62c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemDetails.html","title":"Work Item Details","navPath":"WorkItemDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa8549216-f88c-4407-b2ef-a5d24f2e56ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListToolbar.html","title":"Work Items List Toolbar","navPath":"WorkItemsListToolbar.html","bundleId":"work-tasks-2023-sp1","id":"a73f3d260-3d3f-4e89-81bc-dd1667f09f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListManagerView.html","title":"Work Items List Manager View","navPath":"WorkItemsListManagerView.html","bundleId":"work-tasks-2023-sp1","id":"affe89bdb-7f53-413e-91e9-aa5f9de5bfa7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueMultiSelectandReassignQueueWorkItems.html","title":"Queue Multi-Select and Reassign Queue Work Items","navPath":"QueueMultiSelectandReassignQueueWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"afd99f191-445f-45b5-b811-9d2733491672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueueitems.html","title":"Access Queue Items","navPath":"accessingqueueitems.html","bundleId":"work-tasks-2023-sp1","id":"ae6164755-6d53-4358-bb7c-41ab0c126707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistview.html","title":"Customize Work Items List","navPath":"customizingworkitemlistview.html","bundleId":"work-tasks-2023-sp1","id":"aa3c6b4c1-e59b-4bc3-837a-88681a027f39","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistlayouts.html","title":"Customize Work Items List Layouts","navPath":"customizingworkitemlistlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a057aa02e-451e-477b-bcb7-1eeba7e3db0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemlistcustomizationoptions.html","title":"Work Items List Layout Customization","navPath":"workitemlistcustomizationoptions.html","bundleId":"work-tasks-2023-sp1","id":"a4ce246ab-f838-4c54-8bef-789f0dde5293","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsatworkflowlevel.html","title":"Define Layouts at Workflow Level","navPath":"defininglayoutsatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6d5e6b35-957f-4bd7-bef5-9fb78db95ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininggloballayouts.html","title":"Define Global Layouts","navPath":"defininggloballayouts.html","bundleId":"work-tasks-2023-sp1","id":"a5f38699a-11bb-4ade-ad61-2b7a4aa3681e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsforqueues.html","title":"Define Layouts for Queues","navPath":"defininglayoutsforqueues.html","bundleId":"work-tasks-2023-sp1","id":"a1ab0f428-47c8-44ba-803e-6ecb5d81cd6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizinginboxview.html","title":"Define Work Items List Layouts for a User","navPath":"customizinginboxview.html","bundleId":"work-tasks-2023-sp1","id":"a762bad58-27eb-40b6-85fc-f127d2a31abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistviews.html","title":"Customize Work Items List Views","navPath":"customizingworkitemlistviews.html","bundleId":"work-tasks-2023-sp1","id":"a53f35ba4-b327-4b8e-851a-fc7af64652e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListbyApplication.html","title":"Display Work Items List by Application","navPath":"DisplayWorkItemsListbyApplication.html","bundleId":"work-tasks-2023-sp1","id":"a95d75a49-7814-4339-9a63-841d0b8e5756","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListGroupedbyWorkflows.html","title":"Display Work Items List Grouped by Workflows","navPath":"DisplayWorkItemsListGroupedbyWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac69dac17-c15e-40f3-ad97-423e309911ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedWorkflows.html","title":"Display Work Items List for Specified Workflows","navPath":"DisplayWorkItemsListforSpecifiedWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a493df458-b3fb-4cc0-aeb2-9d92d410133c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedQueues.html","title":"Display Work Items List for Specified Queues","navPath":"DisplayWorkItemsListforSpecifiedQueues.html","bundleId":"work-tasks-2023-sp1","id":"af5b1c5cb-397c-4dae-9eb2-54948a9fe25e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayInboxView.html","title":"Display Inbox View","navPath":"DisplayInboxView.html","bundleId":"work-tasks-2023-sp1","id":"a97f10efc-aa4a-4853-8aad-2be7bb653465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayManager%27sView.html","title":"Display Manager's View","navPath":"DisplayManager'sView.html","bundleId":"work-tasks-2023-sp1","id":"a5030b5e1-c942-4db6-9457-3e55f02e9eca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/preferencesforworkitemmanagement.html","title":"Preferences for Work Item Management","navPath":"preferencesforworkitemmanagement.html","bundleId":"work-tasks-2023-sp1","id":"ae1f48915-254f-420b-a90f-09b0e8e6a4cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoownershiponRowClick.html","title":"Auto-ownership on Row Click","navPath":"AutoownershiponRowClick.html","bundleId":"work-tasks-2023-sp1","id":"a20a40308-1066-446c-a5f7-e4598d985689","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableMultiSelectOptioninWorkItemList.html","title":"Enable Multi-Select Option in Work Item List","navPath":"EnableMultiSelectOptioninWorkItemList.html","bundleId":"work-tasks-2023-sp1","id":"a00eb1adf-c7e7-4092-8a78-274b2c1255d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterDatainWorkItemsList.html","title":"Filter Data in Work Items List","navPath":"FilterDatainWorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a691d4587-e1b0-407c-9915-8f71dc0298fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagingWorkItems.html","title":"Manage Work Items","navPath":"ManagingWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"aec8f1303-98a7-416a-987d-85266d6dae1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItems.html","title":"Forward Work Items","navPath":"ForwardWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a029816da-e58e-49bf-8e0d-bcc6334db56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems_1.html","title":"Abort Work Items","navPath":"AbortWorkItems_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf6a28b7-9a25-40b3-b0d0-d7eccd534076","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemoveWorkItems.html","title":"Remove Work Items","navPath":"RemoveWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a04d47171-9e39-49f2-bf2d-e76d5887fad2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlternateActors.html","title":"Alternate Actors","navPath":"AlternateActors.html","bundleId":"work-tasks-2023-sp1","id":"a1c168a79-4294-43ba-8010-3867f0eee4d2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/250494.html","title":"Alternate Actors","navPath":"250494.html","bundleId":"work-tasks-2023-sp1","id":"a693d237e-1e85-4f67-a2f5-f7b7fbb043d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationScenarios.html","title":"Configuration Scenarios","navPath":"ConfigurationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afbb2f810-8d7a-450c-af0b-8064c6bb369d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/businessactivitymonitoringbamalertfeatures.html","title":"Business Activity Monitoring Alert","navPath":"businessactivitymonitoringbamalertfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8da31cfd-4581-4081-95f4-6475f3fd10db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheThresholdValueinBAM.html","title":"Set the Threshold Value in BAM","navPath":"SettheThresholdValueinBAM.html","bundleId":"work-tasks-2023-sp1","id":"a2480dc16-6495-4b83-994a-5052250aae7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetBAMAlertforOverduesandKPIs.html","title":"Set BAM Alert for Overdues and KPIs","navPath":"SetBAMAlertforOverduesandKPIs.html","bundleId":"work-tasks-2023-sp1","id":"ac2ba96e4-8257-4f5d-8604-827e7715c591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations_1.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations_1.html","bundleId":"work-tasks-2023-sp1","id":"ab45ce846-8ad7-4d54-90ea-db32e8f36f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMWorkflow.html","title":"BAM Workflow","navPath":"BAMWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af54195dd-f4cf-4be3-8dfc-176052519606","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampletoConfigureBAMAlerts.html","title":"Example to Configure BAM Alerts","navPath":"ExampletoConfigureBAMAlerts.html","bundleId":"work-tasks-2023-sp1","id":"ac406c55e-7d14-4b4a-89b4-47b42ab09dd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alertsforbusinessactivitythresholds1.html","title":"BAM Alert Settings","navPath":"alertsforbusinessactivitythresholds1.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b6f9-bdfd-4f80-9902-6b2826b63ce7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder.html","title":"Enabling and Disabling SOA Folder","navPath":"disablefolder.html","bundleId":"work-tasks-2023-sp1","id":"a0a78a278-fc09-40b6-8547-ea42a7bc5893","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPIDataPoints.html","title":"Create KPI Data Points","navPath":"CreateKPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a14845587-0657-4670-9c7e-1153dcc79167","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPI%28s%29andSettheThresholdValue.html","title":"Create KPI(s) and Set the Threshold Value","navPath":"CreateKPI(s)andSettheThresholdValue.html","bundleId":"work-tasks-2023-sp1","id":"afbe6b07c-7dd0-4406-8e10-f7424a1b444c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAlertConfigurationSettings.html","title":"BAM Alert Configuration Settings","navPath":"BAMAlertConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"abbc586a1-1885-452d-8441-1d22ce738ea1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMRuleSettings.html","title":"BAM Rule Settings","navPath":"BAMRuleSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2d380176-c263-4b0d-9661-ab2ab5f0bc0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMTimeSettings.html","title":"BAM Time Settings","navPath":"BAMTimeSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1c921c92-a81c-46e4-9e15-f7a78322b621","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMActionSettings.html","title":"BAM Action Settings","navPath":"BAMActionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a19ff9de7-1dfb-4685-afe2-c923cb353f1a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsinEnterpriseConsoleSite.html","title":"BAM Events in Enterprise Console Site","navPath":"BAMEventsinEnterpriseConsoleSite.html","bundleId":"work-tasks-2023-sp1","id":"af6e0c3cc-6af9-4512-ba0c-6f1eb9316ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggeraBAMAlert.html","title":"Trigger a BAM Alert","navPath":"TriggeraBAMAlert.html","bundleId":"work-tasks-2023-sp1","id":"a3671530b-9cac-4163-a599-b964796d4611","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BusinessActivityMonitoringandReports.html","title":"Business Activity Monitoring and Reports","navPath":"BusinessActivityMonitoringandReports.html","bundleId":"work-tasks-2023-sp1","id":"a7cf4e624-8d4a-441a-918c-d6958bb3e481","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMDashboardView.html","title":"BAM Dashboard View","navPath":"BAMDashboardView.html","bundleId":"work-tasks-2023-sp1","id":"afb1551c9-f84a-49b4-90b6-6ab46e47e84c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamexecutionreports.html","title":"BAM Execution Reports","navPath":"bamexecutionreports.html","bundleId":"work-tasks-2023-sp1","id":"a82f10c1d-9846-451b-8a85-0e4faf093bac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAnalyzeReports.html","title":"BAM Analyze Reports","navPath":"BAMAnalyzeReports.html","bundleId":"work-tasks-2023-sp1","id":"af9d29d85-5e49-4d43-8f6f-cf43bdaa0d3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMProcessExecutionView.html","title":"BAM Process Execution View","navPath":"BAMProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"af737dfd3-5021-444a-8743-9ee7593f1d6b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userguide.html","title":"File Watcher","navPath":"userguide.html","bundleId":"work-tasks-2023-sp1","id":"a2be64cda-2281-43cb-98c4-a5b8fd026665","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcheroperations.html","title":"File Watcher Operations","navPath":"filewatcheroperations.html","bundleId":"work-tasks-2023-sp1","id":"aec189ef1-0527-485a-a56b-e6cce1945f1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addfolder.html","title":"Add Folder","navPath":"addfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5862ec71-ffa7-43b5-8484-c552ac050886","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editfolder.html","title":"Edit Folder Configuration Settings","navPath":"editfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad5b4b4ca-3ac5-48d0-852f-adc5bc797bfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletefolder.html","title":"Delete Folder","navPath":"deletefolder.html","bundleId":"work-tasks-2023-sp1","id":"a3b09eb30-f066-443f-b848-ee8f8fea9c63","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcherevents.html","title":"File Watcher Events","navPath":"filewatcherevents.html","bundleId":"work-tasks-2023-sp1","id":"a14f3036b-e3f6-4095-a35a-b1e565c24313","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createdevent.html","title":"Created Event","navPath":"createdevent.html","bundleId":"work-tasks-2023-sp1","id":"a9340b49f-1951-4526-9e9d-cc5097506028","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changedevent.html","title":"Changed Event","navPath":"changedevent.html","bundleId":"work-tasks-2023-sp1","id":"acc4023ba-ff1e-4437-968e-00778b9238ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/renamedevent.html","title":"Renamed Event","navPath":"renamedevent.html","bundleId":"work-tasks-2023-sp1","id":"aba1963e1-6b28-4166-8d3e-9228a2e80348","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletedevent.html","title":"Deleted Event","navPath":"deletedevent.html","bundleId":"work-tasks-2023-sp1","id":"a5d6069e4-c788-4ec5-b840-2d6a93cc0f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dosanddonts.html","title":"Limitations of File Watcher","navPath":"dosanddonts.html","bundleId":"work-tasks-2023-sp1","id":"a4fa2351d-6b61-4d60-b468-c7a78527be66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/frequentlyaskedquestionsfaq.html","title":"Frequently Asked Questions","navPath":"frequentlyaskedquestionsfaq.html","bundleId":"work-tasks-2023-sp1","id":"a517beed8-a731-4f5d-8915-e1a6b1a4a89d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soa.html","title":"Object Access","navPath":"soa.html","bundleId":"work-tasks-2023-sp1","id":"aa8b57c5a-39f7-4dad-b521-106d5dd5ef4b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soafolders.html","title":"SOA Folders","navPath":"soafolders.html","bundleId":"work-tasks-2023-sp1","id":"a6c3aa215-89ec-4b9b-aaed-cff0d7d19da6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsoafolder.html","title":"Add New SOA Folder Details","navPath":"newsoafolder.html","bundleId":"work-tasks-2023-sp1","id":"aca44e468-71e1-4f7a-aa10-b00350412cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder1.html","title":"View Registered SOA Folder Details","navPath":"viewfolder1.html","bundleId":"work-tasks-2023-sp1","id":"a5c4f5fec-a50b-4446-8dd4-29cb5a38c16b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder.html","title":"Delete an SOA Folder","navPath":"viewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5a1f9ec1-c809-4501-8faf-d85664b1f945","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder_1.html","title":"Enable and Disable SOA Folder","navPath":"disablefolder_1.html","bundleId":"work-tasks-2023-sp1","id":"a4bbe9fd3-d71f-406a-af46-f54eedf25498","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurity.html","title":"Security Settings for SOA Folder","navPath":"managesecurity.html","bundleId":"work-tasks-2023-sp1","id":"aa1dbcdf7-6aa8-4fee-b45e-84f81722b9a0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Assemblies.html","title":"Assemblies","navPath":"Wonderware_Skelta_BPM_Assemblies.html","bundleId":"work-tasks-2023-sp1","id":"a0820f638-effb-4417-b8e8-387dc5c026b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromgac.html","title":"Register Assemblies From GAC","navPath":"fromgac.html","bundleId":"work-tasks-2023-sp1","id":"af942b441-e801-4805-b29b-c3f6bc9477ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromfolder.html","title":"Register Assemblies From Assembly Folder","navPath":"fromfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad6d43d48-cd9a-4f28-a37f-48b476f308a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromweb.html","title":"Register Assemblies From Web","navPath":"fromweb.html","bundleId":"work-tasks-2023-sp1","id":"ae7f0a6ba-aafb-4779-8b72-bded4a072247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newfolder.html","title":"Create Folder for Registered Objects","navPath":"newfolder.html","bundleId":"work-tasks-2023-sp1","id":"aeb8a6481-b50b-4841-89f6-9f19432d72be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/edit.html","title":"View Registered Assembly Details","navPath":"edit.html","bundleId":"work-tasks-2023-sp1","id":"a90649ff4-2d7e-4b4b-ba7e-48cebb6a2afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editassembly.html","title":"Edit an Object in SOA Assembly","navPath":"editassembly.html","bundleId":"work-tasks-2023-sp1","id":"a399ef953-d81f-4fca-9d03-5cc427202422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295132.html","title":"Organize SOA Assembly","navPath":"295132.html","bundleId":"work-tasks-2023-sp1","id":"a8ee85fac-c774-400a-9d1c-cdda6141065e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/delete.html","title":"Delete a Registered Assembly","navPath":"delete.html","bundleId":"work-tasks-2023-sp1","id":"af1cb0544-2941-4343-8267-ac64a5971a02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageitemsecurityforassembly.html","title":"Manage Security for a Assembly","navPath":"manageitemsecurityforassembly.html","bundleId":"work-tasks-2023-sp1","id":"a6cc38875-6875-4276-994f-bece20c7f450","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/instantiateanassemblyclassinworkflow.html","title":"Instantiate an Assembly Class in Workflow","navPath":"instantiateanassemblyclassinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a41e83768-a2a0-49c6-a3c8-db5382f238dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstance.html","title":"SOA Object Instances in SOA Property","navPath":"soaobjectinstance.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b1f9-d312-4f32-b6dc-f883ee947bc2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstancesinexpressioneditor.html","title":"SOA Object Instances in Expression Editor","navPath":"soaobjectinstancesinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"a15617711-2e6d-4267-8d86-b772c2ea5ce8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soawebobjectsinexpressioneditor.html","title":"SOA Web Objects in Expression Editor","navPath":"soawebobjectsinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"aab9cb504-0368-46ad-ac4c-ab3fa8cfdb08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/integrationvssoa.html","title":"Difference Between Integration and SOA","navPath":"integrationvssoa.html","bundleId":"work-tasks-2023-sp1","id":"ad84c4c72-7ecd-4400-8666-638b63aefd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityfeatures.html","title":"Security Features for Folders and Assemblies","navPath":"securityfeatures.html","bundleId":"work-tasks-2023-sp1","id":"ad54bef57-f535-4380-9b0c-179ba0834b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitations1.html","title":"Limitations of SOA","navPath":"limitations1.html","bundleId":"work-tasks-2023-sp1","id":"ac38d2c67-79df-43ee-9eab-e392c04dce3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaactivities_1.html","title":"SOA Activity","navPath":"soaactivities_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a5df4bc-3918-4e80-b5b8-812948a0dfce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingsoaexecuteactivitiesinworkflows.html","title":"Use SOA Execute Activity in Workflows","navPath":"usingsoaexecuteactivitiesinworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ab90d2a75-129e-4926-b907-7d6b9ffb5c32","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityinskelta.html","title":"Security Framework","navPath":"introductiontosecurityinskelta.html","bundleId":"work-tasks-2023-sp1","id":"a4df273d9-22cc-42e7-86f0-fdef4d0d6a20","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityframework.html","title":"Introduction to Security Framework","navPath":"introductiontosecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"a61c65f95-0fac-4bae-8b7c-aa751d34a03c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewsecuritymappingatrepositorylevel.html","title":"View Security Mapping at Repository Level","navPath":"viewsecuritymappingatrepositorylevel.html","bundleId":"work-tasks-2023-sp1","id":"a0281f09f-a2b7-4c95-b67b-ca53dd173da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/componentsofsecurityframework.html","title":"Components of Security Framework","navPath":"componentsofsecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"aefa4d24e-13fe-4ea7-9517-49268d3df052","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityright.html","title":"Security Rights","navPath":"introductiontosecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a850df2c9-cc17-4f1d-815d-1e6a97fabc2e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupRights.html","title":"Security Rights Available for a Repository","navPath":"SecurityGroupRights.html","bundleId":"work-tasks-2023-sp1","id":"ad1b680e6-ae25-41fd-8b40-30840295a2f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/typesofsecurityrights.html","title":"Types of Security Rights","navPath":"typesofsecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"afc31167f-91bf-4811-b322-fad576db99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differencebetweenvaluefortherights.html","title":"Difference between Value for the Rights and Follower Specific Value for Rights","navPath":"differencebetweenvaluefortherights.html","bundleId":"work-tasks-2023-sp1","id":"aa2879531-53cd-43b4-aa20-bee68d035ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dictrorandfollower.html","title":"Dictator and Follower","navPath":"dictrorandfollower.html","bundleId":"work-tasks-2023-sp1","id":"a304d9c28-6865-4f59-aae3-7e43715384fb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecuritygroup.html","title":"Security Group","navPath":"introductiontosecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"aa4043848-7b0a-4ea4-8add-3f703005f278","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroups.html","title":"Manage Security Groups","navPath":"managesecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a2bcde821-127d-4415-927b-620077b460ed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingsecuritygroup.html","title":"Create Security Group","navPath":"creatingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a5309db88-845f-4e74-84ab-7698131d3016","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingsecuritygroup.html","title":"Modify Security Group","navPath":"modifyingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a2c17c9ce-f3c1-439a-8601-2926db2e8eed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapprovalandrequiresapprovalwithprompt.html","title":"Example for Allow or Disallow","navPath":"exampleforrequiresapprovalandrequiresapprovalwithprompt.html","bundleId":"work-tasks-2023-sp1","id":"a5aff382e-e679-4240-a44d-6b8e660eeff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapproval.html","title":"Example for Requires Approval and Requires Approval With Prompt","navPath":"exampleforrequiresapproval.html","bundleId":"work-tasks-2023-sp1","id":"a78f08d47-b9b8-4959-9c09-e9c869592de4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup.html","title":"View Security Group","navPath":"viewingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a782ba1e5-d6b2-4dd4-8e9c-48e0d07cecf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup1.html","title":"Delete Security Group","navPath":"deletingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a0a716117-edf8-43a2-a4fd-2bd34458443e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectivemapping.html","title":"Effective Mapping of a Security Group","navPath":"effectivemapping.html","bundleId":"work-tasks-2023-sp1","id":"a5461f41e-ffb4-4789-9feb-613709963047","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityresourcemapping.html","title":"Security Resource Mapping","navPath":"introductiontosecurityresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ccf7468-0615-4396-a6a1-ddc14fbd032c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroup-resourcemapping.html","title":"Manage Security Group - Resource Mapping","navPath":"managesecuritygroup-resourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"abe9b0222-6d2d-4c30-a27b-6837b648aca4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsecuritygroup.html","title":"Create a Resource Mapping","navPath":"newsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3dd02549-3cbc-4bd0-a913-b9c146d4d3a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingsecuritygroup.html","title":"Edit Resource Mapping","navPath":"editingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a8b7950f2-a314-4150-a316-5ed2d2775ba3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup.html","title":"Delete Resource Mapping","navPath":"deletingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ace19acd3-b40e-4bb2-8da2-9602053eb125","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/vieweffectivesecurityforuserorrole.html","title":"View Effective Security Rights for User or Role","navPath":"vieweffectivesecurityforuserorrole.html","bundleId":"work-tasks-2023-sp1","id":"a1eb15cf7-cca7-4f5a-ad6a-36bbf327e3a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolebased.html","title":"View Effective Security Rights for Roles","navPath":"rolebased.html","bundleId":"work-tasks-2023-sp1","id":"a8348b843-0fe8-478c-a137-b4004aad2cd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userbased.html","title":"View Effective Security Rights for User/Role","navPath":"userbased.html","bundleId":"work-tasks-2023-sp1","id":"a2d73fc56-b7f1-4f51-bef0-6ccf5ac3b33f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/levelsofsecurity.html","title":"Levels of Security","navPath":"levelsofsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ab0900760-629a-47bf-a091-77bab2247838","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritysettings.html","title":"Set Security at Repository Level","navPath":"repositorylevelsecuritysettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c94b4ba-6486-4e67-bfd8-eb6e8c683df4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel1.html","title":"Set Security at List Level","navPath":"settingsecurityatlistlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a5994bd0e-984e-468a-a2bd-a7582b371434","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel1.html","title":"Set Security at ListItem Level","navPath":"settingsecurityatlistitemlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a67539795-171f-4b9d-b193-7a27ac979a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overwritingdefinitionsfromabovelevel1.html","title":"Overwrite Definitions from Above Level","navPath":"overwritingdefinitionsfromabovelevel1.html","bundleId":"work-tasks-2023-sp1","id":"af620be0b-9d01-4816-98e5-b700cf56bb35","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtochoosebetweenmappingandcustomization.html","title":"Choose between Mapping and Customization","navPath":"howtochoosebetweenmappingandcustomization.html","bundleId":"work-tasks-2023-sp1","id":"a4948ebb1-cca5-430d-8334-8763a52e0f03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel.html","title":"Enable Security at List Level","navPath":"settingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6a699121-2e81-49b9-80e0-b144adb55b03","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevelbyenablingresourcemapping.html","title":"Enable Security at List Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistlevelbyenablingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"ada9ba19f-e4ea-44b0-a634-752f86782b12","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewmapping.html","title":"Add a Resource Mapping","navPath":"addinganewmapping.html","bundleId":"work-tasks-2023-sp1","id":"aa50098bd-8107-4d76-8a17-402facb1c7b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"afc5ff02f-888b-4ebf-92b0-5cc6888bd575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a46c90eed-0478-4b39-a5b8-4dc227eee944","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevel.html","title":"Enable Security at List Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a17ab69d2-df97-4435-9d33-a87332cc5cde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavilableatlistlevel.html","title":"Remove Mapping Available at List Level","navPath":"howtoremovemappingavilableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a2c686b66-12d2-4471-a56c-7ebfe663d4a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomizationavailableatlistlevel.html","title":"Remove Customization Available at List Level","navPath":"howtoremovecustomizationavailableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a50140ab2-c4a5-4f25-a1ab-dfe681af023f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level","navPath":"settingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a1472f8cc-e8ed-4d04-b09e-adb77d2f838a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a7180b33e-75c1-48a6-91c6-4ed5550dc97a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewresourcemapping.html","title":"Add a Resource Mapping","navPath":"addinganewresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"af2f17a83-146d-4def-969f-f15b666a2eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping1.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a7a727f54-fe93-461e-9944-413152816b47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping1.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a44e964d2-a232-40cc-8c31-7f7c57bea52e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel_1.html","title":"Enable Security at List Item Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistitemlevel_1.html","bundleId":"work-tasks-2023-sp1","id":"a8bfdb344-5dcc-40ce-88db-d4e6cd1f74f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavailableatlistitemlevel.html","title":"Remove Mapping Available at ListItem Level","navPath":"howtoremovemappingavailableatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"aa45742fc-3d69-4a3d-b406-d19ffb25fa9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomization.html","title":"Remove Customization Available at ListItem Level","navPath":"howtoremovecustomization.html","bundleId":"work-tasks-2023-sp1","id":"a92e80f8d-b6f8-4ed9-b6c3-426a734981cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectofresourcerightsafterdeletingmapping.html","title":"Effect on Resource Rights after Deleting the Mapping","navPath":"effectofresourcerightsafterdeletingmapping.html","bundleId":"work-tasks-2023-sp1","id":"a3a128346-227f-48a9-b412-1b56e2e11502","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/synchronization.html","title":"Synchronization","navPath":"synchronization.html","bundleId":"work-tasks-2023-sp1","id":"af57b44ce-0e9b-48ac-96a2-ada8f20118db","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecureRepositoryUsingSecurityFramework.html","title":"Secure Repository Using Security Framework","navPath":"SecureRepositoryUsingSecurityFramework.html","bundleId":"work-tasks-2023-sp1","id":"a89361c49-2834-4cc5-a28f-6932946df03d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securinglistandlistitem.html","title":"Secure List and ListItems","navPath":"securinglistandlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a84d4efea-ab7b-4c52-94f5-4fe1dbc9c35e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingskeltaservercontrols.html","title":"Secure AVEVA Work Tasks Server Controls","navPath":"securingskeltaservercontrols.html","bundleId":"work-tasks-2023-sp1","id":"a09e61749-2ae2-421e-966a-488cd95f9810","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Menus.html","title":"Secure Menus","navPath":"Securing_Menus.html","bundleId":"work-tasks-2023-sp1","id":"a6727fe61-c539-4dde-a95c-a104a34ffb50","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managenavigationlist.html","title":"Manage Navigation List","navPath":"managenavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"ad2473d28-4afd-45b8-b3c2-fee56f40c593","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewfolder.html","title":"Create Folder","navPath":"creatingnewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a0ca5064a-9a00-4ed5-9b55-5a25cac372ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180642.html","title":"Create Navigation Link","navPath":"180642.html","bundleId":"work-tasks-2023-sp1","id":"a906930cc-9c9d-42a8-b984-dc582eb1d53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewformlink.html","title":"Create Form Link","navPath":"creatingnewformlink.html","bundleId":"work-tasks-2023-sp1","id":"ad898f593-53de-44a4-82a1-3fcc5b5b297f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewlistlink.html","title":"Create List Link","navPath":"creatingnewlistlink.html","bundleId":"work-tasks-2023-sp1","id":"a1905245e-d3d2-4766-839d-8603725f287b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/544723.html","title":"Create Dashboard Link","navPath":"544723.html","bundleId":"work-tasks-2023-sp1","id":"a889ab4fc-48ae-4dd3-b979-dea2d6dd95cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingformlink.html","title":"Edit Navigation List Items","navPath":"editingformlink.html","bundleId":"work-tasks-2023-sp1","id":"ab697a40b-d26f-4e08-84e5-7d83a442fd46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9cb998ed-875a-40ab-8838-3c8630b0fe68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingnavigationlist.html","title":"Organize Navigation List","navPath":"organizingnavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"a185ccb77-bca5-4111-93e4-f3352a2482e2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Event_Providers.html","title":"Secure Event Providers","navPath":"Securing_Event_Providers.html","bundleId":"work-tasks-2023-sp1","id":"a065c9a14-7839-4a87-bbcb-b2e892df1177","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageeventproviders.html","title":"Manage Event Providers","navPath":"manageeventproviders.html","bundleId":"work-tasks-2023-sp1","id":"a04a2d995-4357-499a-985e-1bee28ef19c5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganeweventprovider.html","title":"Create an Event Provider","navPath":"creatinganeweventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a8d56ba6a-a7d6-45d8-952a-bd36ebb00091","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingeventprovider.html","title":"Edit an Event Provider","navPath":"editinganexistingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a1edfe7c5-8f45-4357-97c3-8e73474f41b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation_1.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9f89ad6-07b4-41d6-b312-fb47e6ef4ed0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingeventprovider.html","title":"Secure Event Provider","navPath":"securingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a4dbe6d23-9d7b-46f3-bdc2-15daeabd9961","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurequeuecontrol.html","title":"Secure Queue Control","navPath":"howtosecurequeuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"a77f12471-14a6-4110-9c62-30c7c1da8f69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewqueue.html","title":"Control New Queue Addition","navPath":"howtocontroladdinganewqueue.html","bundleId":"work-tasks-2023-sp1","id":"a1a8e1bb9-e6df-4777-b4ad-19e5ad0484e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingqueuecontrol.html","title":"Control Queue View","navPath":"howtocontrolviewingqueuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"aea2e8032-5995-49a8-b3a8-488ca1a35681","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureworkitemcontrol.html","title":"Secure Work Item Control","navPath":"howtosecureworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a80b87034-bd44-417a-bf88-444151ec2d8b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowqueueworkitemcontrol.html","title":"Secure Work Item Control - Show Queue","navPath":"howtosecureshowqueueworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a4e59bb77-2aa5-4686-88dd-a75eb6be7330","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowalternateactorworkitemcontrol.html","title":"Secure Work Item Control - Show Alternate Actor","navPath":"howtosecureshowalternateactorworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a00930b47-9421-491b-81c9-2a795ab8203d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowresourcecalendarworkitemcontrol.html","title":"Secure  Work Item Control - Show Resource Calendar","navPath":"howtosecureshowresourcecalendarworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ae5e74cb5-bfa2-4fad-8438-34875254b2a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuresetpreferencesworkitemcontrol.html","title":"Secure Work Item Control - Set Preferences","navPath":"howtosecuresetpreferencesworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a31520053-12ec-46c3-9b49-192ba7e5141e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingworkitemcontrol.html","title":"Secure Work Item Control - View","navPath":"howtocontrolviewingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a2d46cc2d-6bb2-4fb5-b297-f8d904168191","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureforwardingworkitemcontrol.html","title":"Secure Work Item Control - Forward","navPath":"howtosecureforwardingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad499b0f1-b6e6-4f3d-bc64-62a5c8840faa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingpackage1.html","title":"Secure Package","navPath":"securingpackage1.html","bundleId":"work-tasks-2023-sp1","id":"a6ce2ecf7-8d95-477c-90c0-8b6be82818c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinpackagetemplate.html","title":"Secure Actions in Package Template","navPath":"howtosecureactionsinpackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad64f3bf4-6fb9-4f47-a40a-9fc4814a2c3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuregeneratingapackagetemplate.html","title":"Control Generation of Package Template","navPath":"howtosecuregeneratingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa281fe82-86a1-4ecd-ba7e-faba3951b6d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldownloadingapackagetemplate.html","title":"Control Package Template Export","navPath":"howtocontroldownloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"afd9ce747-3831-4d09-94ee-598b009ff619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolmarkingapackagetempalteasshipped.html","title":"Control Package Template Marking","navPath":"howtocontrolmarkingapackagetempalteasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a41d705f9-c501-4b9b-aa68-d972ff5c0a9f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinmanagepackage.html","title":"Secure Actions in Manage Package","navPath":"howtosecureactionsinmanagepackage.html","bundleId":"work-tasks-2023-sp1","id":"aa77a2596-0872-4d00-8204-41badf2d7dfd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolinstallingapackage.html","title":"Control Package Install","navPath":"howtocontrolinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"a7fa6820b-8ca8-4f1c-bd2b-1800295f59a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroluninstallingapackage.html","title":"Control Package Uninstall","navPath":"howtocontroluninstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"ade3bac84-0d6b-4d08-8135-8a6fcdffc356","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecalendarcontrol.html","title":"Secure Calendar Control","navPath":"howtosecurecalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"aacbc5be7-9cd1-44a1-b544-8412ecbd0f5c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewcalendar.html","title":"Control Adding a New Calendar","navPath":"howtocontroladdinganewcalendar.html","bundleId":"work-tasks-2023-sp1","id":"a6b40a0f1-a6eb-4fd4-807e-19c440980de7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldeletinganexistingcalendar.html","title":"Control Deleting an Existing Calendar","navPath":"howtocontroldeletinganexistingcalendar.html","bundleId":"work-tasks-2023-sp1","id":"af86c2a44-1fb3-45c6-bfc3-470184f0da3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingallcalendars.html","title":"Control Viewing All Calendars","navPath":"howtocontrolviewingallcalendars.html","bundleId":"work-tasks-2023-sp1","id":"a5260d098-a606-4174-b302-2f76992a650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingbasecalendar.html","title":"Control Viewing Base Calendar","navPath":"howtocontrolviewingbasecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a25d7b7ac-38e7-4ecb-a7a5-99e52d57ba6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingcalendarcontrol.html","title":"Control Viewing Calendar Control","navPath":"howtocontrolviewingcalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"af1da3df1-1398-4004-8647-ca8125c78d08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamsecurity.html","title":"Secure BAM Control","navPath":"bamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a69feeb1b-c959-45bc-9a08-41c8982985e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtousebamsecurity.html","title":"Use BAM Security","navPath":"howtousebamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ac7bee4b4-185a-473e-9a84-4b4079eac2dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defaultscenariosfordifferentsecuritygroups.html","title":"Default Rights for Different Security Groups","navPath":"defaultscenariosfordifferentsecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a9a8ab519-d3f2-4f8d-9960-62430becc9ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamrights1.html","title":"BAM Report Rights","navPath":"bamrights1.html","bundleId":"work-tasks-2023-sp1","id":"ae5aae4ce-d40a-4840-bc5a-e69188a28623","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamtreemenurights.html","title":"BAM Tree Menu Rights","navPath":"bamtreemenurights.html","bundleId":"work-tasks-2023-sp1","id":"a98c9111f-5b2a-470f-8362-939929afa2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/views.html","title":"Views","navPath":"views.html","bundleId":"work-tasks-2023-sp1","id":"a314a6b01-3b13-429f-9318-6226a45a8614","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Actions.html","title":"Actions","navPath":"Actions.html","bundleId":"work-tasks-2023-sp1","id":"a21785487-60b7-493f-bd1b-c915457f230a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfigurations.html","title":"BAM Configuration","navPath":"bamconfigurations.html","bundleId":"work-tasks-2023-sp1","id":"af65fda71-5410-463f-b086-5412e13c22f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/executiondetailswindow.html","title":"Execution Details Window","navPath":"executiondetailswindow.html","bundleId":"work-tasks-2023-sp1","id":"a6b83ce18-d7b1-4e90-b443-89b5e0854081","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewglobalreports.html","title":"Can View Global Reports","navPath":"canviewglobalreports.html","bundleId":"work-tasks-2023-sp1","id":"a5f09ef6e-c315-41a3-bbbc-13d749aaa1cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewtriggeredreports.html","title":"Workflowscope_InitiatedWorkflow","navPath":"canviewtriggeredreports.html","bundleId":"work-tasks-2023-sp1","id":"aae2f18a8-0176-4da2-98c4-4a2f68ca8231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewownedreports.html","title":"Workflowscope_OwnedWorkflow","navPath":"canviewownedreports.html","bundleId":"work-tasks-2023-sp1","id":"aaa9c6d53-859a-42a6-bffe-465491321a05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewothersreport.html","title":"Workflowscope_Any","navPath":"canviewothersreport.html","bundleId":"work-tasks-2023-sp1","id":"a30e5799e-8246-4e81-ba1c-8520cc271faa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewbamcontrol.html","title":"Can View BAM Control","navPath":"canviewbamcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a567a03bd-3044-478f-953a-670d046a3066","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureprocessdesign.html","title":"Secure Process Designer","navPath":"howtosecureprocessdesign.html","bundleId":"work-tasks-2023-sp1","id":"a851a7d4f-bcdb-4080-90be-0116cc87e265","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processdesignerrights1.html","title":"Process Designer Rights","navPath":"processdesignerrights1.html","bundleId":"work-tasks-2023-sp1","id":"a2e25c91d-6121-4789-b1ca-edc1fd09f5c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inclusionandexclusion.html","title":"Inclusion and Exclusion","navPath":"inclusionandexclusion.html","bundleId":"work-tasks-2023-sp1","id":"a64951bdc-fac1-44bc-b747-ec8be8645e30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionRights.html","title":"Action Rights","navPath":"ActionRights.html","bundleId":"work-tasks-2023-sp1","id":"a4fe9cbaa-91bc-46bf-8052-76f6a6bb3d06","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecategories.html","title":"Secure Categories","navPath":"howtosecurecategories.html","bundleId":"work-tasks-2023-sp1","id":"a86732bba-164b-4e71-9564-22d4387374b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactivities.html","title":"Secure Activities of Categories","navPath":"howtosecureactivities.html","bundleId":"work-tasks-2023-sp1","id":"a624cedce-fcea-44ca-a0cc-0cc7e8855ca8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurepropertiesofactivities.html","title":"Secure Properties of Activities","navPath":"howtosecurepropertiesofactivities.html","bundleId":"work-tasks-2023-sp1","id":"ac692666c-ab45-4d8e-a97b-7793cdc9af22","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/menurights.html","title":"Menu Rights","navPath":"menurights.html","bundleId":"work-tasks-2023-sp1","id":"a5bb8bd8c-3ef5-49ee-afe4-24a5f5709ed8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importbehaviourforrestrictedactivities.html","title":"Import Behavior for Restricted Activities and Activity Properties","navPath":"importbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4dde9ddd-7726-4ffb-8342-46c14c026b6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designbehaviourforrestrictedactivities.html","title":"Design Behavior for Restricted Activities and Activity Properties","navPath":"designbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4a87cbde-7bf4-4256-afd4-6bea273b9052","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingprocessdesignercontrolatworkflowlevel.html","title":"Secure Process Designer Control at Workflow Level","navPath":"securingprocessdesignercontrolatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a504c3047-36b8-42c5-93a9-8cfd13383f17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canoverwritepublishedworkflowright.html","title":"Can Overwrite Published Workflow Right","navPath":"canoverwritepublishedworkflowright.html","bundleId":"work-tasks-2023-sp1","id":"a5d8f37c5-da04-43c0-ac07-9e5e034dde54","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Advanced_Security_Options.html","title":"Advanced Security Options","navPath":"Advanced_Security_Options.html","bundleId":"work-tasks-2023-sp1","id":"a1f3220f6-19d3-4c4a-9ea4-3a1b1f0ad9a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingupsecurityapproovalworkflow.html","title":"Set up Security Approval Workflow","navPath":"settingupsecurityapproovalworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1024557b-77af-4d75-946b-94b411804132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurityrights.html","title":"Manage Security Rights","navPath":"managesecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"a9469249e-e11d-45eb-9458-0a5c5077db56","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingasecurityright.html","title":"Create a Security Right","navPath":"creatingasecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a38b6d204-15bf-4f0d-9a66-6971a0e6cd50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingasecuritygroup.html","title":"Modify a Security Right","navPath":"modifyingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ae521aaa1-885d-4cdf-9993-3393ec0c47c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup1.html","title":"View Security Right","navPath":"viewingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a131cb16a-5f17-4449-ad95-c42eeb6f0220","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingasecuritygroup.html","title":"Delete a Security Right","navPath":"deletingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3275c70d-4e1c-455e-8b12-7afb2130b712","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scopeofrights.html","title":"Scope of Rights","navPath":"scopeofrights.html","bundleId":"work-tasks-2023-sp1","id":"adbeeb95c-ab90-4d52-afd0-c9159c20b34b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinguserdesfinedoperationsandrights.html","title":"Create User Defined Operations and Rights","navPath":"creatinguserdesfinedoperationsandrights.html","bundleId":"work-tasks-2023-sp1","id":"a91a5fdca-b437-41dd-a5e1-d31b9380c7bd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listlevelsettings.html","title":"Enable and Disable Security at List/List item level","navPath":"listlevelsettings.html","bundleId":"work-tasks-2023-sp1","id":"a60ce66ae-d4a4-412a-bf88-a93cc6c6f512","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityforrenderingcustomforms.html","title":"Dynamic Form Rendering Based on Security","navPath":"securityforrenderingcustomforms.html","bundleId":"work-tasks-2023-sp1","id":"aae67769e-d7c7-440f-842e-0d6db1c22644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinganddisablingsecurity.html","title":"Enable and Disable Security for a Repository","navPath":"enablinganddisablingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a142667db-d0eb-4537-987a-af2805972d61","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/672322.html","title":"Http Strict Transport Security Enforcement","navPath":"672322.html","bundleId":"work-tasks-2023-sp1","id":"a049f49bf-050e-4be7-b36f-a0b494242962","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775988.html","title":"Access-Control-Allow-Origin","navPath":"775988.html","bundleId":"work-tasks-2023-sp1","id":"a72da2f3f-4e98-4d94-8a93-be76ec1bd837","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityvulnerabilities.html","title":"Security Vulnerabilities","navPath":"securityvulnerabilities.html","bundleId":"work-tasks-2023-sp1","id":"a13fee3a8-6ddd-4c8f-aa15-9636638457f4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/removingunwantedhttpresponseheaders.html","title":"Remove Unwanted HTTP Response Headers","navPath":"removingunwantedhttpresponseheaders.html","bundleId":"work-tasks-2023-sp1","id":"ad0c531e4-2df0-4fef-98e9-1707ea05e5fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/255251.html","title":"Prevent Clickjacking Attack","navPath":"255251.html","bundleId":"work-tasks-2023-sp1","id":"abaccebcd-99fe-4371-a5ee-854cd3790324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/306082.html","title":"SDL Cookie with Secure Flag","navPath":"306082.html","bundleId":"work-tasks-2023-sp1","id":"a6a0e52d0-57ca-4a2c-89b3-361973bc2abe","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshooting1.html","title":"Troubleshoot Security Issues","navPath":"troubleshooting1.html","bundleId":"work-tasks-2023-sp1","id":"a23fe967d-4820-415c-a727-a194ecc9c155","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootlookupcontrol.html","title":"View Others Items in the Lookup Control","navPath":"troubleshootlookupcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a8731c86c-78ce-4e5b-b5bf-c8865ea8434b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootgridcontrol.html","title":"View Others Items in the Grid Control","navPath":"troubleshootgridcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad8445cbe-4cdd-4d2b-990c-df1240244c81","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootsecurityissueinthelist.html","title":"View Others Items in the List","navPath":"troubleshootsecurityissueinthelist.html","bundleId":"work-tasks-2023-sp1","id":"a610ed231-d383-4d36-9400-90f820c1abb3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootviewingotheritemsirrespectiveofstatus.html","title":"View Others Items Irrespective of Status","navPath":"troubleshootviewingotheritemsirrespectiveofstatus.html","bundleId":"work-tasks-2023-sp1","id":"a8f57f3d7-0622-4cef-b895-7ebf7cc26f7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootnavigationlistmenus.html","title":"Navigation List Menus","navPath":"troubleshootnavigationlistmenus.html","bundleId":"work-tasks-2023-sp1","id":"a8e4fa47a-8aee-4686-a09d-b35337a49989","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles_1.html","title":"Synchronize Roles","navPath":"SynchronizeRoles_1.html","bundleId":"work-tasks-2023-sp1","id":"a080cf3bc-fb86-4f26-85e8-33dd7683827d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks_1.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02870ef-5e4a-4537-9445-c4c39eb59ac6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts.html","title":"Web Parts","navPath":"aboutwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a7f9ef4f4-e850-471b-9ef6-8c9e301e0d25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overview.html","title":"Use Web Parts Infrastructure","navPath":"overview.html","bundleId":"work-tasks-2023-sp1","id":"ae153da41-cea8-4d25-87c9-dd744f570f0b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webpartsframework.html","title":"Web Parts Framework","navPath":"webpartsframework.html","bundleId":"work-tasks-2023-sp1","id":"a9278cf3b-66e2-41eb-a793-9cd7424603dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts-out-of-the-box.html","title":"Out-of-the-Box Web Parts","navPath":"aboutwebparts-out-of-the-box.html","bundleId":"work-tasks-2023-sp1","id":"a2ee6e970-7582-487a-9e8c-7ffb41470d02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/otherwebpartproperties.html","title":"Other Web Part Properties","navPath":"otherwebpartproperties.html","bundleId":"work-tasks-2023-sp1","id":"a7ce88981-ace0-4492-978a-8ab10dec315a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/authenticationandpersonalization_1.html","title":"Authentication and Personalization","navPath":"authenticationandpersonalization_1.html","bundleId":"work-tasks-2023-sp1","id":"a4eddedf8-f93c-4de8-ba8f-4df866eba8c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomwebparts.html","title":"Create Custom Web Parts","navPath":"creatingcustomwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a4488a29c-c45e-4dfa-89ad-9c3810751396","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","title":"Web Part Display Modes","navPath":"Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","bundleId":"work-tasks-2023-sp1","id":"aece43bbc-b053-4aaf-8036-04754d501139","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltahomepagedisplaymodes.html","title":"Browse Mode","navPath":"skeltahomepagedisplaymodes.html","bundleId":"work-tasks-2023-sp1","id":"a653cb6dc-b763-4d26-9253-b136f19b8451","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designmode.html","title":"Design Mode","navPath":"designmode.html","bundleId":"work-tasks-2023-sp1","id":"af729579e-5692-4b31-ad9a-1920a2fda35d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editmode.html","title":"Edit Mode","navPath":"editmode.html","bundleId":"work-tasks-2023-sp1","id":"a6cd638f8-7364-426a-be4a-dd14ad98c200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartenabledhomepages.html","title":"Web Part Enabled Home Pages","navPath":"skeltawebpartenabledhomepages.html","bundleId":"work-tasks-2023-sp1","id":"a883bd49f-8fa8-4447-9585-da507e08fa46","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inboxorworkitemlistwebpart.html","title":"Inbox","navPath":"inboxorworkitemlistwebpart.html","bundleId":"work-tasks-2023-sp1","id":"a11645db1-665d-41e6-9225-0db4ecbbcdc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/calendarwebpartpage.html","title":"Calendar","navPath":"calendarwebpartpage.html","bundleId":"work-tasks-2023-sp1","id":"a612a3b19-d95f-4257-a846-dfb1e296ffb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/queuemanagement1.html","title":"Queue Management","navPath":"queuemanagement1.html","bundleId":"work-tasks-2023-sp1","id":"afc305572-7fd2-42c2-a80a-777ef19bf324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabusinessactivitymonitoring.html","title":"Business Activity Monitoring","navPath":"skeltabusinessactivitymonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a04406296-6af1-41e3-90af-e547891c934c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage1.html","title":"Page 1","navPath":"homepage1.html","bundleId":"work-tasks-2023-sp1","id":"a4677753f-5690-44a4-b40c-1776e96e0971","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage2.html","title":"Page 2","navPath":"homepage2.html","bundleId":"work-tasks-2023-sp1","id":"a91a7c9f0-a9d7-4b6c-b474-f4a814cf29c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage3.html","title":"Page 3","navPath":"homepage3.html","bundleId":"work-tasks-2023-sp1","id":"a358d5eb3-cd9b-4e7d-9e88-895144086bb6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createownhomepage.html","title":"Create Custom Page","navPath":"createownhomepage.html","bundleId":"work-tasks-2023-sp1","id":"a8c808b4d-1c71-4843-83cd-9a7b5812ffa8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartzones.html","title":"Add a Web Part to the Web Part Zone","navPath":"skeltawebpartzones.html","bundleId":"work-tasks-2023-sp1","id":"ac1aff11d-b2fd-44c5-abe0-67746bf1ff3f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingwebpart.html","title":"Delete Web Part","navPath":"deletingwebpart.html","bundleId":"work-tasks-2023-sp1","id":"adb78b0f0-393c-4a93-9490-13187a33ae07","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingawebpart.html","title":"Edit a Web Part","navPath":"editingawebpart.html","bundleId":"work-tasks-2023-sp1","id":"a786f7b9d-b724-4d63-bf8c-a93b3d3ff342","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/minimizingandrestoringwebparts.html","title":"Minimize and Restore Web Parts","navPath":"minimizingandrestoringwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a3f0651f6-c348-4f18-890b-ad85c12c7c76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygroups.html","title":"Web Part Rights","navPath":"securitygroups.html","bundleId":"work-tasks-2023-sp1","id":"a7ba9a6a6-e4aa-4ddd-814f-7bc88bc3277d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/personalizingscopeinskeltawebparts.html","title":"Personalize Scope in Web Parts","navPath":"personalizingscopeinskeltawebparts.html","bundleId":"work-tasks-2023-sp1","id":"a75b0dbc4-2bb3-4400-9ea4-13cc26c60150","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitationsinwebparts.html","title":"Recommendations in Web Parts","navPath":"limitationsinwebparts.html","bundleId":"work-tasks-2023-sp1","id":"ad840a02a-6d05-4683-90f0-b19463beb172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportingservice.html","title":"Report Service","navPath":"reportingservice.html","bundleId":"work-tasks-2023-sp1","id":"a7e89ff33-7ae2-4551-83a7-d3f58124309c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/samplebuisnesscasestudy1.html","title":"Sample Business Case Study","navPath":"samplebuisnesscasestudy1.html","bundleId":"work-tasks-2023-sp1","id":"aa62cbc28-9c83-4d25-af65-f7c15ac2045c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Connections.html","title":"Connections","navPath":"Working_with_Connections.html","bundleId":"work-tasks-2023-sp1","id":"a57370ea6-dce0-4204-bf15-fe297d3bc025","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection.html","title":"Configure Report Connection","navPath":"configuringssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"aa391278f-bd99-4656-a500-b2b6caf2e725","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection.html","title":"Create a New Report Connection Item","navPath":"createanewssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a2264156c-e6b4-487d-9a24-4f3627563c14","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyssrsconnection.html","title":"Modify Report Connection Item","navPath":"modifyssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a611b20e7-d6ef-4ee0-b85d-ac29af1b6f4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletessrsconnection.html","title":"Delete Report Connection Item","navPath":"deletessrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a63771e64-3cbc-44fa-83f5-f84eb675f2c5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Report_Templates.html","title":"Report Templates","navPath":"Working_with_Report_Templates.html","bundleId":"work-tasks-2023-sp1","id":"ac3de050f-b48a-4a6f-b049-3d13331d89ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate.html","title":"Configure Report Templates","navPath":"configuringskeltatemplate.html","bundleId":"work-tasks-2023-sp1","id":"acb0b8d96-414a-413b-9041-2105b33f1b1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrstemplate.html","title":"Create a New Report Template Item","navPath":"createanewssrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"acf9d09dc-7e11-4993-be2c-88dfcd348c1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrstemplate.html","title":"Modify a Report Template Item","navPath":"modifyassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5f932840-3e03-471a-b6e3-66fe8f2c90d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrstemplate.html","title":"Delete a Report Template Item","navPath":"deleteassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2dfcfd54-776f-42ed-bf8e-882e0316101e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Reports.html","title":"Reports","navPath":"Working_with_Reports.html","bundleId":"work-tasks-2023-sp1","id":"af0dce07d-9151-4451-9f94-dce39d0ecc36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsreport.html","title":"Configure Reports","navPath":"configuringssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a88da1ec3-ed04-4cd3-b0dc-16a62c62f7e7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsreport.html","title":"Create a New Report Item","navPath":"createanewssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a956658e9-a6c9-4910-aceb-be8ab50b849f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrsreport.html","title":"Modify a Report Item","navPath":"modifyassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"adca3a4f3-a7e1-4132-a8be-d9bd09d7afbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrsreport.html","title":"Delete a Report Item","navPath":"deleteassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a60e173e6-cfee-4130-8b88-63106b35582c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingreports.html","title":"Organize Reports","navPath":"organizingreports.html","bundleId":"work-tasks-2023-sp1","id":"ac343b591-6e28-4da0-b8db-c1849bf83cec","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringarchestrareports.html","title":"Configure Reports for Reporting Service","navPath":"configuringarchestrareports.html","bundleId":"work-tasks-2023-sp1","id":"a991d903b-0747-4f56-867f-fb4615ce9c0f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replaceusers.html","title":"User Tools","navPath":"replaceusers.html","bundleId":"work-tasks-2023-sp1","id":"a923cbd2b-352b-4171-b402-814e8a9e2c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusers.html","title":"Replace User","navPath":"replacingusers.html","bundleId":"work-tasks-2023-sp1","id":"a2ba2924e-fb82-48e6-b8af-9060aee34836","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Replacing_User_in_Artifacts_of_a_Repository.html","title":"Replace User in Artifacts of a Repository","navPath":"Replacing_User_in_Artifacts_of_a_Repository.html","bundleId":"work-tasks-2023-sp1","id":"a3e7756f7-5c3f-4f7e-ac95-374ea6567fbe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists_1.html","title":"Lists","navPath":"Lists_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8e172ee-7e6d-4922-ac39-2ba08cb9d24f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacinglistowners.html","title":"Replace List Item Owners","navPath":"replacinglistowners.html","bundleId":"work-tasks-2023-sp1","id":"a7c7e46f9-4b87-4781-8416-f99eef0e4772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusersinsecuritymapping.html","title":"Replace User in Security Resource Mapping","navPath":"replacingusersinsecuritymapping.html","bundleId":"work-tasks-2023-sp1","id":"acc2f0a39-3c0e-42dc-b95f-916b6f144ec2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Other_Artifacts.html","title":"Other Artifacts","navPath":"Other_Artifacts.html","bundleId":"work-tasks-2023-sp1","id":"ac34fe834-91ab-405d-ab90-dcc92a2fdbe8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection_1.html","title":"Queue","navPath":"configuringssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02668fa-5b0d-446b-86e0-84a04a179d65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection_1.html","title":"BAM","navPath":"createanewssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"a739c6a59-ef01-42b3-bec3-21b213e325f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitems.html","title":"Work Items","navPath":"workitems.html","bundleId":"work-tasks-2023-sp1","id":"a4897c452-2f6e-4b90-bc76-3676bb108dbd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate_1.html","title":"Alternate Actor","navPath":"configuringskeltatemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3c0da8a-2ef7-40cb-81b5-a66c99ce5c0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Repository_Configuration.html","title":"Repository Configuration","navPath":"Repository_Configuration.html","bundleId":"work-tasks-2023-sp1","id":"ac94222ea-9238-45fe-a848-bba47a50de6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/systemuser.html","title":"System User","navPath":"systemuser.html","bundleId":"work-tasks-2023-sp1","id":"a254a1ff3-20e7-4b38-9fa2-8a84e662841b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositoryadministrator.html","title":"Repository Administrator","navPath":"repositoryadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a2f07964d-6069-4c12-a5bf-735e7bcf38c4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritygroupresourcemapping.html","title":"Repository Level Security Group Resource Mapping","navPath":"repositorylevelsecuritygroupresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6cfbd654-e9b6-423b-8f4b-085a5773da37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptionmailsettings.html","title":"Exception Mail Settings","navPath":"exceptionmailsettings.html","bundleId":"work-tasks-2023-sp1","id":"a08d6d48d-7151-4757-acf1-e3c940dcb30b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingfortheactorsdirectrefrencesinworkflow.html","title":"View User Reference","navPath":"searchingfortheactorsdirectrefrencesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73f0d28d-6c5e-493b-ad1d-c45d7441867b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewandunlocklockeditems.html","title":"Unlock Locked Items","navPath":"viewandunlocklockeditems.html","bundleId":"work-tasks-2023-sp1","id":"ac5d31bfb-7ea5-4965-a708-c4800871aa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Deleted_List_Items.html","title":"Deleted List Items","navPath":"Deleted_List_Items.html","bundleId":"work-tasks-2023-sp1","id":"ab0c2ea54-585d-4478-a402-526b878837a4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction2.html","title":"Introduction","navPath":"introduction2.html","bundleId":"work-tasks-2023-sp1","id":"a8545fcc1-2fa3-4f29-84ad-d5f4e1f9c912","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingaudittrail.html","title":"Use Deleted List Items","navPath":"usingaudittrail.html","bundleId":"work-tasks-2023-sp1","id":"a58bf703a-e3f2-4c6e-bb5a-d7841dfdbe10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enableordisableaudittrailforarepository.html","title":"Enable or Disable Deleted List Items feature for a Repository","navPath":"enableordisableaudittrailforarepository.html","bundleId":"work-tasks-2023-sp1","id":"a9d895d08-2648-43e7-a2aa-845bbb455231","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetpackage.html","title":"Package","navPath":"skeltabpmnetpackage.html","bundleId":"work-tasks-2023-sp1","id":"a6ea0b72c-f93a-406b-9bb4-e3456a1c1cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/needforskeltapackaging.html","title":"Advantages of Package","navPath":"needforskeltapackaging.html","bundleId":"work-tasks-2023-sp1","id":"abe7eb8a4-92d1-42bf-9f6d-5e2ff8dcbe84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutpackaging.html","title":"About Package","navPath":"aboutpackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5025f35e-0dc1-48fd-9584-55a632430a4c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packagetemplate_1.html","title":"Package Template","navPath":"packagetemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"af4298a1d-0717-4d60-bf73-5e713ed4f8fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managetemplate.html","title":"Manage Package","navPath":"managetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a271781c4-6f33-4197-ba5a-2f86e12c233a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189310.html","title":"ArchestrA Events","navPath":"189310.html","bundleId":"work-tasks-2023-sp1","id":"acaf7e3d5-d83f-4ccc-9125-4516f3f87b99","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189311.html","title":"ArchestrA Events and AVEVA Work Tasks","navPath":"189311.html","bundleId":"work-tasks-2023-sp1","id":"a4a8903b3-ceac-4c5b-a616-384a9aab54a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505_1.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505_1.html","bundleId":"work-tasks-2023-sp1","id":"af91fdf68-2f75-4fe0-8180-d0ea97c62657","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190541.html","title":"ArchestrA Events Lookup List","navPath":"190541.html","bundleId":"work-tasks-2023-sp1","id":"a28b28e7c-e260-48e4-b6ce-509d0c048385","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189475.html","title":"Create ArchestrA Events List Item","navPath":"189475.html","bundleId":"work-tasks-2023-sp1","id":"a534bbe10-446e-48ef-87ab-9f4da4399139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189824.html","title":"Edit ArchestrA Events List Item","navPath":"189824.html","bundleId":"work-tasks-2023-sp1","id":"a5cc78756-999d-40cc-87e7-06f9794f152b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189823.html","title":"Delete ArchestrA Events List item","navPath":"189823.html","bundleId":"work-tasks-2023-sp1","id":"aeb688035-30da-43f9-bd97-02810c901753","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_the_Process_Designer.html","title":"Process Designer","navPath":"Working_with_the_Process_Designer.html","bundleId":"work-tasks-2023-sp1","id":"a1c5c5881-89b6-453e-8ff3-1346087a29ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/abouttheprocessdesigner.html","title":"About the Process Designer","navPath":"abouttheprocessdesigner.html","bundleId":"work-tasks-2023-sp1","id":"af774ffed-af37-428d-9b2b-bdd2adc41dd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasEMFImage.html","title":"Save File as EMF Image","navPath":"SaveFileasEMFImage.html","bundleId":"work-tasks-2023-sp1","id":"a0a7fa872-5d31-468b-9495-fe3a8f9839b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasPNGImage.html","title":"Save File as PNG Image","navPath":"SaveFileasPNGImage.html","bundleId":"work-tasks-2023-sp1","id":"a8d95db1b-cf9e-415b-870f-b99b2b8a32bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionXMLFile.html","title":"Import Process Definition XML File","navPath":"ImportProcessDefinitionXMLFile.html","bundleId":"work-tasks-2023-sp1","id":"a55dddbe8-0676-4bb7-abc4-bfc5f083270c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinitionXMLfile.html","title":"Export Process Definition XML file","navPath":"ExportProcessDefinitionXMLfile.html","bundleId":"work-tasks-2023-sp1","id":"a80c7fcdf-8042-415d-9204-8a0e95ef1310","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionfromVisio.html","title":"Import Process Definition from Visio","navPath":"ImportProcessDefinitionfromVisio.html","bundleId":"work-tasks-2023-sp1","id":"a3fcf59b0-3439-4554-ab6a-c6d755746fb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemfields.html","title":"Add Work Item Fields","navPath":"workitemfields.html","bundleId":"work-tasks-2023-sp1","id":"a37392bc0-4852-4587-914c-b8d57e42435e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alternateactors_1.html","title":"Alternate Actors","navPath":"alternateactors_1.html","bundleId":"work-tasks-2023-sp1","id":"ae283ffec-153f-43dd-84bb-0f39c87bd212","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMConfiguration.html","title":"BAM Configuration","navPath":"BAMConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a6ca61536-4b55-485f-82b0-25c0418d9464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysis.html","title":"Overdue Analysis","navPath":"OverdueAnalysis.html","bundleId":"work-tasks-2023-sp1","id":"a0a390462-1859-48b0-8af2-a78643a9d83d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIDataPoints.html","title":"KPI Data Points","navPath":"KPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a9ecfaa8a-26b3-4c34-8135-c87fd73b4548","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIs.html","title":"KPI(s)","navPath":"KPIs.html","bundleId":"work-tasks-2023-sp1","id":"a659a53a0-cb89-4b0d-89a7-2a3937e370d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Performance.html","title":"Performance","navPath":"Performance.html","bundleId":"work-tasks-2023-sp1","id":"a7a4dcf04-c5ca-43db-a2ca-77a668193049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlertConfiguration.html","title":"Alert Configuration","navPath":"AlertConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a209a8ba3-7ec9-4afc-a9d0-c98aeb5c5137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicConfiguration.html","title":"Basic Configuration","navPath":"BasicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"af57c3210-039b-433e-a054-00beca8b6202","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysisReport.html","title":"Overdue Analysis Report","navPath":"OverdueAnalysisReport.html","bundleId":"work-tasks-2023-sp1","id":"aca60541f-69f8-4b48-afaa-e55e59caf0e7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActions.html","title":"Link Actions","navPath":"LinkActions.html","bundleId":"work-tasks-2023-sp1","id":"a270f149e-5127-4bf7-8b45-3e41f770c284","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Process_Designer_File_Operations.html","title":"Process Designer File Operations","navPath":"Process_Designer_File_Operations.html","bundleId":"work-tasks-2023-sp1","id":"a864b7689-6159-454f-a761-c33a8b7912fd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reuseexistingprocessdesignsbyopeningandrenamethem.html","title":"Reuse Existing Process Designs by Renaming Them","navPath":"reuseexistingprocessdesignsbyopeningandrenamethem.html","bundleId":"work-tasks-2023-sp1","id":"ae17a3798-9909-45e1-8cb5-e480de39947a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/clearthediagramtostartfromscratch.html","title":"Clear the Process Diagram","navPath":"clearthediagramtostartfromscratch.html","bundleId":"work-tasks-2023-sp1","id":"a6ab08e87-c246-43c0-be0d-ec616cd92309","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingtheprocessdiagramasanimage.html","title":"Save the Process Diagram as Image","navPath":"savingtheprocessdiagramasanimage.html","bundleId":"work-tasks-2023-sp1","id":"a13c3cd02-b86a-4b23-be85-e65f31fbd5b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerEditOperations.html","title":"Process Designer Edit Operations","navPath":"ProcessDesignerEditOperations.html","bundleId":"work-tasks-2023-sp1","id":"ad209a5e4-8355-4102-8831-484a699dab26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/cutcopypasteactivities.html","title":"Copy and Paste Activities","navPath":"cutcopypasteactivities.html","bundleId":"work-tasks-2023-sp1","id":"a6cd7bbab-07a0-4775-97c7-0d8b826ed465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UndoandRedoActions.html","title":"Undo and Redo Actions","navPath":"UndoandRedoActions.html","bundleId":"work-tasks-2023-sp1","id":"ae637e8ab-260b-4ed2-88d5-1ecb94cda195","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetPropertiesintheActivityPropertiesWindow.html","title":"Set Properties in the Activity Properties Window","navPath":"SetPropertiesintheActivityPropertiesWindow.html","bundleId":"work-tasks-2023-sp1","id":"a7b682ba3-1527-49d4-8265-15de6bf75759","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandExportFunctionsinProcessDesigner.html","title":"Import and Export Functions in Process Designer","navPath":"ImportandExportFunctionsinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a74b5fb8b-57ac-4a14-96f7-d7072c35aadc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromxml.html","title":"Import from XML","navPath":"importfromxml.html","bundleId":"work-tasks-2023-sp1","id":"afb01713d-adfe-459f-bc8e-1a453809d156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExporttoXML.html","title":"Export to XML","navPath":"ExporttoXML.html","bundleId":"work-tasks-2023-sp1","id":"a041b46fa-0559-4c9c-af9e-11c5eb652ca3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromvisiobpmnstencil.html","title":"Import from Visio (BPMN Stencil)","navPath":"importfromvisiobpmnstencil.html","bundleId":"work-tasks-2023-sp1","id":"a6f325abc-9bff-445a-8a80-729d3f068abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingActivitiesinProcessDesigner.html","title":"Add Activities in Process Designer","navPath":"AddingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"aee13587c-a324-4db0-9235-308f9faae04b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DragandDropActivities.html","title":"Drag and Drop Activities","navPath":"DragandDropActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1d686a5-241e-4d51-b233-350d0690cf3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddActivitiesUsingtheContextMenu.html","title":"Add Activities Using the Context Menu","navPath":"AddActivitiesUsingtheContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"a6f88093c-2a91-4b76-b226-4c2d5d51c4cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkingActivitiesinProcessDesigner.html","title":"Link Activities in Process Designer","navPath":"LinkingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ac4ace3e0-0f1f-4035-a80f-6b1d3ad0f566","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesbyClickingandLinking.html","title":"Link Activities by Clicking and Linking","navPath":"LinkActivitiesbyClickingandLinking.html","bundleId":"work-tasks-2023-sp1","id":"a8192a945-4dd2-4ffa-a32c-a397c81b24de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesUsingtheLinkTool.html","title":"Link Activities Using the Link Tool","navPath":"LinkActivitiesUsingtheLinkTool.html","bundleId":"work-tasks-2023-sp1","id":"a7e79af6e-6cae-40b6-abff-2e55b849039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetLinkOptionsintheActivitiesContextMenu.html","title":"Set Link Options in the Activities Context Menu","navPath":"SetLinkOptionsintheActivitiesContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"af234a3fe-00a3-4492-9df2-1c1127f2849f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingActivityandLinkProperties.html","title":"Set Activity and Link Properties","navPath":"SettingActivityandLinkProperties.html","bundleId":"work-tasks-2023-sp1","id":"a26bf0eb7-5bae-4c7b-a2e0-1c14b0dd7c73","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IdentifyMandatoryProperties.html","title":"Identify Mandatory Properties","navPath":"IdentifyMandatoryProperties.html","bundleId":"work-tasks-2023-sp1","id":"a043aae2e-51c1-44d6-b351-39c0a932878f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method1RightClickandSelectActivityProperties.html","title":"Method 1: Right Click and Select Activity Properties","navPath":"Method1RightClickandSelectActivityProperties.html","bundleId":"work-tasks-2023-sp1","id":"a570cc1bb-7746-46f3-a38d-788b9a8a2825","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","title":"Method 2: Select Activity and then Select Activity Properties from Edit Menu","navPath":"Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","bundleId":"work-tasks-2023-sp1","id":"a5bef891a-1f80-4a30-a738-a265b808e448","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method3UseWizardsForResourceActivitieswhereapplicable.html","title":"Method 3: Use Wizards For Resource Activities (where applicable)","navPath":"Method3UseWizardsForResourceActivitieswhereapplicable.html","bundleId":"work-tasks-2023-sp1","id":"a1e9777fa-69a2-4f28-9dad-8b74871dd63f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoPropertySettingWizards.html","title":"Introduction to Property Setting Wizards","navPath":"IntroductiontoPropertySettingWizards.html","bundleId":"work-tasks-2023-sp1","id":"a57455bfa-9121-4a23-af49-741992fda5f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheActorsSelectionWizard.html","title":"Use the Actors Selection Wizard","navPath":"UsetheActorsSelectionWizard.html","bundleId":"work-tasks-2023-sp1","id":"afd2ac53b-6633-4448-a24c-4d3eb3f45165","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheEscalationEmailWizard.html","title":"Use the Escalation Email Wizard","navPath":"UsetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"aadd05c37-23fc-4ef9-9016-2f25b349e8cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingtheExpressionEditor.html","title":"Use the Expression Editor","navPath":"UsingtheExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"adb76f90f-1e91-4883-a064-daddf58e1f9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingtheexpressioneditortosetactionproperties.html","title":"About the Expression Editor","navPath":"usingtheexpressioneditortosetactionproperties.html","bundleId":"work-tasks-2023-sp1","id":"a1b1f6360-1a0c-470a-8859-a77fb9f0334d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExpressionEditortoBuildExpressionsforProperties.html","title":"Use Expression Editor to Build Expressions for Properties","navPath":"UseExpressionEditortoBuildExpressionsforProperties.html","bundleId":"work-tasks-2023-sp1","id":"ae2d1fe52-4e28-418b-99d9-8b3ec313c053","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAppearancePropertiesforActivityIcons.html","title":"Set Appearance Properties for Activity Icons","navPath":"SetAppearancePropertiesforActivityIcons.html","bundleId":"work-tasks-2023-sp1","id":"a41881247-9bcc-4d36-8af6-a1c7c95984b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchforContentinWorkflow.html","title":"Search for Content in Workflow","navPath":"SearchforContentinWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aec7bcc1e-2c6f-40eb-bc06-3dec29fed468","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheProcessMapImageforNavigation.html","title":"Use the Process Map Image for Navigation","navPath":"UsetheProcessMapImageforNavigation.html","bundleId":"work-tasks-2023-sp1","id":"a1c064f49-2433-4ea5-bb2b-99cefc7f5a8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessModelingandSavingtheAnalyst%27sView.html","title":"Process Modeling and Saving the Analyst's View","navPath":"ProcessModelingandSavingtheAnalyst'sView.html","bundleId":"work-tasks-2023-sp1","id":"a315cfc2a-f886-44a9-824f-fcfde9c27aee","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockandUnlockDesigners.html","title":"Lock and Unlock Designers","navPath":"LockandUnlockDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a7bd3c85e-ae9b-43fc-8c53-bf2770993cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforrepository.html","title":"Enable and Disable Lock for Repository","navPath":"enablinglockforrepository.html","bundleId":"work-tasks-2023-sp1","id":"a5eed50c7-8c61-4d83-adb2-a6a89d89b93f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentTypesofLocks.html","title":"Different Types of Locks","navPath":"DifferentTypesofLocks.html","bundleId":"work-tasks-2023-sp1","id":"acd96aa2b-ec2c-4d60-9250-a16d80f976dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManualLockandUnlock.html","title":"Manual Lock and Unlock","navPath":"ManualLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a3f5ab54c-5c0e-471e-890e-46b23e098ded","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoLockandUnlock.html","title":"Auto Lock and Unlock","navPath":"AutoLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a6be31189-eaca-444a-aeef-2e78a7feafde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLockandUnlockonDesigners.html","title":"Use Lock and Unlock on Designers","navPath":"UseLockandUnlockonDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a100fe4b5-e5b9-4143-8994-4865c5d53f48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist2.html","title":"Process Designer","navPath":"workflowlist2.html","bundleId":"work-tasks-2023-sp1","id":"ad476e8ce-60fa-41d2-b588-9766e81ce8f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formslist.html","title":"Forms Designer","navPath":"formslist.html","bundleId":"work-tasks-2023-sp1","id":"a0d9d4255-9e45-4c06-ab73-f8b49f8c4eda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListDesigner.html","title":"List Designer","navPath":"ListDesigner.html","bundleId":"work-tasks-2023-sp1","id":"af83e3d32-f2d2-4ab3-98d8-071c3569270e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingLockandUnlockonUserDefinedLists.html","title":"Use Lock and Unlock on User Defined Lists","navPath":"UsingLockandUnlockonUserDefinedLists.html","bundleId":"work-tasks-2023-sp1","id":"ab6c64c0d-b3f7-4caf-b05a-a97cb2bc5650","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforuserdefinedlist.html","title":"Enabling Lock for User Defined List","navPath":"enablinglockforuserdefinedlist.html","bundleId":"work-tasks-2023-sp1","id":"a56a9826b-f987-42ac-8bc8-944de9a1507c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EffectsofLockandUnlockonUserDefinedList.html","title":"Effects of Lock and Unlock on User Defined List","navPath":"EffectsofLockandUnlockonUserDefinedList.html","bundleId":"work-tasks-2023-sp1","id":"ad95989ef-6c5f-4ea1-8824-10b5335e046b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisEnabled.html","title":"User Defined List when Lock is Enabled","navPath":"UserDefinedListwhenLockisEnabled.html","bundleId":"work-tasks-2023-sp1","id":"a033d1d39-31de-4a26-9013-851267135265","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisDisabled.html","title":"User Defined List when Lock is Disabled","navPath":"UserDefinedListwhenLockisDisabled.html","bundleId":"work-tasks-2023-sp1","id":"a9de8ab83-ed57-46e7-9812-34f7a8a7dd7b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemThroughWorkflows.html","title":"Update a Locked List Item Through Workflows","navPath":"UpdateaLockedListItemThroughWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad56f4dae-3528-492e-b211-cd4e25b64f0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromInvokeFormActivity.html","title":"Update a Locked List Item from Invoke Form Activity","navPath":"UpdateaLockedListItemfromInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"afb55a13a-1c0d-46d8-a9eb-5fca0907064f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromEngineActivity.html","title":"Update a Locked List Item from Engine Activity","navPath":"UpdateaLockedListItemfromEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"ac432e9de-455d-4311-a0e2-e243140c802e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewLockandUnlockHistoryofListItems.html","title":"View Lock and Unlock History of List Items","navPath":"ViewLockandUnlockHistoryofListItems.html","bundleId":"work-tasks-2023-sp1","id":"ae49e14a5-eef8-4b0c-b8e0-5138d9a319f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Work_Tasks.html","title":"AVEVA Work Tasks Pro","navPath":"Working_with_Work_Tasks.html","bundleId":"work-tasks-2023-sp1","id":"abc2138c6-6d36-48b8-ac88-031d7c09d4fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435174.html","title":"Introduction","navPath":"435174.html","bundleId":"work-tasks-2023-sp1","id":"a37289543-c494-477b-b0a5-2d33c0ec806f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithworktasks.html","title":"Get Started with AVEVA Work Tasks Pro","navPath":"gettingstartedwithworktasks.html","bundleId":"work-tasks-2023-sp1","id":"ad9307521-9099-4858-b5a4-4c9eae97a50a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435176.html","title":"Install and Configure AVEVA Work Tasks Pro Application","navPath":"435176.html","bundleId":"work-tasks-2023-sp1","id":"a123524d3-9c2f-48f7-9f1a-756247a66ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/625157.html","title":"Mobile Device Management","navPath":"625157.html","bundleId":"work-tasks-2023-sp1","id":"ab61704a8-9515-4e29-bf99-2be44b9a17f8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522505.html","title":"View the Demo of AVEVA Work Tasks Pro App","navPath":"522505.html","bundleId":"work-tasks-2023-sp1","id":"afbfb01d7-6a16-495b-963e-91344ed24bbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loginandlogout.html","title":"Log On and Log Off","navPath":"loginandlogout.html","bundleId":"work-tasks-2023-sp1","id":"a1ab38b2e-f69a-461c-b137-a91861578283","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1440390.html","title":"Online and Offline Support for Controls and Containers","navPath":"1440390.html","bundleId":"work-tasks-2023-sp1","id":"ab59dde31-32c7-415b-b544-a3b6032a18a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522508.html","title":"Inbox","navPath":"522508.html","bundleId":"work-tasks-2023-sp1","id":"a890f4120-a881-4195-938e-49863c91bd26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/categories.html","title":"Categories","navPath":"categories.html","bundleId":"work-tasks-2023-sp1","id":"a546f38cf-ecf5-42d6-a551-11565b5cded6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Queue.html","title":"Queue","navPath":"Queue.html","bundleId":"work-tasks-2023-sp1","id":"a09da8166-ce9a-4f7b-bc6a-3eedf2b1aa41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435179.html","title":"Fill Form","navPath":"435179.html","bundleId":"work-tasks-2023-sp1","id":"a8dfc1285-5920-4390-b63d-dc6d83477ac5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Drafts.html","title":"Drafts","navPath":"Drafts.html","bundleId":"work-tasks-2023-sp1","id":"a845a83f9-0ba8-462e-8fef-6fe06dac2a83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SentItems.html","title":"Sent Items","navPath":"SentItems.html","bundleId":"work-tasks-2023-sp1","id":"aa96ed23e-e1eb-407c-8434-4a7e83ba3d2c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Outbox.html","title":"Outbox","navPath":"Outbox.html","bundleId":"work-tasks-2023-sp1","id":"a26caa3e8-7069-426d-b6e8-023462386df6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Sync.html","title":"Sync","navPath":"Sync.html","bundleId":"work-tasks-2023-sp1","id":"aea97bdb7-3aa3-4583-a252-83dbc13bc9d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793038.html","title":"Save Settings","navPath":"793038.html","bundleId":"work-tasks-2023-sp1","id":"a2235aa20-f60e-4f32-98d2-a269a56a5773","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeNotificationToneforiOSDevices.html","title":"Change Notification Tone for iOS Devices","navPath":"ChangeNotificationToneforiOSDevices.html","bundleId":"work-tasks-2023-sp1","id":"a9362e409-7ba9-4dd6-ace6-cb6cc2529f8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793046.html","title":"Configure Save Settings","navPath":"793046.html","bundleId":"work-tasks-2023-sp1","id":"a35028ebf-6b6a-4eeb-9a2b-c605544dd4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNumberofItemstoSyncfortheLookupControl.html","title":"Configure Number of Items to Sync for the Lookup Control","navPath":"ConfigureNumberofItemstoSyncfortheLookupControl.html","bundleId":"work-tasks-2023-sp1","id":"aa17dfb59-a9cd-4203-9a9a-e7ec153cd3f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/571749.html","title":"Configure Thresholds","navPath":"571749.html","bundleId":"work-tasks-2023-sp1","id":"aa1fe90fe-d6ac-420c-bd7c-c9355c8a15f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDrafts.html","title":"Configure Drafts","navPath":"ConfigureDrafts.html","bundleId":"work-tasks-2023-sp1","id":"a67dd678f-55e0-4541-9097-ac1fffec5f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/658450.html","title":"Configure Sent Items","navPath":"658450.html","bundleId":"work-tasks-2023-sp1","id":"a168b9432-8a25-4b33-a97a-8ac1f80bdbf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/599341.html","title":"Configure Inbox Settings","navPath":"599341.html","bundleId":"work-tasks-2023-sp1","id":"a6deb063e-3c83-4b0a-a554-ed236a48d149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641267.html","title":"Configure Offline Support","navPath":"641267.html","bundleId":"work-tasks-2023-sp1","id":"a3bf9e7f6-6ef3-497c-bbde-d2b4501bca6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659533.html","title":"Use Themes","navPath":"659533.html","bundleId":"work-tasks-2023-sp1","id":"aefcf97f7-71bd-4bab-83df-b58534456033","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659544.html","title":"Apply Theme to AVEVA Work Tasks Pro App","navPath":"659544.html","bundleId":"work-tasks-2023-sp1","id":"a0c00a64d-d648-48c3-818a-ded1ba40340f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyle.html","title":"Change Style","navPath":"ChangeStyle.html","bundleId":"work-tasks-2023-sp1","id":"a5994f8ee-3927-4730-a44e-6cf921d98f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/490121.html","title":"Logs","navPath":"490121.html","bundleId":"work-tasks-2023-sp1","id":"a98528026-133d-44c6-87f1-f225c834fbcc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingworktasks.html","title":"Troubleshooting","navPath":"troubleshootingworktasks.html","bundleId":"work-tasks-2023-sp1","id":"adb770337-1720-4a62-bd66-f6e967118ef3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/731829.html","title":"Debugging","navPath":"731829.html","bundleId":"work-tasks-2023-sp1","id":"ae2da79e5-3dcb-4eab-82a1-640493911a92","isActive":false,"outputclasses":[],"children":[]}]}]}]}},"apiErrorHandler":{}} ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
symbol is interpreted as a format specifier in the format string. If you need to prevent this, you will need to precede the ' symbol is interpreted as a format specifier in the format string. If you need\n to prevent this, you will need to precede the ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
symbol with a '\u003Cspan class=\"uicontrol\"\u003E\\\u003C/span\u003E'.\n \u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf the current server culture is “en-US”, then the currency is displayed as ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EHowever, if the current server culture is “Brazilian”, then the currency is displayed\n as 'R ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\n \u003C/p\u003E\n \u003Cul class=\"ulsubitem\"\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# $\u003C/span\u003E and the number is 12, then the number is displayed as 12 R$.\n \u003C/p\u003E\n \u003C/li\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# \\$\u003C/span\u003E and the number is 12, then the number is displayed as \u003Cbr\u003E12 $.\n \u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/li\u003E\n \u003C/ul\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E;\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ESection separator.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EDefines sections with separate format strings for positive, negative, and zero numbers.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E#.00 $;#.00 - $;#.00 $\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '125', then it is displayed as '125.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '-125', then it is displayed as '125.00 - ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '0', then it is displayed as '0.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E\"string\"/'string'\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ELiteral string delimiter.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIndicates that the enclosed characters should be copied to the result string.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"paragraph\"\u003E#,##,###.00 ‘₹’ or #,##,###.00 “₹”\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003EIf you enter the value as '125.00', then it is displayed as '125.00 ₹'.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003C/tbody\u003E\u003C/table\u003E\n \u003C/div\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003C/div\u003E\n \n\n\u003C/article\u003E\u003C/article\u003E\n","topic_language":"enus","views":0,"your_rating":null,"watermark":null,"isFallbackLanguage":false,"collapsibleContentExists":false,"miniTOCHeadings":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"miniTOCHeadingsFlat":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"isInlineExternalTopic":false},"workflow":null,"isWorkflow":false,"showWorkflow":false,"error":null},"TocComponent":{"toc":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/help.html","title":"Welcome to AVEVA Work Tasks","navPath":"help.html","bundleId":"work-tasks-2023-sp1","id":"ae28db577-8710-4c61-a2aa-693e53b48c7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/copyright.html","title":"Legal information","navPath":"copyright.html","bundleId":"work-tasks-2023-sp1","id":"a63f0ebce-097d-40e6-81a4-35d87844d39a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/31015.html","title":"Contact information","navPath":"31015.html","bundleId":"work-tasks-2023-sp1","id":"a667c3c4d-6ab6-4553-932e-bc8aa99e6ae8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/520827.html","title":"Acknowledgements","navPath":"520827.html","bundleId":"work-tasks-2023-sp1","id":"a26d32884-a0c6-4c59-a25d-11ef7d3f506f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759100.html","title":"AjaxMin","navPath":"759100.html","bundleId":"work-tasks-2023-sp1","id":"ad6a51842-6aeb-49da-b5b9-840458b1b18d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759101.html","title":"AmqpNet Lite","navPath":"759101.html","bundleId":"work-tasks-2023-sp1","id":"acd0f0923-07b3-4a28-b810-aa5288aaccc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759105.html","title":"AngleSharp","navPath":"759105.html","bundleId":"work-tasks-2023-sp1","id":"abbdbe2b5-b07c-48e7-b2fe-79a3a98bb095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910312.html","title":"AngleSharp​.Css","navPath":"910312.html","bundleId":"work-tasks-2023-sp1","id":"a76c98495-70fb-4e3e-b0ba-cea00f933124","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759109.html","title":"AngularJS","navPath":"759109.html","bundleId":"work-tasks-2023-sp1","id":"a1425355f-ed78-47b4-8eff-f7c946bb37ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759110.html","title":"AntiXSS","navPath":"759110.html","bundleId":"work-tasks-2023-sp1","id":"ad66fb273-6e98-498d-a151-99223d9cb1fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759115.html","title":"AutoMapper","navPath":"759115.html","bundleId":"work-tasks-2023-sp1","id":"abf7e477f-1d68-4dee-b357-5824631932c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904394.html","title":"Azure​.Identity","navPath":"904394.html","bundleId":"work-tasks-2023-sp1","id":"a24914844-2e7d-4b62-abef-533b4eea907c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904395.html","title":"Azure​.Security​.KeyVault​.Secrets","navPath":"904395.html","bundleId":"work-tasks-2023-sp1","id":"af3d45a29-c808-43aa-9521-c70f148db138","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759117.html","title":"bootstrap","navPath":"759117.html","bundleId":"work-tasks-2023-sp1","id":"a5e287859-b798-42a9-b648-801a3dc68e2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759118.html","title":"bootstrap-datepicker","navPath":"759118.html","bundleId":"work-tasks-2023-sp1","id":"ab329437c-60cf-470d-966f-31a8aefc411c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762837.html","title":"chilkat-x64","navPath":"762837.html","bundleId":"work-tasks-2023-sp1","id":"af620fdf4-880e-4466-a658-aa9f66b7151c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762838.html","title":"CodeMirror","navPath":"762838.html","bundleId":"work-tasks-2023-sp1","id":"a93e06817-85a8-4ddd-9bd6-f2a440eb7a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762839.html","title":"ComponentArt Charting","navPath":"762839.html","bundleId":"work-tasks-2023-sp1","id":"a8f8e4c4a-5da5-4f78-8fc7-5214cd1ed646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762840.html","title":"crypto-js","navPath":"762840.html","bundleId":"work-tasks-2023-sp1","id":"ad731a0fa-e72c-4769-927c-e8675fb82ed6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762841.html","title":"datejs","navPath":"762841.html","bundleId":"work-tasks-2023-sp1","id":"a406094f6-6dcb-447d-a3fa-5961c29b89a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762842.html","title":"EasyNetQ","navPath":"762842.html","bundleId":"work-tasks-2023-sp1","id":"aaad8da03-830e-41f6-858f-e9b5de8435b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762843.html","title":"ExcelDataReader","navPath":"762843.html","bundleId":"work-tasks-2023-sp1","id":"a22c5035f-a2fe-4880-be52-d0d7939da4a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762844.html","title":"FastAndroidCamera","navPath":"762844.html","bundleId":"work-tasks-2023-sp1","id":"a9dbda76a-9c5e-4d59-85e6-56991baaa4b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762851.html","title":"HtmlSanitizer","navPath":"762851.html","bundleId":"work-tasks-2023-sp1","id":"acb876ee2-7161-4004-98cc-50227c3a8ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762855.html","title":"Intersoft WebGrid","navPath":"762855.html","bundleId":"work-tasks-2023-sp1","id":"a688f63b7-f50f-4263-8a5e-b20b4d1bffd3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762865.html","title":"JavaScriptEngineSwitcher","navPath":"762865.html","bundleId":"work-tasks-2023-sp1","id":"ac6c7098b-b48c-40da-9ddc-e74ae011eb7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762866.html","title":"jquery","navPath":"762866.html","bundleId":"work-tasks-2023-sp1","id":"abe23520a-4715-47be-b563-fd1f30ae340a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910313.html","title":"jquery dotdotdot","navPath":"910313.html","bundleId":"work-tasks-2023-sp1","id":"a029d6063-76de-4e93-b583-20fd75e61c1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762867.html","title":"jquery easing","navPath":"762867.html","bundleId":"work-tasks-2023-sp1","id":"a18fbf154-6c99-4b9f-b10e-c85984dab2fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910314.html","title":"jshint","navPath":"910314.html","bundleId":"work-tasks-2023-sp1","id":"a5bffd613-1a6d-489b-affd-a0399213aa52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762868.html","title":"jszip","navPath":"762868.html","bundleId":"work-tasks-2023-sp1","id":"a8045ffe9-3e48-4f7b-9ac3-542a8dd221cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910315.html","title":"Kendo UI","navPath":"910315.html","bundleId":"work-tasks-2023-sp1","id":"a5fa81750-8074-465e-9b17-998b0f31e125","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762869.html","title":"Knockout","navPath":"762869.html","bundleId":"work-tasks-2023-sp1","id":"a2a634dc4-fb7a-439e-ab6f-c482f7d8c590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910316.html","title":"Knockout-Kendo","navPath":"910316.html","bundleId":"work-tasks-2023-sp1","id":"a637cfc9b-4332-4f09-9c4a-f1bbb7cf1d88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762871.html","title":"LumiSoft​.Net","navPath":"762871.html","bundleId":"work-tasks-2023-sp1","id":"a91793d03-7bf4-4551-b4c9-b6b8a556be29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1265011.html","title":"Microsoft​.Web​.WebView2","navPath":"1265011.html","bundleId":"work-tasks-2023-sp1","id":"a30eb0f3c-70fc-4dc8-8696-ef8581185c8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762872.html","title":"Newtonsoft​.Json","navPath":"762872.html","bundleId":"work-tasks-2023-sp1","id":"a3da01c8b-c223-49cb-a6b1-ac1753d181e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904396.html","title":"Oracle​.ManagedDataAccess","navPath":"904396.html","bundleId":"work-tasks-2023-sp1","id":"ad1d1ed6a-03fe-4e5b-920f-8fbb90c5a648","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762873.html","title":"Oracle Providers for ASP​.NET","navPath":"762873.html","bundleId":"work-tasks-2023-sp1","id":"a7b58f71d-a6db-4951-a003-17eb04959573","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763108.html","title":"Owin","navPath":"763108.html","bundleId":"work-tasks-2023-sp1","id":"a0f8ed29c-916b-448d-8080-a62d5cabf75c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763109.html","title":"Paho MQTT","navPath":"763109.html","bundleId":"work-tasks-2023-sp1","id":"ad844c945-fc81-40c1-b39b-01617e41212a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910317.html","title":"Pako","navPath":"910317.html","bundleId":"work-tasks-2023-sp1","id":"aa5ed6cde-2f17-4d56-bb70-81e435bcadd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907877.html","title":"polly​.extensions​.http","navPath":"907877.html","bundleId":"work-tasks-2023-sp1","id":"a3aa2c1eb-90a3-4b1c-b067-22f9e88fbe44","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904402.html","title":"RabbitMQ​.Client","navPath":"904402.html","bundleId":"work-tasks-2023-sp1","id":"a2ea194d1-ff32-44f3-a83e-a5720ce169cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907810.html","title":"SendGrid","navPath":"907810.html","bundleId":"work-tasks-2023-sp1","id":"ae494e7f0-6fa4-457b-b9e9-bc0573a79080","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910318.html","title":"Spin js","navPath":"910318.html","bundleId":"work-tasks-2023-sp1","id":"a15c2fc95-49c7-4223-bca0-d5e02f1ef565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763110.html","title":"SQLite","navPath":"763110.html","bundleId":"work-tasks-2023-sp1","id":"ac6a29ce2-e7ce-4341-85d5-d06387ee7464","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/878052.html","title":"sqlite-net SQLCipher","navPath":"878052.html","bundleId":"work-tasks-2023-sp1","id":"a3abec5d2-3e17-4bff-9181-a609bb8b4ac9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907875.html","title":"StarkbankEcdsa","navPath":"907875.html","bundleId":"work-tasks-2023-sp1","id":"a047e36b6-dc55-4825-b585-ed70ab9ec0f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763111.html","title":"Telerik® UI for ASP​.NET AJAX","navPath":"763111.html","bundleId":"work-tasks-2023-sp1","id":"afd1a3492-aae4-4b89-9c49-2e26f8cfde53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763174.html","title":"tensorspace","navPath":"763174.html","bundleId":"work-tasks-2023-sp1","id":"a86b53742-cf80-4fa1-a813-07ceb8b8bf7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763175.html","title":"Unity​.Abstractions","navPath":"763175.html","bundleId":"work-tasks-2023-sp1","id":"a1eee0410-ccbf-4bed-86f9-a625be2fd148","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763176.html","title":"Unity​.Container","navPath":"763176.html","bundleId":"work-tasks-2023-sp1","id":"a6989ef72-9c35-4c0a-bbae-ee0becb4731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907886.html","title":"WindowsBase","navPath":"907886.html","bundleId":"work-tasks-2023-sp1","id":"a59108fdd-8e1a-451d-a943-c6bbe897d3be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903678.html","title":"WiX Toolset","navPath":"903678.html","bundleId":"work-tasks-2023-sp1","id":"aa93e3612-0ac3-413a-afd2-b9253881b63b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904489.html","title":"xamarin​.essentials","navPath":"904489.html","bundleId":"work-tasks-2023-sp1","id":"a8f5d4e26-0989-49b0-ad66-62d108f912ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904585.html","title":"xam​.plugin​.battery","navPath":"904585.html","bundleId":"work-tasks-2023-sp1","id":"ada01ab43-d704-4c5b-a0b1-a16f5234ac4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910319.html","title":"Xml2Json","navPath":"910319.html","bundleId":"work-tasks-2023-sp1","id":"a93d3fa59-5a65-459a-b47e-32ad4d71ea20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910269.html","title":"ZXing","navPath":"910269.html","bundleId":"work-tasks-2023-sp1","id":"a572944d3-ff6b-4cd9-ac8e-f24d5c11848c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904248.html","title":"Other Components","navPath":"904248.html","bundleId":"work-tasks-2023-sp1","id":"a4ef74d2e-0249-4993-8bad-83da603f9f5a","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/789641.html","title":"What's new in AVEVA Work Tasks?","navPath":"789641.html","bundleId":"work-tasks-2023-sp1","id":"a66e23fbc-3b01-4be9-9b81-b0177a0d59ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1282500.html","title":"2023 Releases","navPath":"1282500.html","bundleId":"work-tasks-2023-sp1","id":"a1dba44ae-e988-4e6f-92c3-d8052c1b05f1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733522.html","title":"AVEVA Work Tasks 2023 SP1 Release Notes","navPath":"733522.html","bundleId":"work-tasks-2023-sp1","id":"a32ff6b55-da45-43e6-b669-6a23a4ed605e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733517.html","title":"System Requirements","navPath":"733517.html","bundleId":"work-tasks-2023-sp1","id":"a51cb72ec-fc8a-4a8b-b97a-2f1af94210c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733515.html","title":"Product Compatibility","navPath":"733515.html","bundleId":"work-tasks-2023-sp1","id":"a6651e44e-1259-4554-905b-f82e7bdfc500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733511.html","title":"ISO Details","navPath":"733511.html","bundleId":"work-tasks-2023-sp1","id":"a791f4bfd-49d2-495e-a78f-83ee14388a28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733510.html","title":"Installation Instructions","navPath":"733510.html","bundleId":"work-tasks-2023-sp1","id":"a0a6c3e62-3d79-4e27-a9d9-79e9b5a39caf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733518.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"733518.html","bundleId":"work-tasks-2023-sp1","id":"a1dd1a603-ab92-4324-89bf-5b85b9a363a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733513.html","title":"Key Features","navPath":"733513.html","bundleId":"work-tasks-2023-sp1","id":"a5e7174ee-3582-463e-9017-2c201502b7e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733509.html","title":"General Enhancements","navPath":"733509.html","bundleId":"work-tasks-2023-sp1","id":"a509245ef-ee5a-4984-adf9-59919b74d5d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733512.html","title":"Issues Resolved","navPath":"733512.html","bundleId":"work-tasks-2023-sp1","id":"ae916007c-b016-4b00-ad18-8921574d37ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1382390.html","title":"Known Issues","navPath":"1382390.html","bundleId":"work-tasks-2023-sp1","id":"a61b0656e-0b6d-4158-886d-3efb2d54a93e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1398635.html","title":"AVEVA Work Tasks Pro","navPath":"1398635.html","bundleId":"work-tasks-2023-sp1","id":"a67ba2b0b-ab19-4975-84ae-93c69f864ac7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/administratorguide.html","title":"Administrator Guide","navPath":"administratorguide.html","bundleId":"work-tasks-2023-sp1","id":"acd6f48c0-0189-4856-b51a-7ea385bc2321","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/architecture.html","title":"Architecture","navPath":"architecture.html","bundleId":"work-tasks-2023-sp1","id":"ab226a82e-b181-443c-99a2-96d44cd59b3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/corecomponents.html","title":"Core Components","navPath":"corecomponents.html","bundleId":"work-tasks-2023-sp1","id":"a1c2ca690-9b51-4d2f-8f72-7027542d3917","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/microsoftoutlookintegration.html","title":"Microsoft Outlook Integration","navPath":"microsoftoutlookintegration.html","bundleId":"work-tasks-2023-sp1","id":"aee929c2a-0793-4ad1-867d-43491b651264","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scalabilityandavailability.html","title":"Scalability and Availability","navPath":"scalabilityandavailability.html","bundleId":"work-tasks-2023-sp1","id":"af5529dab-4015-4277-893a-57e9fc74458d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingintranetandextranetwebfronts.html","title":"Set up intranet and extranet web fronts","navPath":"settingintranetandextranetwebfronts.html","bundleId":"work-tasks-2023-sp1","id":"aac89cba2-320f-4543-b1ce-88e09364ce74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540500.html","title":"Partitioning Database","navPath":"540500.html","bundleId":"work-tasks-2023-sp1","id":"a8f63c245-27c2-4820-84d0-f226f3b33ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540501.html","title":"Partitioning with Central Configuration","navPath":"540501.html","bundleId":"work-tasks-2023-sp1","id":"ad6093e39-a6db-4958-85fc-a0786faa96a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540502.html","title":"Partitioning with Partition Manager","navPath":"540502.html","bundleId":"work-tasks-2023-sp1","id":"a484386ac-a929-4962-88d3-8630e49c21ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/657844.html","title":"Verifying Partition","navPath":"657844.html","bundleId":"work-tasks-2023-sp1","id":"a1243e8bf-0d2c-4b60-a08c-c18afcf8c1b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintenanceActivities.html","title":"Maintenance activities","navPath":"MaintenanceActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae4e3fe93-e008-4cde-b76a-d1c2f5b682b1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Editions.html","title":"Editions","navPath":"Editions.html","bundleId":"work-tasks-2023-sp1","id":"aeb075841-906b-4065-bad7-c8935f935dcf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenarios.html","title":"Single server","navPath":"SingleServerScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a107d7344-9da7-4cce-89a3-63801559f204","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario1.html","title":"Deployment of AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on a single machine","navPath":"SingleMachineScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a4d833f21-2965-43bb-b378-fcb446ebded0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario2.html","title":"AVEVA Work Tasks web server and AVEVA Work Tasks server on different machines","navPath":"SingleMachineScenario2.html","bundleId":"work-tasks-2023-sp1","id":"a6dae3899-8a3a-4f34-8b47-23c51c552ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario3.html","title":"AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on different machines","navPath":"SingleMachineScenario3.html","bundleId":"work-tasks-2023-sp1","id":"aa1b068b2-5113-4a3f-a0cf-6b0ff85fcc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenario4.html","title":"AVEVA Work Tasks Web Server Farm, Work Tasks Server, and AVEVA Work Tasks Database Server on Different Machines","navPath":"SingleServerScenario4.html","bundleId":"work-tasks-2023-sp1","id":"aa4fce7cc-d070-4824-b337-5e45ae20a72d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerLicensing.html","title":"Single server licensing information","navPath":"SingleServerLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a2fed8d65-d6ba-4e6d-85dd-fe8020eb43e8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServer.html","title":"Load balanced server","navPath":"LoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a0f5a8aa0-4340-4869-b21e-e7f753a73e71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerArchitecture.html","title":"Load Balanced Server Architecture","navPath":"LoadBalancedServerArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a632ad1cc-5885-4043-976f-54162386ceac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerInstallationScenarios.html","title":"Load balanced server installation scenarios","navPath":"LoadBalancedServerInstallationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a97927939-7d10-467f-a318-488abcc4817b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerCapableofAddingMachinesatAnyTime.html","title":"Single server capable of adding machines at any time","navPath":"SingleServerCapableofAddingMachinesatAnyTime.html","bundleId":"work-tasks-2023-sp1","id":"a9012c07f-7baf-4406-b961-071fbe0abc95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines1.html","title":"Web Server Farm with Clustered Work Tasks Services and Databases on Different Machines","navPath":"LoadBalancedServersonDifferentMachines1.html","bundleId":"work-tasks-2023-sp1","id":"a66065868-d03e-48b6-af16-689176e5d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines2.html","title":"AVEVA Work Tasks Web Server Farm Connecting to AVEVA Work Tasks Services with AVEVA Work Tasks Databases on a Different Machine","navPath":"LoadBalancedServersonDifferentMachines2.html","bundleId":"work-tasks-2023-sp1","id":"afabb36ea-ded9-45d7-baad-de710b5cf8a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","title":"Behavior of AVEVA Work Tasks Services on Enterprise Server","navPath":"BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"a775fa8f6-59d5-4326-a1fa-7f8347dea231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ToolsUsedinEnterpriseServer.html","title":"Tools used in Enterprise Server","navPath":"ToolsUsedinEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"afd759f43-ff92-4ae1-9779-804d9c910afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLimitations.html","title":"Load balanced server limitations","navPath":"LoadBalancedServerLimitations.html","bundleId":"work-tasks-2023-sp1","id":"ad53407b0-151d-4eeb-875b-e5eebad2ebf9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLicensingInformation.html","title":"Load balanced server licensing information","navPath":"LoadBalancedServerLicensingInformation.html","bundleId":"work-tasks-2023-sp1","id":"a867b5c92-282c-4592-a664-fea3051a57c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetscenarios.html","title":"Installing Different Editions","navPath":"skeltabpmnetscenarios.html","bundleId":"work-tasks-2023-sp1","id":"a72603d98-5f56-45da-99b1-13ce8d5f3626","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/planningforinstallation.html","title":"Layout Editing Modes","navPath":"planningforinstallation.html","bundleId":"work-tasks-2023-sp1","id":"a4610a32b-0c8c-4ef0-8922-4a2efc3abafd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/serverroles.html","title":"Identifying Server Roles","navPath":"serverroles.html","bundleId":"work-tasks-2023-sp1","id":"ab492887c-02d8-4ca6-91d3-dd29a9c1f5f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usersource.html","title":"Identifying User Source","navPath":"usersource.html","bundleId":"work-tasks-2023-sp1","id":"a7b1429f9-6330-480c-b460-a7b916c023f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/databaseselection.html","title":"Making Database Selection","navPath":"databaseselection.html","bundleId":"work-tasks-2023-sp1","id":"a7157b66c-ac99-4c5f-ae1d-a0871000f5e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/communication.html","title":"Setting up Communication","navPath":"communication.html","bundleId":"work-tasks-2023-sp1","id":"a583b3a22-e4b3-495b-bbdb-873bc70617cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-mailintegration.html","title":"Integrating Email","navPath":"e-mailintegration.html","bundleId":"work-tasks-2023-sp1","id":"a7d113291-57fe-4631-9a9e-c176f8818a64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ports.html","title":"Setting up Ports","navPath":"ports.html","bundleId":"work-tasks-2023-sp1","id":"aa60682cb-00fd-4190-aa60-bb6808956aef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CookiesCreatedbyWebApplication.html","title":"Cookies Created by Web Application","navPath":"CookiesCreatedbyWebApplication.html","bundleId":"work-tasks-2023-sp1","id":"a19de9f1f-9aea-44ee-88b4-e189f7a695e9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites.html","title":"Prerequisites","navPath":"prerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a492c158f-8d4d-4689-84d7-c74288472cb2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureInternetInformationServices.html","title":"Configure Internet Information Services","navPath":"ConfigureInternetInformationServices.html","bundleId":"work-tasks-2023-sp1","id":"ae96ae8c4-c230-476f-9280-d3331d815034","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableandVerifyMSDTC.html","title":"Enable and verify MSDTC","navPath":"EnableandVerifyMSDTC.html","bundleId":"work-tasks-2023-sp1","id":"ab26f206f-77d8-4adc-97cf-f7a287dd6e32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/575435.html","title":"Configure Oracle Data Handler","navPath":"575435.html","bundleId":"work-tasks-2023-sp1","id":"ab93b8534-ed57-4791-bd5b-3a82d3b62ef9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallSingleServer.html","title":"Install Single Server","navPath":"InstallSingleServer.html","bundleId":"work-tasks-2023-sp1","id":"a45bfca0b-f779-4e1e-b7ff-902e86956460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineInstallation.html","title":"Single machine installation","navPath":"SingleMachineInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a481ae858-6156-44fa-9869-62ea1e302ccf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofInstallation.html","title":"High-level view of installation","navPath":"HighLevelViewofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a8bf30945-82fd-4275-bcee-77e8f98257d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation.html","title":"Installation","navPath":"Installation.html","bundleId":"work-tasks-2023-sp1","id":"af42d13e4-452e-4af9-a199-85ca2f7e611d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae253cc50-afd2-4fb0-ba8e-b675067911fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"ab3689631-1a0e-427c-8ce5-fa4548684934","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer.html","bundleId":"work-tasks-2023-sp1","id":"a67b444e5-626c-4b1f-a390-893ae2021f9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aae749dc4-2e84-4682-80af-b004ca1f6e84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase.html","title":"Create Farm Database","navPath":"CreateFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a48d45138-1692-43d6-a05b-df802e880f22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings.html","title":"Define Security Settings","navPath":"DefineSecuritySettings.html","bundleId":"work-tasks-2023-sp1","id":"a0a2e7d97-da96-4fdd-a301-1b9acda9168e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac494bac4-af74-4696-bb98-0fe1aa3ac81d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices.html","title":"Provision Services","navPath":"ProvisionServices.html","bundleId":"work-tasks-2023-sp1","id":"ad2aeacdc-e4c8-4179-a669-89f180edee31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"aa54978ff-7c5e-432a-bb48-65ef4aca487d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository.html","title":"Create a Repository","navPath":"CreateaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a32bcc35f-9259-4204-8701-a002ab434a56","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation.html","title":"Verify the Installation","navPath":"VerifytheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a764e413b-d27a-4c6b-9719-9b2af91b718c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebServerandAVEVAWorkTasksServeronDifferentMachines.html","title":"Web server and AVEVA Work Tasks server on different machines","navPath":"WebServerandAVEVAWorkTasksServeronDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"aa8617912-fae9-4e6b-baab-ec0ebf08688f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewoftheInstallation.html","title":"High-level view of the installation","navPath":"HighLevelViewoftheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a1a1d45c1-dde5-431a-9dfb-865c0b1ec29a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_1.html","title":"Installation","navPath":"Installation_1.html","bundleId":"work-tasks-2023-sp1","id":"abfcac7a8-6b46-43f9-9f5f-48d4b956b286","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_1.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"a933569eb-b920-4ea4-a792-349bcc2ad225","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_1.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_1.html","bundleId":"work-tasks-2023-sp1","id":"a913d8bcc-8ec4-4bcd-ab9f-96769deb6e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_1.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_1.html","bundleId":"work-tasks-2023-sp1","id":"a505106b3-37f7-4f64-a51f-69d1016ae601","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_1.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"aea45d23f-dd61-4050-81fc-fb13a4b8859f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_1.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"a8e7ae67b-7544-4ae4-a31d-5c7aff94445a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_1.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_1.html","bundleId":"work-tasks-2023-sp1","id":"ad4220f03-df07-4d65-b96d-90f3a724ffa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_1.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"a83fc8459-274a-4027-b031-3859b847e3c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_1.html","title":"Provision Services","navPath":"ProvisionServices_1.html","bundleId":"work-tasks-2023-sp1","id":"a866eb46d-271f-4172-aeb0-5cb25d6e3a5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_1.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_1.html","bundleId":"work-tasks-2023-sp1","id":"a7bac03a2-96c0-47fe-8138-289c2dc7f444","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_1.html","title":"Create a Repository","navPath":"CreateaRepository_1.html","bundleId":"work-tasks-2023-sp1","id":"a625355b9-6fe7-4626-80e1-6d0b552cbd08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_1.html","title":"Verify the Installation","navPath":"VerifytheInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cd1a4ef-ea8f-47a4-a6eb-cccd4fa3c044","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServersonDifferentMachinesScenario1.html","title":"Web Server, AVEVA Work Tasks Server, and Database Server on Different Machines","navPath":"ServersonDifferentMachinesScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a6f2d08b6-5d69-4ef4-9074-6635ad748a9e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a69064966-2138-4f7f-9608-e499ec99792e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aa3b1318f-06d9-4a64-b20e-4e110554039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_2.html","title":"Installation","navPath":"Installation_2.html","bundleId":"work-tasks-2023-sp1","id":"aca02022f-498d-4340-88e5-ec13d75decba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer.html","bundleId":"work-tasks-2023-sp1","id":"a035d3e80-fe80-4732-bf0c-cb68e0415893","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_2.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_2.html","bundleId":"work-tasks-2023-sp1","id":"a9b424b1b-2ab9-4a0f-84d0-74695e3d22df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_2.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_2.html","bundleId":"work-tasks-2023-sp1","id":"adfc9046a-7ac8-4400-9d7c-e76d3c810b5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_2.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a96c418d4-5430-415c-97aa-f8047a5f79a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_2.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a624d1cb2-944f-400c-bcf4-a30642a1426f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_2.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a1d0959a9-4644-437d-b37d-8f39a8097f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_2.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ad5b6f8a2-81a7-45ed-8e29-e312e391c666","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_2.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ae9819721-e27b-4960-b6a5-14587de43783","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a54288089-9e05-4b58-bad8-f5047f9935b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_2.html","title":"Provision Services","navPath":"ProvisionServices_2.html","bundleId":"work-tasks-2023-sp1","id":"a455cc1a3-e8fc-41a2-b1c6-23df9a39637d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a5ceb92f5-a5b1-41e2-b5fa-013dedd9f52c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_3.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_3.html","bundleId":"work-tasks-2023-sp1","id":"a640e2eb0-f478-4acf-a48a-4474dedef67b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_3.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_3.html","bundleId":"work-tasks-2023-sp1","id":"aa2ec7624-973c-4be1-a668-b81a800b6b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_3.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae26e193c-027c-41c0-b9fa-825db1fa5747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation.html","title":"Select Client Installation","navPath":"SelectClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"abf07edd4-6720-49c2-829c-1138d73aada2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a50f36563-78a3-43b5-a2d2-a90d13fb2fd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a751d70d1-6419-4977-974c-0e331d5ca0ec","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_2.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_2.html","bundleId":"work-tasks-2023-sp1","id":"a868acfb6-0014-4b3b-8ad4-bb1028af4d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_2.html","title":"Create a Repository","navPath":"CreateaRepository_2.html","bundleId":"work-tasks-2023-sp1","id":"afd56dfa0-8c17-4ed6-a09b-7ab65e5279d2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_2.html","title":"Verify the Installation","navPath":"VerifytheInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac68c967a-e2ba-4e5c-95e5-110ec7dc8be3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario3.html","title":"Web Farm (Multiple Web servers), AVEVA Work Tasks Server, and Database on Different Machines","navPath":"DifferentMachinesScenario3.html","bundleId":"work-tasks-2023-sp1","id":"ae3311fc0-4c32-46fb-86e5-ffe7672e2d5b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_1.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"addf2ca0e-010c-43c7-bb63-8fb5833dec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_1.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac72bbf83-f0d4-45c4-9735-1b3fe75e741c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation3.html","title":"Installation","navPath":"Installation3.html","bundleId":"work-tasks-2023-sp1","id":"a9ed50da2-4e4c-49ba-b8d7-2ce232cec927","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_1.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_1.html","bundleId":"work-tasks-2023-sp1","id":"ab1499953-dc0b-46f0-bfb7-3c662c8d3bd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_4.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_4.html","bundleId":"work-tasks-2023-sp1","id":"a76d788ac-3db1-448c-aedc-4fd244344ff7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_4.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_4.html","bundleId":"work-tasks-2023-sp1","id":"a8c250d9d-be7a-4f4b-a1f5-f36f94ac61cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_4.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_4.html","bundleId":"work-tasks-2023-sp1","id":"a092fe9e2-40bc-4611-a327-3bcfb520455a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_3.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"acb6e856b-c47e-4a8d-a717-a522c4d4b024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_3.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a95b4006d-5975-44ae-b9fe-d27ce837cc49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_3.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_3.html","bundleId":"work-tasks-2023-sp1","id":"a566f3fc5-401e-461f-bd95-b21d0de8fc1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_3.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_3.html","bundleId":"work-tasks-2023-sp1","id":"adb87c5fe-2382-4b9c-a852-913389fe44fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_1.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_1.html","bundleId":"work-tasks-2023-sp1","id":"ad5fefae5-7366-46f2-80cd-e16c09fe3a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_3.html","title":"Provision Services","navPath":"ProvisionServices_3.html","bundleId":"work-tasks-2023-sp1","id":"a307352a0-c9fd-4c11-93a1-528f291d9a34","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_1.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_1.html","bundleId":"work-tasks-2023-sp1","id":"a277c0d22-027c-4eca-a158-966bc6d5e5db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_5.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_5.html","bundleId":"work-tasks-2023-sp1","id":"a75680dd1-2424-46ae-b3f3-4c11a40cfb31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_5.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_5.html","bundleId":"work-tasks-2023-sp1","id":"ab4c8bbf9-c82c-40b2-b72c-c20beaa8da50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_5.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_5.html","bundleId":"work-tasks-2023-sp1","id":"a434ca78e-5f6a-4dfe-ac02-58e13767f267","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_1.html","title":"Select Client Installation","navPath":"SelectClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a7ad90ce4-a2da-4772-988f-47c7c8b895c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_1.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf1a1f89-20a6-4671-8d12-354116ed4373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_1.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa1cda9b2-e7f2-42bb-b4ed-c4719ed9be0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_3.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_3.html","bundleId":"work-tasks-2023-sp1","id":"a440a6207-5934-425a-8a87-e7a4b51c2a7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_3.html","title":"Create a Repository","navPath":"CreateaRepository_3.html","bundleId":"work-tasks-2023-sp1","id":"a7dab86cc-d63d-4c41-bbba-01836c19106a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_3.html","title":"Verify the Installation","navPath":"VerifytheInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"af7c37d8e-3fe4-44e0-95be-1b45923dbc52","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntranetandExtranetWebServersonDifferentMachines.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"IntranetandExtranetWebServersonDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"ac3aec5f2-c298-45d9-9dc8-a9cebf79ba78","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_2.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a64701b76-336a-436d-a570-31f1fa584d40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_2.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"aebfdb26b-87cb-42db-9294-d01d660f096a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation4.html","title":"Installation","navPath":"Installation4.html","bundleId":"work-tasks-2023-sp1","id":"a09bb2f61-42b6-49c2-bd23-27b50924a30f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_2.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a5ebd6fba-2939-45c9-8075-a60c4650084f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_6.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_6.html","bundleId":"work-tasks-2023-sp1","id":"aa069adfc-f170-470c-b06f-b839743353c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_6.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_6.html","bundleId":"work-tasks-2023-sp1","id":"a9cbdc714-4614-42c7-8d87-802b3b078f10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_6.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_6.html","bundleId":"work-tasks-2023-sp1","id":"aa7fb5e67-761e-4cd6-a73c-e87d9f6ce01a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_4.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a8fc203d1-1d63-4386-a73e-2d2653920dd0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_4.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"aa1afd3fb-490e-4fd5-856a-8582711e1f29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_4.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a5adcbd73-d68b-44bd-91dc-591d4f40e43c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_4.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a53a70877-9dbe-4e0a-80d3-67198731b0ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_2.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_2.html","bundleId":"work-tasks-2023-sp1","id":"a06a15f40-89c7-40f7-aed0-f8e8b8dde03c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_4.html","title":"Provision Services","navPath":"ProvisionServices_4.html","bundleId":"work-tasks-2023-sp1","id":"a1633ff85-fcce-4b97-bad2-508eae8232bf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_2.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_2.html","bundleId":"work-tasks-2023-sp1","id":"aee81a62b-7bd8-47fd-816c-9eda79936089","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_7.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_7.html","bundleId":"work-tasks-2023-sp1","id":"a296db8f0-9f9a-4e41-abff-3f9b4a9957bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_7.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_7.html","bundleId":"work-tasks-2023-sp1","id":"ab7c5d636-984c-499e-bb26-ff3e39eb3b26","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_7.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_7.html","bundleId":"work-tasks-2023-sp1","id":"ad880a4d6-9e47-46a2-9373-09da13708e9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_2.html","title":"Select Client Installation","navPath":"SelectClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac5184e73-0bb0-49e4-962c-88563a06e364","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_2.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a0c5c825d-28e3-4357-912e-464f55014cf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_2.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_2.html","bundleId":"work-tasks-2023-sp1","id":"ab9fec341-7a64-429e-a79f-752834180a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_4.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_4.html","bundleId":"work-tasks-2023-sp1","id":"a5be6e137-6b2d-4687-baaf-d35ecceaea36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_4.html","title":"Create a Repository","navPath":"CreateaRepository_4.html","bundleId":"work-tasks-2023-sp1","id":"ac694c9f5-56b0-43eb-9aec-6db21a3f0ec4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_4.html","title":"Verify the Installation","navPath":"VerifytheInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a3802cc7b-0d91-4dfc-aae2-8ba0be00e343","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallLoadBalancedServer.html","title":"Install Load Balanced Server","navPath":"InstallLoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a00903dcd-0472-45c8-8401-b07dc0a33b47","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","title":"Web Farm with clustered services on Web Farm Machines with database on a different machine","navPath":"WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","bundleId":"work-tasks-2023-sp1","id":"a5756aa9f-82cf-44ed-a8ee-c905efb803de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_3.html","title":"High-level view of server installation","navPath":"HighLevelViewofServerInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"a891e665f-28f2-43e7-bf2a-d76e28a20f5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_3.html","title":"Installation","navPath":"Installation_3.html","bundleId":"work-tasks-2023-sp1","id":"ad4f42cdc-56f1-4cff-a0a9-b2b309c3da44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_3.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae0e493e0-fc37-4ada-904b-4d4b0e148f44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_8.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_8.html","bundleId":"work-tasks-2023-sp1","id":"ab8677528-617e-4a04-ab6f-73ababa4466e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_8.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_8.html","bundleId":"work-tasks-2023-sp1","id":"aa2671ea2-f997-4bbd-9a0d-060ea33689a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_8.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_8.html","bundleId":"work-tasks-2023-sp1","id":"aae907b5e-fba1-4019-ba66-ac12d80ae3a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition.html","bundleId":"work-tasks-2023-sp1","id":"a179fa033-0686-4070-b521-65f50a24c2ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_5.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"ac2ab5e90-d3b2-44f1-9297-efb57025cdd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_5.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_5.html","bundleId":"work-tasks-2023-sp1","id":"ab0eac483-b121-4e43-83cc-bf9cb9e4c3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_5.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_5.html","bundleId":"work-tasks-2023-sp1","id":"af76dc3d8-a55f-4e2c-9a1f-ba41d2cd6f8b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_3.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_3.html","bundleId":"work-tasks-2023-sp1","id":"a6cd86bc4-ef40-4d6c-9ebb-818fdd1ecd80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineEnterpriseConsole.html","title":"Define Enterprise Console","navPath":"DefineEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a91876dab-12b4-494d-941f-44aec30f1525","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_5.html","title":"Provision Services","navPath":"ProvisionServices_5.html","bundleId":"work-tasks-2023-sp1","id":"af469032b-6dd1-4004-a54e-dfbf0f78de97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_5.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_5.html","bundleId":"work-tasks-2023-sp1","id":"a9db1a078-25a8-47ff-878a-9495a20342bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_5.html","title":"Create a Repository","navPath":"CreateaRepository_5.html","bundleId":"work-tasks-2023-sp1","id":"a10dca142-2341-4a81-9832-4d77843b6b61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallonMultipleMachines.html","title":"Install on Multiple Machines","navPath":"InstallonMultipleMachines.html","bundleId":"work-tasks-2023-sp1","id":"a03f5f3cb-ebd9-4be6-9fdd-e300f1ea6581","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_5.html","title":"Verify the Installation","navPath":"VerifytheInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"ab3964056-932d-439d-b69f-5da9bde808af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario4.html","title":"Web farm connecting to separate Services Cluster with Database on a Different Machine","navPath":"DifferentMachinesScenario4.html","bundleId":"work-tasks-2023-sp1","id":"ab8e621bd-212f-47cd-b940-3b24adcc7bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/High-LevelViewofServerInstallation.html","title":"High-level view of server installation","navPath":"High-LevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aade803e7-869e-48b8-905b-d06c90419de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation14.html","title":"High-level view of client installation","navPath":"high-levelviewofskeltaclientinstallation14.html","bundleId":"work-tasks-2023-sp1","id":"afba7a16d-4555-4fba-8dd8-b1f00d721109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation65.html","title":"Installation","navPath":"installation65.html","bundleId":"work-tasks-2023-sp1","id":"abfe408e1-124a-46ab-8004-d349f5e97809","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server.html","title":"AVEVA Work Tasks server","navPath":"Wonderware_Skelta_BPM_Server.html","bundleId":"work-tasks-2023-sp1","id":"a11f3a9ba-0369-4576-b18b-eedbdc508786","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_9.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_9.html","bundleId":"work-tasks-2023-sp1","id":"ae98cbb41-c264-4e3d-8e36-0bba17b742a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_9.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_9.html","bundleId":"work-tasks-2023-sp1","id":"aec6ee656-daa1-4583-ad07-9451f33c0b69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_9.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_9.html","bundleId":"work-tasks-2023-sp1","id":"acea7f020-86e3-4f8f-86be-56ee56b34a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_1.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_1.html","bundleId":"work-tasks-2023-sp1","id":"a433a9acd-c042-486d-8463-bc7ea9971e7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_6.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"afc54637e-45f0-4862-8548-6a2d3ba7e0a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_6.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a66fa955e-79f3-4260-bee0-771cb2af306b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_6.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a37ad7773-8f4f-46d2-b5fc-5be059f4faae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_4.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_4.html","bundleId":"work-tasks-2023-sp1","id":"af3e2ad62-d775-4b4e-adb6-334fb94f8790","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_6.html","title":"Provision Services","navPath":"ProvisionServices_6.html","bundleId":"work-tasks-2023-sp1","id":"aa29e4344-5226-4e02-ab05-4980dd51eb33","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client.html","bundleId":"work-tasks-2023-sp1","id":"aa5b548a0-a593-40f4-b709-4d2182f62b2a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_10.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_10.html","bundleId":"work-tasks-2023-sp1","id":"a4d91fb1f-68c3-45c9-934c-cca7c4b44a91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_10.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_10.html","bundleId":"work-tasks-2023-sp1","id":"afb389c8c-f18f-450b-a5f6-53fc6dbe0316","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_10.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_10.html","bundleId":"work-tasks-2023-sp1","id":"a1d1b290b-bf6d-4e9e-93c3-c69b10e6f4a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_3.html","title":"Select Client Installation","navPath":"SelectClientInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"add50eec4-8fae-4998-9ae9-6fd3e9c4efff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_3.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a2cef3d8e-f754-4766-bbf6-da8ba80b7281","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_3.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_3.html","bundleId":"work-tasks-2023-sp1","id":"a041c84b9-5727-4fbc-b712-c9fa3938093c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_6.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_6.html","bundleId":"work-tasks-2023-sp1","id":"a7dec73a2-82d7-4906-a266-e30557018cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_6.html","title":"Create a Repository","navPath":"CreateaRepository_6.html","bundleId":"work-tasks-2023-sp1","id":"a99fe1af8-0987-4a9f-8548-a32e128eef25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_6.html","title":"Verify the Installation","navPath":"VerifytheInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"aa05fb0de-2b3b-43d9-a566-6537c219aed0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/completestandalonedeploymentindevelopermachine112.html","title":"Single Server capable of adding machines at any time","navPath":"completestandalonedeploymentindevelopermachine112.html","bundleId":"work-tasks-2023-sp1","id":"a22efa9f1-bcf2-4e1a-983e-af011407ace3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelinstallationview1112.html","title":"High-level view of AVEVA Work Tasks installation","navPath":"high-levelinstallationview1112.html","bundleId":"work-tasks-2023-sp1","id":"ac6eda2b5-340a-47b1-8a6e-2ee608cb430f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation312.html","title":"Installation","navPath":"installation312.html","bundleId":"work-tasks-2023-sp1","id":"a28103a17-8497-4961-bc47-2363aee74535","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_11.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_11.html","bundleId":"work-tasks-2023-sp1","id":"afbca0a4f-8b82-4e01-8c47-aa697b21604f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_11.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_11.html","bundleId":"work-tasks-2023-sp1","id":"a5a312a7c-a275-48f0-807b-a35d386054d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_11.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_11.html","bundleId":"work-tasks-2023-sp1","id":"a74f84d5e-d465-4a53-8d12-1f657f1e91e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_2.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_2.html","bundleId":"work-tasks-2023-sp1","id":"a8f779995-d99d-49da-9526-55bdf29ea370","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_7.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_7.html","bundleId":"work-tasks-2023-sp1","id":"a81cb3211-794c-4046-837b-0da53b94d176","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_7.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_7.html","bundleId":"work-tasks-2023-sp1","id":"a450e9a9b-dac4-4836-9bf2-da2fecb92dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_7.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_7.html","bundleId":"work-tasks-2023-sp1","id":"af900e5b1-ca0b-4463-a4ac-9870a1e3c781","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_7.html","title":"Provision Services","navPath":"ProvisionServices_7.html","bundleId":"work-tasks-2023-sp1","id":"a9d382a9b-105e-4fed-ad92-5e9be9ed4203","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_7.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_7.html","bundleId":"work-tasks-2023-sp1","id":"a67bbedfc-308e-4089-bff5-41ecba4d46e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_7.html","title":"Create a Repository","navPath":"CreateaRepository_7.html","bundleId":"work-tasks-2023-sp1","id":"a99daed56-f5cc-4fd1-9d99-f83bd9ad366b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_7.html","title":"Verify the Installation","navPath":"VerifytheInstallation_7.html","bundleId":"work-tasks-2023-sp1","id":"a5138cb2d-19b6-4dfd-a434-0d63e2316d6c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","bundleId":"work-tasks-2023-sp1","id":"ac2bbbed2-42d8-467f-b005-7c36db4d1516","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation36.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation36.html","bundleId":"work-tasks-2023-sp1","id":"a2a43fc28-d531-4bf8-8be7-3c80dd7909c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation15.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation15.html","bundleId":"work-tasks-2023-sp1","id":"aac0fe502-384f-4c44-8855-08b8b2c0ac91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation66.html","title":"Installation","navPath":"installation66.html","bundleId":"work-tasks-2023-sp1","id":"a191a29d6-3570-40a4-81f3-73a984c6e776","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_1.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_1.html","bundleId":"work-tasks-2023-sp1","id":"a4829b101-042a-4ed7-a95b-678820b33f13","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_12.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_12.html","bundleId":"work-tasks-2023-sp1","id":"acae7a248-25bb-41e2-9e6b-75ff3e4f52ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_12.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_12.html","bundleId":"work-tasks-2023-sp1","id":"a9d55385a-e953-4636-b092-628313fceb78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_12.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_12.html","bundleId":"work-tasks-2023-sp1","id":"ac2dcafd4-5b35-4021-a756-4e3f47686de4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_3.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_3.html","bundleId":"work-tasks-2023-sp1","id":"a941a7c78-6ae1-48d0-847f-96689d824288","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_8.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_8.html","bundleId":"work-tasks-2023-sp1","id":"ad36b1fec-53e7-4a71-a9cb-23fde3a00982","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_8.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_8.html","bundleId":"work-tasks-2023-sp1","id":"abc632ed6-ac17-4961-baf1-587887f9e19c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_8.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_8.html","bundleId":"work-tasks-2023-sp1","id":"a26815e4d-6b6c-4a34-aba0-8cb7d8800a25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_5.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_5.html","bundleId":"work-tasks-2023-sp1","id":"a3312eaec-ab71-4b82-a476-15aaf3e22b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_8.html","title":"Provision Services","navPath":"ProvisionServices_8.html","bundleId":"work-tasks-2023-sp1","id":"a749442a9-00f3-42d5-8ef8-69f937a17f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_1.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_1.html","bundleId":"work-tasks-2023-sp1","id":"a313f1f00-e178-4248-87b3-750d7c9fadd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_13.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_13.html","bundleId":"work-tasks-2023-sp1","id":"a152a18c8-a305-4708-914f-bc4da3bf7d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_13.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_13.html","bundleId":"work-tasks-2023-sp1","id":"a3dfea202-c090-4e15-860c-33c6920e7f31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_4.html","title":"Select Client Installation","navPath":"SelectClientInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"adbc8fce8-5f4b-4a6c-b7b0-0e7d144cf394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_4.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"a4178dbb2-78b0-44ba-9623-866f281c2914","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_4.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_4.html","bundleId":"work-tasks-2023-sp1","id":"a5a95e2ed-a1d6-4733-b59e-4f2070e582fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_8.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_8.html","bundleId":"work-tasks-2023-sp1","id":"ab48db8ff-6d3c-48ad-89ac-35392bd81108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_8.html","title":"Create a Repository","navPath":"CreateaRepository_8.html","bundleId":"work-tasks-2023-sp1","id":"a8de02b7f-54ed-4175-a34c-c842294c2e05","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_8.html","title":"Verify the Installation","navPath":"VerifytheInstallation_8.html","bundleId":"work-tasks-2023-sp1","id":"a223e3b9d-3051-4c5b-8e41-ab04e29fcd21","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","title":"Client and Server Installation","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","bundleId":"work-tasks-2023-sp1","id":"a8c6beb07-38d5-4ff5-a3a1-3004a0db82e6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation31.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation31.html","bundleId":"work-tasks-2023-sp1","id":"a9f5e7db3-1db0-4952-976c-d17ffdce22be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation11.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation11.html","bundleId":"work-tasks-2023-sp1","id":"ae54199a2-ef72-4092-9ae1-6dc8c52208a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation67.html","title":"Installation","navPath":"installation67.html","bundleId":"work-tasks-2023-sp1","id":"a1bd1ce01-1748-4476-8015-fbc597d1a7df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_2.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_2.html","bundleId":"work-tasks-2023-sp1","id":"a729e3a69-cbb5-43e0-a2bf-287c7770696f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_14.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_14.html","bundleId":"work-tasks-2023-sp1","id":"af66b7f13-c078-480e-884b-17a6629cfd6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_14.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_14.html","bundleId":"work-tasks-2023-sp1","id":"aef7ca800-32c6-4d70-b236-4fec4dc9742d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_13.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_13.html","bundleId":"work-tasks-2023-sp1","id":"ad7aa383d-0f58-4f96-b397-68c8809b7c6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_4.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_4.html","bundleId":"work-tasks-2023-sp1","id":"acaa718be-afc4-4536-8988-3595c9f9a081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_9.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_9.html","bundleId":"work-tasks-2023-sp1","id":"affbd9a77-51f5-404d-b7a0-2932c4d3566b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_9.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a9506a727-5640-4822-8006-a2659ddfbd34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_9.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a050001eb-715c-4615-814c-18ac6e59b553","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_6.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_6.html","bundleId":"work-tasks-2023-sp1","id":"a2ea689ff-ee22-4e0e-b608-40754fdf19ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_9.html","title":"Provision Services","navPath":"ProvisionServices_9.html","bundleId":"work-tasks-2023-sp1","id":"ac37b77d8-9c96-4f85-9059-a8df114efc1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_2.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_2.html","bundleId":"work-tasks-2023-sp1","id":"a7490f85d-0a9e-44e7-8842-dc4c81cd3879","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_15.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_15.html","bundleId":"work-tasks-2023-sp1","id":"ad9a1cce3-3cc7-4320-a69f-74ea692b7495","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_15.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_15.html","bundleId":"work-tasks-2023-sp1","id":"a8cbacde9-beb4-4582-9d40-52093dfee4f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_14.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_14.html","bundleId":"work-tasks-2023-sp1","id":"a5580d68b-ffbd-498b-9cfa-4eb27b238910","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_5.html","title":"Select Client Installation","navPath":"SelectClientInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"a70cf1c65-167a-465b-9fba-819776a409eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_5.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"a68cb4f42-d8ae-4a4a-9764-d52c5e38ed9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_5.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_5.html","bundleId":"work-tasks-2023-sp1","id":"a361ccd72-cf87-4315-aef8-9db0e936c91a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_9.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_9.html","bundleId":"work-tasks-2023-sp1","id":"a1133d36d-4bc3-4d76-b7c3-62b6e549ddfb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_9.html","title":"Create a Repository","navPath":"CreateaRepository_9.html","bundleId":"work-tasks-2023-sp1","id":"a8e748d36-69d0-4467-aa75-02018b90bc88","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_9.html","title":"Verify the Installation","navPath":"VerifytheInstallation_9.html","bundleId":"work-tasks-2023-sp1","id":"af76a539e-fac8-49ae-977c-44a863bea567","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksinSilentMode.html","title":"Install and Configure AVEVA Work Tasks in Silent Mode","navPath":"InstallandConfigureAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a8d44ede5-9ba7-4823-bb80-fde76a9ddb68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforInstallingandConfiguringinSilentMode.html","title":"Prerequisites for Installing and Configuring in Silent Mode","navPath":"PrerequisitesforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a2026ddc8-d590-48aa-ac12-53d597b394a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallinSilentMode.html","title":"Install in Silent Mode","navPath":"InstallinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a22ab1c19-ccfc-40c6-a8bc-d31322406b08","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentMode.html","title":"Configure in Silent Mode","navPath":"ConfigureinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aacd23249-b069-4774-9c03-79695f60e9a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeUsingXML.html","title":"Configure in Silent Mode Using XML","navPath":"ConfigureinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaa216fd6-89ba-4729-aa91-691cde204c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingXML.html","title":"Configure DataSource in Silent Mode Using XML","navPath":"ConfigureDataSourceinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a74464d76-9c19-41da-a0f4-860601a6309a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aa12aae81-70b3-431f-94c3-5f51123b86fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingXML.html","title":"Configure Farm in Silent Mode Using XML","navPath":"ConfigureFarminSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a6a337a31-2a09-4305-bb04-761f5291ec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryinSilentModeUsingXML.html","title":"Configure Repository in Silent Mode Using XML","navPath":"ConfigureRepositoryinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a9d76d8f9-42e1-40db-adc1-37c95421e867","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQuickflowinSilentModeUsingXML.html","title":"Configure Quickflow in Silent Mode Using XML","navPath":"ConfigureQuickflowinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaccd1fb2-7454-41bf-888f-24d9abc8d972","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCryptographySettingsinSilentModeusingXML.html","title":"Configure Cryptography Settings in Silent Mode using XML","navPath":"ConfigureCryptographySettingsinSilentModeusingXML.html","bundleId":"work-tasks-2023-sp1","id":"a5b8939b2-be69-484d-9548-a9f112fcf249","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeusingCommandLineParameters.html","title":"Configure in Silent Mode using Command-Line Parameters","navPath":"ConfigureinSilentModeusingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a01c2c651-feda-4818-b48f-a0f7ff29a5c7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingCommandLineParameters.html","title":"Configure Farm in Silent Mode Using Command-Line Parameters","navPath":"ConfigureFarminSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a929dd387-9dda-4a7f-bdbc-6e24aa678a0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","title":"Configure DataSource in Silent Mode Using Command-Line Parameters","navPath":"ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5ff17cd8-8d2d-4971-9829-4101bbe83cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryInSilentMode.html","title":"Configure Repository in Silent Mode Using Command-Line Parameters","navPath":"ConfigureRepositoryInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aee03911c-0f61-45bd-ac20-a887ef5bc037","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnResultsforSilentConfiguration.html","title":"Return Results for Silent Configuration","navPath":"ReturnResultsforSilentConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1525e434-8f30-4012-8d87-ddd51571b743","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","title":"Sample Batch File Script for Installing and Configuring in Silent Mode","navPath":"SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aeb0632be-0e9d-4cea-ab4a-6103f1164f9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsandExceptionsSilentInstallationandConfiguration.html","title":"Limitations and Exceptions - Silent Installation and Configuration","navPath":"LimitationsandExceptionsSilentInstallationandConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1d9d2846-9ff8-484a-a55e-71eda59e7fbd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","title":"Installing AVEVA Work Tasks Add-in for Microsoft Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a42f8ab59-38df-4b07-b896-4d1e707ef549","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPrerequisites.html","title":"Installation Prerequisites","navPath":"InstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a9af94f46-3cd5-4b1a-84ec-428be19a1005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Install AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a3f62fc90-955f-4f97-a0a5-c8c46cb777de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Uninstalling AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a672fd0a7-aa26-4d93-821a-73a75f4873ad","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientonWindowsFormBasedApplication.html","title":"Install Client on Windows Form Based Application","navPath":"InstallClientonWindowsFormBasedApplication.html","bundleId":"work-tasks-2023-sp1","id":"a137140d3-7d52-41d4-9551-8136fb69ccc9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPlanningChecklist.html","title":"Installation Planning Checklist","navPath":"InstallationPlanningChecklist.html","bundleId":"work-tasks-2023-sp1","id":"a5980d571-97d5-4345-8c24-82ef4e62e81f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelInstallationView.html","title":"High-Level Installation View","navPath":"HighLevelInstallationView.html","bundleId":"work-tasks-2023-sp1","id":"a1828e508-fddc-4a4e-a1f0-58d9503c2a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_4.html","title":"Installation","navPath":"Installation_4.html","bundleId":"work-tasks-2023-sp1","id":"a538908ac-a935-4118-9586-d1e4b008f8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_16.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_16.html","bundleId":"work-tasks-2023-sp1","id":"aca8f3f31-2894-4660-9800-0029e828a1b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_16.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_16.html","bundleId":"work-tasks-2023-sp1","id":"a1edffe02-7add-4b48-8c9e-c8a31f083406","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_6.html","title":"Select Client Installation","navPath":"SelectClientInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"ac3e1d111-2388-4bef-8e5f-4c1efd035930","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_6.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"af28ed421-0bc7-413c-ab28-1f8a28e51387","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_6.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_6.html","bundleId":"work-tasks-2023-sp1","id":"acbb59515-2201-45bb-8613-4c4a37f71986","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_10.html","title":"Verify the Installation","navPath":"VerifytheInstallation_10.html","bundleId":"work-tasks-2023-sp1","id":"a99434ef3-1864-415c-bdd9-0aed0998d88c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","title":"Install AVEVA Work Tasks Locales for Brazilian Portuguese","navPath":"InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","bundleId":"work-tasks-2023-sp1","id":"aab87faca-6aee-4369-a3b3-7be3f4b1df29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetaRepositorytoSupportMultipleLocales.html","title":"Set a Repository to Support Multiple Locales","navPath":"SetaRepositorytoSupportMultipleLocales.html","bundleId":"work-tasks-2023-sp1","id":"a20125d73-90e9-4183-b81c-a44690f19ac1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicensing.html","title":"AVEVA Licensing","navPath":"AVEVALicensing.html","bundleId":"work-tasks-2023-sp1","id":"af5fdcdb7-92e8-441d-a3ba-69d7bcb72a53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutAVEVAEnterpriseLicensing.html","title":"About AVEVA Enterprise Licensing","navPath":"AboutAVEVAEnterpriseLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a9d484cfe-660e-4e95-ad44-a0866eb22047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowdoesLicensingwork.html","title":"How does Licensing work?","navPath":"HowdoesLicensingwork.html","bundleId":"work-tasks-2023-sp1","id":"a156211ff-8c83-4268-8891-894768753f61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LicensingforAVEVAWorkTasks.html","title":"Licensing for AVEVA Work Tasks","navPath":"LicensingforAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae7db001b-925e-4f44-8a74-4d002066508a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GracePeriodforAVEVALicense.html","title":"Grace Period for AVEVA License","navPath":"GracePeriodforAVEVALicense.html","bundleId":"work-tasks-2023-sp1","id":"a32155e86-5ca8-45e0-84df-72fedb1aaa3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeLoadBalanceSettings.html","title":"Change Load Balance Settings","navPath":"ChangeLoadBalanceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a15ecb961-99ec-4e28-8ee3-17688f0a58bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientConnectionLicenseforSystemPlatformIDE.html","title":"Client Connection License for System Platform IDE","navPath":"ClientConnectionLicenseforSystemPlatformIDE.html","bundleId":"work-tasks-2023-sp1","id":"ac95b3991-a2c7-4163-a550-f622999e6f51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense.html","title":"Client Connection License for InTouch","navPath":"SessionbasedClientConnectionLicense.html","bundleId":"work-tasks-2023-sp1","id":"a6aa101d2-2a34-4db2-ad74-88ccc6538149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense_1.html","title":"Session-based Client Connection License","navPath":"SessionbasedClientConnectionLicense_1.html","bundleId":"work-tasks-2023-sp1","id":"abf9dcea0-c54f-4cb6-b969-5b2ec85dba09","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/worktasksmobileapplication.html","title":"AVEVA Work Tasks Pro","navPath":"worktasksmobileapplication.html","bundleId":"work-tasks-2023-sp1","id":"a3a7556c5-bf4b-472f-9319-f5be256a393c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicenseUtilizationWorkTasksPro.html","title":"AVEVA License Utilization","navPath":"AVEVALicenseUtilizationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"abe5d6131-d043-4c75-aaed-1d101fc40cf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PushNotificationArchitectureforAVEVAWorkTasksPro.html","title":"Push Notification Architecture for AVEVA Work Tasks Pro","navPath":"PushNotificationArchitectureforAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aafdf648e-11fc-434c-8dd3-ef4f4633c48a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnhancedSecurity.html","title":"Enhanced Security","navPath":"EnhancedSecurity.html","bundleId":"work-tasks-2023-sp1","id":"a567d3005-4d9b-4ca0-8464-d1c4c06ef27e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksPro.html","title":"Install AVEVA Work Tasks Pro","navPath":"InstallAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"ab22d0d52-a6de-4529-80dc-e03d6526395b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites3.html","title":"Prerequisites","navPath":"Prerequisites3.html","bundleId":"work-tasks-2023-sp1","id":"aedb989e9-eb6f-4595-aa4a-ecfd665c3211","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","title":"High Level View of Configuration and Installation of AVEVA Work Tasks Pro","navPath":"HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a7753eb43-5acd-423c-81db-9ed82e603e61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksPro.html","title":"Access AVEVA Work Tasks Pro","navPath":"AccessAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a42b2678d-18f5-4b0c-9b93-6cbd9cd61c11","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro within the Corporate Network","navPath":"AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"a45c309e8-6c9f-4ecd-91ca-3da0f53663a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro Outside the Corporate Network","navPath":"Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"afa95a0b2-8105-415d-a507-f6b65947e24b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksProApp.html","title":"Install and Configure AVEVA Work Tasks Pro App","navPath":"InstallandConfigureAVEVAWorkTasksProApp.html","bundleId":"work-tasks-2023-sp1","id":"a4f345fbb-37e3-4c84-9f6c-c01f5775f91e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationWorkTasksPro.html","title":"Verify Installation","navPath":"VerifyInstallationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"af9b19fd9-be02-466c-94a8-2f4eaadec08c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAVEVAWorkTasksPro.html","title":"Configure AVEVA Work Tasks Pro","navPath":"ConfigureAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aa40c55b5-23c8-4feb-bfd8-328d451667fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelMobileWorkList.html","title":"Delivery Channel - MobileWorkList","navPath":"DeliveryChannelMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"ad9789d60-56e8-4660-9d77-1df39bd6ba5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockorUnblockMobileApplication.html","title":"Block or Unblock Mobile Application","navPath":"BlockorUnblockMobileApplication.html","bundleId":"work-tasks-2023-sp1","id":"a986e2063-a4ef-46ae-836c-ccc962a5e752","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedSettings.html","title":"Advanced Settings","navPath":"AdvancedSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7a3e3a8-0c45-462b-8a49-104bc9e31c3f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceMonitor.html","title":"Service Monitor","navPath":"ServiceMonitor.html","bundleId":"work-tasks-2023-sp1","id":"a855fa4ee-6822-42c7-9af8-8711b4068e89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSettings.html","title":"Service Settings","navPath":"ServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0618090b-e4cb-4de0-8c00-94f57011e3e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineSettings.html","title":"Engine Settings","navPath":"EngineSettings.html","bundleId":"work-tasks-2023-sp1","id":"a7c07c866-2f74-408f-b405-06ca032e567f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSchedulerSettings.html","title":"Task Scheduler Settings","navPath":"TaskSchedulerSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac0c3f6de-c38f-435d-81de-5e906e2b9069","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceSettings.html","title":"Communication Service Settings","navPath":"CommunicationServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a41c15f07-0359-4304-a655-6c0d5f91f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceSettings.html","title":"Client Service Settings","navPath":"ClientServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"abd8849e5-eac3-4fcb-a946-d17f4667389a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofRestarts.html","title":"Types of Restarts","navPath":"TypesofRestarts.html","bundleId":"work-tasks-2023-sp1","id":"abec65059-9d26-4678-aae6-bcf228a49f8c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesofServiceMonitoring.html","title":"Features of Service Monitoring","navPath":"FeaturesofServiceMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a0d19fbbc-7044-4c3a-a400-78981958cb82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processmemorycalculation.html","title":"Process Memory Calculation","navPath":"processmemorycalculation.html","bundleId":"work-tasks-2023-sp1","id":"ad0e1d88b-1802-4eec-a414-8df998982577","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofMonitoring.html","title":"Types of Monitoring","navPath":"TypesofMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b101f-5049-447c-99d6-d56df861e9ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Maintenance.html","title":"Maintenance","navPath":"Maintenance.html","bundleId":"work-tasks-2023-sp1","id":"ac3c7342b-392e-4e3f-8b65-c76793a097cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CriticalMemoryLimit.html","title":"Critical Memory Limit","navPath":"CriticalMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"ae264141e-f9d4-412d-8168-6289575f3366","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WarningMemoryLimit.html","title":"Warning Memory Limit","navPath":"WarningMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"a72a651cf-6630-4a16-b80c-1f025dd8d4f5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSpecificMonitoring.html","title":"Service Specific Monitoring","navPath":"ServiceSpecificMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5706b52e-86e3-4db4-a450-7c60af1328fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowEngine.html","title":"Workflow Engine","navPath":"WorkflowEngine.html","bundleId":"work-tasks-2023-sp1","id":"a241795c3-25b7-44e5-bed7-cb79e4447326","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceDependencies.html","title":"Service Dependencies","navPath":"ServiceDependencies.html","bundleId":"work-tasks-2023-sp1","id":"a86e1bd69-9426-4e2f-bc31-31a47c3d5d8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedEnvironment.html","title":"Load Balanced Environment","navPath":"LoadBalancedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a84ee5a84-e4d4-4324-bde8-3be1e55ab327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationSettings.html","title":"Configuration Settings","navPath":"ConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a175dcc05-4338-4d72-a658-9e51ab33a4e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationConstants.html","title":"Application Constants","navPath":"ApplicationConstants.html","bundleId":"work-tasks-2023-sp1","id":"a24d62c71-9dcc-47ac-a85a-2fcc6d53d1b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultSettings.html","title":"Default Settings","navPath":"DefaultSettings.html","bundleId":"work-tasks-2023-sp1","id":"a79cd6d59-9683-4c0b-ab64-9412f80d821a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios.html","title":"User Scenarios","navPath":"UserScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a138fefd4-641c-4d05-ac8e-f2f9b900274c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TechnicalScenariosandFeatures.html","title":"Technical Scenarios and Features","navPath":"TechnicalScenariosandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"ab3e89762-73e9-4cfb-94b0-fd1ea15b8903","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationService.html","title":"Mobile Notification Service","navPath":"MobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa434e44a-3cd8-4229-964a-e29d47499a8d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RegistertoMobileNotificationService.html","title":"Register to Mobile Notification Service","navPath":"RegistertoMobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa70ba683-5dfe-4289-b0ea-970159c8ae15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrySettings.html","title":"Retry Settings","navPath":"RetrySettings.html","bundleId":"work-tasks-2023-sp1","id":"abf7194e6-3be9-465a-bcb1-ca8099e85d30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings.html","bundleId":"work-tasks-2023-sp1","id":"a5e84f896-e5bc-423b-825d-320e8c11a403","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratingNotificationServices.html","title":"Migrating Notification Services","navPath":"MigratingNotificationServices.html","bundleId":"work-tasks-2023-sp1","id":"afde6efcc-67be-412e-bc1c-0e4f10983b8c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings_1.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"aa8cdcce1-d523-4906-a1b5-d67d89416a42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalSettings.html","title":"Global Settings","navPath":"GlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0f90a-56ed-4162-a7f5-3f9a3413970d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HTTPSettings.html","title":"HTTP Settings","navPath":"HTTPSettings.html","bundleId":"work-tasks-2023-sp1","id":"aa1d90df1-9bb0-4a8b-ad0b-e46f8fbc1ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogorTransactionSettings.html","title":"Log or Transaction Settings","navPath":"LogorTransactionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a57822d57-f2a8-4e63-959b-7f2e88c53e1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherSettings.html","title":"File Watcher Settings","navPath":"FileWatcherSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c21143e-23a5-4223-9432-ce970adf9e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MachineSetting.html","title":"Machine Setting","navPath":"MachineSetting.html","bundleId":"work-tasks-2023-sp1","id":"a38372161-3b2f-4905-98e6-01853383cd28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureSetting.html","title":"Azure Setting","navPath":"AzureSetting.html","bundleId":"work-tasks-2023-sp1","id":"a3329c8ec-667c-458e-a36b-e08e4f8982f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateEnterpriseConsolewithAnonymousAuthentication.html","title":"Create Enterprise Console with Anonymous Authentication","navPath":"CreateEnterpriseConsolewithAnonymousAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a74d7c4d6-6e5e-4fc0-b107-15a2c312aaf6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServiceBusListener.html","title":"Configure Service Bus Listener","navPath":"ConfigureServiceBusListener.html","bundleId":"work-tasks-2023-sp1","id":"af4cd2ae1-6738-412f-860c-08a97f80352c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GenerateSASToken.html","title":"Generate SAS Token","navPath":"GenerateSASToken.html","bundleId":"work-tasks-2023-sp1","id":"ab00e3385-aa49-4dad-b58a-15fbfab1820d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvideServerDetailstoMobileUser.html","title":"Provide Server Details to Mobile User","navPath":"ProvideServerDetailstoMobileUser.html","bundleId":"work-tasks-2023-sp1","id":"ad39cb56c-5c90-40f0-a790-06d08f952dd3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAServices.html","title":"ArchestrA Services","navPath":"ArchestrAServices.html","bundleId":"work-tasks-2023-sp1","id":"a345ab52b-15c4-4e1d-855e-7184a6ce4d68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenIDSettings.html","title":"OpenID Settings","navPath":"OpenIDSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1f2bca70-9490-4427-b761-20bcb0b083b0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAConnectSettings.html","title":"AVEVA Connect Settings","navPath":"AVEVAConnectSettings.html","bundleId":"work-tasks-2023-sp1","id":"a35546651-61ed-4c4f-906e-361bed27ae43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureActiveDirectorySettings.html","title":"Azure Active Directory Settings","navPath":"AzureActiveDirectorySettings.html","bundleId":"work-tasks-2023-sp1","id":"a842d1482-6c53-4e10-bb87-48aa5d93e380","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomScopeinAzureActiveDirectory.html","title":"Create Custom Scope in Azure Active Directory","navPath":"CreateCustomScopeinAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"ab8fba8bb-1a36-402b-96ef-aed20f8d610c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","title":"Retrieve Additional User Properties for Azure Active Directory User Provider","navPath":"RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","bundleId":"work-tasks-2023-sp1","id":"a3353af6e-9df7-4142-a801-3300f09ad5cd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoResumeSettings.html","title":"Auto Resume Settings","navPath":"AutoResumeSettings.html","bundleId":"work-tasks-2023-sp1","id":"af55cc2d9-e0fc-4594-94a9-4621866e338a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/720535.html","title":"Cache Refresh Settings","navPath":"720535.html","bundleId":"work-tasks-2023-sp1","id":"a78464617-e6f0-47bb-b9c1-7191cffe76d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrationTasks.html","title":"Administration Tasks","navPath":"AdministrationTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae59b26cc-e845-4225-9696-6215cf030cc8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutFormsDesigner.html","title":"About Forms Designer","navPath":"AboutFormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a0e8d52b2-522d-4301-95eb-3257e6d3a29e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInstalledProducts.html","title":"View Installed Products","navPath":"ViewInstalledProducts.html","bundleId":"work-tasks-2023-sp1","id":"a9068d703-1f5a-4c83-85c7-bedac07063ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageDatabases.html","title":"Manage Databases","navPath":"ManageDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a9b379c48-02b3-44bb-a0d4-5678fb42f560","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseUserSettingsforWindowsAuthentication.html","title":"Change Database User Settings for Windows Authentication","navPath":"ChangeDatabaseUserSettingsforWindowsAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa77722a0-477b-4d53-91b0-a609bdcf3d6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeSQLUserCredentialsforSQLAuthentication.html","title":"Change SQL User Credentials for SQL Authentication","navPath":"ChangeSQLUserCredentialsforSQLAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a96575ae0-2840-4b46-a9d0-ac4c98d819ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofFarmConnectionSettings.html","title":"Change Pool Size of Farm Connection Settings","navPath":"ChangePoolSizeofFarmConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a9d6fe843-8391-4cd0-ae2a-b7314822435d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseSettings.html","title":"Change Database Settings","navPath":"ChangeDatabaseSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3465c11a-d283-456e-ab66-177ab90f9ce5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServices.html","title":"Configure Services","navPath":"ConfigureServices.html","bundleId":"work-tasks-2023-sp1","id":"ac58fbc46-3e88-4538-a676-775daf3783d1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TwowayEmailNotification.html","title":"Two-way Email Notification","navPath":"TwowayEmailNotification.html","bundleId":"work-tasks-2023-sp1","id":"ab97d5713-3617-46fa-90c3-8a3d16b554d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeServiceSettings.html","title":"Change Service Settings","navPath":"ChangeServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a223da71a-6531-45f1-bcd9-3672dbd7abb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringSettings.html","title":"Client Service Monitoring Settings","navPath":"ClientServiceMonitoringSettings.html","bundleId":"work-tasks-2023-sp1","id":"aaf06aff1-9266-4a8e-801a-07b204acab96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettings.html","title":"Cryptography Settings","navPath":"CryptographySettings.html","bundleId":"work-tasks-2023-sp1","id":"a3a06b38a-22c1-49ca-9b22-16d36a89b564","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratePassphraseusingMigrationTool.html","title":"Migrate Passphrase using Migration Tool","navPath":"MigratePassphraseusingMigrationTool.html","bundleId":"work-tasks-2023-sp1","id":"af8724a67-1263-415f-b0ac-68d1e0718976","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministerWebServers.html","title":"Administer Web Servers","navPath":"AdministerWebServers.html","bundleId":"work-tasks-2023-sp1","id":"a0fa009e9-6962-4a9c-95e9-2dc14b4a8e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWebSiteSettings.html","title":"Change Web Site Settings","navPath":"ChangeWebSiteSettings.html","bundleId":"work-tasks-2023-sp1","id":"a4f8033fd-bc87-4233-9be7-1e315cdd026e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","title":"Set Desired Port Number for Central Configuration and Enterprise Console During Installation","navPath":"SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a85d3a217-272f-4e61-875c-58769c1f5e41","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","title":"Create Website with Desired Port Number Through Farm Configuration Wizard","navPath":"CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"a35481bc7-4e11-4d14-b9d0-b92b3ec49646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofAVEVAWorkTasksSites.html","title":"Change Port Number of AVEVA Work Tasks Sites","navPath":"ChangePortNumberofAVEVAWorkTasksSites.html","bundleId":"work-tasks-2023-sp1","id":"aee2426ea-26f6-4d12-b939-a4fedde7a695","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","title":"Change Port Number of Central Configuration and Enterprise Console","navPath":"ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"ac67b8d79-bb82-4997-b09a-7ad75369522d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewEnterpriseConsole.html","title":"Add a New Enterprise Console","navPath":"AddaNewEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a6bb124e6-ec09-4178-9614-7ec40bce0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","title":"Map or Un-map a Repository from an Existing Enterprise Console","navPath":"MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a01d2c096-5e88-425f-ade2-57db454cce1f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditClientMachines.html","title":"Edit Client Machines","navPath":"EditClientMachines.html","bundleId":"work-tasks-2023-sp1","id":"a8a8be082-63ad-4817-946f-b3c5b9381f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditLicenseServerDetails.html","title":"Edit License Server Details","navPath":"EditLicenseServerDetails.html","bundleId":"work-tasks-2023-sp1","id":"a6c96e6e3-fd6c-40fd-a0d8-dd31b47a8172","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithEnterpriseConsoleList.html","title":"Work with Enterprise Console List","navPath":"WorkwithEnterpriseConsoleList.html","bundleId":"work-tasks-2023-sp1","id":"a73c733a8-a8ec-49b4-a989-d368db0a05c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithCentralConfiguration.html","title":"Work with Central Configuration","navPath":"WorkwithCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ab57185f5-6a11-4094-93be-3a2b4510b7c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_10.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_10.html","bundleId":"work-tasks-2023-sp1","id":"a7d7ce977-c7df-4add-9f53-87493f02891a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageRepositoryDataSource.html","title":"Manage Repository DataSource","navPath":"ManageRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a81a4e275-9e31-4dd2-be4b-6dd216aa0a9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_10.html","title":"Create a Repository","navPath":"CreateaRepository_10.html","bundleId":"work-tasks-2023-sp1","id":"ab455356a-265e-4a4e-ba24-f87b07f79911","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAdministratorUser.html","title":"Configure Administrator User","navPath":"ConfigureAdministratorUser.html","bundleId":"work-tasks-2023-sp1","id":"a5fcd8a7a-546f-4d24-8cdc-db3ab6ef3dfa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureSystemUser.html","title":"Configure System User","navPath":"ConfigureSystemUser.html","bundleId":"work-tasks-2023-sp1","id":"aef3ee3a2-e82d-427d-8c24-504dfea3b73b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureExceptionMailTemplates.html","title":"Configure Exception Mail Templates","navPath":"ConfigureExceptionMailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"afe67e1cc-9f7a-46fb-b378-fd8e8988f4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","title":"Change Pool Size of Repository DataSource Connection Settings","navPath":"ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0105d9ad-a0fa-4ab1-bec4-08bf9b13bf51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePasswordofSQLServerUserCredentials.html","title":"Change Password of SQL Server User Credentials Used to Connect to Repository DataSource","navPath":"ChangePasswordofSQLServerUserCredentials.html","bundleId":"work-tasks-2023-sp1","id":"a71efdb85-942f-4f5b-a29b-6620fe056095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","title":"Map or Un-map a Repository from Servers and Enterprise Consoles","navPath":"MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","bundleId":"work-tasks-2023-sp1","id":"a052b0352-288a-4792-98c4-8256621eb17c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HideorUnhideRepository.html","title":"Hide or Unhide Repository","navPath":"HideorUnhideRepository.html","bundleId":"work-tasks-2023-sp1","id":"a38e6f722-076f-45ce-b962-b103d41e481d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepository.html","title":"Delete Repository","navPath":"DeleteRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad3f94814-6c43-4182-8ed2-9d2e1c51ee1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepositoryDataSource.html","title":"Delete Repository DataSource","navPath":"DeleteRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a7c18d054-24da-4f99-82eb-717828c536f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics.html","title":"Diagnostics","navPath":"Diagnostics.html","bundleId":"work-tasks-2023-sp1","id":"aaea126a1-100b-478d-a62c-db49021ddf71","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MailServerSetting.html","title":"Mail Server Setting","navPath":"MailServerSetting.html","bundleId":"work-tasks-2023-sp1","id":"a89cb5e71-b6dc-41a4-b7ac-2f789d6ec1c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1053479.html","title":"Configuring SMTP Settings","navPath":"1053479.html","bundleId":"work-tasks-2023-sp1","id":"a7a318bb8-aa93-4dd3-94ae-77efdb4be060","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePOP3Settings.html","title":"Configure POP3 Settings","navPath":"ConfigurePOP3Settings.html","bundleId":"work-tasks-2023-sp1","id":"ad979e322-2421-4167-92bc-5de31c84ca57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessGoogleAccount.html","title":"Configure OAuth2 to Access Google Account","navPath":"ConfigureOAuth2toAccessGoogleAccount.html","bundleId":"work-tasks-2023-sp1","id":"ab54c6962-9ef7-4a0a-955c-ab95d359cf9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessO365Account.html","title":"Configure OAuth2 to Access O365 Account","navPath":"ConfigureOAuth2toAccessO365Account.html","bundleId":"work-tasks-2023-sp1","id":"a004a19bd-b630-430d-aeec-9dc4de4015e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewtheEnterpriseServersList.html","title":"View the Enterprise Servers List","navPath":"ViewtheEnterpriseServersList.html","bundleId":"work-tasks-2023-sp1","id":"a88340819-5de3-4a10-9eef-6b9b8b1455d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/350802.html","title":"Configuring and Registering Token Service","navPath":"350802.html","bundleId":"work-tasks-2023-sp1","id":"af6208bab-61c5-4532-93b7-b51f79a87991","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableSecurityforaRepository.html","title":"Enable or Disable Security for a Repository","navPath":"EnableorDisableSecurityforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac3892bae-b9c0-4db1-9f4a-448b5fb7b957","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableWebPartsforaRepository.html","title":"Enable or Disable Web Parts for a Repository","navPath":"EnableorDisableWebPartsforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a99cdfa89-693b-4d8c-891d-330bba90fad4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserProviders.html","title":"User Providers","navPath":"UserProviders.html","bundleId":"work-tasks-2023-sp1","id":"af4b8b0c3-7df2-4772-85e1-16a259a42468","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeUserProviderProperties.html","title":"Change User Provider Properties","navPath":"ChangeUserProviderProperties.html","bundleId":"work-tasks-2023-sp1","id":"af16187ab-be7a-4c9e-ac36-67a169d3ff00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddAdditionalUserProviders.html","title":"Add Additional User Providers","navPath":"AddAdditionalUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"a351c0121-6f26-4164-b281-6b4f29ed497a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureUserProviders.html","title":"Configure User Providers","navPath":"ConfigureUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"ab124e8c5-e1e0-43a8-8c8c-623e0c9d2980","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserList.html","title":"User List","navPath":"UserList.html","bundleId":"work-tasks-2023-sp1","id":"ad9d414d6-2496-477e-9e02-634ee93db777","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList.html","title":"Manage Users in List Provider","navPath":"WorkingwithRepositoryProviderList.html","bundleId":"work-tasks-2023-sp1","id":"a3e5106a9-a80f-4ae2-aa27-e45c9582c02d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList_1.html","title":"Working with Repository-Provider List","navPath":"WorkingwithRepositoryProviderList_1.html","bundleId":"work-tasks-2023-sp1","id":"a369822d5-eed4-457f-8f31-edbbcc0c5a21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureProviderDefinitionXML.html","title":"Configure Provider Definition XML","navPath":"ConfigureProviderDefinitionXML.html","bundleId":"work-tasks-2023-sp1","id":"af2c0da88-e20e-4fbd-b96e-79189609fe6e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableanExistingRepositorywithCrossdomainRoleProvider.html","title":"Enable an Existing Repository with Cross-domain Role Provider","navPath":"EnableanExistingRepositorywithCrossdomainRoleProvider.html","bundleId":"work-tasks-2023-sp1","id":"a0c28c0c2-85bd-4810-974f-d0e743617b04","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles.html","title":"Synchronize Roles","navPath":"SynchronizeRoles.html","bundleId":"work-tasks-2023-sp1","id":"a5c9ed016-9f8f-4ae4-8373-49c048ae4bb4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks.html","bundleId":"work-tasks-2023-sp1","id":"a420abaee-c16d-4994-8c70-0fc36d705016","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeUserPropertieswithDataSourceProviders.html","title":"Synchronize User Properties with Data Source Providers","navPath":"SynchronizeUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"af3e96552-2a6e-4180-965a-a539cf6e7460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","title":"Synchronize Active or Inactive User Properties with Data Source Providers","navPath":"SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"aa0c4d8a4-19e3-4830-aaad-d768e0358598","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScheduleSynchronizationofUserProperties.html","title":"Schedule Synchronization of User Properties","navPath":"ScheduleSynchronizationofUserProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1a237d0d-8399-4faa-96c9-44ee885475e5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectorytoSQLProvider.html","title":"Map Active Directory to SQL Provider","navPath":"MapActiveDirectorytoSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa0a43d28-043d-46c7-b707-8768fb82effa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Debug.html","title":"Debug","navPath":"Debug.html","bundleId":"work-tasks-2023-sp1","id":"a0158cb26-c1d8-4e6d-901a-de76cbd5ecfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogFiles.html","title":"Log Files","navPath":"LogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a55d864d0-9a04-4d5d-9ae5-e8747272e89f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExceptionMessages.html","title":"Exception Messages","navPath":"ExceptionMessages.html","bundleId":"work-tasks-2023-sp1","id":"aec2e3bad-7f99-4d76-8b11-288355807d0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAIdentityManager.html","title":"AVEVA Identity Manager","navPath":"AVEVAIdentityManager.html","bundleId":"work-tasks-2023-sp1","id":"a0faf5fb1-8d18-4b37-94c0-3bca20293216","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPIwithAIMAuthentication.html","title":"Web API with AIM Authentication","navPath":"WebAPIwithAIMAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"addfaf353-ac80-4e68-868e-52c5eb7c0913","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConsumeAccessTokenfromInTouchOMIApp.html","title":"Consume Access Token from InTouch OMI App in AVEVA Work Tasks Controls","navPath":"ConsumeAccessTokenfromInTouchOMIApp.html","bundleId":"work-tasks-2023-sp1","id":"aa99d31f3-8591-4536-b36e-b282a1c978a8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingskeltainstallation.html","title":"Embedding AVEVA Work Tasks","navPath":"embeddingskeltainstallation.html","bundleId":"work-tasks-2023-sp1","id":"a53cacc28-df4d-40f7-a061-3172ca7cf932","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddanInstallationPath.html","title":"Add an Installation Path","navPath":"AddanInstallationPath.html","bundleId":"work-tasks-2023-sp1","id":"aaf294842-ac09-4ef4-9253-cf7b6580b892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddRegistryEntries.html","title":"Add Registry Entries","navPath":"AddRegistryEntries.html","bundleId":"work-tasks-2023-sp1","id":"ad64e1073-383d-4586-b780-b6f0987863d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingregistryentry.html","title":"Entry for AVEVA Work Tasks Folders","navPath":"addingregistryentry.html","bundleId":"work-tasks-2023-sp1","id":"ade7ddfeb-ef66-4128-89c9-2798cd8ae4f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforFarmWizardBackgroundImage.html","title":"Entry for Farm Wizard Background Image","navPath":"EntryforFarmWizardBackgroundImage.html","bundleId":"work-tasks-2023-sp1","id":"a2f65021f-6fc3-4222-b89e-ccc6d34a4d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforCentralConfigurationShortcutPath.html","title":"Entry for Central Configuration Shortcut Path","navPath":"EntryforCentralConfigurationShortcutPath.html","bundleId":"work-tasks-2023-sp1","id":"af6ef5cce-dfcf-4ee9-8f9f-f0e7c1201aba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUIText.html","title":"Customize UI Text","navPath":"CustomizeUIText.html","bundleId":"work-tasks-2023-sp1","id":"a1993227d-c90f-40f4-a865-7f6e08201442","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientService.html","title":"Install Client Service","navPath":"InstallClientService.html","bundleId":"work-tasks-2023-sp1","id":"a2561a154-4440-4865-95ed-86c80ff226b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementFarmEventsInterface.html","title":"Implement FarmEvents Interface","navPath":"ImplementFarmEventsInterface.html","bundleId":"work-tasks-2023-sp1","id":"aa79f076a-f578-4ae4-85d8-146b7e25ed43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyEmbeddedAVEVAWorkTasks.html","title":"Verify Embedded AVEVA Work Tasks","navPath":"VerifyEmbeddedAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a5e190b5d-89a1-4811-b573-033eee6e19f1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmRecovery.html","title":"Farm Recovery","navPath":"FarmRecovery.html","bundleId":"work-tasks-2023-sp1","id":"abb32e7ef-9fee-4427-bf50-a9628baf110e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MovefromDevelopmentEnvironmenttoProductionEnvironment.html","title":"Move from Development Environment to Production Environment","navPath":"MovefromDevelopmentEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa3b8f14b-98cd-41c7-8151-d0f63fcfdd92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReuseRepositoryData.html","title":"Reuse Repository Data","navPath":"ReuseRepositoryData.html","bundleId":"work-tasks-2023-sp1","id":"a1f0c8e9d-ed95-4af8-9dd8-91727f46a676","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploymentOptions.html","title":"Deployment Options","navPath":"DeploymentOptions.html","bundleId":"work-tasks-2023-sp1","id":"ad0f3c54f-3d67-4464-bc0e-e361f0018d0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttachDataSource.html","title":"Attach DataSource","navPath":"AttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a3fd0fd5f-47a6-4e25-b805-a9af45b6be67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoPerformAttachDataSource.html","title":"Steps to Perform Attach DataSource","navPath":"StepstoPerformAttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"ad89651dc-1d12-4ddc-9f7e-0e1d9c5b7260","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios_1.html","title":"User Scenarios","navPath":"UserScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a4d76ae-5aa8-45a0-b028-64db630595c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploysaSolutionfromOneMachinetoAnother.html","title":"Deploys a Solution from One Machine to Another","navPath":"DeploysaSolutionfromOneMachinetoAnother.html","bundleId":"work-tasks-2023-sp1","id":"a8e6fbeb8-764e-4513-8982-d6f582d2ecae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SolutionRequiresanUpgrade.html","title":"Solution Requires an Upgrade","navPath":"SolutionRequiresanUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"aef11cfb3-ec92-463c-aaa9-16c4888eab02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisasterRecoveryofaSolution.html","title":"Disaster Recovery of a Solution","navPath":"DisasterRecoveryofaSolution.html","bundleId":"work-tasks-2023-sp1","id":"a60f2aa84-83b4-44c4-a1f2-1eece54b3abe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMReportsfromanArchivedDatabase.html","title":"BAM Reports from an Archived Database","navPath":"BAMReportsfromanArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"ae0644511-85a0-4e71-9368-83967f8be0b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a689772af-241d-4863-8b28-cd9689897848","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallClient.html","title":"Uninstall Client","navPath":"UninstallClient.html","bundleId":"work-tasks-2023-sp1","id":"a20689f0a-3f5c-47e1-8a30-f17baace4256","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallServer.html","title":"Uninstall Server","navPath":"UninstallServer.html","bundleId":"work-tasks-2023-sp1","id":"a357f2519-5d44-4f9d-b921-7df9b739af84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallFarm.html","title":"Uninstall Farm","navPath":"UninstallFarm.html","bundleId":"work-tasks-2023-sp1","id":"afab76566-4043-44e0-bad2-09c39d435131","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a0267108e-d832-4794-bcf5-b4e8296d0ceb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradingskeltabpmnet.html","title":"Upgrading AVEVA Work Tasks","navPath":"upgradingskeltabpmnet.html","bundleId":"work-tasks-2023-sp1","id":"aafcf3b48-379c-4ffe-9563-fd5ffc701917","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradescenarios.html","title":"Upgrade Scenarios","navPath":"upgradescenarios.html","bundleId":"work-tasks-2023-sp1","id":"aa16b0926-ee22-4846-89c4-dd2c9cbc7247","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinStandaloneEnvironment.html","title":"Upgrade in Standalone Environment","navPath":"UpgradeinStandaloneEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a1c27d8a9-5c59-4d00-a08f-34683b13db92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinClientServerEnvironment.html","title":"Upgrade in Client - Server Environment","navPath":"UpgradeinClientServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a96715d22-7548-4fef-aad2-06aa5da6299d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinEnterpriseServerEnvironment.html","title":"Upgrade in Enterprise Server Environment","navPath":"UpgradeinEnterpriseServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a9d13a2b4-ceb6-4cef-8e2e-51141e8170cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradeprocedure.html","title":"Upgrade Procedure","navPath":"upgradeprocedure.html","bundleId":"work-tasks-2023-sp1","id":"a198f6c6f-2049-40c8-a991-b8b3dd0b2b18","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bpm2014-beforeyouupgrade.html","title":"Before You Upgrade","navPath":"bpm2014-beforeyouupgrade.html","bundleId":"work-tasks-2023-sp1","id":"a441157bb-a3cf-40a9-b872-5832ce213ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/682578.html","title":"Upgrading to AVEVA Work Tasks 2020","navPath":"682578.html","bundleId":"work-tasks-2023-sp1","id":"ab26a021d-7c37-4657-8502-fc83bed565e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746788.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 1","navPath":"746788.html","bundleId":"work-tasks-2023-sp1","id":"af237fcef-39f3-4d31-998c-195726103515","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/898602.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 2","navPath":"898602.html","bundleId":"work-tasks-2023-sp1","id":"a702153e0-c1eb-4e68-a6dc-d8192359732d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/926969.html","title":"Upgrading to AVEVA Work Tasks 2023","navPath":"926969.html","bundleId":"work-tasks-2023-sp1","id":"a93715420-05de-43c5-947b-4bb439b5c644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093466.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"1093466.html","bundleId":"work-tasks-2023-sp1","id":"a9cf9ad2e-758a-46a6-a768-e3c7afc20ecb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RunUpgradeManager.html","title":"Run Upgrade Manager","navPath":"RunUpgradeManager.html","bundleId":"work-tasks-2023-sp1","id":"a18d11e43-6e95-4734-9c7a-96ae9b154da3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/477027.html","title":"Upgrading AVEVA Work Tasks in Silent Mode","navPath":"477027.html","bundleId":"work-tasks-2023-sp1","id":"a044d3d84-0208-40e7-b94c-3c0a0f0defdc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","title":"Prerequisites to Upgrade AVEVA Work Tasks in Silent Mode","navPath":"PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a064748d4-6c26-4f81-b165-54fbf6b66139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","bundleId":"work-tasks-2023-sp1","id":"ae60478d8-b77d-4dc2-93c4-c34460c68030","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeSkeltaBPMInSilentMode.html","title":"Upgrading in Silent Mode Using Installer","navPath":"UpgradeSkeltaBPMInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ae5370597-18f1-456e-abdf-cf5bb61d0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinSilentMode.html","title":"Upgrade in Silent Mode","navPath":"UpgradeinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ac04fc3fe-6442-40ea-962d-1759645778b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/433840.html","title":"Return Results for AVEVA Work Tasks Silent Upgrade","navPath":"433840.html","bundleId":"work-tasks-2023-sp1","id":"af204e0e7-6d89-40c9-a0b8-7042bb688185","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseanExistingWebsite.html","title":"Use an Existing Website","navPath":"UseanExistingWebsite.html","bundleId":"work-tasks-2023-sp1","id":"a14b39f24-7c83-4888-9ff8-64a4edd48c67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesandGuidelines.html","title":"Best Practices and Guidelines","navPath":"BestPracticesandGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"a1ac57ee2-c68d-4758-996a-3ca4776e9b36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecuringAVEVAWorkTasks.html","title":"Best Practices for Securing AVEVA Work Tasks","navPath":"SecuringAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"aed8c4ea2-ec5a-4a33-9ff0-027a5871d78d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintainingAVEVAWorkTasksDatabases.html","title":"Best Practices for Maintaining AVEVA Work Tasks Databases","navPath":"MaintainingAVEVAWorkTasksDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a490ae853-8904-4665-862b-e70158fb1074","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisablingActiveDirectoryUsers.html","title":"Best Practice for Disabling Active Directory Users","navPath":"DisablingActiveDirectoryUsers.html","bundleId":"work-tasks-2023-sp1","id":"a2d8841de-1cb9-4b4c-8ed2-4b36ab704943","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingDifferentRegionalCultural_Settings.html","title":"Best Practices for Handling Different Regional/Cultural Settings","navPath":"HandlingDifferentRegionalCultural_Settings.html","bundleId":"work-tasks-2023-sp1","id":"af64e6e13-0ad8-4c94-aa30-b94ceb30239e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingCrossSiteRequestForgeryinCustomApplication.html","title":"Best Practice for Handling Cross Site Request Forgery in Custom Application","navPath":"HandlingCrossSiteRequestForgeryinCustomApplication.html","bundleId":"work-tasks-2023-sp1","id":"a31621086-ccc6-4651-9758-601aae0939c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforSizingDatabase.html","title":"Guidelines for Sizing Database","navPath":"GuidelinesforSizingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a7b52fc40-d543-41dd-9257-d122dd7c08b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforArchivingDatabase.html","title":"Guidelines for Archiving Database","navPath":"GuidelinesforArchivingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3ae5b579-b11d-49ff-b4bb-eeb432371c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforAVEVAWorkTasksDatabase.html","title":"Archival Strategy for AVEVA Work Tasks Database","navPath":"ArchivalStrategyforAVEVAWorkTasksDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9712ec33-d181-4271-9b96-65d8170571db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingRepositoryDatabase.html","title":"Archiving Repository Database","navPath":"ArchivingRepositoryDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a5a5478db-e478-4e36-958c-870ef656f707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingFarmDatabase.html","title":"Archiving Farm Database","navPath":"ArchivingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3254d220-8f78-441d-940d-8aadf2639eb2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforCustomTables.html","title":"Archival Strategy for Custom Tables","navPath":"ArchivalStrategyforCustomTables.html","bundleId":"work-tasks-2023-sp1","id":"a6ee943f6-d635-44fe-bf7d-d1cd371921ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforMigratedDatabase.html","title":"Archival Strategy for Migrated Database","navPath":"ArchivalStrategyforMigratedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a712d456d-8367-4d1a-a25b-980c5cec1671","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewingBAMReportsfortheArchivedDatabase.html","title":"Viewing BAM Reports for the Archived Database","navPath":"ViewingBAMReportsfortheArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a34120a23-ba24-4e06-bc65-f2db7c42f3ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationScenario.html","title":"Application Scenario","navPath":"ApplicationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a3cef2393-c8a7-409f-a3a7-5e5b76ab06b5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforPartitioningDatabase.html","title":"Guidelines for Partitioning Database","navPath":"GuidelinesforPartitioningDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9a4fb8a4-acde-4376-8ad0-ab7d199a5209","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Recommendations.html","title":"Recommendations","navPath":"Recommendations.html","bundleId":"work-tasks-2023-sp1","id":"a07edabac-d1d8-42b7-8181-13713e99cdbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesforFeaturesandServices.html","title":"Best Practices for Features and Services","navPath":"BestPracticesforFeaturesandServices.html","bundleId":"work-tasks-2023-sp1","id":"a5ab04d9e-1910-4f2f-8f32-121d0cd28719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","title":"Guidelines on using SQL AlwaysOn Availability Group","navPath":"GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","bundleId":"work-tasks-2023-sp1","id":"a11d3f9e1-37ef-4761-9d96-7998ada3e709","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","title":"Guidelines for Configuring AVEVA Work Tasks in DMZ","navPath":"GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","bundleId":"work-tasks-2023-sp1","id":"a015d4377-89c7-4758-afdb-c8de4d5fd218","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforAntivirus.html","title":"Guidelines for Antivirus","navPath":"GuidelinesforAntivirus.html","bundleId":"work-tasks-2023-sp1","id":"a42d7a8f2-a9d9-4555-84ed-58bf182a3b37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/chapter9-troubleshooting.html","title":"Troubleshooting","navPath":"chapter9-troubleshooting.html","bundleId":"work-tasks-2023-sp1","id":"abc7e52c2-8728-4122-a86e-354cc8e2a9ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforDebuggingExceptions.html","title":"Prerequisites for Debugging Exceptions","navPath":"PrerequisitesforDebuggingExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a68f6a939-efef-4171-8684-897abeb9d8ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrorswhileInstallingFarm.html","title":"Database Connection Errors while Installing Farm","navPath":"DatabaseConnectionErrorswhileInstallingFarm.html","bundleId":"work-tasks-2023-sp1","id":"a595851e6-c9ba-42b8-98cf-7112d3144d31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceErrors.html","title":"Client Service Errors","navPath":"ClientServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab59330c8-2c07-4dce-b3b1-7d8af9523b28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsServiceErrors.html","title":"Windows Service Errors","navPath":"WindowsServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"adba48073-9761-4b9f-bf5d-45f67d0aa8f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringErrors.html","title":"Client Service Monitoring Errors","navPath":"ClientServiceMonitoringErrors.html","bundleId":"work-tasks-2023-sp1","id":"a0ac0b7b9-0af5-4f5a-b757-233aab7d7915","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrors.html","title":"Database Connection Errors","navPath":"DatabaseConnectionErrors.html","bundleId":"work-tasks-2023-sp1","id":"a16cb219c-f85c-43a1-9eba-56c3298ee687","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IISErrorwhileConfiguringFarmConfiguration.html","title":"IIS Error while Configuring Farm Configuration","navPath":"IISErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ae347415e-4af3-40fa-9420-c48feb388178","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ASPNETErrorwhileConfiguringFarmConfiguration.html","title":"ASP​.NET Error while Configuring Farm Configuration","navPath":"ASPNETErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a0770902e-77ac-4b48-a611-f557791b51c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsAuthenticationorAnonymousAuthenticationError.html","title":"Windows Authentication or Anonymous Authentication Error","navPath":"WindowsAuthenticationorAnonymousAuthenticationError.html","bundleId":"work-tasks-2023-sp1","id":"a5c86479f-5945-4476-8e28-848f1867866f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Non-QueryExecutionFailure.html","title":"Non-Query Execution Failure","navPath":"Non-QueryExecutionFailure.html","bundleId":"work-tasks-2023-sp1","id":"abbfce4f5-5c8d-43fe-9663-ec705870703b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotAuthorizedtoAccessSiteError.html","title":"Not Authorized to Access Site Error","navPath":"NotAuthorizedtoAccessSiteError.html","bundleId":"work-tasks-2023-sp1","id":"ad547a74f-0698-4153-898b-e828a19c0654","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleErrors.html","title":"Enterprise Console Errors","navPath":"EnterpriseConsoleErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab36e843c-bd0a-47ec-bd92-d162b730d43e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AuthenticationandPersonalization.html","title":"Authentication and Personalization","navPath":"AuthenticationandPersonalization.html","bundleId":"work-tasks-2023-sp1","id":"a2154700f-9a18-4d53-aca1-f7ceea2bebd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceIssueWhileAccessingEnterpriseConsole.html","title":"Performance Issue While Accessing Enterprise Console","navPath":"PerformanceIssueWhileAccessingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abb180b12-d00c-42c5-95bc-4bf9653cabff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CentralConfigurationisnotLoading.html","title":"Central Configuration is not Loading","navPath":"CentralConfigurationisnotLoading.html","bundleId":"work-tasks-2023-sp1","id":"a994a35c1-1fdc-42b4-be55-36e3d39cf4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceErrors.html","title":"Communication Service Errors","navPath":"CommunicationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab6309b7d-e41c-4450-87e7-30529bbe4f42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmConfigurationError.html","title":"Farm Configuration Error","navPath":"FarmConfigurationError.html","bundleId":"work-tasks-2023-sp1","id":"a28ed446b-442d-4704-b8fe-98add61f87b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowTestRunErrors.html","title":"Workflow Test Run Errors","navPath":"WorkflowTestRunErrors.html","bundleId":"work-tasks-2023-sp1","id":"a25f5700a-00e5-4693-85b6-5ac950bd163d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveorCopyItemActivityErrors.html","title":"Move or Copy Item Activity Errors","navPath":"MoveorCopyItemActivityErrors.html","bundleId":"work-tasks-2023-sp1","id":"adb5520dc-97df-49f2-bfdc-a5904579b1aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangingResourceAccountCredentials.html","title":"Changing Resource Account Credentials","navPath":"ChangingResourceAccountCredentials.html","bundleId":"work-tasks-2023-sp1","id":"ac1991c97-416d-4cf2-9901-80eb0056882b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhileInstallingConfigurationFarmorWebSites.html","title":"Error while Installing Configuration Farm or Web Sites","navPath":"ErrorwhileInstallingConfigurationFarmorWebSites.html","bundleId":"work-tasks-2023-sp1","id":"a704e9973-eb6d-45ea-b422-39360f48efae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhilereinstallingAVEVAWorkTasksClient.html","title":"Error while reinstalling AVEVA Work Tasks Client","navPath":"ErrorwhilereinstallingAVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a43a6af09-4675-455a-9bc7-4b8bfaf68cb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoLogontoEnterpriseConsole.html","title":"Unable to Log on to Enterprise Console","navPath":"UnabletoLogontoEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"adde36a7a-f119-4f0d-a81a-29ff119f6b50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServerErrorinApplication.html","title":"Server Error in Application","navPath":"ServerErrorinApplication.html","bundleId":"work-tasks-2023-sp1","id":"a250e5c18-fb16-4d44-b530-50f135d7af3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootingAVEVAWorkTasksUpgrade.html","title":"Troubleshooting AVEVA Work Tasks Upgrade","navPath":"TroubleshootingAVEVAWorkTasksUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a12095862-2f0f-4a67-8422-10ed5f0e0554","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceBusListenerError.html","title":"Service Bus Listener Error","navPath":"ServiceBusListenerError.html","bundleId":"work-tasks-2023-sp1","id":"a83484e61-5289-4a8d-8724-4bf3bbc98670","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationServiceErrors.html","title":"Mobile Notification Service Errors","navPath":"MobileNotificationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"afb860bcf-a370-41d8-b8e7-af75f1a68151","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","title":"Error: Could not load file or assembly or Error while creating instance","navPath":"CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","bundleId":"work-tasks-2023-sp1","id":"a66279826-9e48-4087-9c40-f60851a4a2ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebPartError-Couldnotloadtherequiredtype.html","title":"Web Part Error: Could not load the required type","navPath":"WebPartError-Couldnotloadtherequiredtype.html","bundleId":"work-tasks-2023-sp1","id":"a50baa079-1736-4298-932c-87ae30646477","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherEventsError.html","title":"File Watcher Events Error","navPath":"FileWatcherEventsError.html","bundleId":"work-tasks-2023-sp1","id":"a4daa7e5f-d73e-454f-be09-0d79c038d10f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessDeniedtoAVEVAWorkTasksTempFolder_.html","title":"Access Denied to AVEVA Work Tasks Temp Folder along with System IO Errors","navPath":"AccessDeniedtoAVEVAWorkTasksTempFolder_.html","bundleId":"work-tasks-2023-sp1","id":"a54af1161-86b0-4a22-8423-22e9772b8887","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CacheRefreshnotReflectedaftertheProductUpgrade.html","title":"Cache Refresh not Reflected after the Product Upgrade","navPath":"CacheRefreshnotReflectedaftertheProductUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a53abbcda-29c7-4009-acb3-46de233c0473","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoRe-installAVEVAWorkTasks.html","title":"Unable to Re-install AVEVA Work Tasks","navPath":"UnabletoRe-installAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a68402aef-9feb-4176-953c-f941ae4d1738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","title":"Unexpected Error when Authenticating against Azure Active Directory","navPath":"UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a2f0430bd-8e28-407d-90b4-636fe776af16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SwappingRepositoryProvider.html","title":"Swapping Repository Provider","navPath":"SwappingRepositoryProvider.html","bundleId":"work-tasks-2023-sp1","id":"ab98f416c-74e9-422c-8ba0-0241e2b32ce1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmconnectorsandextensionsguide.html","title":"Connectors and Extensions User Guide","navPath":"wonderwareskeltabpmconnectorsandextensionsguide.html","bundleId":"work-tasks-2023-sp1","id":"a25269df5-a87a-455f-8964-b06c40df5c34","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeyFeatures.html","title":"Key Features","navPath":"KeyFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8847eb58-d2bb-4825-b86e-1384c27f0b8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewInstallConnectorforSystemPlatform.html","title":"Overview","navPath":"OverviewInstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"adfbca959-78cc-4520-90ef-5de54654821a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnectorforSystemPlatform.html","title":"Connector for System Platform","navPath":"ConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a96e94e65-5d65-4552-8ae3-6433cfe9d20c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchitectureforConnector.html","title":"Architecture","navPath":"ArchitectureforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a8796ac98-0c25-4591-85f2-c003e25b82b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationScenariosforConnector.html","title":"Installation scenarios","navPath":"InstallationScenariosforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a66ae24ef-3820-4783-9905-7cd6e48eedef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnetconnectorssystemplatformworkflowconnector.html","title":"Installation","navPath":"installingbpmnetconnectorssystemplatformworkflowconnector.html","bundleId":"work-tasks-2023-sp1","id":"a37add25e-04c8-48bb-8846-4a1be115a29a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallConnectorforSystemPlatform.html","title":"Install Connector for System Platform","navPath":"InstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"af5d439a7-33ea-42f0-a8b1-88c877973766","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542069.html","title":"Install Connector for System Platform in Silent Mode","navPath":"542069.html","bundleId":"work-tasks-2023-sp1","id":"a3568ca19-b462-4d79-8c82-850dcd072b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforConnector.html","title":"Verify Installation","navPath":"VerifyInstallationforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a3b2bbff7-8b94-4830-8c07-f91441a4d8c7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/721903.html","title":"Upgrade Connector for System Platform","navPath":"721903.html","bundleId":"work-tasks-2023-sp1","id":"afce1551d-12c0-4339-a652-62fa9c79c21c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallConnectorforSystemPlatform.html","title":"Uninstall Connector for System Platform","navPath":"UninstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a8317f121-bf68-41e6-89fd-53315a605ea5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsofConnector.html","title":"Connector limitations for System Platform","navPath":"LimitationsofConnector.html","bundleId":"work-tasks-2023-sp1","id":"aae2e60ea-e38d-4f76-9d50-bcd7d6381449","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforSystemPlatform.html","title":"Extension for System Platform","navPath":"ExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad425abe4-7cab-4b7f-95a0-c61f7eeb5b09","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnet20111.html","title":"Install Extension for System Platform","navPath":"installingbpmnet20111.html","bundleId":"work-tasks-2023-sp1","id":"a798f110c-5e79-44b7-9bdd-9142c50c467e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforSystem_Platform.html","title":"Install Extension for System Platform","navPath":"InstallExtensionforSystem_Platform.html","bundleId":"work-tasks-2023-sp1","id":"a9d29ec4d-8b9a-49a3-b287-4ba0bfdb1973","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542068.html","title":"Install Extension for System Platform in Silent Mode","navPath":"542068.html","bundleId":"work-tasks-2023-sp1","id":"ac4bee736-9ea8-40e6-8f3f-e04ac1ecefe1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforExtension.html","title":"Verify Extension installation","navPath":"VerifyInstallationforExtension.html","bundleId":"work-tasks-2023-sp1","id":"adff89b38-e235-4855-b4c1-f214ce8fb25a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallExtensionforSystemPlatform.html","title":"Uninstall Extension for System Platform","navPath":"UninstallExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad411c046-c29b-4488-99f9-22ba6ad234a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/363234.html","title":"Upgrade Extension for System Platform","navPath":"363234.html","bundleId":"work-tasks-2023-sp1","id":"a8a9be14e-d4d8-4bd6-9f1a-d2e0f2473e67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforOPCUA.html","title":"Extension for OPC UA","navPath":"ExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a2a815589-115f-4604-b7e0-fb50a729619c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"InstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"afb582cf2-d90b-48ca-bac3-2da67d5a7d3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationSequenceforOPCUA.html","title":"Installation Sequence","navPath":"InstallationSequenceforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a7f921c13-0828-42f5-b274-d3391b057f86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoInstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"StepstoInstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a23a585db-8135-4195-ad59-a2ec3a57cb45","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","title":"Provision Repository Using OPC UA Repository Provisioning Tool","navPath":"ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ac0daa9f7-529f-43b6-8ec3-b8993aa5a8f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeExtensionforOPCUA.html","title":"Upgrade Extension for OPC UA","navPath":"UpgradeExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"ae703b1ff-9214-4c90-809f-4ffc7160e25c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithConnectorsforSystemPlatform.html","title":"Work with Connectors for System Platform","navPath":"WorkwithConnectorsforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ab64edd94-dfc0-42b2-892b-31fd94184771","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","title":"Workflow Features Inside System Platform IDE and Runtime","navPath":"WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","bundleId":"work-tasks-2023-sp1","id":"ad5a0e255-bc1f-426b-871a-3c2a949f6b68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialGatewaySetup.html","title":"Initial Gateway Setup","navPath":"InitialGatewaySetup.html","bundleId":"work-tasks-2023-sp1","id":"a4b75c95a-6e65-46a2-ba6f-ca58a3fa0072","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI.html","title":"AIM Authentication for accessing Enterprise Console in System Platform IDE","navPath":"AIMAuthenticationforControlsinInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab6ade450-3964-4d33-8302-cc12e7d4f41f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureGateway.html","title":"Configure Gateway","navPath":"ConfigureGateway.html","bundleId":"work-tasks-2023-sp1","id":"a2fc3688d-3c5b-40cc-ac58-8112f2107698","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineWorkflowEventsinAppObject.html","title":"Define Workflow Events in AppObject","navPath":"DefineWorkflowEventsinAppObject.html","bundleId":"work-tasks-2023-sp1","id":"a434363fc-a7e5-42f6-8649-0f7387df8c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewWorkflow.html","title":"Create New Workflow","navPath":"CreateNewWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0480c695-0d2a-4f93-a4df-7e8ed8c94ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateanExistingWorkflowtoaWorkflowEvent.html","title":"Associate an Existing Workflow to a Workflow Event","navPath":"AssociateanExistingWorkflowtoaWorkflowEvent.html","bundleId":"work-tasks-2023-sp1","id":"a4312395e-8234-4b4e-b0fa-a4af030df6ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforAAEventActivityinaWorkflow.html","title":"Wait-for-AAEvent Activity in a Workflow","navPath":"WaitforAAEventActivityinaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a55284e64-9880-4bc4-b7c0-650278e9da20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6193b2ca-35fd-479e-b260-2f33e2d8914c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","bundleId":"work-tasks-2023-sp1","id":"a190560d2-68db-42ea-83d1-0f615557efb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","bundleId":"work-tasks-2023-sp1","id":"a321a94f3-f665-4728-8017-a7e01cd7f719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing.html","title":"Relative Referencing","navPath":"RelativeReferencing.html","bundleId":"work-tasks-2023-sp1","id":"a513bbb5a-6746-4e3b-902f-d66afbfc3d27","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivityWaitForAAEvent.html","title":"Wait-For-AAEvent Activity","navPath":"ConfigureActivityWaitForAAEvent.html","bundleId":"work-tasks-2023-sp1","id":"adeb9b324-55ee-4169-b972-64dd91402c86","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouch.html","title":"Workflow Features Inside InTouch","navPath":"WorkflowFeaturesInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a701cb52f-a6ba-4b82-8b26-ab1be767b7c0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchHMI.html","title":"AIM Authentication for Controls in InTouch HMI","navPath":"AIMAuthenticationforControlsinInTouchHMI.html","bundleId":"work-tasks-2023-sp1","id":"ae64d6e9b-9dc5-4ba9-a784-f0e1852bae4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouch.html","title":"Inbox Inside InTouch","navPath":"InboxInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3295247f-162d-4fc6-afb0-84bb59f364c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusViewInsideInTouch.html","title":"Workflow Status View Inside InTouch","navPath":"WorkflowStatusViewInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a0af95556-09a1-42d7-9466-8c6c5919bd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouch.html","title":"BAM Inside InTouch","navPath":"BAMInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a35f72e6a-bdf4-4ae4-9ef9-b3fa37c382e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsInsideInTouch.html","title":"Lists Inside InTouch","navPath":"ListsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"af2780a11-73a4-4444-8b7c-2989b610c463","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouch.html","title":"Forms Inside InTouch","navPath":"FormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a8eccb391-05b8-44fb-b74d-dcd5cb854a7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PassContextualInformationinFormsfromInTouch.html","title":"Pass Contextual Information in Forms from InTouch","navPath":"PassContextualInformationinFormsfromInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a1edf503f-263d-499d-b017-724f7311d832","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormsInsideInTouch.html","title":"List Forms Inside InTouch","navPath":"ListFormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a2a53da94-08fc-491b-9604-7d51db9e1550","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemInboxCountinInTouch.html","title":"WorkItemInboxCount in InTouch","navPath":"WorkItemInboxCountinInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3cb7eac9-aff7-4337-bd7a-e0d24e68962d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenInboxusingWorkItemInboxCount.html","title":"Open Inbox using WorkItemInboxCount","navPath":"OpenInboxusingWorkItemInboxCount.html","bundleId":"work-tasks-2023-sp1","id":"a48b1ddbe-9056-4218-8dd3-43870a6eb890","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouchOMI.html","title":"Workflow Features Inside InTouch OMI","navPath":"WorkflowFeaturesInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"af0af984c-782e-43b5-b395-a298c71ea88c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialStepsforInTouchOMI.html","title":"Initial Steps","navPath":"InitialStepsforInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8c544187-ca62-4bdd-b124-44950c70f932","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI_1.html","title":"AIM Authentication for Controls in InTouch OMI","navPath":"AIMAuthenticationforControlsinInTouchOMI_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9fc596b-0515-4bca-a2d0-2ed20df67414","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouchOMI.html","title":"Forms Inside InTouch OMI","navPath":"FormsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8ea85623-9b77-4cd7-a18a-b3d98bb1c57c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouchOMI.html","title":"Inbox Inside InTouch OMI","navPath":"InboxInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a0a6df9ad-0866-47d9-8723-52576147868e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViewInsideInTouchOMI.html","title":"List View Inside InTouch OMI","navPath":"ListViewInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a538a27ee-a3f2-4d7f-9e16-631faab3bac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormInsideInTouchOMI.html","title":"List Form Inside InTouch OMI","navPath":"ListFormInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"adb0007ce-f3be-45a7-a1c9-9e9a0238a890","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouchOMI.html","title":"BAM Inside InTouch OMI","navPath":"BAMInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a77c0436a-14df-4939-add4-66dae127d97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusInsideInTouchOMI.html","title":"Workflow Status Inside InTouch OMI","navPath":"WorkflowStatusInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab9ea5b76-50a3-45c3-bfe8-5e231b180b16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxWorkItemsCountInsideInTouchOMI.html","title":"Inbox Work Items Count Inside InTouch OMI","navPath":"InboxWorkItemsCountInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a28371a8b-4ed6-4051-bbe6-01558b8eb87a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettingsInsideInTouchOMI.html","title":"Cryptography Settings Inside InTouch OMI","navPath":"CryptographySettingsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"aad15fc77-f1be-4141-9c49-bba676165346","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HistorianServer.html","title":"Historian Server","navPath":"HistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"a45dd5e8c-2104-48a3-a857-5c68370076f5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggerWorkflowfromtheHistorianServer.html","title":"Trigger Workflow from the Historian Server","navPath":"TriggerWorkflowfromtheHistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"ae239fdc1-7f2a-4d3c-a14c-5ce8120f6c65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorMultipleHistorianEventTag.html","title":"Monitor Multiple Historian Event Tag","navPath":"MonitorMultipleHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"adb625f75-9a9e-4093-b453-e647a0ced460","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorSpecificHistorianEventTag.html","title":"Monitor Specific Historian Event Tag","navPath":"MonitorSpecificHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"aaf34fb66-ce16-4843-a495-508728f79c34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveHistorianDataUsingDatabaseActivity.html","title":"Retrieve Historian Data Using Database Activity","navPath":"RetrieveHistorianDataUsingDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a211d0cba-bdf2-4a02-8e24-ae19d8ce2849","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationServer.html","title":"Information Server","navPath":"InformationServer.html","bundleId":"work-tasks-2023-sp1","id":"afae5a83d-d1d5-42a6-b9bf-57a1c7e780e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","title":"Configure Repository Using AVEVA Work Tasks Connector for Information Server","navPath":"ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aca8a034a-b7eb-468a-8f81-21df5598a061","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowRepositoryandFarmforInformationServer.html","title":"Configure Workflow Repository and Farm for Information Server","navPath":"ConfigureWorkflowRepositoryandFarmforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acdd050b4-8571-4f7f-9273-f708adcc4bc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowServertoAddRepositoryDetails.html","title":"Configure Workflow Server to Add Repository Details","navPath":"ConfigureWorkflowServertoAddRepositoryDetails.html","bundleId":"work-tasks-2023-sp1","id":"aaf5399c9-6052-4a9e-ab49-9dc09f62bdb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageConnectedWorkflowRepositories.html","title":"Manage Connected Workflow Repositories","navPath":"ManageConnectedWorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a47cb83e4-9955-430f-9f6c-0596c27a567e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrativeActivity.html","title":"Administrative Activity","navPath":"AdministrativeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3fa8b771-f14a-42e1-885f-e42fc9fd81a6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddCustomPanel.html","title":"Add Custom Panel","navPath":"AddCustomPanel.html","bundleId":"work-tasks-2023-sp1","id":"abfa62b77-53de-485a-b2d9-8ca37fdc8775","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserPermissions.html","title":"Add User Permissions","navPath":"AddUserPermissions.html","bundleId":"work-tasks-2023-sp1","id":"a18bf308b-e7b2-4781-84c2-e1cfeb1bd50c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","title":"Perform Workflow Repository Functionality Within Information Server","navPath":"PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acc1fbcd4-b3fb-41d5-a65e-a6bff51540c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFarms.html","title":"Workflow Farms","navPath":"WorkflowFarms.html","bundleId":"work-tasks-2023-sp1","id":"ab26d35fb-caa3-409e-90eb-76bf447e6ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowRepositories.html","title":"Workflow Repositories","navPath":"WorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a8618bbb0-b78e-4b42-9102-442a5d0e77d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootissuesinInformationServer.html","title":"Troubleshoot Issues","navPath":"TroubleshootissuesinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aaab7bee2-ca4f-4654-baea-2b3370332f96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntelligenceDataInsideWorkflows.html","title":"Intelligence Data Inside Workflows","navPath":"IntelligenceDataInsideWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"adbbd73e1-85e1-4c0c-bd10-b619c8729463","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FetchDatafromIntellienceDatastore.html","title":"Fetch Data from Intellience Datastore","navPath":"FetchDatafromIntellienceDatastore.html","bundleId":"work-tasks-2023-sp1","id":"a688b6c1f-eea2-44b8-a6ea-b0133a3f0514","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflow.html","title":"Configure Workflow","navPath":"ConfigureWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a87a12983-5751-4c30-8a5f-d16474aa69ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDatabaseActivity.html","title":"Add Database Activity","navPath":"AddDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8f21a48e-690b-4471-9aac-6545abf17f1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddForEachLoop.html","title":"Add ForEach Loop","navPath":"AddForEachLoop.html","bundleId":"work-tasks-2023-sp1","id":"ac9430202-5472-4541-bb6b-f0c261c92967","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerActivity.html","title":"Edit Scheduler Activity","navPath":"EditSchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4f9bf75b-bde1-4ac9-9941-84c8af317d6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsusingLoggerActivity.html","title":"Diagnostics","navPath":"DiagnosticsusingLoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7579566a-d8f9-4ffc-ba5e-b06d6e8abb0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","title":"Move System Platform Galaxy and AVEVA Work Tasks Repository from Engineering Environment to Production Environment","navPath":"MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa58db427-701d-41b1-886c-382c83880ee3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxyandRepository.html","title":"Move System Platform Galaxy And Repository","navPath":"MoveSystemPlatformGalaxyandRepository.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b9e7b-c71b-47f3-99d7-5a720a18d499","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveRepository.html","title":"Move Repository","navPath":"MoveRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad12ff6fc-9f74-473a-8017-9afe6e81f6d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy.html","title":"Move System Platform Galaxy","navPath":"MoveSystemPlatformGalaxy.html","bundleId":"work-tasks-2023-sp1","id":"a24019401-8cd9-4f74-b327-31599c5377f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveonlytheWorkflow.html","title":"Move only the Workflow","navPath":"MoveonlytheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a95fecb09-49b0-490b-86ae-d3484f5baef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","title":"Move a Gateway Object, Workflows, and Associated Workflow Events","navPath":"MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","bundleId":"work-tasks-2023-sp1","id":"a328a9201-a23e-4641-809d-91d9d4c20fc6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsLoggerIntegrationwithArchestrALogger.html","title":"Diagnostics: Logger Integration with ArchestrA Logger","navPath":"DiagnosticsLoggerIntegrationwithArchestrALogger.html","bundleId":"work-tasks-2023-sp1","id":"a19d0550c-1d7c-4bcd-9fa4-8336031e494a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KnownIssuesinConnectorforSystemPlatform.html","title":"Known Issues","navPath":"KnownIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ac42665a9-0c1a-4fce-ada1-c34c2b28a5f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinConnectorforSystemPlatform.html","title":"Limitations","navPath":"LimitationsinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a64a5a02a-90a6-4dd2-825a-9d91590008cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinConnectorforSystemPlatform.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"aecb5f7ee-74cc-42dc-bae4-2e16bbb50f4e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithExtensionforOPCUA.html","title":"Work with Extension for OPC UA","navPath":"WorkwithExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a9d8ff0b9-c21c-482f-a23a-fdb1f1668b69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisioningRepositoryforOPCUA.html","title":"Provision Repository for OPC UA","navPath":"ProvisioningRepositoryforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a152e7c8e-ce5e-41c4-9811-30b4c68e33e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUARepositoryProvisioningTool.html","title":"OPC UA Repository Provisioning Tool","navPath":"OPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"a9cf91d3b-b903-4795-bfa2-2581d2f5b6bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAConnections.html","title":"Connections","navPath":"OPCUAConnections.html","bundleId":"work-tasks-2023-sp1","id":"a2bebea06-ac90-4dfe-84fb-76870e89e446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUATagReadWriteActivity_.html","title":"Activity: OPC UA Tag Read Write Activity","navPath":"OPCUATagReadWriteActivity_.html","bundleId":"work-tasks-2023-sp1","id":"a06d56357-01cc-4135-950f-42e0ea6d4ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAServerConnection.html","title":"OPC UA Server Connection","navPath":"OPCUAServerConnection.html","bundleId":"work-tasks-2023-sp1","id":"a03adacbd-18f5-42fa-955e-d878b7f27bc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/opcuatagreadwrite-selectattribute.html","title":"Select Attribute","navPath":"opcuatagreadwrite-selectattribute.html","bundleId":"work-tasks-2023-sp1","id":"a65be3264-0d30-4648-a9aa-90b4a74041fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutput.html","title":"Mapped Error Output","navPath":"MappedErrorOutput.html","bundleId":"work-tasks-2023-sp1","id":"ac763ee79-6d98-468f-af12-484c36898b5a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeveloperGuide.html","title":"Developer Guide","navPath":"DeveloperGuide.html","bundleId":"work-tasks-2023-sp1","id":"a51944afa-a152-4632-aebb-52ebcd014035","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted.html","title":"Get Started","navPath":"GetStarted.html","bundleId":"work-tasks-2023-sp1","id":"ae60f1c9b-fc1f-4da3-bb1d-ec1cfbfe77f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoAccessWorkTasksFeatures.html","title":"Prerequisites to Access AVEVA Work Tasks Features","navPath":"PrerequisitestoAccessWorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a117412cc-8a17-4428-8c7c-8f8b5ab0db3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationandAdministration.html","title":"Installation and Administration","navPath":"InstallationandAdministration.html","bundleId":"work-tasks-2023-sp1","id":"afa65a3bb-40e1-4f29-bd9e-0633299c9523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InterfacesandFeatures.html","title":"Interfaces and Features","navPath":"InterfacesandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a469fd45a-a61c-47a0-b40c-282e43ee7ca7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofUserInterfaces.html","title":"Overview of User Interfaces","navPath":"OverviewofUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a7939c682-e794-42f1-9505-415f0fe9d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessandManageAVEVA_WorkTasksFeatures.html","title":"Access and Manage AVEVA Work Tasks Features","navPath":"AccessandManageAVEVA_WorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a74d421f3-10fd-4c92-b588-34995bf5cf99","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksServices.html","title":"AVEVA Work Tasks Services","navPath":"WorkTasksServices.html","bundleId":"work-tasks-2023-sp1","id":"a0153d87a-8ee5-4d65-b0ca-a3dbb9c60dcf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole.html","title":"Enterprise Console","navPath":"EnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8ae058f6-2ddd-43d4-a0e1-bbb2f05be30b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueue.html","title":"Message Queue","navPath":"MessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a31787f9c-f604-4d45-b5fa-8fd45de73818","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections.html","title":"Message Queue Connections","navPath":"MessageQueueConnections.html","bundleId":"work-tasks-2023-sp1","id":"a4c6668fd-5616-4047-a6d1-7a80e9d62cf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueRepositoryProvisioningTool.html","title":"Message Queue Repository Provisioning Tool","navPath":"MessageQueueRepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ae98aa121-0b1f-48de-8f49-0a31be33ed8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections.html","title":"MQTT Connections","navPath":"MQTTConnections.html","bundleId":"work-tasks-2023-sp1","id":"a0840f85d-28fc-46e6-8cef-abcfd2a072ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections.html","title":"Logic App Connections","navPath":"LogicAppConnections.html","bundleId":"work-tasks-2023-sp1","id":"a8de052aa-303a-4624-b19e-e0edd070de87","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls.html","title":"Controls","navPath":"Controls.html","bundleId":"work-tasks-2023-sp1","id":"aa912d4b3-221f-468e-b644-084c6cea294c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControlsintheApplication.html","title":"Add Controls in the Application","navPath":"AddControlsintheApplication.html","bundleId":"work-tasks-2023-sp1","id":"a43c3f2d8-7f86-47fd-9a1c-51b39b09102c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanASPNETProjectinVisualStudioNET.html","title":"Create an ASP​.NET Project in Visual Studio ​.NET","navPath":"CreateanASPNETProjectinVisualStudioNET.html","bundleId":"work-tasks-2023-sp1","id":"a4745296d-0e70-491e-9993-993ee193d9fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserContext.html","title":"Create User Context","navPath":"CreateUserContext.html","bundleId":"work-tasks-2023-sp1","id":"a8655139e-bb40-43c3-ae96-16c4cf88de7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerControl.html","title":"Process Designer Control","navPath":"ProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"ab93561dc-fd24-49b3-844a-5e2f1025e719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListControl.html","title":"Work Items List Control","navPath":"WorkItemsListControl.html","bundleId":"work-tasks-2023-sp1","id":"af1b6853c-68c1-4870-bae0-da3cad0a4af5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseEventsofWorkItemListControl.html","title":"Use Events of Work Item List Control","navPath":"UseEventsofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a7a2db405-2a69-48ab-93f2-410f94d2b7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LayoutCustomization.html","title":"Layout Customization","navPath":"LayoutCustomization.html","bundleId":"work-tasks-2023-sp1","id":"a38e77ada-5d58-4ea1-a5d5-3199b0279f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomLinkinWorkItemListControl.html","title":"Create Custom Link in Work Item List Control","navPath":"CreateCustomLinkinWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"af7bc306d-46c1-4a16-8295-43620b014833","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CalendarControl.html","title":"Calendar Control","navPath":"CalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"ae7d200f3-c1d3-4209-bf44-26e48e1739ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMControl.html","title":"BAM Control","navPath":"BAMControl.html","bundleId":"work-tasks-2023-sp1","id":"ab56af880-614e-4444-a4d9-1c26fb032da5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddIndividualBAMReporttoaspxPage.html","title":"Add Individual BAM Report to aspx Page","navPath":"AddIndividualBAMReporttoaspxPage.html","bundleId":"work-tasks-2023-sp1","id":"a36fd8236-a6f9-4d61-b61d-796f4d992ee6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewSpecificWorkflowInstancesinBAMControl.html","title":"View Specific Workflow Instances in BAM Control","navPath":"ViewSpecificWorkflowInstancesinBAMControl.html","bundleId":"work-tasks-2023-sp1","id":"a95fe78f1-ecbd-4855-ab2d-b7a6c5571907","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueControl.html","title":"Queue Control","navPath":"QueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ad6fde17c-dde6-43dc-ae5c-49f747188292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControl.html","title":"List Control","navPath":"ListControl.html","bundleId":"work-tasks-2023-sp1","id":"a9aa75f3b-cb0c-42e3-b653-b6f1b0fe39cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormListWebpartControl.html","title":"Form List Webpart Control","navPath":"FormListWebpartControl.html","bundleId":"work-tasks-2023-sp1","id":"a4ed329eb-d385-4dec-a614-fdbf56da8aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowExecutionViewControl.html","title":"Workflow Execution View Control","navPath":"WorkflowExecutionViewControl.html","bundleId":"work-tasks-2023-sp1","id":"a0ad03be4-8dfe-4510-820b-9bbad0c7f54a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringNewRepository.html","title":"Configure New Repository","navPath":"ConfiguringNewRepository.html","bundleId":"work-tasks-2023-sp1","id":"a3cdcfbd3-498a-4157-8a5b-dede59840915","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupSourceElementsDirectory.html","title":"Set up Source Elements Directory","navPath":"SetupSourceElementsDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a5445089f-db24-4e18-922a-e23983d8ddc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupEmailAddressesforRepositories.html","title":"Set up Email Addresses for Repositories","navPath":"SetupEmailAddressesforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a27d98bd8-58a7-4cb7-b322-dc250621517f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupUserProvidersforRepositories.html","title":"Set up User Providers for Repositories","navPath":"SetupUserProvidersforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"aa3be2c15-ef1d-4f4c-881f-41f01e20b55c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupDocumentWebViewControlforRepositories.html","title":"Set up Document Web View Control for Repositories","navPath":"SetupDocumentWebViewControlforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"adaf7cf59-9536-4da7-8a4e-eae711889368","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Activities.html","title":"Activities","navPath":"Activities.html","bundleId":"work-tasks-2023-sp1","id":"a7df69af2-2499-41d2-939d-bfb9f77998f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity.html","title":"Start Activity","navPath":"StartActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4e28aa8-6ebc-4a3a-a1a6-3fc0acdb41be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables.html","title":"Start - Variables","navPath":"StartVariables.html","bundleId":"work-tasks-2023-sp1","id":"a7bd90253-07c4-4e44-b3fe-3db92ef29c73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartContents.html","title":"Start - Contents","navPath":"StartContents.html","bundleId":"work-tasks-2023-sp1","id":"ac5329289-4f3f-4f9d-aa29-884cdffd9df1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables.html","title":"XML Variables","navPath":"XMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a619dc708-7ee3-4e72-8fd8-66b8011aa87c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutXMLVariables.html","title":"About XML Variables","navPath":"AboutXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e70bc4c-aa4b-494b-a763-1c9d1f5967ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"a17b35e0e-96cb-4865-97e2-5e368f22007f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableof_typeXMLDocument.html","title":"XML Variable of Type 'XML Document'","navPath":"XMLVariableof_typeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a5b2419bb-58c8-4b8b-a53c-d0b7633bb971","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a67340516-e636-4b96-82d3-5a438ca39feb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildXMLSchema.html","title":"Build XML Schema","navPath":"BuildXMLSchema.html","bundleId":"work-tasks-2023-sp1","id":"a94a39b03-bf59-4677-8372-25ed5f98f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLDocumentofTypeVariables.html","title":"Use XML Document of Type 'Variables'","navPath":"UseXMLDocumentofTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a9efaeebe-7113-4b86-a3c2-da8091a26109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms.html","bundleId":"work-tasks-2023-sp1","id":"ab7e73d9d-de14-4ac1-a22a-3afefdfed358","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableforList.html","title":"XML Variable for List","navPath":"XMLVariableforList.html","bundleId":"work-tasks-2023-sp1","id":"a5bfade62-cb92-446a-b071-b67e7e3ce498","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListItemScopeofXMLListofTypeXMLVariable.html","title":"ListItem Scope of XML List of Type XML Variable","navPath":"ListItemScopeofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aea4c9635-567f-437b-a1d3-16b7c73fdad8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListofTypeXMLVariable.html","title":"Schema of XML List of Type XML Variable","navPath":"SchemaofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"adcf9efb1-22e5-42d2-8327-5bf0afc9e9e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListofTypeXMLVariable.html","title":"Create an XML List of Type XML Variable","navPath":"CreateanXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aaab4efc8-00ff-4194-9aa3-397cb2a79f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeScopeoftheXMLListofTypeXMLVariable.html","title":"Change Scope of the XML List of Type XML Variable","navPath":"ChangeScopeoftheXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"af7cd967e-0b1e-497a-9af5-c1205401f838","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupListQueryScope.html","title":"Set up List Query Scope","navPath":"SetupListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a5c7e5d13-daf5-4d93-8624-fbe9eb60b428","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorofTypeXMLVariable.html","title":"Create an XML List Iterator of Type XML Variable","navPath":"CreateanXMLListIteratorofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a19fe0e16-4ff9-4fdf-a5c9-82d8131ebe09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorofTypeXMLVariableforGridItems.html","title":"Create an XML Iterator of Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorofTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a7e80d973-e917-4a87-b633-0767e17f135a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWorkflowforaListinaSingleStep.html","title":"Create Workflow for a List in a Single Step","navPath":"CreateWorkflowforaListinaSingleStep.html","bundleId":"work-tasks-2023-sp1","id":"a6eab91ec-34ab-4056-bda3-7a20cfcb1d9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnderstandXMLNodeMapping.html","title":"Understand XML Node Mapping","navPath":"UnderstandXMLNodeMapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ba78eb9-0b44-4faa-82c8-b0f2d7b41891","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLListofTypeXMLVariableScenarios.html","title":"XML List of Type XML Variable Scenarios","navPath":"XMLListofTypeXMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac89f4985-11b6-4179-80f8-568f22ae3b58","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItem.html","title":"Add New List Item","navPath":"AddNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"ae34c1c5d-d058-4073-acf1-23f60b13cd67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a5bd7a1c9-4449-4f6e-b88e-7697df14af93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","title":"Save the List Item as Different Version as Draft/Published Using Xml Variable","navPath":"SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"a72231e4b-72a8-4472-b06a-f330466e2bf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewFolderUsingXmlVariable.html","title":"Create New Folder Using Xml Variable","navPath":"CreateNewFolderUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"abe2a32b6-e890-4dfc-ba9b-fc81c95b8da1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItemwithGridItems.html","title":"Add New List Item with Grid Items","navPath":"AddNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a3e3f42eb-87df-4064-a714-278870898836","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewGridItemtotheExistingListItem.html","title":"Add New Grid Item to the Existing List Item","navPath":"AddNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"af8c59cca-67ff-4e2c-9fe6-2b17397d136a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyListItemwithGridItems.html","title":"Copy List Item with Grid Items","navPath":"CopyListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a36e5601b-c22e-47a0-a1e3-d26384447c7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList.html","bundleId":"work-tasks-2023-sp1","id":"ae9fcf848-d7c7-4ac9-bcc0-f12f65a54819","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTypeXMLIterator.html","title":"XML Variable of Type XML Iterator","navPath":"XMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"ac3113419-bbea-4877-92d6-6fee062bf30e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator.html","title":"Create XML Variable of Type XML Iterator","navPath":"CreateXMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"abc088e93-3a30-4565-b20b-78e1a70c58df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesofTypeXMLIterator.html","title":"Use Variables of Type XML Iterator","navPath":"UseVariablesofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"acfc8e885-c5ce-4a9f-b613-db27b8a90f42","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTYpeFormsDataGrid.html","title":"XML Variable of Type XML Forms Data Grid","navPath":"XMLVariableofTYpeFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"afcb7344c-2b9f-47f1-b22a-6f5006dabbd4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLFormsDataGrid.html","title":"Create XML Variable of Type XML Forms Data Grid","navPath":"CreateXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"aa945595b-9c7f-4312-8502-b8a8428fd71c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariableofTypeXMLFormsDataGrid.html","title":"Use XML Variable of Type XML Forms Data Grid","navPath":"UseXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ad4cedfb0-7306-418b-b41d-65035046b290","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a61682d2f-9d81-4772-8b93-4f49b3840288","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitializeVariables.html","title":"Initialize Variables","navPath":"InitializeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a19615e64-bbc1-4df4-b786-4b72d999697f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutputs.html","title":"Mapped Error Outputs","navPath":"MappedErrorOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0ea0b-d0ff-4f86-b6a1-e92bae61bb1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivities.html","title":"Human Activities","navPath":"HumanActivities.html","bundleId":"work-tasks-2023-sp1","id":"a9657a14b-8596-450b-980d-18f259c52700","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity.html","title":"Approval Activity","navPath":"ApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"adee96629-49b8-468f-8920-964fe5945862","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalDeliveryChannels.html","title":"Approval - Delivery Channels","navPath":"ApprovalDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ad927c740-8bee-4fd1-b244-1352a4c15af6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"a286685b4-5ca4-4071-bbaf-31998b81bdc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalWorkItemFields.html","title":"Approval - Work Item Fields","navPath":"ApprovalWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a8cd42972-e484-4580-aae9-d4f2f4fd58bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignActor%28s%29.html","title":"Approval - Assign Actor(s)","navPath":"ApprovalAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a88c311d4-3526-4d7e-9219-4f4349a6368b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignQueue%28s%29.html","title":"Approval - Assign Queue(s)","navPath":"ApprovalAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"aa6a293ab-5020-47d9-b57f-41c91e3b7390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSubject.html","title":"Approval - Subject","navPath":"ApprovalSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4f2d5546-ea56-4ef4-88d0-95ce16282bc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalBody.html","title":"Approval - Body","navPath":"ApprovalBody.html","bundleId":"work-tasks-2023-sp1","id":"ad1bc337b-f6b9-420a-bbfc-0ae3e6d2a37a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalRedirectURL.html","title":"Approval - Redirect URL","navPath":"ApprovalRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a1f2f4409-28de-4a33-ab6f-83efe8d18bd4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalCustomDocumentViewURL.html","title":"Approval - Custom Document View URL","navPath":"ApprovalCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a319d1320-46ca-4d62-b19d-5a21b6f62361","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomDocumentViewURL.html","title":"Custom Document View URL","navPath":"CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a5045ccf2-dd43-45a4-9752-00981d15de00","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalHTMLTemplate.html","title":"Approval - HTML Template","navPath":"ApprovalHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5bd2a3b1-55c4-4f36-ae57-0f4079df8591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAttachReports.html","title":"Approval - Attach Reports","navPath":"ApprovalAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a90546373-dab9-478a-be2f-1c497a95dd5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSetCalendarforTimeout.html","title":"Approval - Set Calendar for Timeout","navPath":"ApprovalSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afa431c07-23a9-444d-9a40-6d114df6f68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalMultipleTimeoutWarning.html","title":"Approval - Multiple Timeout Warning","navPath":"ApprovalMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a9f15382e-2b87-4a70-a72f-850d2af58f1b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity.html","title":"Checklist Activity","navPath":"ChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a282e1d26-779d-4d4a-8ee8-ccdce698d8bf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListDeliveryChannels.html","title":"CheckList - Delivery Channels","navPath":"CheckListDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae8a79b37-ae12-4c41-ba6c-44570681250f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckList-Questions.html","title":"CheckList - Questions","navPath":"CheckList-Questions.html","bundleId":"work-tasks-2023-sp1","id":"a0878c9be-95ab-44cb-bb3c-8f1899f92794","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListWorkItemFields.html","title":"CheckList - Work Item Fields","navPath":"CheckListWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a3f691a2f-ba3a-4f20-8a0c-288b575be1bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignActor%28s%29.html","title":"CheckList - Assign Actor(s)","navPath":"CheckListAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a874345b9-69fc-4404-a3fc-13e553048bd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignQueue%28s%29.html","title":"CheckList - Assign Queue(s)","navPath":"CheckListAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a7b75104a-9ebe-48b1-a508-2ab78379dfc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSubject.html","title":"CheckList - Subject","navPath":"CheckListSubject.html","bundleId":"work-tasks-2023-sp1","id":"a98c3d697-5706-424d-9106-f2bc4d41162e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListBody.html","title":"CheckList - Body","navPath":"CheckListBody.html","bundleId":"work-tasks-2023-sp1","id":"a2cb0a0ed-39f7-4ea6-8323-2fc50976f832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListRedirectURL.html","title":"CheckList - Redirect URL","navPath":"CheckListRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a6771976d-b250-4024-a08a-30b7517436ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListCustomDocumentViewURL.html","title":"CheckList - Custom Document View URL","navPath":"CheckListCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a68d7192c-f7ff-4bbd-ac51-e49f0b867378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAttachReports.html","title":"CheckList - Attach Reports","navPath":"CheckListAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ac8a965ab-f24b-441a-bae8-28d156b99fb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListHTMLTemplate.html","title":"CheckList - HTML Template","navPath":"CheckListHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a51b53d95-4309-4546-85b4-5e632f71887c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSetCalendarforTimeout.html","title":"CheckList - Set Calendar for Timeout","navPath":"CheckListSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a26e65b21-dafc-4cc4-a417-8d9129f685ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListMultipleTimeoutWarning.html","title":"CheckList - Multiple Timeout Warning","navPath":"CheckListMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ab335fcb8-d6d9-4423-af43-fffce59132fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity.html","title":"Choice Activity","navPath":"ChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"abc9e3b81-e34d-47fd-91c0-ebe603cf6a71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceDeliveryChannels.html","title":"Choice - Delivery Channels","navPath":"ChoiceDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae3a406ba-5b76-4cdc-a365-18a89545dc6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActionOutputs.html","title":"Choice - Action Outputs","navPath":"ChoiceActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"a65a6e90b-dafb-4444-9e4a-80428010650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceWorkItemFields.html","title":"Choice - Work Item Fields","navPath":"ChoiceWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a964c7e12-7ec7-4f8d-b17e-57e84167b7da","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignActor%28s%29.html","title":"Choice - Assign Actor(s)","navPath":"ChoiceAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a2af805a5-2c07-452d-ac65-926451535bb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignQueue%28s%29.html","title":"Choice - Assign Queue(s)","navPath":"ChoiceAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ac45ed5c7-9cd1-4e0d-8d1e-c99b5f84de59","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSubject.html","title":"Choice - Subject","navPath":"ChoiceSubject.html","bundleId":"work-tasks-2023-sp1","id":"a3f6d9191-ca5a-44e6-84d1-4b439d6ae6c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceBody.html","title":"Choice - Body","navPath":"ChoiceBody.html","bundleId":"work-tasks-2023-sp1","id":"a5da73516-a25d-468d-a546-7fd6df988304","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceRedirectURL.html","title":"Choice - Redirect URL","navPath":"ChoiceRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a16c615d3-56d6-45e7-a45d-351d6d23f929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceCustomDocumentViewURL.html","title":"Choice - Custom Document View URL","navPath":"ChoiceCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a32aa7171-c0cd-4563-aa98-7ec62e009c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceHTMLTemplate.html","title":"Choice - HTML Template","navPath":"ChoiceHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a050bf4c7-adc1-4364-93f7-c411299b8d34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAttachReports.html","title":"Choice - Attach Reports","navPath":"ChoiceAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a1a726b60-1df8-4f57-86a6-9b2290f4fcdb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSetCalendarforTimeout.html","title":"Choice - Set Calendar for Timeout","navPath":"ChoiceSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a39f7a107-0ec5-4177-b5ba-97e744c499af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceMultipleTimeoutWarning.html","title":"Choice - Multiple Timeout Warning","navPath":"ChoiceMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ac34180aa-d43c-4e37-8f25-179f2deaa698","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivity.html","title":"Information Activity","navPath":"InformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa4fe74b9-37e0-41fd-a27d-21759c847f6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoDeliveryChannels.html","title":"Info - Delivery Channels","navPath":"InfoDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a299a74f3-6d0b-49f6-a297-413725c852b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_1.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_1.html","bundleId":"work-tasks-2023-sp1","id":"a3c91ff7b-13fe-4dff-a1f3-81ced6c4441d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoWorkItemFields.html","title":"Info - Work Item Fields","navPath":"InfoWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"acdce9620-7d4f-4595-8248-4f0ec695b4cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignActor%28s%29.html","title":"Info - Assign Actor(s)","navPath":"InfoAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a05e13c87-40c1-4e8f-8705-d2237bd1387f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignQueue%28s%29.html","title":"Info - Assign Queue(s)","navPath":"InfoAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a46d53986-f72d-4348-9211-26a164635e34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoSubject.html","title":"Info - Subject","navPath":"InfoSubject.html","bundleId":"work-tasks-2023-sp1","id":"a20ce723e-c95c-4f4f-878f-9cd2a2600d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoBody.html","title":"Info - Body","navPath":"InfoBody.html","bundleId":"work-tasks-2023-sp1","id":"ad67ae532-ea8f-49c0-bddd-c8d7f3422c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoRedirectURL.html","title":"Info - Redirect URL","navPath":"InfoRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a0b2535dc-c3b3-4ed3-9bc3-9258179c5785","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoCustomDocumentViewURL.html","title":"Info - Custom Document View URL","navPath":"InfoCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a26853060-60ec-426a-ac57-14580c1d15cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoHTMLTemplate.html","title":"Info - HTML Template","navPath":"InfoHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a4e6da927-2ea9-479f-8883-e2f61f1504d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAttachReports.html","title":"Info - Attach Reports","navPath":"InfoAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ab5fbd6a0-4c59-4121-a1ce-c1f6bed603af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActivity.html","title":"Resource Set Activity","navPath":"ResourceSetActivity.html","bundleId":"work-tasks-2023-sp1","id":"aed518339-14ce-4e29-919d-34b4e9c42579","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetDeliveryChannels.html","title":"ResourceSet - Delivery Channels","navPath":"ResourceSetDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a1e7c2008-4ecb-46e6-acb7-15f6486689ff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActorSelectionFilter.html","title":"ResourceSet - Actor Selection Filter","navPath":"ResourceSetActorSelectionFilter.html","bundleId":"work-tasks-2023-sp1","id":"ac145f75c-a96c-4f3a-a425-6b76d8ff1578","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetWorkItemFields.html","title":"ResourceSet - Work Item Fields","navPath":"ResourceSetWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"ab398d0d5-dc0b-4003-aeb8-e84cc51abd76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignActor%28s%29.html","title":"ResourceSet - Assign Actor(s)","navPath":"ResourceSetAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4d25e32f-c9f9-400f-b78d-824fa6f48a95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignQueue%28s%29.html","title":"ResourceSet - Assign Queue(s)","navPath":"ResourceSetAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ad1386520-88b4-4f91-823f-eb8a7bd2fc1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSubject.html","title":"ResourceSet - Subject","navPath":"ResourceSetSubject.html","bundleId":"work-tasks-2023-sp1","id":"ab4182093-b67b-4921-bfd5-86e4c654aa82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetBody.html","title":"ResourceSet - Body","navPath":"ResourceSetBody.html","bundleId":"work-tasks-2023-sp1","id":"afb82587a-15a4-4346-9b41-5dd27441f561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetRedirectURL.html","title":"ResourceSet - Redirect URL","navPath":"ResourceSetRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a5b5993fb-428d-4125-967d-cfe0dd2dce37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetCustomDocumentViewURL.html","title":"ResourceSet - Custom Document View URL","navPath":"ResourceSetCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"acd784ac7-173f-4bff-b01e-b7e7677fe253","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSetCalendarforTimeout.html","title":"ResourceSet - Set Calendar for Timeout","navPath":"ResourceSetSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"ade9bc59c-b37d-4413-ad10-4c21165c1b5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetMultipleTimeOutWarning.html","title":"ResourceSet - Multiple TimeOut Warning","navPath":"ResourceSetMultipleTimeOutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a0390430f-426e-4e7b-b563-5c9f9418a2f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity.html","title":"Task Activity","navPath":"TaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"af97ccdce-846f-4852-b680-f78d62f1a40b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskDeliveryChannels.html","title":"Task - Delivery Channels","navPath":"TaskDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a524d1fef-41bc-4720-b551-e589a3623519","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Task-TaskType.html","title":"Task - Task Type","navPath":"Task-TaskType.html","bundleId":"work-tasks-2023-sp1","id":"aba678a5b-b5b0-4f2f-8e42-0c11ed854294","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskWorkItemFields.html","title":"Task - Work Item Fields","navPath":"TaskWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"af6b8b114-09ea-4fcc-ba5b-6f210539a0e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/task-assignactors.html","title":"Task - Assign Actor(s)","navPath":"task-assignactors.html","bundleId":"work-tasks-2023-sp1","id":"aa6c0923f-c23f-4f64-ac36-03d384294b8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAssignQueue%28s%29.html","title":"Task - Assign Queue(s)","navPath":"TaskAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"afb951f54-6689-4a91-8f82-1dea20369cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSubject.html","title":"Task - Subject","navPath":"TaskSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4a97211f-bc06-4aae-90e9-387f6aaf2047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskBody.html","title":"Task - Body","navPath":"TaskBody.html","bundleId":"work-tasks-2023-sp1","id":"a1f15b2b6-c054-46f1-8a46-53e3fd40dd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskRedirectURL.html","title":"Task - Redirect URL","navPath":"TaskRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a668aa372-b8f2-42bf-b127-26b6e4943ead","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskCustomDocumentViewURL.html","title":"Task - Custom Document View URL","navPath":"TaskCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"abb1626c1-54c2-4c3b-acf0-6b62a6fddac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAttachReports.html","title":"Task - Attach Reports","navPath":"TaskAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"af1896c69-0878-42f8-9049-8f2b3c9ed9e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskHTMLTemplate.html","title":"Task - HTML Template","navPath":"TaskHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af52d3888-0d8d-4e3e-a1a2-959751f8a816","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSetCalendarforTimeout.html","title":"Task - Set Calendar for Timeout","navPath":"TaskSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a503a505b-fed5-4057-aa46-6d8a0a0d3ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskMultipleTimeoutWarning.html","title":"Task - Multiple Timeout Warning","navPath":"TaskMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"af30cacfa-6d00-4425-9670-e0ed0f75aa79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkActivity.html","title":"Work Activity","navPath":"WorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"afcafed35-4b29-4aec-b8bb-7d34d1c25096","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkDeliveryChannel.html","title":"Work - Delivery Channel","navPath":"WorkDeliveryChannel.html","bundleId":"work-tasks-2023-sp1","id":"a17c2555d-d76c-4288-96cc-72ff2c934996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAdvanceUIFields.html","title":"Work - AdvanceUI Fields","navPath":"WorkAdvanceUIFields.html","bundleId":"work-tasks-2023-sp1","id":"a5442eab2-a416-4088-a937-269d1014cdf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Work-WorkItemFields.html","title":"Work - Work Item Fields","navPath":"Work-WorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a5c625545-e557-4463-93aa-1c0417b047e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignActor%28s%29.html","title":"Work - Assign Actor(s)","navPath":"WorkAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a99a75915-2346-4bf3-a0fc-c11dfb6d9327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignQueue%28s%29.html","title":"Work - Assign Queue(s)","navPath":"WorkAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a97e0e802-0366-4039-8cc7-6ab269b12e1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSubject.html","title":"Work - Subject","navPath":"WorkSubject.html","bundleId":"work-tasks-2023-sp1","id":"a089431f5-04ca-4156-8e7e-867f41793658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkBody.html","title":"Work - Body","navPath":"WorkBody.html","bundleId":"work-tasks-2023-sp1","id":"a2b3c8590-98b9-4812-a50f-85139dec58f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkRedirectURL.html","title":"Work - Redirect URL","navPath":"WorkRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a749f6fa5-54b0-4c4b-8df9-07c75ba5ad66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkCustomDocumentViewURL.html","title":"Work - Custom Document View URL","navPath":"WorkCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a9cf76d44-1c07-4ff0-8533-fa03d84e6826","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSetCalendarforTimeout.html","title":"Work - Set Calendar for Timeout","navPath":"WorkSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afdfa2ef2-4139-4b41-a8cf-179b9faa4a9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkMultipleTimeoutWarning.html","title":"Work - Multiple Timeout Warning","navPath":"WorkMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"afbde02c6-20c1-4d45-a83b-9b4c10795d43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivity.html","title":"Invoke Form Activity","navPath":"InvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a10f82512-5a88-403f-875c-33dd65786d74","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormDeliveryChannels.html","title":"Invoke Form - Delivery Channels","navPath":"InvokeFormDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a8485e69c-0dd2-46c1-ba41-58f64dd1f3de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_2.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_2.html","bundleId":"work-tasks-2023-sp1","id":"a08ec02d9-b0dd-4922-a55b-8ea3026aca47","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormPossibleDistinctOutputs.html","title":"Invoke Form - Possible Distinct Outputs","navPath":"InvokeFormPossibleDistinctOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ab5946b6d-0ad8-488e-8407-9a2ea0784945","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-PossibleDistinctOutputsScenario.html","title":"Invoke Form - Possible Distinct Outputs Scenario","navPath":"InvokeForm-PossibleDistinctOutputsScenario.html","bundleId":"work-tasks-2023-sp1","id":"a5bb1247e-b408-4d47-93c2-4a560a565f55","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormWorkItemFields.html","title":"Invoke Form - Work Item Fields","navPath":"InvokeFormWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"abcb144a5-c33e-4fcb-b6a1-adc75f6bbd40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-AssignActor%28s%29.html","title":"Invoke Form - Assign Actor(s)","navPath":"InvokeForm-AssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4c6592f3-7020-4d1a-b437-92256a0decf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormAssignQueue%28s%29.html","title":"Invoke Form - Assign Queue(s)","navPath":"InvokeFormAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a68c2f508-6f29-45b1-849a-2df4dcc02dbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-FormName.html","title":"Invoke Form - Form Name","navPath":"InvokeForm-FormName.html","bundleId":"work-tasks-2023-sp1","id":"a774e9592-fa55-4522-a61a-af8d3bf014c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-OutputInstanceXML.html","title":"Invoke Form - Output Instance XML","navPath":"InvokeForm-OutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"ab91a374a-bcb0-4b4a-9405-a9f5b5c8a6d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-IndividualActor%27sResponseCollaborationinOutputInstanceXML.html","title":"Invoke Form - Individual Actor's Response Collaboration in Output Instance XML","navPath":"InvokeForm-IndividualActor'sResponseCollaborationinOutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"a9438f642-2b0e-4969-9dd5-ab0229a9654e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-UpdateFormParameters.html","title":"Invoke Form - Update Form Parameters","navPath":"InvokeForm-UpdateFormParameters.html","bundleId":"work-tasks-2023-sp1","id":"ae9ec7453-123f-48eb-bee6-178d4a5601ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Subject.html","title":"Invoke Form - Subject","navPath":"InvokeForm-Subject.html","bundleId":"work-tasks-2023-sp1","id":"a8fb72c3e-1719-43db-a84a-a2e5975be18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Body.html","title":"Invoke Form - Body","navPath":"InvokeForm-Body.html","bundleId":"work-tasks-2023-sp1","id":"a250fa835-6786-40dd-852b-255aa3352f2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-TemplatePath.html","title":"Invoke Form - Template Path","navPath":"InvokeForm-TemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a1e75a799-d03b-4ad7-94c1-5cd895f45fd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivityEmailTemplate.html","title":"Invoke Form Activity Email Template","navPath":"InvokeFormActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7f80ebe1-c27b-49cf-9d71-fa28550898ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInvokeFormActivity.html","title":"Use Variables in Invoke Form Activity","navPath":"UseVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5f61c66-3980-4e09-bc24-e98fd2eb7377","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInvokeFormActivity.html","title":"Use Contents in Invoke Form Activity","navPath":"UseContentsinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4c695291-8721-4ad4-a534-e0046ec43528","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInvokeFormActivity.html","title":"Use XML Variables in Invoke Form Activity","navPath":"UseXMLVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a52a05a22-3aee-4d43-bd26-f09763f5d216","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-RedirectURL.html","title":"Invoke Form - Redirect URL","navPath":"InvokeForm-RedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"ae1070c74-0650-43f6-a58a-6dd3f97f3835","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-CustomDocumentViewURL.html","title":"Invoke Form - Custom Document View URL","navPath":"InvokeForm-CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a6489b0b3-af4c-47cd-b22d-8b5dd49166f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-SetCalendarforTimeout.html","title":"Invoke Form - Set Calendar for Timeout","navPath":"InvokeForm-SetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a15952a70-97ac-4df2-979a-1d0ada026535","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MultipleTimeoutWarning.html","title":"Invoke Form - Multiple Timeout Warning","navPath":"InvokeForm-MultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a5d6312c3-a0da-489a-b7fd-a429127e8cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MailIntegrationScenario.html","title":"Invoke Form - Mail Integration Scenario","navPath":"InvokeForm-MailIntegrationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a93b5454c-3d05-4ec7-bbe8-04c85c4613f8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseBodyProperty.html","title":"Use 'Body' Property","navPath":"UseBodyProperty.html","bundleId":"work-tasks-2023-sp1","id":"a4d06b12a-6cd6-408e-bcb7-d81777dbceb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseTemplatePathProperty.html","title":"Use 'Template Path' Property","navPath":"UseTemplatePathProperty.html","bundleId":"work-tasks-2023-sp1","id":"ae6414b3c-e4a0-47f1-b723-49ab6a0461e8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssignaTasktoaManager.html","title":"Assign a Task to a Manager","navPath":"AssignaTasktoaManager.html","bundleId":"work-tasks-2023-sp1","id":"abc17f1ff-e7b8-4436-a58c-b50dff4827b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleControlECPlug-in.html","title":"Enterprise Console Control (EC Plug-in)","navPath":"EnterpriseConsoleControlECPlug-in.html","bundleId":"work-tasks-2023-sp1","id":"adb875483-bead-4f89-991c-d0fb95f7708d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationActivities.html","title":"Integration Activities","navPath":"IntegrationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a2228e2f0-24d6-4a8d-a1fb-171a58cf71a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentActivity.html","title":"Create-Open-Office-Document Activity","navPath":"CreateOpenOfficeDocumentActivity.html","bundleId":"work-tasks-2023-sp1","id":"a2b5c6a8f-a791-422b-bab1-ba843aa0f604","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentDestinationDetails.html","title":"Create-Open-Office-Document: Destination Details","navPath":"CreateOpenOfficeDocumentDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"a15dbbed5-a629-4cbd-be20-91bf6be87ce6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentSelectTemplate.html","title":"Create-Open-Office-Document: Select Template","navPath":"CreateOpenOfficeDocumentSelectTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aaf780b58-eb65-462d-92f1-33a4b7d2585f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebServiceActivity.html","title":"InvokeWebService Activity","navPath":"InvokeWebServiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5a8a0b46-f4f0-4c3e-aaee-12193ac61ad7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebService-WebServiceDetails.html","title":"InvokeWebService: Web Service Details","navPath":"InvokeWebService-WebServiceDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa9916b4c-d5f6-4908-9d3b-ebd0f2e9f275","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIActivity.html","title":"Invoke Web API Activity","navPath":"InvokeWebAPIActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5083ad8-ee5d-486a-8382-0955699d7055","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWebAPI.html","title":"Configure Web API","navPath":"ConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a9a6a5ee3-b38b-4a71-8d95-3b5b58390045","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI.html","bundleId":"work-tasks-2023-sp1","id":"ada6615b4-1be2-4788-b529-6808e3380329","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PATCHMethod.html","title":"PATCH Method","navPath":"PATCHMethod.html","bundleId":"work-tasks-2023-sp1","id":"a83f7d4f7-4034-48e0-9fb7-6cd2a6ffc493","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariable.html","title":"Create XML Variable","navPath":"CreateXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a107229eb-0bf2-4145-afcd-d9a2145b183b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity.html","title":"Script Activity","navPath":"ScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"a07b51c84-2874-46f6-bbc2-875d89332de6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode.html","title":"Script: Code","navPath":"ScriptCode.html","bundleId":"work-tasks-2023-sp1","id":"aca849bc3-4728-4187-9052-827a5f5220ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences.html","title":"Script: References","navPath":"ScriptReferences.html","bundleId":"work-tasks-2023-sp1","id":"ae4a63f8a-ffb8-41e3-88fa-0191f7f51702","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues.html","title":"Script: Return Values","navPath":"ScriptReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"a4a579e75-bea0-4aba-887c-a6cb5e00672e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileOperationsActivity.html","title":"File Operations Activity","navPath":"FileOperationsActivity.html","bundleId":"work-tasks-2023-sp1","id":"a23e232ba-ed10-48e7-af92-d910dfcccfa6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsSource_Details.html","title":"File Operations: Source Details","navPath":"File_OperationsSource_Details.html","bundleId":"work-tasks-2023-sp1","id":"ae5a77d45-21cc-4425-9aaf-d29461ca2446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsDestinationDetails.html","title":"File Operations: Destination Details","navPath":"File_OperationsDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"ab3c890f0-0c76-483b-bf6b-c5506d989e2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWorkflowStatusActivity.html","title":"Change Workflow Status Activity","navPath":"ChangeWorkflowStatusActivity.html","bundleId":"work-tasks-2023-sp1","id":"acd930056-fa54-458e-8c69-f283a27f91e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionActivity.html","title":"XML Action Activity","navPath":"XMLActionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5982cd4a-66a5-46fb-bcdd-dd1ad002febd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionGetData.html","title":"XML Action: Get Data","navPath":"XMLActionGetData.html","bundleId":"work-tasks-2023-sp1","id":"a592d992c-060f-40bf-9aef-e44ec33b536a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionSetVariables.html","title":"XML Action: Set Variables","navPath":"XMLActionSetVariables.html","bundleId":"work-tasks-2023-sp1","id":"a04ecdb58-d7b1-43a3-b934-195574529654","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities.html","title":"Engine Activities","navPath":"EngineActivities.html","bundleId":"work-tasks-2023-sp1","id":"a95e5070c-d07d-4608-917a-1facbe266ced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivity.html","title":"End Activity Execution Activity","navPath":"EndActivityExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa431465b-c54c-47b1-9edd-10fc1ac68d2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivityDetails.html","title":"End Activity Execution: Activity Details","navPath":"EndActivityExecutionActivityDetails.html","bundleId":"work-tasks-2023-sp1","id":"a839a74cc-8e3b-4000-bea9-ad278d3bf3bc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowExecutionActivity.html","title":"End Child Workflow Execution Activity","navPath":"EndChildWorkflowExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4af33c60-9604-4826-aa43-51a2ced43b0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowWorkflowDetails.html","title":"End Child Workflow: Workflow Details","navPath":"EndChildWorkflowWorkflowDetails.html","bundleId":"work-tasks-2023-sp1","id":"a9ddcbd2f-5670-4d98-b2f9-6477bf9828cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockingOutputActivity.html","title":"BlockingOutput Activity","navPath":"BlockingOutputActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8885a5fe-2592-4392-8ace-5751186d8b74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity.html","title":"Database Activity","navPath":"DatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa30c4cab-695c-4e38-a48e-6796c7abcbb7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity.html","title":"Decision Activity","navPath":"DecisionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aaa20909c-be11-433a-b2af-317d7f5a3391","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions.html","title":"Decision: Decisions","navPath":"Decisions.html","bundleId":"work-tasks-2023-sp1","id":"af4be743f-8ea5-48cb-82a0-9f6bd215509e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9ae79812-3254-45dd-9ef5-655ba8f9d448","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSerialExecution.html","title":"Example of Serial Execution","navPath":"ExampleofSerialExecution.html","bundleId":"work-tasks-2023-sp1","id":"ac7a03c8b-f0f4-4274-8e97-8fed5b2d04fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity.html","title":"For-Loop Activity","navPath":"ForLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad800355c-d50b-4389-b466-a89f2a4f1f0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount.html","title":"For - Loop Count","navPath":"ForLoopCount.html","bundleId":"work-tasks-2023-sp1","id":"aa7a1ca5c-9368-4333-9973-4089e621b15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity.html","title":"Logger Activity","navPath":"LoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ade018870-1550-4fba-a063-d1a5f5ea840c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage.html","title":"Log - Log Message","navPath":"Log-LogMessage.html","bundleId":"work-tasks-2023-sp1","id":"af981a1b9-7b65-476f-bc92-0109520a0598","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoopExecutionStepEntryActivity.html","title":"Loop Execution Step Entry Activity","navPath":"LoopExecutionStepEntryActivity.html","bundleId":"work-tasks-2023-sp1","id":"a35303179-d9b4-4df5-9f57-394981974e0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity.html","title":"Next Loop Activity","navPath":"NextLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a43b1defb-4dea-4ce4-844f-00f008ff0157","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariableActivity.html","title":"Resource Variable Activity","navPath":"ResourceVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"a33f41dc0-bbc9-468d-b23a-94ac0e636a7d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariable-Actors.html","title":"Resource Variable - Actors","navPath":"ResourceVariable-Actors.html","bundleId":"work-tasks-2023-sp1","id":"ae525a243-3c25-4ffd-8601-732c64be5fb4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity.html","title":"Rule Activity","navPath":"RuleActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6cb44d86-19d4-41c2-bf84-84ab7a855b6b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition.html","title":"Rule - Condition","navPath":"RuleCondition.html","bundleId":"work-tasks-2023-sp1","id":"ab7d41ffd-6f5e-492d-afa2-aba6b4321390","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActivity.html","title":"Workflow Activity","navPath":"WorkflowActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36a1c56e-acb9-4a99-a913-6c61eb4cf96e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowContents_forChildWorkflow.html","title":"Workflow - Contents for ChildWorkflow","navPath":"WorkflowContents_forChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6fcad1b9-8757-4b6e-ac7a-b63db9a3462f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a71e32ef6-dbfa-41d3-8208-6054245e83a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a39ac243b-6dd5-4f77-b52b-e6d9218d7509","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowReturnValues.html","title":"Workflow - Return Values","navPath":"WorkflowReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"ab5812c43-3dd6-4286-9f3d-553a8d3ef137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","title":"How to Pass Variables/Contents from Parent Workflow to Child Workflow?","navPath":"HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a2367ed1b-def4-41ab-8d20-a58e65971058","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetExecutionIDoftheChildWorkflow.html","title":"Get Execution ID of the Child Workflow","navPath":"GetExecutionIDoftheChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a59d5ed72-7e73-4b2b-8211-3719cef69c37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"abad358f2-db18-45db-9027-01ecc23fdb9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Variables.html","title":"Variables","navPath":"Variables.html","bundleId":"work-tasks-2023-sp1","id":"a3a0cfcae-3c2d-4704-bbcf-8c0d6d859474","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsXmlVariables.html","title":"Forms Xml Variables","navPath":"FormsXmlVariables.html","bundleId":"work-tasks-2023-sp1","id":"a3ae2a8ca-5873-4bac-9421-96a83dfccc59","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity.html","bundleId":"work-tasks-2023-sp1","id":"a71c50a76-6eb8-4dae-8779-99d2e29f608a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables.html","bundleId":"work-tasks-2023-sp1","id":"ab45d16c4-02a6-4d94-95ee-fa810c9b2c36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aee505bd0-11db-4d44-b91f-fc4cdb68cf1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity.html","title":"Synchronize Activity","navPath":"SynchronizeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8a38616a-e56e-4874-a21c-95229df13f0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable.html","bundleId":"work-tasks-2023-sp1","id":"a954cbf60-a88c-473e-ad9f-4baa70e26e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator.html","title":"XML Navigator","navPath":"XMLNavigator.html","bundleId":"work-tasks-2023-sp1","id":"ae366c9f0-4f08-4e4e-b36f-d2dd0ed1e0c1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivities.html","title":"Scheduler Activities","navPath":"SchedulerActivities.html","bundleId":"work-tasks-2023-sp1","id":"a0b0cb2a5-5845-4eca-bfb2-6cb2b9ffdbc2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlCustomTimerActivity.html","title":"Control Custom Timer Activity","navPath":"ControlCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4f46ae7-e15e-4d61-aa20-1b21addf8373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerActivity.html","title":"Set Custom Timer Activity","navPath":"SetCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab62c3b00-92d7-4788-9a59-3c3528ab2d79","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerScheduleTime.html","title":"Set Custom Timer: Schedule Time","navPath":"SetCustomTimerScheduleTime.html","bundleId":"work-tasks-2023-sp1","id":"af3246f9b-52f6-4eaa-825c-1dd09842fed1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivity.html","title":"Scheduler Activity","navPath":"SchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa77bd132-35e9-47b8-8606-fe07fa9467e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerDetails.html","title":"Scheduler: Scheduler Details","navPath":"SchedulerDetails.html","bundleId":"work-tasks-2023-sp1","id":"af4dde46c-d10f-4bae-9dde-b93709869e64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RescheduleFailedTasks.html","title":"Reschedule Failed Tasks","navPath":"RescheduleFailedTasks.html","bundleId":"work-tasks-2023-sp1","id":"a9bf90d9c-8c72-493b-b413-80af28a4888e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeTriggerActivity.html","title":"Time Trigger Activity","navPath":"TimeTriggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a94a60a80-9002-442e-9475-0234e1bc23b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimerTrigger.html","title":"Time Trigger: Timer Trigger","navPath":"TimerTrigger.html","bundleId":"work-tasks-2023-sp1","id":"a7f139c6b-1192-4c3a-affc-252ef50abed8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities.html","title":"Communication Activities","navPath":"CommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a82645408-29b2-4624-ac9f-1c0e4c719eb9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailActivity.html","title":"Email Activity","navPath":"EmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad7bdb004-2864-417a-9c78-66f477545e29","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailToResource.html","title":"Email: ToResource","navPath":"EmailToResource.html","bundleId":"work-tasks-2023-sp1","id":"a0bb21980-7c81-4856-b549-8d3b8b81c5ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBCCResource.html","title":"Email: BCC Resource","navPath":"EmailBCCResource.html","bundleId":"work-tasks-2023-sp1","id":"ac6978064-95f7-4fcd-ac9e-45ca0bf73f24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailCCResource.html","title":"Email: CCResource","navPath":"EmailCCResource.html","bundleId":"work-tasks-2023-sp1","id":"a265759a0-c819-4201-a207-1bf51401b5c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailSubject.html","title":"Email: Subject","navPath":"EmailSubject.html","bundleId":"work-tasks-2023-sp1","id":"afc44603b-ad6c-406c-97f1-825a9ca6c3e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBody.html","title":"Email: Body","navPath":"EmailBody.html","bundleId":"work-tasks-2023-sp1","id":"ae43938fb-7668-49bc-9542-e87c4c3198fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailAttachReports.html","title":"Email: Attach Reports","navPath":"EmailAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ae36f5a5f-47e8-439f-9a37-dc5d06d04fb3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCommunicationActivities.html","title":"Configure Communication Activities","navPath":"ConfigureCommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a21db4212-94e8-44e3-a458-9b35fd5d11df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites_1.html","title":"Prerequisites","navPath":"Prerequisites_1.html","bundleId":"work-tasks-2023-sp1","id":"a3d360ac3-346e-4b16-b204-a29cb0c0678b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforReceivingEmails.html","title":"Configure Farm Configuration Wizard for Receiving Emails","navPath":"ConfigureFarmConfigurationWizardforReceivingEmails.html","bundleId":"work-tasks-2023-sp1","id":"adf7dffa9-b4c0-4d6a-93d8-3836ba195e24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforSendingSMS.html","title":"Configure Farm Configuration Wizard for Sending SMS","navPath":"ConfigureFarmConfigurationWizardforSendingSMS.html","bundleId":"work-tasks-2023-sp1","id":"a42701d91-382c-49cc-b6f0-0ff2f5e67d4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisableReplyEmailforInvalidEmails.html","title":"Disable Reply Email for Invalid Emails","navPath":"DisableReplyEmailforInvalidEmails.html","bundleId":"work-tasks-2023-sp1","id":"a6b13a918-fa8a-4270-a2d5-5373a43ca818","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity.html","title":"Notification Activity","navPath":"NotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19dc15b1-f5c7-4e95-9b75-8f0c8ed93e31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource.html","title":"Notification: ToResource","navPath":"NotificationToResource.html","bundleId":"work-tasks-2023-sp1","id":"abdb34447-6718-4551-90b8-0725393ac109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_1.html","title":"Notification: ToResource","navPath":"NotificationToResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a640b4036-ea3b-4e46-b75d-efa7d08acc0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailActivity.html","title":"Wait for Email Activity","navPath":"WaitforEmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"abdc4d78f-1813-45e0-ba6e-ea7fa494d69a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailFilterExpression.html","title":"Wait for Email: Filter Expression","navPath":"WaitforEmailFilterExpression.html","bundleId":"work-tasks-2023-sp1","id":"afc2d8138-cc35-4ee8-9c37-492f5f16fc7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a5161d0ce-43c3-4434-a93c-d9908ccea4b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveOptions.html","title":"Wait for Email: Attachment Save Options","navPath":"WaitforEmailAttachmentSaveOptions.html","bundleId":"work-tasks-2023-sp1","id":"a2ca6a439-9bf5-4531-ad4c-a2704ea54c20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveLocation.html","title":"Wait for Email: Attachment Save Location","navPath":"WaitforEmailAttachmentSaveLocation.html","bundleId":"work-tasks-2023-sp1","id":"a7fcd6ae4-091a-4b4f-98e2-cc644cfb8985","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail_1.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail_1.html","bundleId":"work-tasks-2023-sp1","id":"a516fb5b9-e4c7-47eb-a4e0-dc4b17cb015f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotificationActivity.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a45419fb4-951e-4bf5-8b99-65215bfeffe3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource.html","bundleId":"work-tasks-2023-sp1","id":"a76b09728-645d-479d-85dd-d79d6f6b5ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetNotificationType.html","title":"Set Notification Type","navPath":"SetNotificationType.html","bundleId":"work-tasks-2023-sp1","id":"a5ea7c9e8-6498-4509-959c-111539e5d8fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVA_WorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVA_WorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"abb0522d5-61b3-477e-a7e0-1b5a7397a9b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a754a4a56-0248-412e-a7d1-16edd3bd24b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNElements.html","title":"BPMN Elements","navPath":"BPMNElements.html","bundleId":"work-tasks-2023-sp1","id":"a1ce0213d-5639-49d8-9ab3-7ffa67e28fba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GatewayPlaceholder.html","title":"Gateway Placeholder","navPath":"GatewayPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"adbd0ee6b-1d09-47e5-bd0e-9fae2268da82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupBox.html","title":"Group Box","navPath":"GroupBox.html","bundleId":"work-tasks-2023-sp1","id":"a0df5caa5-f782-4740-bae1-3697c615fc89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventPlaceholder.html","title":"Intermediate Event Placeholder","navPath":"IntermediateEventPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"a09719033-43f8-424c-bea2-281be86c608e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lane.html","title":"Lane","navPath":"Lane.html","bundleId":"work-tasks-2023-sp1","id":"a1fa672d4-0f02-4d60-91fe-4a2dd488f70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Placeholder.html","title":"Placeholder","navPath":"Placeholder.html","bundleId":"work-tasks-2023-sp1","id":"a916c84fd-43d6-4f6b-bef4-3e8b3cb50bfa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PlaceholderActionOutputs.html","title":"Placeholder: Action Outputs","navPath":"PlaceholderActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ae294db7f-6ba0-4ed7-a5d5-23d49520d392","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Pool.html","title":"Pool","navPath":"Pool.html","bundleId":"work-tasks-2023-sp1","id":"ad0824ae0-acb4-41f6-b1a9-1f08f72e4b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListActivities.html","title":"List Activities","navPath":"ListActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae5ca5838-8804-4ef0-9579-434931e3b261","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorActivity.html","title":"List Navigator Activity","navPath":"ListNavigatorActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4d6b5f85-bd48-4ea2-b882-adcd00c14493","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XmlListNavigatorActivity-XmlVariableOfListType.html","title":"XML List Navigator Activity - XMLVariable of List Type","navPath":"XmlListNavigatorActivity-XmlVariableOfListType.html","bundleId":"work-tasks-2023-sp1","id":"a24127fd9-8d01-4697-8dad-aede62a71120","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListNameorID.html","title":"List Navigator: List Name or ID","navPath":"ListNavigatorListNameorID.html","bundleId":"work-tasks-2023-sp1","id":"a55e089ca-67d5-4e9d-b5ec-89cf0013687d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListQuery.html","title":"List Navigator: List Query","navPath":"ListNavigatorListQuery.html","bundleId":"work-tasks-2023-sp1","id":"a934ce89e-686b-45ba-bb88-eaaf3988eeb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorQueryBuilder.html","title":"List Navigator: Query Builder","navPath":"ListNavigatorQueryBuilder.html","bundleId":"work-tasks-2023-sp1","id":"ad4ff32cd-5e06-4a86-93be-b891bc145f58","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForEventActivity.html","title":"Wait for Event Activity","navPath":"WaitForEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae161d7e9-5440-441b-8ba9-4e0743c1ff4e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventListID.html","title":"Wait for Event: List ID","navPath":"WaitforEventListID.html","bundleId":"work-tasks-2023-sp1","id":"a73680b3d-4100-4071-b107-7cff5eb4d7f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventNoofEvents.html","title":"Wait for Event: No of Events","navPath":"WaitforEventNoofEvents.html","bundleId":"work-tasks-2023-sp1","id":"a0b320b0e-ba44-41a1-ba37-b46e3205f6f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveFrom.html","title":"Wait for Event: Effective From","navPath":"WaitforEventEffectiveFrom.html","bundleId":"work-tasks-2023-sp1","id":"a7d706dcd-3c9d-4b10-909d-d1be0c0005bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveTo.html","title":"Wait for Event: Effective To","navPath":"WaitforEventEffectiveTo.html","bundleId":"work-tasks-2023-sp1","id":"aa559fbf1-83ce-494c-a841-ded0360e424d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventWorkflowEventDataXMLVariable.html","title":"Wait for Event: Workflow Event Data XML Variable","navPath":"WaitforEventWorkflowEventDataXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2be046d2-7ea4-4f26-8f71-861745c8d20c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityActivities.html","title":"Security Activities","navPath":"SecurityActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1e7e1e0-17e8-451b-8e70-fbd11880633d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelApprovalWorkflow.html","title":"Cancel Approval Workflow","navPath":"CancelApprovalWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a979a5b9d-056d-4e68-ad73-72be5358d892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityInstructionHandler.html","title":"Security Instruction Handler","navPath":"SecurityInstructionHandler.html","bundleId":"work-tasks-2023-sp1","id":"a1a0c95a6-7a3b-4a76-ac17-712a804edbce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportActivities.html","title":"Report Activities","navPath":"ReportActivities.html","bundleId":"work-tasks-2023-sp1","id":"abc7dd4c6-9816-4de6-8123-9917201b85b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportGeneratorActivity.html","title":"Report Generator Activity","navPath":"ReportGeneratorActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad043f159-88a5-48b0-91a0-8ea33bcc0469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureReportTemplate.html","title":"Configure Report Template","navPath":"ConfigureReportTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af42d1a2b-fb3b-4e3e-b8b7-f5315def2ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHistorianConnection.html","title":"Create a Historian Connection","navPath":"CreateaHistorianConnection.html","bundleId":"work-tasks-2023-sp1","id":"a024770fb-d8b7-44b0-a87a-589470202068","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAActivities.html","title":"SOA Activities","navPath":"SOAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a1e63dec3-186e-4296-80cc-274c27fe000a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAExecuteActivity.html","title":"SOA Execute Activity","navPath":"SOAExecuteActivity.html","bundleId":"work-tasks-2023-sp1","id":"acaecacf0-0483-4efb-85de-3b4e4a8d9952","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteMethodswithOutParametersinSOA.html","title":"Execute Methods with Out Parameters in SOA","navPath":"ExecuteMethodswithOutParametersinSOA.html","bundleId":"work-tasks-2023-sp1","id":"a1bc3d3eb-db20-43d2-aa14-f986252dbd01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveMultipleRecordsfromDatabaseUsingSOA.html","title":"Retrieve Multiple Records from Database Using SOA","navPath":"RetrieveMultipleRecordsfromDatabaseUsingSOA.html","bundleId":"work-tasks-2023-sp1","id":"a814f8475-aa00-4312-b5bf-3b72fa5eb0eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoIterateCollectionObject.html","title":"How to Iterate Collection Object?","navPath":"HowtoIterateCollectionObject.html","bundleId":"work-tasks-2023-sp1","id":"a577f6746-b0ff-4b17-af40-6144e1a9eab2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoDesignaWorkflow.html","title":"How to Design a Workflow?","navPath":"HowtoDesignaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a217e89a9-1f87-413d-8f1f-2e651d6f8c0f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEventsActivities.html","title":"ArchestrA Events","navPath":"ArchestrAEventsActivities.html","bundleId":"work-tasks-2023-sp1","id":"a22fc689b-13c4-4acc-b4e2-5d7c8d9f0174","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAWaitforEvent.html","title":"ArchestrA Wait for Event","navPath":"ArchestrAWaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a9ab269c4-a1a5-43b5-a8b0-2c2910aac10d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetArchestrAEventFilters.html","title":"Set ArchestrA Event Filters","navPath":"SetArchestrAEventFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91aff46b-d538-40fd-bc35-5540783d0c73","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities.html","title":"Message Queue Activities","navPath":"MessageQueueActivities.html","bundleId":"work-tasks-2023-sp1","id":"a4068501f-3ebb-49d7-91e8-cd10de8a14ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData.html","title":"SendMQData","navPath":"SendMQData.html","bundleId":"work-tasks-2023-sp1","id":"a0de6a88c-95ad-41cd-99e4-a0ddfb386429","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringMessageQueueConnection.html","title":"Configuring Message Queue Connection","navPath":"ConfiguringMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"af2009a71-d918-45cf-aa2d-db38c280fda5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForMQData.html","title":"WaitForMQData","navPath":"WaitForMQData.html","bundleId":"work-tasks-2023-sp1","id":"a4d94d537-22ab-4067-b4e9-097046bbee1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageQueueFilters.html","title":"Set Message Queue Filters","navPath":"SetMessageQueueFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91b2b46e-e74a-4a25-96e7-652ce7c7920d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities.html","title":"Logic App Activities","navPath":"LogicAppActivities.html","bundleId":"work-tasks-2023-sp1","id":"a108cffbb-f8d2-44ba-b4e7-09d7ba7d2bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity.html","bundleId":"work-tasks-2023-sp1","id":"afda05204-d7e4-425e-ba27-866f1071e830","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringLogicAppConnectionandData.html","title":"Configuring Logic App Connection and Data","navPath":"ConfiguringLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"aa3c9e4bc-fd28-4554-bbe8-06763f20c6eb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforLogicAppAlertActivity.html","title":"Wait for Logic App Alert Activity","navPath":"WaitforLogicAppAlertActivity.html","bundleId":"work-tasks-2023-sp1","id":"a754640c1-f7ac-4588-a32b-a35fbd5f25b1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandExecuteWorkflows.html","title":"Design and Execute Workflows","navPath":"DesignandExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aaf35a399-194f-4ecb-890a-9c34755d4164","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewWorkflowProcess.html","title":"Create a New Workflow Process","navPath":"CreateaNewWorkflowProcess.html","bundleId":"work-tasks-2023-sp1","id":"ab76d7c82-5136-4900-bb6b-33d3f47643b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecutetheWorkflow.html","title":"Execute the Workflow","navPath":"ExecutetheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ae0cbf4f4-cc13-48f7-956a-7e49f7b5a929","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofInternalStatusCodes.html","title":"List of Internal Status Codes","navPath":"ListofInternalStatusCodes.html","bundleId":"work-tasks-2023-sp1","id":"aaf49a492-e480-4c42-a9de-d1d56ea76832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflows.html","title":"Execute Workflows","navPath":"ExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a55737b80-4ff2-4179-b0e2-c68e5a8d87e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflowsAsynchronously.html","title":"Execute Workflows Asynchronously","navPath":"ExecuteWorkflowsAsynchronously.html","bundleId":"work-tasks-2023-sp1","id":"ac7c7a9bc-42cd-4657-93e8-bcba29c5dc96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseRedirectionEnabledPropertyforSynchronousExecution.html","title":"Use Redirection Enabled Property for Synchronous Execution","navPath":"UseRedirectionEnabledPropertyforSynchronousExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be8fc49-6b88-426f-af18-739778883656","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnablingHumanWorkflowInteraction.html","title":"Enable Human-Workflow Interaction","navPath":"EnablingHumanWorkflowInteraction.html","bundleId":"work-tasks-2023-sp1","id":"abe3d0c46-f8e5-4d06-bb8e-2598f5823624","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanWorkflowServices.html","title":"Human Workflow Services","navPath":"HumanWorkflowServices.html","bundleId":"work-tasks-2023-sp1","id":"a3427f323-e4ef-47f5-bafa-99fe03d9f64b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutChannels.html","title":"About Channels","navPath":"AboutChannels.html","bundleId":"work-tasks-2023-sp1","id":"a666d8a70-8940-4351-8899-eb69c8abe3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutForms.html","title":"About Forms","navPath":"AboutForms.html","bundleId":"work-tasks-2023-sp1","id":"a89983141-5060-4f88-ab42-ea21e76b0927","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateChannelsandForms.html","title":"Create Channels and Forms","navPath":"CreateChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a70cc5690-b4b0-4eab-a61e-58bc279ff081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseChannelsandForms.html","title":"Use Channels and Forms","navPath":"UseChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a6b6ee1c2-79fd-44ae-825b-da9da07b2bf4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeBehaviorofChannelsandForms.html","title":"Run-time Behavior of Channels and Forms","navPath":"RuntimeBehaviorofChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a1877836f-6a17-470e-a9b5-a290dd6b44f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAccessRightsforFormInstances.html","title":"Set Access Rights for Form Instances","navPath":"SetAccessRightsforFormInstances.html","bundleId":"work-tasks-2023-sp1","id":"a8109f407-808f-4f14-b98e-9f1fe4f62b14","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseASPXFormastheDetailedViewPageofWorkItemListControl.html","title":"Use ASPX Form as the Detailed View Page of Work Item List Control","navPath":"UseASPXFormastheDetailedViewPageofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a1f0d01e4-7fca-4c0e-aa4a-46f02d4e767c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailandMicrosoftOfficeOutlookIntegration.html","title":"Email and Microsoft Office Outlook Integration","navPath":"EmailandMicrosoftOfficeOutlookIntegration.html","bundleId":"work-tasks-2023-sp1","id":"aea36f96c-f336-4d5e-a187-a672a2ed3b15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoSendingActivitiesbyEmail.html","title":"Introduction to Sending Activities by Email","navPath":"IntroductiontoSendingActivitiesbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"adda7a138-bced-4a3b-b323-11ac8b38a33a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivitiestobeSentbyEmail.html","title":"Configure Activities to be Sent by Email","navPath":"ConfigureActivitiestobeSentbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"a4f9556e9-6268-482d-a249-210d4f43a34c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateFormatinEmailTemplate.html","title":"Date Format in Email Template","navPath":"DateFormatinEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad6c755e8-e867-45df-adcb-415fcb509233","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationwithMicrosoftOfficeOutlook.html","title":"Integration with Microsoft Office Outlook","navPath":"IntegrationwithMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a686ae0d4-b87c-4ff2-a357-bb01e2d40f25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoApprovalActivitiesfromEmail.html","title":"Respond to Approval Activities from Email","navPath":"RespondtoApprovalActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a11ae5cde-6072-4001-8fd6-10f3d3d3d0f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChecklistActivitiesfromEmail.html","title":"Respond to Checklist Activities from Email","navPath":"RespondtoChecklistActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3621f986-3dcc-4ecd-8faf-5a8c50125c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChoiceActivitiesfromEmail.html","title":"Respond to Choice Activities from Email","navPath":"RespondtoChoiceActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3659d735-50c2-46e1-bc7c-da460d262e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInformationActivitiesfromEmail.html","title":"View Information Activities from Email","navPath":"ViewInformationActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"ae700b7a0-b754-439d-bc33-a1a6fdd5869a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoTaskActivitiesfromEmail.html","title":"Respond to Task Activities from Email","navPath":"RespondtoTaskActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"af83317e6-ba6b-44a5-bb08-72760c0388ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","title":"Configure Repository Database to View Process Execution View, Document View, and Work Items View from Email","navPath":"ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a90ff5ff3-ff97-40bd-aa3f-08d96304c533","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportVariablesContentsandXMLVariablesinEmailTemplates.html","title":"Support Variables, Contents, and XML Variables in Email Templates","navPath":"SupportVariablesContentsandXMLVariablesinEmailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"a20989d4a-a7fe-4c1e-a300-d91c02504f35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivityEmailTemplate.html","title":"Approval Activity Email Template","navPath":"ApprovalActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a87abb814-8398-486f-9b80-ffd23c4579cb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesintheApprovalEmailTemplate.html","title":"Use Variables in the Approval Email Template","navPath":"UseVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2afae867-d7e7-46d7-bf67-419b80953762","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsintheApprovalEmailTemplate.html","title":"Use Contents in the Approval Email Template","navPath":"UseContentsintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac95550e8-220d-4332-a220-26232d4fce87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesintheApprovalEmailTemplate.html","title":"Use XML Variables in the Approval Email Template","navPath":"UseXMLVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae7c4ff48-2d4b-4077-a426-4aa58eb3adeb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivityEmailTemplate.html","title":"Choice Activity Email Template","navPath":"ChoiceActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a9b945a0f-c5ec-4ce3-8d14-85c440aeee44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinChoiceEmailTemplate.html","title":"Use Variables in Choice Email Template","navPath":"UseVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac933a8f7-c747-4ee8-8c82-4e8575187cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinChoiceEmailTemplate.html","title":"Use Contents in Choice Email Template","navPath":"UseContentsinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"afff89e01-f034-4356-aca0-152f6c4e6f12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinChoiceEmailTemplate.html","title":"Use XML Variables in Choice Email Template","navPath":"UseXMLVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a097000f0-3291-4b2d-bc43-2dbcc2b52f04","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/check-listactivityemailtemplate.html","title":"Check-List Activity Email Template","navPath":"check-listactivityemailtemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5c966dd6-b323-466b-8ba1-df2273c0f305","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinCheckListEmailTemplate.html","title":"Use Variables in Check-List Email Template","navPath":"UseVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a810bd848-b02c-4a20-b3d7-658939e67f33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinCheckListEmailTemplate.html","title":"Use Contents in Check-List Email Template","navPath":"UseContentsinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a0d1969b4-01e6-4260-8c05-9fd7b2d47bc3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinCheckListEmailTemplate.html","title":"Use XML Variables in Check-List Email Template","navPath":"UseXMLVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ab36f8de9-73e5-4d41-8a92-bf80eca1d664","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivityEmailTemplate.html","title":"Task Activity Email Template","navPath":"TaskActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1a4d6c1d-a413-46c4-84d9-3a4c008d4dcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinTaskEmailTemplate.html","title":"Use Variables in Task Email Template","navPath":"UseVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1d2c3fbc-0971-4a62-881b-1a9074230ae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinTaskEmailTemplate.html","title":"Use Contents in Task Email Template","navPath":"UseContentsinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a43c16a1e-b4bd-4691-be0f-811a662413b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinTaskEmailTemplate.html","title":"Use XML Variables in Task Email Template","navPath":"UseXMLVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2ddd6465-7286-4a68-a2d1-26aa648d209a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivityEmailTemplate.html","title":"Information Activity Email Template","navPath":"InformationActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7823e8d0-ed10-4987-a667-09155337ab44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInformationEmailTemplate.html","title":"Use Variables in Information Email Template","navPath":"UseVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1995307a-c882-409b-8b49-45975aa84be7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInformationEmailTemplate.html","title":"Use Contents in Information Email Template","navPath":"UseContentsinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a8947b830-0ade-48bd-add5-ea611642ae8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInformationEmailTemplate.html","title":"Use XML Variables in Information Email Template","navPath":"UseXMLVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a361d157a-2e76-4b2b-8800-01e92b9138d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differentemailtemplatefordifferentactivityinaworkflow.html","title":"Different Email Template for Different Activity in a Workflow","navPath":"differentemailtemplatefordifferentactivityinaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af4add5eb-9aaa-41d1-8df7-448be27d0f7b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofApprovalActivity.html","title":"Use 'HTML Template' Property of Approval Activity","navPath":"UseHTMLTemplatePropertyofApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6af2a093-0045-4aa4-b303-1c721cb1e69e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChoiceActivity.html","title":"Use 'HTML Template' Property of Choice Activity","navPath":"UseHTMLTemplatePropertyofChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a0ad5df4c-0faa-4298-9094-188dfce74f9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChecklistActivity.html","title":"Use 'HTML Template' Property of Checklist Activity","navPath":"UseHTMLTemplatePropertyofChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a420d6302-62b8-4bd9-9e6f-2f3001664537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofTaskActivity.html","title":"Use 'HTML Template' Property of Task Activity","navPath":"UseHTMLTemplatePropertyofTaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae2330773-66d2-4047-8441-61d9f807d619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofInformationActivity.html","title":"Use 'HTML Template' Property of Information Activity","navPath":"UseHTMLTemplatePropertyofInformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7a93971d-cc7e-4931-8472-043ff4aa31a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddinforMicrosoftOfficeOutlook.html","title":"Add-in for Microsoft Office Outlook","navPath":"AddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a019dd97f-7965-4718-a027-8ae575e1d3ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContextMenuOptions.html","title":"Context Menu Options","navPath":"ContextMenuOptions.html","bundleId":"work-tasks-2023-sp1","id":"a28b8b3e8-39b7-4a62-9f73-3cf276eed0ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity_1.html","title":"Approval Activity","navPath":"ApprovalActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4f804404-5855-4077-9a72-c3f764a5bcda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity_1.html","title":"Checklist Activity","navPath":"ChecklistActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a45b0653f-d777-4014-8815-db20c68c634b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity_1.html","title":"Choice Activity","navPath":"ChoiceActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3b2b7e8b-beeb-4639-8f33-60f6449caff3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity_1.html","title":"Task Activity","navPath":"TaskActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3a7bd192-c521-4673-b1a0-11dffd966cbf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MicrosoftOfficeOutlookFollowup.html","title":"Microsoft Office Outlook Follow up","navPath":"MicrosoftOfficeOutlookFollowup.html","bundleId":"work-tasks-2023-sp1","id":"a32f155f7-6c79-4d7c-af31-2260b41c67ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RibbonBarOptions.html","title":"Ribbon Bar Options","navPath":"RibbonBarOptions.html","bundleId":"work-tasks-2023-sp1","id":"ae93bda9b-b11b-4aa3-9316-240ed673c2d1","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Database.html","title":"Database","navPath":"Database.html","bundleId":"work-tasks-2023-sp1","id":"a930034ab-fb47-47f3-9d1d-6b60dea2fe6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDatabaseScriptstocreateDatabaseTables.html","title":"Use Database Scripts to create Database Tables","navPath":"UseDatabaseScriptstocreateDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"acc1c585c-2924-4b1a-a512-d279c3b98648","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedFeatures.html","title":"Advanced Features","navPath":"AdvancedFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a70e953d5-8f69-45ed-b76f-e2393b586c9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFramework.html","title":"Events Framework","navPath":"EventsFramework.html","bundleId":"work-tasks-2023-sp1","id":"a53009b3e-74d3-4d77-800e-b7252914b152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventFrameworkComponents.html","title":"Event Framework Components","navPath":"EventFrameworkComponents.html","bundleId":"work-tasks-2023-sp1","id":"a37d9f90b-ac9f-49be-8e88-69ac7e64cec3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFrameworkInterfacesandClasses.html","title":"Events Framework Interfaces and Classes","navPath":"EventsFrameworkInterfacesandClasses.html","bundleId":"work-tasks-2023-sp1","id":"ad618ced8-7623-4e40-8f7e-1db65c3fa1d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventProviderArchitecture.html","title":"Event Provider Architecture","navPath":"EventProviderArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a9cb1dd66-4a87-44cc-8a9f-ba4c522eaeda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboundEventProvider.html","title":"Inbound Event Provider","navPath":"InboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"af860ec65-5839-49db-9e0d-16a222a62d73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OutboundEventProvider.html","title":"Outbound Event Provider","navPath":"OutboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a78d5551c-e863-49bf-8cba-66a9c683efc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkEventBindingandProvider.html","title":"Link Event Binding and Provider","navPath":"LinkEventBindingandProvider.html","bundleId":"work-tasks-2023-sp1","id":"a040c612b-b132-40de-ac55-7ecd0ba8d2bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDefaultEventProviders.html","title":"Use Default Event Providers","navPath":"UseDefaultEventProviders.html","bundleId":"work-tasks-2023-sp1","id":"a7099eb74-8545-4f72-8da1-2adccf65a747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingaCustomEventProvider.html","title":"Add a Custom Event Provider","navPath":"AddingaCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a561f71f4-97a6-4e81-a6b2-13072a54d59f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoCreateCustomEventProvider.html","title":"Steps to Create Custom Event Provider","navPath":"StepstoCreateCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a9275fde5-8cf6-4815-8584-5dca299c52d7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleClassLibraryforCustomEventProvider.html","title":"Code Sample - Class Library for Custom Event Provider","navPath":"CodeSampleClassLibraryforCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a16f4fd34-5d29-4eb2-8038-fe9e966b31df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFilesforFileWatcherEventBindingPage.html","title":"Code Sample - Files for File Watcher Event Binding Page","navPath":"CodeSampleFilesforFileWatcherEventBindingPage.html","bundleId":"work-tasks-2023-sp1","id":"a464d928e-bd7c-46d0-8539-2f2b8f7b9172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","title":"Create File Watcher Initiated Workflow or Custom Workflow","navPath":"CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af0dbad4b-d819-4790-a108-2eb6c61853a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFileWatcherInitiatedWorkflow.html","title":"Code Sample - File Watcher Initiated Workflow","navPath":"CodeSampleFileWatcherInitiatedWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a56a4c914-03bf-4c77-96d8-04162c1a6f33","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportBPMNProcessModelsfromMicrosoftVisio.html","title":"Import BPMN Process Models from Microsoft Visio","navPath":"ImportBPMNProcessModelsfromMicrosoftVisio.html","bundleId":"work-tasks-2023-sp1","id":"a0b1c16e1-96fb-4d5f-ad72-62fb7d687d6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofVisioProcessImport.html","title":"Overview of Visio Process Import","navPath":"OverviewofVisioProcessImport.html","bundleId":"work-tasks-2023-sp1","id":"a8a072564-f32a-4a3e-8388-4e421c4839a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","title":"Map BPMN Events to AVEVA Work Tasks Actions","navPath":"Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","bundleId":"work-tasks-2023-sp1","id":"a543ceb38-84cb-4227-98d2-4c91cd9a4c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNEndEvents.html","title":"BPMN End Events","navPath":"BPMNEndEvents.html","bundleId":"work-tasks-2023-sp1","id":"a83b4df9b-f226-4353-8693-cfaa08d97657","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndEvent.html","title":"End Event","navPath":"EndEvent.html","bundleId":"work-tasks-2023-sp1","id":"a88124fc8-870d-4904-b34b-0c43e04217dc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RaiseException.html","title":"Raise Exception","navPath":"RaiseException.html","bundleId":"work-tasks-2023-sp1","id":"aabcf5fcb-0ccc-43dd-a66b-91fc66ad0802","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelTransaction.html","title":"Cancel Transaction","navPath":"CancelTransaction.html","bundleId":"work-tasks-2023-sp1","id":"a69c2224e-7923-4242-85a5-fbad4198655a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CompensateTransaction.html","title":"Compensate Transaction","navPath":"CompensateTransaction.html","bundleId":"work-tasks-2023-sp1","id":"aefab2658-6ce6-44e3-9772-0c14d07e69b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TerminateWorkflow.html","title":"Terminate Workflow","navPath":"TerminateWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c1f06-b320-4c31-aadf-4e3db2e7c608","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkSource.html","title":"Link Source","navPath":"LinkSource.html","bundleId":"work-tasks-2023-sp1","id":"a0f3bb9d3-f712-4ac7-8d35-f1fa68247d2a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndWithMessage.html","title":"End With Message","navPath":"EndWithMessage.html","bundleId":"work-tasks-2023-sp1","id":"abecad163-8770-4419-abdb-325e2bd16bf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MultipleNotMapped.html","title":"Multiple (Not Mapped)","navPath":"MultipleNotMapped.html","bundleId":"work-tasks-2023-sp1","id":"a09e70a6a-8bc9-4b40-aae5-9c08849dce43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNIntermediateEvents.html","title":"BPMN Intermediate Events","navPath":"BPMNIntermediateEvents.html","bundleId":"work-tasks-2023-sp1","id":"a66db56c5-85ab-4802-a3e2-ce63e500e1ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventsOverview.html","title":"Intermediate Events Overview","navPath":"IntermediateEventsOverview.html","bundleId":"work-tasks-2023-sp1","id":"a14369d26-46f6-43b9-a39c-21fe010fe0b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnException.html","title":"On Exception","navPath":"OnException.html","bundleId":"work-tasks-2023-sp1","id":"ab8a8d510-adf4-4155-9680-4629b61f3e4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEvent.html","title":"Wait for Event","navPath":"WaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a181f96b9-7a52-47a9-b2d2-a3f2883bb30d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitTimer.html","title":"Wait Timer","navPath":"WaitTimer.html","bundleId":"work-tasks-2023-sp1","id":"a088548bd-0edb-4520-a57c-7b381e64b870","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTransactionCanceled.html","title":"On Transaction Canceled","navPath":"OnTransactionCanceled.html","bundleId":"work-tasks-2023-sp1","id":"a1d2555e0-3858-44de-9db1-b2987dc1063f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCompensation.html","title":"On Compensation","navPath":"OnCompensation.html","bundleId":"work-tasks-2023-sp1","id":"a1ba72f97-bb38-44f9-839c-895b3c71cd25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapBPMNActivitiestoWorkTasksActivities.html","title":"Map BPMN Activities to AVEVA Work Tasks Activities","navPath":"MapBPMNActivitiestoWorkTasksActivities.html","bundleId":"work-tasks-2023-sp1","id":"a19e07397-c316-4562-b2e1-751488a1d568","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNTask.html","title":"BPMN Task","navPath":"BPMNTask.html","bundleId":"work-tasks-2023-sp1","id":"a2b4037b6-f50c-4a5c-8c87-ee7bab230adc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubProcess.html","title":"Sub-Process","navPath":"SubProcess.html","bundleId":"work-tasks-2023-sp1","id":"ad374b20d-ff42-460a-9a35-fffa4b6faa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapConnectors.html","title":"Map Connectors","navPath":"MapConnectors.html","bundleId":"work-tasks-2023-sp1","id":"a6c984813-ddc8-470c-9f8d-653ba64121b6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SequenceFlows.html","title":"Sequence Flows","navPath":"SequenceFlows.html","bundleId":"work-tasks-2023-sp1","id":"ad89837ce-b1da-4b0a-acb7-3f637655a15e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageLogs.html","title":"Message Logs","navPath":"MessageLogs.html","bundleId":"work-tasks-2023-sp1","id":"ad64e79fe-b7cc-4d41-9b64-4e6e9e711edc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageLogDebugModeLevel.html","title":"Set Message Log Debug Mode Level","navPath":"SetMessageLogDebugModeLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2f04304e-f1e8-4484-bc13-66314710e60c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewMessageLogFiles.html","title":"View Message Log Files","navPath":"ViewMessageLogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a27c3774f-aebb-479b-9612-ab03a4da2096","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerConsole.html","title":"Logger Console","navPath":"LoggerConsole.html","bundleId":"work-tasks-2023-sp1","id":"a767c5d3f-dc95-4bb5-baf5-fb0bfdedd791","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings.html","bundleId":"work-tasks-2023-sp1","id":"af216b8c4-b176-4605-ab74-7bb2cd12a576","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSynchronizeThreadsinEngine.html","title":"Manage and Synchronize Threads in Engine","navPath":"ManageandSynchronizeThreadsinEngine.html","bundleId":"work-tasks-2023-sp1","id":"af848a5a2-b8b6-44cd-966c-0cc86d99cef3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitInMemoryActivityStepsCountforRepository.html","title":"Limit In-Memory Activity/Steps Count for Repository","navPath":"LimitInMemoryActivityStepsCountforRepository.html","bundleId":"work-tasks-2023-sp1","id":"ada9dffc0-d1f8-4d56-9373-f1f8768fe6e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThreadPoolsatRepositoryLevel.html","title":"Thread Pools at Repository Level","navPath":"ThreadPoolsatRepositoryLevel.html","bundleId":"work-tasks-2023-sp1","id":"ada1fe555-3848-4508-9166-223dcf3e8ef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActivityConcurrencyLimit.html","title":"Activity Concurrency Limit","navPath":"ActivityConcurrencyLimit.html","bundleId":"work-tasks-2023-sp1","id":"aac19b5d3-0ad2-4a23-a1eb-c6932e1bda97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Entities.html","title":"Entities","navPath":"Entities.html","bundleId":"work-tasks-2023-sp1","id":"a34f498ac-3a09-45d3-b62d-0626bee8678d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicUnderstandingoftheNeedforDataBridgeInterface.html","title":"Basic Understanding of the Need for Data Bridge Interface","navPath":"BasicUnderstandingoftheNeedforDataBridgeInterface.html","bundleId":"work-tasks-2023-sp1","id":"acb6a6ca9-c71c-4f7d-9029-00344847f304","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataBridgeProvider.html","title":"DataBridge Provider","navPath":"DataBridgeProvider.html","bundleId":"work-tasks-2023-sp1","id":"ac79afbfb-6448-4997-aa11-96183b3487e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserEntity.html","title":"User Entity","navPath":"UserEntity.html","bundleId":"work-tasks-2023-sp1","id":"a1120c5f9-9a0d-4aa9-aad3-8c7c3312afa2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","title":"XML Schema for User Entity and User Entity Data Source Provider","navPath":"XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"ad34230a2-1db2-4b2d-91b4-d9c301915fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFormsProviderforAuthentication.html","title":"Configure Forms Provider for Authentication","navPath":"ConfigureFormsProviderforAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a9d5731c2-8533-4233-981f-29358bbca06f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectoryandSQLProvider.html","title":"Map Active Directory and SQL Provider","navPath":"MapActiveDirectoryandSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"af5799678-e162-4073-8e33-e1a5da0b1f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleEntity.html","title":"Role Entity","navPath":"RoleEntity.html","bundleId":"work-tasks-2023-sp1","id":"a8893b40f-73e3-4e0a-9ab2-4680efc25bcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaUsedbyRoleEntityDataSourceProvider.html","title":"XML Schema Used by Role Entity Data Source Provider","navPath":"XMLSchemaUsedbyRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a825f36cb-5615-4527-93e3-ce3c50fd9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizingRolesofQueueParticipants.html","title":"Synchronizing Roles of Queue Participants","navPath":"SynchronizingRolesofQueueParticipants.html","bundleId":"work-tasks-2023-sp1","id":"a2d6e4504-f901-4abb-8893-d846686be475","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntityDataSourceProviderCodeSamples.html","title":"Entity Data Source Provider Code Samples","navPath":"EntityDataSourceProviderCodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a6c956460-5ffa-46d1-917a-143b59faaced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserEntityDataSourceProvider.html","title":"Create User Entity Data Source Provider","navPath":"CreateUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a8007eb3c-e1f4-4543-b013-571f9a0c84a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserandRoleEntityDataSourceProvider.html","title":"Create User and Role Entity Data Source Provider","navPath":"CreateUserandRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a2686baa7-bc75-49c7-b285-8239e36a9d1c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step1CreateDataSourcefortheRepository.html","title":"Step 1: Create Data Source for the Repository","navPath":"Step1CreateDataSourcefortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a2bd07044-9841-425e-ba60-ddb60461ab80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","title":"Step 2: Create a Repository and Map the Data Source to the Repository","navPath":"Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","bundleId":"work-tasks-2023-sp1","id":"acfb88e62-8e66-4041-867f-7e36458143c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","title":"Step 3: Create Custom User Entity Data Source Provider for Authentication and User Information","navPath":"Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","bundleId":"work-tasks-2023-sp1","id":"a97057cac-0344-4c1d-8560-849cc996c8a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step4CreateDefaultAdminfortheRepository.html","title":"Step 4: Create Default Admin for the Repository","navPath":"Step4CreateDefaultAdminfortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a7eb4e4b8-0238-42c7-8158-3851b59a8d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step5CreateCustomRoleEntityDataSourceProvider.html","title":"Step 5: Create Custom Role Entity Data Source Provider","navPath":"Step5CreateCustomRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa91d11dd-f803-4862-80c2-df16c083e1cc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","title":"Custom Role Provider Fetching Roles from SQL and Users from Active Directory","navPath":"CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a815a8dd4-8524-4c3c-bf16-884200a06177","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateWorkflowtoSchedulerEvent.html","title":"Associate Workflow to Scheduler Event","navPath":"AssociateWorkflowtoSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"ad3ea6cb9-6120-438e-ba8d-0e44981206ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupaSchedule.html","title":"Set up a Schedule","navPath":"SetupaSchedule.html","bundleId":"work-tasks-2023-sp1","id":"a742fca2e-881e-4e6e-9fba-26ae57022e1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerAssociation.html","title":"Edit Scheduler Association","navPath":"EditSchedulerAssociation.html","bundleId":"work-tasks-2023-sp1","id":"a34d2614c-d385-4501-a0e4-207821a7e90b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSchedulingTasksUsingSchedulerEvent.html","title":"Example of Scheduling Tasks Using Scheduler Event","navPath":"ExampleofSchedulingTasksUsingSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"a90e4411e-6d5f-48c3-bf23-c2d15bbb97aa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItems.html","title":"Manage Work Items","navPath":"ManageWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"ae30c62ec-e323-4ab2-97b2-e90e71575e5d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItemstoOtherUsers.html","title":"Forward Work Items to Other Users","navPath":"ForwardWorkItemstoOtherUsers.html","bundleId":"work-tasks-2023-sp1","id":"a6440eb82-9fd8-4a36-9362-31813aeee9a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems.html","title":"Abort Work Items","navPath":"AbortWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a87309751-e778-4b7c-addd-6e37bd42d8ba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewTabandCustomLogictoProcessExecutionView.html","title":"Add New Tab and Custom Logic to Process Execution View","navPath":"AddNewTabandCustomLogictoProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"a5f69e18c-3e1b-4442-9579-aa2a86ca6a00","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheStepDetailsWindow.html","title":"Customize the 'Step Details' Window","navPath":"CustomizetheStepDetailsWindow.html","bundleId":"work-tasks-2023-sp1","id":"a07840b11-dcdf-4528-84ee-458f24b67602","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Customization.html","title":"Customization","navPath":"Customization.html","bundleId":"work-tasks-2023-sp1","id":"ada43870f-90db-471c-8dd8-f884a33b5ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizingUserInterfaces.html","title":"Customize User Interfaces","navPath":"CustomizingUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a8f7b63e0-64da-4b78-b818-22cbf6199d19","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StyleSheets.html","title":"Style Sheets","navPath":"StyleSheets.html","bundleId":"work-tasks-2023-sp1","id":"ad8d4a25a-c998-4281-be35-0b784e661e05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFarmConfigurationWizardUserInterface.html","title":"Customize Farm Configuration Wizard User Interface","navPath":"CustomizeFarmConfigurationWizardUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"ab03b03d0-3347-4c8c-936d-87a2f218b446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeEnterpriseConsoleMenu.html","title":"Customize Enterprise Console Menu","navPath":"CustomizeEnterpriseConsoleMenu.html","bundleId":"work-tasks-2023-sp1","id":"a586d5182-e355-4e1b-9c75-fb603d190596","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFonts.html","title":"Customize Fonts","navPath":"CustomizeFonts.html","bundleId":"work-tasks-2023-sp1","id":"a45d2a31b-78d7-42df-af2d-c5d1ebfb402a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeWorkItemControl.html","title":"Customize Work Item Control","navPath":"CustomizeWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a1d652084-0f06-4ac4-bc97-b022aa1d4f97","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeLeftMenuGrid.html","title":"Customize Left Menu Grid","navPath":"CustomizeLeftMenuGrid.html","bundleId":"work-tasks-2023-sp1","id":"a164b084d-b6a5-43c9-8cee-1d2c085f9dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeGridDetailsView.html","title":"Customize Grid Details View","navPath":"CustomizeGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"aa97f02be-cd92-4027-a8e8-2a6d02ccc2cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeHeightandWidthoftheGridDetailsView.html","title":"Change Height and Width of the Grid Details View","navPath":"ChangeHeightandWidthoftheGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"a1b251769-3219-41af-a8f1-5493f4ea614b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeFontStyleBasedontheStatusoftheWorkItem.html","title":"Change Font Style Based on the Status of the Work Item","navPath":"ChangeFontStyleBasedontheStatusoftheWorkItem.html","bundleId":"work-tasks-2023-sp1","id":"a0da32fe1-868a-46db-8ac7-2f0341e7a5bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddorRemoveImages.html","title":"Add or Remove Images","navPath":"AddorRemoveImages.html","bundleId":"work-tasks-2023-sp1","id":"a008c2ace-4a5f-4804-bb99-94b719be00e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUserName.html","title":"Customize User Name","navPath":"CustomizeUserName.html","bundleId":"work-tasks-2023-sp1","id":"a13ac7364-e0d9-490d-8fb9-b97bd3c30101","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeDocumentView.html","title":"Customize Document View","navPath":"CustomizeDocumentView.html","bundleId":"work-tasks-2023-sp1","id":"a55d13cbc-7035-4f03-b594-3c35e297c3f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Themes.html","title":"Themes","navPath":"Themes.html","bundleId":"work-tasks-2023-sp1","id":"ac6644598-0a96-44ca-9715-5f038c67f93e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemetotheCoreProduct.html","title":"Apply Theme to the Core Product","navPath":"ApplyThemetotheCoreProduct.html","bundleId":"work-tasks-2023-sp1","id":"a88721dda-dac4-4ab6-8633-93b1896f9ba5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinWorkItemControl.html","title":"Themes in Work Item Control","navPath":"ThemesinWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a74717d58-4f7b-4849-aa46-03938781bdbb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridLeftMenu.html","title":"Apply Themes in Grid Left Menu","navPath":"ApplyThemesinGridLeftMenu.html","bundleId":"work-tasks-2023-sp1","id":"a2b1950cc-1128-40d4-b5d8-7fe54115bf92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridDetailsView.html","title":"Apply Themes in Grid Details View","navPath":"ApplyThemesinGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"abada952a-54dc-4c93-a040-cfc549e7f790","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinCalendarControl.html","title":"Themes in Calendar Control","navPath":"ThemesinCalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"a9be4aadb-2dfc-4fd0-a8e7-57940821f4d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinQueueControl.html","title":"Themes in Queue Control","navPath":"ThemesinQueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ac783a923-26db-417b-889b-052bf44e6409","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinProcessDesignerControl.html","title":"Themes in Process Designer Control","navPath":"ThemesinProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"a3029df18-9fe8-477f-8f90-d243ac2155e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofNewMenuinEnterpriseConsole.html","title":"Change Style of New Menu in Enterprise Console","navPath":"ChangeStyleofNewMenuinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8a95510e-e8c0-49f3-8d07-f35a612c9450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofActionBarinLists.html","title":"Change Style of Action Bar in Lists","navPath":"ChangeStyleofActionBarinLists.html","bundleId":"work-tasks-2023-sp1","id":"af1837e5c-56b6-48db-a5d4-7b46a9d86730","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofWindow.html","title":"Change Style of Window","navPath":"ChangeStyleofWindow.html","bundleId":"work-tasks-2023-sp1","id":"a00f8420e-fbee-42fb-9f06-068e5948caff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofButtons.html","title":"Change Style of Buttons","navPath":"ChangeStyleofButtons.html","bundleId":"work-tasks-2023-sp1","id":"aac6333a6-f6fd-4f1e-b900-e9672eacdb96","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContentHandler.html","title":"Content Handler","navPath":"ContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad4f26d24-3444-411e-aa76-573aaf5162d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentHandler.html","title":"Use Content Handler","navPath":"UseContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"af159ce1b-6ec2-4c28-b10a-1fc9e49cfc9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLtoImportWFwhichImplementsCustomContentHandler.html","title":"XML to Import WF which Implements Custom Content Handler","navPath":"XMLtoImportWFwhichImplementsCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"a7ed113b3-3470-4724-97cb-04c9b4c66b2d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCustomContentHandler.html","title":"Use Custom Content Handler","navPath":"UseCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad6d16317-fd46-45e4-adf8-390e83413c49","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleCustomContentHandlerClassFile.html","title":"Code Sample - Custom Content Handler Class File","navPath":"CodeSampleCustomContentHandlerClassFile.html","bundleId":"work-tasks-2023-sp1","id":"a98af82b1-4874-4962-9ef7-cdb9875eb006","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PersistLoggedExceptionstoDatabase.html","title":"Persist Logged Exceptions to Database","navPath":"PersistLoggedExceptionstoDatabase.html","bundleId":"work-tasks-2023-sp1","id":"aa437a956-d1be-4ada-bc2f-3ee71c649f9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableExceptionPersistence.html","title":"Enable Exception Persistence","navPath":"EnableExceptionPersistence.html","bundleId":"work-tasks-2023-sp1","id":"a2745a98d-a4f2-4102-8f99-0c6f2fe74bc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsforViewingtheExceptions.html","title":"Different Views for Viewing the Exceptions","navPath":"DifferentViewsforViewingtheExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a8a5bb6ec-02fa-48a9-b2dd-5608cb8f03c2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowLevel.html","title":"Workflow Level","navPath":"WorkflowLevel.html","bundleId":"work-tasks-2023-sp1","id":"aa5ee087c-6b7a-459a-90f2-3d12b03c940d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstanceLevelException.html","title":"Instance Level Exception","navPath":"InstanceLevelException.html","bundleId":"work-tasks-2023-sp1","id":"a853cc4ac-3057-49d5-8571-f205cb2f11e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActionStepLevel.html","title":"Workflow Action Step Level","navPath":"WorkflowActionStepLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2a142228-c9c0-497c-9e67-4d2171f069a7","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProApplication.html","title":"AVEVA Work Tasks Pro Application","navPath":"AVEVAWorkTasksProApplication.html","bundleId":"work-tasks-2023-sp1","id":"a94337d45-465d-4d5d-9916-2b3d79546d68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomConflictManagement.html","title":"Custom Conflict Management","navPath":"CustomConflictManagement.html","bundleId":"work-tasks-2023-sp1","id":"a76ef3509-8868-48d3-ae23-a6512fb7cddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvidersforControls.html","title":"Providers for Controls","navPath":"ProvidersforControls.html","bundleId":"work-tasks-2023-sp1","id":"a8f6e45a1-ddb1-4d64-91bb-d62e9c7d86a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings_1.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings_1.html","bundleId":"work-tasks-2023-sp1","id":"aaec7c39a-5a76-4adb-8a35-fd8459099b4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLocalVariables.html","title":"Use Local Variables","navPath":"UseLocalVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac540920e-074c-4c1b-a90b-f9c37e92d500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomPropertiesforRepositoryDataSource.html","title":"Set Custom Properties for Repository Data Source","navPath":"SetCustomPropertiesforRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a539915e4-5bc0-4534-b160-c5e9c1557217","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableXcopyDeployment.html","title":"Enable Xcopy Deployment","navPath":"EnableXcopyDeployment.html","bundleId":"work-tasks-2023-sp1","id":"abb7c298b-9b2f-46b0-a9bb-5db4ea5e506d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivityEnhancementforEscalationandTimeout.html","title":"Human Activity - Enhancement for Escalation and Time out","navPath":"HumanActivityEnhancementforEscalationandTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a501ce943-62a8-42df-9a54-284332fff51f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ModifytheNumberofWorkItemFieldsLimitPerDataType.html","title":"Modify the Number of Work Item Fields Limit Per Data Type","navPath":"ModifytheNumberofWorkItemFieldsLimitPerDataType.html","bundleId":"work-tasks-2023-sp1","id":"a270d6d66-e27f-4b76-b16d-b4b218209ccf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagerLookupforUsersList.html","title":"Manager Lookup for Users List","navPath":"ManagerLookupforUsersList.html","bundleId":"work-tasks-2023-sp1","id":"af4d9c15e-9261-4b88-8f04-ff6c4faa58cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RedirecttheLogOnPage.html","title":"Redirect the Log On Page","navPath":"RedirecttheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"a37c33c7e-3507-4239-8b94-af47274c1480","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutRoleLookup.html","title":"About Role Lookup","navPath":"AboutRoleLookup.html","bundleId":"work-tasks-2023-sp1","id":"a393681e8-8c92-412f-a1e0-1e8ff5fc7b17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseWorkActivity.html","title":"Use Work Activity","navPath":"UseWorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7be6a27a-3f6a-4772-9c65-f956360530ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoMappingofActiveDirectoryProviders.html","title":"Auto Mapping of Active Directory Providers","navPath":"AutoMappingofActiveDirectoryProviders.html","bundleId":"work-tasks-2023-sp1","id":"a267339e8-e2b2-40d0-b27c-a8eb346f6d6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheLogOnPage.html","title":"Customize the Log On Page","navPath":"CustomizetheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"adea8829d-8117-4217-a019-22fca133eef7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Packages.html","title":"Packages","navPath":"Packages.html","bundleId":"work-tasks-2023-sp1","id":"a7b2edf4f-5357-4448-8c63-5f07cadcd3f3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutPackage.html","title":"About Package","navPath":"AboutPackage.html","bundleId":"work-tasks-2023-sp1","id":"a8b19922d-9add-47f9-bf3a-2b3f97b9d8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplate.html","title":"Package Template","navPath":"PackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa8ca760c-37c6-4ae9-a04d-fe2095dc985d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagePackage.html","title":"Manage Package","navPath":"ManagePackage.html","bundleId":"work-tasks-2023-sp1","id":"a9625239a-0657-48b1-9142-cf11e0263c67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesofPackaging.html","title":"Best Practices of Packaging","navPath":"BestPracticesofPackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5e5314ab-989e-4e66-bee9-ecfb8ac76200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithPackageTemplate.html","title":"Work with Package Template","navPath":"WorkwithPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"adaff5df0-8285-4304-b6e7-673a8bacfd72","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingapackagetemplate.html","title":"Create a Package Template","navPath":"creatingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a546f4347-f787-430f-9d0b-9f044ab2ef2d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingapackagetemplate.html","title":"Edit a Package Template","navPath":"editingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae318e60c-74d9-4e9f-88df-7ec0c2e4264b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePackageTemplate.html","title":"Configure Package Template","navPath":"ConfigurePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad65be17e-2005-4680-9ea3-eb0210ce1c33","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplateLevelConfigurationSettings.html","title":"Package Template Level Configuration Settings","navPath":"PackageTemplateLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a279da596-d41f-435a-a7c5-98e14dc8d904","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforPackageTemplate.html","title":"Prerequisites","navPath":"PrerequisitesforPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a52b3bca8-71e1-43d1-9c0a-af450301270d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/globalsettingsofapackagetemplate.html","title":"Runtime Initialization Settings","navPath":"globalsettingsofapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1ce6f4a7-730a-44d8-835f-9e1e8109e9e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptions.html","title":"Exceptions","navPath":"exceptions.html","bundleId":"work-tasks-2023-sp1","id":"ad5aff0c8-16d2-4396-8cb0-8bbb9887f600","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/633151.html","title":"Additional Package Files","navPath":"633151.html","bundleId":"work-tasks-2023-sp1","id":"abff16f9e-5753-4ddb-9330-3366c2912f81","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641195.html","title":"Configure Settings for Installer Files","navPath":"641195.html","bundleId":"work-tasks-2023-sp1","id":"a510ec3a5-9b48-4515-bc95-3cf3ed90e637","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalSettings.html","title":"Additional Settings","navPath":"AdditionalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac5faafe8-0d26-412c-b800-71f442566ac0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateConnections.html","title":"Validate Connections","navPath":"ValidateConnections.html","bundleId":"work-tasks-2023-sp1","id":"a47b7b197-2908-42ab-8573-09a2efcda01c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/331995.html","title":"Validate SQL Scripts","navPath":"331995.html","bundleId":"work-tasks-2023-sp1","id":"ad8743641-65ea-47f7-a628-0405bcf3c6d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteSQLScripts.html","title":"Execute SQL Scripts","navPath":"ExecuteSQLScripts.html","bundleId":"work-tasks-2023-sp1","id":"a39225e5e-0a99-4009-bb0c-940f8f2f45b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreatePackageTemplate.html","title":"Create Package Template","navPath":"CreatePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2e02f27d-f299-44c3-af5e-329ba22eb621","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArtifactLevelConfigurationSettings.html","title":"Artifact Level Configuration Settings","navPath":"ArtifactLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2af0d4e6-a1af-4ec6-8410-2a0ab334abe5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheArtifacts.html","title":"Configure the Artifacts","navPath":"ConfiguretheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"afd8f01fc-4e89-4389-b5d6-64dfb0c6c64f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rebuildingtheartifacts.html","title":"Rebuild the Artifacts","navPath":"rebuildingtheartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a9d79fa01-01ec-40a9-ab14-dccb4c10015b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeletetheArtifacts.html","title":"Delete the Artifacts","navPath":"DeletetheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"af02ca068-1e87-4c17-8ddd-35519aecb852","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavePackageTemplate.html","title":"Save Package Template","navPath":"SavePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"acd9b5c26-e605-47de-9a13-4e3c4b38aaa4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishaPackageTemplate.html","title":"Publish a Package Template","navPath":"PublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5da015b5-a5b9-4558-b21e-2098281a334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishaPackageTemplate.html","title":"Unpublish a Package Template","navPath":"UnpublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a95e98b92-0d20-4b7d-b2f6-9e5df8c5dccc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/generatingapackagetemplate1.html","title":"Generate a Package Template","navPath":"generatingapackagetemplate1.html","bundleId":"work-tasks-2023-sp1","id":"a20ff22c7-53f7-458a-a1bd-0365e47f22f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/downloadingapackagetemplate.html","title":"Export a Package Template","navPath":"downloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2aca88f9-9e03-45ff-baa0-606886121d1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/markingpackagetemplateasshipped.html","title":"Mark Package Template as Shipped","navPath":"markingpackagetemplateasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a40f66c55-724e-4451-9a51-40bf6d80262c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/260346.html","title":"Include Associated and Child Artifacts to a List Item","navPath":"260346.html","bundleId":"work-tasks-2023-sp1","id":"aacd5937e-c1cf-42ff-80d3-9977133eec01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts.html","title":"Include Security Artifacts","navPath":"securityartifacts.html","bundleId":"work-tasks-2023-sp1","id":"af77b92fc-9178-4a8b-b7d2-47395f17993b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts_1.html","title":"Include Automatically Generated SQL Script","navPath":"securityartifacts_1.html","bundleId":"work-tasks-2023-sp1","id":"ac574bac4-b8e4-4271-bdb2-6de49cb12a51","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deploylevel.html","title":"Manage Package","navPath":"deploylevel.html","bundleId":"work-tasks-2023-sp1","id":"a1f4faee6-d8d5-42d5-9b72-e41aeda58308","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportaPackage.html","title":"Import a Package","navPath":"ImportaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a19a8120c-a290-44ad-811f-4273399ac4c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageVersionsofaPackage.html","title":"Manage Versions of a Package","navPath":"ManageVersionsofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"af95508f2-1dc0-47a8-87ec-512426b9244c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StorePackageInformationforLists.html","title":"Store Package Information for Lists","navPath":"StorePackageInformationforLists.html","bundleId":"work-tasks-2023-sp1","id":"afee6bf6c-31e1-44c5-905b-436ef7ba432f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/488009.html","title":"Is Artifact Modified Column for Workflow","navPath":"488009.html","bundleId":"work-tasks-2023-sp1","id":"a4d486aaa-d906-45fe-a665-071cb1baf3d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaPackage.html","title":"Edit a Package","navPath":"EditaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a874696bf-e39c-4d7d-9f85-07e1ab0b0c91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPrerequisitesofaPackage.html","title":"View Prerequisites of a Package","navPath":"ViewPrerequisitesofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"ad2e6fe87-0b1c-4b7f-b750-497270e9b605","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/runningandinstallingapackage.html","title":"Install a Package","navPath":"runningandinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"acf53496c-b4e6-4ed7-953e-5fa46e89d7af","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringthePackage.html","title":"Configure the Package","navPath":"ConfiguringthePackage.html","bundleId":"work-tasks-2023-sp1","id":"ac08177f7-5e0c-41c2-b89a-7a17d180a5fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageInstallationPrerequisites.html","title":"Package Installation - Prerequisites","navPath":"PackageInstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"afc47c6cb-f6ac-42db-be65-6f21d8439841","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeInitializationValues.html","title":"Runtime Initialization Values","navPath":"RuntimeInitializationValues.html","bundleId":"work-tasks-2023-sp1","id":"adb7cb483-9fa9-4c9d-9b47-ab2fd2722f7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalPackageFiles.html","title":"Additional Package Files","navPath":"AdditionalPackageFiles.html","bundleId":"work-tasks-2023-sp1","id":"a635f4f28-c444-47f1-8377-043a37f52629","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewValidationLog.html","title":"View Validation Log","navPath":"ViewValidationLog.html","bundleId":"work-tasks-2023-sp1","id":"a2ff0248a-7e59-4cf7-9e7d-f251096f5c9d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPackageHistory.html","title":"View Package History","navPath":"ViewPackageHistory.html","bundleId":"work-tasks-2023-sp1","id":"acb9c42e2-06f3-440b-ba5e-bcb7ef6ecac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeScenarios_1.html","title":"Upgrade Scenarios","navPath":"UpgradeScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"ac42be6e9-ee23-477d-9b7e-52f39577fe86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallaPackage.html","title":"Uninstall a Package","navPath":"UninstallaPackage.html","bundleId":"work-tasks-2023-sp1","id":"aff3e7e3e-c944-4b84-afce-edb73db134e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaPackage.html","title":"Delete a Package","navPath":"DeleteaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a2b602501-df1b-4288-9bf2-bb85ae87547e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigrationofPackages.html","title":"Migration of Packages","navPath":"MigrationofPackages.html","bundleId":"work-tasks-2023-sp1","id":"ae3470e2f-68c7-4dce-b0fc-c6e37e37a98e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyManagingPackagesusingConsoleApplication.html","title":"Remotely Managing Packages using Console Application","navPath":"RemotelyManagingPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a333cfe0b-aba0-48d1-b2a5-e462841f462b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Remotely Export, Import, Install, or Uninstall Packages using Console Application","navPath":"RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"ad3042051-ce3e-41e5-9708-1738aab14177","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","title":"Configure WWSKBPMRemotePackageManager Using XML","navPath":"ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","bundleId":"work-tasks-2023-sp1","id":"a7ea753ad-a476-4ddc-bbe3-1084ace875de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Import, Install, or Uninstall Packages using Console Application","navPath":"ImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a7d179174-6c31-4495-adbd-d7c6dc70c2d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMPackageManagerUsingXML.html","title":"Configure WWSKBPMPackageManager Using XML","navPath":"ConfigureWWSKBPMPackageManagerUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"ab54df007-904d-46f6-be7a-1169b57347fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddArtifactstoaPackageTemplate.html","title":"Add Artifacts to a Package Template","navPath":"AddArtifactstoaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a63181abf-0fc2-4bc5-8093-6a5168034a94","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEvents.html","title":"ArchestrA Events","navPath":"ArchestrAEvents.html","bundleId":"work-tasks-2023-sp1","id":"a764bb8d0-de38-4f84-b1aa-0b1c13c09f84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAM.html","title":"BAM","navPath":"BAM.html","bundleId":"work-tasks-2023-sp1","id":"af1aeaa3c-fce2-417c-ad90-0bc868399a93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Calendar.html","title":"Calendar","navPath":"Calendar.html","bundleId":"work-tasks-2023-sp1","id":"a8870f793-b5f7-415d-9217-b9bf4b16fe2f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnection.html","title":"Database Connection","navPath":"DatabaseConnection.html","bundleId":"work-tasks-2023-sp1","id":"afd7dc39e-df60-4ded-9d04-e58d3794da53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociations.html","title":"Event Associations","navPath":"EventAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a2fdf1822-dcea-4ec7-a38e-6d60b865258f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeScheduler.html","title":"Event Associations of Type Scheduler","navPath":"EventAssociationsofTypeScheduler.html","bundleId":"work-tasks-2023-sp1","id":"aaca277fe-6138-4490-a3f3-7e97c391e1c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeEnterpriseConsole.html","title":"Event Associations of Type Enterprise Console","navPath":"EventAssociationsofTypeEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a88c03cfd-1eb9-4d99-8ebd-a6b44ce26164","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeFileWatcher.html","title":"Event Associations of Type File Watcher","navPath":"EventAssociationsofTypeFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a7b610f0b-829c-4c13-9b7d-ad853cffc1c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeSystemPlatformEvents.html","title":"Event Associations of Type System Platform Events","navPath":"EventAssociationsofTypeSystemPlatformEvents.html","bundleId":"work-tasks-2023-sp1","id":"a4952bc9d-f5bf-48a4-a29c-d3b7f75f662d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeLogicApp.html","title":"Event Associations of Type Logic App","navPath":"EventAssociationsofTypeLogicApp.html","bundleId":"work-tasks-2023-sp1","id":"a843ecfff-151f-44a3-8da7-7789e8843a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeMessageQueue.html","title":"Event Associations of Type Message Queue","navPath":"EventAssociationsofTypeMessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a03fa230c-40d7-4062-acd4-be181336b84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationofTypeBAM.html","title":"Event Association of Type BAM","navPath":"EventAssociationofTypeBAM.html","bundleId":"work-tasks-2023-sp1","id":"abea72b5e-c20e-4203-952a-067aa4b8f242","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcher.html","title":"File Watcher","navPath":"FileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a4a78bafd-1e15-4230-93d0-edb4f2b49cf8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePhysicalPathofFileWatcher.html","title":"Resolve Physical Path of File Watcher","navPath":"ResolvePhysicalPathofFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a288e8c8b-e79d-4f3a-babc-814cd29d651b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Folder.html","title":"Folder","navPath":"Folder.html","bundleId":"work-tasks-2023-sp1","id":"a27782d3c-954a-4fba-a666-305e70f66cd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChildFolder.html","title":"Child Folder","navPath":"ChildFolder.html","bundleId":"work-tasks-2023-sp1","id":"ab7bc0228-9a31-4fa2-9595-ac43b0551401","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms.html","title":"Forms","navPath":"Forms.html","bundleId":"work-tasks-2023-sp1","id":"acb8bc8b1-ffa9-45d5-83ca-e9cd80b93218","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms_1.html","title":"Forms","navPath":"Forms_1.html","bundleId":"work-tasks-2023-sp1","id":"a742e0ec3-7a3b-46b0-9733-f420f9c3a2cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveActionBarSettings.html","title":"Resolve Action Bar Settings","navPath":"ResolveActionBarSettings.html","bundleId":"work-tasks-2023-sp1","id":"ad782c9d7-8931-4f57-8d72-c45d9391624f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePrintFormsDetails.html","title":"Resolve Print Forms Details","navPath":"ResolvePrintFormsDetails.html","bundleId":"work-tasks-2023-sp1","id":"a18c2c4e1-82dc-498c-acc8-65da30a9301f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveNavigateFormDetails.html","title":"Resolve Navigate Form Details","navPath":"ResolveNavigateFormDetails.html","bundleId":"work-tasks-2023-sp1","id":"a60410ed6-e18f-4da0-9e8a-72f951aa1a1d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforForms.html","title":"Configure Artifact Type Settings for Forms","navPath":"ConfigureArtifactTypeSettingsforForms.html","bundleId":"work-tasks-2023-sp1","id":"a6ec6d53d-4dbb-4a5c-b2bb-15f0b409c1bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforForms.html","title":"Resolve Custom Dependent Files for Forms","navPath":"ResolveCustomDependentFilesforForms.html","bundleId":"work-tasks-2023-sp1","id":"a841e5183-4290-48fa-b6ba-c86a8922f24e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveInvokeWorkflow.html","title":"Resolve Invoke Workflow","navPath":"ResolveInvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a4b22a524-4f10-4f07-86d1-2100e977c382","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveImage.html","title":"Resolve Image","navPath":"ResolveImage.html","bundleId":"work-tasks-2023-sp1","id":"a1e657b15-db50-4d09-b5e5-4088abbd4497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvingHyperlink.html","title":"Resolve Hyperlink","navPath":"ResolvingHyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a5e305c4f-9b61-499e-bb34-6dfa4c1bab67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAssociation.html","title":"Forms Association","navPath":"FormsAssociation.html","bundleId":"work-tasks-2023-sp1","id":"ad7b895e2-b1bf-4949-9a22-557d3762a378","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls.html","title":"Form Controls","navPath":"FormControls.html","bundleId":"work-tasks-2023-sp1","id":"a33e28f7d-6ac7-47b1-922b-48adb930f266","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforFormControls.html","title":"Resolve Custom Dependent Files for Form Controls","navPath":"ResolveCustomDependentFilesforFormControls.html","bundleId":"work-tasks-2023-sp1","id":"a66a9713d-82f8-4e19-8415-5dd77bcbf2a3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalWorkItemLayout.html","title":"Global Work Item Layout","navPath":"GlobalWorkItemLayout.html","bundleId":"work-tasks-2023-sp1","id":"a93f71210-1aca-41f7-91fa-a0979c11a92b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GridConfiguration.html","title":"Grid Configuration","navPath":"GridConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a07a57fe5-5f11-4739-8d67-4ff07e33993a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections_1.html","title":"Logic App Connections","navPath":"LogicAppConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a1dca395b-1caf-428b-a5fd-ade3033cc970","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSettings.html","title":"Lookup Settings","navPath":"LookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3b8030da-251f-4a1c-9350-0a55258d7c64","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupExampleScenarios.html","title":"Lookup Example Scenarios","navPath":"LookupExampleScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a77c920fd-4912-4f50-9129-30c634cdcc79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageList.html","title":"Manage List","navPath":"ManageList.html","bundleId":"work-tasks-2023-sp1","id":"adae57df1-cf50-41e2-9753-2d48150ccef0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageView.html","title":"Manage View","navPath":"ManageView.html","bundleId":"work-tasks-2023-sp1","id":"ad2cc9ee6-577a-4f23-813e-ad2ae0b80302","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections_1.html","title":"Message Queue Connections","navPath":"MessageQueueConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a94b3777a-3a4e-48b0-b618-7267c8c35537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections_1.html","title":"MQTT Connections","navPath":"MQTTConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a5a923eed-3dc2-4fbf-99c3-6da1c36590bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationList.html","title":"Navigation List","navPath":"NavigationList.html","bundleId":"work-tasks-2023-sp1","id":"a228c572d-a28f-4445-986a-bacfde07ebdb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationListFolders.html","title":"Navigation List Folders","navPath":"NavigationListFolders.html","bundleId":"work-tasks-2023-sp1","id":"ae50e4a29-c7ee-4bdd-b127-7a6fcda3b6ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforNavigationLinks.html","title":"Resolve Custom Dependent Files for Navigation Links","navPath":"ResolveCustomDependentFilesforNavigationLinks.html","bundleId":"work-tasks-2023-sp1","id":"abe648a70-1427-43b1-8394-c929ff35796c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement.html","title":"Queue Management","navPath":"QueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a7441922e-9c6e-43c4-acb3-97a54b9f8037","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveAssociatedWorkflowsforQueue.html","title":"Resolve Associated Workflows for Queue","navPath":"ResolveAssociatedWorkflowsforQueue.html","bundleId":"work-tasks-2023-sp1","id":"a17ceddb0-aff8-496b-8df3-9b95278c7741","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforQueue.html","title":"Resolve Custom Dependent Files for Queue","navPath":"ResolveCustomDependentFilesforQueue.html","bundleId":"work-tasks-2023-sp1","id":"aa639d561-5d56-4fbf-8414-ddaf27fc7ac5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Reports.html","title":"Reports","navPath":"Reports.html","bundleId":"work-tasks-2023-sp1","id":"af1274707-574e-4577-8070-600d7e6134a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportConnections.html","title":"Report Connections","navPath":"ReportConnections.html","bundleId":"work-tasks-2023-sp1","id":"ae843c8e8-baee-4b0c-8399-4f6f891398bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportTemplates.html","title":"Report Templates","navPath":"ReportTemplates.html","bundleId":"work-tasks-2023-sp1","id":"ad31845df-b635-4d35-b75c-65dbe2a24f9f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveReportTemplatePath.html","title":"Resolve Report Template Path","navPath":"ResolveReportTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"ad018f391-4e3c-4b51-a8f4-d4e4a2f11deb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygorup.html","title":"Security Group","navPath":"securitygorup.html","bundleId":"work-tasks-2023-sp1","id":"a0ed39a5d-869a-439c-ab7b-d0ccf643fd3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygrouprepolevel.html","title":"Security Group - Repository Level","navPath":"managesecuritygrouprepolevel.html","bundleId":"work-tasks-2023-sp1","id":"aed096455-5177-47ca-8db3-ec9103e6d6b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListLevel.html","title":"Security Group - List Level","navPath":"SecurityGroupListLevel.html","bundleId":"work-tasks-2023-sp1","id":"a66e501cd-b48f-4939-8357-dc125924e98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListItemLevel.html","title":"Security Group - List Item Level","navPath":"SecurityGroupListItemLevel.html","bundleId":"work-tasks-2023-sp1","id":"ae67d58e8-884d-4a4d-b749-589abe51b5d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithFormsasAssociatedArtifacts.html","title":"Security Group with Forms as Associated Artifacts","navPath":"SecurityGroupwithFormsasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"ad65aef49-ce96-41f1-8fab-1738db06bce9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithWorkflowasAssociatedArtifacts.html","title":"Security Group with Workflow as Associated Artifacts","navPath":"SecurityGroupwithWorkflowasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"a47633229-b7c5-4d22-8d2c-c15a7101dc0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityRight.html","title":"Security Right","navPath":"SecurityRight.html","bundleId":"work-tasks-2023-sp1","id":"a3ca1096c-93dc-43d8-8e8e-c98a81085722","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAAssembly.html","title":"SOA Assembly","navPath":"SOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"a10bc2f4d-e783-4024-8d20-b0ceec8c063a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforSOAAssembly.html","title":"Resolve Custom Dependent Files for SOA Assembly","navPath":"ResolveCustomDependentFilesforSOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"ac107b900-87df-452d-8912-a55cba487fc7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAFolder.html","title":"SOA Folder","navPath":"SOAFolder.html","bundleId":"work-tasks-2023-sp1","id":"acfa4e1d4-1a72-4935-a487-8cfe82b81237","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPI.html","title":"Web API","navPath":"WebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a6e874046-b592-4502-8a77-d580aa993de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPISource.html","title":"Web API Source","navPath":"WebAPISource.html","bundleId":"work-tasks-2023-sp1","id":"a28b3ad04-aeb9-4550-898f-eb99f14c6b40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Workflows.html","title":"Workflows","navPath":"Workflows.html","bundleId":"work-tasks-2023-sp1","id":"a35ddeb1e-1ad1-4874-8c5b-5526b20416c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforWorkflow.html","title":"Configure Artifact Type Settings for Workflow","navPath":"ConfigureArtifactTypeSettingsforWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a7ada0421-0481-4ab6-a89c-91193d97fcb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowActivities.html","title":"Resolve Workflow Activities","navPath":"ResolveWorkflowActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae94698c3-57d7-47fe-a060-014e92ae4411","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","title":"Map the Version of the Associated Workflow to the Parent Workflow","navPath":"MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a34633789-e7e4-48d2-9a71-57aa0a0caf00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedForm.html","title":"Map the Version of the Associated Form","navPath":"MaptheVersionoftheAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"ab3f2a563-5245-44d6-8d85-63e01f6e0fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWebServiceConfigurations.html","title":"Resolve Web Service Configurations","navPath":"ResolveWebServiceConfigurations.html","bundleId":"work-tasks-2023-sp1","id":"a8a0f4991-4414-4edd-b211-7e045453708a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveFileDetails.html","title":"Resolve File Details","navPath":"ResolveFileDetails.html","bundleId":"work-tasks-2023-sp1","id":"a978ee28f-84d6-48f1-af64-184feb245cc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDocumentViewURL.html","title":"Resolve Custom Document View URL","navPath":"ResolveCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"ad7323fcd-95b0-49c5-8406-ad86149093ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRedirectURL.html","title":"Resolve Redirect URL","navPath":"ResolveRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"aa8c7d37f-29fe-4879-b8d4-86c975833c1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveTemplatePath.html","title":"Resolve Template Path","navPath":"ResolveTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a9ab9cc3b-e423-417c-930a-54bb3e1c3cb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowswithDatabaseActivity.html","title":"Resolve Workflows with Database Activity","navPath":"ResolveWorkflowswithDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9778ec46-634e-4fa2-bd6d-2d11bfc77b3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveScriptActivityReferences.html","title":"Resolve Script Activity References","navPath":"ResolveScriptActivityReferences.html","bundleId":"work-tasks-2023-sp1","id":"a7b67fd26-1c91-4867-9878-2ddc713e226e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforScriptActivity.html","title":"Resolve Custom Dependent Files for Script Activity","navPath":"ResolveCustomDependentFilesforScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad9aa3f23-2b9d-43b4-a530-86b6995bf64c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveUserorRoleBasedExceptionTemplate.html","title":"Resolve User or Role Based Exception Template","navPath":"ResolveUserorRoleBasedExceptionTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2d63143c-5c41-4297-bfcf-c486bd9b3ab7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveDeliveryChannels.html","title":"Resolve Delivery Channels","navPath":"ResolveDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a154c44b8-a1ec-4b7a-b767-2c0b78e4f08b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveXMLVariables.html","title":"Resolve XML Variables","navPath":"ResolveXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e3f4866-aa15-4500-ba57-195aa0c42047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomActivities.html","title":"Resolve Custom Activities","navPath":"ResolveCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"aee0d3336-f45b-419d-8495-827d80fa152b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CorrectCustomActivities.html","title":"Correct Custom Activities","navPath":"CorrectCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"a8ae25eb3-11d3-42fb-8be3-0b00c7a1c758","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveMESXMLCommandActivity.html","title":"Resolve MES XML Command Activity","navPath":"ResolveMESXMLCommandActivity.html","bundleId":"work-tasks-2023-sp1","id":"a215cdc5a-bea3-4780-9fdd-256fedf8ee9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitforMESEventActivity.html","title":"Resolve Wait for MES Event Activity","navPath":"ResolveWaitforMESEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae98bddbd-0a20-490a-9554-15c76b54e181","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveStartMESTransactionActivity.html","title":"Resolve Start MES Transaction Activity","navPath":"ResolveStartMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3ad3e86c-bc97-45fa-9264-ded38f7d5352","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCommitMESTransactionActivity.html","title":"Resolve Commit MES Transaction Activity","navPath":"ResolveCommitMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36bc9ada-6444-449d-90ea-faf1e3fee0f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRollbackMESTransactionActivity.html","title":"Resolve Rollback MES Transaction Activity","navPath":"ResolveRollbackMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19ebe465-cbc6-4008-b62d-fec18135c77b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveArchestrAActivities.html","title":"Resolve ArchestrA Activities","navPath":"ResolveArchestrAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a6a1f995f-bab4-4516-bf8d-4b8f9a441bf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitForLogicAppAlert.html","title":"Resolve Wait For Logic App Alert","navPath":"ResolveWaitForLogicAppAlert.html","bundleId":"work-tasks-2023-sp1","id":"a8f4808fe-0675-4216-bf13-a4eca6e4919d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCallLogicAppConnection.html","title":"Resolve Call Logic App Connection","navPath":"ResolveCallLogicAppConnection.html","bundleId":"work-tasks-2023-sp1","id":"a387a0499-8911-4e6a-9d5c-d328f7f5600e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemField.html","title":"Work Item Field","navPath":"WorkItemField.html","bundleId":"work-tasks-2023-sp1","id":"a6841114a-7422-4daa-b778-51507c1e6b44","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IncludeChildItem.html","title":"Include Child Item","navPath":"IncludeChildItem.html","bundleId":"work-tasks-2023-sp1","id":"aac6985d9-7561-4409-a574-b6d7e11a3311","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileDistribution.html","title":"File Distribution","navPath":"FileDistribution.html","bundleId":"work-tasks-2023-sp1","id":"a3a5758a3-4ec1-49dd-a387-d40c016c71f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SQLScriptGenerationandExecution.html","title":"SQL Script Generation and Execution","navPath":"SQLScriptGenerationandExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be4ce3b-451d-4f3b-8d26-36d1234541de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageinaDistributedEnvironment.html","title":"Package in a Distributed Environment","navPath":"PackageinaDistributedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a6aaaee99-38ad-415b-a36d-d6f21130fbba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingpackages.html","title":"Troubleshoot Packages","navPath":"troubleshootingpackages.html","bundleId":"work-tasks-2023-sp1","id":"acdb84908-1987-42c1-9000-c0f62106d81c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/eventassociationwithenterpriseconsoleatlistitemlevel.html","title":"Event Association with Enterprise Console at List item Level","navPath":"eventassociationwithenterpriseconsoleatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"abcad2b08-0d5e-4c61-a9ba-a1df9c52ea38","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packageableartifacts.html","title":"Packageable Artifacts","navPath":"packageableartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a201d85e4-34e6-4f95-bc45-5b7cb276fd8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Localization.html","title":"Localization","navPath":"Localization.html","bundleId":"work-tasks-2023-sp1","id":"ae5486f35-5ee5-4a37-b1df-439532805014","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScopeofLocalization.html","title":"Scope of Localization","navPath":"ScopeofLocalization.html","bundleId":"work-tasks-2023-sp1","id":"a0bcb2366-4ebc-46c5-a0f6-8b600cd96c52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeAVEVAWorkTasks.html","title":"Steps to Localize AVEVA Work Tasks","navPath":"StepstoLocalizeAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a2d272157-2747-4133-b354-8e31779784ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeGridControl.html","title":"Steps to Localize Grid Control","navPath":"StepstoLocalizeGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8f74be7-48ca-4ad4-a9ba-bc6051100183","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","title":"Steps to Localize Editor Control in WorkflowMemo and Wizard","navPath":"StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","bundleId":"work-tasks-2023-sp1","id":"a783abb2f-276d-4162-8c61-80cb2296d963","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizetheEscalationEmailWizard.html","title":"Steps to Localize the Escalation Email Wizard","navPath":"StepstoLocalizetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"a81ccd275-97c7-491a-9b70-d5071116408c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeRepositoryNameinEnterpriseConsole.html","title":"Steps to Localize Repository Name in Enterprise Console","navPath":"StepstoLocalizeRepositoryNameinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abaf899d1-7305-46d3-81bb-bc85fe858a48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeListNames.html","title":"Steps to Localize List Names","navPath":"StepstoLocalizeListNames.html","bundleId":"work-tasks-2023-sp1","id":"a8cbbb214-a79b-42ac-a4b1-0fe1e4aa8a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeForms.html","title":"Steps to Localize Forms","navPath":"StepstoLocalizeForms.html","bundleId":"work-tasks-2023-sp1","id":"a8787179c-6ecb-4c89-9508-3bef6b7c14a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeDefaultPropertiesofWebPartEditor.html","title":"Steps to Localize Default Properties of Web Part Editor","navPath":"StepstoLocalizeDefaultPropertiesofWebPartEditor.html","bundleId":"work-tasks-2023-sp1","id":"a18fdc0a8-ebcc-4eea-bd87-998fe35df479","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","title":"Steps to Localize Provider in Role Lookup User Lookup and Assign Actor Property","navPath":"StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","bundleId":"work-tasks-2023-sp1","id":"a6c98ae1f-8a58-45d6-bd93-6fec7eaa8524","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NonSupportedLocalizationTags.html","title":"Non-supported Localization Tags","navPath":"NonSupportedLocalizationTags.html","bundleId":"work-tasks-2023-sp1","id":"a792616b5-2ef0-4eda-9ece-317cff71f00a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizationFolders.html","title":"Localization Folders","navPath":"LocalizationFolders.html","bundleId":"work-tasks-2023-sp1","id":"a3ef1f73b-6e41-4b5f-aefa-b07487222367","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalesFolder.html","title":"Locales Folder","navPath":"LocalesFolder.html","bundleId":"work-tasks-2023-sp1","id":"ae695ebc9-c7f6-487c-8f20-c1aa29295173","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowElementsFolder.html","title":"Workflow Elements Folder","navPath":"WorkflowElementsFolder.html","bundleId":"work-tasks-2023-sp1","id":"a872b0e4e-26d8-4345-aaa1-f58f806cf145","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofKeystobeLocalizedforWorkItemListControl.html","title":"List of Keys to be Localized for Work Item List Control","navPath":"ListofKeystobeLocalizedforWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"ad19ff92b-bb54-47c9-92f7-d1ae7f0412ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingWebGridControl.html","title":"Keys for Localizing WebGrid Control","navPath":"KeysforLocalizingWebGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae5a5e460-746d-4974-bbe8-3fb2eda86410","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingListNames.html","title":"Keys for Localizing List Names","navPath":"KeysforLocalizingListNames.html","bundleId":"work-tasks-2023-sp1","id":"a695b5808-03f1-4735-83d2-9a6e3755dddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","title":"Localize the Response Sent for an Invalid Email to the Communication Engine","navPath":"LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","bundleId":"work-tasks-2023-sp1","id":"afeafda01-4879-4ea1-8ac1-6b1bddaed9dc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSamples.html","title":"Code Samples","navPath":"CodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a215c7c78-0c30-4489-bf5a-f8267e775cdd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RestartServices.html","title":"Restart Services","navPath":"RestartServices.html","bundleId":"work-tasks-2023-sp1","id":"a4e3e5d8b-91f4-47e0-97c9-575ad4843719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflow.html","title":"Execute Workflow","navPath":"ExecuteWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"acd2b4f4e-bb06-47a4-bd18-817382702e1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomActivity.html","title":"Custom Activity","navPath":"CustomActivity.html","bundleId":"work-tasks-2023-sp1","id":"aafcd6210-3d29-49aa-8e60-a1866e71ae48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomActivitywithoutanyProperties.html","title":"Configure Custom Activity without any Properties","navPath":"ConfigureCustomActivitywithoutanyProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1eac8260-62e1-4d48-b9e0-b74312bc9ad2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomApprovalActivity.html","title":"Custom Approval Activity","navPath":"CustomApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a307aed8c-e3f3-419a-96e1-25e9aae949fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomChoiceActivity.html","title":"Custom Choice Activity","navPath":"CustomChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"aef40a861-bd76-488e-9635-ed23619aacf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementationofCustomWorkItemForm.html","title":"Implementation of Custom WorkItemForm","navPath":"ImplementationofCustomWorkItemForm.html","bundleId":"work-tasks-2023-sp1","id":"acb340f03-6306-49c1-a4e1-0faf5837a2b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomASPXProperty.html","title":"Configure Custom ASPX Property","navPath":"ConfigureCustomASPXProperty.html","bundleId":"work-tasks-2023-sp1","id":"a2d76d1d0-3b38-48bc-8593-1f85f67a19ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomProperty.html","title":"Custom Property","navPath":"CustomProperty.html","bundleId":"work-tasks-2023-sp1","id":"a0ef4636a-141e-492c-bc17-d453da9d6d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomEngineActivity.html","title":"Custom Engine Activity","navPath":"CustomEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"adeba37ec-2049-4ee2-966b-cc02c2d28818","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureASPXFormasWorkItemDetailViewPage.html","title":"Configure ASPX Form as Work Item Detail View Page","navPath":"ConfigureASPXFormasWorkItemDetailViewPage.html","bundleId":"work-tasks-2023-sp1","id":"a04521a76-a93d-403d-b02a-871e94572664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetClientCredentialToken.html","title":"Get Client Credential Token","navPath":"GetClientCredentialToken.html","bundleId":"work-tasks-2023-sp1","id":"aeb607436-64c8-4c99-93d3-f23ad36ee7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IPropertyRoutingCondition.html","title":"IPropertyRoutingCondition","navPath":"IPropertyRoutingCondition.html","bundleId":"work-tasks-2023-sp1","id":"aaf34d098-9696-4644-b469-4ce29584161c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists.html","title":"Lists","navPath":"Lists.html","bundleId":"work-tasks-2023-sp1","id":"a17e72d43-769f-4adf-84d1-e5ab00e3a17a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowList.html","title":"Workflow List","navPath":"WorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"aa2999e6c-c196-4033-81c9-cded56b2f125","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddWorkflowItemtoWorkflowList.html","title":"Add Workflow Item to Workflow List","navPath":"AddWorkflowItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a504e0b60-8f7d-425f-8a8d-c335c0ffe378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheWorkflowsPresentintheSelectedRepository.html","title":"Get All the Workflows Present in the Selected Repository","navPath":"GetAlltheWorkflowsPresentintheSelectedRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac009fa59-9300-486c-84d4-19caaed7724b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheVersionsofaWorkflow.html","title":"Get All the Versions of a Workflow","navPath":"GetAlltheVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0929b3d1-94a6-4f90-bd69-fc00934749b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAllthePublishedVersionsofaWorkflow.html","title":"Get All the Published Versions of a Workflow","navPath":"GetAllthePublishedVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1c0c4fa0-d88b-4028-9467-9083fd193cc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFolderItemtoWorkflowList.html","title":"Add Folder Item to Workflow List","navPath":"AddFolderItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a152dbe9a-019b-4cd5-8170-8c59cf41c0e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditExistingFolderIteminWorkflowList.html","title":"Edit Existing Folder Item in Workflow List","navPath":"EditExistingFolderIteminWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a9db02238-cd82-4cd0-ba84-a5cfe8a9e132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImporttheWorkflowfromWorkflowDefinitionXml.html","title":"Import the Workflow from Workflow Definition Xml","navPath":"ImporttheWorkflowfromWorkflowDefinitionXml.html","bundleId":"work-tasks-2023-sp1","id":"a9c173f18-d8d7-4fc1-b30a-7befc57cb049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewVersion.html","title":"Create New Version","navPath":"CreateNewVersion.html","bundleId":"work-tasks-2023-sp1","id":"a716f2ca4-00ee-4298-93be-73540fa85471","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateListItem.html","title":"Create ListItem","navPath":"CreateListItem.html","bundleId":"work-tasks-2023-sp1","id":"a053bb9a5-6011-4388-9fa3-26c656a29292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem.html","title":"Save ListItem","navPath":"SaveListItem.html","bundleId":"work-tasks-2023-sp1","id":"a77ccad6e-279f-4f41-a704-aac9929c2105","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataSource.html","title":"Data Source","navPath":"DataSource.html","bundleId":"work-tasks-2023-sp1","id":"a630230ea-d016-42f3-9a3a-1c0605e6b484","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementIDBConnectionStringInterface.html","title":"Implement IDBConnectionString Interface","navPath":"ImplementIDBConnectionStringInterface.html","bundleId":"work-tasks-2023-sp1","id":"a11d57651-6f7c-49b0-836e-4dccc0e4a390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingConnectionString.html","title":"Create Data Source Using ConnectionString","navPath":"CreateDataSourceUsingConnectionString.html","bundleId":"work-tasks-2023-sp1","id":"a8a670fba-c623-4946-97f6-2177f1e3ce73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingAssemblyFile.html","title":"Create Data Source Using Assembly File","navPath":"CreateDataSourceUsingAssemblyFile.html","bundleId":"work-tasks-2023-sp1","id":"a80d2e326-4b7e-4a10-9e70-f32c2775f883","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","title":"Subscribe AssemblyResolve Event while Using APIs for Database-related Activities","navPath":"SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","bundleId":"work-tasks-2023-sp1","id":"aab3f0327-a611-4f38-a5fa-4c715681d243","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableAPI.html","title":"XML Variable API","navPath":"XMLVariableAPI.html","bundleId":"work-tasks-2023-sp1","id":"ac27828ca-8a43-48a6-9780-264676f86b77","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebServiceUsingWindowsApplication.html","title":"Create Web Service Using Windows Application","navPath":"CreateWebServiceUsingWindowsApplication.html","bundleId":"work-tasks-2023-sp1","id":"a9fb44239-4866-44f2-9cea-060def5a6393","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOACodeSamples.html","title":"SOA","navPath":"SOACodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a52473022-2c39-49db-86aa-12a30abd8851","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseSOAinaSimpleMethod.html","title":"How to Use SOA in a Simple Method?","navPath":"HowtoUseSOAinaSimpleMethod.html","bundleId":"work-tasks-2023-sp1","id":"a92ac3418-47b3-4ea1-a43d-0c167a97a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","title":"How to Use a Web Service or Remote Service using SOA Infrastructure?","navPath":"HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","bundleId":"work-tasks-2023-sp1","id":"a86638f50-0672-4aa5-891c-1a35857515b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseanApplicationthatInteractswiththeSQLServer.html","title":"How to Use an Application that Interacts with the SQL Server?","navPath":"HowtoUseanApplicationthatInteractswiththeSQLServer.html","bundleId":"work-tasks-2023-sp1","id":"ab8234781-c006-4eba-ba0b-6cac64d5e213","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseStaticMembersoftheClass.html","title":"How to Use Static Members of the Class?","navPath":"HowtoUseStaticMembersoftheClass.html","bundleId":"work-tasks-2023-sp1","id":"afff126d8-d5f8-4b07-9244-4e3063ab199c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPasstheObjectasParametertotheConstructor.html","title":"How to Pass the Object as Parameter to the Constructor?","navPath":"HowtoPasstheObjectasParametertotheConstructor.html","bundleId":"work-tasks-2023-sp1","id":"a909ff490-6db1-4a98-a50c-73730eeaccaa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseScriptinginExpressionEditor.html","title":"How to Use Scripting in Expression Editor?","navPath":"HowtoUseScriptinginExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"a202c8253-4a23-418c-8183-03bbe1eab9f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseExpressioninConstructorParameter.html","title":"How to Use Expression in Constructor Parameter?","navPath":"HowtoUseExpressioninConstructorParameter.html","bundleId":"work-tasks-2023-sp1","id":"a73678617-4939-4171-a45c-74a27367264d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAObjectSupport.html","title":"SOA Object Support","navPath":"SOAObjectSupport.html","bundleId":"work-tasks-2023-sp1","id":"ab3052381-a5d7-4ac5-9171-fbe189c7782a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesSupportedforSOA.html","title":"Features Supported for SOA","navPath":"FeaturesSupportedforSOA.html","bundleId":"work-tasks-2023-sp1","id":"a69192bad-5f21-485e-9ac5-aaaf2e4b4156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario.html","title":"Scenario","navPath":"Scenario.html","bundleId":"work-tasks-2023-sp1","id":"a241788be-d230-4fc4-8917-d3655716b7a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateClassforHandlingtheProductObject.html","title":"How to Create a Class for Handling the 'Product' Object?","navPath":"HowtoCreateClassforHandlingtheProductObject.html","bundleId":"work-tasks-2023-sp1","id":"a3ee7ead4-3547-4e93-9ce3-54a531e28b66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateanObjectInstance.html","title":"How to Create an Object Instance?","navPath":"HowtoCreateanObjectInstance.html","bundleId":"work-tasks-2023-sp1","id":"a58cb4d1b-86f6-4e82-8477-c65cb5fbe3f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateaVariable.html","title":"How to Create a Variable?","navPath":"HowtoCreateaVariable.html","bundleId":"work-tasks-2023-sp1","id":"a91da87ce-8a73-498d-8dbb-97b2509e1c54","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowTo.html","title":"How To","navPath":"HowTo.html","bundleId":"work-tasks-2023-sp1","id":"a2eb52bdd-1a20-4a9b-a68b-e5d8197f2dc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserstoActiveDirectory.html","title":"Add Users to Active Directory","navPath":"AddUserstoActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a528aa006-b311-4d5c-97cc-c17763e9b340","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomWizards.html","title":"Create Custom Wizards","navPath":"CreateCustomWizards.html","bundleId":"work-tasks-2023-sp1","id":"a679655ab-25f2-4417-a654-b0b3b937965c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnValuesfromEnginetoClient.html","title":"Return Values from Engine to Client","navPath":"ReturnValuesfromEnginetoClient.html","bundleId":"work-tasks-2023-sp1","id":"af847ced3-ddf3-4d71-b794-13ce274619fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","title":"Implement Interface to Get Action and Workflow Status Change Information from Engine","navPath":"ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","bundleId":"work-tasks-2023-sp1","id":"a22552730-b231-456e-a1b0-3929f3496121","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserNamewithDomainName.html","title":"Get User Name with Domain Name","navPath":"GetUserNamewithDomainName.html","bundleId":"work-tasks-2023-sp1","id":"a56eeff39-63a6-4c61-990f-7af79806bd94","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices.html","title":"Best Practices","navPath":"BestPractices.html","bundleId":"work-tasks-2023-sp1","id":"ac6e8fad9-9986-42f7-a836-71bace2c02ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseTips.html","title":"Database Tips","navPath":"DatabaseTips.html","bundleId":"work-tasks-2023-sp1","id":"a66b1e681-7fcd-4155-b339-5a9b7c95482b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodingTips.html","title":"Coding Tips","navPath":"CodingTips.html","bundleId":"work-tasks-2023-sp1","id":"a6f12ea63-4162-4ca4-9253-53bf3e41e9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceTips.html","title":"Performance Tips","navPath":"PerformanceTips.html","bundleId":"work-tasks-2023-sp1","id":"af478b4c7-b8d8-4ccf-9c87-f600d2b28222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinWorkTasks.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a177a28f1-cf7a-4798-921f-a557f4deec68","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinWorkTasks.html","title":"Limitations","navPath":"LimitationsinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"af5904716-f74a-4700-98b3-e9b77fd40041","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsandlistsuserguide.html","title":"Forms and Lists User Guide","navPath":"wonderwareskeltabpmformsandlistsuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a4d41db51-af01-4204-acc6-e10db9405f66","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsguide.html","title":"Forms","navPath":"wonderwareskeltabpmformsguide.html","bundleId":"work-tasks-2023-sp1","id":"ac232b753-edab-4ad5-8a0c-c0fcfb547ba3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithforms.html","title":"Get Started with Forms","navPath":"gettingstartedwithforms.html","bundleId":"work-tasks-2023-sp1","id":"acb0bfb0c-74b3-483c-b1f3-a6cd73749615","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/forms_2.html","title":"Access Forms","navPath":"forms_2.html","bundleId":"work-tasks-2023-sp1","id":"ab3f9fd16-2394-4973-bc47-b22028bc3823","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateandOrganizeForms.html","title":"Create and Organize Forms","navPath":"CreateandOrganizeForms.html","bundleId":"work-tasks-2023-sp1","id":"ae49fc783-bf58-4380-bda4-6ab731d7655b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateForms.html","title":"Create Forms","navPath":"CreateForms.html","bundleId":"work-tasks-2023-sp1","id":"a7db0fb64-14f1-4bb7-bebe-3a46446346f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFoldersforForms.html","title":"Create Folders for Forms","navPath":"CreateFoldersforForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b07bc5c-262c-400e-b6f3-e8549db312ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewChildItemsofForms.html","title":"View Child Items of Forms","navPath":"ViewChildItemsofForms.html","bundleId":"work-tasks-2023-sp1","id":"a5f6081ed-4ebe-4d40-ae11-ef9f9565e5f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingforms.html","title":"Organize Forms","navPath":"organizingforms.html","bundleId":"work-tasks-2023-sp1","id":"a6112ecf8-367e-4ace-b409-f4a54dd6dd5b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandSaveForms.html","title":"Import and save Forms","navPath":"ImportandSaveForms.html","bundleId":"work-tasks-2023-sp1","id":"aa01c9006-3085-4feb-be64-2b6054e44dd1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importingforms.html","title":"Import Forms","navPath":"importingforms.html","bundleId":"work-tasks-2023-sp1","id":"ac88ca5ae-98d5-43f1-82f0-d1fe0006b6d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportForms.html","title":"Export Forms","navPath":"ExportForms.html","bundleId":"work-tasks-2023-sp1","id":"a7ef8c390-cabc-4a22-bbfe-ecf5aee3e998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewVersionsofForms.html","title":"View Versions of Forms","navPath":"ViewVersionsofForms.html","bundleId":"work-tasks-2023-sp1","id":"ab3606a53-6302-4ee2-ad63-651af87d21d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandPublishForms.html","title":"Design and publish Forms","navPath":"DesignandPublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a37518f9a-7723-4917-aa8c-a07e541acc3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignForms.html","title":"Design Forms","navPath":"DesignForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b4f1c2f-eef6-432d-992c-6b9a3cc6dc34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditForms.html","title":"Edit Forms","navPath":"EditForms.html","bundleId":"work-tasks-2023-sp1","id":"a98999839-0f1b-4060-af5a-b264634373f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteForms.html","title":"Delete Forms","navPath":"DeleteForms.html","bundleId":"work-tasks-2023-sp1","id":"a204b7034-040b-4807-a5cc-1196450d386b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreviewForms.html","title":"Preview Forms","navPath":"PreviewForms.html","bundleId":"work-tasks-2023-sp1","id":"a78547e24-2792-48b9-91f2-22e07856d2ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms.html","title":"Publish Forms","navPath":"PublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a3fc6f79b-9762-48c3-9aea-a65a6d5f2b92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishForms.html","title":"Unpublish Forms","navPath":"UnpublishForms.html","bundleId":"work-tasks-2023-sp1","id":"adf090849-95c4-4f1e-b3a2-943eb83cf88f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishFolders.html","title":"Publish Folders","navPath":"PublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"adb3c5f1c-d6bb-4f1a-ae10-c2f103f46c9a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishFolders.html","title":"Unpublish Folders","navPath":"UnpublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"ad039447a-8787-4710-b2fe-9ddf82d65c06","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSecureForms.html","title":"Manage and secure Forms","navPath":"ManageandSecureForms.html","bundleId":"work-tasks-2023-sp1","id":"a432f6b55-f2a2-46b6-bb24-42d757747671","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockForms.html","title":"Lock Forms","navPath":"LockForms.html","bundleId":"work-tasks-2023-sp1","id":"afd88f03e-8b36-450a-b92a-9c171ee4025e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnlockForms.html","title":"Unlock Forms","navPath":"UnlockForms.html","bundleId":"work-tasks-2023-sp1","id":"a8fcdd00f-b986-40e8-9df1-4079af5b4bc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingforms.html","title":"Disable Forms","navPath":"disablingforms.html","bundleId":"work-tasks-2023-sp1","id":"ad21b4bcd-cc5c-45c0-b00b-1cab741cbae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableForms.html","title":"Enable Forms","navPath":"EnableForms.html","bundleId":"work-tasks-2023-sp1","id":"aaf760fb1-3ec7-4538-8193-29f095a4e9f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filteringforms.html","title":"Filter Forms","navPath":"filteringforms.html","bundleId":"work-tasks-2023-sp1","id":"ad7b81541-a380-4a6e-b838-7151c823f34e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnershipofForms.html","title":"Change ownership of Forms","navPath":"ChangeOwnershipofForms.html","bundleId":"work-tasks-2023-sp1","id":"a7d113f02-b5e1-49c5-81b5-d012fe51572c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityofforms.html","title":"Set Security of Forms","navPath":"settingsecurityofforms.html","bundleId":"work-tasks-2023-sp1","id":"a7ed7b6b9-1dba-43e9-854a-165075a1b149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPropertiesofForms.html","title":"View Properties of Forms","navPath":"ViewPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a09fdf93b-3af5-46e7-a7b1-0273c74197a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAuditHistoryofForms.html","title":"View Audit History of Forms","navPath":"ViewAuditHistoryofForms.html","bundleId":"work-tasks-2023-sp1","id":"aed057f29-7aa6-4c12-8f2c-0f2d1c2c1772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingformslinks.html","title":"Create Forms Links","navPath":"creatingformslinks.html","bundleId":"work-tasks-2023-sp1","id":"af79f7c11-3eac-493c-8e2c-e8cd7185ccce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dynamiclistforms.html","title":"Dynamic list Forms","navPath":"dynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a1818c4a9-f704-4525-8bff-25c8d0bfde05","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingdynamiclistforms.html","title":"Create dynamic List Forms","navPath":"creatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"ac5c24c2c-9b8c-44d6-9e9e-a3f679aedb25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/validatingdynamiclistforms.html","title":"Validate Dynamic List Forms","navPath":"validatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a64e7bb6b-a0f9-4494-a3b9-b5d80c738147","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateFormstoWorkflows.html","title":"Associate Forms to Workflows","navPath":"AssociateFormstoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a56876be2-9292-4c12-9a22-07fd66d031ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associatingformstoworkflows.html","title":"Associate Forms to Workflows","navPath":"associatingformstoworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac2d07e91-93a4-4e4e-846f-515ad4198513","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BindaFormtotheWorkflow.html","title":"Bind a Form to the Workflow","navPath":"BindaFormtotheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab7e19ec2-cd8b-40a5-ab6e-2382e8b22487","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormXMLMapping.html","title":"Form XML Mapping","navPath":"FormXMLMapping.html","bundleId":"work-tasks-2023-sp1","id":"a71e56b5d-6207-4c22-8450-595a6a14be12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditAssociationoftheAlreadyAssociatedForm.html","title":"Edit Association of the Already Associated Form","navPath":"EditAssociationoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"aeea8bf3e-4531-4d13-801c-e1acf97a0df3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditMappingsoftheAlreadyAssociatedForm.html","title":"Edit Mappings of the Already Associated Form","navPath":"EditMappingsoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"a6fb01a36-65f9-4398-88b7-f2b908f4211f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAssociationofFormswithWorkflows.html","title":"View Association of Forms with Workflows","navPath":"ViewAssociationofFormswithWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"acc9b8eb1-9a49-40e5-9a1f-e050838a27a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DissociateFormsfromWorkflows.html","title":"Dissociate Forms from Workflows","navPath":"DissociateFormsfromWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a50d60ebf-7c49-4b32-a947-c2f603ae6c6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignWorkflowsforAssociatedForms.html","title":"Design Workflows for Associated Forms","navPath":"DesignWorkflowsforAssociatedForms.html","bundleId":"work-tasks-2023-sp1","id":"ab4f051a9-d658-4e17-bfb7-c376dabcea7a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsDesigner.html","title":"Forms Designer","navPath":"FormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a50e1ecd0-69a6-45ad-8677-68ed408a7143","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageForms.html","title":"Manage Forms","navPath":"ManageForms.html","bundleId":"work-tasks-2023-sp1","id":"a114992b9-4e56-4286-80ec-80c7fe490b31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofForms.html","title":"Edit Properties of Forms","navPath":"EditPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a2adb3343-c3b0-4419-b96a-5fd247631014","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/previewingformsinformsdesigner.html","title":"Preview Forms","navPath":"previewingformsinformsdesigner.html","bundleId":"work-tasks-2023-sp1","id":"afd7c297c-6b4c-49ff-ba8c-0e5437c109ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms_1.html","title":"Publish Forms","navPath":"PublishForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a7b03bdd7-105d-4411-a037-9da813b1a0bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/220967.html","title":"List Structure","navPath":"220967.html","bundleId":"work-tasks-2023-sp1","id":"a799ff288-274f-46d4-8779-7be21223c652","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageControls.html","title":"Manage Controls","navPath":"ManageControls.html","bundleId":"work-tasks-2023-sp1","id":"a672dff7e-94d6-40cf-bb66-2aa0ffdcbb37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControls.html","title":"Add Controls","navPath":"AddControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c359367-0034-4295-9658-d01063829b4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls.html","title":"Move Controls","navPath":"MoveControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c38e9b3-06a1-4b13-aaee-4dba8a92eba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CloneControls.html","title":"Clone Controls","navPath":"CloneControls.html","bundleId":"work-tasks-2023-sp1","id":"a6420aea4-4be4-400e-ac33-dc1e53db3638","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls.html","title":"Delete Controls","navPath":"DeleteControls.html","bundleId":"work-tasks-2023-sp1","id":"a701d8781-a959-45c8-80dc-6b925c8d3e9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClearControls.html","title":"Clear Controls","navPath":"ClearControls.html","bundleId":"work-tasks-2023-sp1","id":"ab139807e-2aac-4638-81e9-a827d2b90aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls.html","title":"Replace Controls","navPath":"ReplaceControls.html","bundleId":"work-tasks-2023-sp1","id":"a3446a468-7e97-4417-815a-b70676936aec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditNameofControls.html","title":"Edit Name of Controls","navPath":"EditNameofControls.html","bundleId":"work-tasks-2023-sp1","id":"ac8818bc6-79db-4565-824b-8b9dd0dfa07e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls.html","bundleId":"work-tasks-2023-sp1","id":"af46d3334-0b0d-4997-b5d0-693a7d62e8d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignGuidelines.html","title":"Design Guidelines","navPath":"DesignGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad18bf23a-e772-4c8d-8429-4e683e6796ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customstyles.html","title":"Custom Styles","navPath":"customstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad621322c-2b57-4150-8cff-5322f10e18b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718950.html","title":"Arc","navPath":"718950.html","bundleId":"work-tasks-2023-sp1","id":"a979531cd-7162-4552-a2d2-f641c56eff53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buttoncustomstyles.html","title":"Button","navPath":"buttoncustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a2ae9945b-d27c-4521-aa7f-444d94b1c024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719693.html","title":"Card","navPath":"719693.html","bundleId":"work-tasks-2023-sp1","id":"ab4eae85a-7342-4af7-a241-db29e141d99d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/732886.html","title":"Gantt Chart","navPath":"732886.html","bundleId":"work-tasks-2023-sp1","id":"a588ebf3a-c1ac-49c9-84ac-66d123285708","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/253979.html","title":"Gauge","navPath":"253979.html","bundleId":"work-tasks-2023-sp1","id":"a9a1c7c45-28b2-4fd0-a7c9-d5976d05ab34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formcustomstyles.html","title":"Form","navPath":"formcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a54aa6bfe-b7ac-4939-a675-95218ad641a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformcustomstyles.html","title":"Base Form","navPath":"baseformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a495bda55-a7d1-4b05-9ea8-20bc2359b04f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelformcustomstyles.html","title":"Panel Form","navPath":"panelformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"aac62edfc-6ed6-450a-a7a5-b3e182ef95a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/201636.html","title":"Embed Form","navPath":"201636.html","bundleId":"work-tasks-2023-sp1","id":"acb660e5a-3a2f-4ffa-a192-711f2dc50123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719160.html","title":"Progress Bar","navPath":"719160.html","bundleId":"work-tasks-2023-sp1","id":"a8ed318e1-59e9-45b4-9a65-14d39b7da82b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabscustomstyles.html","title":"Tabs","navPath":"tabscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad2267193-7e56-4b2a-9810-e233f649e829","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/othercontrolscustomstyles.html","title":"Other Controls","navPath":"othercontrolscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a346301e7-d0ad-4ca7-b256-08fdc5c32dc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimits.html","title":"Boundaries and Limits","navPath":"BoundariesandLimits.html","bundleId":"work-tasks-2023-sp1","id":"a231a022d-c8bd-4fef-9dbd-a66ffed322f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TestEnvironment.html","title":"Test Environment","navPath":"TestEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a5a55fc53-9979-427b-a11e-c291ef2771a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimitsbyProperty.html","title":"Boundaries and Limits by Property","navPath":"BoundariesandLimitsbyProperty.html","bundleId":"work-tasks-2023-sp1","id":"ab98ec54d-0684-433b-97cd-7d041266e847","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81448.html","title":"Control Classification","navPath":"81448.html","bundleId":"work-tasks-2023-sp1","id":"a496d45a1-05b0-453d-a231-f6e5b7bfc65d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81449.html","title":"Boundaries and Limits by Control","navPath":"81449.html","bundleId":"work-tasks-2023-sp1","id":"acebc6963-8690-4957-b194-e9ea9b12c450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81450.html","title":"Boundaries and Limits by Form","navPath":"81450.html","bundleId":"work-tasks-2023-sp1","id":"a7e067bfb-91a8-4012-ba30-53c9db5137d3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices_1.html","title":"Best Practices","navPath":"BestPractices_1.html","bundleId":"work-tasks-2023-sp1","id":"af25f7ecd-343d-4109-9f1f-aa1f8ac96fe2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls_1.html","title":"Form Controls","navPath":"FormControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a201c375d-6f1a-4153-b72d-062c49be8bec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Containers.html","title":"Containers","navPath":"Containers.html","bundleId":"work-tasks-2023-sp1","id":"a9b7a0429-96cc-45b3-a570-3b08fab7d328","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/form.html","title":"Form","navPath":"form.html","bundleId":"work-tasks-2023-sp1","id":"abd3bc9a5-88a1-4620-b333-6848f865689c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/324677.html","title":"Action Bar","navPath":"324677.html","bundleId":"work-tasks-2023-sp1","id":"a8fcf52ab-07db-4efb-8234-7e3e9c00ec87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/609518.html","title":"MQTT Topic Configuration","navPath":"609518.html","bundleId":"work-tasks-2023-sp1","id":"ac02d3635-fc24-4c04-ac04-bab0c1f3eaa4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataTypesinMQTTTopicConfiguration.html","title":"Data Types in MQTT Topic Configuration","navPath":"DataTypesinMQTTTopicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a48abf035-8020-471d-bc3c-b8469952c64c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SpecifyJSONPath.html","title":"Specify JSON Path","navPath":"SpecifyJSONPath.html","bundleId":"work-tasks-2023-sp1","id":"af3794367-1ef6-411d-b3f9-b72e053ca293","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseform.html","title":"Base Form","navPath":"baseform.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c90dd-d759-4ccc-9a2d-5cc5848735b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelform.html","title":"Panel Form","navPath":"panelform.html","bundleId":"work-tasks-2023-sp1","id":"a44951dc6-091f-438d-a52a-e758218572e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabs.html","title":"Tabs","navPath":"tabs.html","bundleId":"work-tasks-2023-sp1","id":"adfb6a5f4-bbd7-49e7-8568-2648aa54dd15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Tab.html","title":"Tab","navPath":"Tab.html","bundleId":"work-tasks-2023-sp1","id":"a44332dbf-4d85-423f-9dee-30e75e90e30e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls_1.html","title":"Controls","navPath":"Controls_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a90651d-1d75-4561-80d2-f458069f7afb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Arc.html","title":"Arc","navPath":"Arc.html","bundleId":"work-tasks-2023-sp1","id":"acd9d74ba-7ce1-4a50-880e-115c12240cbf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleArcRendering.html","title":"Example Arc Rendering","navPath":"ExampleArcRendering.html","bundleId":"work-tasks-2023-sp1","id":"a7c93b698-2296-4b01-bcb8-204273b79a57","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachment.html","title":"Attachment","navPath":"attachment.html","bundleId":"work-tasks-2023-sp1","id":"a2e90e84a-cfd9-4a89-8657-f83219d1ae00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/boolean.html","title":"Boolean","navPath":"boolean.html","bundleId":"work-tasks-2023-sp1","id":"a9bef6536-55d5-4a2c-8f21-3df3f6bd563c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/button.html","title":"Button","navPath":"button.html","bundleId":"work-tasks-2023-sp1","id":"ab4553b23-0f5f-42df-ba2e-1a473db18a32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719692.html","title":"Card","navPath":"719692.html","bundleId":"work-tasks-2023-sp1","id":"a1b01075c-011e-468c-9109-23d8b72436c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536292.html","title":"Chart","navPath":"536292.html","bundleId":"work-tasks-2023-sp1","id":"ada607e61-9185-4d55-b9fd-fe7091df9dab","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSourceConfigurationforSankeyChart.html","title":"Lookup Source Configuration for Sankey Chart","navPath":"LookupSourceConfigurationforSankeyChart.html","bundleId":"work-tasks-2023-sp1","id":"a4ddf77de-57fb-4f91-b0ad-c9dff486f5d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/checkbox.html","title":"Check Box","navPath":"checkbox.html","bundleId":"work-tasks-2023-sp1","id":"a1f47ccff-4052-4392-a95e-a1c87dc8f983","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datagrid.html","title":"Data Grid","navPath":"datagrid.html","bundleId":"work-tasks-2023-sp1","id":"a42d95c84-c234-4af2-92f3-6b4be196eb43","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180639.html","title":"Configure Grids","navPath":"180639.html","bundleId":"work-tasks-2023-sp1","id":"ada57b8a4-4a00-4b3f-abf9-fc92e3c862e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/652758.html","title":"Update Grid Configuration for Lookup Modification","navPath":"652758.html","bundleId":"work-tasks-2023-sp1","id":"a8a440f42-0f6e-492c-90b2-9fc013f78007","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180640.html","title":"Highlight Records","navPath":"180640.html","bundleId":"work-tasks-2023-sp1","id":"ae3d8da4f-7262-4486-b00b-3b8af98618a3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datalookup.html","title":"Data Lookup","navPath":"datalookup.html","bundleId":"work-tasks-2023-sp1","id":"a90d318b3-af00-42e9-8e63-eea96b5269f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/date.html","title":"Date","navPath":"date.html","bundleId":"work-tasks-2023-sp1","id":"a76386d0c-f172-4fd6-8a5f-e510af125cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datetime.html","title":"Date Time","navPath":"datetime.html","bundleId":"work-tasks-2023-sp1","id":"ab048709f-a86d-4290-9786-1a767e51aa9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/drop-down.html","title":"Drop-Down","navPath":"drop-down.html","bundleId":"work-tasks-2023-sp1","id":"ae51b3423-1b30-47ee-97b6-e31b76529168","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/email.html","title":"Email","navPath":"email.html","bundleId":"work-tasks-2023-sp1","id":"ada90ec81-6b97-4986-8391-edc246b8161f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199295.html","title":"Embed Form","navPath":"199295.html","bundleId":"work-tasks-2023-sp1","id":"ac5234d47-963b-43e7-aba9-e895c7fcb28c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embedpage.html","title":"Embed Page","navPath":"embedpage.html","bundleId":"work-tasks-2023-sp1","id":"ae53a9084-4bf0-4f19-9df5-8e0299c6918c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetEmbedPageUrlandTriggertheOnDataChangeScript.html","title":"Set Embed Page Url and Trigger the On Data Change Script","navPath":"SetEmbedPageUrlandTriggertheOnDataChangeScript.html","bundleId":"work-tasks-2023-sp1","id":"a6fb2ddbd-3fd1-4388-bc09-8dc851dac1a5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signature.html","title":"E-signature","navPath":"e-signature.html","bundleId":"work-tasks-2023-sp1","id":"adcbd5574-2525-47b2-bc37-4a7f81af8834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartProperties.html","title":"Gantt Chart","navPath":"GanttChartProperties.html","bundleId":"work-tasks-2023-sp1","id":"a8289a0f5-7116-431f-94c5-5107af325376","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleGanttChartRendering.html","title":"Example Gantt Chart Rendering","navPath":"ExampleGanttChartRendering.html","bundleId":"work-tasks-2023-sp1","id":"a720db0a7-96ac-41f1-9345-406d36020030","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252063.html","title":"Gauge","navPath":"252063.html","bundleId":"work-tasks-2023-sp1","id":"a6f44ab38-c625-4528-baa8-4e778bceb523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644117.html","title":"Geolocation","navPath":"644117.html","bundleId":"work-tasks-2023-sp1","id":"aaeb11b03-178a-42e3-849d-d2223f445df0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenField.html","title":"Hidden Field","navPath":"HiddenField.html","bundleId":"work-tasks-2023-sp1","id":"a4d91ea1f-5900-4095-8a8c-c297bc00d0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536289.html","title":"Hierarchical List","navPath":"536289.html","bundleId":"work-tasks-2023-sp1","id":"a6ddc9689-31fc-4974-ab8e-0dfaa2566053","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/hyperlink.html","title":"Hyperlink","navPath":"hyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a78400f88-6710-4c60-9665-ea5bc05fae31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/image.html","title":"Image","navPath":"image.html","bundleId":"work-tasks-2023-sp1","id":"a8ed9e4a5-5162-4ed7-8bd7-4298d097cc83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflow.html","title":"Invoke Workflow","navPath":"invokeworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aff382396-16d2-46b7-aa9c-6007910312d9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteWorkflows.html","title":"Overwrite Workflows","navPath":"OverwriteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a9f9a7523-9184-4b1e-b210-f7bd2c9e5c74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteXMLVariables.html","title":"Overwrite XML Variables","navPath":"OverwriteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a4fb6839d-31c0-412e-8304-87a1fce166ef","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/label.html","title":"Label","navPath":"label.html","bundleId":"work-tasks-2023-sp1","id":"ae808f33c-63f3-47bf-83de-ce038f34a035","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/list.html","title":"List","navPath":"list.html","bundleId":"work-tasks-2023-sp1","id":"a69f4afab-8a41-4085-bedc-34ebe7ae4851","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number.html","title":"Number","navPath":"number.html","bundleId":"work-tasks-2023-sp1","id":"a34182536-f83d-41db-88d5-778abe4fedc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/password.html","title":"Password","navPath":"password.html","bundleId":"work-tasks-2023-sp1","id":"a865861ff-7bf5-4a8f-845e-031477ba99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pop-up.html","title":"Pop-Up","navPath":"pop-up.html","bundleId":"work-tasks-2023-sp1","id":"a71c925a0-ef60-45fe-aebd-ff2be0922c63","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719163.html","title":"Progress Bar","navPath":"719163.html","bundleId":"work-tasks-2023-sp1","id":"a91430a49-3326-4df9-87b9-4faa3c31a1ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleScriptingScenariosandRendering.html","title":"Example Scripting Scenarios and Rendering","navPath":"ExampleScriptingScenariosandRendering.html","bundleId":"work-tasks-2023-sp1","id":"a9a2bd64e-302a-40d3-8b58-7e08f1f6dfa0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleProgressBarRendering.html","title":"Example Progress Bar Rendering","navPath":"ExampleProgressBarRendering.html","bundleId":"work-tasks-2023-sp1","id":"aa4f415f2-6866-483d-95b0-7c662be19d81","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435385.html","title":"QR Code","navPath":"435385.html","bundleId":"work-tasks-2023-sp1","id":"a3e6ec2a9-5fb5-419b-a53a-87b8a9c45de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/radiobutton.html","title":"Radio Button","navPath":"radiobutton.html","bundleId":"work-tasks-2023-sp1","id":"a249452f2-0738-4849-ac27-25bc3e9f5b52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewer.html","title":"Report Viewer","navPath":"reportviewer.html","bundleId":"work-tasks-2023-sp1","id":"a631795e2-e4d1-4304-bf8c-bf559a4a5912","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/437769.html","title":"Report Viewer Configuration","navPath":"437769.html","bundleId":"work-tasks-2023-sp1","id":"a5c477187-3548-4182-bf78-b751837417c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingreports.html","title":"Embed Reports","navPath":"embeddingreports.html","bundleId":"work-tasks-2023-sp1","id":"a803bc65c-406d-4562-95d8-cab0cf93e2b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingpop-upreports.html","title":"Link Pop-up Reports","navPath":"linkingpop-upreports.html","bundleId":"work-tasks-2023-sp1","id":"af193ff5b-9506-4f37-bde3-ab0b3f00dcb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingdownloadablereports.html","title":"Link Downloadable Reports","navPath":"linkingdownloadablereports.html","bundleId":"work-tasks-2023-sp1","id":"adc017387-9847-4ff2-89a9-a10d341beec9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/489816.html","title":"RFID","navPath":"489816.html","bundleId":"work-tasks-2023-sp1","id":"a5bc1e47f-0333-4325-b898-c6a894e5b634","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/198651.html","title":"Rich Text","navPath":"198651.html","bundleId":"work-tasks-2023-sp1","id":"a8aa04154-1c50-499d-a2b6-8572731e213a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolelookup.html","title":"Role Lookup","navPath":"rolelookup.html","bundleId":"work-tasks-2023-sp1","id":"a0710cd4d-70dd-4a10-adb6-3df84d78f843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/614604.html","title":"Signature","navPath":"614604.html","bundleId":"work-tasks-2023-sp1","id":"a2e78b5a2-49ee-419b-bb95-0c63c4b9c995","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number_1.html","title":"Slider","navPath":"number_1.html","bundleId":"work-tasks-2023-sp1","id":"ac1934253-0c6b-4f45-bb5d-8c33bd98990c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/text.html","title":"Text","navPath":"text.html","bundleId":"work-tasks-2023-sp1","id":"a8c2e2ae8-368a-465e-9fbd-111d98d500b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/time.html","title":"Time","navPath":"time.html","bundleId":"work-tasks-2023-sp1","id":"a2a4e4db7-482f-4c86-b677-84f2ce238906","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/230651.html","title":"Tree","navPath":"230651.html","bundleId":"work-tasks-2023-sp1","id":"a86c42515-6160-479d-a21c-4959a22832ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userlookup.html","title":"User Lookup","navPath":"userlookup.html","bundleId":"work-tasks-2023-sp1","id":"ae436d009-1a27-40ba-80a0-be34b2f21874","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/826789.html","title":"Widget","navPath":"826789.html","bundleId":"work-tasks-2023-sp1","id":"ade3a8c96-4603-49f8-a29a-2dce3bf8aeea","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902485.html","title":"Dynamic Widget Properties and Events","navPath":"902485.html","bundleId":"work-tasks-2023-sp1","id":"a433aba59-6149-40b9-82d7-946eeda34e2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902497.html","title":"Add or Edit a Dynamic Property or Event","navPath":"902497.html","bundleId":"work-tasks-2023-sp1","id":"a09966e34-9444-4e1a-a169-a8c1bc42f28f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855752.html","title":"Grid Widget","navPath":"855752.html","bundleId":"work-tasks-2023-sp1","id":"af05cdb2f-afea-40c7-b62f-88312bd3ccad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093483.html","title":"Grid Widget Properties Usage","navPath":"1093483.html","bundleId":"work-tasks-2023-sp1","id":"ab25d2768-32c2-4c08-a840-3e07330243ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903237.html","title":"Grid Widget Event","navPath":"903237.html","bundleId":"work-tasks-2023-sp1","id":"a302af65a-1f1f-4151-a215-b75587391e0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903242.html","title":"On Cell Change","navPath":"903242.html","bundleId":"work-tasks-2023-sp1","id":"a4d0d6148-e098-4cba-bee2-11e2466da47d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/917567.html","title":"On Initialize","navPath":"917567.html","bundleId":"work-tasks-2023-sp1","id":"ac9084f6f-2948-4689-9a3e-116ec478b97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093482.html","title":"On Row Selection","navPath":"1093482.html","bundleId":"work-tasks-2023-sp1","id":"ad96c9386-a19c-416d-abeb-365b7f6b535a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/858794.html","title":"Configure the Grid Widget","navPath":"858794.html","bundleId":"work-tasks-2023-sp1","id":"a0c4c2376-91c3-4720-81be-b365690daf37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860015.html","title":"Pass Data to or from the Widget","navPath":"860015.html","bundleId":"work-tasks-2023-sp1","id":"a5681a57a-d92a-42bb-b9d6-2bbd0b8d49c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869728.html","title":"Define Data Columns","navPath":"869728.html","bundleId":"work-tasks-2023-sp1","id":"a009b7099-abb7-4e58-91f0-6b19cd0d2726","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869729.html","title":"Clear Data Filters","navPath":"869729.html","bundleId":"work-tasks-2023-sp1","id":"aca5a6920-49fb-47e6-9faf-22dad2c5238a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869731.html","title":"Reset Grid Data Sort Order Setting","navPath":"869731.html","bundleId":"work-tasks-2023-sp1","id":"a88d100a2-382c-462c-a3aa-d6c12f6d9d7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869732.html","title":"Validate Data","navPath":"869732.html","bundleId":"work-tasks-2023-sp1","id":"aeac82f73-cb47-450c-a1bf-c8a79667110d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860016.html","title":"Grid Widget Configurable Parameters","navPath":"860016.html","bundleId":"work-tasks-2023-sp1","id":"aadc12c92-091c-4173-b9ec-2fc024536ab7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877810.html","title":"Modify Grid Widget Title","navPath":"877810.html","bundleId":"work-tasks-2023-sp1","id":"a52dc3eb5-9d3d-46e2-86fe-529c0e4cdf0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869895.html","title":"Modify Column Width and Column Headers","navPath":"869895.html","bundleId":"work-tasks-2023-sp1","id":"a9dee9f16-7636-467c-81de-2b46b4807110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869898.html","title":"Set Number of Records to Display in a Grid Page","navPath":"869898.html","bundleId":"work-tasks-2023-sp1","id":"a2b77e774-ad09-4f6c-884f-9bb3df5ab3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869909.html","title":"Configure Cell Datatypes and Input Field","navPath":"869909.html","bundleId":"work-tasks-2023-sp1","id":"a2777b038-930c-40e2-9410-8c2473940d6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876387.html","title":"Configure Column Background Color","navPath":"876387.html","bundleId":"work-tasks-2023-sp1","id":"aa5e8649a-3d91-4af0-8fc3-560e3fe93fbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876830.html","title":"Add Column-value Tooltip","navPath":"876830.html","bundleId":"work-tasks-2023-sp1","id":"a5096cb28-7e33-475d-9129-3ffcfdf5af7c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876835.html","title":"Grid widget UI controls","navPath":"876835.html","bundleId":"work-tasks-2023-sp1","id":"a7728fdfc-8f8c-4230-a5ea-708f1730bd6f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876832.html","title":"Add Progress Bar in Grid Column","navPath":"876832.html","bundleId":"work-tasks-2023-sp1","id":"afa049062-42fd-4d7f-a528-bf833f63f2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876834.html","title":"Add Datetime Picker","navPath":"876834.html","bundleId":"work-tasks-2023-sp1","id":"ab01a631b-2441-47c7-a3e4-0f1dd54f8fe4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876837.html","title":"Add Drop-down List","navPath":"876837.html","bundleId":"work-tasks-2023-sp1","id":"abd74153b-1bb9-49bd-9bba-d70acbe52c4f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860017.html","title":"Sort, Filter, and Reorder","navPath":"860017.html","bundleId":"work-tasks-2023-sp1","id":"a7226d970-1949-4ee8-abc3-be0386389e2b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869733.html","title":"Change Default Sorting Behavior","navPath":"869733.html","bundleId":"work-tasks-2023-sp1","id":"aa762ffed-c4c5-414b-bd5e-570b56292d33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/879965.html","title":"Filter Data through Scripting","navPath":"879965.html","bundleId":"work-tasks-2023-sp1","id":"a7754ab49-276d-4a7c-974c-4b154a9295e3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877839.html","title":"Column Data Alignment","navPath":"877839.html","bundleId":"work-tasks-2023-sp1","id":"aaf612e5b-a6e8-4ecb-aa7e-d97349a85c02","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855776.html","title":"Hierarchy Selector Widget","navPath":"855776.html","bundleId":"work-tasks-2023-sp1","id":"a71ff368d-ae12-4b81-9e0c-817cf1d489b5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/872741.html","title":"Hierarchy Selector Widget Properties Usage","navPath":"872741.html","bundleId":"work-tasks-2023-sp1","id":"aef16e252-58b6-4339-8c08-3afc63e662cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903458.html","title":"Hierarchy Selector Events","navPath":"903458.html","bundleId":"work-tasks-2023-sp1","id":"ae24365fa-b9c6-414c-9ac9-af6dfa6252d8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903243.html","title":"On Initialize","navPath":"903243.html","bundleId":"work-tasks-2023-sp1","id":"a50ce0e43-ce33-4045-a8c5-2a87391d4a41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/915579.html","title":"On Selection Change","navPath":"915579.html","bundleId":"work-tasks-2023-sp1","id":"a056f30ef-9cc2-474c-8231-87124e5847f4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/859853.html","title":"Configure Hierarchy Selector Widget","navPath":"859853.html","bundleId":"work-tasks-2023-sp1","id":"a851d01c5-f4c4-4308-8962-86d8653137cf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/863435.html","title":"Pass Data to and from Widget","navPath":"863435.html","bundleId":"work-tasks-2023-sp1","id":"a33cda13e-1a07-44f4-9b80-9be0bdf76f77","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869735.html","title":"Load Hierarchical Dataset","navPath":"869735.html","bundleId":"work-tasks-2023-sp1","id":"a42cba02c-9930-4387-9583-8de9ec438ca9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/885338.html","title":"Override the Hierarchy Selector's Default Behavior for Selected Child Node","navPath":"885338.html","bundleId":"work-tasks-2023-sp1","id":"afea65ab8-5343-41ba-bed2-8b95ce0b2a12","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869736.html","title":"Modify Widget Title, Header, and Captions","navPath":"869736.html","bundleId":"work-tasks-2023-sp1","id":"a55829891-dcdc-4e49-8eac-8a85e7c8bd15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869737.html","title":"Set Color for Parent Node","navPath":"869737.html","bundleId":"work-tasks-2023-sp1","id":"a7880db35-d2f9-49f4-b1ee-17ff5f11b4ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869738.html","title":"Set Color for Child Node","navPath":"869738.html","bundleId":"work-tasks-2023-sp1","id":"a9b57e5ac-deec-48f7-816f-c1374c8000bb","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/868368.html","title":"Localize Widgets","navPath":"868368.html","bundleId":"work-tasks-2023-sp1","id":"a968337d1-3423-4f29-8c73-358956d802da","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/870059.html","title":"Example localization text file","navPath":"870059.html","bundleId":"work-tasks-2023-sp1","id":"a987c2c80-67d4-4acf-bf60-6e239260e88b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/920100.html","title":"Configure Communication between Widget Control and Form","navPath":"920100.html","bundleId":"work-tasks-2023-sp1","id":"a473cd473-cf8c-4994-9dcc-bb09a51d62c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcontrols.html","title":"Custom Controls","navPath":"customcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ae2173cb2-afd8-464b-b213-a029dd81c5ec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcontrols.html","title":"Create Custom Controls","navPath":"creatingcustomcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a3fbf361a-b2e3-4ce2-a601-4b1bc46175f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/extendingexistingcontrols.html","title":"Extend Existing Controls","navPath":"extendingexistingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a2737d472-59be-40f3-a2eb-0e0fdf912f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customproperties.html","title":"Custom Properties","navPath":"customproperties.html","bundleId":"work-tasks-2023-sp1","id":"a4e4d5f87-5d47-4484-af39-c0e126ace00f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attributingproperties.html","title":"Attributing Properties","navPath":"attributingproperties.html","bundleId":"work-tasks-2023-sp1","id":"a5abd747d-d526-4ef7-b6e4-6091364a8b07","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/propertyindex.html","title":"Property Index","navPath":"propertyindex.html","bundleId":"work-tasks-2023-sp1","id":"a4292642d-610e-44f9-ba79-a31809d6a4d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomproperties.html","title":"Create Custom Properties","navPath":"creatingcustomproperties.html","bundleId":"work-tasks-2023-sp1","id":"a96a56339-ec84-4992-a7cd-e07c4d480956","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189993.html","title":"IControlProperty","navPath":"189993.html","bundleId":"work-tasks-2023-sp1","id":"a214dee0a-a0d7-4c33-905b-7b67a0119458","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/custombindings.html","title":"Custom Bindings","navPath":"custombindings.html","bundleId":"work-tasks-2023-sp1","id":"a6d50d77f-88a8-4362-8faf-58f6bbb79ce8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ibindingproperty.html","title":"IBindingProperty","navPath":"ibindingproperty.html","bundleId":"work-tasks-2023-sp1","id":"abcc9d34b-8c5d-4c8f-ba6c-f2c45dc9f034","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rulescustom.html","title":"Rules","navPath":"rulescustom.html","bundleId":"work-tasks-2023-sp1","id":"aed91c7e8-7e9e-47e8-9410-7bf6cf617d61","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/definingrules.html","title":"Define Rules","navPath":"definingrules.html","bundleId":"work-tasks-2023-sp1","id":"a56ffef63-d3cb-4be2-8411-d774598134a1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/referencingcustom.html","title":"Reference External CSS and JS Files","navPath":"referencingcustom.html","bundleId":"work-tasks-2023-sp1","id":"a7ae6a9d8-cce7-4757-b4d9-cb716614c561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizationcustom.html","title":"Localization","navPath":"localizationcustom.html","bundleId":"work-tasks-2023-sp1","id":"a17ddf634-0c61-47cd-8f7b-5ceab71238ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcategories.html","title":"Custom Categories","navPath":"customcategories.html","bundleId":"work-tasks-2023-sp1","id":"a69e53080-fad2-4127-abd2-35aef9bd5b4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcategories.html","title":"Create Custom Categories","navPath":"creatingcustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"a25b35faa-26e8-42aa-a65c-8cb60ed9731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsincustomcategories.html","title":"Add Custom Controls in Custom Categories","navPath":"addingcustomcontrolsincustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"aa2c29b15-5ee6-41f2-abda-24e4e293f3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsinthecontrolscategory.html","title":"Add Custom Controls in the Controls Category","navPath":"addingcustomcontrolsinthecontrolscategory.html","bundleId":"work-tasks-2023-sp1","id":"aeb424396-1a43-4ebe-b85f-014ac0e90c7b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295134.html","title":"Organize Form Controls","navPath":"295134.html","bundleId":"work-tasks-2023-sp1","id":"a902d09a4-e74b-4145-918b-9bcb7082768d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplemaskedinputcontrol.html","title":"Example: Masked Input Control","navPath":"examplemaskedinputcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a35e2b0c6-f779-4e42-bbc5-d18082ebb0e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputsfcontrolscs.html","title":"SFControl​.cs","navPath":"maskedinputsfcontrolscs.html","bundleId":"work-tasks-2023-sp1","id":"a1a6963e3-2429-44c1-b33f-426508cfdaed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputmycustomcs.html","title":"MaskedInput​.cs","navPath":"maskedinputmycustomcs.html","bundleId":"work-tasks-2023-sp1","id":"a75829226-e7ae-47a0-b427-ea5113a59ee8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltamaskedinputjs.html","title":"skelta​.maskedinput​.js","navPath":"skeltamaskedinputjs.html","bundleId":"work-tasks-2023-sp1","id":"a488c3696-b53a-40f4-a3d4-4269929bca18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295366.html","title":"Add Masked Input Property for Check Syntax Validation","navPath":"295366.html","bundleId":"work-tasks-2023-sp1","id":"a1d6aaab7-4d8a-4fd6-a4f2-8bc5b1193443","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188411.html","title":"Custom Controls with Kendo UI","navPath":"188411.html","bundleId":"work-tasks-2023-sp1","id":"a44f81021-7388-4eb7-be6d-cf2952a39e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188412.html","title":"Create Custom Controls with Kendo UI","navPath":"188412.html","bundleId":"work-tasks-2023-sp1","id":"adb3b09ae-2577-4e9c-b780-620e325b4824","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188413.html","title":"Create Knockout Bindings for Kendo UI","navPath":"188413.html","bundleId":"work-tasks-2023-sp1","id":"a6e13d8b2-25aa-4218-b763-e646bb12bbc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188640.html","title":"Knockout Bindings for Kendo UI","navPath":"188640.html","bundleId":"work-tasks-2023-sp1","id":"a5ddf53b0-1a8d-451a-8fa7-3af813383abb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188806.html","title":"Example: Barchart Control","navPath":"188806.html","bundleId":"work-tasks-2023-sp1","id":"a792152a9-dbcf-4b2c-947f-71132a4db200","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299.html","title":"SFControl​.cs","navPath":"262299.html","bundleId":"work-tasks-2023-sp1","id":"acefb05f3-3c8d-4ca5-a103-d6262dff4632","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188808.html","title":"BarChart​.cs","navPath":"188808.html","bundleId":"work-tasks-2023-sp1","id":"a99a93241-6fb6-4b4e-b45c-3d2873196998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188815.html","title":"BarChartBindingProperty​.cs","navPath":"188815.html","bundleId":"work-tasks-2023-sp1","id":"a0ba40cdf-ba81-46b7-8864-77c892454eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262301.html","title":"knockout-kendo​.kendochart​.js","navPath":"262301.html","bundleId":"work-tasks-2023-sp1","id":"abb60e5f0-db85-484e-9de2-1e7bac8f57c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262302.html","title":"corp​.customcontrol​.barchart​.js","navPath":"262302.html","bundleId":"work-tasks-2023-sp1","id":"a28da1015-7ef0-4f51-adbc-8c3059a729e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295368.html","title":"Add Barchart Properties for Check Syntax Validation","navPath":"295368.html","bundleId":"work-tasks-2023-sp1","id":"a25fef3e4-164a-4c91-a4b5-5341fb651b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190589.html","title":"Example: RichTextBox Control","navPath":"190589.html","bundleId":"work-tasks-2023-sp1","id":"ab48bcd5a-7f18-410d-a07e-187656f5d71e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299_1.html","title":"SFControl​.cs","navPath":"262299_1.html","bundleId":"work-tasks-2023-sp1","id":"a80d159c7-da7e-4fb3-8384-f4dc73583cc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190592.html","title":"RichTextBox​.cs","navPath":"190592.html","bundleId":"work-tasks-2023-sp1","id":"a7a2bb3f8-8d64-4d6e-bbb6-02218fb5bd99","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190595.html","title":"knockout-kendo​.editor​.js","navPath":"190595.html","bundleId":"work-tasks-2023-sp1","id":"a6bc5330a-bf55-4b3b-8a8c-38689cec746b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190596.html","title":"richtextbox​.js","navPath":"190596.html","bundleId":"work-tasks-2023-sp1","id":"a7f6e8a50-0ab9-4247-a6f2-ce7cc59d497e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555182.html","title":"Custom Controls with Angular 12","navPath":"555182.html","bundleId":"work-tasks-2023-sp1","id":"a2107ed1f-f066-4a34-b3a6-9b4e52c0c769","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555183.html","title":"Create Custom Controls with Angular 12","navPath":"555183.html","bundleId":"work-tasks-2023-sp1","id":"a50d24f3f-ee95-4331-9774-c49c42084735","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190538.html","title":"Custom Controls with Custom Properties","navPath":"190538.html","bundleId":"work-tasks-2023-sp1","id":"a20ce88b2-6153-4c5f-8ffd-c69231ebc74d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190699.html","title":"Example: PropertyLookup Control","navPath":"190699.html","bundleId":"work-tasks-2023-sp1","id":"af20774d6-5aea-418a-827d-f7f9b88bbd92","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190694.html","title":"SFControl​.cs","navPath":"190694.html","bundleId":"work-tasks-2023-sp1","id":"a8786c070-6cfa-4730-a709-f2ae5597fcf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190695.html","title":"PropertyLookup​.cs","navPath":"190695.html","bundleId":"work-tasks-2023-sp1","id":"a9eaf01b9-833c-4319-810e-905ef48b9da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190696.html","title":"PropertyLookup​.js","navPath":"190696.html","bundleId":"work-tasks-2023-sp1","id":"a37567bbc-0b0f-4859-a11d-84a4dfb0d633","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190698.html","title":"PropertyLookup​.css","navPath":"190698.html","bundleId":"work-tasks-2023-sp1","id":"aca5d548a-b54b-4a01-a116-478e86f58c3e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190705.html","title":"Example: Autocomplete Control","navPath":"190705.html","bundleId":"work-tasks-2023-sp1","id":"a9830c03b-43cc-4bbd-9b60-a06467a0ec44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190706.html","title":"SFControl​.cs","navPath":"190706.html","bundleId":"work-tasks-2023-sp1","id":"a59d4c3e6-3cf4-4c5d-9de0-58630dce3b4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190707.html","title":"Autocomplete​.cs","navPath":"190707.html","bundleId":"work-tasks-2023-sp1","id":"a7b5c5d7c-f488-4af7-b071-befaf4997e47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190714.html","title":"GridProperty​.cs","navPath":"190714.html","bundleId":"work-tasks-2023-sp1","id":"a4018c3e0-1acc-4e51-a8ec-5844d5de45f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190715.html","title":"PopupProperty​.cs","navPath":"190715.html","bundleId":"work-tasks-2023-sp1","id":"a92b0ec44-2edd-4f5a-846c-82ff344ceafd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190710.html","title":"Autocomplete​.js","navPath":"190710.html","bundleId":"work-tasks-2023-sp1","id":"ac20fa403-83aa-483a-9245-718f953b6d3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190712.html","title":"knockout-kendo​.autocompletebinding​.js","navPath":"190712.html","bundleId":"work-tasks-2023-sp1","id":"a64cdb11b-139c-4de9-8133-fd094ba9d481","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190713.html","title":"BaseFormWithValidationScript​.xml","navPath":"190713.html","bundleId":"work-tasks-2023-sp1","id":"a9b45a9ba-3e6a-416e-884f-69e63ff30bf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/191052.html","title":"PropertyLookup​.htm","navPath":"191052.html","bundleId":"work-tasks-2023-sp1","id":"afacedca2-acde-4252-a8dc-d81d5a121a15","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202165.html","title":"Custom Control with Standard Properties","navPath":"202165.html","bundleId":"work-tasks-2023-sp1","id":"a5f8de4ef-ff0b-4e27-a5e8-75fcc15037db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202426.html","title":"Example: TreeView Control","navPath":"202426.html","bundleId":"work-tasks-2023-sp1","id":"a895feaca-ef9f-430f-85f4-08bd287354a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202427.html","title":"SFControl​.cs","navPath":"202427.html","bundleId":"work-tasks-2023-sp1","id":"a64d96ae7-d4f7-4462-9010-0b4c020cf0ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202428.html","title":"TreeView​.cs","navPath":"202428.html","bundleId":"work-tasks-2023-sp1","id":"a7296694b-6eb2-4c4b-a3b5-709ec8fbe31d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202429.html","title":"TreeViewBinding​.cs","navPath":"202429.html","bundleId":"work-tasks-2023-sp1","id":"ab0a228d7-668f-48cc-ae9e-a45229817672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202430.html","title":"corp​.customControls​.treeView​.js","navPath":"202430.html","bundleId":"work-tasks-2023-sp1","id":"af6611fcb-ec95-4b34-a849-6b54f8e2bcdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202431.html","title":"kendo​.treeview​.js","navPath":"202431.html","bundleId":"work-tasks-2023-sp1","id":"a7c0684c9-ff30-464e-b999-783edce9f7b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202432.html","title":"knockout-kendo​.treeview​.js","navPath":"202432.html","bundleId":"work-tasks-2023-sp1","id":"a71ec1f18-98d7-42e0-ab2c-0683c5a0eb85","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295001.html","title":"Add Custom Control Members as White List for Check syntax validations","navPath":"295001.html","bundleId":"work-tasks-2023-sp1","id":"a472a650f-9964-4e3e-90d6-67947698b8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultValues.html","title":"Default Values","navPath":"DefaultValues.html","bundleId":"work-tasks-2023-sp1","id":"af9abd76f-37b2-4a3f-94d2-5366a91447c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidationofValues.html","title":"Validation of Values","navPath":"ValidationofValues.html","bundleId":"work-tasks-2023-sp1","id":"ae1fde206-3367-4216-b720-c924e7e37620","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/layouts.html","title":"Form Layouts","navPath":"layouts.html","bundleId":"work-tasks-2023-sp1","id":"aaf2ea2fa-bfdc-4210-8dde-84aa39057a48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designingformlayouts.html","title":"Design Form Layouts","navPath":"designingformlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a3a50344c-b41c-492d-aed9-e7275103e28a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplesaleregistrationform.html","title":"Example: Sale Registration Form","navPath":"examplesaleregistrationform.html","bundleId":"work-tasks-2023-sp1","id":"ae88e3d7d-e653-4f47-8132-62e8875c1531","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190453.html","title":"Forms in Custom Pages","navPath":"190453.html","bundleId":"work-tasks-2023-sp1","id":"ad4bcb0bb-a66f-4570-b4f5-db8d47c239a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190455.html","title":"Load Single Form","navPath":"190455.html","bundleId":"work-tasks-2023-sp1","id":"a547cb497-d48a-4302-9851-329cac4949cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190456.html","title":"Single Form Custom Page Template","navPath":"190456.html","bundleId":"work-tasks-2023-sp1","id":"a1682d639-f76e-46af-8187-7f8b7af054f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localization_1.html","title":"Localization","navPath":"localization_1.html","bundleId":"work-tasks-2023-sp1","id":"ace2317db-c30d-42ff-aa11-6533c0f190a3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingforms.html","title":"Localize Forms","navPath":"localizingforms.html","bundleId":"work-tasks-2023-sp1","id":"aef9a34bf-a86f-4b75-9ab4-551269bab5f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingcontrolnames.html","title":"Localize Control Names and Descriptions","navPath":"localizingcontrolnames.html","bundleId":"work-tasks-2023-sp1","id":"a73564500-0340-4343-9493-fcc29c2f3a0d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingstandardvalidationmessages.html","title":"Localize Standard Validation Messages","navPath":"localizingstandardvalidationmessages.html","bundleId":"work-tasks-2023-sp1","id":"a1dc9cf0a-b76f-436a-ab5b-2c33e5b3a71d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingmessagesinvalidationscripts.html","title":"Localize Messages in Validation Scripts","navPath":"localizingmessagesinvalidationscripts.html","bundleId":"work-tasks-2023-sp1","id":"a3b3f51ec-7079-4c75-91ee-f7b917196e48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/517766.html","title":"Localize Column Names in Data Grid","navPath":"517766.html","bundleId":"work-tasks-2023-sp1","id":"afe160a75-aaec-4ba9-b9b1-370d88e9af2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberanddateformats.html","title":"Number and Date Formats","navPath":"numberanddateformats.html","bundleId":"work-tasks-2023-sp1","id":"a32d6db62-9493-4ea2-98a2-6eb288086469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberformats.html","title":"Number Formats","navPath":"numberformats.html","bundleId":"work-tasks-2023-sp1","id":"a0ec7d95d-561d-4432-b642-c51c8edd5efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dateandtimeformats.html","title":"Date and Time Formats","navPath":"dateandtimeformats.html","bundleId":"work-tasks-2023-sp1","id":"abc560300-78ab-48e6-a460-ad54dcf2447d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scripts.html","title":"Form Scripts","navPath":"scripts.html","bundleId":"work-tasks-2023-sp1","id":"ab0965f6d-0e55-42af-bf6c-353a0a0ecc0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Framework.html","title":"Framework","navPath":"Framework.html","bundleId":"work-tasks-2023-sp1","id":"a23816853-01cd-4944-8ef8-4f61cfb53a96","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JavaScript.html","title":"JavaScript","navPath":"JavaScript.html","bundleId":"work-tasks-2023-sp1","id":"abf2c8678-1353-4f0a-a95e-a70b51e5f372","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73293.html","title":"Script Editor","navPath":"73293.html","bundleId":"work-tasks-2023-sp1","id":"a24bb6e88-22db-4796-bc4f-98a8ef3a0c53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateScripts.html","title":"Validate Scripts","navPath":"ValidateScripts.html","bundleId":"work-tasks-2023-sp1","id":"aa9446cb7-5c2e-4a0c-92c2-0f25a8db2133","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soathroughscripts.html","title":"SOA through Scripts","navPath":"soathroughscripts.html","bundleId":"work-tasks-2023-sp1","id":"ac5b8ffe5-7101-4c1c-ad8d-c17c382531cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Guidelines.html","title":"Guidelines","navPath":"Guidelines.html","bundleId":"work-tasks-2023-sp1","id":"a6d11d79b-0e8c-4990-bc18-3726bd5e43e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PropertiesandEvents.html","title":"Properties and Events","navPath":"PropertiesandEvents.html","bundleId":"work-tasks-2023-sp1","id":"a673575fe-b388-4f46-a5d4-a464e45743ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Enable.html","title":"Enable","navPath":"Enable.html","bundleId":"work-tasks-2023-sp1","id":"a9b0d16d0-1d3e-43b3-97b0-596a7402a56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Visible.html","title":"Visible","navPath":"Visible.html","bundleId":"work-tasks-2023-sp1","id":"af0b8486e-c771-41c6-a36c-2bb97a17825c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReadOnly.html","title":"Read-Only","navPath":"ReadOnly.html","bundleId":"work-tasks-2023-sp1","id":"aee7d2409-5b2b-4af9-a162-01b17552ada4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mandatory.html","title":"Mandatory","navPath":"Mandatory.html","bundleId":"work-tasks-2023-sp1","id":"a6cfba6a9-d83a-40e0-843c-1f2f95702d19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Validate.html","title":"Validate","navPath":"Validate.html","bundleId":"work-tasks-2023-sp1","id":"a24f8c472-6ca2-400a-a8d2-b8965bf4b18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/options.html","title":"Options","navPath":"options.html","bundleId":"work-tasks-2023-sp1","id":"a5fc376fe-fe6f-4971-9120-e019de5b9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Behavior.html","title":"Behavior","navPath":"Behavior.html","bundleId":"work-tasks-2023-sp1","id":"a662aff08-c2ae-4414-894d-28c556228fec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingextendedinformation.html","title":"Extended Information","navPath":"accessingextendedinformation.html","bundleId":"work-tasks-2023-sp1","id":"a523334e5-ca8d-42ee-b724-fd6c6d42bc78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/onclick.html","title":"On Click","navPath":"onclick.html","bundleId":"work-tasks-2023-sp1","id":"a1dd8f6db-60bc-4877-9a02-d70f4da42d0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataBound.html","title":"On Data Bound","navPath":"OnDataBound.html","bundleId":"work-tasks-2023-sp1","id":"a406b9a38-741c-4840-9697-0f72f811618c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataChange.html","title":"On Data Change","navPath":"OnDataChange.html","bundleId":"work-tasks-2023-sp1","id":"a5e379efb-1fab-43ea-acb1-51c3629c4c1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnFormLoad.html","title":"On Form Load","navPath":"OnFormLoad.html","bundleId":"work-tasks-2023-sp1","id":"a053eb07b-ab76-466c-9380-b1620958819b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordAdd.html","title":"On Record Add","navPath":"OnRecordAdd.html","bundleId":"work-tasks-2023-sp1","id":"a917a1c31-3751-4611-a48f-fd9d904d5b1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordDelete.html","title":"On Record Delete","navPath":"OnRecordDelete.html","bundleId":"work-tasks-2023-sp1","id":"a1d01c0b3-5d25-4e5d-97d1-5b2c1f481968","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnSelectionChange.html","title":"On Selection Change","navPath":"OnSelectionChange.html","bundleId":"work-tasks-2023-sp1","id":"aa4a03b7b-b945-4492-bbbd-a69f06c5ed5e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTabIndexChange.html","title":"On Tab Index Change","navPath":"OnTabIndexChange.html","bundleId":"work-tasks-2023-sp1","id":"a36eba1fb-db22-4df4-924d-4f97cd9cb920","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCheckChange.html","title":"On Check Change","navPath":"OnCheckChange.html","bundleId":"work-tasks-2023-sp1","id":"a95be1fe6-6e86-481e-91ab-c6a714295247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252067.html","title":"On Initialize","navPath":"252067.html","bundleId":"work-tasks-2023-sp1","id":"a0cad9e4f-d52a-4cac-9b1c-97afa5de5c51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RecordVisible.html","title":"Record Visible","navPath":"RecordVisible.html","bundleId":"work-tasks-2023-sp1","id":"a69a71c07-6055-4ea6-92fd-39a8732be427","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RangeColor.html","title":"Range Color","navPath":"RangeColor.html","bundleId":"work-tasks-2023-sp1","id":"aadc7df27-561f-40ff-8c1e-2af804dceb50","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContainersScript.html","title":"Containers","navPath":"ContainersScript.html","bundleId":"work-tasks-2023-sp1","id":"a173d0ffa-36ba-4222-bfe5-00d711c2ed7c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformscriptguidelines.html","title":"Base Form","navPath":"baseformscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aff985446-0dfd-4289-840c-9ecf85f92865","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PanelFormScript.html","title":"Panel Form","navPath":"PanelFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a806b1401-3ac1-4317-b70d-2dd966e70a8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionBarScript.html","title":"Action Bar","navPath":"ActionBarScript.html","bundleId":"work-tasks-2023-sp1","id":"a8859f11d-c302-400c-9a26-ebd0f7b77e29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabsScript.html","title":"Tabs","navPath":"TabsScript.html","bundleId":"work-tasks-2023-sp1","id":"a7f8f2d9d-20a0-4609-8f0b-bb1b49306e30","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabScript.html","title":"Tab","navPath":"TabScript.html","bundleId":"work-tasks-2023-sp1","id":"adfe7ac43-c535-4920-914f-356c38fc0082","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlsScripts.html","title":"Controls","navPath":"ControlsScripts.html","bundleId":"work-tasks-2023-sp1","id":"abbe351b8-8faa-4d02-80fd-2a0f17dbbca9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArcScripting.html","title":"Arc","navPath":"ArcScripting.html","bundleId":"work-tasks-2023-sp1","id":"a2c9f6493-98d2-4fea-91ac-9731f7f1df21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachmentscriptguidelines.html","title":"Attachment","navPath":"attachmentscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad85a9940-8b58-4cea-8007-8547774cfd7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanScript.html","title":"Boolean","navPath":"BooleanScript.html","bundleId":"work-tasks-2023-sp1","id":"a61f57124-bd8b-46ac-914b-8d405187b3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ButtonScript.html","title":"Button","navPath":"ButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"add3c0abf-3869-4a06-8083-fb50d4412c4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719691.html","title":"Card","navPath":"719691.html","bundleId":"work-tasks-2023-sp1","id":"a6c0bb2d2-035a-4690-a144-87b5c3a6bd27","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718901.html","title":"Example Scripting Scenarios and Rendering","navPath":"718901.html","bundleId":"work-tasks-2023-sp1","id":"af021cb5e-c010-43a5-8209-84587a6b9203","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/701201.html","title":"Scripting Scenarios","navPath":"701201.html","bundleId":"work-tasks-2023-sp1","id":"a3aebda6f-b56c-40f2-aa27-91a40d40fe6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/705389.html","title":"Example Card Control Rendering","navPath":"705389.html","bundleId":"work-tasks-2023-sp1","id":"a1e1e8bc5-a04d-4d57-b7c4-c15c1c6972f3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536293.html","title":"Chart","navPath":"536293.html","bundleId":"work-tasks-2023-sp1","id":"a779eb158-8be4-46f2-a345-886cfb025b72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckBox_1.html","title":"Check Box","navPath":"CheckBox_1.html","bundleId":"work-tasks-2023-sp1","id":"ad59a63f6-68b3-4fa9-9004-c341ff1c4d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataGrid_1.html","title":"Data Grid","navPath":"DataGrid_1.html","bundleId":"work-tasks-2023-sp1","id":"a0be95846-3ca4-445f-817d-b93fdb6d16ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataLookup_1.html","title":"Data Lookup","navPath":"DataLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a92d16e-ea2e-43f7-88fb-a65012adb9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateScript.html","title":"Date","navPath":"DateScript.html","bundleId":"work-tasks-2023-sp1","id":"a50d50d5e-40b8-4018-b810-8f504ba07988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeScript.html","title":"Date Time","navPath":"DateTimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a538bb564-2ce9-41df-82fe-4df0d8820001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DropDownScript.html","title":"Drop-Down","navPath":"DropDownScript.html","bundleId":"work-tasks-2023-sp1","id":"ad97e1b65-fc0f-426f-a542-19cbc9532219","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailScript.html","title":"Email","navPath":"EmailScript.html","bundleId":"work-tasks-2023-sp1","id":"a17eaad80-c8ab-4afc-81f2-146e7767334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedFormScript.html","title":"Embed Form","navPath":"EmbedFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a3c1c4eca-008c-45b2-8427-6f41897e4a22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedPageScript.html","title":"Embed Page","navPath":"EmbedPageScript.html","bundleId":"work-tasks-2023-sp1","id":"a7ea6ebf2-49ee-44af-b6d0-a9d5aeb4414d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signaturescriptguidelines.html","title":"E-signature","navPath":"e-signaturescriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ae7fa3d90-a123-4c85-8c19-0de21a1fdac8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartScripting.html","title":"Gantt Chart","navPath":"GanttChartScripting.html","bundleId":"work-tasks-2023-sp1","id":"a77eb5cec-820f-46c1-ae31-29affe7e006c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GaugeScript.html","title":"Gauge","navPath":"GaugeScript.html","bundleId":"work-tasks-2023-sp1","id":"a887cccaa-6cad-41cf-845e-f9d0bf448656","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GeolocationScript.html","title":"Geolocation","navPath":"GeolocationScript.html","bundleId":"work-tasks-2023-sp1","id":"a55df2eac-f404-4d83-a0ba-1fbd87d6b98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenFieldScript.html","title":"Hidden Field","navPath":"HiddenFieldScript.html","bundleId":"work-tasks-2023-sp1","id":"ad16c6f2b-4e8f-4c94-b50d-9dc7800d7adf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HierarchicalListScript.html","title":"Hierarchical List","navPath":"HierarchicalListScript.html","bundleId":"work-tasks-2023-sp1","id":"a4147403f-77bf-4f5a-857f-43d65e6e8612","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HyperlinkScript.html","title":"Hyperlink","navPath":"HyperlinkScript.html","bundleId":"work-tasks-2023-sp1","id":"a80db9c87-481f-48bc-9dea-4996f9bc9e03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImageScript.html","title":"Image","navPath":"ImageScript.html","bundleId":"work-tasks-2023-sp1","id":"aec471e74-cfb1-4bde-8841-fe1fca873c66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflowscriptguidelines.html","title":"Invoke Workflow","navPath":"invokeworkflowscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aabf8a4bb-8188-4e2e-bf46-b3f4a1568ff8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LabelScript.html","title":"Label","navPath":"LabelScript.html","bundleId":"work-tasks-2023-sp1","id":"a87c3f791-6cc5-4002-b765-5d3eff298c84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScript.html","title":"List","navPath":"ListScript.html","bundleId":"work-tasks-2023-sp1","id":"a0334c277-ebb3-45d5-b41c-cfbaccb1aed5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NumberScript.html","title":"Number","navPath":"NumberScript.html","bundleId":"work-tasks-2023-sp1","id":"ae9725cb1-a63b-473d-b263-8d5eb7d1586a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PasswordScript.html","title":"Password","navPath":"PasswordScript.html","bundleId":"work-tasks-2023-sp1","id":"afba5abd2-5992-4565-aa3d-dc4027347497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PopUpScript.html","title":"Pop-Up","navPath":"PopUpScript.html","bundleId":"work-tasks-2023-sp1","id":"af68fd846-6ce4-4257-b5e1-6b3381fafc37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719165.html","title":"Progress Bar","navPath":"719165.html","bundleId":"work-tasks-2023-sp1","id":"add8f6177-50ce-40ed-8354-2d7537a3688e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RadioButtonScript.html","title":"Radio Button","navPath":"RadioButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"a46e1d47d-df8d-4f45-ae13-8a48ca9985a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewerscriptguidelines.html","title":"Report Viewer","navPath":"reportviewerscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aaf191e60-b8bc-4e25-8420-100489060f8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RichTextScript.html","title":"Rich Text","navPath":"RichTextScript.html","bundleId":"work-tasks-2023-sp1","id":"aa553ef56-7bab-4646-92fe-c26fabc1b06b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleLookupScript.html","title":"Role Lookup","navPath":"RoleLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a55f67cef-817a-4f60-80d9-72b7e5325afa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SignatureScript.html","title":"Signature","navPath":"SignatureScript.html","bundleId":"work-tasks-2023-sp1","id":"ac60f2463-47ba-4b0f-aa50-d2613d2f8a6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SliderScript.html","title":"Slider","navPath":"SliderScript.html","bundleId":"work-tasks-2023-sp1","id":"a299b25e3-247f-4014-9af5-58ff71378a18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextScript.html","title":"Text","navPath":"TextScript.html","bundleId":"work-tasks-2023-sp1","id":"a0a4ced46-ff52-4822-844c-f7d5e675f3bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeScript.html","title":"Time","navPath":"TimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a342aa2df-d01e-4ff1-b4d5-c9b6002af3bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TreeScript.html","title":"Tree","navPath":"TreeScript.html","bundleId":"work-tasks-2023-sp1","id":"a73dc6437-3b03-45fc-8605-5a687896b193","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookupScript.html","title":"User Lookup","navPath":"UserLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a5f379bbf-ad8c-40ef-b47a-0e6b9c7bfe2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/827028.html","title":"Widget","navPath":"827028.html","bundleId":"work-tasks-2023-sp1","id":"abe42c193-0e6c-4ce8-bb7e-da9925eb556e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParameters.html","title":"Forms Parameters","navPath":"FormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"a8c9c7e79-3043-429d-86a5-d8fc47dcd5be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFormsParameters.html","title":"Add Forms Parameters","navPath":"AddFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"ab2106091-7396-415c-8d58-ad075eebbbc6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteFormsParameters.html","title":"Delete Forms Parameters","navPath":"DeleteFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"abfed2378-fbb2-415a-84d5-b3fe77375a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetFormsParameters.html","title":"Set Forms Parameters","navPath":"SetFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"add1680cf-2275-48ef-950f-30c6b6402be2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParametersforInvokeFormActivity.html","title":"Forms Parameters for Invoke Form Activity","navPath":"FormsParametersforInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a40527d76-4cf6-4c34-a731-cd1e93b0ba05","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesinScripts.html","title":"Best Practices","navPath":"BestPracticesinScripts.html","bundleId":"work-tasks-2023-sp1","id":"a7e06072b-5686-46fc-a891-347daba7ee74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/APIs.html","title":"APIs","navPath":"APIs.html","bundleId":"work-tasks-2023-sp1","id":"a8a4529fc-1934-4d11-b523-ac365299ec63","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAPIs.html","title":"Forms APIs","navPath":"FormsAPIs.html","bundleId":"work-tasks-2023-sp1","id":"a77a13ccb-5735-4142-9a1c-520210d4b161","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUcloseForm.html","title":"SFU​.closeForm()","navPath":"SFUcloseForm.html","bundleId":"work-tasks-2023-sp1","id":"a405f6fe4-91af-4f08-b2c9-03e213c8b49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUdecodeXmlValue.html","title":"SFU​.decodeXmlValue()","navPath":"SFUdecodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"ab560123e-3571-4393-9c28-6f1920103901","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUencodeXmlValue.html","title":"SFU​.encodeXmlValue()","navPath":"SFUencodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"a39ff212b-b27c-4d49-9343-31e3524fa5e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/765030.html","title":"SFU​.getClientCredentialToken()","navPath":"765030.html","bundleId":"work-tasks-2023-sp1","id":"a2d5543f8-07f9-40b1-9836-39021af69a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInStringFormat.html","title":"SFU​.getDateTimeInStringFormat()","navPath":"SFUgetDateTimeInStringFormat.html","bundleId":"work-tasks-2023-sp1","id":"a37bea45a-9ab4-4f07-95ea-155581ae546c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInServerUTCFormat.html","title":"SFU​.getDateTimeInServerUTCFormat()","navPath":"SFUgetDateTimeInServerUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"a77e802af-d947-41ac-a986-d287f7b781e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInUTCFormat.html","title":"SFU​.getDateTimeInUTCFormat()","navPath":"SFUgetDateTimeInUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"afb06954b-2d9f-42ef-a94a-bf8154a6e90c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetFormUrl.html","title":"SFU​.getFormUrl()","navPath":"SFUgetFormUrl.html","bundleId":"work-tasks-2023-sp1","id":"ae84ccc75-53a6-4f25-814e-f80f6323d8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetGridValue.html","title":"SFU​.getGridValue()","navPath":"SFUgetGridValue.html","bundleId":"work-tasks-2023-sp1","id":"abc5e4b6d-b5ca-4292-9288-7a33ef5668d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetImagePath.html","title":"SFU​.getImagePath()","navPath":"SFUgetImagePath.html","bundleId":"work-tasks-2023-sp1","id":"a3b25c910-8d9e-4a40-88d4-ee17beb18699","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetJSONObjectFromXml.html","title":"SFU​.getJSONObjectFromXml()","navPath":"SFUgetJSONObjectFromXml.html","bundleId":"work-tasks-2023-sp1","id":"aef63007c-f450-4c86-9ec2-3b5f7a9cb222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetLookupSchemaAndData.html","title":"SFU​.getLookupSchemaAndData()","navPath":"SFUgetLookupSchemaAndData.html","bundleId":"work-tasks-2023-sp1","id":"aaf1cea43-b018-4bd2-8d8c-ff28683cd200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetServerUtcOffset.html","title":"SFU​.getServerUtcOffset()","navPath":"SFUgetServerUtcOffset.html","bundleId":"work-tasks-2023-sp1","id":"a51117c4a-b3de-477b-a5e0-acd2c878a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetStorageItem.html","title":"SFU​.getStorageItem()","navPath":"SFUgetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"aeec65e35-5b22-4a7a-849d-51b0734e0c09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserAccessToken.html","title":"SFU​.getUserAccessToken()","navPath":"SFUgetUserAccessToken.html","bundleId":"work-tasks-2023-sp1","id":"ac8456f4f-584f-47b7-a627-fa699c6b6a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserLookupExtendedInformation.html","title":"SFU​.getUserLookupExtendedInformation()","navPath":"SFUgetUserLookupExtendedInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9e7586df-a8e9-4d92-8f7f-d0a38f3055e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/833395.html","title":"SFU​.getUserMemberOf()","navPath":"833395.html","bundleId":"work-tasks-2023-sp1","id":"a9fb5e779-8633-4110-b420-aac7d339fbda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserRoles.html","title":"SFU​.getUserRoles()","navPath":"SFUgetUserRoles.html","bundleId":"work-tasks-2023-sp1","id":"a261da06b-5080-4adb-b3a6-15588709721a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserSecurityGroup.html","title":"SFU​.getUserSecurityGroup()","navPath":"SFUgetUserSecurityGroup.html","bundleId":"work-tasks-2023-sp1","id":"ab8235884-a73b-43bc-8142-58c299e65c60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetValueForRightCode.html","title":"SFU​.getValueForRightCode()","navPath":"SFUgetValueForRightCode.html","bundleId":"work-tasks-2023-sp1","id":"a6f8409fd-9654-41ed-bac2-87068dc0ef61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetVirtualActorId.html","title":"SFU​.getVirtualActorId()","navPath":"SFUgetVirtualActorId.html","bundleId":"work-tasks-2023-sp1","id":"a9623a4ae-bef5-41f3-9095-4c0671200f96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetXmlFromJSONObject.html","title":"SFU​.getXmlFromJSONObject()","navPath":"SFUgetXmlFromJSONObject.html","bundleId":"work-tasks-2023-sp1","id":"a445b578b-9b19-4599-90b4-87e9ca5835b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUhideLoader.html","title":"SFU​.hideLoader()","navPath":"SFUhideLoader.html","bundleId":"work-tasks-2023-sp1","id":"aac3d9e80-d787-48ab-9f4a-bca90865a0c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfuincludecustomcssfiles.html","title":"SFU​.includeCustomCssFiles()","navPath":"sfuincludecustomcssfiles.html","bundleId":"work-tasks-2023-sp1","id":"a83668983-4e0e-43a4-b237-1690183f5d57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaformsutilitiesincludecustomjsfiles.html","title":"SFU​.includeCustomJsFiles()","navPath":"skeltaformsutilitiesincludecustomjsfiles.html","bundleId":"work-tasks-2023-sp1","id":"a9176345d-ceb1-47e2-845d-e8315bc001e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1057633.html","title":"SFU​.initializeWidgetFormCommunication()","navPath":"1057633.html","bundleId":"work-tasks-2023-sp1","id":"afdf9386c-b09a-40d1-b511-fdb8d7660f6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUinvokeWorkflow.html","title":"SFU​.invokeWorkflow()","navPath":"SFUinvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a86fcf416-ce93-417d-9c58-678e7317af47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisArray.html","title":"SFU​.isArray()","navPath":"SFUisArray.html","bundleId":"work-tasks-2023-sp1","id":"ac7e64843-c68d-4c28-ad8e-54bf72109446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisControlInNewMode.html","title":"SFU​.isControlInNewMode()","navPath":"SFUisControlInNewMode.html","bundleId":"work-tasks-2023-sp1","id":"a86b40c31-8681-4d53-8429-cdf09d56524b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisEmpty.html","title":"SFU​.isEmpty()","navPath":"SFUisEmpty.html","bundleId":"work-tasks-2023-sp1","id":"a821d474a-39e2-45e2-8957-9a5434d26590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisFormInEditMode.html","title":"SFU​.isFormInEditMode()","navPath":"SFUisFormInEditMode.html","bundleId":"work-tasks-2023-sp1","id":"acafc88dc-b80b-4ed1-abd5-96139505e899","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisMobileDisplayMode.html","title":"SFU​.isMobileDisplayMode()","navPath":"SFUisMobileDisplayMode.html","bundleId":"work-tasks-2023-sp1","id":"a4532b8f9-0123-4510-af32-67e4a8499f2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisNumber.html","title":"SFU​.isNumber()","navPath":"SFUisNumber.html","bundleId":"work-tasks-2023-sp1","id":"aafcf0211-ec0a-496a-ac6e-432d86dbb197","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisUndefined.html","title":"SFU​.isUndefined()","navPath":"SFUisUndefined.html","bundleId":"work-tasks-2023-sp1","id":"a31ac9026-c9e2-49ac-8adf-6bb9e8353fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767421.html","title":"SFU​.isWorkTasksPro()","navPath":"767421.html","bundleId":"work-tasks-2023-sp1","id":"a95cb0e37-ee6d-4c21-b74b-3e46e9c6d586","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767422.html","title":"SFU​.isWorkTasksProConnectedToInternet()","navPath":"767422.html","bundleId":"work-tasks-2023-sp1","id":"a11d306cf-8886-4a58-94ba-295a1aa7a981","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644453.html","title":"SFU​.logMessageToWMLogger()","navPath":"644453.html","bundleId":"work-tasks-2023-sp1","id":"ab8b9fc83-1f59-490e-86db-c8048b3daeae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUparseNumberValue.html","title":"SFU​.parseNumberValue()","navPath":"SFUparseNumberValue.html","bundleId":"work-tasks-2023-sp1","id":"a4fbe35f5-854e-440e-a1a5-e21d91994e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUreloadForm.html","title":"SFU​.reloadForm()","navPath":"SFUreloadForm.html","bundleId":"work-tasks-2023-sp1","id":"ac41338b3-dd8f-4220-b292-4973eb05a4b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsetStorageItem.html","title":"SFU​.setStorageItem()","navPath":"SFUsetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"afca8e0ca-6711-4728-bb9a-a8f2f066552b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189252.html","title":"SFU​.soaMethod()","navPath":"189252.html","bundleId":"work-tasks-2023-sp1","id":"ad97ec3a9-6ecd-416f-bc56-ee10c714bc50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfushowalert.html","title":"SFU​.showAlert()","navPath":"sfushowalert.html","bundleId":"work-tasks-2023-sp1","id":"ab9c94d5c-e1f0-4875-9f76-18e0cebd4e1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowConfirmation.html","title":"SFU​.showConfirmation()","navPath":"SFUshowConfirmation.html","bundleId":"work-tasks-2023-sp1","id":"aecbfc49b-5259-4982-8fa7-d84627dc845c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowError.html","title":"SFU​.showError()","navPath":"SFUshowError.html","bundleId":"work-tasks-2023-sp1","id":"a579c1261-c7d7-413b-8b65-622609364a60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowLoader.html","title":"SFU​.showLoader()","navPath":"SFUshowLoader.html","bundleId":"work-tasks-2023-sp1","id":"a81ca8df0-fbac-40a4-b229-bd54980f6948","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowPopupControl.html","title":"SFU​.showPopupControl()","navPath":"SFUshowPopupControl.html","bundleId":"work-tasks-2023-sp1","id":"a37e3b671-4bc4-40a0-bd11-897d205d5aca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowWarning.html","title":"SFU​.showWarning()","navPath":"SFUshowWarning.html","bundleId":"work-tasks-2023-sp1","id":"af136ba85-7c25-488e-88ec-20162e28d8ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsubscribeToControlParameters.html","title":"SFU​.subscribeToControlParameters()","navPath":"SFUsubscribeToControlParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5b4c10c3-4bb0-46f1-bb7a-309679c89769","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/686372.html","title":"SFU​.updateFormHeaderForWorkTasksPro()","navPath":"686372.html","bundleId":"work-tasks-2023-sp1","id":"ada1b5c27-0dfb-460f-8fe7-38711527b224","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecord.html","title":"control​.addRecord()","navPath":"controladdRecord.html","bundleId":"work-tasks-2023-sp1","id":"afdfbfcfd-2562-4211-b30c-e6dac525b834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToBottom.html","title":"control​.addRecordToBottom()","navPath":"controladdRecordToBottom.html","bundleId":"work-tasks-2023-sp1","id":"a21c30781-0bce-492b-b86b-c0acba3d89bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToPosition.html","title":"control​.addRecordToPosition()","navPath":"controladdRecordToPosition.html","bundleId":"work-tasks-2023-sp1","id":"a5a8980ba-1336-46ea-b5ea-5c85889af292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToTop.html","title":"control​.addRecordToTop()","navPath":"controladdRecordToTop.html","bundleId":"work-tasks-2023-sp1","id":"a03c04916-fb28-4ed6-b467-0d599300fc8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlapplyFilter.html","title":"control​.applyFilter()","navPath":"controlapplyFilter.html","bundleId":"work-tasks-2023-sp1","id":"a20712e16-4525-4929-bc75-8bdc5d54629f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlassociatedform.html","title":"control​.associatedForm","navPath":"controlassociatedform.html","bundleId":"work-tasks-2023-sp1","id":"a875a7749-9265-4123-a257-7cf7b8b89738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearContent.html","title":"control​.clearContent()","navPath":"controlclearContent.html","bundleId":"work-tasks-2023-sp1","id":"a63412c78-c083-4ef0-8f97-c4a0cfbaf119","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearFilter.html","title":"control​.clearFilter()","navPath":"controlclearFilter.html","bundleId":"work-tasks-2023-sp1","id":"a36a02df5-3cf8-4761-8553-b1eda99cbe94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlcontrols.html","title":"control​.controls()","navPath":"controlcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a66ecb487-6338-4fe8-84f0-4093ec4521bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controldatacontainerform.html","title":"control​.dataContainerForm","navPath":"controldatacontainerform.html","bundleId":"work-tasks-2023-sp1","id":"a27558c82-5d0f-4131-a5d7-e682298bebeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllById.html","title":"control​.findAllById()","navPath":"controlfindAllById.html","bundleId":"work-tasks-2023-sp1","id":"a55de738a-fcc1-4c37-acc0-4cd82dbafd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByName.html","title":"control​.findAllByName()","navPath":"controlfindAllByName.html","bundleId":"work-tasks-2023-sp1","id":"a3b7f6ab9-12a3-434a-a2dd-d5d0d2ef5810","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByXmlNode.html","title":"control​.findAllByXmlNode()","navPath":"controlfindAllByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a939ba394-c30f-45c4-8fdd-33e08bd13767","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindById.html","title":"control​.findById()","navPath":"controlfindById.html","bundleId":"work-tasks-2023-sp1","id":"ae62f0440-484a-4c8a-9716-61ab2d0b3fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByName.html","title":"control​.findByName()","navPath":"controlfindByName.html","bundleId":"work-tasks-2023-sp1","id":"a7e53f5b9-55ef-4572-a021-bc7c9e11d00f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByXmlNode.html","title":"control​.findByXmlNode()","navPath":"controlfindByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"aadb194bd-459e-4b08-a099-c0763d2252b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlById.html","title":"control​.findChildRecordControlById()","navPath":"controlfindChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a78b44e8a-4ad7-4a99-b35e-2410a37a494f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByName.html","title":"control​.findChildRecordControlByName()","navPath":"controlfindChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"aa675f610-8714-476a-b3a0-e2df9aeec0a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByXmlNode.html","title":"control​.findChildRecordControlByXmlNode()","navPath":"controlfindChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a51957a78-10bf-4b2a-8918-7fea3616fe16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlById.html","title":"control​.findImmediateChildRecordControlById()","navPath":"controlfindImmediateChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a89576048-ea1b-4820-95a3-27c919f744d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByName.html","title":"control​.findImmediateChildRecordControlByName()","navPath":"controlfindImmediateChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"a298bce29-69cc-4862-8bbb-8d68e16ff843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByXmlNode.html","title":"control​.findImmediateChildRecordControlByXmlNode()","navPath":"controlfindImmediateChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"adf24826e-82e3-4d37-9786-c07a082ecadb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetFormSubmissionData.html","title":"control​.getFormSubmissionData()","navPath":"controlgetFormSubmissionData.html","bundleId":"work-tasks-2023-sp1","id":"aa98c37e7-06c1-466d-acd9-0d116c4d57f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetType.html","title":"control​.getType()","navPath":"controlgetType.html","bundleId":"work-tasks-2023-sp1","id":"a536b728e-885b-47b6-ad22-0685434156b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775629.html","title":"control​.refreshCard()","navPath":"775629.html","bundleId":"work-tasks-2023-sp1","id":"a7e42d501-7a87-40c3-b5d7-052ae0dc61d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746399.html","title":"control​.refreshData()","navPath":"746399.html","bundleId":"work-tasks-2023-sp1","id":"aa6b99bde-6f35-4d81-ae0a-3d89f819a0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshGrid.html","title":"control​.refreshGrid()","navPath":"controlrefreshGrid.html","bundleId":"work-tasks-2023-sp1","id":"af51f3403-aa16-4db6-ba70-7c0ecdff1a06","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshTree.html","title":"control​.refreshTree()","navPath":"controlrefreshTree.html","bundleId":"work-tasks-2023-sp1","id":"a3b936c62-2c01-41ac-b677-73d4c61f0ff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremove.html","title":"control​.remove()","navPath":"controlremove.html","bundleId":"work-tasks-2023-sp1","id":"a4d9b2d7f-d2b5-424c-b0f9-d2629d9f053a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAll.html","title":"control​.removeAll()","navPath":"controlremoveAll.html","bundleId":"work-tasks-2023-sp1","id":"a249e15c8-7120-4163-aca2-25b1de0b039a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAt.html","title":"control​.removeAt()","navPath":"controlremoveAt.html","bundleId":"work-tasks-2023-sp1","id":"a590139ba-f0bb-499d-ac13-d5cf179b1744","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoverecord.html","title":"control​.removeRecord()","navPath":"controlremoverecord.html","bundleId":"work-tasks-2023-sp1","id":"aa0a2605f-5ab4-4f80-ac9e-e2fc5d7e38a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitClick.html","title":"control​.submitClick()","navPath":"controlsubmitClick.html","bundleId":"work-tasks-2023-sp1","id":"abe7abf84-b0cf-45a3-ac27-d636d0e48efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectedTabIndex.html","title":"control​.selectedTabIndex()","navPath":"controlselectedTabIndex.html","bundleId":"work-tasks-2023-sp1","id":"a71379190-420f-4c20-af03-17960b53a592","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectRecord.html","title":"control​.selectRecord()","navPath":"controlselectRecord.html","bundleId":"work-tasks-2023-sp1","id":"adf416278-4380-4991-80c2-67440138ef4e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectTab.html","title":"control​.selectTab()","navPath":"controlselectTab.html","bundleId":"work-tasks-2023-sp1","id":"aa78e3e14-d2af-4a4d-b398-26a80b679123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitForm.html","title":"control​.submitForm()","navPath":"controlsubmitForm.html","bundleId":"work-tasks-2023-sp1","id":"a2cadeef8-a4b9-40ed-9ddd-48cc882a4099","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumById.html","title":"control​.sumById()","navPath":"controlsumById.html","bundleId":"work-tasks-2023-sp1","id":"a65aee269-b417-4d9a-b313-d936dab00b3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByName.html","title":"control​.sumByName()","navPath":"controlsumByName.html","bundleId":"work-tasks-2023-sp1","id":"a260f7588-5d12-4ed8-81fd-f57b9372067a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByXmlNode.html","title":"control​.sumByXmlNode()","navPath":"controlsumByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"afb71381b-da7a-43e1-9be1-e880deb2cd3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelForm.html","title":"control​.topLevelForm()","navPath":"controltopLevelForm.html","bundleId":"work-tasks-2023-sp1","id":"a817848b3-25b2-49fc-b436-1f252f8eb5c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelFormactionbargetActionItemByName.html","title":"control​.topLevelForm​.actionbar​.getActionItemByName()","navPath":"controltopLevelFormactionbargetActionItemByName.html","bundleId":"work-tasks-2023-sp1","id":"ad3266f92-ff52-4963-a1d9-052486a4b386","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel1ProgressDisplay.html","title":"control​.updateLevel1ProgressDisplay()","navPath":"controlupdateLevel1ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a8296cc22-bd9d-4d28-8d15-c55df89389a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2.html","title":"control​.updateLevel2()","navPath":"controlupdateLevel2.html","bundleId":"work-tasks-2023-sp1","id":"a41ef86c4-7452-4a5b-ac73-f3e84538ce74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ProgressDisplay.html","title":"control​.updateLevel2ProgressDisplay()","navPath":"controlupdateLevel2ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a0b2c126a-658e-460b-9655-022095e4f8e4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2SelectItem.html","title":"control​.updateLevel2SelectItem()","navPath":"controlupdateLevel2SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"a43b9b9d2-713b-4816-9160-c5cf597c0c30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ToggleDisplay.html","title":"control​.updateLevel2ToggleDisplay()","navPath":"controlupdateLevel2ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a3b5779a9-d845-4711-9eb4-762d9182cee7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3.html","title":"control​.updateLevel3()","navPath":"controlupdateLevel3.html","bundleId":"work-tasks-2023-sp1","id":"a20ed3c4b-e9df-4436-9576-2fb53cefe7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ProgressDisplay.html","title":"control​.updateLevel3ProgressDisplay()","navPath":"controlupdateLevel3ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a52775845-8d54-401a-b722-51181b5c2813","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3SelectItem.html","title":"control​.updateLevel3SelectItem()","navPath":"controlupdateLevel3SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"ae02508e8-b630-4347-9496-d3f34e634ede","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ToggleDisplay.html","title":"control​.updateLevel3ToggleDisplay()","navPath":"controlupdateLevel3ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a1bf8806b-3f97-4648-adb1-29263bd81bfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateControl.html","title":"control​.validateControl()","navPath":"controlvalidateControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8eaab29-70d0-4a49-827c-dc37d2d84d1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateForm.html","title":"control​.validateForm()","navPath":"controlvalidateForm.html","bundleId":"work-tasks-2023-sp1","id":"ae59ac6c6-3c7c-48c5-87d1-59e96d4c22ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateRecord.html","title":"control​.validateRecord()","navPath":"controlvalidateRecord.html","bundleId":"work-tasks-2023-sp1","id":"aecdd5689-8853-461a-8e71-94d8dc98dbc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/isControlVisible.html","title":"isControlVisible()","navPath":"isControlVisible.html","bundleId":"work-tasks-2023-sp1","id":"a5e38e4f9-58e0-4d2c-887d-2d3d64ffcbbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81024.html","title":"skelta​.localize​.getString()","navPath":"81024.html","bundleId":"work-tasks-2023-sp1","id":"a4187ccf6-2b96-4d5e-bed7-399c0124c90a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81025.html","title":"skelta​.userContext​.getUserContextFor()","navPath":"81025.html","bundleId":"work-tasks-2023-sp1","id":"a2cf35c4d-c80e-48b5-ad68-0cdff21a68dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltagridgetDataSource.html","title":"skelta​.grid​.getDataSource()","navPath":"skeltagridgetDataSource.html","bundleId":"work-tasks-2023-sp1","id":"abc5da88d-d9dc-4c9e-8443-6da5819ef15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webapis.html","title":"Web APIs","navPath":"webapis.html","bundleId":"work-tasks-2023-sp1","id":"a960defc8-1bb7-41cd-b6f8-42f862b2e758","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/677026.html","title":"Web API Certificate-based Authentication","navPath":"677026.html","bundleId":"work-tasks-2023-sp1","id":"affb264c2-32d4-4c09-a783-e4c9313ea1de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676962.html","title":"Web API Server Configuration","navPath":"676962.html","bundleId":"work-tasks-2023-sp1","id":"a406703ae-7afa-42de-8f6f-026650ec387c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676963.html","title":"Web API Client Configuration","navPath":"676963.html","bundleId":"work-tasks-2023-sp1","id":"a0e098884-2f02-48dd-b9bc-b08e7bac7a19","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/724528.html","title":"Web API Type files for Swagger/OpenAPI based Web APIs","navPath":"724528.html","bundleId":"work-tasks-2023-sp1","id":"abe0abd60-fba1-431f-8fa9-3035b8d73815","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/738916.html","title":"Web API Source","navPath":"738916.html","bundleId":"work-tasks-2023-sp1","id":"aa843c866-ebee-4a28-bc59-3b53ce4587c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/217543.html","title":"Import a New Form using an API","navPath":"217543.html","bundleId":"work-tasks-2023-sp1","id":"aee1e33bf-a3fe-457e-bd8b-ce496cb1b3c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenarios.html","title":"Scenarios","navPath":"Scenarios.html","bundleId":"work-tasks-2023-sp1","id":"abc552ca8-f718-4e1e-a6f1-343284a931f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario1Purchase_Order_Form.html","title":"Scenario 1: Purchase Order Form","navPath":"Scenario1Purchase_Order_Form.html","bundleId":"work-tasks-2023-sp1","id":"ab792a337-3340-428b-bff6-8b7d2a61f108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario2VehicleRegistrationForm.html","title":"Scenario 2: Vehicle Registration Form","navPath":"Scenario2VehicleRegistrationForm.html","bundleId":"work-tasks-2023-sp1","id":"a4e1d49cb-a27b-4014-a536-4b453a1c9a38","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario3EMIForm.html","title":"Scenario 3: EMI Form","navPath":"Scenario3EMIForm.html","bundleId":"work-tasks-2023-sp1","id":"a9781e4f0-7b1b-468c-9cca-e16bb1d3c324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Examples.html","title":"Examples","navPath":"Examples.html","bundleId":"work-tasks-2023-sp1","id":"a925e9048-9a86-4a11-a365-beeb61e5377e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessingValuesofaSelectedRowThroughOtherControls.html","title":"Accessing Values of a Selected Row Through Other Controls","navPath":"AccessingValuesofaSelectedRowThroughOtherControls.html","bundleId":"work-tasks-2023-sp1","id":"a9ae4e676-f81f-4363-b08a-00ed7606a751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDataGridtoWorkflows.html","title":"Add Data Grid to Workflows","navPath":"AddDataGridtoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aee4c279e-a9bb-4d08-9a68-f5ead2957de1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHierarchicalDataGrid.html","title":"Create a Hierarchical Data Grid","navPath":"CreateaHierarchicalDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a8c58c15b-9296-4d6c-87be-86f4100d25a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/197670.html","title":"Customize Forms Using Custom Styles","navPath":"197670.html","bundleId":"work-tasks-2023-sp1","id":"a66f9f137-a99a-4ef3-a809-909bef729c8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/179029.html","title":"Data Binding Drop-Down Controls Using Lookups","navPath":"179029.html","bundleId":"work-tasks-2023-sp1","id":"affe8b62d-1f0e-4ad6-830c-1a8385e9ac6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202435.html","title":"Data Binding Drop-Down Controls Using Lookup Name (Non-parameterized)","navPath":"202435.html","bundleId":"work-tasks-2023-sp1","id":"a492cdcf1-c636-416c-9d2c-25b9c1abb3ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202437.html","title":"Data Binding Drop-Down Controls Using a Lookup Name (Parameterized)","navPath":"202437.html","bundleId":"work-tasks-2023-sp1","id":"a6c92b501-fcb7-4a66-b179-1441486b67d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRecordinaBaseFormControl.html","title":"Delete Record in a Base Form Control","navPath":"DeleteRecordinaBaseFormControl.html","bundleId":"work-tasks-2023-sp1","id":"a084ad00a-f1fb-4273-afcb-e9c48dfff07f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserInformationofLoggedonUser.html","title":"Get User Information of Logged-on User","navPath":"GetUserInformationofLoggedonUser.html","bundleId":"work-tasks-2023-sp1","id":"a004d6356-ca34-4827-aeab-8acd1fab82d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HidetheColumnHeaderinaDataGrid.html","title":"Hide the Column Header in a Data Grid","navPath":"HidetheColumnHeaderinaDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ac70fbee5-757a-448a-bd7e-c1239599cc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","title":"Localize BlockingOutput Messages for Invoke Workflow Control","navPath":"LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","bundleId":"work-tasks-2023-sp1","id":"afe5cc4b6-ee9f-4b28-bd86-d46067bfbcc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreventDuplicateDataEntriesinControls.html","title":"Prevent Duplicate Data Entries in Controls","navPath":"PreventDuplicateDataEntriesinControls.html","bundleId":"work-tasks-2023-sp1","id":"a7cb80af3-e5b5-4a0d-b960-007e323ee32f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/206583.html","title":"Print a Form","navPath":"206583.html","bundleId":"work-tasks-2023-sp1","id":"a8781960d-bd45-4592-b761-f2c3f6641ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","title":"Select and Act on Multiple Work Items Using the Enable Multi Select option","navPath":"SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","bundleId":"work-tasks-2023-sp1","id":"aa98cc65a-63b6-4eba-a221-dca364c8ddde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","title":"Set the Consider Available Height and Dynamic Page Size Properties","navPath":"SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","bundleId":"work-tasks-2023-sp1","id":"ab88a132e-9509-49d1-9a03-61905f95f115","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetValuesforaDataGridonPostExecutionofaWorkflow.html","title":"Set Values for a Data Grid on Post Execution of a Workflow","navPath":"SetValuesforaDataGridonPostExecutionofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73b272b6-2b69-4776-bb44-de32cc457565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ShowEmbeddedDatafromWebAPILookupinDataGrid.html","title":"Show Embedded Data from Web API Lookup in Data Grid","navPath":"ShowEmbeddedDatafromWebAPILookupinDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a2f3c4c02-4e99-40e6-9d6c-30bc70377692","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194926.html","title":"Show Icons in Data Grid Columns","navPath":"194926.html","bundleId":"work-tasks-2023-sp1","id":"abf747be9-22e8-4852-a43f-42bc0d84aa0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateColumnNamesinaBaseForm.html","title":"Update Column Names in a Base Form","navPath":"UpdateColumnNamesinaBaseForm.html","bundleId":"work-tasks-2023-sp1","id":"a7dd04821-a08f-4f7b-925a-aeb4a2c9bf05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189701.html","title":"Use Data from Data Grid Set As Data Source","navPath":"189701.html","bundleId":"work-tasks-2023-sp1","id":"abf72bd4b-19b1-4918-9a4e-595fc1919cb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194592.html","title":"Use Data from Parameterized Data Grid in Base Form","navPath":"194592.html","bundleId":"work-tasks-2023-sp1","id":"a265b46a7-8e68-4f67-af82-9d95b6c199b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheSecurityAPIs.html","title":"Use the Security APIs","navPath":"UsetheSecurityAPIs.html","bundleId":"work-tasks-2023-sp1","id":"ad57d70bd-d767-4e9f-bf32-c82177eac8d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189973.html","title":"View Attachments uploaded from Forms","navPath":"189973.html","bundleId":"work-tasks-2023-sp1","id":"af3cc25a6-cfff-417d-8bcc-8c4f1456e6af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1264475.html","title":"Access Attachments from Another Form","navPath":"1264475.html","bundleId":"work-tasks-2023-sp1","id":"aefa7a2e1-a483-4dd1-8e43-a6dad471b999","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/support.html","title":"Troubleshooting Forms","navPath":"support.html","bundleId":"work-tasks-2023-sp1","id":"a8d6af9bb-cc0a-4e04-a326-63cb2bb073f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/62676.html","title":"Troubleshoot","navPath":"62676.html","bundleId":"work-tasks-2023-sp1","id":"a515d9a0d-0fe4-4c3f-9691-23d0b535ade1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/195029.html","title":"Supported Library Versions","navPath":"195029.html","bundleId":"work-tasks-2023-sp1","id":"a9ac26027-4a4b-4846-8a1f-b8138b796f05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/faqs.html","title":"FAQs","navPath":"faqs.html","bundleId":"work-tasks-2023-sp1","id":"a96c4fc7c-eb1d-4659-a160-205e666f8f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsDesigner.html","title":"Lists Designer","navPath":"ListsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ad7788037-0ba1-4fc3-9d62-8cb15368d9ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managelists.html","title":"Manage Lists","navPath":"managelists.html","bundleId":"work-tasks-2023-sp1","id":"a076bdd81-e378-45ea-848c-4f55a2a68523","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportLists.html","title":"Import Lists","navPath":"ImportLists.html","bundleId":"work-tasks-2023-sp1","id":"a512d8783-afa5-413c-b2b9-9a22aae9ad92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportLists.html","title":"Export Lists","navPath":"ExportLists.html","bundleId":"work-tasks-2023-sp1","id":"ae564ad1d-e05c-4e39-85ef-0fceea200bff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofLists.html","title":"Edit Properties of Lists","navPath":"EditPropertiesofLists.html","bundleId":"work-tasks-2023-sp1","id":"a56b97624-7279-429c-ae5a-88a164fae713","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewFormStructure.html","title":"View Form Structure","navPath":"ViewFormStructure.html","bundleId":"work-tasks-2023-sp1","id":"a434cdd85-57fb-4881-9801-73d2840ec1a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoGeneratingForms.html","title":"Auto Generating Forms","navPath":"AutoGeneratingForms.html","bundleId":"work-tasks-2023-sp1","id":"a0f1d3042-c007-4a34-bff1-5d4f437d36da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsmanagecontrols.html","title":"Manage Controls","navPath":"listsmanagecontrols.html","bundleId":"work-tasks-2023-sp1","id":"a1d5663ae-7df2-4d8b-91dc-7894171354b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsaddingcontrols.html","title":"Add Controls","navPath":"listsaddingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"aa9366a7a-dc0a-4cca-8262-e2f39f412658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls_1.html","title":"Replace Controls","navPath":"ReplaceControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ae5e3cd2f-9292-4da2-870c-e5c11499d15a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls_1.html","title":"Move Controls","navPath":"MoveControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ac4fd82e2-cd73-4d52-aeb9-e9b294ed6672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls_1.html","title":"Delete Controls","navPath":"DeleteControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a088c7f55-59e9-4607-9a40-da5ac522b043","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls_1.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a43a3a65b-8fa1-4ec7-8181-38b5e040e17f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsapi.html","title":"Lists API","navPath":"listsapi.html","bundleId":"work-tasks-2023-sp1","id":"a5b1dd7c1-f6b6-4216-8d50-0c6715cb8908","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinglistusinglistdefinition.html","title":"Create List using ListDefinition","navPath":"creatinglistusinglistdefinition.html","bundleId":"work-tasks-2023-sp1","id":"ae57727b8-4d87-43dc-9793-866d1c4d106c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updatinglistitembyvalidatingsecurity.html","title":"Update List Item by Validating Security","navPath":"updatinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a1496d837-63c0-4cef-99d9-42a126e286fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinglistitembyvalidatingsecurity.html","title":"Delete List Item by Validating Security","navPath":"deletinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a6f91f6db-3646-4133-a965-314341481cee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingvaluesofdefaultfieldoflist.html","title":"Get Values of Default Field of List","navPath":"gettingvaluesofdefaultfieldoflist.html","bundleId":"work-tasks-2023-sp1","id":"a4a661f6f-7dcb-4dba-8041-cd8c55fdc1b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem_1.html","title":"Save ListItem","navPath":"SaveListItem_1.html","bundleId":"work-tasks-2023-sp1","id":"ac6ed7b91-6669-4a50-bb69-a72fd8940b39","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsadvanced.html","title":"Advanced List Features","navPath":"listsadvanced.html","bundleId":"work-tasks-2023-sp1","id":"ae640255b-8b2b-4636-951e-3286bceb14f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControlProperties.html","title":"List Control Properties","navPath":"ListControlProperties.html","bundleId":"work-tasks-2023-sp1","id":"a4c0c2920-97b6-4f38-8542-45e9d3765b3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListParent.html","title":"List(Parent)","navPath":"ListParent.html","bundleId":"work-tasks-2023-sp1","id":"a40fcaaf7-4686-4b0a-a95f-3fa37ad0bae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Attachment_1.html","title":"Attachment","navPath":"Attachment_1.html","bundleId":"work-tasks-2023-sp1","id":"a2840e555-d69e-4e8c-8fb4-5e0cf5640ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanInput.html","title":"BooleanInput","navPath":"BooleanInput.html","bundleId":"work-tasks-2023-sp1","id":"aab480cfd-dd0c-46fd-94ba-51ec345ebe21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateInput.html","title":"DateInput","navPath":"DateInput.html","bundleId":"work-tasks-2023-sp1","id":"ab9eed917-36db-483c-a4f3-c0aeb571823c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecimalInput.html","title":"DecimalInput","navPath":"DecimalInput.html","bundleId":"work-tasks-2023-sp1","id":"ad335ff83-55f1-42f5-af73-d27ad56a66aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GUIDInput.html","title":"GUIDInput","navPath":"GUIDInput.html","bundleId":"work-tasks-2023-sp1","id":"abef8182f-d7c0-4248-a942-0be7d44ea4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegerInput.html","title":"IntegerInput","navPath":"IntegerInput.html","bundleId":"work-tasks-2023-sp1","id":"a369d1ec0-398d-4004-8cdb-55b386fb807a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookup_1.html","title":"UserLookup","navPath":"UserLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a7e091d6c-08f1-4610-8763-a418326e845e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupInput.html","title":"LookupInput","navPath":"LookupInput.html","bundleId":"work-tasks-2023-sp1","id":"a77d5607a-7c31-4539-a9e7-4a55dd83d2c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextInput.html","title":"TextInput","navPath":"TextInput.html","bundleId":"work-tasks-2023-sp1","id":"ac8c5d94b-ab84-46c6-9874-6c14f4b78a70","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listtable1.html","title":"List Table","navPath":"listtable1.html","bundleId":"work-tasks-2023-sp1","id":"a090e00d3-c109-4f47-82d7-f9942b5adb15","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariablesforLists.html","title":"XML Variables for Lists","navPath":"XMLVariablesforLists.html","bundleId":"work-tasks-2023-sp1","id":"a346fef35-1a6d-4382-ae77-d5aacda5a8b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaworkflowforalistinasinglestep2.html","title":"Create a Workflow for a List in a Single Step","navPath":"creatingaworkflowforalistinasinglestep2.html","bundleId":"work-tasks-2023-sp1","id":"a2597933c-5863-4ef3-b4fe-2575c0863b86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListXMLVariable.html","title":"Schema of XML List XML Variable","navPath":"SchemaofXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a351d2d80-2ba4-4c21-b94d-b07d85fdb146","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListTypeXMLVariable.html","title":"Create an XML List Type XML Variable","navPath":"CreateanXMLListTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a76c20650-bce1-4bd8-9245-a9037c5ca964","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangetheScopeoftheXMLListXMLVariable.html","title":"Change the Scope of the XML List XML Variable","navPath":"ChangetheScopeoftheXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad2db3173-6bc6-48e4-9423-b892ff4f4c7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetuptheListQueryScope.html","title":"Set up the List Query Scope","navPath":"SetuptheListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a840bca9f-4960-4e30-8b86-ec41fe3141ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorTypeXMLVariable.html","title":"Create an XML List Iterator Type XML Variable","navPath":"CreateanXMLListIteratorTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a9314240a-54a3-484c-b6ac-017857a235f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorTypeXMLVariableforGridItems.html","title":"Create an XML Iterator Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"aa2457c9e-d4e4-4701-9cf0-cb2e624297b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableScenarios.html","title":"XML Variable Scenarios","navPath":"XMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afb1b8e97-c1a6-470c-bd83-1db7dab54d9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItem.html","title":"Add a New List Item","navPath":"AddaNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"a3b71e2af-9b07-4ea0-aa2f-2535d8810949","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow_1.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa5bfb51a-0bc2-46bd-bc86-71b74c1e3b65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingthelistitemasdifferentversion.html","title":"Save the List item as Different Version as Draft/Published using XML Variable","navPath":"savingthelistitemasdifferentversion.html","bundleId":"work-tasks-2023-sp1","id":"ad769b3ad-dcdb-4b8f-a5a1-f8bc6e4a3c6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewItemtoaListFolderusingListXMLVariable.html","title":"Add New Item to a List Folder using List XML Variable","navPath":"AddNewItemtoaListFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ade03724f-9314-4152-9cd3-21e50f871e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteanItemfromaListFolderusingXMLVariable.html","title":"Delete an Item from a List Folder using XML Variable","navPath":"DeleteanItemfromaListFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a472ad476-da04-41fd-a814-8ce179804fb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveanItemtoaFolderusingListXMLVariable.html","title":"Move an Item to a Folder using List XML Variable","navPath":"MoveanItemtoaFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a3a369ae2-7795-476e-8096-4840f8039de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewFolderusingXMLVariable.html","title":"Create a New Folder using XML Variable","navPath":"CreateaNewFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad3cdde1f-df0f-47f2-aedf-69a5c38ad9be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItemwithGridItems.html","title":"Add a New List Item with Grid Items","navPath":"AddaNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"abecac426-1c4b-4999-9636-ede8cca72a16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewGridItemtotheExistingListItem.html","title":"Add a New Grid Item to the Existing List Item","navPath":"AddaNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"a75ed5d38-45ac-434f-b9dc-5dd5f246fb85","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyaListItemwithGridItems.html","title":"Copy a List Item with Grid Items","navPath":"CopyaListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a4f69e529-862b-46bc-b596-3d2c3978b0ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList_1.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList_1.html","bundleId":"work-tasks-2023-sp1","id":"afeff6abe-65eb-4fc0-aaf6-bffbf6180400","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViews.html","title":"List Views","navPath":"ListViews.html","bundleId":"work-tasks-2023-sp1","id":"a80131328-8a02-425c-b437-27d6500cf6ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithListViews.html","title":"Work with List Views","navPath":"WorkwithListViews.html","bundleId":"work-tasks-2023-sp1","id":"a7d6aa47d-5d51-46d8-8617-47278bac78a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutCreatingListViews.html","title":"About Creating List Views","navPath":"AboutCreatingListViews.html","bundleId":"work-tasks-2023-sp1","id":"a0eb77762-8f4e-4819-9979-b1ff61c82516","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewview.html","title":"Create a New View","navPath":"creatinganewview.html","bundleId":"work-tasks-2023-sp1","id":"a229f7405-b6b8-4613-aa37-32d938889929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaDefaultView.html","title":"Create a Default View","navPath":"CreateaDefaultView.html","bundleId":"work-tasks-2023-sp1","id":"af1d5871c-2c56-4883-9f0d-5319e88458be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPublicView.html","title":"Create a Public View","navPath":"CreateaPublicView.html","bundleId":"work-tasks-2023-sp1","id":"a660ca679-f4e4-4a4c-8480-0468c4104437","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPrivateView.html","title":"Create a Private View","navPath":"CreateaPrivateView.html","bundleId":"work-tasks-2023-sp1","id":"a9d2f9577-7572-45a3-bf86-b5dfe6b0afb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFilters.html","title":"Add Filters","navPath":"AddFilters.html","bundleId":"work-tasks-2023-sp1","id":"a1fa07cb0-b95e-4255-a7c3-313391b6a735","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterGrouping.html","title":"Filter Grouping","navPath":"FilterGrouping.html","bundleId":"work-tasks-2023-sp1","id":"ae8e1bc6a-47c7-4143-996a-3185188f6001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDateTimeVariabletoFilterColumns.html","title":"Use Date Time Variable to Filter Columns","navPath":"UseDateTimeVariabletoFilterColumns.html","bundleId":"work-tasks-2023-sp1","id":"af93f108b-d201-4ba7-b743-80a62dba1189","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SorttheColumns.html","title":"Sort the Columns","navPath":"SorttheColumns.html","bundleId":"work-tasks-2023-sp1","id":"a44733bf3-ba3d-4e05-9b07-485074335481","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SystemVariables.html","title":"System Variables","navPath":"SystemVariables.html","bundleId":"work-tasks-2023-sp1","id":"a16957713-19a4-4ab8-845e-c4fb5fdcd106","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeVariables.html","title":"Date Time Variables","navPath":"DateTimeVariables.html","bundleId":"work-tasks-2023-sp1","id":"abb33cc42-c6da-4bb2-a3e0-65b51cb08b05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariables.html","title":"Workflow Variables","navPath":"WorkflowVariables.html","bundleId":"work-tasks-2023-sp1","id":"aafc18474-138f-4023-908f-a72d1f2f8b6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserVariables.html","title":"User Variables","navPath":"UserVariables.html","bundleId":"work-tasks-2023-sp1","id":"aacd7c323-1ddd-4e0b-9ed8-8306d865e50d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupColumns.html","title":"Group Columns","navPath":"GroupColumns.html","bundleId":"work-tasks-2023-sp1","id":"afe624fde-3dc5-4ed9-8864-c19036ec9681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayAllItems.html","title":"Display All Items","navPath":"DisplayAllItems.html","bundleId":"work-tasks-2023-sp1","id":"a7c9138a9-346a-49b6-85b3-5859e87a0681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaReadOnlyView.html","title":"Create a Read-Only View","navPath":"CreateaReadOnlyView.html","bundleId":"work-tasks-2023-sp1","id":"a61ca7533-dbc3-40b3-8e9e-9c4c1cb5fd68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArrangeGridColumns.html","title":"Arrange Grid Columns","navPath":"ArrangeGridColumns.html","bundleId":"work-tasks-2023-sp1","id":"a06c77853-7a12-4af4-bad9-2bdf4b97a84f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyfromExistingViews.html","title":"Copy from Existing Views","navPath":"CopyfromExistingViews.html","bundleId":"work-tasks-2023-sp1","id":"a206da4c6-4af9-4850-94e1-499b6f0cc995","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageViews.html","title":"Manage Views","navPath":"ManageViews.html","bundleId":"work-tasks-2023-sp1","id":"a3547a7e5-df8b-4325-b34d-31903423f375","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updateaview.html","title":"Update a View","navPath":"updateaview.html","bundleId":"work-tasks-2023-sp1","id":"aefba4328-0177-4c08-8945-785d119e8b22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaView.html","title":"Delete a View","navPath":"DeleteaView.html","bundleId":"work-tasks-2023-sp1","id":"a80913c78-d439-4e0e-844f-ca63b57649a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/secureaview.html","title":"Secure a View","navPath":"secureaview.html","bundleId":"work-tasks-2023-sp1","id":"af8aa441c-dc7a-4ff9-9cc9-672916d4741f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookups.html","title":"List Lookups","navPath":"ListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ad2e2e0cf-7639-489a-806d-8f7a80d4e1a0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportedDataTypes.html","title":"Supported Data Types","navPath":"SupportedDataTypes.html","bundleId":"work-tasks-2023-sp1","id":"a0869ff75-8849-4bff-bcf3-d9a8e8035086","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartLookupSettings.html","title":"Start Lookup Settings","navPath":"StartLookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a870fcc17-e451-42ac-9a3d-5ef6862516be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/lookupsettingsinterface.html","title":"Lookup Settings Interface","navPath":"lookupsettingsinterface.html","bundleId":"work-tasks-2023-sp1","id":"a029504d7-0833-4729-bedb-e3b63abd3456","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workingwithlookupsettings.html","title":"Lookup Settings","navPath":"workingwithlookupsettings.html","bundleId":"work-tasks-2023-sp1","id":"ad4a54116-a261-454e-9bee-9c971ffb5057","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewRepositoryListLookup.html","title":"Add a New Repository List Lookup","navPath":"AddaNewRepositoryListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a18faf58f-7848-490d-a2e1-72ce510c5a0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727452.html","title":"Add a List Query","navPath":"727452.html","bundleId":"work-tasks-2023-sp1","id":"a8f342cf0-1c4b-4132-9a0a-3ceb841fa2ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727453.html","title":"Add an Order By Query","navPath":"727453.html","bundleId":"work-tasks-2023-sp1","id":"a160ef831-5934-44b3-b0ef-1e1b5755801b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewdatabaselookup.html","title":"Add a New Database Lookup","navPath":"addinganewdatabaselookup.html","bundleId":"work-tasks-2023-sp1","id":"ae86bb9af-1b97-4356-b39a-47d14c994cfe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181666.html","title":"Add a New Database Lookup Using Query","navPath":"181666.html","bundleId":"work-tasks-2023-sp1","id":"af3c37beb-41de-4bcf-8bb9-cf6c8ab53e7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181667.html","title":"Add a New Database Lookup Using Stored Procedure","navPath":"181667.html","bundleId":"work-tasks-2023-sp1","id":"a42407e8e-9c09-45d6-8573-1029fbf68835","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewwebapilookup.html","title":"Add a New Web API Lookup","navPath":"addinganewwebapilookup.html","bundleId":"work-tasks-2023-sp1","id":"af4ed8ce1-dfcd-413e-8c87-e401b7fd4fc8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaListLookup.html","title":"Edit a List Lookup","navPath":"EditaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a8699652c-f6f2-4173-bce4-40a4d3c231cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295054.html","title":"Organize Lookup Lists","navPath":"295054.html","bundleId":"work-tasks-2023-sp1","id":"a095f4e12-70af-4d3a-ab8e-7097387c55f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaListLookup.html","title":"Delete a List Lookup","navPath":"DeleteaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a681bb1b0-6124-42d1-ba2b-6d12d5df3936","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookupScenarios.html","title":"List Lookup Scenarios","navPath":"ListLookupScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a474eea5e-7689-4b2b-b99d-f09598b56c76","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetable.html","title":"Create a Lookup for a Database Table","navPath":"creatingalookupforadatabasetable.html","bundleId":"work-tasks-2023-sp1","id":"abe5e16aa-ecd6-4ce4-8365-2060225a2501","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetablewithcompositeprimarykey.html","title":"Create a Lookup for a Database Table with Composite Primary Key","navPath":"creatingalookupforadatabasetablewithcompositeprimarykey.html","bundleId":"work-tasks-2023-sp1","id":"ae9935239-b79b-4778-8026-b6cb0e956d5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDependentLookupfromDatabaseTables.html","title":"Create Dependent Lookup from Database Tables","navPath":"CreateDependentLookupfromDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"a5a635c1a-6d83-41a6-b0e0-80276459b6b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforalist.html","title":"Create a Lookup for a List","navPath":"creatingalookupforalist.html","bundleId":"work-tasks-2023-sp1","id":"a8c36a3b0-8c7d-4166-babb-dfb5f2d951ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData.html","title":"Search or Sort within a Lookup Data","navPath":"SearchorSortwithinaLookupData.html","bundleId":"work-tasks-2023-sp1","id":"a3d685643-4f83-45fe-9d4f-2c169be5e68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData_1.html","title":"Add an Item from Lookup Control","navPath":"SearchorSortwithinaLookupData_1.html","bundleId":"work-tasks-2023-sp1","id":"a44119b2e-f8b2-4cd9-b9ac-72b93755e664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforListLookups.html","title":"Use ExtendedInformation Property for List Lookups","navPath":"UseExtendedInformationPropertyforListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ab77672af-8471-4845-a919-1aa0b4280d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforDatabaseLookups.html","title":"Use ExtendedInformation Property for Database Lookups","navPath":"UseExtendedInformationPropertyforDatabaseLookups.html","bundleId":"work-tasks-2023-sp1","id":"afd19ae0f-9bc6-4f6f-81b8-978790ff8a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","title":"Use Aliases, Joins, Aggregate Functions in Database Lookup Query","navPath":"UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"aa955dfad-3c3f-4e71-9dd0-4c0795197214","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCASEExpressionintheDatabaseLookupQuery.html","title":"Use CASE Expression in the Database Lookup Query","navPath":"UseCASEExpressionintheDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"af385e2ea-f513-4488-8957-e456c887e637","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScenarios.html","title":"List Scenarios","navPath":"ListScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a1e3a4c96-7f7b-4c0b-a662-b9dff8fb25fc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaleaveapplicationlist.html","title":"Create a Leave Application List","navPath":"creatingaleaveapplicationlist.html","bundleId":"work-tasks-2023-sp1","id":"a9f759301-78b1-4895-98cf-42d9809cc9b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalistmappedtomultipletables.html","title":"Create a List Mapped to Multiple Tables","navPath":"creatingalistmappedtomultipletables.html","bundleId":"work-tasks-2023-sp1","id":"ac77b13c9-9c74-437c-bf9f-a8abce8a26b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingthedefaultlistform.html","title":"Modify the default List form","navPath":"modifyingthedefaultlistform.html","bundleId":"work-tasks-2023-sp1","id":"af8c620b1-b828-4722-aa26-823feab53504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListData.html","title":"Sort List Data","navPath":"SortListData.html","bundleId":"work-tasks-2023-sp1","id":"a04913b22-6431-4adc-8a07-29a8f6257d61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportListItemDatatoanExcelSheet.html","title":"Export List Item Data to an Excel Sheet","navPath":"ExportListItemDatatoanExcelSheet.html","bundleId":"work-tasks-2023-sp1","id":"afc95246d-d294-4a51-865a-cf395877bb98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingversioningforlistitem.html","title":"Enable Versioning for List Item","navPath":"enablingversioningforlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a760bced5-ea5d-4d17-aa41-4d84dce82926","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListitemsusingDisplaySortOrderProperty.html","title":"Sort List items using DisplaySortOrder Property","navPath":"SortListitemsusingDisplaySortOrderProperty.html","bundleId":"work-tasks-2023-sp1","id":"a8815f479-fb7b-4751-8053-58cd7bd78caa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/setcustomviewforalistcontrol.html","title":"Set Custom View for a List Control from a Custom ASPX Page using API","navPath":"setcustomviewforalistcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a20b168f3-ab23-42d7-a7ef-f8e174e922e4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsintegration.html","title":"Lists Integration","navPath":"listsintegration.html","bundleId":"work-tasks-2023-sp1","id":"a3c16dc27-a316-4018-a191-fe0bed1bfad8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutlistsintegrationcomponents.html","title":"About Lists Integration Components","navPath":"aboutlistsintegrationcomponents.html","bundleId":"work-tasks-2023-sp1","id":"a33b8d865-a94c-4f0b-9fff-bebc992082fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/keyfeaturesandbenefits.html","title":"Key Features and Benefits","navPath":"keyfeaturesandbenefits.html","bundleId":"work-tasks-2023-sp1","id":"a383d5213-ff6e-4521-a724-f7945ab4d110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites_2.html","title":"Prerequisites","navPath":"prerequisites_2.html","bundleId":"work-tasks-2023-sp1","id":"a817557c1-34d2-4bda-961d-d86e986a7cf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installationandconfiguration.html","title":"Installation and Configuration","navPath":"installationandconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"afedc024c-2792-44b3-b807-f779091c8570","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutconfiguration.html","title":"About Configuration","navPath":"aboutconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"aec4d23a5-13b4-4658-a794-89ef158c09b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73298.html","title":"List Source Data Flow","navPath":"73298.html","bundleId":"work-tasks-2023-sp1","id":"a94860ca0-608f-4a63-864d-c6cf456d03eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73300.html","title":"Import and Export Data","navPath":"73300.html","bundleId":"work-tasks-2023-sp1","id":"a37ef99ff-c5e7-4450-aa06-3dc2365f15e9","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listssupport.html","title":"Troubleshooting Lists","navPath":"listssupport.html","bundleId":"work-tasks-2023-sp1","id":"a108d62bb-0843-4cf6-9340-4e92fc403c5a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604373.html","title":"Quickflow User Guide","navPath":"604373.html","bundleId":"work-tasks-2023-sp1","id":"abfe512d0-bd00-4ee2-9c05-193ef29fee4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/613300.html","title":"Prerequisites","navPath":"613300.html","bundleId":"work-tasks-2023-sp1","id":"ac0627737-79b8-4e8c-b488-c555d6f9d41b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/603289.html","title":"Deploy Quickflow","navPath":"603289.html","bundleId":"work-tasks-2023-sp1","id":"abb5934ea-4caf-47c1-a9c6-8c8bc77e37e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateQuickflow.html","title":"Create Quickflow","navPath":"CreateQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"ab13b1950-687b-4902-b06e-c83acec1c70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604271.html","title":"Activities","navPath":"604271.html","bundleId":"work-tasks-2023-sp1","id":"a23c637f4-5584-4418-9ed9-8d4b8686e794","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/620121.html","title":"Supported Activities","navPath":"620121.html","bundleId":"work-tasks-2023-sp1","id":"adb95f866-b3ab-49b4-ba3e-172dedfd9798","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity_1.html","title":"Start Activity","navPath":"StartActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ada556791-b94a-4dd5-a658-5accdae46a91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables_1.html","title":"Start - Variables","navPath":"StartVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a88a19ceb-2e77-470c-841f-5940d5e55cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables_1.html","title":"XML Variables","navPath":"XMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"aa30a4a92-ab34-4f59-96ba-c0c9c411010c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface_1.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface_1.html","bundleId":"work-tasks-2023-sp1","id":"a73f50020-820f-4f06-a447-b30b0490ec25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLDocumentXMLVariable.html","title":"Introduction to XML Document XML Variable","navPath":"IntroductiontoXMLDocumentXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2a2873a7-d219-4cc9-bf14-810d087f3956","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument_1.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument_1.html","bundleId":"work-tasks-2023-sp1","id":"a192519d7-f412-4086-8539-b1625189fbee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buildingxmlschema.html","title":"Build XML Schema","navPath":"buildingxmlschema.html","bundleId":"work-tasks-2023-sp1","id":"ae0abfc6e-1381-4109-9ddc-514b8ac1b23b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms_1.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a243f6917-6f8e-4e23-bbf7-32cf46ec39e0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLIteratorXMLVariable.html","title":"Introduction to 'XML Iterator' XML Variable","navPath":"IntroductiontoXMLIteratorXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aeabdcabe-e8a5-44c6-88b4-7786423f1a16","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator_1.html","title":"Create XML Variable of Type 'XML Iterator'","navPath":"CreateXMLVariableofTypeXMLIterator_1.html","bundleId":"work-tasks-2023-sp1","id":"a3732687d-44fc-44ad-a3c1-fde9a876718f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLIteratorTypeVariables.html","title":"Use 'XML Iterator' Type Variables","navPath":"UseXMLIteratorTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac713f6ff-ca17-4181-8154-80e67fe6e0bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables_1.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a7cf0b5d8-483b-4fae-ae77-0e87fe66d872","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities_1.html","title":"Communication Activities","navPath":"CommunicationActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"abc23b6e0-b25e-4754-8372-05b11f4a3ed7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity_1.html","title":"Notification Activity","navPath":"NotificationActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a1e53c1be-3763-431a-bb6b-1ebe45e786d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_2.html","title":"Notification: ToResource","navPath":"NotificationToResource_2.html","bundleId":"work-tasks-2023-sp1","id":"aa7b5fc5d-dd64-4778-bcd5-f6e026e69b88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationMessage.html","title":"Notification: Message","navPath":"NotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a22d1c569-38be-4bb1-92eb-45269a92980e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotification.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotification.html","bundleId":"work-tasks-2023-sp1","id":"adfea9ab4-f65f-441b-b9c0-5cb01ced5763","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource_1.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a8905abff-e5a6-4a5b-b29f-b727205b751b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pushnotificationmessage11.html","title":"Set Notification Type","navPath":"pushnotificationmessage11.html","bundleId":"work-tasks-2023-sp1","id":"acdcfd711-a745-49fa-9b8d-314f8058e488","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVAWorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac7c42c92-cb53-4e57-b9a8-627134e7a504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage_1.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1685f44-dd48-4e1a-b2b2-14ab9419e5dd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities_1.html","title":"Engine Activities","navPath":"EngineActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae95c9908-6c61-48a2-a43c-8174c4bae56b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/blockoutputactivity.html","title":"BlockingOutput Activity","navPath":"blockoutputactivity.html","bundleId":"work-tasks-2023-sp1","id":"a1c24ce7a-38f2-48e8-ba3b-d76b087c5268","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity_1.html","title":"Database Activity","navPath":"DatabaseActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4c3f2a7f-68a4-4e28-8cf8-49e132556ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity_1.html","title":"Decision Activity","navPath":"DecisionActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"aa7446da6-905e-447f-a200-fa4c132b89fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions_1.html","title":"Decision: Decisions","navPath":"Decisions_1.html","bundleId":"work-tasks-2023-sp1","id":"a0d6cc59c-dcd8-494f-8950-555992f49612","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity_1.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a28ffd98b-7a5b-4fc3-9061-ca0e4071d394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity_1.html","title":"For-Loop Activity","navPath":"ForLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"add25a390-9281-4442-be07-2bcdbb1eb62c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount_1.html","title":"For-Loop Count","navPath":"ForLoopCount_1.html","bundleId":"work-tasks-2023-sp1","id":"ac91d7742-c1b4-4047-9d78-ad3bfd011021","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity_1.html","title":"Logger Activity","navPath":"LoggerActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a92b7545a-4c84-4215-b921-7cfbecb57152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage_1.html","title":"Log - Log Message","navPath":"Log-LogMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1868785-0479-465f-b36e-fcbfbc7a295e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity_1.html","title":"Next Loop Activity","navPath":"NextLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a216e6f3e-1a83-4123-9d48-d75b8b9019aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity_1.html","title":"Rule Activity","navPath":"RuleActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a238ed1ce-7780-4452-b475-a8c3bf91ef68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition_1.html","title":"Rule - Condition","navPath":"RuleCondition_1.html","bundleId":"work-tasks-2023-sp1","id":"a0e3c2445-d021-4a04-97ff-2533d16b5890","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable_1.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable_1.html","bundleId":"work-tasks-2023-sp1","id":"a87dc078e-dc70-4c2c-be7e-a9d0f74f311a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity_1.html","title":"Synchronize Activity","navPath":"SynchronizeActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ace9e3051-aa4e-4b78-bd5b-98684930a937","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity_1.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9caf828-4674-4928-abda-ffccbd678adf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables_1.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a476ca464-0b3d-4a48-b42a-29c48f013b54","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a65757198-6355-4d95-97d0-bea91eaba578","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity_1.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"af277eb06-a8d6-4969-9733-0577e564c0c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowaction.html","title":"Workflow Activity","navPath":"workflowaction.html","bundleId":"work-tasks-2023-sp1","id":"abeb7fbc7-06a6-4a78-8202-14a5ce81511b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow_1.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a53514f50-a015-4a6d-a246-a565b91b45fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow_1.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa70d0235-c21b-4608-aea7-f4c8df946f49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","title":"How to Pass Variables from Parent Workflow/Quickflow to Child Workflow?","navPath":"howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","bundleId":"work-tasks-2023-sp1","id":"a86a57158-1fdd-4dd0-858c-697ba16127e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GettingExecutionIDoftheChildQuickflow.html","title":"Getting Execution ID of the Child Quickflow","navPath":"GettingExecutionIDoftheChildQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"a8ba6f769-d9c0-4edc-888c-b5f047cd82ac","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator_1.html","title":"XML Navigator","navPath":"XMLNavigator_1.html","bundleId":"work-tasks-2023-sp1","id":"a45e93061-77ab-467b-b9be-cb2b779055b9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Integration_Activities.html","title":"Integration Activities","navPath":"Integration_Activities.html","bundleId":"work-tasks-2023-sp1","id":"a5aad2a2c-7f9d-4626-8e53-fb2882f23460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebapiactivity_1.html","title":"Invoke Web API Activity","navPath":"invokewebapiactivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae0b84382-3514-4e82-be26-d7a6155b6ad4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIConfigureWebAPI.html","title":"Invoke Web API: Configure Web API","navPath":"InvokeWebAPIConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a3958a8bf-2a88-4a80-97dd-308e7e699e74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI_1.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI_1.html","bundleId":"work-tasks-2023-sp1","id":"a3821dcc2-3010-4f71-8a63-731903079e82","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity_1.html","title":"Script Activity","navPath":"ScriptActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ad54af351-ae26-4bdd-b365-bf9bfb58d23c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode_1.html","title":"Script: Code","navPath":"ScriptCode_1.html","bundleId":"work-tasks-2023-sp1","id":"a14f05003-46e3-4a03-be7a-df5ace46619f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences_1.html","title":"Script: References","navPath":"ScriptReferences_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cff7e06-00df-41ba-80fc-fca2ebb83ed7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues_1.html","title":"Script: Return Values","navPath":"ScriptReturnValues_1.html","bundleId":"work-tasks-2023-sp1","id":"a977e2a1b-5210-4431-b4ae-8343dfa434da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/xmlaction1.html","title":"XML Action Activity","navPath":"xmlaction1.html","bundleId":"work-tasks-2023-sp1","id":"a4963e747-2cd7-424c-901b-d39aba86b4e2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities_1.html","title":"Message Queue Activities","navPath":"MessageQueueActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"acc8577f0-9073-47c5-9950-081768e28ded","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData_1.html","title":"SendMQData","navPath":"SendMQData_1.html","bundleId":"work-tasks-2023-sp1","id":"aa92f26d2-7a9f-4b13-a0d7-e3f9f73f9cf7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureMessageQueueConnection.html","title":"Configure Message Queue Connection","navPath":"ConfigureMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"a4d4e28c9-c754-4940-a649-4bfd9decf662","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities_1.html","title":"Logic App Activities","navPath":"LogicAppActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9de13e3-b77a-4b32-8b40-dce2dd0ca2bd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity_1.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a67934cc7-f636-4a87-a58d-819314acd37a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLogicAppConnectionandData.html","title":"Configure Logic App Connection and Data","navPath":"ConfigureLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"a62c98ed4-a578-430f-9578-a373766d84d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity_1.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a56126034-fa4a-4435-ae5c-8e767943c2b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8285582-567d-4aee-8a43-3ae44bdef109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"abab1d6f7-cd61-44f7-bc4a-f25bc4fce09c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing_1.html","title":"Relative Referencing","navPath":"RelativeReferencing_1.html","bundleId":"work-tasks-2023-sp1","id":"a08af0980-09bf-4708-863e-5c11171f63f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/678853.html","title":"Custom Activity","navPath":"678853.html","bundleId":"work-tasks-2023-sp1","id":"acce64137-6950-4492-8897-4975bdc79798","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesigner.html","title":"Process Designer","navPath":"ProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a9ce0cfa6-bc2c-4daa-b739-a198ccd379e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinition.html","title":"Export Process Definition","navPath":"ExportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a406935b1-f84f-4b31-9d43-3003342240df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinition.html","title":"Import Process Definition","navPath":"ImportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a6230bc99-c571-465a-8b69-477cf4c86fae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildExpression.html","title":"Build Expression","navPath":"BuildExpression.html","bundleId":"work-tasks-2023-sp1","id":"ab50167ab-4246-4946-bcd7-76a5bdad9228","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Support_1.html","title":"Support","navPath":"Support_1.html","bundleId":"work-tasks-2023-sp1","id":"a1cf72bce-e0e3-4684-af85-47970a4d33b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics_1.html","title":"Diagnostics","navPath":"Diagnostics_1.html","bundleId":"work-tasks-2023-sp1","id":"ad43df2d6-71a0-45ef-b475-846ded247fe9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Limitations.html","title":"Limitations","navPath":"Limitations.html","bundleId":"work-tasks-2023-sp1","id":"a50d46ae6-4cde-4944-85f5-b9e286b54ac2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Troubleshoot.html","title":"Troubleshoot","navPath":"Troubleshoot.html","bundleId":"work-tasks-2023-sp1","id":"abe8f4828-bf51-44b8-8661-feb3c7e36229","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmuserguide.html","title":"User Guide","navPath":"wonderwareskeltabpmuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a2a87808a-62a3-4993-b38c-1029b836bd6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wwskeltabpminstallationandadministration.html","title":"Administration","navPath":"wwskeltabpminstallationandadministration.html","bundleId":"work-tasks-2023-sp1","id":"aeb1de17c-414b-4a02-809b-a29463c79988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisitesfordesigningworkflows.html","title":"Prerequisites","navPath":"prerequisitesfordesigningworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad0a941c0-d99c-4a49-bdd9-06b5f5ba88cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted_1.html","title":"Get started","navPath":"GetStarted_1.html","bundleId":"work-tasks-2023-sp1","id":"ab5ba867c-c67a-47f6-8a2c-5d6c182b00bb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingahelloworldworkflow.html","title":"Create a Workflow","navPath":"creatingahelloworldworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ad7a7499e-21ca-4d8d-b9e4-7779a9b476b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingvariablesinworkflow.html","title":"Use Variables in Workflow","navPath":"usingvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a35fcd1cb-9cd8-4bda-95d9-21d62ce6ed5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingxmlvariablesinworkflow.html","title":"Use XML Variables in Workflow","navPath":"usingxmlvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6d117e90-e411-4b64-ab2a-ec581f9e333a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/familiarizingwithskeltaxmlvariables.html","title":"Familiarize with XML Variables","navPath":"familiarizingwithskeltaxmlvariables.html","bundleId":"work-tasks-2023-sp1","id":"a1922eea6-d13d-4e61-9563-c5cbecf2b1f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loopingthroughxmldocument.html","title":"Loop Through an XML Document","navPath":"loopingthroughxmldocument.html","bundleId":"work-tasks-2023-sp1","id":"a8245bc71-7baf-48e9-960e-a984f38c8194","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithskeltaforms.html","title":"Use Forms","navPath":"gettingstartedwithskeltaforms.html","bundleId":"work-tasks-2023-sp1","id":"a808d9ddc-42c3-43f1-800a-7bab6c778f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebservicefromworkflows.html","title":"Invoke Web Service from Workflows","navPath":"invokewebservicefromworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a30a5496f-ae02-4647-9ae7-0002b603fbe5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetcontrols.html","title":"Interfaces","navPath":"skeltabpmnetcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ac68d126c-5698-4494-90f0-e7ee67e0a15d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingskeltabpmnetfeatures.html","title":"Access Features","navPath":"accessingskeltabpmnetfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a4f2570db-0fb2-45ed-8d27-67300ee6bdd0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole_1.html","title":"Enterprise Console","navPath":"EnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3a226f4-14b5-4d34-9469-d313ea4d4732","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaenterpriseconsoleauthentication.html","title":"Enterprise Console Authentication","navPath":"skeltaenterpriseconsoleauthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa2cbbc9f-bc9c-47f9-a2f5-83dafdfec44b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaworkitemlist.html","title":"Enterprise Console Home Page","navPath":"skeltaworkitemlist.html","bundleId":"work-tasks-2023-sp1","id":"a61f1cd52-a9d6-4f34-9fa7-43c80976e182","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowManagement.html","title":"Workflow Management","navPath":"WorkflowManagement.html","bundleId":"work-tasks-2023-sp1","id":"abe23487f-fae4-4e68-8a5a-1c2d81e4f559","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist1.html","title":"What is a Workflow List","navPath":"workflowlist1.html","bundleId":"work-tasks-2023-sp1","id":"a75031b45-67ad-40ed-8ba2-468ba2c256f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/groupingworkflowitemswithfolders.html","title":"Group Workflow Items within a Folder","navPath":"groupingworkflowitemswithfolders.html","bundleId":"work-tasks-2023-sp1","id":"ae1d9c677-b889-4b46-9078-82a34099d470","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewfolderworkflow.html","title":"Create a Folder","navPath":"creatinganewfolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af50f8793-a053-4320-9203-3a7515e1f955","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingafolderworkflows.html","title":"Publish a Folder","navPath":"publishingafolderworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a0476c204-90f8-4921-a5f5-98c397142337","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingafolderworkflow.html","title":"Delete a Folder","navPath":"deletingafolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab9618690-accc-46f3-a1ee-facfe14fb0be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingordisablingafolder.html","title":"Enable or Disable a Folder","navPath":"enablingordisablingafolder.html","bundleId":"work-tasks-2023-sp1","id":"a1d0b6ff6-c1aa-4d8a-9551-d1bc139211e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changingtheownerofthefolder.html","title":"Change the Owner of the Folder","navPath":"changingtheownerofthefolder.html","bundleId":"work-tasks-2023-sp1","id":"af91fb070-9180-48a8-8777-00d658ef0f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/applyingsecuritysettingstoafolder.html","title":"Apply Security Settings to a Folder","navPath":"applyingsecuritysettingstoafolder.html","bundleId":"work-tasks-2023-sp1","id":"ace01028f-35ec-4d0c-8dd3-f2c1deb5acad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/navigate.html","title":"Navigate to Different Folders in Workflows List","navPath":"navigate.html","bundleId":"work-tasks-2023-sp1","id":"a9f0a388f-24d0-40c6-b9d6-e5e8a1fd587d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingandassociatingaworkflow.html","title":"Create a Workflow","navPath":"creatingandassociatingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a214c7e9e-9480-43e9-bc06-0983c070fc0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createassociations.html","title":"Create an Association for a Workflow","navPath":"createassociations.html","bundleId":"work-tasks-2023-sp1","id":"a2b517777-2bad-46a4-a477-479811d5637f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associateworkflowwithenterpriseconsole.html","title":"Associate Workflow with Enterprise Console Events","navPath":"associateworkflowwithenterpriseconsole.html","bundleId":"work-tasks-2023-sp1","id":"aba5bca6d-8f08-43e5-ae4c-600f4e82793e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a349b51b8-706c-4d65-b103-4c326fbb4dbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505.html","bundleId":"work-tasks-2023-sp1","id":"abcbbbee2-75f7-44b9-89bc-318746f339e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/512536.html","title":"Associate Workflow with Message Queue","navPath":"512536.html","bundleId":"work-tasks-2023-sp1","id":"a96035563-4d6c-4e7e-8ce8-bb87ff75629d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaExample.html","title":"XML Schema Example","navPath":"XMLSchemaExample.html","bundleId":"work-tasks-2023-sp1","id":"af1bfb35c-2e69-4fa8-ac11-9b0f5ea1a65b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JSONSampleExample.html","title":"JSON Sample Example","navPath":"JSONSampleExample.html","bundleId":"work-tasks-2023-sp1","id":"a12177a3d-c580-44d2-88c3-fb30aebffa70","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/572497.html","title":"Associate Workflow with Logic App Events","navPath":"572497.html","bundleId":"work-tasks-2023-sp1","id":"af20b4802-18bf-4425-92bf-655a68c29005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewassociations.html","title":"View all Associations of a Workflow","navPath":"viewassociations.html","bundleId":"work-tasks-2023-sp1","id":"a975602b6-945a-495d-b4b7-eb1b9d23f8f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflowassociations.html","title":"Delete Workflow Associations","navPath":"deletingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"ae10fd997-b6f8-49da-96e3-ef5946121fa9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingworkflowassociations.html","title":"Disable Workflow Associations","navPath":"disablingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"a661e2016-f7ad-48b1-8c7d-2a68a0863cc4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/saveas1.html","title":"Create different versions of a Workflow","navPath":"saveas1.html","bundleId":"work-tasks-2023-sp1","id":"ade11312c-f7fb-47ad-91f4-5fecb763e0b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showallversions.html","title":"View All the Versions of a Workflow","navPath":"showallversions.html","bundleId":"work-tasks-2023-sp1","id":"a241d85fc-fce9-4891-8d44-3901965c03d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designworkflow.html","title":"Modify a Workflow Design","navPath":"designworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac129db54-6637-472a-a958-501acf136c78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingaworkflow.html","title":"Edit a Workflow","navPath":"editingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"adba79694-3c18-437a-b749-db9f74882422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflows.html","title":"Delete a Workflow","navPath":"deletingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"af14602e1-d56d-45c7-9cdf-53bacfee5996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingworkflows.html","title":"Publish a Workflow","navPath":"publishingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a61ad94f3-e234-4f44-abdd-9e37885d7f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/unpublishingaworkflow.html","title":"Unpublish a Workflow","navPath":"unpublishingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"abb6a6046-3d45-489e-b947-a0ddccf45740","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importworkflow.html","title":"Import a Workflow","navPath":"importworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a62800b85-ccee-42cf-8c02-a55b3ee7a75d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exportworkflow.html","title":"Export a Workflow","navPath":"exportworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac057f9aa-e86c-4cfd-8f7f-17d1f405a84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction1.html","title":"Lock a Workflow for Editing","navPath":"introduction1.html","bundleId":"work-tasks-2023-sp1","id":"a1332246d-221f-4b81-81a9-0d362bc164fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enable_1.html","title":"Enable  and Disable Workflow","navPath":"enable_1.html","bundleId":"work-tasks-2023-sp1","id":"ab6341bed-a18e-4bc7-a7cb-920a1ef4ba6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfiguration1.html","title":"Access BAM Configuration","navPath":"bamconfiguration1.html","bundleId":"work-tasks-2023-sp1","id":"a421431d7-b45c-434b-86b0-a3c5e2864575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changeowner1.html","title":"Change Owner Information of a Workflow","navPath":"changeowner1.html","bundleId":"work-tasks-2023-sp1","id":"acc9c8b5d-fc85-4d52-8314-f221012e3d12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tasks.html","title":"Access Workflow Tasks","navPath":"tasks.html","bundleId":"work-tasks-2023-sp1","id":"ae117d2e4-9daf-498b-8c47-a081d554adb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsAvailableinaWorkflowList.html","title":"Different Views Available in a Workflow List","navPath":"DifferentViewsAvailableinaWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a73ce3392-b047-4692-8199-9e4d32e467d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewworkflow.html","title":"View a Workflow","navPath":"viewworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aa5bd43af-2990-4cb6-a9d3-53a916b2954c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/testrun.html","title":"View the Execution of the Published Workflow","navPath":"testrun.html","bundleId":"work-tasks-2023-sp1","id":"afb296ef0-ec9c-4365-ac8c-60f99f9c0ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showchilditems.html","title":"View Child Items of a Workflow","navPath":"showchilditems.html","bundleId":"work-tasks-2023-sp1","id":"a57bb9039-f4ae-4f7a-9412-002a8b98d094","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewaudithistory.html","title":"View Audit History","navPath":"viewaudithistory.html","bundleId":"work-tasks-2023-sp1","id":"a541ffc86-5613-4932-b821-bbea49844786","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewproperties.html","title":"View the Properties of a Workflow","navPath":"viewproperties.html","bundleId":"work-tasks-2023-sp1","id":"a6fe34c2f-2df9-4ea3-8aa0-40791277cf41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingexception.html","title":"View Exceptions","navPath":"viewingexception.html","bundleId":"work-tasks-2023-sp1","id":"ae1ad7b45-c8c6-42f5-ba35-8b87ab5fe311","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitysettings.html","title":"Set Security at Workflow Listitem Level","navPath":"securitysettings.html","bundleId":"work-tasks-2023-sp1","id":"aa01ca25e-91d8-47c1-9265-9679e079a1ca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutSkeltaCalendars.html","title":"Calendars","navPath":"AboutSkeltaCalendars.html","bundleId":"work-tasks-2023-sp1","id":"ab51e704c-6b45-47ef-a7d5-a5bff9298765","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceCalendar.html","title":"Resource Calendar","navPath":"ResourceCalendar.html","bundleId":"work-tasks-2023-sp1","id":"a20d5aa0e-8364-486a-8540-1f121e444a34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configurationofresourcecalendarbyadministrator.html","title":"Configure Resource Calendar by Administrator","navPath":"configurationofresourcecalendarbyadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a06de864e-4acf-474d-bba6-804d158a3ef4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingthecalendar.html","title":"Check Resource Availability","navPath":"searchingthecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a01d6efcd-1c7c-42c6-b333-52dda0c34863","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement_1.html","title":"Queue Management","navPath":"QueueManagement_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1e11c71-d9f5-472a-882c-11796ea02464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQueueManagement.html","title":"Configure Queue Management","navPath":"ConfigureQueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a88a2f3b9-416c-4672-a50d-1267c50b0672","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ParticipantsTab.html","title":"Participants Tab","navPath":"ParticipantsTab.html","bundleId":"work-tasks-2023-sp1","id":"a9ffc8082-bf4b-44a6-a995-6fbb583b78fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DispatchPatternsTab.html","title":"Dispatch Patterns Tab","navPath":"DispatchPatternsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3f948682-4002-461b-a1a5-78339f608751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingsTab.html","title":"Settings Tab","navPath":"SettingsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3a6f6b5a-431b-47a2-8ef5-0ffdbcc8df46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EscalationTab.html","title":"Escalation Tab","navPath":"EscalationTab.html","bundleId":"work-tasks-2023-sp1","id":"a1d98defa-eabd-4e40-8c1a-52bca7b14f10","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingqueuecontroltocreateandmanagequeues1.html","title":"Use Queue Control to Create and Manage Queues","navPath":"usingqueuecontroltocreateandmanagequeues1.html","bundleId":"work-tasks-2023-sp1","id":"ab38c2f42-2b28-4644-90d5-45d06871e87d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingparticipantstothequeue1.html","title":"Add Participants to the Queue","navPath":"addingparticipantstothequeue1.html","bundleId":"work-tasks-2023-sp1","id":"a44784ec8-a8c7-43a7-aa6e-7719d95bd49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringdispatchpatterns1.html","title":"Configure Dispatch Patterns","navPath":"configuringdispatchpatterns1.html","bundleId":"work-tasks-2023-sp1","id":"a0bf68420-a333-4bce-95c6-db28918fc6b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingthequeuepreference.html","title":"Set the Queue Preference","navPath":"settingthequeuepreference.html","bundleId":"work-tasks-2023-sp1","id":"ac7de4f75-c715-4f98-a424-525dff54cb80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingescalations1.html","title":"Set Escalations for Queues","navPath":"settingescalations1.html","bundleId":"work-tasks-2023-sp1","id":"a00ead208-a37d-4bfd-832c-91f63b62fba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingthequeuesinworkflows1.html","title":"Use Queues in Workflows","navPath":"usingthequeuesinworkflows1.html","bundleId":"work-tasks-2023-sp1","id":"af9741bd6-7299-4877-bb84-617365d5a53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueuesintheactivitylist1.html","title":"Access Queues in the Work Items List","navPath":"accessingqueuesintheactivitylist1.html","bundleId":"work-tasks-2023-sp1","id":"adf334d3b-078d-4695-8600-76c04ef8cba4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199511.html","title":"Database Connections","navPath":"199511.html","bundleId":"work-tasks-2023-sp1","id":"a0a7ed262-4da9-4666-a963-313a1a898950","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199512.html","title":"Create a Database Connection","navPath":"199512.html","bundleId":"work-tasks-2023-sp1","id":"a4ac56958-37e7-40e7-9d25-09aa1640de0b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsList.html","title":"Work Items List","navPath":"WorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a047625cb-f932-42b1-ac24-ec8820a50c35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItemViewAllUsers.html","title":"Manage Work Item - View All Users","navPath":"ManageWorkItemViewAllUsers.html","bundleId":"work-tasks-2023-sp1","id":"af81f0985-bb87-4af1-ab66-23a21e66837f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListUserInterfaceElements.html","title":"Work Items List User Interface Elements","navPath":"WorkItemsListUserInterfaceElements.html","bundleId":"work-tasks-2023-sp1","id":"adeb344ce-1d10-4be6-9975-294b377a9e01","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListFolders.html","title":"Work Items List Folders","navPath":"WorkItemsListFolders.html","bundleId":"work-tasks-2023-sp1","id":"a2ffdf90e-2cd6-4daa-a02e-d33b3643aa19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListView.html","title":"Work Items List View","navPath":"WorkItemsListView.html","bundleId":"work-tasks-2023-sp1","id":"a29ab4fb1-5613-41c8-89ed-6f04e28ce62c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemDetails.html","title":"Work Item Details","navPath":"WorkItemDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa8549216-f88c-4407-b2ef-a5d24f2e56ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListToolbar.html","title":"Work Items List Toolbar","navPath":"WorkItemsListToolbar.html","bundleId":"work-tasks-2023-sp1","id":"a73f3d260-3d3f-4e89-81bc-dd1667f09f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListManagerView.html","title":"Work Items List Manager View","navPath":"WorkItemsListManagerView.html","bundleId":"work-tasks-2023-sp1","id":"affe89bdb-7f53-413e-91e9-aa5f9de5bfa7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueMultiSelectandReassignQueueWorkItems.html","title":"Queue Multi-Select and Reassign Queue Work Items","navPath":"QueueMultiSelectandReassignQueueWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"afd99f191-445f-45b5-b811-9d2733491672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueueitems.html","title":"Access Queue Items","navPath":"accessingqueueitems.html","bundleId":"work-tasks-2023-sp1","id":"ae6164755-6d53-4358-bb7c-41ab0c126707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistview.html","title":"Customize Work Items List","navPath":"customizingworkitemlistview.html","bundleId":"work-tasks-2023-sp1","id":"aa3c6b4c1-e59b-4bc3-837a-88681a027f39","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistlayouts.html","title":"Customize Work Items List Layouts","navPath":"customizingworkitemlistlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a057aa02e-451e-477b-bcb7-1eeba7e3db0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemlistcustomizationoptions.html","title":"Work Items List Layout Customization","navPath":"workitemlistcustomizationoptions.html","bundleId":"work-tasks-2023-sp1","id":"a4ce246ab-f838-4c54-8bef-789f0dde5293","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsatworkflowlevel.html","title":"Define Layouts at Workflow Level","navPath":"defininglayoutsatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6d5e6b35-957f-4bd7-bef5-9fb78db95ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininggloballayouts.html","title":"Define Global Layouts","navPath":"defininggloballayouts.html","bundleId":"work-tasks-2023-sp1","id":"a5f38699a-11bb-4ade-ad61-2b7a4aa3681e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsforqueues.html","title":"Define Layouts for Queues","navPath":"defininglayoutsforqueues.html","bundleId":"work-tasks-2023-sp1","id":"a1ab0f428-47c8-44ba-803e-6ecb5d81cd6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizinginboxview.html","title":"Define Work Items List Layouts for a User","navPath":"customizinginboxview.html","bundleId":"work-tasks-2023-sp1","id":"a762bad58-27eb-40b6-85fc-f127d2a31abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistviews.html","title":"Customize Work Items List Views","navPath":"customizingworkitemlistviews.html","bundleId":"work-tasks-2023-sp1","id":"a53f35ba4-b327-4b8e-851a-fc7af64652e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListbyApplication.html","title":"Display Work Items List by Application","navPath":"DisplayWorkItemsListbyApplication.html","bundleId":"work-tasks-2023-sp1","id":"a95d75a49-7814-4339-9a63-841d0b8e5756","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListGroupedbyWorkflows.html","title":"Display Work Items List Grouped by Workflows","navPath":"DisplayWorkItemsListGroupedbyWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac69dac17-c15e-40f3-ad97-423e309911ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedWorkflows.html","title":"Display Work Items List for Specified Workflows","navPath":"DisplayWorkItemsListforSpecifiedWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a493df458-b3fb-4cc0-aeb2-9d92d410133c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedQueues.html","title":"Display Work Items List for Specified Queues","navPath":"DisplayWorkItemsListforSpecifiedQueues.html","bundleId":"work-tasks-2023-sp1","id":"af5b1c5cb-397c-4dae-9eb2-54948a9fe25e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayInboxView.html","title":"Display Inbox View","navPath":"DisplayInboxView.html","bundleId":"work-tasks-2023-sp1","id":"a97f10efc-aa4a-4853-8aad-2be7bb653465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayManager%27sView.html","title":"Display Manager's View","navPath":"DisplayManager'sView.html","bundleId":"work-tasks-2023-sp1","id":"a5030b5e1-c942-4db6-9457-3e55f02e9eca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/preferencesforworkitemmanagement.html","title":"Preferences for Work Item Management","navPath":"preferencesforworkitemmanagement.html","bundleId":"work-tasks-2023-sp1","id":"ae1f48915-254f-420b-a90f-09b0e8e6a4cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoownershiponRowClick.html","title":"Auto-ownership on Row Click","navPath":"AutoownershiponRowClick.html","bundleId":"work-tasks-2023-sp1","id":"a20a40308-1066-446c-a5f7-e4598d985689","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableMultiSelectOptioninWorkItemList.html","title":"Enable Multi-Select Option in Work Item List","navPath":"EnableMultiSelectOptioninWorkItemList.html","bundleId":"work-tasks-2023-sp1","id":"a00eb1adf-c7e7-4092-8a78-274b2c1255d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterDatainWorkItemsList.html","title":"Filter Data in Work Items List","navPath":"FilterDatainWorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a691d4587-e1b0-407c-9915-8f71dc0298fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagingWorkItems.html","title":"Manage Work Items","navPath":"ManagingWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"aec8f1303-98a7-416a-987d-85266d6dae1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItems.html","title":"Forward Work Items","navPath":"ForwardWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a029816da-e58e-49bf-8e0d-bcc6334db56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems_1.html","title":"Abort Work Items","navPath":"AbortWorkItems_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf6a28b7-9a25-40b3-b0d0-d7eccd534076","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemoveWorkItems.html","title":"Remove Work Items","navPath":"RemoveWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a04d47171-9e39-49f2-bf2d-e76d5887fad2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlternateActors.html","title":"Alternate Actors","navPath":"AlternateActors.html","bundleId":"work-tasks-2023-sp1","id":"a1c168a79-4294-43ba-8010-3867f0eee4d2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/250494.html","title":"Alternate Actors","navPath":"250494.html","bundleId":"work-tasks-2023-sp1","id":"a693d237e-1e85-4f67-a2f5-f7b7fbb043d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationScenarios.html","title":"Configuration Scenarios","navPath":"ConfigurationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afbb2f810-8d7a-450c-af0b-8064c6bb369d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/businessactivitymonitoringbamalertfeatures.html","title":"Business Activity Monitoring Alert","navPath":"businessactivitymonitoringbamalertfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8da31cfd-4581-4081-95f4-6475f3fd10db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheThresholdValueinBAM.html","title":"Set the Threshold Value in BAM","navPath":"SettheThresholdValueinBAM.html","bundleId":"work-tasks-2023-sp1","id":"a2480dc16-6495-4b83-994a-5052250aae7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetBAMAlertforOverduesandKPIs.html","title":"Set BAM Alert for Overdues and KPIs","navPath":"SetBAMAlertforOverduesandKPIs.html","bundleId":"work-tasks-2023-sp1","id":"ac2ba96e4-8257-4f5d-8604-827e7715c591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations_1.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations_1.html","bundleId":"work-tasks-2023-sp1","id":"ab45ce846-8ad7-4d54-90ea-db32e8f36f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMWorkflow.html","title":"BAM Workflow","navPath":"BAMWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af54195dd-f4cf-4be3-8dfc-176052519606","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampletoConfigureBAMAlerts.html","title":"Example to Configure BAM Alerts","navPath":"ExampletoConfigureBAMAlerts.html","bundleId":"work-tasks-2023-sp1","id":"ac406c55e-7d14-4b4a-89b4-47b42ab09dd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alertsforbusinessactivitythresholds1.html","title":"BAM Alert Settings","navPath":"alertsforbusinessactivitythresholds1.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b6f9-bdfd-4f80-9902-6b2826b63ce7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder.html","title":"Enabling and Disabling SOA Folder","navPath":"disablefolder.html","bundleId":"work-tasks-2023-sp1","id":"a0a78a278-fc09-40b6-8547-ea42a7bc5893","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPIDataPoints.html","title":"Create KPI Data Points","navPath":"CreateKPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a14845587-0657-4670-9c7e-1153dcc79167","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPI%28s%29andSettheThresholdValue.html","title":"Create KPI(s) and Set the Threshold Value","navPath":"CreateKPI(s)andSettheThresholdValue.html","bundleId":"work-tasks-2023-sp1","id":"afbe6b07c-7dd0-4406-8e10-f7424a1b444c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAlertConfigurationSettings.html","title":"BAM Alert Configuration Settings","navPath":"BAMAlertConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"abbc586a1-1885-452d-8441-1d22ce738ea1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMRuleSettings.html","title":"BAM Rule Settings","navPath":"BAMRuleSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2d380176-c263-4b0d-9661-ab2ab5f0bc0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMTimeSettings.html","title":"BAM Time Settings","navPath":"BAMTimeSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1c921c92-a81c-46e4-9e15-f7a78322b621","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMActionSettings.html","title":"BAM Action Settings","navPath":"BAMActionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a19ff9de7-1dfb-4685-afe2-c923cb353f1a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsinEnterpriseConsoleSite.html","title":"BAM Events in Enterprise Console Site","navPath":"BAMEventsinEnterpriseConsoleSite.html","bundleId":"work-tasks-2023-sp1","id":"af6e0c3cc-6af9-4512-ba0c-6f1eb9316ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggeraBAMAlert.html","title":"Trigger a BAM Alert","navPath":"TriggeraBAMAlert.html","bundleId":"work-tasks-2023-sp1","id":"a3671530b-9cac-4163-a599-b964796d4611","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BusinessActivityMonitoringandReports.html","title":"Business Activity Monitoring and Reports","navPath":"BusinessActivityMonitoringandReports.html","bundleId":"work-tasks-2023-sp1","id":"a7cf4e624-8d4a-441a-918c-d6958bb3e481","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMDashboardView.html","title":"BAM Dashboard View","navPath":"BAMDashboardView.html","bundleId":"work-tasks-2023-sp1","id":"afb1551c9-f84a-49b4-90b6-6ab46e47e84c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamexecutionreports.html","title":"BAM Execution Reports","navPath":"bamexecutionreports.html","bundleId":"work-tasks-2023-sp1","id":"a82f10c1d-9846-451b-8a85-0e4faf093bac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAnalyzeReports.html","title":"BAM Analyze Reports","navPath":"BAMAnalyzeReports.html","bundleId":"work-tasks-2023-sp1","id":"af9d29d85-5e49-4d43-8f6f-cf43bdaa0d3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMProcessExecutionView.html","title":"BAM Process Execution View","navPath":"BAMProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"af737dfd3-5021-444a-8743-9ee7593f1d6b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userguide.html","title":"File Watcher","navPath":"userguide.html","bundleId":"work-tasks-2023-sp1","id":"a2be64cda-2281-43cb-98c4-a5b8fd026665","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcheroperations.html","title":"File Watcher Operations","navPath":"filewatcheroperations.html","bundleId":"work-tasks-2023-sp1","id":"aec189ef1-0527-485a-a56b-e6cce1945f1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addfolder.html","title":"Add Folder","navPath":"addfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5862ec71-ffa7-43b5-8484-c552ac050886","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editfolder.html","title":"Edit Folder Configuration Settings","navPath":"editfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad5b4b4ca-3ac5-48d0-852f-adc5bc797bfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletefolder.html","title":"Delete Folder","navPath":"deletefolder.html","bundleId":"work-tasks-2023-sp1","id":"a3b09eb30-f066-443f-b848-ee8f8fea9c63","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcherevents.html","title":"File Watcher Events","navPath":"filewatcherevents.html","bundleId":"work-tasks-2023-sp1","id":"a14f3036b-e3f6-4095-a35a-b1e565c24313","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createdevent.html","title":"Created Event","navPath":"createdevent.html","bundleId":"work-tasks-2023-sp1","id":"a9340b49f-1951-4526-9e9d-cc5097506028","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changedevent.html","title":"Changed Event","navPath":"changedevent.html","bundleId":"work-tasks-2023-sp1","id":"acc4023ba-ff1e-4437-968e-00778b9238ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/renamedevent.html","title":"Renamed Event","navPath":"renamedevent.html","bundleId":"work-tasks-2023-sp1","id":"aba1963e1-6b28-4166-8d3e-9228a2e80348","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletedevent.html","title":"Deleted Event","navPath":"deletedevent.html","bundleId":"work-tasks-2023-sp1","id":"a5d6069e4-c788-4ec5-b840-2d6a93cc0f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dosanddonts.html","title":"Limitations of File Watcher","navPath":"dosanddonts.html","bundleId":"work-tasks-2023-sp1","id":"a4fa2351d-6b61-4d60-b468-c7a78527be66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/frequentlyaskedquestionsfaq.html","title":"Frequently Asked Questions","navPath":"frequentlyaskedquestionsfaq.html","bundleId":"work-tasks-2023-sp1","id":"a517beed8-a731-4f5d-8915-e1a6b1a4a89d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soa.html","title":"Object Access","navPath":"soa.html","bundleId":"work-tasks-2023-sp1","id":"aa8b57c5a-39f7-4dad-b521-106d5dd5ef4b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soafolders.html","title":"SOA Folders","navPath":"soafolders.html","bundleId":"work-tasks-2023-sp1","id":"a6c3aa215-89ec-4b9b-aaed-cff0d7d19da6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsoafolder.html","title":"Add New SOA Folder Details","navPath":"newsoafolder.html","bundleId":"work-tasks-2023-sp1","id":"aca44e468-71e1-4f7a-aa10-b00350412cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder1.html","title":"View Registered SOA Folder Details","navPath":"viewfolder1.html","bundleId":"work-tasks-2023-sp1","id":"a5c4f5fec-a50b-4446-8dd4-29cb5a38c16b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder.html","title":"Delete an SOA Folder","navPath":"viewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5a1f9ec1-c809-4501-8faf-d85664b1f945","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder_1.html","title":"Enable and Disable SOA Folder","navPath":"disablefolder_1.html","bundleId":"work-tasks-2023-sp1","id":"a4bbe9fd3-d71f-406a-af46-f54eedf25498","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurity.html","title":"Security Settings for SOA Folder","navPath":"managesecurity.html","bundleId":"work-tasks-2023-sp1","id":"aa1dbcdf7-6aa8-4fee-b45e-84f81722b9a0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Assemblies.html","title":"Assemblies","navPath":"Wonderware_Skelta_BPM_Assemblies.html","bundleId":"work-tasks-2023-sp1","id":"a0820f638-effb-4417-b8e8-387dc5c026b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromgac.html","title":"Register Assemblies From GAC","navPath":"fromgac.html","bundleId":"work-tasks-2023-sp1","id":"af942b441-e801-4805-b29b-c3f6bc9477ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromfolder.html","title":"Register Assemblies From Assembly Folder","navPath":"fromfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad6d43d48-cd9a-4f28-a37f-48b476f308a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromweb.html","title":"Register Assemblies From Web","navPath":"fromweb.html","bundleId":"work-tasks-2023-sp1","id":"ae7f0a6ba-aafb-4779-8b72-bded4a072247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newfolder.html","title":"Create Folder for Registered Objects","navPath":"newfolder.html","bundleId":"work-tasks-2023-sp1","id":"aeb8a6481-b50b-4841-89f6-9f19432d72be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/edit.html","title":"View Registered Assembly Details","navPath":"edit.html","bundleId":"work-tasks-2023-sp1","id":"a90649ff4-2d7e-4b4b-ba7e-48cebb6a2afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editassembly.html","title":"Edit an Object in SOA Assembly","navPath":"editassembly.html","bundleId":"work-tasks-2023-sp1","id":"a399ef953-d81f-4fca-9d03-5cc427202422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295132.html","title":"Organize SOA Assembly","navPath":"295132.html","bundleId":"work-tasks-2023-sp1","id":"a8ee85fac-c774-400a-9d1c-cdda6141065e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/delete.html","title":"Delete a Registered Assembly","navPath":"delete.html","bundleId":"work-tasks-2023-sp1","id":"af1cb0544-2941-4343-8267-ac64a5971a02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageitemsecurityforassembly.html","title":"Manage Security for a Assembly","navPath":"manageitemsecurityforassembly.html","bundleId":"work-tasks-2023-sp1","id":"a6cc38875-6875-4276-994f-bece20c7f450","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/instantiateanassemblyclassinworkflow.html","title":"Instantiate an Assembly Class in Workflow","navPath":"instantiateanassemblyclassinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a41e83768-a2a0-49c6-a3c8-db5382f238dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstance.html","title":"SOA Object Instances in SOA Property","navPath":"soaobjectinstance.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b1f9-d312-4f32-b6dc-f883ee947bc2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstancesinexpressioneditor.html","title":"SOA Object Instances in Expression Editor","navPath":"soaobjectinstancesinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"a15617711-2e6d-4267-8d86-b772c2ea5ce8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soawebobjectsinexpressioneditor.html","title":"SOA Web Objects in Expression Editor","navPath":"soawebobjectsinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"aab9cb504-0368-46ad-ac4c-ab3fa8cfdb08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/integrationvssoa.html","title":"Difference Between Integration and SOA","navPath":"integrationvssoa.html","bundleId":"work-tasks-2023-sp1","id":"ad84c4c72-7ecd-4400-8666-638b63aefd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityfeatures.html","title":"Security Features for Folders and Assemblies","navPath":"securityfeatures.html","bundleId":"work-tasks-2023-sp1","id":"ad54bef57-f535-4380-9b0c-179ba0834b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitations1.html","title":"Limitations of SOA","navPath":"limitations1.html","bundleId":"work-tasks-2023-sp1","id":"ac38d2c67-79df-43ee-9eab-e392c04dce3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaactivities_1.html","title":"SOA Activity","navPath":"soaactivities_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a5df4bc-3918-4e80-b5b8-812948a0dfce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingsoaexecuteactivitiesinworkflows.html","title":"Use SOA Execute Activity in Workflows","navPath":"usingsoaexecuteactivitiesinworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ab90d2a75-129e-4926-b907-7d6b9ffb5c32","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityinskelta.html","title":"Security Framework","navPath":"introductiontosecurityinskelta.html","bundleId":"work-tasks-2023-sp1","id":"a4df273d9-22cc-42e7-86f0-fdef4d0d6a20","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityframework.html","title":"Introduction to Security Framework","navPath":"introductiontosecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"a61c65f95-0fac-4bae-8b7c-aa751d34a03c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewsecuritymappingatrepositorylevel.html","title":"View Security Mapping at Repository Level","navPath":"viewsecuritymappingatrepositorylevel.html","bundleId":"work-tasks-2023-sp1","id":"a0281f09f-a2b7-4c95-b67b-ca53dd173da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/componentsofsecurityframework.html","title":"Components of Security Framework","navPath":"componentsofsecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"aefa4d24e-13fe-4ea7-9517-49268d3df052","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityright.html","title":"Security Rights","navPath":"introductiontosecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a850df2c9-cc17-4f1d-815d-1e6a97fabc2e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupRights.html","title":"Security Rights Available for a Repository","navPath":"SecurityGroupRights.html","bundleId":"work-tasks-2023-sp1","id":"ad1b680e6-ae25-41fd-8b40-30840295a2f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/typesofsecurityrights.html","title":"Types of Security Rights","navPath":"typesofsecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"afc31167f-91bf-4811-b322-fad576db99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differencebetweenvaluefortherights.html","title":"Difference between Value for the Rights and Follower Specific Value for Rights","navPath":"differencebetweenvaluefortherights.html","bundleId":"work-tasks-2023-sp1","id":"aa2879531-53cd-43b4-aa20-bee68d035ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dictrorandfollower.html","title":"Dictator and Follower","navPath":"dictrorandfollower.html","bundleId":"work-tasks-2023-sp1","id":"a304d9c28-6865-4f59-aae3-7e43715384fb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecuritygroup.html","title":"Security Group","navPath":"introductiontosecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"aa4043848-7b0a-4ea4-8add-3f703005f278","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroups.html","title":"Manage Security Groups","navPath":"managesecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a2bcde821-127d-4415-927b-620077b460ed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingsecuritygroup.html","title":"Create Security Group","navPath":"creatingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a5309db88-845f-4e74-84ab-7698131d3016","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingsecuritygroup.html","title":"Modify Security Group","navPath":"modifyingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a2c17c9ce-f3c1-439a-8601-2926db2e8eed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapprovalandrequiresapprovalwithprompt.html","title":"Example for Allow or Disallow","navPath":"exampleforrequiresapprovalandrequiresapprovalwithprompt.html","bundleId":"work-tasks-2023-sp1","id":"a5aff382e-e679-4240-a44d-6b8e660eeff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapproval.html","title":"Example for Requires Approval and Requires Approval With Prompt","navPath":"exampleforrequiresapproval.html","bundleId":"work-tasks-2023-sp1","id":"a78f08d47-b9b8-4959-9c09-e9c869592de4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup.html","title":"View Security Group","navPath":"viewingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a782ba1e5-d6b2-4dd4-8e9c-48e0d07cecf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup1.html","title":"Delete Security Group","navPath":"deletingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a0a716117-edf8-43a2-a4fd-2bd34458443e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectivemapping.html","title":"Effective Mapping of a Security Group","navPath":"effectivemapping.html","bundleId":"work-tasks-2023-sp1","id":"a5461f41e-ffb4-4789-9feb-613709963047","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityresourcemapping.html","title":"Security Resource Mapping","navPath":"introductiontosecurityresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ccf7468-0615-4396-a6a1-ddc14fbd032c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroup-resourcemapping.html","title":"Manage Security Group - Resource Mapping","navPath":"managesecuritygroup-resourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"abe9b0222-6d2d-4c30-a27b-6837b648aca4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsecuritygroup.html","title":"Create a Resource Mapping","navPath":"newsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3dd02549-3cbc-4bd0-a913-b9c146d4d3a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingsecuritygroup.html","title":"Edit Resource Mapping","navPath":"editingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a8b7950f2-a314-4150-a316-5ed2d2775ba3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup.html","title":"Delete Resource Mapping","navPath":"deletingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ace19acd3-b40e-4bb2-8da2-9602053eb125","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/vieweffectivesecurityforuserorrole.html","title":"View Effective Security Rights for User or Role","navPath":"vieweffectivesecurityforuserorrole.html","bundleId":"work-tasks-2023-sp1","id":"a1eb15cf7-cca7-4f5a-ad6a-36bbf327e3a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolebased.html","title":"View Effective Security Rights for Roles","navPath":"rolebased.html","bundleId":"work-tasks-2023-sp1","id":"a8348b843-0fe8-478c-a137-b4004aad2cd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userbased.html","title":"View Effective Security Rights for User/Role","navPath":"userbased.html","bundleId":"work-tasks-2023-sp1","id":"a2d73fc56-b7f1-4f51-bef0-6ccf5ac3b33f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/levelsofsecurity.html","title":"Levels of Security","navPath":"levelsofsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ab0900760-629a-47bf-a091-77bab2247838","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritysettings.html","title":"Set Security at Repository Level","navPath":"repositorylevelsecuritysettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c94b4ba-6486-4e67-bfd8-eb6e8c683df4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel1.html","title":"Set Security at List Level","navPath":"settingsecurityatlistlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a5994bd0e-984e-468a-a2bd-a7582b371434","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel1.html","title":"Set Security at ListItem Level","navPath":"settingsecurityatlistitemlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a67539795-171f-4b9d-b193-7a27ac979a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overwritingdefinitionsfromabovelevel1.html","title":"Overwrite Definitions from Above Level","navPath":"overwritingdefinitionsfromabovelevel1.html","bundleId":"work-tasks-2023-sp1","id":"af620be0b-9d01-4816-98e5-b700cf56bb35","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtochoosebetweenmappingandcustomization.html","title":"Choose between Mapping and Customization","navPath":"howtochoosebetweenmappingandcustomization.html","bundleId":"work-tasks-2023-sp1","id":"a4948ebb1-cca5-430d-8334-8763a52e0f03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel.html","title":"Enable Security at List Level","navPath":"settingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6a699121-2e81-49b9-80e0-b144adb55b03","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevelbyenablingresourcemapping.html","title":"Enable Security at List Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistlevelbyenablingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"ada9ba19f-e4ea-44b0-a634-752f86782b12","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewmapping.html","title":"Add a Resource Mapping","navPath":"addinganewmapping.html","bundleId":"work-tasks-2023-sp1","id":"aa50098bd-8107-4d76-8a17-402facb1c7b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"afc5ff02f-888b-4ebf-92b0-5cc6888bd575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a46c90eed-0478-4b39-a5b8-4dc227eee944","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevel.html","title":"Enable Security at List Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a17ab69d2-df97-4435-9d33-a87332cc5cde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavilableatlistlevel.html","title":"Remove Mapping Available at List Level","navPath":"howtoremovemappingavilableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a2c686b66-12d2-4471-a56c-7ebfe663d4a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomizationavailableatlistlevel.html","title":"Remove Customization Available at List Level","navPath":"howtoremovecustomizationavailableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a50140ab2-c4a5-4f25-a1ab-dfe681af023f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level","navPath":"settingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a1472f8cc-e8ed-4d04-b09e-adb77d2f838a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a7180b33e-75c1-48a6-91c6-4ed5550dc97a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewresourcemapping.html","title":"Add a Resource Mapping","navPath":"addinganewresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"af2f17a83-146d-4def-969f-f15b666a2eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping1.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a7a727f54-fe93-461e-9944-413152816b47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping1.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a44e964d2-a232-40cc-8c31-7f7c57bea52e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel_1.html","title":"Enable Security at List Item Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistitemlevel_1.html","bundleId":"work-tasks-2023-sp1","id":"a8bfdb344-5dcc-40ce-88db-d4e6cd1f74f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavailableatlistitemlevel.html","title":"Remove Mapping Available at ListItem Level","navPath":"howtoremovemappingavailableatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"aa45742fc-3d69-4a3d-b406-d19ffb25fa9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomization.html","title":"Remove Customization Available at ListItem Level","navPath":"howtoremovecustomization.html","bundleId":"work-tasks-2023-sp1","id":"a92e80f8d-b6f8-4ed9-b6c3-426a734981cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectofresourcerightsafterdeletingmapping.html","title":"Effect on Resource Rights after Deleting the Mapping","navPath":"effectofresourcerightsafterdeletingmapping.html","bundleId":"work-tasks-2023-sp1","id":"a3a128346-227f-48a9-b412-1b56e2e11502","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/synchronization.html","title":"Synchronization","navPath":"synchronization.html","bundleId":"work-tasks-2023-sp1","id":"af57b44ce-0e9b-48ac-96a2-ada8f20118db","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecureRepositoryUsingSecurityFramework.html","title":"Secure Repository Using Security Framework","navPath":"SecureRepositoryUsingSecurityFramework.html","bundleId":"work-tasks-2023-sp1","id":"a89361c49-2834-4cc5-a28f-6932946df03d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securinglistandlistitem.html","title":"Secure List and ListItems","navPath":"securinglistandlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a84d4efea-ab7b-4c52-94f5-4fe1dbc9c35e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingskeltaservercontrols.html","title":"Secure AVEVA Work Tasks Server Controls","navPath":"securingskeltaservercontrols.html","bundleId":"work-tasks-2023-sp1","id":"a09e61749-2ae2-421e-966a-488cd95f9810","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Menus.html","title":"Secure Menus","navPath":"Securing_Menus.html","bundleId":"work-tasks-2023-sp1","id":"a6727fe61-c539-4dde-a95c-a104a34ffb50","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managenavigationlist.html","title":"Manage Navigation List","navPath":"managenavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"ad2473d28-4afd-45b8-b3c2-fee56f40c593","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewfolder.html","title":"Create Folder","navPath":"creatingnewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a0ca5064a-9a00-4ed5-9b55-5a25cac372ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180642.html","title":"Create Navigation Link","navPath":"180642.html","bundleId":"work-tasks-2023-sp1","id":"a906930cc-9c9d-42a8-b984-dc582eb1d53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewformlink.html","title":"Create Form Link","navPath":"creatingnewformlink.html","bundleId":"work-tasks-2023-sp1","id":"ad898f593-53de-44a4-82a1-3fcc5b5b297f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewlistlink.html","title":"Create List Link","navPath":"creatingnewlistlink.html","bundleId":"work-tasks-2023-sp1","id":"a1905245e-d3d2-4766-839d-8603725f287b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/544723.html","title":"Create Dashboard Link","navPath":"544723.html","bundleId":"work-tasks-2023-sp1","id":"a889ab4fc-48ae-4dd3-b979-dea2d6dd95cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingformlink.html","title":"Edit Navigation List Items","navPath":"editingformlink.html","bundleId":"work-tasks-2023-sp1","id":"ab697a40b-d26f-4e08-84e5-7d83a442fd46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9cb998ed-875a-40ab-8838-3c8630b0fe68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingnavigationlist.html","title":"Organize Navigation List","navPath":"organizingnavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"a185ccb77-bca5-4111-93e4-f3352a2482e2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Event_Providers.html","title":"Secure Event Providers","navPath":"Securing_Event_Providers.html","bundleId":"work-tasks-2023-sp1","id":"a065c9a14-7839-4a87-bbcb-b2e892df1177","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageeventproviders.html","title":"Manage Event Providers","navPath":"manageeventproviders.html","bundleId":"work-tasks-2023-sp1","id":"a04a2d995-4357-499a-985e-1bee28ef19c5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganeweventprovider.html","title":"Create an Event Provider","navPath":"creatinganeweventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a8d56ba6a-a7d6-45d8-952a-bd36ebb00091","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingeventprovider.html","title":"Edit an Event Provider","navPath":"editinganexistingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a1edfe7c5-8f45-4357-97c3-8e73474f41b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation_1.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9f89ad6-07b4-41d6-b312-fb47e6ef4ed0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingeventprovider.html","title":"Secure Event Provider","navPath":"securingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a4dbe6d23-9d7b-46f3-bdc2-15daeabd9961","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurequeuecontrol.html","title":"Secure Queue Control","navPath":"howtosecurequeuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"a77f12471-14a6-4110-9c62-30c7c1da8f69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewqueue.html","title":"Control New Queue Addition","navPath":"howtocontroladdinganewqueue.html","bundleId":"work-tasks-2023-sp1","id":"a1a8e1bb9-e6df-4777-b4ad-19e5ad0484e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingqueuecontrol.html","title":"Control Queue View","navPath":"howtocontrolviewingqueuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"aea2e8032-5995-49a8-b3a8-488ca1a35681","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureworkitemcontrol.html","title":"Secure Work Item Control","navPath":"howtosecureworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a80b87034-bd44-417a-bf88-444151ec2d8b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowqueueworkitemcontrol.html","title":"Secure Work Item Control - Show Queue","navPath":"howtosecureshowqueueworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a4e59bb77-2aa5-4686-88dd-a75eb6be7330","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowalternateactorworkitemcontrol.html","title":"Secure Work Item Control - Show Alternate Actor","navPath":"howtosecureshowalternateactorworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a00930b47-9421-491b-81c9-2a795ab8203d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowresourcecalendarworkitemcontrol.html","title":"Secure  Work Item Control - Show Resource Calendar","navPath":"howtosecureshowresourcecalendarworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ae5e74cb5-bfa2-4fad-8438-34875254b2a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuresetpreferencesworkitemcontrol.html","title":"Secure Work Item Control - Set Preferences","navPath":"howtosecuresetpreferencesworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a31520053-12ec-46c3-9b49-192ba7e5141e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingworkitemcontrol.html","title":"Secure Work Item Control - View","navPath":"howtocontrolviewingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a2d46cc2d-6bb2-4fb5-b297-f8d904168191","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureforwardingworkitemcontrol.html","title":"Secure Work Item Control - Forward","navPath":"howtosecureforwardingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad499b0f1-b6e6-4f3d-bc64-62a5c8840faa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingpackage1.html","title":"Secure Package","navPath":"securingpackage1.html","bundleId":"work-tasks-2023-sp1","id":"a6ce2ecf7-8d95-477c-90c0-8b6be82818c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinpackagetemplate.html","title":"Secure Actions in Package Template","navPath":"howtosecureactionsinpackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad64f3bf4-6fb9-4f47-a40a-9fc4814a2c3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuregeneratingapackagetemplate.html","title":"Control Generation of Package Template","navPath":"howtosecuregeneratingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa281fe82-86a1-4ecd-ba7e-faba3951b6d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldownloadingapackagetemplate.html","title":"Control Package Template Export","navPath":"howtocontroldownloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"afd9ce747-3831-4d09-94ee-598b009ff619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolmarkingapackagetempalteasshipped.html","title":"Control Package Template Marking","navPath":"howtocontrolmarkingapackagetempalteasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a41d705f9-c501-4b9b-aa68-d972ff5c0a9f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinmanagepackage.html","title":"Secure Actions in Manage Package","navPath":"howtosecureactionsinmanagepackage.html","bundleId":"work-tasks-2023-sp1","id":"aa77a2596-0872-4d00-8204-41badf2d7dfd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolinstallingapackage.html","title":"Control Package Install","navPath":"howtocontrolinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"a7fa6820b-8ca8-4f1c-bd2b-1800295f59a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroluninstallingapackage.html","title":"Control Package Uninstall","navPath":"howtocontroluninstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"ade3bac84-0d6b-4d08-8135-8a6fcdffc356","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecalendarcontrol.html","title":"Secure Calendar Control","navPath":"howtosecurecalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"aacbc5be7-9cd1-44a1-b544-8412ecbd0f5c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewcalendar.html","title":"Control Adding a New Calendar","navPath":"howtocontroladdinganewcalendar.html","bundleId":"work-tasks-2023-sp1","id":"a6b40a0f1-a6eb-4fd4-807e-19c440980de7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldeletinganexistingcalendar.html","title":"Control Deleting an Existing Calendar","navPath":"howtocontroldeletinganexistingcalendar.html","bundleId":"work-tasks-2023-sp1","id":"af86c2a44-1fb3-45c6-bfc3-470184f0da3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingallcalendars.html","title":"Control Viewing All Calendars","navPath":"howtocontrolviewingallcalendars.html","bundleId":"work-tasks-2023-sp1","id":"a5260d098-a606-4174-b302-2f76992a650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingbasecalendar.html","title":"Control Viewing Base Calendar","navPath":"howtocontrolviewingbasecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a25d7b7ac-38e7-4ecb-a7a5-99e52d57ba6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingcalendarcontrol.html","title":"Control Viewing Calendar Control","navPath":"howtocontrolviewingcalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"af1da3df1-1398-4004-8647-ca8125c78d08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamsecurity.html","title":"Secure BAM Control","navPath":"bamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a69feeb1b-c959-45bc-9a08-41c8982985e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtousebamsecurity.html","title":"Use BAM Security","navPath":"howtousebamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ac7bee4b4-185a-473e-9a84-4b4079eac2dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defaultscenariosfordifferentsecuritygroups.html","title":"Default Rights for Different Security Groups","navPath":"defaultscenariosfordifferentsecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a9a8ab519-d3f2-4f8d-9960-62430becc9ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamrights1.html","title":"BAM Report Rights","navPath":"bamrights1.html","bundleId":"work-tasks-2023-sp1","id":"ae5aae4ce-d40a-4840-bc5a-e69188a28623","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamtreemenurights.html","title":"BAM Tree Menu Rights","navPath":"bamtreemenurights.html","bundleId":"work-tasks-2023-sp1","id":"a98c9111f-5b2a-470f-8362-939929afa2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/views.html","title":"Views","navPath":"views.html","bundleId":"work-tasks-2023-sp1","id":"a314a6b01-3b13-429f-9318-6226a45a8614","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Actions.html","title":"Actions","navPath":"Actions.html","bundleId":"work-tasks-2023-sp1","id":"a21785487-60b7-493f-bd1b-c915457f230a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfigurations.html","title":"BAM Configuration","navPath":"bamconfigurations.html","bundleId":"work-tasks-2023-sp1","id":"af65fda71-5410-463f-b086-5412e13c22f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/executiondetailswindow.html","title":"Execution Details Window","navPath":"executiondetailswindow.html","bundleId":"work-tasks-2023-sp1","id":"a6b83ce18-d7b1-4e90-b443-89b5e0854081","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewglobalreports.html","title":"Can View Global Reports","navPath":"canviewglobalreports.html","bundleId":"work-tasks-2023-sp1","id":"a5f09ef6e-c315-41a3-bbbc-13d749aaa1cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewtriggeredreports.html","title":"Workflowscope_InitiatedWorkflow","navPath":"canviewtriggeredreports.html","bundleId":"work-tasks-2023-sp1","id":"aae2f18a8-0176-4da2-98c4-4a2f68ca8231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewownedreports.html","title":"Workflowscope_OwnedWorkflow","navPath":"canviewownedreports.html","bundleId":"work-tasks-2023-sp1","id":"aaa9c6d53-859a-42a6-bffe-465491321a05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewothersreport.html","title":"Workflowscope_Any","navPath":"canviewothersreport.html","bundleId":"work-tasks-2023-sp1","id":"a30e5799e-8246-4e81-ba1c-8520cc271faa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewbamcontrol.html","title":"Can View BAM Control","navPath":"canviewbamcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a567a03bd-3044-478f-953a-670d046a3066","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureprocessdesign.html","title":"Secure Process Designer","navPath":"howtosecureprocessdesign.html","bundleId":"work-tasks-2023-sp1","id":"a851a7d4f-bcdb-4080-90be-0116cc87e265","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processdesignerrights1.html","title":"Process Designer Rights","navPath":"processdesignerrights1.html","bundleId":"work-tasks-2023-sp1","id":"a2e25c91d-6121-4789-b1ca-edc1fd09f5c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inclusionandexclusion.html","title":"Inclusion and Exclusion","navPath":"inclusionandexclusion.html","bundleId":"work-tasks-2023-sp1","id":"a64951bdc-fac1-44bc-b747-ec8be8645e30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionRights.html","title":"Action Rights","navPath":"ActionRights.html","bundleId":"work-tasks-2023-sp1","id":"a4fe9cbaa-91bc-46bf-8052-76f6a6bb3d06","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecategories.html","title":"Secure Categories","navPath":"howtosecurecategories.html","bundleId":"work-tasks-2023-sp1","id":"a86732bba-164b-4e71-9564-22d4387374b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactivities.html","title":"Secure Activities of Categories","navPath":"howtosecureactivities.html","bundleId":"work-tasks-2023-sp1","id":"a624cedce-fcea-44ca-a0cc-0cc7e8855ca8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurepropertiesofactivities.html","title":"Secure Properties of Activities","navPath":"howtosecurepropertiesofactivities.html","bundleId":"work-tasks-2023-sp1","id":"ac692666c-ab45-4d8e-a97b-7793cdc9af22","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/menurights.html","title":"Menu Rights","navPath":"menurights.html","bundleId":"work-tasks-2023-sp1","id":"a5bb8bd8c-3ef5-49ee-afe4-24a5f5709ed8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importbehaviourforrestrictedactivities.html","title":"Import Behavior for Restricted Activities and Activity Properties","navPath":"importbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4dde9ddd-7726-4ffb-8342-46c14c026b6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designbehaviourforrestrictedactivities.html","title":"Design Behavior for Restricted Activities and Activity Properties","navPath":"designbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4a87cbde-7bf4-4256-afd4-6bea273b9052","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingprocessdesignercontrolatworkflowlevel.html","title":"Secure Process Designer Control at Workflow Level","navPath":"securingprocessdesignercontrolatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a504c3047-36b8-42c5-93a9-8cfd13383f17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canoverwritepublishedworkflowright.html","title":"Can Overwrite Published Workflow Right","navPath":"canoverwritepublishedworkflowright.html","bundleId":"work-tasks-2023-sp1","id":"a5d8f37c5-da04-43c0-ac07-9e5e034dde54","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Advanced_Security_Options.html","title":"Advanced Security Options","navPath":"Advanced_Security_Options.html","bundleId":"work-tasks-2023-sp1","id":"a1f3220f6-19d3-4c4a-9ea4-3a1b1f0ad9a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingupsecurityapproovalworkflow.html","title":"Set up Security Approval Workflow","navPath":"settingupsecurityapproovalworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1024557b-77af-4d75-946b-94b411804132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurityrights.html","title":"Manage Security Rights","navPath":"managesecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"a9469249e-e11d-45eb-9458-0a5c5077db56","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingasecurityright.html","title":"Create a Security Right","navPath":"creatingasecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a38b6d204-15bf-4f0d-9a66-6971a0e6cd50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingasecuritygroup.html","title":"Modify a Security Right","navPath":"modifyingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ae521aaa1-885d-4cdf-9993-3393ec0c47c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup1.html","title":"View Security Right","navPath":"viewingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a131cb16a-5f17-4449-ad95-c42eeb6f0220","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingasecuritygroup.html","title":"Delete a Security Right","navPath":"deletingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3275c70d-4e1c-455e-8b12-7afb2130b712","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scopeofrights.html","title":"Scope of Rights","navPath":"scopeofrights.html","bundleId":"work-tasks-2023-sp1","id":"adbeeb95c-ab90-4d52-afd0-c9159c20b34b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinguserdesfinedoperationsandrights.html","title":"Create User Defined Operations and Rights","navPath":"creatinguserdesfinedoperationsandrights.html","bundleId":"work-tasks-2023-sp1","id":"a91a5fdca-b437-41dd-a5e1-d31b9380c7bd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listlevelsettings.html","title":"Enable and Disable Security at List/List item level","navPath":"listlevelsettings.html","bundleId":"work-tasks-2023-sp1","id":"a60ce66ae-d4a4-412a-bf88-a93cc6c6f512","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityforrenderingcustomforms.html","title":"Dynamic Form Rendering Based on Security","navPath":"securityforrenderingcustomforms.html","bundleId":"work-tasks-2023-sp1","id":"aae67769e-d7c7-440f-842e-0d6db1c22644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinganddisablingsecurity.html","title":"Enable and Disable Security for a Repository","navPath":"enablinganddisablingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a142667db-d0eb-4537-987a-af2805972d61","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/672322.html","title":"Http Strict Transport Security Enforcement","navPath":"672322.html","bundleId":"work-tasks-2023-sp1","id":"a049f49bf-050e-4be7-b36f-a0b494242962","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775988.html","title":"Access-Control-Allow-Origin","navPath":"775988.html","bundleId":"work-tasks-2023-sp1","id":"a72da2f3f-4e98-4d94-8a93-be76ec1bd837","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityvulnerabilities.html","title":"Security Vulnerabilities","navPath":"securityvulnerabilities.html","bundleId":"work-tasks-2023-sp1","id":"a13fee3a8-6ddd-4c8f-aa15-9636638457f4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/removingunwantedhttpresponseheaders.html","title":"Remove Unwanted HTTP Response Headers","navPath":"removingunwantedhttpresponseheaders.html","bundleId":"work-tasks-2023-sp1","id":"ad0c531e4-2df0-4fef-98e9-1707ea05e5fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/255251.html","title":"Prevent Clickjacking Attack","navPath":"255251.html","bundleId":"work-tasks-2023-sp1","id":"abaccebcd-99fe-4371-a5ee-854cd3790324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/306082.html","title":"SDL Cookie with Secure Flag","navPath":"306082.html","bundleId":"work-tasks-2023-sp1","id":"a6a0e52d0-57ca-4a2c-89b3-361973bc2abe","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshooting1.html","title":"Troubleshoot Security Issues","navPath":"troubleshooting1.html","bundleId":"work-tasks-2023-sp1","id":"a23fe967d-4820-415c-a727-a194ecc9c155","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootlookupcontrol.html","title":"View Others Items in the Lookup Control","navPath":"troubleshootlookupcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a8731c86c-78ce-4e5b-b5bf-c8865ea8434b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootgridcontrol.html","title":"View Others Items in the Grid Control","navPath":"troubleshootgridcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad8445cbe-4cdd-4d2b-990c-df1240244c81","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootsecurityissueinthelist.html","title":"View Others Items in the List","navPath":"troubleshootsecurityissueinthelist.html","bundleId":"work-tasks-2023-sp1","id":"a610ed231-d383-4d36-9400-90f820c1abb3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootviewingotheritemsirrespectiveofstatus.html","title":"View Others Items Irrespective of Status","navPath":"troubleshootviewingotheritemsirrespectiveofstatus.html","bundleId":"work-tasks-2023-sp1","id":"a8f57f3d7-0622-4cef-b895-7ebf7cc26f7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootnavigationlistmenus.html","title":"Navigation List Menus","navPath":"troubleshootnavigationlistmenus.html","bundleId":"work-tasks-2023-sp1","id":"a8e4fa47a-8aee-4686-a09d-b35337a49989","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles_1.html","title":"Synchronize Roles","navPath":"SynchronizeRoles_1.html","bundleId":"work-tasks-2023-sp1","id":"a080cf3bc-fb86-4f26-85e8-33dd7683827d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks_1.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02870ef-5e4a-4537-9445-c4c39eb59ac6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts.html","title":"Web Parts","navPath":"aboutwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a7f9ef4f4-e850-471b-9ef6-8c9e301e0d25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overview.html","title":"Use Web Parts Infrastructure","navPath":"overview.html","bundleId":"work-tasks-2023-sp1","id":"ae153da41-cea8-4d25-87c9-dd744f570f0b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webpartsframework.html","title":"Web Parts Framework","navPath":"webpartsframework.html","bundleId":"work-tasks-2023-sp1","id":"a9278cf3b-66e2-41eb-a793-9cd7424603dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts-out-of-the-box.html","title":"Out-of-the-Box Web Parts","navPath":"aboutwebparts-out-of-the-box.html","bundleId":"work-tasks-2023-sp1","id":"a2ee6e970-7582-487a-9e8c-7ffb41470d02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/otherwebpartproperties.html","title":"Other Web Part Properties","navPath":"otherwebpartproperties.html","bundleId":"work-tasks-2023-sp1","id":"a7ce88981-ace0-4492-978a-8ab10dec315a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/authenticationandpersonalization_1.html","title":"Authentication and Personalization","navPath":"authenticationandpersonalization_1.html","bundleId":"work-tasks-2023-sp1","id":"a4eddedf8-f93c-4de8-ba8f-4df866eba8c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomwebparts.html","title":"Create Custom Web Parts","navPath":"creatingcustomwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a4488a29c-c45e-4dfa-89ad-9c3810751396","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","title":"Web Part Display Modes","navPath":"Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","bundleId":"work-tasks-2023-sp1","id":"aece43bbc-b053-4aaf-8036-04754d501139","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltahomepagedisplaymodes.html","title":"Browse Mode","navPath":"skeltahomepagedisplaymodes.html","bundleId":"work-tasks-2023-sp1","id":"a653cb6dc-b763-4d26-9253-b136f19b8451","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designmode.html","title":"Design Mode","navPath":"designmode.html","bundleId":"work-tasks-2023-sp1","id":"af729579e-5692-4b31-ad9a-1920a2fda35d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editmode.html","title":"Edit Mode","navPath":"editmode.html","bundleId":"work-tasks-2023-sp1","id":"a6cd638f8-7364-426a-be4a-dd14ad98c200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartenabledhomepages.html","title":"Web Part Enabled Home Pages","navPath":"skeltawebpartenabledhomepages.html","bundleId":"work-tasks-2023-sp1","id":"a883bd49f-8fa8-4447-9585-da507e08fa46","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inboxorworkitemlistwebpart.html","title":"Inbox","navPath":"inboxorworkitemlistwebpart.html","bundleId":"work-tasks-2023-sp1","id":"a11645db1-665d-41e6-9225-0db4ecbbcdc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/calendarwebpartpage.html","title":"Calendar","navPath":"calendarwebpartpage.html","bundleId":"work-tasks-2023-sp1","id":"a612a3b19-d95f-4257-a846-dfb1e296ffb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/queuemanagement1.html","title":"Queue Management","navPath":"queuemanagement1.html","bundleId":"work-tasks-2023-sp1","id":"afc305572-7fd2-42c2-a80a-777ef19bf324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabusinessactivitymonitoring.html","title":"Business Activity Monitoring","navPath":"skeltabusinessactivitymonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a04406296-6af1-41e3-90af-e547891c934c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage1.html","title":"Page 1","navPath":"homepage1.html","bundleId":"work-tasks-2023-sp1","id":"a4677753f-5690-44a4-b40c-1776e96e0971","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage2.html","title":"Page 2","navPath":"homepage2.html","bundleId":"work-tasks-2023-sp1","id":"a91a7c9f0-a9d7-4b6c-b474-f4a814cf29c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage3.html","title":"Page 3","navPath":"homepage3.html","bundleId":"work-tasks-2023-sp1","id":"a358d5eb3-cd9b-4e7d-9e88-895144086bb6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createownhomepage.html","title":"Create Custom Page","navPath":"createownhomepage.html","bundleId":"work-tasks-2023-sp1","id":"a8c808b4d-1c71-4843-83cd-9a7b5812ffa8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartzones.html","title":"Add a Web Part to the Web Part Zone","navPath":"skeltawebpartzones.html","bundleId":"work-tasks-2023-sp1","id":"ac1aff11d-b2fd-44c5-abe0-67746bf1ff3f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingwebpart.html","title":"Delete Web Part","navPath":"deletingwebpart.html","bundleId":"work-tasks-2023-sp1","id":"adb78b0f0-393c-4a93-9490-13187a33ae07","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingawebpart.html","title":"Edit a Web Part","navPath":"editingawebpart.html","bundleId":"work-tasks-2023-sp1","id":"a786f7b9d-b724-4d63-bf8c-a93b3d3ff342","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/minimizingandrestoringwebparts.html","title":"Minimize and Restore Web Parts","navPath":"minimizingandrestoringwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a3f0651f6-c348-4f18-890b-ad85c12c7c76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygroups.html","title":"Web Part Rights","navPath":"securitygroups.html","bundleId":"work-tasks-2023-sp1","id":"a7ba9a6a6-e4aa-4ddd-814f-7bc88bc3277d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/personalizingscopeinskeltawebparts.html","title":"Personalize Scope in Web Parts","navPath":"personalizingscopeinskeltawebparts.html","bundleId":"work-tasks-2023-sp1","id":"a75b0dbc4-2bb3-4400-9ea4-13cc26c60150","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitationsinwebparts.html","title":"Recommendations in Web Parts","navPath":"limitationsinwebparts.html","bundleId":"work-tasks-2023-sp1","id":"ad840a02a-6d05-4683-90f0-b19463beb172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportingservice.html","title":"Report Service","navPath":"reportingservice.html","bundleId":"work-tasks-2023-sp1","id":"a7e89ff33-7ae2-4551-83a7-d3f58124309c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/samplebuisnesscasestudy1.html","title":"Sample Business Case Study","navPath":"samplebuisnesscasestudy1.html","bundleId":"work-tasks-2023-sp1","id":"aa62cbc28-9c83-4d25-af65-f7c15ac2045c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Connections.html","title":"Connections","navPath":"Working_with_Connections.html","bundleId":"work-tasks-2023-sp1","id":"a57370ea6-dce0-4204-bf15-fe297d3bc025","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection.html","title":"Configure Report Connection","navPath":"configuringssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"aa391278f-bd99-4656-a500-b2b6caf2e725","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection.html","title":"Create a New Report Connection Item","navPath":"createanewssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a2264156c-e6b4-487d-9a24-4f3627563c14","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyssrsconnection.html","title":"Modify Report Connection Item","navPath":"modifyssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a611b20e7-d6ef-4ee0-b85d-ac29af1b6f4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletessrsconnection.html","title":"Delete Report Connection Item","navPath":"deletessrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a63771e64-3cbc-44fa-83f5-f84eb675f2c5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Report_Templates.html","title":"Report Templates","navPath":"Working_with_Report_Templates.html","bundleId":"work-tasks-2023-sp1","id":"ac3de050f-b48a-4a6f-b049-3d13331d89ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate.html","title":"Configure Report Templates","navPath":"configuringskeltatemplate.html","bundleId":"work-tasks-2023-sp1","id":"acb0b8d96-414a-413b-9041-2105b33f1b1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrstemplate.html","title":"Create a New Report Template Item","navPath":"createanewssrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"acf9d09dc-7e11-4993-be2c-88dfcd348c1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrstemplate.html","title":"Modify a Report Template Item","navPath":"modifyassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5f932840-3e03-471a-b6e3-66fe8f2c90d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrstemplate.html","title":"Delete a Report Template Item","navPath":"deleteassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2dfcfd54-776f-42ed-bf8e-882e0316101e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Reports.html","title":"Reports","navPath":"Working_with_Reports.html","bundleId":"work-tasks-2023-sp1","id":"af0dce07d-9151-4451-9f94-dce39d0ecc36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsreport.html","title":"Configure Reports","navPath":"configuringssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a88da1ec3-ed04-4cd3-b0dc-16a62c62f7e7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsreport.html","title":"Create a New Report Item","navPath":"createanewssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a956658e9-a6c9-4910-aceb-be8ab50b849f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrsreport.html","title":"Modify a Report Item","navPath":"modifyassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"adca3a4f3-a7e1-4132-a8be-d9bd09d7afbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrsreport.html","title":"Delete a Report Item","navPath":"deleteassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a60e173e6-cfee-4130-8b88-63106b35582c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingreports.html","title":"Organize Reports","navPath":"organizingreports.html","bundleId":"work-tasks-2023-sp1","id":"ac343b591-6e28-4da0-b8db-c1849bf83cec","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringarchestrareports.html","title":"Configure Reports for Reporting Service","navPath":"configuringarchestrareports.html","bundleId":"work-tasks-2023-sp1","id":"a991d903b-0747-4f56-867f-fb4615ce9c0f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replaceusers.html","title":"User Tools","navPath":"replaceusers.html","bundleId":"work-tasks-2023-sp1","id":"a923cbd2b-352b-4171-b402-814e8a9e2c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusers.html","title":"Replace User","navPath":"replacingusers.html","bundleId":"work-tasks-2023-sp1","id":"a2ba2924e-fb82-48e6-b8af-9060aee34836","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Replacing_User_in_Artifacts_of_a_Repository.html","title":"Replace User in Artifacts of a Repository","navPath":"Replacing_User_in_Artifacts_of_a_Repository.html","bundleId":"work-tasks-2023-sp1","id":"a3e7756f7-5c3f-4f7e-ac95-374ea6567fbe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists_1.html","title":"Lists","navPath":"Lists_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8e172ee-7e6d-4922-ac39-2ba08cb9d24f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacinglistowners.html","title":"Replace List Item Owners","navPath":"replacinglistowners.html","bundleId":"work-tasks-2023-sp1","id":"a7c7e46f9-4b87-4781-8416-f99eef0e4772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusersinsecuritymapping.html","title":"Replace User in Security Resource Mapping","navPath":"replacingusersinsecuritymapping.html","bundleId":"work-tasks-2023-sp1","id":"acc2f0a39-3c0e-42dc-b95f-916b6f144ec2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Other_Artifacts.html","title":"Other Artifacts","navPath":"Other_Artifacts.html","bundleId":"work-tasks-2023-sp1","id":"ac34fe834-91ab-405d-ab90-dcc92a2fdbe8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection_1.html","title":"Queue","navPath":"configuringssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02668fa-5b0d-446b-86e0-84a04a179d65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection_1.html","title":"BAM","navPath":"createanewssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"a739c6a59-ef01-42b3-bec3-21b213e325f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitems.html","title":"Work Items","navPath":"workitems.html","bundleId":"work-tasks-2023-sp1","id":"a4897c452-2f6e-4b90-bc76-3676bb108dbd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate_1.html","title":"Alternate Actor","navPath":"configuringskeltatemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3c0da8a-2ef7-40cb-81b5-a66c99ce5c0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Repository_Configuration.html","title":"Repository Configuration","navPath":"Repository_Configuration.html","bundleId":"work-tasks-2023-sp1","id":"ac94222ea-9238-45fe-a848-bba47a50de6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/systemuser.html","title":"System User","navPath":"systemuser.html","bundleId":"work-tasks-2023-sp1","id":"a254a1ff3-20e7-4b38-9fa2-8a84e662841b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositoryadministrator.html","title":"Repository Administrator","navPath":"repositoryadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a2f07964d-6069-4c12-a5bf-735e7bcf38c4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritygroupresourcemapping.html","title":"Repository Level Security Group Resource Mapping","navPath":"repositorylevelsecuritygroupresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6cfbd654-e9b6-423b-8f4b-085a5773da37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptionmailsettings.html","title":"Exception Mail Settings","navPath":"exceptionmailsettings.html","bundleId":"work-tasks-2023-sp1","id":"a08d6d48d-7151-4757-acf1-e3c940dcb30b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingfortheactorsdirectrefrencesinworkflow.html","title":"View User Reference","navPath":"searchingfortheactorsdirectrefrencesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73f0d28d-6c5e-493b-ad1d-c45d7441867b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewandunlocklockeditems.html","title":"Unlock Locked Items","navPath":"viewandunlocklockeditems.html","bundleId":"work-tasks-2023-sp1","id":"ac5d31bfb-7ea5-4965-a708-c4800871aa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Deleted_List_Items.html","title":"Deleted List Items","navPath":"Deleted_List_Items.html","bundleId":"work-tasks-2023-sp1","id":"ab0c2ea54-585d-4478-a402-526b878837a4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction2.html","title":"Introduction","navPath":"introduction2.html","bundleId":"work-tasks-2023-sp1","id":"a8545fcc1-2fa3-4f29-84ad-d5f4e1f9c912","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingaudittrail.html","title":"Use Deleted List Items","navPath":"usingaudittrail.html","bundleId":"work-tasks-2023-sp1","id":"a58bf703a-e3f2-4c6e-bb5a-d7841dfdbe10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enableordisableaudittrailforarepository.html","title":"Enable or Disable Deleted List Items feature for a Repository","navPath":"enableordisableaudittrailforarepository.html","bundleId":"work-tasks-2023-sp1","id":"a9d895d08-2648-43e7-a2aa-845bbb455231","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetpackage.html","title":"Package","navPath":"skeltabpmnetpackage.html","bundleId":"work-tasks-2023-sp1","id":"a6ea0b72c-f93a-406b-9bb4-e3456a1c1cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/needforskeltapackaging.html","title":"Advantages of Package","navPath":"needforskeltapackaging.html","bundleId":"work-tasks-2023-sp1","id":"abe7eb8a4-92d1-42bf-9f6d-5e2ff8dcbe84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutpackaging.html","title":"About Package","navPath":"aboutpackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5025f35e-0dc1-48fd-9584-55a632430a4c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packagetemplate_1.html","title":"Package Template","navPath":"packagetemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"af4298a1d-0717-4d60-bf73-5e713ed4f8fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managetemplate.html","title":"Manage Package","navPath":"managetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a271781c4-6f33-4197-ba5a-2f86e12c233a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189310.html","title":"ArchestrA Events","navPath":"189310.html","bundleId":"work-tasks-2023-sp1","id":"acaf7e3d5-d83f-4ccc-9125-4516f3f87b99","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189311.html","title":"ArchestrA Events and AVEVA Work Tasks","navPath":"189311.html","bundleId":"work-tasks-2023-sp1","id":"a4a8903b3-ceac-4c5b-a616-384a9aab54a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505_1.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505_1.html","bundleId":"work-tasks-2023-sp1","id":"af91fdf68-2f75-4fe0-8180-d0ea97c62657","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190541.html","title":"ArchestrA Events Lookup List","navPath":"190541.html","bundleId":"work-tasks-2023-sp1","id":"a28b28e7c-e260-48e4-b6ce-509d0c048385","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189475.html","title":"Create ArchestrA Events List Item","navPath":"189475.html","bundleId":"work-tasks-2023-sp1","id":"a534bbe10-446e-48ef-87ab-9f4da4399139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189824.html","title":"Edit ArchestrA Events List Item","navPath":"189824.html","bundleId":"work-tasks-2023-sp1","id":"a5cc78756-999d-40cc-87e7-06f9794f152b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189823.html","title":"Delete ArchestrA Events List item","navPath":"189823.html","bundleId":"work-tasks-2023-sp1","id":"aeb688035-30da-43f9-bd97-02810c901753","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_the_Process_Designer.html","title":"Process Designer","navPath":"Working_with_the_Process_Designer.html","bundleId":"work-tasks-2023-sp1","id":"a1c5c5881-89b6-453e-8ff3-1346087a29ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/abouttheprocessdesigner.html","title":"About the Process Designer","navPath":"abouttheprocessdesigner.html","bundleId":"work-tasks-2023-sp1","id":"af774ffed-af37-428d-9b2b-bdd2adc41dd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasEMFImage.html","title":"Save File as EMF Image","navPath":"SaveFileasEMFImage.html","bundleId":"work-tasks-2023-sp1","id":"a0a7fa872-5d31-468b-9495-fe3a8f9839b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasPNGImage.html","title":"Save File as PNG Image","navPath":"SaveFileasPNGImage.html","bundleId":"work-tasks-2023-sp1","id":"a8d95db1b-cf9e-415b-870f-b99b2b8a32bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionXMLFile.html","title":"Import Process Definition XML File","navPath":"ImportProcessDefinitionXMLFile.html","bundleId":"work-tasks-2023-sp1","id":"a55dddbe8-0676-4bb7-abc4-bfc5f083270c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinitionXMLfile.html","title":"Export Process Definition XML file","navPath":"ExportProcessDefinitionXMLfile.html","bundleId":"work-tasks-2023-sp1","id":"a80c7fcdf-8042-415d-9204-8a0e95ef1310","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionfromVisio.html","title":"Import Process Definition from Visio","navPath":"ImportProcessDefinitionfromVisio.html","bundleId":"work-tasks-2023-sp1","id":"a3fcf59b0-3439-4554-ab6a-c6d755746fb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemfields.html","title":"Add Work Item Fields","navPath":"workitemfields.html","bundleId":"work-tasks-2023-sp1","id":"a37392bc0-4852-4587-914c-b8d57e42435e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alternateactors_1.html","title":"Alternate Actors","navPath":"alternateactors_1.html","bundleId":"work-tasks-2023-sp1","id":"ae283ffec-153f-43dd-84bb-0f39c87bd212","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMConfiguration.html","title":"BAM Configuration","navPath":"BAMConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a6ca61536-4b55-485f-82b0-25c0418d9464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysis.html","title":"Overdue Analysis","navPath":"OverdueAnalysis.html","bundleId":"work-tasks-2023-sp1","id":"a0a390462-1859-48b0-8af2-a78643a9d83d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIDataPoints.html","title":"KPI Data Points","navPath":"KPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a9ecfaa8a-26b3-4c34-8135-c87fd73b4548","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIs.html","title":"KPI(s)","navPath":"KPIs.html","bundleId":"work-tasks-2023-sp1","id":"a659a53a0-cb89-4b0d-89a7-2a3937e370d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Performance.html","title":"Performance","navPath":"Performance.html","bundleId":"work-tasks-2023-sp1","id":"a7a4dcf04-c5ca-43db-a2ca-77a668193049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlertConfiguration.html","title":"Alert Configuration","navPath":"AlertConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a209a8ba3-7ec9-4afc-a9d0-c98aeb5c5137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicConfiguration.html","title":"Basic Configuration","navPath":"BasicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"af57c3210-039b-433e-a054-00beca8b6202","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysisReport.html","title":"Overdue Analysis Report","navPath":"OverdueAnalysisReport.html","bundleId":"work-tasks-2023-sp1","id":"aca60541f-69f8-4b48-afaa-e55e59caf0e7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActions.html","title":"Link Actions","navPath":"LinkActions.html","bundleId":"work-tasks-2023-sp1","id":"a270f149e-5127-4bf7-8b45-3e41f770c284","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Process_Designer_File_Operations.html","title":"Process Designer File Operations","navPath":"Process_Designer_File_Operations.html","bundleId":"work-tasks-2023-sp1","id":"a864b7689-6159-454f-a761-c33a8b7912fd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reuseexistingprocessdesignsbyopeningandrenamethem.html","title":"Reuse Existing Process Designs by Renaming Them","navPath":"reuseexistingprocessdesignsbyopeningandrenamethem.html","bundleId":"work-tasks-2023-sp1","id":"ae17a3798-9909-45e1-8cb5-e480de39947a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/clearthediagramtostartfromscratch.html","title":"Clear the Process Diagram","navPath":"clearthediagramtostartfromscratch.html","bundleId":"work-tasks-2023-sp1","id":"a6ab08e87-c246-43c0-be0d-ec616cd92309","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingtheprocessdiagramasanimage.html","title":"Save the Process Diagram as Image","navPath":"savingtheprocessdiagramasanimage.html","bundleId":"work-tasks-2023-sp1","id":"a13c3cd02-b86a-4b23-be85-e65f31fbd5b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerEditOperations.html","title":"Process Designer Edit Operations","navPath":"ProcessDesignerEditOperations.html","bundleId":"work-tasks-2023-sp1","id":"ad209a5e4-8355-4102-8831-484a699dab26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/cutcopypasteactivities.html","title":"Copy and Paste Activities","navPath":"cutcopypasteactivities.html","bundleId":"work-tasks-2023-sp1","id":"a6cd7bbab-07a0-4775-97c7-0d8b826ed465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UndoandRedoActions.html","title":"Undo and Redo Actions","navPath":"UndoandRedoActions.html","bundleId":"work-tasks-2023-sp1","id":"ae637e8ab-260b-4ed2-88d5-1ecb94cda195","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetPropertiesintheActivityPropertiesWindow.html","title":"Set Properties in the Activity Properties Window","navPath":"SetPropertiesintheActivityPropertiesWindow.html","bundleId":"work-tasks-2023-sp1","id":"a7b682ba3-1527-49d4-8265-15de6bf75759","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandExportFunctionsinProcessDesigner.html","title":"Import and Export Functions in Process Designer","navPath":"ImportandExportFunctionsinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a74b5fb8b-57ac-4a14-96f7-d7072c35aadc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromxml.html","title":"Import from XML","navPath":"importfromxml.html","bundleId":"work-tasks-2023-sp1","id":"afb01713d-adfe-459f-bc8e-1a453809d156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExporttoXML.html","title":"Export to XML","navPath":"ExporttoXML.html","bundleId":"work-tasks-2023-sp1","id":"a041b46fa-0559-4c9c-af9e-11c5eb652ca3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromvisiobpmnstencil.html","title":"Import from Visio (BPMN Stencil)","navPath":"importfromvisiobpmnstencil.html","bundleId":"work-tasks-2023-sp1","id":"a6f325abc-9bff-445a-8a80-729d3f068abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingActivitiesinProcessDesigner.html","title":"Add Activities in Process Designer","navPath":"AddingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"aee13587c-a324-4db0-9235-308f9faae04b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DragandDropActivities.html","title":"Drag and Drop Activities","navPath":"DragandDropActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1d686a5-241e-4d51-b233-350d0690cf3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddActivitiesUsingtheContextMenu.html","title":"Add Activities Using the Context Menu","navPath":"AddActivitiesUsingtheContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"a6f88093c-2a91-4b76-b226-4c2d5d51c4cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkingActivitiesinProcessDesigner.html","title":"Link Activities in Process Designer","navPath":"LinkingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ac4ace3e0-0f1f-4035-a80f-6b1d3ad0f566","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesbyClickingandLinking.html","title":"Link Activities by Clicking and Linking","navPath":"LinkActivitiesbyClickingandLinking.html","bundleId":"work-tasks-2023-sp1","id":"a8192a945-4dd2-4ffa-a32c-a397c81b24de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesUsingtheLinkTool.html","title":"Link Activities Using the Link Tool","navPath":"LinkActivitiesUsingtheLinkTool.html","bundleId":"work-tasks-2023-sp1","id":"a7e79af6e-6cae-40b6-abff-2e55b849039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetLinkOptionsintheActivitiesContextMenu.html","title":"Set Link Options in the Activities Context Menu","navPath":"SetLinkOptionsintheActivitiesContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"af234a3fe-00a3-4492-9df2-1c1127f2849f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingActivityandLinkProperties.html","title":"Set Activity and Link Properties","navPath":"SettingActivityandLinkProperties.html","bundleId":"work-tasks-2023-sp1","id":"a26bf0eb7-5bae-4c7b-a2e0-1c14b0dd7c73","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IdentifyMandatoryProperties.html","title":"Identify Mandatory Properties","navPath":"IdentifyMandatoryProperties.html","bundleId":"work-tasks-2023-sp1","id":"a043aae2e-51c1-44d6-b351-39c0a932878f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method1RightClickandSelectActivityProperties.html","title":"Method 1: Right Click and Select Activity Properties","navPath":"Method1RightClickandSelectActivityProperties.html","bundleId":"work-tasks-2023-sp1","id":"a570cc1bb-7746-46f3-a38d-788b9a8a2825","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","title":"Method 2: Select Activity and then Select Activity Properties from Edit Menu","navPath":"Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","bundleId":"work-tasks-2023-sp1","id":"a5bef891a-1f80-4a30-a738-a265b808e448","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method3UseWizardsForResourceActivitieswhereapplicable.html","title":"Method 3: Use Wizards For Resource Activities (where applicable)","navPath":"Method3UseWizardsForResourceActivitieswhereapplicable.html","bundleId":"work-tasks-2023-sp1","id":"a1e9777fa-69a2-4f28-9dad-8b74871dd63f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoPropertySettingWizards.html","title":"Introduction to Property Setting Wizards","navPath":"IntroductiontoPropertySettingWizards.html","bundleId":"work-tasks-2023-sp1","id":"a57455bfa-9121-4a23-af49-741992fda5f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheActorsSelectionWizard.html","title":"Use the Actors Selection Wizard","navPath":"UsetheActorsSelectionWizard.html","bundleId":"work-tasks-2023-sp1","id":"afd2ac53b-6633-4448-a24c-4d3eb3f45165","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheEscalationEmailWizard.html","title":"Use the Escalation Email Wizard","navPath":"UsetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"aadd05c37-23fc-4ef9-9016-2f25b349e8cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingtheExpressionEditor.html","title":"Use the Expression Editor","navPath":"UsingtheExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"adb76f90f-1e91-4883-a064-daddf58e1f9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingtheexpressioneditortosetactionproperties.html","title":"About the Expression Editor","navPath":"usingtheexpressioneditortosetactionproperties.html","bundleId":"work-tasks-2023-sp1","id":"a1b1f6360-1a0c-470a-8859-a77fb9f0334d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExpressionEditortoBuildExpressionsforProperties.html","title":"Use Expression Editor to Build Expressions for Properties","navPath":"UseExpressionEditortoBuildExpressionsforProperties.html","bundleId":"work-tasks-2023-sp1","id":"ae2d1fe52-4e28-418b-99d9-8b3ec313c053","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAppearancePropertiesforActivityIcons.html","title":"Set Appearance Properties for Activity Icons","navPath":"SetAppearancePropertiesforActivityIcons.html","bundleId":"work-tasks-2023-sp1","id":"a41881247-9bcc-4d36-8af6-a1c7c95984b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchforContentinWorkflow.html","title":"Search for Content in Workflow","navPath":"SearchforContentinWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aec7bcc1e-2c6f-40eb-bc06-3dec29fed468","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheProcessMapImageforNavigation.html","title":"Use the Process Map Image for Navigation","navPath":"UsetheProcessMapImageforNavigation.html","bundleId":"work-tasks-2023-sp1","id":"a1c064f49-2433-4ea5-bb2b-99cefc7f5a8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessModelingandSavingtheAnalyst%27sView.html","title":"Process Modeling and Saving the Analyst's View","navPath":"ProcessModelingandSavingtheAnalyst'sView.html","bundleId":"work-tasks-2023-sp1","id":"a315cfc2a-f886-44a9-824f-fcfde9c27aee","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockandUnlockDesigners.html","title":"Lock and Unlock Designers","navPath":"LockandUnlockDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a7bd3c85e-ae9b-43fc-8c53-bf2770993cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforrepository.html","title":"Enable and Disable Lock for Repository","navPath":"enablinglockforrepository.html","bundleId":"work-tasks-2023-sp1","id":"a5eed50c7-8c61-4d83-adb2-a6a89d89b93f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentTypesofLocks.html","title":"Different Types of Locks","navPath":"DifferentTypesofLocks.html","bundleId":"work-tasks-2023-sp1","id":"acd96aa2b-ec2c-4d60-9250-a16d80f976dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManualLockandUnlock.html","title":"Manual Lock and Unlock","navPath":"ManualLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a3f5ab54c-5c0e-471e-890e-46b23e098ded","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoLockandUnlock.html","title":"Auto Lock and Unlock","navPath":"AutoLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a6be31189-eaca-444a-aeef-2e78a7feafde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLockandUnlockonDesigners.html","title":"Use Lock and Unlock on Designers","navPath":"UseLockandUnlockonDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a100fe4b5-e5b9-4143-8994-4865c5d53f48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist2.html","title":"Process Designer","navPath":"workflowlist2.html","bundleId":"work-tasks-2023-sp1","id":"ad476e8ce-60fa-41d2-b588-9766e81ce8f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formslist.html","title":"Forms Designer","navPath":"formslist.html","bundleId":"work-tasks-2023-sp1","id":"a0d9d4255-9e45-4c06-ab73-f8b49f8c4eda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListDesigner.html","title":"List Designer","navPath":"ListDesigner.html","bundleId":"work-tasks-2023-sp1","id":"af83e3d32-f2d2-4ab3-98d8-071c3569270e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingLockandUnlockonUserDefinedLists.html","title":"Use Lock and Unlock on User Defined Lists","navPath":"UsingLockandUnlockonUserDefinedLists.html","bundleId":"work-tasks-2023-sp1","id":"ab6c64c0d-b3f7-4caf-b05a-a97cb2bc5650","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforuserdefinedlist.html","title":"Enabling Lock for User Defined List","navPath":"enablinglockforuserdefinedlist.html","bundleId":"work-tasks-2023-sp1","id":"a56a9826b-f987-42ac-8bc8-944de9a1507c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EffectsofLockandUnlockonUserDefinedList.html","title":"Effects of Lock and Unlock on User Defined List","navPath":"EffectsofLockandUnlockonUserDefinedList.html","bundleId":"work-tasks-2023-sp1","id":"ad95989ef-6c5f-4ea1-8824-10b5335e046b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisEnabled.html","title":"User Defined List when Lock is Enabled","navPath":"UserDefinedListwhenLockisEnabled.html","bundleId":"work-tasks-2023-sp1","id":"a033d1d39-31de-4a26-9013-851267135265","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisDisabled.html","title":"User Defined List when Lock is Disabled","navPath":"UserDefinedListwhenLockisDisabled.html","bundleId":"work-tasks-2023-sp1","id":"a9de8ab83-ed57-46e7-9812-34f7a8a7dd7b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemThroughWorkflows.html","title":"Update a Locked List Item Through Workflows","navPath":"UpdateaLockedListItemThroughWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad56f4dae-3528-492e-b211-cd4e25b64f0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromInvokeFormActivity.html","title":"Update a Locked List Item from Invoke Form Activity","navPath":"UpdateaLockedListItemfromInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"afb55a13a-1c0d-46d8-a9eb-5fca0907064f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromEngineActivity.html","title":"Update a Locked List Item from Engine Activity","navPath":"UpdateaLockedListItemfromEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"ac432e9de-455d-4311-a0e2-e243140c802e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewLockandUnlockHistoryofListItems.html","title":"View Lock and Unlock History of List Items","navPath":"ViewLockandUnlockHistoryofListItems.html","bundleId":"work-tasks-2023-sp1","id":"ae49e14a5-eef8-4b0c-b8e0-5138d9a319f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Work_Tasks.html","title":"AVEVA Work Tasks Pro","navPath":"Working_with_Work_Tasks.html","bundleId":"work-tasks-2023-sp1","id":"abc2138c6-6d36-48b8-ac88-031d7c09d4fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435174.html","title":"Introduction","navPath":"435174.html","bundleId":"work-tasks-2023-sp1","id":"a37289543-c494-477b-b0a5-2d33c0ec806f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithworktasks.html","title":"Get Started with AVEVA Work Tasks Pro","navPath":"gettingstartedwithworktasks.html","bundleId":"work-tasks-2023-sp1","id":"ad9307521-9099-4858-b5a4-4c9eae97a50a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435176.html","title":"Install and Configure AVEVA Work Tasks Pro Application","navPath":"435176.html","bundleId":"work-tasks-2023-sp1","id":"a123524d3-9c2f-48f7-9f1a-756247a66ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/625157.html","title":"Mobile Device Management","navPath":"625157.html","bundleId":"work-tasks-2023-sp1","id":"ab61704a8-9515-4e29-bf99-2be44b9a17f8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522505.html","title":"View the Demo of AVEVA Work Tasks Pro App","navPath":"522505.html","bundleId":"work-tasks-2023-sp1","id":"afbfb01d7-6a16-495b-963e-91344ed24bbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loginandlogout.html","title":"Log On and Log Off","navPath":"loginandlogout.html","bundleId":"work-tasks-2023-sp1","id":"a1ab38b2e-f69a-461c-b137-a91861578283","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1440390.html","title":"Online and Offline Support for Controls and Containers","navPath":"1440390.html","bundleId":"work-tasks-2023-sp1","id":"ab59dde31-32c7-415b-b544-a3b6032a18a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522508.html","title":"Inbox","navPath":"522508.html","bundleId":"work-tasks-2023-sp1","id":"a890f4120-a881-4195-938e-49863c91bd26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/categories.html","title":"Categories","navPath":"categories.html","bundleId":"work-tasks-2023-sp1","id":"a546f38cf-ecf5-42d6-a551-11565b5cded6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Queue.html","title":"Queue","navPath":"Queue.html","bundleId":"work-tasks-2023-sp1","id":"a09da8166-ce9a-4f7b-bc6a-3eedf2b1aa41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435179.html","title":"Fill Form","navPath":"435179.html","bundleId":"work-tasks-2023-sp1","id":"a8dfc1285-5920-4390-b63d-dc6d83477ac5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Drafts.html","title":"Drafts","navPath":"Drafts.html","bundleId":"work-tasks-2023-sp1","id":"a845a83f9-0ba8-462e-8fef-6fe06dac2a83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SentItems.html","title":"Sent Items","navPath":"SentItems.html","bundleId":"work-tasks-2023-sp1","id":"aa96ed23e-e1eb-407c-8434-4a7e83ba3d2c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Outbox.html","title":"Outbox","navPath":"Outbox.html","bundleId":"work-tasks-2023-sp1","id":"a26caa3e8-7069-426d-b6e8-023462386df6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Sync.html","title":"Sync","navPath":"Sync.html","bundleId":"work-tasks-2023-sp1","id":"aea97bdb7-3aa3-4583-a252-83dbc13bc9d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793038.html","title":"Save Settings","navPath":"793038.html","bundleId":"work-tasks-2023-sp1","id":"a2235aa20-f60e-4f32-98d2-a269a56a5773","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeNotificationToneforiOSDevices.html","title":"Change Notification Tone for iOS Devices","navPath":"ChangeNotificationToneforiOSDevices.html","bundleId":"work-tasks-2023-sp1","id":"a9362e409-7ba9-4dd6-ace6-cb6cc2529f8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793046.html","title":"Configure Save Settings","navPath":"793046.html","bundleId":"work-tasks-2023-sp1","id":"a35028ebf-6b6a-4eeb-9a2b-c605544dd4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNumberofItemstoSyncfortheLookupControl.html","title":"Configure Number of Items to Sync for the Lookup Control","navPath":"ConfigureNumberofItemstoSyncfortheLookupControl.html","bundleId":"work-tasks-2023-sp1","id":"aa17dfb59-a9cd-4203-9a9a-e7ec153cd3f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/571749.html","title":"Configure Thresholds","navPath":"571749.html","bundleId":"work-tasks-2023-sp1","id":"aa1fe90fe-d6ac-420c-bd7c-c9355c8a15f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDrafts.html","title":"Configure Drafts","navPath":"ConfigureDrafts.html","bundleId":"work-tasks-2023-sp1","id":"a67dd678f-55e0-4541-9097-ac1fffec5f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/658450.html","title":"Configure Sent Items","navPath":"658450.html","bundleId":"work-tasks-2023-sp1","id":"a168b9432-8a25-4b33-a97a-8ac1f80bdbf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/599341.html","title":"Configure Inbox Settings","navPath":"599341.html","bundleId":"work-tasks-2023-sp1","id":"a6deb063e-3c83-4b0a-a554-ed236a48d149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641267.html","title":"Configure Offline Support","navPath":"641267.html","bundleId":"work-tasks-2023-sp1","id":"a3bf9e7f6-6ef3-497c-bbde-d2b4501bca6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659533.html","title":"Use Themes","navPath":"659533.html","bundleId":"work-tasks-2023-sp1","id":"aefcf97f7-71bd-4bab-83df-b58534456033","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659544.html","title":"Apply Theme to AVEVA Work Tasks Pro App","navPath":"659544.html","bundleId":"work-tasks-2023-sp1","id":"a0c00a64d-d648-48c3-818a-ded1ba40340f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyle.html","title":"Change Style","navPath":"ChangeStyle.html","bundleId":"work-tasks-2023-sp1","id":"a5994f8ee-3927-4730-a44e-6cf921d98f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/490121.html","title":"Logs","navPath":"490121.html","bundleId":"work-tasks-2023-sp1","id":"a98528026-133d-44c6-87f1-f225c834fbcc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingworktasks.html","title":"Troubleshooting","navPath":"troubleshootingworktasks.html","bundleId":"work-tasks-2023-sp1","id":"adb770337-1720-4a62-bd66-f6e967118ef3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/731829.html","title":"Debugging","navPath":"731829.html","bundleId":"work-tasks-2023-sp1","id":"ae2da79e5-3dcb-4eab-82a1-640493911a92","isActive":false,"outputclasses":[],"children":[]}]}]}]}},"apiErrorHandler":{}} ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
symbol with a '\'.

If the current server culture is “en-US”, then the currency is displayed as ' symbol is interpreted as a format specifier in the format string. If you need\n to prevent this, you will need to precede the ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }

symbol with a '\u003Cspan class=\"uicontrol\"\u003E\\\u003C/span\u003E'.\n \u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf the current server culture is “en-US”, then the currency is displayed as ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EHowever, if the current server culture is “Brazilian”, then the currency is displayed\n as 'R ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\n \u003C/p\u003E\n \u003Cul class=\"ulsubitem\"\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# $\u003C/span\u003E and the number is 12, then the number is displayed as 12 R$.\n \u003C/p\u003E\n \u003C/li\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# \\$\u003C/span\u003E and the number is 12, then the number is displayed as \u003Cbr\u003E12 $.\n \u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/li\u003E\n \u003C/ul\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E;\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ESection separator.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EDefines sections with separate format strings for positive, negative, and zero numbers.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E#.00 $;#.00 - $;#.00 $\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '125', then it is displayed as '125.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '-125', then it is displayed as '125.00 - ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '0', then it is displayed as '0.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E\"string\"/'string'\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ELiteral string delimiter.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIndicates that the enclosed characters should be copied to the result string.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"paragraph\"\u003E#,##,###.00 ‘₹’ or #,##,###.00 “₹”\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003EIf you enter the value as '125.00', then it is displayed as '125.00 ₹'.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003C/tbody\u003E\u003C/table\u003E\n \u003C/div\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003C/div\u003E\n \n\n\u003C/article\u003E\u003C/article\u003E\n","topic_language":"enus","views":0,"your_rating":null,"watermark":null,"isFallbackLanguage":false,"collapsibleContentExists":false,"miniTOCHeadings":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"miniTOCHeadingsFlat":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"isInlineExternalTopic":false},"workflow":null,"isWorkflow":false,"showWorkflow":false,"error":null},"TocComponent":{"toc":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/help.html","title":"Welcome to AVEVA Work Tasks","navPath":"help.html","bundleId":"work-tasks-2023-sp1","id":"ae28db577-8710-4c61-a2aa-693e53b48c7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/copyright.html","title":"Legal information","navPath":"copyright.html","bundleId":"work-tasks-2023-sp1","id":"a63f0ebce-097d-40e6-81a4-35d87844d39a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/31015.html","title":"Contact information","navPath":"31015.html","bundleId":"work-tasks-2023-sp1","id":"a667c3c4d-6ab6-4553-932e-bc8aa99e6ae8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/520827.html","title":"Acknowledgements","navPath":"520827.html","bundleId":"work-tasks-2023-sp1","id":"a26d32884-a0c6-4c59-a25d-11ef7d3f506f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759100.html","title":"AjaxMin","navPath":"759100.html","bundleId":"work-tasks-2023-sp1","id":"ad6a51842-6aeb-49da-b5b9-840458b1b18d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759101.html","title":"AmqpNet Lite","navPath":"759101.html","bundleId":"work-tasks-2023-sp1","id":"acd0f0923-07b3-4a28-b810-aa5288aaccc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759105.html","title":"AngleSharp","navPath":"759105.html","bundleId":"work-tasks-2023-sp1","id":"abbdbe2b5-b07c-48e7-b2fe-79a3a98bb095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910312.html","title":"AngleSharp​.Css","navPath":"910312.html","bundleId":"work-tasks-2023-sp1","id":"a76c98495-70fb-4e3e-b0ba-cea00f933124","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759109.html","title":"AngularJS","navPath":"759109.html","bundleId":"work-tasks-2023-sp1","id":"a1425355f-ed78-47b4-8eff-f7c946bb37ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759110.html","title":"AntiXSS","navPath":"759110.html","bundleId":"work-tasks-2023-sp1","id":"ad66fb273-6e98-498d-a151-99223d9cb1fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759115.html","title":"AutoMapper","navPath":"759115.html","bundleId":"work-tasks-2023-sp1","id":"abf7e477f-1d68-4dee-b357-5824631932c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904394.html","title":"Azure​.Identity","navPath":"904394.html","bundleId":"work-tasks-2023-sp1","id":"a24914844-2e7d-4b62-abef-533b4eea907c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904395.html","title":"Azure​.Security​.KeyVault​.Secrets","navPath":"904395.html","bundleId":"work-tasks-2023-sp1","id":"af3d45a29-c808-43aa-9521-c70f148db138","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759117.html","title":"bootstrap","navPath":"759117.html","bundleId":"work-tasks-2023-sp1","id":"a5e287859-b798-42a9-b648-801a3dc68e2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759118.html","title":"bootstrap-datepicker","navPath":"759118.html","bundleId":"work-tasks-2023-sp1","id":"ab329437c-60cf-470d-966f-31a8aefc411c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762837.html","title":"chilkat-x64","navPath":"762837.html","bundleId":"work-tasks-2023-sp1","id":"af620fdf4-880e-4466-a658-aa9f66b7151c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762838.html","title":"CodeMirror","navPath":"762838.html","bundleId":"work-tasks-2023-sp1","id":"a93e06817-85a8-4ddd-9bd6-f2a440eb7a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762839.html","title":"ComponentArt Charting","navPath":"762839.html","bundleId":"work-tasks-2023-sp1","id":"a8f8e4c4a-5da5-4f78-8fc7-5214cd1ed646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762840.html","title":"crypto-js","navPath":"762840.html","bundleId":"work-tasks-2023-sp1","id":"ad731a0fa-e72c-4769-927c-e8675fb82ed6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762841.html","title":"datejs","navPath":"762841.html","bundleId":"work-tasks-2023-sp1","id":"a406094f6-6dcb-447d-a3fa-5961c29b89a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762842.html","title":"EasyNetQ","navPath":"762842.html","bundleId":"work-tasks-2023-sp1","id":"aaad8da03-830e-41f6-858f-e9b5de8435b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762843.html","title":"ExcelDataReader","navPath":"762843.html","bundleId":"work-tasks-2023-sp1","id":"a22c5035f-a2fe-4880-be52-d0d7939da4a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762844.html","title":"FastAndroidCamera","navPath":"762844.html","bundleId":"work-tasks-2023-sp1","id":"a9dbda76a-9c5e-4d59-85e6-56991baaa4b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762851.html","title":"HtmlSanitizer","navPath":"762851.html","bundleId":"work-tasks-2023-sp1","id":"acb876ee2-7161-4004-98cc-50227c3a8ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762855.html","title":"Intersoft WebGrid","navPath":"762855.html","bundleId":"work-tasks-2023-sp1","id":"a688f63b7-f50f-4263-8a5e-b20b4d1bffd3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762865.html","title":"JavaScriptEngineSwitcher","navPath":"762865.html","bundleId":"work-tasks-2023-sp1","id":"ac6c7098b-b48c-40da-9ddc-e74ae011eb7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762866.html","title":"jquery","navPath":"762866.html","bundleId":"work-tasks-2023-sp1","id":"abe23520a-4715-47be-b563-fd1f30ae340a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910313.html","title":"jquery dotdotdot","navPath":"910313.html","bundleId":"work-tasks-2023-sp1","id":"a029d6063-76de-4e93-b583-20fd75e61c1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762867.html","title":"jquery easing","navPath":"762867.html","bundleId":"work-tasks-2023-sp1","id":"a18fbf154-6c99-4b9f-b10e-c85984dab2fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910314.html","title":"jshint","navPath":"910314.html","bundleId":"work-tasks-2023-sp1","id":"a5bffd613-1a6d-489b-affd-a0399213aa52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762868.html","title":"jszip","navPath":"762868.html","bundleId":"work-tasks-2023-sp1","id":"a8045ffe9-3e48-4f7b-9ac3-542a8dd221cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910315.html","title":"Kendo UI","navPath":"910315.html","bundleId":"work-tasks-2023-sp1","id":"a5fa81750-8074-465e-9b17-998b0f31e125","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762869.html","title":"Knockout","navPath":"762869.html","bundleId":"work-tasks-2023-sp1","id":"a2a634dc4-fb7a-439e-ab6f-c482f7d8c590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910316.html","title":"Knockout-Kendo","navPath":"910316.html","bundleId":"work-tasks-2023-sp1","id":"a637cfc9b-4332-4f09-9c4a-f1bbb7cf1d88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762871.html","title":"LumiSoft​.Net","navPath":"762871.html","bundleId":"work-tasks-2023-sp1","id":"a91793d03-7bf4-4551-b4c9-b6b8a556be29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1265011.html","title":"Microsoft​.Web​.WebView2","navPath":"1265011.html","bundleId":"work-tasks-2023-sp1","id":"a30eb0f3c-70fc-4dc8-8696-ef8581185c8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762872.html","title":"Newtonsoft​.Json","navPath":"762872.html","bundleId":"work-tasks-2023-sp1","id":"a3da01c8b-c223-49cb-a6b1-ac1753d181e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904396.html","title":"Oracle​.ManagedDataAccess","navPath":"904396.html","bundleId":"work-tasks-2023-sp1","id":"ad1d1ed6a-03fe-4e5b-920f-8fbb90c5a648","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762873.html","title":"Oracle Providers for ASP​.NET","navPath":"762873.html","bundleId":"work-tasks-2023-sp1","id":"a7b58f71d-a6db-4951-a003-17eb04959573","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763108.html","title":"Owin","navPath":"763108.html","bundleId":"work-tasks-2023-sp1","id":"a0f8ed29c-916b-448d-8080-a62d5cabf75c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763109.html","title":"Paho MQTT","navPath":"763109.html","bundleId":"work-tasks-2023-sp1","id":"ad844c945-fc81-40c1-b39b-01617e41212a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910317.html","title":"Pako","navPath":"910317.html","bundleId":"work-tasks-2023-sp1","id":"aa5ed6cde-2f17-4d56-bb70-81e435bcadd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907877.html","title":"polly​.extensions​.http","navPath":"907877.html","bundleId":"work-tasks-2023-sp1","id":"a3aa2c1eb-90a3-4b1c-b067-22f9e88fbe44","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904402.html","title":"RabbitMQ​.Client","navPath":"904402.html","bundleId":"work-tasks-2023-sp1","id":"a2ea194d1-ff32-44f3-a83e-a5720ce169cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907810.html","title":"SendGrid","navPath":"907810.html","bundleId":"work-tasks-2023-sp1","id":"ae494e7f0-6fa4-457b-b9e9-bc0573a79080","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910318.html","title":"Spin js","navPath":"910318.html","bundleId":"work-tasks-2023-sp1","id":"a15c2fc95-49c7-4223-bca0-d5e02f1ef565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763110.html","title":"SQLite","navPath":"763110.html","bundleId":"work-tasks-2023-sp1","id":"ac6a29ce2-e7ce-4341-85d5-d06387ee7464","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/878052.html","title":"sqlite-net SQLCipher","navPath":"878052.html","bundleId":"work-tasks-2023-sp1","id":"a3abec5d2-3e17-4bff-9181-a609bb8b4ac9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907875.html","title":"StarkbankEcdsa","navPath":"907875.html","bundleId":"work-tasks-2023-sp1","id":"a047e36b6-dc55-4825-b585-ed70ab9ec0f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763111.html","title":"Telerik® UI for ASP​.NET AJAX","navPath":"763111.html","bundleId":"work-tasks-2023-sp1","id":"afd1a3492-aae4-4b89-9c49-2e26f8cfde53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763174.html","title":"tensorspace","navPath":"763174.html","bundleId":"work-tasks-2023-sp1","id":"a86b53742-cf80-4fa1-a813-07ceb8b8bf7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763175.html","title":"Unity​.Abstractions","navPath":"763175.html","bundleId":"work-tasks-2023-sp1","id":"a1eee0410-ccbf-4bed-86f9-a625be2fd148","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763176.html","title":"Unity​.Container","navPath":"763176.html","bundleId":"work-tasks-2023-sp1","id":"a6989ef72-9c35-4c0a-bbae-ee0becb4731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907886.html","title":"WindowsBase","navPath":"907886.html","bundleId":"work-tasks-2023-sp1","id":"a59108fdd-8e1a-451d-a943-c6bbe897d3be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903678.html","title":"WiX Toolset","navPath":"903678.html","bundleId":"work-tasks-2023-sp1","id":"aa93e3612-0ac3-413a-afd2-b9253881b63b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904489.html","title":"xamarin​.essentials","navPath":"904489.html","bundleId":"work-tasks-2023-sp1","id":"a8f5d4e26-0989-49b0-ad66-62d108f912ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904585.html","title":"xam​.plugin​.battery","navPath":"904585.html","bundleId":"work-tasks-2023-sp1","id":"ada01ab43-d704-4c5b-a0b1-a16f5234ac4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910319.html","title":"Xml2Json","navPath":"910319.html","bundleId":"work-tasks-2023-sp1","id":"a93d3fa59-5a65-459a-b47e-32ad4d71ea20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910269.html","title":"ZXing","navPath":"910269.html","bundleId":"work-tasks-2023-sp1","id":"a572944d3-ff6b-4cd9-ac8e-f24d5c11848c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904248.html","title":"Other Components","navPath":"904248.html","bundleId":"work-tasks-2023-sp1","id":"a4ef74d2e-0249-4993-8bad-83da603f9f5a","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/789641.html","title":"What's new in AVEVA Work Tasks?","navPath":"789641.html","bundleId":"work-tasks-2023-sp1","id":"a66e23fbc-3b01-4be9-9b81-b0177a0d59ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1282500.html","title":"2023 Releases","navPath":"1282500.html","bundleId":"work-tasks-2023-sp1","id":"a1dba44ae-e988-4e6f-92c3-d8052c1b05f1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733522.html","title":"AVEVA Work Tasks 2023 SP1 Release Notes","navPath":"733522.html","bundleId":"work-tasks-2023-sp1","id":"a32ff6b55-da45-43e6-b669-6a23a4ed605e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733517.html","title":"System Requirements","navPath":"733517.html","bundleId":"work-tasks-2023-sp1","id":"a51cb72ec-fc8a-4a8b-b97a-2f1af94210c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733515.html","title":"Product Compatibility","navPath":"733515.html","bundleId":"work-tasks-2023-sp1","id":"a6651e44e-1259-4554-905b-f82e7bdfc500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733511.html","title":"ISO Details","navPath":"733511.html","bundleId":"work-tasks-2023-sp1","id":"a791f4bfd-49d2-495e-a78f-83ee14388a28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733510.html","title":"Installation Instructions","navPath":"733510.html","bundleId":"work-tasks-2023-sp1","id":"a0a6c3e62-3d79-4e27-a9d9-79e9b5a39caf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733518.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"733518.html","bundleId":"work-tasks-2023-sp1","id":"a1dd1a603-ab92-4324-89bf-5b85b9a363a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733513.html","title":"Key Features","navPath":"733513.html","bundleId":"work-tasks-2023-sp1","id":"a5e7174ee-3582-463e-9017-2c201502b7e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733509.html","title":"General Enhancements","navPath":"733509.html","bundleId":"work-tasks-2023-sp1","id":"a509245ef-ee5a-4984-adf9-59919b74d5d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733512.html","title":"Issues Resolved","navPath":"733512.html","bundleId":"work-tasks-2023-sp1","id":"ae916007c-b016-4b00-ad18-8921574d37ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1382390.html","title":"Known Issues","navPath":"1382390.html","bundleId":"work-tasks-2023-sp1","id":"a61b0656e-0b6d-4158-886d-3efb2d54a93e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1398635.html","title":"AVEVA Work Tasks Pro","navPath":"1398635.html","bundleId":"work-tasks-2023-sp1","id":"a67ba2b0b-ab19-4975-84ae-93c69f864ac7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/administratorguide.html","title":"Administrator Guide","navPath":"administratorguide.html","bundleId":"work-tasks-2023-sp1","id":"acd6f48c0-0189-4856-b51a-7ea385bc2321","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/architecture.html","title":"Architecture","navPath":"architecture.html","bundleId":"work-tasks-2023-sp1","id":"ab226a82e-b181-443c-99a2-96d44cd59b3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/corecomponents.html","title":"Core Components","navPath":"corecomponents.html","bundleId":"work-tasks-2023-sp1","id":"a1c2ca690-9b51-4d2f-8f72-7027542d3917","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/microsoftoutlookintegration.html","title":"Microsoft Outlook Integration","navPath":"microsoftoutlookintegration.html","bundleId":"work-tasks-2023-sp1","id":"aee929c2a-0793-4ad1-867d-43491b651264","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scalabilityandavailability.html","title":"Scalability and Availability","navPath":"scalabilityandavailability.html","bundleId":"work-tasks-2023-sp1","id":"af5529dab-4015-4277-893a-57e9fc74458d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingintranetandextranetwebfronts.html","title":"Set up intranet and extranet web fronts","navPath":"settingintranetandextranetwebfronts.html","bundleId":"work-tasks-2023-sp1","id":"aac89cba2-320f-4543-b1ce-88e09364ce74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540500.html","title":"Partitioning Database","navPath":"540500.html","bundleId":"work-tasks-2023-sp1","id":"a8f63c245-27c2-4820-84d0-f226f3b33ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540501.html","title":"Partitioning with Central Configuration","navPath":"540501.html","bundleId":"work-tasks-2023-sp1","id":"ad6093e39-a6db-4958-85fc-a0786faa96a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540502.html","title":"Partitioning with Partition Manager","navPath":"540502.html","bundleId":"work-tasks-2023-sp1","id":"a484386ac-a929-4962-88d3-8630e49c21ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/657844.html","title":"Verifying Partition","navPath":"657844.html","bundleId":"work-tasks-2023-sp1","id":"a1243e8bf-0d2c-4b60-a08c-c18afcf8c1b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintenanceActivities.html","title":"Maintenance activities","navPath":"MaintenanceActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae4e3fe93-e008-4cde-b76a-d1c2f5b682b1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Editions.html","title":"Editions","navPath":"Editions.html","bundleId":"work-tasks-2023-sp1","id":"aeb075841-906b-4065-bad7-c8935f935dcf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenarios.html","title":"Single server","navPath":"SingleServerScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a107d7344-9da7-4cce-89a3-63801559f204","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario1.html","title":"Deployment of AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on a single machine","navPath":"SingleMachineScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a4d833f21-2965-43bb-b378-fcb446ebded0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario2.html","title":"AVEVA Work Tasks web server and AVEVA Work Tasks server on different machines","navPath":"SingleMachineScenario2.html","bundleId":"work-tasks-2023-sp1","id":"a6dae3899-8a3a-4f34-8b47-23c51c552ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario3.html","title":"AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on different machines","navPath":"SingleMachineScenario3.html","bundleId":"work-tasks-2023-sp1","id":"aa1b068b2-5113-4a3f-a0cf-6b0ff85fcc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenario4.html","title":"AVEVA Work Tasks Web Server Farm, Work Tasks Server, and AVEVA Work Tasks Database Server on Different Machines","navPath":"SingleServerScenario4.html","bundleId":"work-tasks-2023-sp1","id":"aa4fce7cc-d070-4824-b337-5e45ae20a72d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerLicensing.html","title":"Single server licensing information","navPath":"SingleServerLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a2fed8d65-d6ba-4e6d-85dd-fe8020eb43e8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServer.html","title":"Load balanced server","navPath":"LoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a0f5a8aa0-4340-4869-b21e-e7f753a73e71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerArchitecture.html","title":"Load Balanced Server Architecture","navPath":"LoadBalancedServerArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a632ad1cc-5885-4043-976f-54162386ceac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerInstallationScenarios.html","title":"Load balanced server installation scenarios","navPath":"LoadBalancedServerInstallationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a97927939-7d10-467f-a318-488abcc4817b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerCapableofAddingMachinesatAnyTime.html","title":"Single server capable of adding machines at any time","navPath":"SingleServerCapableofAddingMachinesatAnyTime.html","bundleId":"work-tasks-2023-sp1","id":"a9012c07f-7baf-4406-b961-071fbe0abc95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines1.html","title":"Web Server Farm with Clustered Work Tasks Services and Databases on Different Machines","navPath":"LoadBalancedServersonDifferentMachines1.html","bundleId":"work-tasks-2023-sp1","id":"a66065868-d03e-48b6-af16-689176e5d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines2.html","title":"AVEVA Work Tasks Web Server Farm Connecting to AVEVA Work Tasks Services with AVEVA Work Tasks Databases on a Different Machine","navPath":"LoadBalancedServersonDifferentMachines2.html","bundleId":"work-tasks-2023-sp1","id":"afabb36ea-ded9-45d7-baad-de710b5cf8a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","title":"Behavior of AVEVA Work Tasks Services on Enterprise Server","navPath":"BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"a775fa8f6-59d5-4326-a1fa-7f8347dea231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ToolsUsedinEnterpriseServer.html","title":"Tools used in Enterprise Server","navPath":"ToolsUsedinEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"afd759f43-ff92-4ae1-9779-804d9c910afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLimitations.html","title":"Load balanced server limitations","navPath":"LoadBalancedServerLimitations.html","bundleId":"work-tasks-2023-sp1","id":"ad53407b0-151d-4eeb-875b-e5eebad2ebf9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLicensingInformation.html","title":"Load balanced server licensing information","navPath":"LoadBalancedServerLicensingInformation.html","bundleId":"work-tasks-2023-sp1","id":"a867b5c92-282c-4592-a664-fea3051a57c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetscenarios.html","title":"Installing Different Editions","navPath":"skeltabpmnetscenarios.html","bundleId":"work-tasks-2023-sp1","id":"a72603d98-5f56-45da-99b1-13ce8d5f3626","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/planningforinstallation.html","title":"Layout Editing Modes","navPath":"planningforinstallation.html","bundleId":"work-tasks-2023-sp1","id":"a4610a32b-0c8c-4ef0-8922-4a2efc3abafd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/serverroles.html","title":"Identifying Server Roles","navPath":"serverroles.html","bundleId":"work-tasks-2023-sp1","id":"ab492887c-02d8-4ca6-91d3-dd29a9c1f5f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usersource.html","title":"Identifying User Source","navPath":"usersource.html","bundleId":"work-tasks-2023-sp1","id":"a7b1429f9-6330-480c-b460-a7b916c023f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/databaseselection.html","title":"Making Database Selection","navPath":"databaseselection.html","bundleId":"work-tasks-2023-sp1","id":"a7157b66c-ac99-4c5f-ae1d-a0871000f5e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/communication.html","title":"Setting up Communication","navPath":"communication.html","bundleId":"work-tasks-2023-sp1","id":"a583b3a22-e4b3-495b-bbdb-873bc70617cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-mailintegration.html","title":"Integrating Email","navPath":"e-mailintegration.html","bundleId":"work-tasks-2023-sp1","id":"a7d113291-57fe-4631-9a9e-c176f8818a64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ports.html","title":"Setting up Ports","navPath":"ports.html","bundleId":"work-tasks-2023-sp1","id":"aa60682cb-00fd-4190-aa60-bb6808956aef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CookiesCreatedbyWebApplication.html","title":"Cookies Created by Web Application","navPath":"CookiesCreatedbyWebApplication.html","bundleId":"work-tasks-2023-sp1","id":"a19de9f1f-9aea-44ee-88b4-e189f7a695e9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites.html","title":"Prerequisites","navPath":"prerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a492c158f-8d4d-4689-84d7-c74288472cb2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureInternetInformationServices.html","title":"Configure Internet Information Services","navPath":"ConfigureInternetInformationServices.html","bundleId":"work-tasks-2023-sp1","id":"ae96ae8c4-c230-476f-9280-d3331d815034","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableandVerifyMSDTC.html","title":"Enable and verify MSDTC","navPath":"EnableandVerifyMSDTC.html","bundleId":"work-tasks-2023-sp1","id":"ab26f206f-77d8-4adc-97cf-f7a287dd6e32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/575435.html","title":"Configure Oracle Data Handler","navPath":"575435.html","bundleId":"work-tasks-2023-sp1","id":"ab93b8534-ed57-4791-bd5b-3a82d3b62ef9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallSingleServer.html","title":"Install Single Server","navPath":"InstallSingleServer.html","bundleId":"work-tasks-2023-sp1","id":"a45bfca0b-f779-4e1e-b7ff-902e86956460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineInstallation.html","title":"Single machine installation","navPath":"SingleMachineInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a481ae858-6156-44fa-9869-62ea1e302ccf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofInstallation.html","title":"High-level view of installation","navPath":"HighLevelViewofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a8bf30945-82fd-4275-bcee-77e8f98257d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation.html","title":"Installation","navPath":"Installation.html","bundleId":"work-tasks-2023-sp1","id":"af42d13e4-452e-4af9-a199-85ca2f7e611d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae253cc50-afd2-4fb0-ba8e-b675067911fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"ab3689631-1a0e-427c-8ce5-fa4548684934","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer.html","bundleId":"work-tasks-2023-sp1","id":"a67b444e5-626c-4b1f-a390-893ae2021f9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aae749dc4-2e84-4682-80af-b004ca1f6e84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase.html","title":"Create Farm Database","navPath":"CreateFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a48d45138-1692-43d6-a05b-df802e880f22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings.html","title":"Define Security Settings","navPath":"DefineSecuritySettings.html","bundleId":"work-tasks-2023-sp1","id":"a0a2e7d97-da96-4fdd-a301-1b9acda9168e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac494bac4-af74-4696-bb98-0fe1aa3ac81d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices.html","title":"Provision Services","navPath":"ProvisionServices.html","bundleId":"work-tasks-2023-sp1","id":"ad2aeacdc-e4c8-4179-a669-89f180edee31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"aa54978ff-7c5e-432a-bb48-65ef4aca487d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository.html","title":"Create a Repository","navPath":"CreateaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a32bcc35f-9259-4204-8701-a002ab434a56","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation.html","title":"Verify the Installation","navPath":"VerifytheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a764e413b-d27a-4c6b-9719-9b2af91b718c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebServerandAVEVAWorkTasksServeronDifferentMachines.html","title":"Web server and AVEVA Work Tasks server on different machines","navPath":"WebServerandAVEVAWorkTasksServeronDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"aa8617912-fae9-4e6b-baab-ec0ebf08688f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewoftheInstallation.html","title":"High-level view of the installation","navPath":"HighLevelViewoftheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a1a1d45c1-dde5-431a-9dfb-865c0b1ec29a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_1.html","title":"Installation","navPath":"Installation_1.html","bundleId":"work-tasks-2023-sp1","id":"abfcac7a8-6b46-43f9-9f5f-48d4b956b286","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_1.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"a933569eb-b920-4ea4-a792-349bcc2ad225","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_1.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_1.html","bundleId":"work-tasks-2023-sp1","id":"a913d8bcc-8ec4-4bcd-ab9f-96769deb6e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_1.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_1.html","bundleId":"work-tasks-2023-sp1","id":"a505106b3-37f7-4f64-a51f-69d1016ae601","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_1.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"aea45d23f-dd61-4050-81fc-fb13a4b8859f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_1.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"a8e7ae67b-7544-4ae4-a31d-5c7aff94445a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_1.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_1.html","bundleId":"work-tasks-2023-sp1","id":"ad4220f03-df07-4d65-b96d-90f3a724ffa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_1.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"a83fc8459-274a-4027-b031-3859b847e3c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_1.html","title":"Provision Services","navPath":"ProvisionServices_1.html","bundleId":"work-tasks-2023-sp1","id":"a866eb46d-271f-4172-aeb0-5cb25d6e3a5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_1.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_1.html","bundleId":"work-tasks-2023-sp1","id":"a7bac03a2-96c0-47fe-8138-289c2dc7f444","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_1.html","title":"Create a Repository","navPath":"CreateaRepository_1.html","bundleId":"work-tasks-2023-sp1","id":"a625355b9-6fe7-4626-80e1-6d0b552cbd08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_1.html","title":"Verify the Installation","navPath":"VerifytheInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cd1a4ef-ea8f-47a4-a6eb-cccd4fa3c044","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServersonDifferentMachinesScenario1.html","title":"Web Server, AVEVA Work Tasks Server, and Database Server on Different Machines","navPath":"ServersonDifferentMachinesScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a6f2d08b6-5d69-4ef4-9074-6635ad748a9e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a69064966-2138-4f7f-9608-e499ec99792e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aa3b1318f-06d9-4a64-b20e-4e110554039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_2.html","title":"Installation","navPath":"Installation_2.html","bundleId":"work-tasks-2023-sp1","id":"aca02022f-498d-4340-88e5-ec13d75decba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer.html","bundleId":"work-tasks-2023-sp1","id":"a035d3e80-fe80-4732-bf0c-cb68e0415893","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_2.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_2.html","bundleId":"work-tasks-2023-sp1","id":"a9b424b1b-2ab9-4a0f-84d0-74695e3d22df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_2.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_2.html","bundleId":"work-tasks-2023-sp1","id":"adfc9046a-7ac8-4400-9d7c-e76d3c810b5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_2.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a96c418d4-5430-415c-97aa-f8047a5f79a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_2.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a624d1cb2-944f-400c-bcf4-a30642a1426f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_2.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a1d0959a9-4644-437d-b37d-8f39a8097f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_2.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ad5b6f8a2-81a7-45ed-8e29-e312e391c666","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_2.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ae9819721-e27b-4960-b6a5-14587de43783","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a54288089-9e05-4b58-bad8-f5047f9935b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_2.html","title":"Provision Services","navPath":"ProvisionServices_2.html","bundleId":"work-tasks-2023-sp1","id":"a455cc1a3-e8fc-41a2-b1c6-23df9a39637d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a5ceb92f5-a5b1-41e2-b5fa-013dedd9f52c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_3.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_3.html","bundleId":"work-tasks-2023-sp1","id":"a640e2eb0-f478-4acf-a48a-4474dedef67b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_3.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_3.html","bundleId":"work-tasks-2023-sp1","id":"aa2ec7624-973c-4be1-a668-b81a800b6b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_3.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae26e193c-027c-41c0-b9fa-825db1fa5747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation.html","title":"Select Client Installation","navPath":"SelectClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"abf07edd4-6720-49c2-829c-1138d73aada2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a50f36563-78a3-43b5-a2d2-a90d13fb2fd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a751d70d1-6419-4977-974c-0e331d5ca0ec","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_2.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_2.html","bundleId":"work-tasks-2023-sp1","id":"a868acfb6-0014-4b3b-8ad4-bb1028af4d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_2.html","title":"Create a Repository","navPath":"CreateaRepository_2.html","bundleId":"work-tasks-2023-sp1","id":"afd56dfa0-8c17-4ed6-a09b-7ab65e5279d2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_2.html","title":"Verify the Installation","navPath":"VerifytheInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac68c967a-e2ba-4e5c-95e5-110ec7dc8be3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario3.html","title":"Web Farm (Multiple Web servers), AVEVA Work Tasks Server, and Database on Different Machines","navPath":"DifferentMachinesScenario3.html","bundleId":"work-tasks-2023-sp1","id":"ae3311fc0-4c32-46fb-86e5-ffe7672e2d5b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_1.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"addf2ca0e-010c-43c7-bb63-8fb5833dec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_1.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac72bbf83-f0d4-45c4-9735-1b3fe75e741c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation3.html","title":"Installation","navPath":"Installation3.html","bundleId":"work-tasks-2023-sp1","id":"a9ed50da2-4e4c-49ba-b8d7-2ce232cec927","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_1.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_1.html","bundleId":"work-tasks-2023-sp1","id":"ab1499953-dc0b-46f0-bfb7-3c662c8d3bd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_4.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_4.html","bundleId":"work-tasks-2023-sp1","id":"a76d788ac-3db1-448c-aedc-4fd244344ff7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_4.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_4.html","bundleId":"work-tasks-2023-sp1","id":"a8c250d9d-be7a-4f4b-a1f5-f36f94ac61cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_4.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_4.html","bundleId":"work-tasks-2023-sp1","id":"a092fe9e2-40bc-4611-a327-3bcfb520455a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_3.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"acb6e856b-c47e-4a8d-a717-a522c4d4b024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_3.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a95b4006d-5975-44ae-b9fe-d27ce837cc49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_3.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_3.html","bundleId":"work-tasks-2023-sp1","id":"a566f3fc5-401e-461f-bd95-b21d0de8fc1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_3.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_3.html","bundleId":"work-tasks-2023-sp1","id":"adb87c5fe-2382-4b9c-a852-913389fe44fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_1.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_1.html","bundleId":"work-tasks-2023-sp1","id":"ad5fefae5-7366-46f2-80cd-e16c09fe3a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_3.html","title":"Provision Services","navPath":"ProvisionServices_3.html","bundleId":"work-tasks-2023-sp1","id":"a307352a0-c9fd-4c11-93a1-528f291d9a34","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_1.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_1.html","bundleId":"work-tasks-2023-sp1","id":"a277c0d22-027c-4eca-a158-966bc6d5e5db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_5.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_5.html","bundleId":"work-tasks-2023-sp1","id":"a75680dd1-2424-46ae-b3f3-4c11a40cfb31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_5.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_5.html","bundleId":"work-tasks-2023-sp1","id":"ab4c8bbf9-c82c-40b2-b72c-c20beaa8da50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_5.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_5.html","bundleId":"work-tasks-2023-sp1","id":"a434ca78e-5f6a-4dfe-ac02-58e13767f267","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_1.html","title":"Select Client Installation","navPath":"SelectClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a7ad90ce4-a2da-4772-988f-47c7c8b895c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_1.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf1a1f89-20a6-4671-8d12-354116ed4373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_1.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa1cda9b2-e7f2-42bb-b4ed-c4719ed9be0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_3.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_3.html","bundleId":"work-tasks-2023-sp1","id":"a440a6207-5934-425a-8a87-e7a4b51c2a7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_3.html","title":"Create a Repository","navPath":"CreateaRepository_3.html","bundleId":"work-tasks-2023-sp1","id":"a7dab86cc-d63d-4c41-bbba-01836c19106a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_3.html","title":"Verify the Installation","navPath":"VerifytheInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"af7c37d8e-3fe4-44e0-95be-1b45923dbc52","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntranetandExtranetWebServersonDifferentMachines.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"IntranetandExtranetWebServersonDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"ac3aec5f2-c298-45d9-9dc8-a9cebf79ba78","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_2.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a64701b76-336a-436d-a570-31f1fa584d40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_2.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"aebfdb26b-87cb-42db-9294-d01d660f096a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation4.html","title":"Installation","navPath":"Installation4.html","bundleId":"work-tasks-2023-sp1","id":"a09bb2f61-42b6-49c2-bd23-27b50924a30f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_2.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a5ebd6fba-2939-45c9-8075-a60c4650084f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_6.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_6.html","bundleId":"work-tasks-2023-sp1","id":"aa069adfc-f170-470c-b06f-b839743353c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_6.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_6.html","bundleId":"work-tasks-2023-sp1","id":"a9cbdc714-4614-42c7-8d87-802b3b078f10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_6.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_6.html","bundleId":"work-tasks-2023-sp1","id":"aa7fb5e67-761e-4cd6-a73c-e87d9f6ce01a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_4.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a8fc203d1-1d63-4386-a73e-2d2653920dd0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_4.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"aa1afd3fb-490e-4fd5-856a-8582711e1f29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_4.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a5adcbd73-d68b-44bd-91dc-591d4f40e43c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_4.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a53a70877-9dbe-4e0a-80d3-67198731b0ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_2.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_2.html","bundleId":"work-tasks-2023-sp1","id":"a06a15f40-89c7-40f7-aed0-f8e8b8dde03c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_4.html","title":"Provision Services","navPath":"ProvisionServices_4.html","bundleId":"work-tasks-2023-sp1","id":"a1633ff85-fcce-4b97-bad2-508eae8232bf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_2.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_2.html","bundleId":"work-tasks-2023-sp1","id":"aee81a62b-7bd8-47fd-816c-9eda79936089","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_7.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_7.html","bundleId":"work-tasks-2023-sp1","id":"a296db8f0-9f9a-4e41-abff-3f9b4a9957bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_7.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_7.html","bundleId":"work-tasks-2023-sp1","id":"ab7c5d636-984c-499e-bb26-ff3e39eb3b26","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_7.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_7.html","bundleId":"work-tasks-2023-sp1","id":"ad880a4d6-9e47-46a2-9373-09da13708e9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_2.html","title":"Select Client Installation","navPath":"SelectClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac5184e73-0bb0-49e4-962c-88563a06e364","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_2.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a0c5c825d-28e3-4357-912e-464f55014cf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_2.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_2.html","bundleId":"work-tasks-2023-sp1","id":"ab9fec341-7a64-429e-a79f-752834180a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_4.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_4.html","bundleId":"work-tasks-2023-sp1","id":"a5be6e137-6b2d-4687-baaf-d35ecceaea36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_4.html","title":"Create a Repository","navPath":"CreateaRepository_4.html","bundleId":"work-tasks-2023-sp1","id":"ac694c9f5-56b0-43eb-9aec-6db21a3f0ec4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_4.html","title":"Verify the Installation","navPath":"VerifytheInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a3802cc7b-0d91-4dfc-aae2-8ba0be00e343","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallLoadBalancedServer.html","title":"Install Load Balanced Server","navPath":"InstallLoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a00903dcd-0472-45c8-8401-b07dc0a33b47","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","title":"Web Farm with clustered services on Web Farm Machines with database on a different machine","navPath":"WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","bundleId":"work-tasks-2023-sp1","id":"a5756aa9f-82cf-44ed-a8ee-c905efb803de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_3.html","title":"High-level view of server installation","navPath":"HighLevelViewofServerInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"a891e665f-28f2-43e7-bf2a-d76e28a20f5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_3.html","title":"Installation","navPath":"Installation_3.html","bundleId":"work-tasks-2023-sp1","id":"ad4f42cdc-56f1-4cff-a0a9-b2b309c3da44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_3.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae0e493e0-fc37-4ada-904b-4d4b0e148f44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_8.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_8.html","bundleId":"work-tasks-2023-sp1","id":"ab8677528-617e-4a04-ab6f-73ababa4466e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_8.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_8.html","bundleId":"work-tasks-2023-sp1","id":"aa2671ea2-f997-4bbd-9a0d-060ea33689a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_8.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_8.html","bundleId":"work-tasks-2023-sp1","id":"aae907b5e-fba1-4019-ba66-ac12d80ae3a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition.html","bundleId":"work-tasks-2023-sp1","id":"a179fa033-0686-4070-b521-65f50a24c2ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_5.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"ac2ab5e90-d3b2-44f1-9297-efb57025cdd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_5.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_5.html","bundleId":"work-tasks-2023-sp1","id":"ab0eac483-b121-4e43-83cc-bf9cb9e4c3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_5.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_5.html","bundleId":"work-tasks-2023-sp1","id":"af76dc3d8-a55f-4e2c-9a1f-ba41d2cd6f8b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_3.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_3.html","bundleId":"work-tasks-2023-sp1","id":"a6cd86bc4-ef40-4d6c-9ebb-818fdd1ecd80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineEnterpriseConsole.html","title":"Define Enterprise Console","navPath":"DefineEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a91876dab-12b4-494d-941f-44aec30f1525","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_5.html","title":"Provision Services","navPath":"ProvisionServices_5.html","bundleId":"work-tasks-2023-sp1","id":"af469032b-6dd1-4004-a54e-dfbf0f78de97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_5.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_5.html","bundleId":"work-tasks-2023-sp1","id":"a9db1a078-25a8-47ff-878a-9495a20342bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_5.html","title":"Create a Repository","navPath":"CreateaRepository_5.html","bundleId":"work-tasks-2023-sp1","id":"a10dca142-2341-4a81-9832-4d77843b6b61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallonMultipleMachines.html","title":"Install on Multiple Machines","navPath":"InstallonMultipleMachines.html","bundleId":"work-tasks-2023-sp1","id":"a03f5f3cb-ebd9-4be6-9fdd-e300f1ea6581","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_5.html","title":"Verify the Installation","navPath":"VerifytheInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"ab3964056-932d-439d-b69f-5da9bde808af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario4.html","title":"Web farm connecting to separate Services Cluster with Database on a Different Machine","navPath":"DifferentMachinesScenario4.html","bundleId":"work-tasks-2023-sp1","id":"ab8e621bd-212f-47cd-b940-3b24adcc7bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/High-LevelViewofServerInstallation.html","title":"High-level view of server installation","navPath":"High-LevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aade803e7-869e-48b8-905b-d06c90419de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation14.html","title":"High-level view of client installation","navPath":"high-levelviewofskeltaclientinstallation14.html","bundleId":"work-tasks-2023-sp1","id":"afba7a16d-4555-4fba-8dd8-b1f00d721109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation65.html","title":"Installation","navPath":"installation65.html","bundleId":"work-tasks-2023-sp1","id":"abfe408e1-124a-46ab-8004-d349f5e97809","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server.html","title":"AVEVA Work Tasks server","navPath":"Wonderware_Skelta_BPM_Server.html","bundleId":"work-tasks-2023-sp1","id":"a11f3a9ba-0369-4576-b18b-eedbdc508786","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_9.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_9.html","bundleId":"work-tasks-2023-sp1","id":"ae98cbb41-c264-4e3d-8e36-0bba17b742a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_9.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_9.html","bundleId":"work-tasks-2023-sp1","id":"aec6ee656-daa1-4583-ad07-9451f33c0b69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_9.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_9.html","bundleId":"work-tasks-2023-sp1","id":"acea7f020-86e3-4f8f-86be-56ee56b34a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_1.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_1.html","bundleId":"work-tasks-2023-sp1","id":"a433a9acd-c042-486d-8463-bc7ea9971e7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_6.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"afc54637e-45f0-4862-8548-6a2d3ba7e0a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_6.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a66fa955e-79f3-4260-bee0-771cb2af306b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_6.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a37ad7773-8f4f-46d2-b5fc-5be059f4faae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_4.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_4.html","bundleId":"work-tasks-2023-sp1","id":"af3e2ad62-d775-4b4e-adb6-334fb94f8790","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_6.html","title":"Provision Services","navPath":"ProvisionServices_6.html","bundleId":"work-tasks-2023-sp1","id":"aa29e4344-5226-4e02-ab05-4980dd51eb33","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client.html","bundleId":"work-tasks-2023-sp1","id":"aa5b548a0-a593-40f4-b709-4d2182f62b2a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_10.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_10.html","bundleId":"work-tasks-2023-sp1","id":"a4d91fb1f-68c3-45c9-934c-cca7c4b44a91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_10.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_10.html","bundleId":"work-tasks-2023-sp1","id":"afb389c8c-f18f-450b-a5f6-53fc6dbe0316","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_10.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_10.html","bundleId":"work-tasks-2023-sp1","id":"a1d1b290b-bf6d-4e9e-93c3-c69b10e6f4a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_3.html","title":"Select Client Installation","navPath":"SelectClientInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"add50eec4-8fae-4998-9ae9-6fd3e9c4efff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_3.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a2cef3d8e-f754-4766-bbf6-da8ba80b7281","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_3.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_3.html","bundleId":"work-tasks-2023-sp1","id":"a041c84b9-5727-4fbc-b712-c9fa3938093c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_6.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_6.html","bundleId":"work-tasks-2023-sp1","id":"a7dec73a2-82d7-4906-a266-e30557018cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_6.html","title":"Create a Repository","navPath":"CreateaRepository_6.html","bundleId":"work-tasks-2023-sp1","id":"a99fe1af8-0987-4a9f-8548-a32e128eef25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_6.html","title":"Verify the Installation","navPath":"VerifytheInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"aa05fb0de-2b3b-43d9-a566-6537c219aed0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/completestandalonedeploymentindevelopermachine112.html","title":"Single Server capable of adding machines at any time","navPath":"completestandalonedeploymentindevelopermachine112.html","bundleId":"work-tasks-2023-sp1","id":"a22efa9f1-bcf2-4e1a-983e-af011407ace3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelinstallationview1112.html","title":"High-level view of AVEVA Work Tasks installation","navPath":"high-levelinstallationview1112.html","bundleId":"work-tasks-2023-sp1","id":"ac6eda2b5-340a-47b1-8a6e-2ee608cb430f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation312.html","title":"Installation","navPath":"installation312.html","bundleId":"work-tasks-2023-sp1","id":"a28103a17-8497-4961-bc47-2363aee74535","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_11.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_11.html","bundleId":"work-tasks-2023-sp1","id":"afbca0a4f-8b82-4e01-8c47-aa697b21604f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_11.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_11.html","bundleId":"work-tasks-2023-sp1","id":"a5a312a7c-a275-48f0-807b-a35d386054d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_11.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_11.html","bundleId":"work-tasks-2023-sp1","id":"a74f84d5e-d465-4a53-8d12-1f657f1e91e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_2.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_2.html","bundleId":"work-tasks-2023-sp1","id":"a8f779995-d99d-49da-9526-55bdf29ea370","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_7.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_7.html","bundleId":"work-tasks-2023-sp1","id":"a81cb3211-794c-4046-837b-0da53b94d176","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_7.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_7.html","bundleId":"work-tasks-2023-sp1","id":"a450e9a9b-dac4-4836-9bf2-da2fecb92dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_7.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_7.html","bundleId":"work-tasks-2023-sp1","id":"af900e5b1-ca0b-4463-a4ac-9870a1e3c781","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_7.html","title":"Provision Services","navPath":"ProvisionServices_7.html","bundleId":"work-tasks-2023-sp1","id":"a9d382a9b-105e-4fed-ad92-5e9be9ed4203","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_7.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_7.html","bundleId":"work-tasks-2023-sp1","id":"a67bbedfc-308e-4089-bff5-41ecba4d46e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_7.html","title":"Create a Repository","navPath":"CreateaRepository_7.html","bundleId":"work-tasks-2023-sp1","id":"a99daed56-f5cc-4fd1-9d99-f83bd9ad366b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_7.html","title":"Verify the Installation","navPath":"VerifytheInstallation_7.html","bundleId":"work-tasks-2023-sp1","id":"a5138cb2d-19b6-4dfd-a434-0d63e2316d6c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","bundleId":"work-tasks-2023-sp1","id":"ac2bbbed2-42d8-467f-b005-7c36db4d1516","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation36.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation36.html","bundleId":"work-tasks-2023-sp1","id":"a2a43fc28-d531-4bf8-8be7-3c80dd7909c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation15.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation15.html","bundleId":"work-tasks-2023-sp1","id":"aac0fe502-384f-4c44-8855-08b8b2c0ac91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation66.html","title":"Installation","navPath":"installation66.html","bundleId":"work-tasks-2023-sp1","id":"a191a29d6-3570-40a4-81f3-73a984c6e776","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_1.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_1.html","bundleId":"work-tasks-2023-sp1","id":"a4829b101-042a-4ed7-a95b-678820b33f13","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_12.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_12.html","bundleId":"work-tasks-2023-sp1","id":"acae7a248-25bb-41e2-9e6b-75ff3e4f52ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_12.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_12.html","bundleId":"work-tasks-2023-sp1","id":"a9d55385a-e953-4636-b092-628313fceb78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_12.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_12.html","bundleId":"work-tasks-2023-sp1","id":"ac2dcafd4-5b35-4021-a756-4e3f47686de4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_3.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_3.html","bundleId":"work-tasks-2023-sp1","id":"a941a7c78-6ae1-48d0-847f-96689d824288","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_8.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_8.html","bundleId":"work-tasks-2023-sp1","id":"ad36b1fec-53e7-4a71-a9cb-23fde3a00982","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_8.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_8.html","bundleId":"work-tasks-2023-sp1","id":"abc632ed6-ac17-4961-baf1-587887f9e19c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_8.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_8.html","bundleId":"work-tasks-2023-sp1","id":"a26815e4d-6b6c-4a34-aba0-8cb7d8800a25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_5.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_5.html","bundleId":"work-tasks-2023-sp1","id":"a3312eaec-ab71-4b82-a476-15aaf3e22b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_8.html","title":"Provision Services","navPath":"ProvisionServices_8.html","bundleId":"work-tasks-2023-sp1","id":"a749442a9-00f3-42d5-8ef8-69f937a17f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_1.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_1.html","bundleId":"work-tasks-2023-sp1","id":"a313f1f00-e178-4248-87b3-750d7c9fadd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_13.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_13.html","bundleId":"work-tasks-2023-sp1","id":"a152a18c8-a305-4708-914f-bc4da3bf7d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_13.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_13.html","bundleId":"work-tasks-2023-sp1","id":"a3dfea202-c090-4e15-860c-33c6920e7f31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_4.html","title":"Select Client Installation","navPath":"SelectClientInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"adbc8fce8-5f4b-4a6c-b7b0-0e7d144cf394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_4.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"a4178dbb2-78b0-44ba-9623-866f281c2914","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_4.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_4.html","bundleId":"work-tasks-2023-sp1","id":"a5a95e2ed-a1d6-4733-b59e-4f2070e582fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_8.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_8.html","bundleId":"work-tasks-2023-sp1","id":"ab48db8ff-6d3c-48ad-89ac-35392bd81108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_8.html","title":"Create a Repository","navPath":"CreateaRepository_8.html","bundleId":"work-tasks-2023-sp1","id":"a8de02b7f-54ed-4175-a34c-c842294c2e05","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_8.html","title":"Verify the Installation","navPath":"VerifytheInstallation_8.html","bundleId":"work-tasks-2023-sp1","id":"a223e3b9d-3051-4c5b-8e41-ab04e29fcd21","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","title":"Client and Server Installation","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","bundleId":"work-tasks-2023-sp1","id":"a8c6beb07-38d5-4ff5-a3a1-3004a0db82e6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation31.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation31.html","bundleId":"work-tasks-2023-sp1","id":"a9f5e7db3-1db0-4952-976c-d17ffdce22be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation11.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation11.html","bundleId":"work-tasks-2023-sp1","id":"ae54199a2-ef72-4092-9ae1-6dc8c52208a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation67.html","title":"Installation","navPath":"installation67.html","bundleId":"work-tasks-2023-sp1","id":"a1bd1ce01-1748-4476-8015-fbc597d1a7df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_2.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_2.html","bundleId":"work-tasks-2023-sp1","id":"a729e3a69-cbb5-43e0-a2bf-287c7770696f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_14.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_14.html","bundleId":"work-tasks-2023-sp1","id":"af66b7f13-c078-480e-884b-17a6629cfd6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_14.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_14.html","bundleId":"work-tasks-2023-sp1","id":"aef7ca800-32c6-4d70-b236-4fec4dc9742d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_13.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_13.html","bundleId":"work-tasks-2023-sp1","id":"ad7aa383d-0f58-4f96-b397-68c8809b7c6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_4.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_4.html","bundleId":"work-tasks-2023-sp1","id":"acaa718be-afc4-4536-8988-3595c9f9a081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_9.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_9.html","bundleId":"work-tasks-2023-sp1","id":"affbd9a77-51f5-404d-b7a0-2932c4d3566b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_9.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a9506a727-5640-4822-8006-a2659ddfbd34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_9.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a050001eb-715c-4615-814c-18ac6e59b553","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_6.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_6.html","bundleId":"work-tasks-2023-sp1","id":"a2ea689ff-ee22-4e0e-b608-40754fdf19ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_9.html","title":"Provision Services","navPath":"ProvisionServices_9.html","bundleId":"work-tasks-2023-sp1","id":"ac37b77d8-9c96-4f85-9059-a8df114efc1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_2.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_2.html","bundleId":"work-tasks-2023-sp1","id":"a7490f85d-0a9e-44e7-8842-dc4c81cd3879","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_15.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_15.html","bundleId":"work-tasks-2023-sp1","id":"ad9a1cce3-3cc7-4320-a69f-74ea692b7495","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_15.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_15.html","bundleId":"work-tasks-2023-sp1","id":"a8cbacde9-beb4-4582-9d40-52093dfee4f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_14.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_14.html","bundleId":"work-tasks-2023-sp1","id":"a5580d68b-ffbd-498b-9cfa-4eb27b238910","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_5.html","title":"Select Client Installation","navPath":"SelectClientInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"a70cf1c65-167a-465b-9fba-819776a409eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_5.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"a68cb4f42-d8ae-4a4a-9764-d52c5e38ed9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_5.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_5.html","bundleId":"work-tasks-2023-sp1","id":"a361ccd72-cf87-4315-aef8-9db0e936c91a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_9.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_9.html","bundleId":"work-tasks-2023-sp1","id":"a1133d36d-4bc3-4d76-b7c3-62b6e549ddfb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_9.html","title":"Create a Repository","navPath":"CreateaRepository_9.html","bundleId":"work-tasks-2023-sp1","id":"a8e748d36-69d0-4467-aa75-02018b90bc88","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_9.html","title":"Verify the Installation","navPath":"VerifytheInstallation_9.html","bundleId":"work-tasks-2023-sp1","id":"af76a539e-fac8-49ae-977c-44a863bea567","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksinSilentMode.html","title":"Install and Configure AVEVA Work Tasks in Silent Mode","navPath":"InstallandConfigureAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a8d44ede5-9ba7-4823-bb80-fde76a9ddb68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforInstallingandConfiguringinSilentMode.html","title":"Prerequisites for Installing and Configuring in Silent Mode","navPath":"PrerequisitesforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a2026ddc8-d590-48aa-ac12-53d597b394a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallinSilentMode.html","title":"Install in Silent Mode","navPath":"InstallinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a22ab1c19-ccfc-40c6-a8bc-d31322406b08","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentMode.html","title":"Configure in Silent Mode","navPath":"ConfigureinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aacd23249-b069-4774-9c03-79695f60e9a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeUsingXML.html","title":"Configure in Silent Mode Using XML","navPath":"ConfigureinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaa216fd6-89ba-4729-aa91-691cde204c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingXML.html","title":"Configure DataSource in Silent Mode Using XML","navPath":"ConfigureDataSourceinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a74464d76-9c19-41da-a0f4-860601a6309a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aa12aae81-70b3-431f-94c3-5f51123b86fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingXML.html","title":"Configure Farm in Silent Mode Using XML","navPath":"ConfigureFarminSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a6a337a31-2a09-4305-bb04-761f5291ec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryinSilentModeUsingXML.html","title":"Configure Repository in Silent Mode Using XML","navPath":"ConfigureRepositoryinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a9d76d8f9-42e1-40db-adc1-37c95421e867","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQuickflowinSilentModeUsingXML.html","title":"Configure Quickflow in Silent Mode Using XML","navPath":"ConfigureQuickflowinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaccd1fb2-7454-41bf-888f-24d9abc8d972","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCryptographySettingsinSilentModeusingXML.html","title":"Configure Cryptography Settings in Silent Mode using XML","navPath":"ConfigureCryptographySettingsinSilentModeusingXML.html","bundleId":"work-tasks-2023-sp1","id":"a5b8939b2-be69-484d-9548-a9f112fcf249","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeusingCommandLineParameters.html","title":"Configure in Silent Mode using Command-Line Parameters","navPath":"ConfigureinSilentModeusingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a01c2c651-feda-4818-b48f-a0f7ff29a5c7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingCommandLineParameters.html","title":"Configure Farm in Silent Mode Using Command-Line Parameters","navPath":"ConfigureFarminSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a929dd387-9dda-4a7f-bdbc-6e24aa678a0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","title":"Configure DataSource in Silent Mode Using Command-Line Parameters","navPath":"ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5ff17cd8-8d2d-4971-9829-4101bbe83cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryInSilentMode.html","title":"Configure Repository in Silent Mode Using Command-Line Parameters","navPath":"ConfigureRepositoryInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aee03911c-0f61-45bd-ac20-a887ef5bc037","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnResultsforSilentConfiguration.html","title":"Return Results for Silent Configuration","navPath":"ReturnResultsforSilentConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1525e434-8f30-4012-8d87-ddd51571b743","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","title":"Sample Batch File Script for Installing and Configuring in Silent Mode","navPath":"SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aeb0632be-0e9d-4cea-ab4a-6103f1164f9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsandExceptionsSilentInstallationandConfiguration.html","title":"Limitations and Exceptions - Silent Installation and Configuration","navPath":"LimitationsandExceptionsSilentInstallationandConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1d9d2846-9ff8-484a-a55e-71eda59e7fbd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","title":"Installing AVEVA Work Tasks Add-in for Microsoft Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a42f8ab59-38df-4b07-b896-4d1e707ef549","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPrerequisites.html","title":"Installation Prerequisites","navPath":"InstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a9af94f46-3cd5-4b1a-84ec-428be19a1005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Install AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a3f62fc90-955f-4f97-a0a5-c8c46cb777de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Uninstalling AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a672fd0a7-aa26-4d93-821a-73a75f4873ad","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientonWindowsFormBasedApplication.html","title":"Install Client on Windows Form Based Application","navPath":"InstallClientonWindowsFormBasedApplication.html","bundleId":"work-tasks-2023-sp1","id":"a137140d3-7d52-41d4-9551-8136fb69ccc9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPlanningChecklist.html","title":"Installation Planning Checklist","navPath":"InstallationPlanningChecklist.html","bundleId":"work-tasks-2023-sp1","id":"a5980d571-97d5-4345-8c24-82ef4e62e81f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelInstallationView.html","title":"High-Level Installation View","navPath":"HighLevelInstallationView.html","bundleId":"work-tasks-2023-sp1","id":"a1828e508-fddc-4a4e-a1f0-58d9503c2a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_4.html","title":"Installation","navPath":"Installation_4.html","bundleId":"work-tasks-2023-sp1","id":"a538908ac-a935-4118-9586-d1e4b008f8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_16.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_16.html","bundleId":"work-tasks-2023-sp1","id":"aca8f3f31-2894-4660-9800-0029e828a1b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_16.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_16.html","bundleId":"work-tasks-2023-sp1","id":"a1edffe02-7add-4b48-8c9e-c8a31f083406","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_6.html","title":"Select Client Installation","navPath":"SelectClientInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"ac3e1d111-2388-4bef-8e5f-4c1efd035930","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_6.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"af28ed421-0bc7-413c-ab28-1f8a28e51387","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_6.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_6.html","bundleId":"work-tasks-2023-sp1","id":"acbb59515-2201-45bb-8613-4c4a37f71986","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_10.html","title":"Verify the Installation","navPath":"VerifytheInstallation_10.html","bundleId":"work-tasks-2023-sp1","id":"a99434ef3-1864-415c-bdd9-0aed0998d88c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","title":"Install AVEVA Work Tasks Locales for Brazilian Portuguese","navPath":"InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","bundleId":"work-tasks-2023-sp1","id":"aab87faca-6aee-4369-a3b3-7be3f4b1df29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetaRepositorytoSupportMultipleLocales.html","title":"Set a Repository to Support Multiple Locales","navPath":"SetaRepositorytoSupportMultipleLocales.html","bundleId":"work-tasks-2023-sp1","id":"a20125d73-90e9-4183-b81c-a44690f19ac1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicensing.html","title":"AVEVA Licensing","navPath":"AVEVALicensing.html","bundleId":"work-tasks-2023-sp1","id":"af5fdcdb7-92e8-441d-a3ba-69d7bcb72a53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutAVEVAEnterpriseLicensing.html","title":"About AVEVA Enterprise Licensing","navPath":"AboutAVEVAEnterpriseLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a9d484cfe-660e-4e95-ad44-a0866eb22047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowdoesLicensingwork.html","title":"How does Licensing work?","navPath":"HowdoesLicensingwork.html","bundleId":"work-tasks-2023-sp1","id":"a156211ff-8c83-4268-8891-894768753f61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LicensingforAVEVAWorkTasks.html","title":"Licensing for AVEVA Work Tasks","navPath":"LicensingforAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae7db001b-925e-4f44-8a74-4d002066508a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GracePeriodforAVEVALicense.html","title":"Grace Period for AVEVA License","navPath":"GracePeriodforAVEVALicense.html","bundleId":"work-tasks-2023-sp1","id":"a32155e86-5ca8-45e0-84df-72fedb1aaa3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeLoadBalanceSettings.html","title":"Change Load Balance Settings","navPath":"ChangeLoadBalanceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a15ecb961-99ec-4e28-8ee3-17688f0a58bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientConnectionLicenseforSystemPlatformIDE.html","title":"Client Connection License for System Platform IDE","navPath":"ClientConnectionLicenseforSystemPlatformIDE.html","bundleId":"work-tasks-2023-sp1","id":"ac95b3991-a2c7-4163-a550-f622999e6f51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense.html","title":"Client Connection License for InTouch","navPath":"SessionbasedClientConnectionLicense.html","bundleId":"work-tasks-2023-sp1","id":"a6aa101d2-2a34-4db2-ad74-88ccc6538149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense_1.html","title":"Session-based Client Connection License","navPath":"SessionbasedClientConnectionLicense_1.html","bundleId":"work-tasks-2023-sp1","id":"abf9dcea0-c54f-4cb6-b969-5b2ec85dba09","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/worktasksmobileapplication.html","title":"AVEVA Work Tasks Pro","navPath":"worktasksmobileapplication.html","bundleId":"work-tasks-2023-sp1","id":"a3a7556c5-bf4b-472f-9319-f5be256a393c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicenseUtilizationWorkTasksPro.html","title":"AVEVA License Utilization","navPath":"AVEVALicenseUtilizationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"abe5d6131-d043-4c75-aaed-1d101fc40cf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PushNotificationArchitectureforAVEVAWorkTasksPro.html","title":"Push Notification Architecture for AVEVA Work Tasks Pro","navPath":"PushNotificationArchitectureforAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aafdf648e-11fc-434c-8dd3-ef4f4633c48a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnhancedSecurity.html","title":"Enhanced Security","navPath":"EnhancedSecurity.html","bundleId":"work-tasks-2023-sp1","id":"a567d3005-4d9b-4ca0-8464-d1c4c06ef27e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksPro.html","title":"Install AVEVA Work Tasks Pro","navPath":"InstallAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"ab22d0d52-a6de-4529-80dc-e03d6526395b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites3.html","title":"Prerequisites","navPath":"Prerequisites3.html","bundleId":"work-tasks-2023-sp1","id":"aedb989e9-eb6f-4595-aa4a-ecfd665c3211","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","title":"High Level View of Configuration and Installation of AVEVA Work Tasks Pro","navPath":"HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a7753eb43-5acd-423c-81db-9ed82e603e61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksPro.html","title":"Access AVEVA Work Tasks Pro","navPath":"AccessAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a42b2678d-18f5-4b0c-9b93-6cbd9cd61c11","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro within the Corporate Network","navPath":"AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"a45c309e8-6c9f-4ecd-91ca-3da0f53663a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro Outside the Corporate Network","navPath":"Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"afa95a0b2-8105-415d-a507-f6b65947e24b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksProApp.html","title":"Install and Configure AVEVA Work Tasks Pro App","navPath":"InstallandConfigureAVEVAWorkTasksProApp.html","bundleId":"work-tasks-2023-sp1","id":"a4f345fbb-37e3-4c84-9f6c-c01f5775f91e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationWorkTasksPro.html","title":"Verify Installation","navPath":"VerifyInstallationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"af9b19fd9-be02-466c-94a8-2f4eaadec08c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAVEVAWorkTasksPro.html","title":"Configure AVEVA Work Tasks Pro","navPath":"ConfigureAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aa40c55b5-23c8-4feb-bfd8-328d451667fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelMobileWorkList.html","title":"Delivery Channel - MobileWorkList","navPath":"DeliveryChannelMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"ad9789d60-56e8-4660-9d77-1df39bd6ba5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockorUnblockMobileApplication.html","title":"Block or Unblock Mobile Application","navPath":"BlockorUnblockMobileApplication.html","bundleId":"work-tasks-2023-sp1","id":"a986e2063-a4ef-46ae-836c-ccc962a5e752","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedSettings.html","title":"Advanced Settings","navPath":"AdvancedSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7a3e3a8-0c45-462b-8a49-104bc9e31c3f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceMonitor.html","title":"Service Monitor","navPath":"ServiceMonitor.html","bundleId":"work-tasks-2023-sp1","id":"a855fa4ee-6822-42c7-9af8-8711b4068e89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSettings.html","title":"Service Settings","navPath":"ServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0618090b-e4cb-4de0-8c00-94f57011e3e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineSettings.html","title":"Engine Settings","navPath":"EngineSettings.html","bundleId":"work-tasks-2023-sp1","id":"a7c07c866-2f74-408f-b405-06ca032e567f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSchedulerSettings.html","title":"Task Scheduler Settings","navPath":"TaskSchedulerSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac0c3f6de-c38f-435d-81de-5e906e2b9069","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceSettings.html","title":"Communication Service Settings","navPath":"CommunicationServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a41c15f07-0359-4304-a655-6c0d5f91f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceSettings.html","title":"Client Service Settings","navPath":"ClientServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"abd8849e5-eac3-4fcb-a946-d17f4667389a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofRestarts.html","title":"Types of Restarts","navPath":"TypesofRestarts.html","bundleId":"work-tasks-2023-sp1","id":"abec65059-9d26-4678-aae6-bcf228a49f8c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesofServiceMonitoring.html","title":"Features of Service Monitoring","navPath":"FeaturesofServiceMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a0d19fbbc-7044-4c3a-a400-78981958cb82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processmemorycalculation.html","title":"Process Memory Calculation","navPath":"processmemorycalculation.html","bundleId":"work-tasks-2023-sp1","id":"ad0e1d88b-1802-4eec-a414-8df998982577","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofMonitoring.html","title":"Types of Monitoring","navPath":"TypesofMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b101f-5049-447c-99d6-d56df861e9ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Maintenance.html","title":"Maintenance","navPath":"Maintenance.html","bundleId":"work-tasks-2023-sp1","id":"ac3c7342b-392e-4e3f-8b65-c76793a097cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CriticalMemoryLimit.html","title":"Critical Memory Limit","navPath":"CriticalMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"ae264141e-f9d4-412d-8168-6289575f3366","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WarningMemoryLimit.html","title":"Warning Memory Limit","navPath":"WarningMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"a72a651cf-6630-4a16-b80c-1f025dd8d4f5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSpecificMonitoring.html","title":"Service Specific Monitoring","navPath":"ServiceSpecificMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5706b52e-86e3-4db4-a450-7c60af1328fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowEngine.html","title":"Workflow Engine","navPath":"WorkflowEngine.html","bundleId":"work-tasks-2023-sp1","id":"a241795c3-25b7-44e5-bed7-cb79e4447326","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceDependencies.html","title":"Service Dependencies","navPath":"ServiceDependencies.html","bundleId":"work-tasks-2023-sp1","id":"a86e1bd69-9426-4e2f-bc31-31a47c3d5d8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedEnvironment.html","title":"Load Balanced Environment","navPath":"LoadBalancedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a84ee5a84-e4d4-4324-bde8-3be1e55ab327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationSettings.html","title":"Configuration Settings","navPath":"ConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a175dcc05-4338-4d72-a658-9e51ab33a4e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationConstants.html","title":"Application Constants","navPath":"ApplicationConstants.html","bundleId":"work-tasks-2023-sp1","id":"a24d62c71-9dcc-47ac-a85a-2fcc6d53d1b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultSettings.html","title":"Default Settings","navPath":"DefaultSettings.html","bundleId":"work-tasks-2023-sp1","id":"a79cd6d59-9683-4c0b-ab64-9412f80d821a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios.html","title":"User Scenarios","navPath":"UserScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a138fefd4-641c-4d05-ac8e-f2f9b900274c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TechnicalScenariosandFeatures.html","title":"Technical Scenarios and Features","navPath":"TechnicalScenariosandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"ab3e89762-73e9-4cfb-94b0-fd1ea15b8903","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationService.html","title":"Mobile Notification Service","navPath":"MobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa434e44a-3cd8-4229-964a-e29d47499a8d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RegistertoMobileNotificationService.html","title":"Register to Mobile Notification Service","navPath":"RegistertoMobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa70ba683-5dfe-4289-b0ea-970159c8ae15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrySettings.html","title":"Retry Settings","navPath":"RetrySettings.html","bundleId":"work-tasks-2023-sp1","id":"abf7194e6-3be9-465a-bcb1-ca8099e85d30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings.html","bundleId":"work-tasks-2023-sp1","id":"a5e84f896-e5bc-423b-825d-320e8c11a403","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratingNotificationServices.html","title":"Migrating Notification Services","navPath":"MigratingNotificationServices.html","bundleId":"work-tasks-2023-sp1","id":"afde6efcc-67be-412e-bc1c-0e4f10983b8c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings_1.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"aa8cdcce1-d523-4906-a1b5-d67d89416a42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalSettings.html","title":"Global Settings","navPath":"GlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0f90a-56ed-4162-a7f5-3f9a3413970d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HTTPSettings.html","title":"HTTP Settings","navPath":"HTTPSettings.html","bundleId":"work-tasks-2023-sp1","id":"aa1d90df1-9bb0-4a8b-ad0b-e46f8fbc1ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogorTransactionSettings.html","title":"Log or Transaction Settings","navPath":"LogorTransactionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a57822d57-f2a8-4e63-959b-7f2e88c53e1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherSettings.html","title":"File Watcher Settings","navPath":"FileWatcherSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c21143e-23a5-4223-9432-ce970adf9e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MachineSetting.html","title":"Machine Setting","navPath":"MachineSetting.html","bundleId":"work-tasks-2023-sp1","id":"a38372161-3b2f-4905-98e6-01853383cd28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureSetting.html","title":"Azure Setting","navPath":"AzureSetting.html","bundleId":"work-tasks-2023-sp1","id":"a3329c8ec-667c-458e-a36b-e08e4f8982f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateEnterpriseConsolewithAnonymousAuthentication.html","title":"Create Enterprise Console with Anonymous Authentication","navPath":"CreateEnterpriseConsolewithAnonymousAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a74d7c4d6-6e5e-4fc0-b107-15a2c312aaf6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServiceBusListener.html","title":"Configure Service Bus Listener","navPath":"ConfigureServiceBusListener.html","bundleId":"work-tasks-2023-sp1","id":"af4cd2ae1-6738-412f-860c-08a97f80352c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GenerateSASToken.html","title":"Generate SAS Token","navPath":"GenerateSASToken.html","bundleId":"work-tasks-2023-sp1","id":"ab00e3385-aa49-4dad-b58a-15fbfab1820d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvideServerDetailstoMobileUser.html","title":"Provide Server Details to Mobile User","navPath":"ProvideServerDetailstoMobileUser.html","bundleId":"work-tasks-2023-sp1","id":"ad39cb56c-5c90-40f0-a790-06d08f952dd3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAServices.html","title":"ArchestrA Services","navPath":"ArchestrAServices.html","bundleId":"work-tasks-2023-sp1","id":"a345ab52b-15c4-4e1d-855e-7184a6ce4d68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenIDSettings.html","title":"OpenID Settings","navPath":"OpenIDSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1f2bca70-9490-4427-b761-20bcb0b083b0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAConnectSettings.html","title":"AVEVA Connect Settings","navPath":"AVEVAConnectSettings.html","bundleId":"work-tasks-2023-sp1","id":"a35546651-61ed-4c4f-906e-361bed27ae43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureActiveDirectorySettings.html","title":"Azure Active Directory Settings","navPath":"AzureActiveDirectorySettings.html","bundleId":"work-tasks-2023-sp1","id":"a842d1482-6c53-4e10-bb87-48aa5d93e380","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomScopeinAzureActiveDirectory.html","title":"Create Custom Scope in Azure Active Directory","navPath":"CreateCustomScopeinAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"ab8fba8bb-1a36-402b-96ef-aed20f8d610c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","title":"Retrieve Additional User Properties for Azure Active Directory User Provider","navPath":"RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","bundleId":"work-tasks-2023-sp1","id":"a3353af6e-9df7-4142-a801-3300f09ad5cd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoResumeSettings.html","title":"Auto Resume Settings","navPath":"AutoResumeSettings.html","bundleId":"work-tasks-2023-sp1","id":"af55cc2d9-e0fc-4594-94a9-4621866e338a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/720535.html","title":"Cache Refresh Settings","navPath":"720535.html","bundleId":"work-tasks-2023-sp1","id":"a78464617-e6f0-47bb-b9c1-7191cffe76d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrationTasks.html","title":"Administration Tasks","navPath":"AdministrationTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae59b26cc-e845-4225-9696-6215cf030cc8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutFormsDesigner.html","title":"About Forms Designer","navPath":"AboutFormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a0e8d52b2-522d-4301-95eb-3257e6d3a29e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInstalledProducts.html","title":"View Installed Products","navPath":"ViewInstalledProducts.html","bundleId":"work-tasks-2023-sp1","id":"a9068d703-1f5a-4c83-85c7-bedac07063ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageDatabases.html","title":"Manage Databases","navPath":"ManageDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a9b379c48-02b3-44bb-a0d4-5678fb42f560","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseUserSettingsforWindowsAuthentication.html","title":"Change Database User Settings for Windows Authentication","navPath":"ChangeDatabaseUserSettingsforWindowsAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa77722a0-477b-4d53-91b0-a609bdcf3d6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeSQLUserCredentialsforSQLAuthentication.html","title":"Change SQL User Credentials for SQL Authentication","navPath":"ChangeSQLUserCredentialsforSQLAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a96575ae0-2840-4b46-a9d0-ac4c98d819ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofFarmConnectionSettings.html","title":"Change Pool Size of Farm Connection Settings","navPath":"ChangePoolSizeofFarmConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a9d6fe843-8391-4cd0-ae2a-b7314822435d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseSettings.html","title":"Change Database Settings","navPath":"ChangeDatabaseSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3465c11a-d283-456e-ab66-177ab90f9ce5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServices.html","title":"Configure Services","navPath":"ConfigureServices.html","bundleId":"work-tasks-2023-sp1","id":"ac58fbc46-3e88-4538-a676-775daf3783d1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TwowayEmailNotification.html","title":"Two-way Email Notification","navPath":"TwowayEmailNotification.html","bundleId":"work-tasks-2023-sp1","id":"ab97d5713-3617-46fa-90c3-8a3d16b554d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeServiceSettings.html","title":"Change Service Settings","navPath":"ChangeServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a223da71a-6531-45f1-bcd9-3672dbd7abb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringSettings.html","title":"Client Service Monitoring Settings","navPath":"ClientServiceMonitoringSettings.html","bundleId":"work-tasks-2023-sp1","id":"aaf06aff1-9266-4a8e-801a-07b204acab96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettings.html","title":"Cryptography Settings","navPath":"CryptographySettings.html","bundleId":"work-tasks-2023-sp1","id":"a3a06b38a-22c1-49ca-9b22-16d36a89b564","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratePassphraseusingMigrationTool.html","title":"Migrate Passphrase using Migration Tool","navPath":"MigratePassphraseusingMigrationTool.html","bundleId":"work-tasks-2023-sp1","id":"af8724a67-1263-415f-b0ac-68d1e0718976","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministerWebServers.html","title":"Administer Web Servers","navPath":"AdministerWebServers.html","bundleId":"work-tasks-2023-sp1","id":"a0fa009e9-6962-4a9c-95e9-2dc14b4a8e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWebSiteSettings.html","title":"Change Web Site Settings","navPath":"ChangeWebSiteSettings.html","bundleId":"work-tasks-2023-sp1","id":"a4f8033fd-bc87-4233-9be7-1e315cdd026e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","title":"Set Desired Port Number for Central Configuration and Enterprise Console During Installation","navPath":"SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a85d3a217-272f-4e61-875c-58769c1f5e41","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","title":"Create Website with Desired Port Number Through Farm Configuration Wizard","navPath":"CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"a35481bc7-4e11-4d14-b9d0-b92b3ec49646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofAVEVAWorkTasksSites.html","title":"Change Port Number of AVEVA Work Tasks Sites","navPath":"ChangePortNumberofAVEVAWorkTasksSites.html","bundleId":"work-tasks-2023-sp1","id":"aee2426ea-26f6-4d12-b939-a4fedde7a695","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","title":"Change Port Number of Central Configuration and Enterprise Console","navPath":"ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"ac67b8d79-bb82-4997-b09a-7ad75369522d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewEnterpriseConsole.html","title":"Add a New Enterprise Console","navPath":"AddaNewEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a6bb124e6-ec09-4178-9614-7ec40bce0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","title":"Map or Un-map a Repository from an Existing Enterprise Console","navPath":"MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a01d2c096-5e88-425f-ade2-57db454cce1f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditClientMachines.html","title":"Edit Client Machines","navPath":"EditClientMachines.html","bundleId":"work-tasks-2023-sp1","id":"a8a8be082-63ad-4817-946f-b3c5b9381f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditLicenseServerDetails.html","title":"Edit License Server Details","navPath":"EditLicenseServerDetails.html","bundleId":"work-tasks-2023-sp1","id":"a6c96e6e3-fd6c-40fd-a0d8-dd31b47a8172","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithEnterpriseConsoleList.html","title":"Work with Enterprise Console List","navPath":"WorkwithEnterpriseConsoleList.html","bundleId":"work-tasks-2023-sp1","id":"a73c733a8-a8ec-49b4-a989-d368db0a05c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithCentralConfiguration.html","title":"Work with Central Configuration","navPath":"WorkwithCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ab57185f5-6a11-4094-93be-3a2b4510b7c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_10.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_10.html","bundleId":"work-tasks-2023-sp1","id":"a7d7ce977-c7df-4add-9f53-87493f02891a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageRepositoryDataSource.html","title":"Manage Repository DataSource","navPath":"ManageRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a81a4e275-9e31-4dd2-be4b-6dd216aa0a9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_10.html","title":"Create a Repository","navPath":"CreateaRepository_10.html","bundleId":"work-tasks-2023-sp1","id":"ab455356a-265e-4a4e-ba24-f87b07f79911","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAdministratorUser.html","title":"Configure Administrator User","navPath":"ConfigureAdministratorUser.html","bundleId":"work-tasks-2023-sp1","id":"a5fcd8a7a-546f-4d24-8cdc-db3ab6ef3dfa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureSystemUser.html","title":"Configure System User","navPath":"ConfigureSystemUser.html","bundleId":"work-tasks-2023-sp1","id":"aef3ee3a2-e82d-427d-8c24-504dfea3b73b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureExceptionMailTemplates.html","title":"Configure Exception Mail Templates","navPath":"ConfigureExceptionMailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"afe67e1cc-9f7a-46fb-b378-fd8e8988f4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","title":"Change Pool Size of Repository DataSource Connection Settings","navPath":"ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0105d9ad-a0fa-4ab1-bec4-08bf9b13bf51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePasswordofSQLServerUserCredentials.html","title":"Change Password of SQL Server User Credentials Used to Connect to Repository DataSource","navPath":"ChangePasswordofSQLServerUserCredentials.html","bundleId":"work-tasks-2023-sp1","id":"a71efdb85-942f-4f5b-a29b-6620fe056095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","title":"Map or Un-map a Repository from Servers and Enterprise Consoles","navPath":"MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","bundleId":"work-tasks-2023-sp1","id":"a052b0352-288a-4792-98c4-8256621eb17c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HideorUnhideRepository.html","title":"Hide or Unhide Repository","navPath":"HideorUnhideRepository.html","bundleId":"work-tasks-2023-sp1","id":"a38e6f722-076f-45ce-b962-b103d41e481d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepository.html","title":"Delete Repository","navPath":"DeleteRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad3f94814-6c43-4182-8ed2-9d2e1c51ee1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepositoryDataSource.html","title":"Delete Repository DataSource","navPath":"DeleteRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a7c18d054-24da-4f99-82eb-717828c536f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics.html","title":"Diagnostics","navPath":"Diagnostics.html","bundleId":"work-tasks-2023-sp1","id":"aaea126a1-100b-478d-a62c-db49021ddf71","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MailServerSetting.html","title":"Mail Server Setting","navPath":"MailServerSetting.html","bundleId":"work-tasks-2023-sp1","id":"a89cb5e71-b6dc-41a4-b7ac-2f789d6ec1c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1053479.html","title":"Configuring SMTP Settings","navPath":"1053479.html","bundleId":"work-tasks-2023-sp1","id":"a7a318bb8-aa93-4dd3-94ae-77efdb4be060","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePOP3Settings.html","title":"Configure POP3 Settings","navPath":"ConfigurePOP3Settings.html","bundleId":"work-tasks-2023-sp1","id":"ad979e322-2421-4167-92bc-5de31c84ca57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessGoogleAccount.html","title":"Configure OAuth2 to Access Google Account","navPath":"ConfigureOAuth2toAccessGoogleAccount.html","bundleId":"work-tasks-2023-sp1","id":"ab54c6962-9ef7-4a0a-955c-ab95d359cf9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessO365Account.html","title":"Configure OAuth2 to Access O365 Account","navPath":"ConfigureOAuth2toAccessO365Account.html","bundleId":"work-tasks-2023-sp1","id":"a004a19bd-b630-430d-aeec-9dc4de4015e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewtheEnterpriseServersList.html","title":"View the Enterprise Servers List","navPath":"ViewtheEnterpriseServersList.html","bundleId":"work-tasks-2023-sp1","id":"a88340819-5de3-4a10-9eef-6b9b8b1455d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/350802.html","title":"Configuring and Registering Token Service","navPath":"350802.html","bundleId":"work-tasks-2023-sp1","id":"af6208bab-61c5-4532-93b7-b51f79a87991","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableSecurityforaRepository.html","title":"Enable or Disable Security for a Repository","navPath":"EnableorDisableSecurityforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac3892bae-b9c0-4db1-9f4a-448b5fb7b957","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableWebPartsforaRepository.html","title":"Enable or Disable Web Parts for a Repository","navPath":"EnableorDisableWebPartsforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a99cdfa89-693b-4d8c-891d-330bba90fad4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserProviders.html","title":"User Providers","navPath":"UserProviders.html","bundleId":"work-tasks-2023-sp1","id":"af4b8b0c3-7df2-4772-85e1-16a259a42468","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeUserProviderProperties.html","title":"Change User Provider Properties","navPath":"ChangeUserProviderProperties.html","bundleId":"work-tasks-2023-sp1","id":"af16187ab-be7a-4c9e-ac36-67a169d3ff00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddAdditionalUserProviders.html","title":"Add Additional User Providers","navPath":"AddAdditionalUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"a351c0121-6f26-4164-b281-6b4f29ed497a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureUserProviders.html","title":"Configure User Providers","navPath":"ConfigureUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"ab124e8c5-e1e0-43a8-8c8c-623e0c9d2980","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserList.html","title":"User List","navPath":"UserList.html","bundleId":"work-tasks-2023-sp1","id":"ad9d414d6-2496-477e-9e02-634ee93db777","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList.html","title":"Manage Users in List Provider","navPath":"WorkingwithRepositoryProviderList.html","bundleId":"work-tasks-2023-sp1","id":"a3e5106a9-a80f-4ae2-aa27-e45c9582c02d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList_1.html","title":"Working with Repository-Provider List","navPath":"WorkingwithRepositoryProviderList_1.html","bundleId":"work-tasks-2023-sp1","id":"a369822d5-eed4-457f-8f31-edbbcc0c5a21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureProviderDefinitionXML.html","title":"Configure Provider Definition XML","navPath":"ConfigureProviderDefinitionXML.html","bundleId":"work-tasks-2023-sp1","id":"af2c0da88-e20e-4fbd-b96e-79189609fe6e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableanExistingRepositorywithCrossdomainRoleProvider.html","title":"Enable an Existing Repository with Cross-domain Role Provider","navPath":"EnableanExistingRepositorywithCrossdomainRoleProvider.html","bundleId":"work-tasks-2023-sp1","id":"a0c28c0c2-85bd-4810-974f-d0e743617b04","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles.html","title":"Synchronize Roles","navPath":"SynchronizeRoles.html","bundleId":"work-tasks-2023-sp1","id":"a5c9ed016-9f8f-4ae4-8373-49c048ae4bb4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks.html","bundleId":"work-tasks-2023-sp1","id":"a420abaee-c16d-4994-8c70-0fc36d705016","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeUserPropertieswithDataSourceProviders.html","title":"Synchronize User Properties with Data Source Providers","navPath":"SynchronizeUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"af3e96552-2a6e-4180-965a-a539cf6e7460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","title":"Synchronize Active or Inactive User Properties with Data Source Providers","navPath":"SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"aa0c4d8a4-19e3-4830-aaad-d768e0358598","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScheduleSynchronizationofUserProperties.html","title":"Schedule Synchronization of User Properties","navPath":"ScheduleSynchronizationofUserProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1a237d0d-8399-4faa-96c9-44ee885475e5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectorytoSQLProvider.html","title":"Map Active Directory to SQL Provider","navPath":"MapActiveDirectorytoSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa0a43d28-043d-46c7-b707-8768fb82effa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Debug.html","title":"Debug","navPath":"Debug.html","bundleId":"work-tasks-2023-sp1","id":"a0158cb26-c1d8-4e6d-901a-de76cbd5ecfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogFiles.html","title":"Log Files","navPath":"LogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a55d864d0-9a04-4d5d-9ae5-e8747272e89f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExceptionMessages.html","title":"Exception Messages","navPath":"ExceptionMessages.html","bundleId":"work-tasks-2023-sp1","id":"aec2e3bad-7f99-4d76-8b11-288355807d0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAIdentityManager.html","title":"AVEVA Identity Manager","navPath":"AVEVAIdentityManager.html","bundleId":"work-tasks-2023-sp1","id":"a0faf5fb1-8d18-4b37-94c0-3bca20293216","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPIwithAIMAuthentication.html","title":"Web API with AIM Authentication","navPath":"WebAPIwithAIMAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"addfaf353-ac80-4e68-868e-52c5eb7c0913","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConsumeAccessTokenfromInTouchOMIApp.html","title":"Consume Access Token from InTouch OMI App in AVEVA Work Tasks Controls","navPath":"ConsumeAccessTokenfromInTouchOMIApp.html","bundleId":"work-tasks-2023-sp1","id":"aa99d31f3-8591-4536-b36e-b282a1c978a8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingskeltainstallation.html","title":"Embedding AVEVA Work Tasks","navPath":"embeddingskeltainstallation.html","bundleId":"work-tasks-2023-sp1","id":"a53cacc28-df4d-40f7-a061-3172ca7cf932","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddanInstallationPath.html","title":"Add an Installation Path","navPath":"AddanInstallationPath.html","bundleId":"work-tasks-2023-sp1","id":"aaf294842-ac09-4ef4-9253-cf7b6580b892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddRegistryEntries.html","title":"Add Registry Entries","navPath":"AddRegistryEntries.html","bundleId":"work-tasks-2023-sp1","id":"ad64e1073-383d-4586-b780-b6f0987863d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingregistryentry.html","title":"Entry for AVEVA Work Tasks Folders","navPath":"addingregistryentry.html","bundleId":"work-tasks-2023-sp1","id":"ade7ddfeb-ef66-4128-89c9-2798cd8ae4f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforFarmWizardBackgroundImage.html","title":"Entry for Farm Wizard Background Image","navPath":"EntryforFarmWizardBackgroundImage.html","bundleId":"work-tasks-2023-sp1","id":"a2f65021f-6fc3-4222-b89e-ccc6d34a4d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforCentralConfigurationShortcutPath.html","title":"Entry for Central Configuration Shortcut Path","navPath":"EntryforCentralConfigurationShortcutPath.html","bundleId":"work-tasks-2023-sp1","id":"af6ef5cce-dfcf-4ee9-8f9f-f0e7c1201aba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUIText.html","title":"Customize UI Text","navPath":"CustomizeUIText.html","bundleId":"work-tasks-2023-sp1","id":"a1993227d-c90f-40f4-a865-7f6e08201442","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientService.html","title":"Install Client Service","navPath":"InstallClientService.html","bundleId":"work-tasks-2023-sp1","id":"a2561a154-4440-4865-95ed-86c80ff226b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementFarmEventsInterface.html","title":"Implement FarmEvents Interface","navPath":"ImplementFarmEventsInterface.html","bundleId":"work-tasks-2023-sp1","id":"aa79f076a-f578-4ae4-85d8-146b7e25ed43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyEmbeddedAVEVAWorkTasks.html","title":"Verify Embedded AVEVA Work Tasks","navPath":"VerifyEmbeddedAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a5e190b5d-89a1-4811-b573-033eee6e19f1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmRecovery.html","title":"Farm Recovery","navPath":"FarmRecovery.html","bundleId":"work-tasks-2023-sp1","id":"abb32e7ef-9fee-4427-bf50-a9628baf110e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MovefromDevelopmentEnvironmenttoProductionEnvironment.html","title":"Move from Development Environment to Production Environment","navPath":"MovefromDevelopmentEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa3b8f14b-98cd-41c7-8151-d0f63fcfdd92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReuseRepositoryData.html","title":"Reuse Repository Data","navPath":"ReuseRepositoryData.html","bundleId":"work-tasks-2023-sp1","id":"a1f0c8e9d-ed95-4af8-9dd8-91727f46a676","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploymentOptions.html","title":"Deployment Options","navPath":"DeploymentOptions.html","bundleId":"work-tasks-2023-sp1","id":"ad0f3c54f-3d67-4464-bc0e-e361f0018d0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttachDataSource.html","title":"Attach DataSource","navPath":"AttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a3fd0fd5f-47a6-4e25-b805-a9af45b6be67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoPerformAttachDataSource.html","title":"Steps to Perform Attach DataSource","navPath":"StepstoPerformAttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"ad89651dc-1d12-4ddc-9f7e-0e1d9c5b7260","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios_1.html","title":"User Scenarios","navPath":"UserScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a4d76ae-5aa8-45a0-b028-64db630595c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploysaSolutionfromOneMachinetoAnother.html","title":"Deploys a Solution from One Machine to Another","navPath":"DeploysaSolutionfromOneMachinetoAnother.html","bundleId":"work-tasks-2023-sp1","id":"a8e6fbeb8-764e-4513-8982-d6f582d2ecae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SolutionRequiresanUpgrade.html","title":"Solution Requires an Upgrade","navPath":"SolutionRequiresanUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"aef11cfb3-ec92-463c-aaa9-16c4888eab02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisasterRecoveryofaSolution.html","title":"Disaster Recovery of a Solution","navPath":"DisasterRecoveryofaSolution.html","bundleId":"work-tasks-2023-sp1","id":"a60f2aa84-83b4-44c4-a1f2-1eece54b3abe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMReportsfromanArchivedDatabase.html","title":"BAM Reports from an Archived Database","navPath":"BAMReportsfromanArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"ae0644511-85a0-4e71-9368-83967f8be0b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a689772af-241d-4863-8b28-cd9689897848","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallClient.html","title":"Uninstall Client","navPath":"UninstallClient.html","bundleId":"work-tasks-2023-sp1","id":"a20689f0a-3f5c-47e1-8a30-f17baace4256","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallServer.html","title":"Uninstall Server","navPath":"UninstallServer.html","bundleId":"work-tasks-2023-sp1","id":"a357f2519-5d44-4f9d-b921-7df9b739af84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallFarm.html","title":"Uninstall Farm","navPath":"UninstallFarm.html","bundleId":"work-tasks-2023-sp1","id":"afab76566-4043-44e0-bad2-09c39d435131","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a0267108e-d832-4794-bcf5-b4e8296d0ceb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradingskeltabpmnet.html","title":"Upgrading AVEVA Work Tasks","navPath":"upgradingskeltabpmnet.html","bundleId":"work-tasks-2023-sp1","id":"aafcf3b48-379c-4ffe-9563-fd5ffc701917","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradescenarios.html","title":"Upgrade Scenarios","navPath":"upgradescenarios.html","bundleId":"work-tasks-2023-sp1","id":"aa16b0926-ee22-4846-89c4-dd2c9cbc7247","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinStandaloneEnvironment.html","title":"Upgrade in Standalone Environment","navPath":"UpgradeinStandaloneEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a1c27d8a9-5c59-4d00-a08f-34683b13db92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinClientServerEnvironment.html","title":"Upgrade in Client - Server Environment","navPath":"UpgradeinClientServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a96715d22-7548-4fef-aad2-06aa5da6299d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinEnterpriseServerEnvironment.html","title":"Upgrade in Enterprise Server Environment","navPath":"UpgradeinEnterpriseServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a9d13a2b4-ceb6-4cef-8e2e-51141e8170cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradeprocedure.html","title":"Upgrade Procedure","navPath":"upgradeprocedure.html","bundleId":"work-tasks-2023-sp1","id":"a198f6c6f-2049-40c8-a991-b8b3dd0b2b18","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bpm2014-beforeyouupgrade.html","title":"Before You Upgrade","navPath":"bpm2014-beforeyouupgrade.html","bundleId":"work-tasks-2023-sp1","id":"a441157bb-a3cf-40a9-b872-5832ce213ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/682578.html","title":"Upgrading to AVEVA Work Tasks 2020","navPath":"682578.html","bundleId":"work-tasks-2023-sp1","id":"ab26a021d-7c37-4657-8502-fc83bed565e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746788.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 1","navPath":"746788.html","bundleId":"work-tasks-2023-sp1","id":"af237fcef-39f3-4d31-998c-195726103515","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/898602.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 2","navPath":"898602.html","bundleId":"work-tasks-2023-sp1","id":"a702153e0-c1eb-4e68-a6dc-d8192359732d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/926969.html","title":"Upgrading to AVEVA Work Tasks 2023","navPath":"926969.html","bundleId":"work-tasks-2023-sp1","id":"a93715420-05de-43c5-947b-4bb439b5c644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093466.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"1093466.html","bundleId":"work-tasks-2023-sp1","id":"a9cf9ad2e-758a-46a6-a768-e3c7afc20ecb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RunUpgradeManager.html","title":"Run Upgrade Manager","navPath":"RunUpgradeManager.html","bundleId":"work-tasks-2023-sp1","id":"a18d11e43-6e95-4734-9c7a-96ae9b154da3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/477027.html","title":"Upgrading AVEVA Work Tasks in Silent Mode","navPath":"477027.html","bundleId":"work-tasks-2023-sp1","id":"a044d3d84-0208-40e7-b94c-3c0a0f0defdc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","title":"Prerequisites to Upgrade AVEVA Work Tasks in Silent Mode","navPath":"PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a064748d4-6c26-4f81-b165-54fbf6b66139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","bundleId":"work-tasks-2023-sp1","id":"ae60478d8-b77d-4dc2-93c4-c34460c68030","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeSkeltaBPMInSilentMode.html","title":"Upgrading in Silent Mode Using Installer","navPath":"UpgradeSkeltaBPMInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ae5370597-18f1-456e-abdf-cf5bb61d0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinSilentMode.html","title":"Upgrade in Silent Mode","navPath":"UpgradeinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ac04fc3fe-6442-40ea-962d-1759645778b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/433840.html","title":"Return Results for AVEVA Work Tasks Silent Upgrade","navPath":"433840.html","bundleId":"work-tasks-2023-sp1","id":"af204e0e7-6d89-40c9-a0b8-7042bb688185","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseanExistingWebsite.html","title":"Use an Existing Website","navPath":"UseanExistingWebsite.html","bundleId":"work-tasks-2023-sp1","id":"a14b39f24-7c83-4888-9ff8-64a4edd48c67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesandGuidelines.html","title":"Best Practices and Guidelines","navPath":"BestPracticesandGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"a1ac57ee2-c68d-4758-996a-3ca4776e9b36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecuringAVEVAWorkTasks.html","title":"Best Practices for Securing AVEVA Work Tasks","navPath":"SecuringAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"aed8c4ea2-ec5a-4a33-9ff0-027a5871d78d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintainingAVEVAWorkTasksDatabases.html","title":"Best Practices for Maintaining AVEVA Work Tasks Databases","navPath":"MaintainingAVEVAWorkTasksDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a490ae853-8904-4665-862b-e70158fb1074","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisablingActiveDirectoryUsers.html","title":"Best Practice for Disabling Active Directory Users","navPath":"DisablingActiveDirectoryUsers.html","bundleId":"work-tasks-2023-sp1","id":"a2d8841de-1cb9-4b4c-8ed2-4b36ab704943","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingDifferentRegionalCultural_Settings.html","title":"Best Practices for Handling Different Regional/Cultural Settings","navPath":"HandlingDifferentRegionalCultural_Settings.html","bundleId":"work-tasks-2023-sp1","id":"af64e6e13-0ad8-4c94-aa30-b94ceb30239e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingCrossSiteRequestForgeryinCustomApplication.html","title":"Best Practice for Handling Cross Site Request Forgery in Custom Application","navPath":"HandlingCrossSiteRequestForgeryinCustomApplication.html","bundleId":"work-tasks-2023-sp1","id":"a31621086-ccc6-4651-9758-601aae0939c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforSizingDatabase.html","title":"Guidelines for Sizing Database","navPath":"GuidelinesforSizingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a7b52fc40-d543-41dd-9257-d122dd7c08b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforArchivingDatabase.html","title":"Guidelines for Archiving Database","navPath":"GuidelinesforArchivingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3ae5b579-b11d-49ff-b4bb-eeb432371c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforAVEVAWorkTasksDatabase.html","title":"Archival Strategy for AVEVA Work Tasks Database","navPath":"ArchivalStrategyforAVEVAWorkTasksDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9712ec33-d181-4271-9b96-65d8170571db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingRepositoryDatabase.html","title":"Archiving Repository Database","navPath":"ArchivingRepositoryDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a5a5478db-e478-4e36-958c-870ef656f707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingFarmDatabase.html","title":"Archiving Farm Database","navPath":"ArchivingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3254d220-8f78-441d-940d-8aadf2639eb2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforCustomTables.html","title":"Archival Strategy for Custom Tables","navPath":"ArchivalStrategyforCustomTables.html","bundleId":"work-tasks-2023-sp1","id":"a6ee943f6-d635-44fe-bf7d-d1cd371921ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforMigratedDatabase.html","title":"Archival Strategy for Migrated Database","navPath":"ArchivalStrategyforMigratedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a712d456d-8367-4d1a-a25b-980c5cec1671","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewingBAMReportsfortheArchivedDatabase.html","title":"Viewing BAM Reports for the Archived Database","navPath":"ViewingBAMReportsfortheArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a34120a23-ba24-4e06-bc65-f2db7c42f3ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationScenario.html","title":"Application Scenario","navPath":"ApplicationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a3cef2393-c8a7-409f-a3a7-5e5b76ab06b5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforPartitioningDatabase.html","title":"Guidelines for Partitioning Database","navPath":"GuidelinesforPartitioningDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9a4fb8a4-acde-4376-8ad0-ab7d199a5209","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Recommendations.html","title":"Recommendations","navPath":"Recommendations.html","bundleId":"work-tasks-2023-sp1","id":"a07edabac-d1d8-42b7-8181-13713e99cdbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesforFeaturesandServices.html","title":"Best Practices for Features and Services","navPath":"BestPracticesforFeaturesandServices.html","bundleId":"work-tasks-2023-sp1","id":"a5ab04d9e-1910-4f2f-8f32-121d0cd28719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","title":"Guidelines on using SQL AlwaysOn Availability Group","navPath":"GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","bundleId":"work-tasks-2023-sp1","id":"a11d3f9e1-37ef-4761-9d96-7998ada3e709","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","title":"Guidelines for Configuring AVEVA Work Tasks in DMZ","navPath":"GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","bundleId":"work-tasks-2023-sp1","id":"a015d4377-89c7-4758-afdb-c8de4d5fd218","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforAntivirus.html","title":"Guidelines for Antivirus","navPath":"GuidelinesforAntivirus.html","bundleId":"work-tasks-2023-sp1","id":"a42d7a8f2-a9d9-4555-84ed-58bf182a3b37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/chapter9-troubleshooting.html","title":"Troubleshooting","navPath":"chapter9-troubleshooting.html","bundleId":"work-tasks-2023-sp1","id":"abc7e52c2-8728-4122-a86e-354cc8e2a9ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforDebuggingExceptions.html","title":"Prerequisites for Debugging Exceptions","navPath":"PrerequisitesforDebuggingExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a68f6a939-efef-4171-8684-897abeb9d8ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrorswhileInstallingFarm.html","title":"Database Connection Errors while Installing Farm","navPath":"DatabaseConnectionErrorswhileInstallingFarm.html","bundleId":"work-tasks-2023-sp1","id":"a595851e6-c9ba-42b8-98cf-7112d3144d31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceErrors.html","title":"Client Service Errors","navPath":"ClientServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab59330c8-2c07-4dce-b3b1-7d8af9523b28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsServiceErrors.html","title":"Windows Service Errors","navPath":"WindowsServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"adba48073-9761-4b9f-bf5d-45f67d0aa8f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringErrors.html","title":"Client Service Monitoring Errors","navPath":"ClientServiceMonitoringErrors.html","bundleId":"work-tasks-2023-sp1","id":"a0ac0b7b9-0af5-4f5a-b757-233aab7d7915","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrors.html","title":"Database Connection Errors","navPath":"DatabaseConnectionErrors.html","bundleId":"work-tasks-2023-sp1","id":"a16cb219c-f85c-43a1-9eba-56c3298ee687","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IISErrorwhileConfiguringFarmConfiguration.html","title":"IIS Error while Configuring Farm Configuration","navPath":"IISErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ae347415e-4af3-40fa-9420-c48feb388178","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ASPNETErrorwhileConfiguringFarmConfiguration.html","title":"ASP​.NET Error while Configuring Farm Configuration","navPath":"ASPNETErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a0770902e-77ac-4b48-a611-f557791b51c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsAuthenticationorAnonymousAuthenticationError.html","title":"Windows Authentication or Anonymous Authentication Error","navPath":"WindowsAuthenticationorAnonymousAuthenticationError.html","bundleId":"work-tasks-2023-sp1","id":"a5c86479f-5945-4476-8e28-848f1867866f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Non-QueryExecutionFailure.html","title":"Non-Query Execution Failure","navPath":"Non-QueryExecutionFailure.html","bundleId":"work-tasks-2023-sp1","id":"abbfce4f5-5c8d-43fe-9663-ec705870703b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotAuthorizedtoAccessSiteError.html","title":"Not Authorized to Access Site Error","navPath":"NotAuthorizedtoAccessSiteError.html","bundleId":"work-tasks-2023-sp1","id":"ad547a74f-0698-4153-898b-e828a19c0654","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleErrors.html","title":"Enterprise Console Errors","navPath":"EnterpriseConsoleErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab36e843c-bd0a-47ec-bd92-d162b730d43e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AuthenticationandPersonalization.html","title":"Authentication and Personalization","navPath":"AuthenticationandPersonalization.html","bundleId":"work-tasks-2023-sp1","id":"a2154700f-9a18-4d53-aca1-f7ceea2bebd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceIssueWhileAccessingEnterpriseConsole.html","title":"Performance Issue While Accessing Enterprise Console","navPath":"PerformanceIssueWhileAccessingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abb180b12-d00c-42c5-95bc-4bf9653cabff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CentralConfigurationisnotLoading.html","title":"Central Configuration is not Loading","navPath":"CentralConfigurationisnotLoading.html","bundleId":"work-tasks-2023-sp1","id":"a994a35c1-1fdc-42b4-be55-36e3d39cf4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceErrors.html","title":"Communication Service Errors","navPath":"CommunicationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab6309b7d-e41c-4450-87e7-30529bbe4f42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmConfigurationError.html","title":"Farm Configuration Error","navPath":"FarmConfigurationError.html","bundleId":"work-tasks-2023-sp1","id":"a28ed446b-442d-4704-b8fe-98add61f87b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowTestRunErrors.html","title":"Workflow Test Run Errors","navPath":"WorkflowTestRunErrors.html","bundleId":"work-tasks-2023-sp1","id":"a25f5700a-00e5-4693-85b6-5ac950bd163d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveorCopyItemActivityErrors.html","title":"Move or Copy Item Activity Errors","navPath":"MoveorCopyItemActivityErrors.html","bundleId":"work-tasks-2023-sp1","id":"adb5520dc-97df-49f2-bfdc-a5904579b1aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangingResourceAccountCredentials.html","title":"Changing Resource Account Credentials","navPath":"ChangingResourceAccountCredentials.html","bundleId":"work-tasks-2023-sp1","id":"ac1991c97-416d-4cf2-9901-80eb0056882b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhileInstallingConfigurationFarmorWebSites.html","title":"Error while Installing Configuration Farm or Web Sites","navPath":"ErrorwhileInstallingConfigurationFarmorWebSites.html","bundleId":"work-tasks-2023-sp1","id":"a704e9973-eb6d-45ea-b422-39360f48efae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhilereinstallingAVEVAWorkTasksClient.html","title":"Error while reinstalling AVEVA Work Tasks Client","navPath":"ErrorwhilereinstallingAVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a43a6af09-4675-455a-9bc7-4b8bfaf68cb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoLogontoEnterpriseConsole.html","title":"Unable to Log on to Enterprise Console","navPath":"UnabletoLogontoEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"adde36a7a-f119-4f0d-a81a-29ff119f6b50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServerErrorinApplication.html","title":"Server Error in Application","navPath":"ServerErrorinApplication.html","bundleId":"work-tasks-2023-sp1","id":"a250e5c18-fb16-4d44-b530-50f135d7af3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootingAVEVAWorkTasksUpgrade.html","title":"Troubleshooting AVEVA Work Tasks Upgrade","navPath":"TroubleshootingAVEVAWorkTasksUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a12095862-2f0f-4a67-8422-10ed5f0e0554","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceBusListenerError.html","title":"Service Bus Listener Error","navPath":"ServiceBusListenerError.html","bundleId":"work-tasks-2023-sp1","id":"a83484e61-5289-4a8d-8724-4bf3bbc98670","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationServiceErrors.html","title":"Mobile Notification Service Errors","navPath":"MobileNotificationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"afb860bcf-a370-41d8-b8e7-af75f1a68151","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","title":"Error: Could not load file or assembly or Error while creating instance","navPath":"CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","bundleId":"work-tasks-2023-sp1","id":"a66279826-9e48-4087-9c40-f60851a4a2ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebPartError-Couldnotloadtherequiredtype.html","title":"Web Part Error: Could not load the required type","navPath":"WebPartError-Couldnotloadtherequiredtype.html","bundleId":"work-tasks-2023-sp1","id":"a50baa079-1736-4298-932c-87ae30646477","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherEventsError.html","title":"File Watcher Events Error","navPath":"FileWatcherEventsError.html","bundleId":"work-tasks-2023-sp1","id":"a4daa7e5f-d73e-454f-be09-0d79c038d10f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessDeniedtoAVEVAWorkTasksTempFolder_.html","title":"Access Denied to AVEVA Work Tasks Temp Folder along with System IO Errors","navPath":"AccessDeniedtoAVEVAWorkTasksTempFolder_.html","bundleId":"work-tasks-2023-sp1","id":"a54af1161-86b0-4a22-8423-22e9772b8887","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CacheRefreshnotReflectedaftertheProductUpgrade.html","title":"Cache Refresh not Reflected after the Product Upgrade","navPath":"CacheRefreshnotReflectedaftertheProductUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a53abbcda-29c7-4009-acb3-46de233c0473","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoRe-installAVEVAWorkTasks.html","title":"Unable to Re-install AVEVA Work Tasks","navPath":"UnabletoRe-installAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a68402aef-9feb-4176-953c-f941ae4d1738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","title":"Unexpected Error when Authenticating against Azure Active Directory","navPath":"UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a2f0430bd-8e28-407d-90b4-636fe776af16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SwappingRepositoryProvider.html","title":"Swapping Repository Provider","navPath":"SwappingRepositoryProvider.html","bundleId":"work-tasks-2023-sp1","id":"ab98f416c-74e9-422c-8ba0-0241e2b32ce1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmconnectorsandextensionsguide.html","title":"Connectors and Extensions User Guide","navPath":"wonderwareskeltabpmconnectorsandextensionsguide.html","bundleId":"work-tasks-2023-sp1","id":"a25269df5-a87a-455f-8964-b06c40df5c34","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeyFeatures.html","title":"Key Features","navPath":"KeyFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8847eb58-d2bb-4825-b86e-1384c27f0b8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewInstallConnectorforSystemPlatform.html","title":"Overview","navPath":"OverviewInstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"adfbca959-78cc-4520-90ef-5de54654821a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnectorforSystemPlatform.html","title":"Connector for System Platform","navPath":"ConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a96e94e65-5d65-4552-8ae3-6433cfe9d20c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchitectureforConnector.html","title":"Architecture","navPath":"ArchitectureforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a8796ac98-0c25-4591-85f2-c003e25b82b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationScenariosforConnector.html","title":"Installation scenarios","navPath":"InstallationScenariosforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a66ae24ef-3820-4783-9905-7cd6e48eedef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnetconnectorssystemplatformworkflowconnector.html","title":"Installation","navPath":"installingbpmnetconnectorssystemplatformworkflowconnector.html","bundleId":"work-tasks-2023-sp1","id":"a37add25e-04c8-48bb-8846-4a1be115a29a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallConnectorforSystemPlatform.html","title":"Install Connector for System Platform","navPath":"InstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"af5d439a7-33ea-42f0-a8b1-88c877973766","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542069.html","title":"Install Connector for System Platform in Silent Mode","navPath":"542069.html","bundleId":"work-tasks-2023-sp1","id":"a3568ca19-b462-4d79-8c82-850dcd072b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforConnector.html","title":"Verify Installation","navPath":"VerifyInstallationforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a3b2bbff7-8b94-4830-8c07-f91441a4d8c7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/721903.html","title":"Upgrade Connector for System Platform","navPath":"721903.html","bundleId":"work-tasks-2023-sp1","id":"afce1551d-12c0-4339-a652-62fa9c79c21c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallConnectorforSystemPlatform.html","title":"Uninstall Connector for System Platform","navPath":"UninstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a8317f121-bf68-41e6-89fd-53315a605ea5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsofConnector.html","title":"Connector limitations for System Platform","navPath":"LimitationsofConnector.html","bundleId":"work-tasks-2023-sp1","id":"aae2e60ea-e38d-4f76-9d50-bcd7d6381449","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforSystemPlatform.html","title":"Extension for System Platform","navPath":"ExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad425abe4-7cab-4b7f-95a0-c61f7eeb5b09","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnet20111.html","title":"Install Extension for System Platform","navPath":"installingbpmnet20111.html","bundleId":"work-tasks-2023-sp1","id":"a798f110c-5e79-44b7-9bdd-9142c50c467e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforSystem_Platform.html","title":"Install Extension for System Platform","navPath":"InstallExtensionforSystem_Platform.html","bundleId":"work-tasks-2023-sp1","id":"a9d29ec4d-8b9a-49a3-b287-4ba0bfdb1973","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542068.html","title":"Install Extension for System Platform in Silent Mode","navPath":"542068.html","bundleId":"work-tasks-2023-sp1","id":"ac4bee736-9ea8-40e6-8f3f-e04ac1ecefe1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforExtension.html","title":"Verify Extension installation","navPath":"VerifyInstallationforExtension.html","bundleId":"work-tasks-2023-sp1","id":"adff89b38-e235-4855-b4c1-f214ce8fb25a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallExtensionforSystemPlatform.html","title":"Uninstall Extension for System Platform","navPath":"UninstallExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad411c046-c29b-4488-99f9-22ba6ad234a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/363234.html","title":"Upgrade Extension for System Platform","navPath":"363234.html","bundleId":"work-tasks-2023-sp1","id":"a8a9be14e-d4d8-4bd6-9f1a-d2e0f2473e67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforOPCUA.html","title":"Extension for OPC UA","navPath":"ExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a2a815589-115f-4604-b7e0-fb50a729619c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"InstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"afb582cf2-d90b-48ca-bac3-2da67d5a7d3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationSequenceforOPCUA.html","title":"Installation Sequence","navPath":"InstallationSequenceforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a7f921c13-0828-42f5-b274-d3391b057f86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoInstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"StepstoInstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a23a585db-8135-4195-ad59-a2ec3a57cb45","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","title":"Provision Repository Using OPC UA Repository Provisioning Tool","navPath":"ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ac0daa9f7-529f-43b6-8ec3-b8993aa5a8f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeExtensionforOPCUA.html","title":"Upgrade Extension for OPC UA","navPath":"UpgradeExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"ae703b1ff-9214-4c90-809f-4ffc7160e25c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithConnectorsforSystemPlatform.html","title":"Work with Connectors for System Platform","navPath":"WorkwithConnectorsforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ab64edd94-dfc0-42b2-892b-31fd94184771","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","title":"Workflow Features Inside System Platform IDE and Runtime","navPath":"WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","bundleId":"work-tasks-2023-sp1","id":"ad5a0e255-bc1f-426b-871a-3c2a949f6b68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialGatewaySetup.html","title":"Initial Gateway Setup","navPath":"InitialGatewaySetup.html","bundleId":"work-tasks-2023-sp1","id":"a4b75c95a-6e65-46a2-ba6f-ca58a3fa0072","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI.html","title":"AIM Authentication for accessing Enterprise Console in System Platform IDE","navPath":"AIMAuthenticationforControlsinInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab6ade450-3964-4d33-8302-cc12e7d4f41f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureGateway.html","title":"Configure Gateway","navPath":"ConfigureGateway.html","bundleId":"work-tasks-2023-sp1","id":"a2fc3688d-3c5b-40cc-ac58-8112f2107698","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineWorkflowEventsinAppObject.html","title":"Define Workflow Events in AppObject","navPath":"DefineWorkflowEventsinAppObject.html","bundleId":"work-tasks-2023-sp1","id":"a434363fc-a7e5-42f6-8649-0f7387df8c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewWorkflow.html","title":"Create New Workflow","navPath":"CreateNewWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0480c695-0d2a-4f93-a4df-7e8ed8c94ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateanExistingWorkflowtoaWorkflowEvent.html","title":"Associate an Existing Workflow to a Workflow Event","navPath":"AssociateanExistingWorkflowtoaWorkflowEvent.html","bundleId":"work-tasks-2023-sp1","id":"a4312395e-8234-4b4e-b0fa-a4af030df6ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforAAEventActivityinaWorkflow.html","title":"Wait-for-AAEvent Activity in a Workflow","navPath":"WaitforAAEventActivityinaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a55284e64-9880-4bc4-b7c0-650278e9da20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6193b2ca-35fd-479e-b260-2f33e2d8914c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","bundleId":"work-tasks-2023-sp1","id":"a190560d2-68db-42ea-83d1-0f615557efb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","bundleId":"work-tasks-2023-sp1","id":"a321a94f3-f665-4728-8017-a7e01cd7f719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing.html","title":"Relative Referencing","navPath":"RelativeReferencing.html","bundleId":"work-tasks-2023-sp1","id":"a513bbb5a-6746-4e3b-902f-d66afbfc3d27","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivityWaitForAAEvent.html","title":"Wait-For-AAEvent Activity","navPath":"ConfigureActivityWaitForAAEvent.html","bundleId":"work-tasks-2023-sp1","id":"adeb9b324-55ee-4169-b972-64dd91402c86","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouch.html","title":"Workflow Features Inside InTouch","navPath":"WorkflowFeaturesInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a701cb52f-a6ba-4b82-8b26-ab1be767b7c0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchHMI.html","title":"AIM Authentication for Controls in InTouch HMI","navPath":"AIMAuthenticationforControlsinInTouchHMI.html","bundleId":"work-tasks-2023-sp1","id":"ae64d6e9b-9dc5-4ba9-a784-f0e1852bae4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouch.html","title":"Inbox Inside InTouch","navPath":"InboxInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3295247f-162d-4fc6-afb0-84bb59f364c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusViewInsideInTouch.html","title":"Workflow Status View Inside InTouch","navPath":"WorkflowStatusViewInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a0af95556-09a1-42d7-9466-8c6c5919bd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouch.html","title":"BAM Inside InTouch","navPath":"BAMInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a35f72e6a-bdf4-4ae4-9ef9-b3fa37c382e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsInsideInTouch.html","title":"Lists Inside InTouch","navPath":"ListsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"af2780a11-73a4-4444-8b7c-2989b610c463","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouch.html","title":"Forms Inside InTouch","navPath":"FormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a8eccb391-05b8-44fb-b74d-dcd5cb854a7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PassContextualInformationinFormsfromInTouch.html","title":"Pass Contextual Information in Forms from InTouch","navPath":"PassContextualInformationinFormsfromInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a1edf503f-263d-499d-b017-724f7311d832","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormsInsideInTouch.html","title":"List Forms Inside InTouch","navPath":"ListFormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a2a53da94-08fc-491b-9604-7d51db9e1550","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemInboxCountinInTouch.html","title":"WorkItemInboxCount in InTouch","navPath":"WorkItemInboxCountinInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3cb7eac9-aff7-4337-bd7a-e0d24e68962d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenInboxusingWorkItemInboxCount.html","title":"Open Inbox using WorkItemInboxCount","navPath":"OpenInboxusingWorkItemInboxCount.html","bundleId":"work-tasks-2023-sp1","id":"a48b1ddbe-9056-4218-8dd3-43870a6eb890","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouchOMI.html","title":"Workflow Features Inside InTouch OMI","navPath":"WorkflowFeaturesInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"af0af984c-782e-43b5-b395-a298c71ea88c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialStepsforInTouchOMI.html","title":"Initial Steps","navPath":"InitialStepsforInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8c544187-ca62-4bdd-b124-44950c70f932","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI_1.html","title":"AIM Authentication for Controls in InTouch OMI","navPath":"AIMAuthenticationforControlsinInTouchOMI_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9fc596b-0515-4bca-a2d0-2ed20df67414","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouchOMI.html","title":"Forms Inside InTouch OMI","navPath":"FormsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8ea85623-9b77-4cd7-a18a-b3d98bb1c57c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouchOMI.html","title":"Inbox Inside InTouch OMI","navPath":"InboxInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a0a6df9ad-0866-47d9-8723-52576147868e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViewInsideInTouchOMI.html","title":"List View Inside InTouch OMI","navPath":"ListViewInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a538a27ee-a3f2-4d7f-9e16-631faab3bac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormInsideInTouchOMI.html","title":"List Form Inside InTouch OMI","navPath":"ListFormInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"adb0007ce-f3be-45a7-a1c9-9e9a0238a890","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouchOMI.html","title":"BAM Inside InTouch OMI","navPath":"BAMInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a77c0436a-14df-4939-add4-66dae127d97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusInsideInTouchOMI.html","title":"Workflow Status Inside InTouch OMI","navPath":"WorkflowStatusInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab9ea5b76-50a3-45c3-bfe8-5e231b180b16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxWorkItemsCountInsideInTouchOMI.html","title":"Inbox Work Items Count Inside InTouch OMI","navPath":"InboxWorkItemsCountInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a28371a8b-4ed6-4051-bbe6-01558b8eb87a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettingsInsideInTouchOMI.html","title":"Cryptography Settings Inside InTouch OMI","navPath":"CryptographySettingsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"aad15fc77-f1be-4141-9c49-bba676165346","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HistorianServer.html","title":"Historian Server","navPath":"HistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"a45dd5e8c-2104-48a3-a857-5c68370076f5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggerWorkflowfromtheHistorianServer.html","title":"Trigger Workflow from the Historian Server","navPath":"TriggerWorkflowfromtheHistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"ae239fdc1-7f2a-4d3c-a14c-5ce8120f6c65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorMultipleHistorianEventTag.html","title":"Monitor Multiple Historian Event Tag","navPath":"MonitorMultipleHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"adb625f75-9a9e-4093-b453-e647a0ced460","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorSpecificHistorianEventTag.html","title":"Monitor Specific Historian Event Tag","navPath":"MonitorSpecificHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"aaf34fb66-ce16-4843-a495-508728f79c34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveHistorianDataUsingDatabaseActivity.html","title":"Retrieve Historian Data Using Database Activity","navPath":"RetrieveHistorianDataUsingDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a211d0cba-bdf2-4a02-8e24-ae19d8ce2849","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationServer.html","title":"Information Server","navPath":"InformationServer.html","bundleId":"work-tasks-2023-sp1","id":"afae5a83d-d1d5-42a6-b9bf-57a1c7e780e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","title":"Configure Repository Using AVEVA Work Tasks Connector for Information Server","navPath":"ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aca8a034a-b7eb-468a-8f81-21df5598a061","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowRepositoryandFarmforInformationServer.html","title":"Configure Workflow Repository and Farm for Information Server","navPath":"ConfigureWorkflowRepositoryandFarmforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acdd050b4-8571-4f7f-9273-f708adcc4bc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowServertoAddRepositoryDetails.html","title":"Configure Workflow Server to Add Repository Details","navPath":"ConfigureWorkflowServertoAddRepositoryDetails.html","bundleId":"work-tasks-2023-sp1","id":"aaf5399c9-6052-4a9e-ab49-9dc09f62bdb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageConnectedWorkflowRepositories.html","title":"Manage Connected Workflow Repositories","navPath":"ManageConnectedWorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a47cb83e4-9955-430f-9f6c-0596c27a567e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrativeActivity.html","title":"Administrative Activity","navPath":"AdministrativeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3fa8b771-f14a-42e1-885f-e42fc9fd81a6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddCustomPanel.html","title":"Add Custom Panel","navPath":"AddCustomPanel.html","bundleId":"work-tasks-2023-sp1","id":"abfa62b77-53de-485a-b2d9-8ca37fdc8775","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserPermissions.html","title":"Add User Permissions","navPath":"AddUserPermissions.html","bundleId":"work-tasks-2023-sp1","id":"a18bf308b-e7b2-4781-84c2-e1cfeb1bd50c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","title":"Perform Workflow Repository Functionality Within Information Server","navPath":"PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acc1fbcd4-b3fb-41d5-a65e-a6bff51540c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFarms.html","title":"Workflow Farms","navPath":"WorkflowFarms.html","bundleId":"work-tasks-2023-sp1","id":"ab26d35fb-caa3-409e-90eb-76bf447e6ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowRepositories.html","title":"Workflow Repositories","navPath":"WorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a8618bbb0-b78e-4b42-9102-442a5d0e77d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootissuesinInformationServer.html","title":"Troubleshoot Issues","navPath":"TroubleshootissuesinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aaab7bee2-ca4f-4654-baea-2b3370332f96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntelligenceDataInsideWorkflows.html","title":"Intelligence Data Inside Workflows","navPath":"IntelligenceDataInsideWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"adbbd73e1-85e1-4c0c-bd10-b619c8729463","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FetchDatafromIntellienceDatastore.html","title":"Fetch Data from Intellience Datastore","navPath":"FetchDatafromIntellienceDatastore.html","bundleId":"work-tasks-2023-sp1","id":"a688b6c1f-eea2-44b8-a6ea-b0133a3f0514","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflow.html","title":"Configure Workflow","navPath":"ConfigureWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a87a12983-5751-4c30-8a5f-d16474aa69ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDatabaseActivity.html","title":"Add Database Activity","navPath":"AddDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8f21a48e-690b-4471-9aac-6545abf17f1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddForEachLoop.html","title":"Add ForEach Loop","navPath":"AddForEachLoop.html","bundleId":"work-tasks-2023-sp1","id":"ac9430202-5472-4541-bb6b-f0c261c92967","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerActivity.html","title":"Edit Scheduler Activity","navPath":"EditSchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4f9bf75b-bde1-4ac9-9941-84c8af317d6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsusingLoggerActivity.html","title":"Diagnostics","navPath":"DiagnosticsusingLoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7579566a-d8f9-4ffc-ba5e-b06d6e8abb0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","title":"Move System Platform Galaxy and AVEVA Work Tasks Repository from Engineering Environment to Production Environment","navPath":"MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa58db427-701d-41b1-886c-382c83880ee3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxyandRepository.html","title":"Move System Platform Galaxy And Repository","navPath":"MoveSystemPlatformGalaxyandRepository.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b9e7b-c71b-47f3-99d7-5a720a18d499","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveRepository.html","title":"Move Repository","navPath":"MoveRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad12ff6fc-9f74-473a-8017-9afe6e81f6d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy.html","title":"Move System Platform Galaxy","navPath":"MoveSystemPlatformGalaxy.html","bundleId":"work-tasks-2023-sp1","id":"a24019401-8cd9-4f74-b327-31599c5377f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveonlytheWorkflow.html","title":"Move only the Workflow","navPath":"MoveonlytheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a95fecb09-49b0-490b-86ae-d3484f5baef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","title":"Move a Gateway Object, Workflows, and Associated Workflow Events","navPath":"MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","bundleId":"work-tasks-2023-sp1","id":"a328a9201-a23e-4641-809d-91d9d4c20fc6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsLoggerIntegrationwithArchestrALogger.html","title":"Diagnostics: Logger Integration with ArchestrA Logger","navPath":"DiagnosticsLoggerIntegrationwithArchestrALogger.html","bundleId":"work-tasks-2023-sp1","id":"a19d0550c-1d7c-4bcd-9fa4-8336031e494a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KnownIssuesinConnectorforSystemPlatform.html","title":"Known Issues","navPath":"KnownIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ac42665a9-0c1a-4fce-ada1-c34c2b28a5f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinConnectorforSystemPlatform.html","title":"Limitations","navPath":"LimitationsinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a64a5a02a-90a6-4dd2-825a-9d91590008cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinConnectorforSystemPlatform.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"aecb5f7ee-74cc-42dc-bae4-2e16bbb50f4e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithExtensionforOPCUA.html","title":"Work with Extension for OPC UA","navPath":"WorkwithExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a9d8ff0b9-c21c-482f-a23a-fdb1f1668b69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisioningRepositoryforOPCUA.html","title":"Provision Repository for OPC UA","navPath":"ProvisioningRepositoryforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a152e7c8e-ce5e-41c4-9811-30b4c68e33e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUARepositoryProvisioningTool.html","title":"OPC UA Repository Provisioning Tool","navPath":"OPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"a9cf91d3b-b903-4795-bfa2-2581d2f5b6bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAConnections.html","title":"Connections","navPath":"OPCUAConnections.html","bundleId":"work-tasks-2023-sp1","id":"a2bebea06-ac90-4dfe-84fb-76870e89e446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUATagReadWriteActivity_.html","title":"Activity: OPC UA Tag Read Write Activity","navPath":"OPCUATagReadWriteActivity_.html","bundleId":"work-tasks-2023-sp1","id":"a06d56357-01cc-4135-950f-42e0ea6d4ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAServerConnection.html","title":"OPC UA Server Connection","navPath":"OPCUAServerConnection.html","bundleId":"work-tasks-2023-sp1","id":"a03adacbd-18f5-42fa-955e-d878b7f27bc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/opcuatagreadwrite-selectattribute.html","title":"Select Attribute","navPath":"opcuatagreadwrite-selectattribute.html","bundleId":"work-tasks-2023-sp1","id":"a65be3264-0d30-4648-a9aa-90b4a74041fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutput.html","title":"Mapped Error Output","navPath":"MappedErrorOutput.html","bundleId":"work-tasks-2023-sp1","id":"ac763ee79-6d98-468f-af12-484c36898b5a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeveloperGuide.html","title":"Developer Guide","navPath":"DeveloperGuide.html","bundleId":"work-tasks-2023-sp1","id":"a51944afa-a152-4632-aebb-52ebcd014035","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted.html","title":"Get Started","navPath":"GetStarted.html","bundleId":"work-tasks-2023-sp1","id":"ae60f1c9b-fc1f-4da3-bb1d-ec1cfbfe77f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoAccessWorkTasksFeatures.html","title":"Prerequisites to Access AVEVA Work Tasks Features","navPath":"PrerequisitestoAccessWorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a117412cc-8a17-4428-8c7c-8f8b5ab0db3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationandAdministration.html","title":"Installation and Administration","navPath":"InstallationandAdministration.html","bundleId":"work-tasks-2023-sp1","id":"afa65a3bb-40e1-4f29-bd9e-0633299c9523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InterfacesandFeatures.html","title":"Interfaces and Features","navPath":"InterfacesandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a469fd45a-a61c-47a0-b40c-282e43ee7ca7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofUserInterfaces.html","title":"Overview of User Interfaces","navPath":"OverviewofUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a7939c682-e794-42f1-9505-415f0fe9d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessandManageAVEVA_WorkTasksFeatures.html","title":"Access and Manage AVEVA Work Tasks Features","navPath":"AccessandManageAVEVA_WorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a74d421f3-10fd-4c92-b588-34995bf5cf99","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksServices.html","title":"AVEVA Work Tasks Services","navPath":"WorkTasksServices.html","bundleId":"work-tasks-2023-sp1","id":"a0153d87a-8ee5-4d65-b0ca-a3dbb9c60dcf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole.html","title":"Enterprise Console","navPath":"EnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8ae058f6-2ddd-43d4-a0e1-bbb2f05be30b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueue.html","title":"Message Queue","navPath":"MessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a31787f9c-f604-4d45-b5fa-8fd45de73818","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections.html","title":"Message Queue Connections","navPath":"MessageQueueConnections.html","bundleId":"work-tasks-2023-sp1","id":"a4c6668fd-5616-4047-a6d1-7a80e9d62cf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueRepositoryProvisioningTool.html","title":"Message Queue Repository Provisioning Tool","navPath":"MessageQueueRepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ae98aa121-0b1f-48de-8f49-0a31be33ed8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections.html","title":"MQTT Connections","navPath":"MQTTConnections.html","bundleId":"work-tasks-2023-sp1","id":"a0840f85d-28fc-46e6-8cef-abcfd2a072ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections.html","title":"Logic App Connections","navPath":"LogicAppConnections.html","bundleId":"work-tasks-2023-sp1","id":"a8de052aa-303a-4624-b19e-e0edd070de87","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls.html","title":"Controls","navPath":"Controls.html","bundleId":"work-tasks-2023-sp1","id":"aa912d4b3-221f-468e-b644-084c6cea294c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControlsintheApplication.html","title":"Add Controls in the Application","navPath":"AddControlsintheApplication.html","bundleId":"work-tasks-2023-sp1","id":"a43c3f2d8-7f86-47fd-9a1c-51b39b09102c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanASPNETProjectinVisualStudioNET.html","title":"Create an ASP​.NET Project in Visual Studio ​.NET","navPath":"CreateanASPNETProjectinVisualStudioNET.html","bundleId":"work-tasks-2023-sp1","id":"a4745296d-0e70-491e-9993-993ee193d9fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserContext.html","title":"Create User Context","navPath":"CreateUserContext.html","bundleId":"work-tasks-2023-sp1","id":"a8655139e-bb40-43c3-ae96-16c4cf88de7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerControl.html","title":"Process Designer Control","navPath":"ProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"ab93561dc-fd24-49b3-844a-5e2f1025e719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListControl.html","title":"Work Items List Control","navPath":"WorkItemsListControl.html","bundleId":"work-tasks-2023-sp1","id":"af1b6853c-68c1-4870-bae0-da3cad0a4af5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseEventsofWorkItemListControl.html","title":"Use Events of Work Item List Control","navPath":"UseEventsofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a7a2db405-2a69-48ab-93f2-410f94d2b7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LayoutCustomization.html","title":"Layout Customization","navPath":"LayoutCustomization.html","bundleId":"work-tasks-2023-sp1","id":"a38e77ada-5d58-4ea1-a5d5-3199b0279f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomLinkinWorkItemListControl.html","title":"Create Custom Link in Work Item List Control","navPath":"CreateCustomLinkinWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"af7bc306d-46c1-4a16-8295-43620b014833","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CalendarControl.html","title":"Calendar Control","navPath":"CalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"ae7d200f3-c1d3-4209-bf44-26e48e1739ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMControl.html","title":"BAM Control","navPath":"BAMControl.html","bundleId":"work-tasks-2023-sp1","id":"ab56af880-614e-4444-a4d9-1c26fb032da5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddIndividualBAMReporttoaspxPage.html","title":"Add Individual BAM Report to aspx Page","navPath":"AddIndividualBAMReporttoaspxPage.html","bundleId":"work-tasks-2023-sp1","id":"a36fd8236-a6f9-4d61-b61d-796f4d992ee6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewSpecificWorkflowInstancesinBAMControl.html","title":"View Specific Workflow Instances in BAM Control","navPath":"ViewSpecificWorkflowInstancesinBAMControl.html","bundleId":"work-tasks-2023-sp1","id":"a95fe78f1-ecbd-4855-ab2d-b7a6c5571907","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueControl.html","title":"Queue Control","navPath":"QueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ad6fde17c-dde6-43dc-ae5c-49f747188292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControl.html","title":"List Control","navPath":"ListControl.html","bundleId":"work-tasks-2023-sp1","id":"a9aa75f3b-cb0c-42e3-b653-b6f1b0fe39cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormListWebpartControl.html","title":"Form List Webpart Control","navPath":"FormListWebpartControl.html","bundleId":"work-tasks-2023-sp1","id":"a4ed329eb-d385-4dec-a614-fdbf56da8aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowExecutionViewControl.html","title":"Workflow Execution View Control","navPath":"WorkflowExecutionViewControl.html","bundleId":"work-tasks-2023-sp1","id":"a0ad03be4-8dfe-4510-820b-9bbad0c7f54a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringNewRepository.html","title":"Configure New Repository","navPath":"ConfiguringNewRepository.html","bundleId":"work-tasks-2023-sp1","id":"a3cdcfbd3-498a-4157-8a5b-dede59840915","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupSourceElementsDirectory.html","title":"Set up Source Elements Directory","navPath":"SetupSourceElementsDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a5445089f-db24-4e18-922a-e23983d8ddc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupEmailAddressesforRepositories.html","title":"Set up Email Addresses for Repositories","navPath":"SetupEmailAddressesforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a27d98bd8-58a7-4cb7-b322-dc250621517f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupUserProvidersforRepositories.html","title":"Set up User Providers for Repositories","navPath":"SetupUserProvidersforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"aa3be2c15-ef1d-4f4c-881f-41f01e20b55c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupDocumentWebViewControlforRepositories.html","title":"Set up Document Web View Control for Repositories","navPath":"SetupDocumentWebViewControlforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"adaf7cf59-9536-4da7-8a4e-eae711889368","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Activities.html","title":"Activities","navPath":"Activities.html","bundleId":"work-tasks-2023-sp1","id":"a7df69af2-2499-41d2-939d-bfb9f77998f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity.html","title":"Start Activity","navPath":"StartActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4e28aa8-6ebc-4a3a-a1a6-3fc0acdb41be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables.html","title":"Start - Variables","navPath":"StartVariables.html","bundleId":"work-tasks-2023-sp1","id":"a7bd90253-07c4-4e44-b3fe-3db92ef29c73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartContents.html","title":"Start - Contents","navPath":"StartContents.html","bundleId":"work-tasks-2023-sp1","id":"ac5329289-4f3f-4f9d-aa29-884cdffd9df1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables.html","title":"XML Variables","navPath":"XMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a619dc708-7ee3-4e72-8fd8-66b8011aa87c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutXMLVariables.html","title":"About XML Variables","navPath":"AboutXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e70bc4c-aa4b-494b-a763-1c9d1f5967ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"a17b35e0e-96cb-4865-97e2-5e368f22007f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableof_typeXMLDocument.html","title":"XML Variable of Type 'XML Document'","navPath":"XMLVariableof_typeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a5b2419bb-58c8-4b8b-a53c-d0b7633bb971","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a67340516-e636-4b96-82d3-5a438ca39feb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildXMLSchema.html","title":"Build XML Schema","navPath":"BuildXMLSchema.html","bundleId":"work-tasks-2023-sp1","id":"a94a39b03-bf59-4677-8372-25ed5f98f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLDocumentofTypeVariables.html","title":"Use XML Document of Type 'Variables'","navPath":"UseXMLDocumentofTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a9efaeebe-7113-4b86-a3c2-da8091a26109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms.html","bundleId":"work-tasks-2023-sp1","id":"ab7e73d9d-de14-4ac1-a22a-3afefdfed358","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableforList.html","title":"XML Variable for List","navPath":"XMLVariableforList.html","bundleId":"work-tasks-2023-sp1","id":"a5bfade62-cb92-446a-b071-b67e7e3ce498","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListItemScopeofXMLListofTypeXMLVariable.html","title":"ListItem Scope of XML List of Type XML Variable","navPath":"ListItemScopeofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aea4c9635-567f-437b-a1d3-16b7c73fdad8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListofTypeXMLVariable.html","title":"Schema of XML List of Type XML Variable","navPath":"SchemaofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"adcf9efb1-22e5-42d2-8327-5bf0afc9e9e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListofTypeXMLVariable.html","title":"Create an XML List of Type XML Variable","navPath":"CreateanXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aaab4efc8-00ff-4194-9aa3-397cb2a79f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeScopeoftheXMLListofTypeXMLVariable.html","title":"Change Scope of the XML List of Type XML Variable","navPath":"ChangeScopeoftheXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"af7cd967e-0b1e-497a-9af5-c1205401f838","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupListQueryScope.html","title":"Set up List Query Scope","navPath":"SetupListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a5c7e5d13-daf5-4d93-8624-fbe9eb60b428","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorofTypeXMLVariable.html","title":"Create an XML List Iterator of Type XML Variable","navPath":"CreateanXMLListIteratorofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a19fe0e16-4ff9-4fdf-a5c9-82d8131ebe09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorofTypeXMLVariableforGridItems.html","title":"Create an XML Iterator of Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorofTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a7e80d973-e917-4a87-b633-0767e17f135a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWorkflowforaListinaSingleStep.html","title":"Create Workflow for a List in a Single Step","navPath":"CreateWorkflowforaListinaSingleStep.html","bundleId":"work-tasks-2023-sp1","id":"a6eab91ec-34ab-4056-bda3-7a20cfcb1d9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnderstandXMLNodeMapping.html","title":"Understand XML Node Mapping","navPath":"UnderstandXMLNodeMapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ba78eb9-0b44-4faa-82c8-b0f2d7b41891","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLListofTypeXMLVariableScenarios.html","title":"XML List of Type XML Variable Scenarios","navPath":"XMLListofTypeXMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac89f4985-11b6-4179-80f8-568f22ae3b58","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItem.html","title":"Add New List Item","navPath":"AddNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"ae34c1c5d-d058-4073-acf1-23f60b13cd67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a5bd7a1c9-4449-4f6e-b88e-7697df14af93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","title":"Save the List Item as Different Version as Draft/Published Using Xml Variable","navPath":"SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"a72231e4b-72a8-4472-b06a-f330466e2bf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewFolderUsingXmlVariable.html","title":"Create New Folder Using Xml Variable","navPath":"CreateNewFolderUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"abe2a32b6-e890-4dfc-ba9b-fc81c95b8da1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItemwithGridItems.html","title":"Add New List Item with Grid Items","navPath":"AddNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a3e3f42eb-87df-4064-a714-278870898836","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewGridItemtotheExistingListItem.html","title":"Add New Grid Item to the Existing List Item","navPath":"AddNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"af8c59cca-67ff-4e2c-9fe6-2b17397d136a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyListItemwithGridItems.html","title":"Copy List Item with Grid Items","navPath":"CopyListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a36e5601b-c22e-47a0-a1e3-d26384447c7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList.html","bundleId":"work-tasks-2023-sp1","id":"ae9fcf848-d7c7-4ac9-bcc0-f12f65a54819","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTypeXMLIterator.html","title":"XML Variable of Type XML Iterator","navPath":"XMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"ac3113419-bbea-4877-92d6-6fee062bf30e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator.html","title":"Create XML Variable of Type XML Iterator","navPath":"CreateXMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"abc088e93-3a30-4565-b20b-78e1a70c58df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesofTypeXMLIterator.html","title":"Use Variables of Type XML Iterator","navPath":"UseVariablesofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"acfc8e885-c5ce-4a9f-b613-db27b8a90f42","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTYpeFormsDataGrid.html","title":"XML Variable of Type XML Forms Data Grid","navPath":"XMLVariableofTYpeFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"afcb7344c-2b9f-47f1-b22a-6f5006dabbd4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLFormsDataGrid.html","title":"Create XML Variable of Type XML Forms Data Grid","navPath":"CreateXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"aa945595b-9c7f-4312-8502-b8a8428fd71c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariableofTypeXMLFormsDataGrid.html","title":"Use XML Variable of Type XML Forms Data Grid","navPath":"UseXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ad4cedfb0-7306-418b-b41d-65035046b290","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a61682d2f-9d81-4772-8b93-4f49b3840288","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitializeVariables.html","title":"Initialize Variables","navPath":"InitializeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a19615e64-bbc1-4df4-b786-4b72d999697f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutputs.html","title":"Mapped Error Outputs","navPath":"MappedErrorOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0ea0b-d0ff-4f86-b6a1-e92bae61bb1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivities.html","title":"Human Activities","navPath":"HumanActivities.html","bundleId":"work-tasks-2023-sp1","id":"a9657a14b-8596-450b-980d-18f259c52700","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity.html","title":"Approval Activity","navPath":"ApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"adee96629-49b8-468f-8920-964fe5945862","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalDeliveryChannels.html","title":"Approval - Delivery Channels","navPath":"ApprovalDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ad927c740-8bee-4fd1-b244-1352a4c15af6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"a286685b4-5ca4-4071-bbaf-31998b81bdc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalWorkItemFields.html","title":"Approval - Work Item Fields","navPath":"ApprovalWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a8cd42972-e484-4580-aae9-d4f2f4fd58bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignActor%28s%29.html","title":"Approval - Assign Actor(s)","navPath":"ApprovalAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a88c311d4-3526-4d7e-9219-4f4349a6368b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignQueue%28s%29.html","title":"Approval - Assign Queue(s)","navPath":"ApprovalAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"aa6a293ab-5020-47d9-b57f-41c91e3b7390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSubject.html","title":"Approval - Subject","navPath":"ApprovalSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4f2d5546-ea56-4ef4-88d0-95ce16282bc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalBody.html","title":"Approval - Body","navPath":"ApprovalBody.html","bundleId":"work-tasks-2023-sp1","id":"ad1bc337b-f6b9-420a-bbfc-0ae3e6d2a37a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalRedirectURL.html","title":"Approval - Redirect URL","navPath":"ApprovalRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a1f2f4409-28de-4a33-ab6f-83efe8d18bd4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalCustomDocumentViewURL.html","title":"Approval - Custom Document View URL","navPath":"ApprovalCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a319d1320-46ca-4d62-b19d-5a21b6f62361","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomDocumentViewURL.html","title":"Custom Document View URL","navPath":"CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a5045ccf2-dd43-45a4-9752-00981d15de00","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalHTMLTemplate.html","title":"Approval - HTML Template","navPath":"ApprovalHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5bd2a3b1-55c4-4f36-ae57-0f4079df8591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAttachReports.html","title":"Approval - Attach Reports","navPath":"ApprovalAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a90546373-dab9-478a-be2f-1c497a95dd5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSetCalendarforTimeout.html","title":"Approval - Set Calendar for Timeout","navPath":"ApprovalSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afa431c07-23a9-444d-9a40-6d114df6f68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalMultipleTimeoutWarning.html","title":"Approval - Multiple Timeout Warning","navPath":"ApprovalMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a9f15382e-2b87-4a70-a72f-850d2af58f1b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity.html","title":"Checklist Activity","navPath":"ChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a282e1d26-779d-4d4a-8ee8-ccdce698d8bf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListDeliveryChannels.html","title":"CheckList - Delivery Channels","navPath":"CheckListDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae8a79b37-ae12-4c41-ba6c-44570681250f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckList-Questions.html","title":"CheckList - Questions","navPath":"CheckList-Questions.html","bundleId":"work-tasks-2023-sp1","id":"a0878c9be-95ab-44cb-bb3c-8f1899f92794","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListWorkItemFields.html","title":"CheckList - Work Item Fields","navPath":"CheckListWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a3f691a2f-ba3a-4f20-8a0c-288b575be1bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignActor%28s%29.html","title":"CheckList - Assign Actor(s)","navPath":"CheckListAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a874345b9-69fc-4404-a3fc-13e553048bd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignQueue%28s%29.html","title":"CheckList - Assign Queue(s)","navPath":"CheckListAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a7b75104a-9ebe-48b1-a508-2ab78379dfc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSubject.html","title":"CheckList - Subject","navPath":"CheckListSubject.html","bundleId":"work-tasks-2023-sp1","id":"a98c3d697-5706-424d-9106-f2bc4d41162e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListBody.html","title":"CheckList - Body","navPath":"CheckListBody.html","bundleId":"work-tasks-2023-sp1","id":"a2cb0a0ed-39f7-4ea6-8323-2fc50976f832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListRedirectURL.html","title":"CheckList - Redirect URL","navPath":"CheckListRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a6771976d-b250-4024-a08a-30b7517436ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListCustomDocumentViewURL.html","title":"CheckList - Custom Document View URL","navPath":"CheckListCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a68d7192c-f7ff-4bbd-ac51-e49f0b867378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAttachReports.html","title":"CheckList - Attach Reports","navPath":"CheckListAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ac8a965ab-f24b-441a-bae8-28d156b99fb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListHTMLTemplate.html","title":"CheckList - HTML Template","navPath":"CheckListHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a51b53d95-4309-4546-85b4-5e632f71887c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSetCalendarforTimeout.html","title":"CheckList - Set Calendar for Timeout","navPath":"CheckListSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a26e65b21-dafc-4cc4-a417-8d9129f685ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListMultipleTimeoutWarning.html","title":"CheckList - Multiple Timeout Warning","navPath":"CheckListMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ab335fcb8-d6d9-4423-af43-fffce59132fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity.html","title":"Choice Activity","navPath":"ChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"abc9e3b81-e34d-47fd-91c0-ebe603cf6a71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceDeliveryChannels.html","title":"Choice - Delivery Channels","navPath":"ChoiceDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae3a406ba-5b76-4cdc-a365-18a89545dc6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActionOutputs.html","title":"Choice - Action Outputs","navPath":"ChoiceActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"a65a6e90b-dafb-4444-9e4a-80428010650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceWorkItemFields.html","title":"Choice - Work Item Fields","navPath":"ChoiceWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a964c7e12-7ec7-4f8d-b17e-57e84167b7da","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignActor%28s%29.html","title":"Choice - Assign Actor(s)","navPath":"ChoiceAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a2af805a5-2c07-452d-ac65-926451535bb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignQueue%28s%29.html","title":"Choice - Assign Queue(s)","navPath":"ChoiceAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ac45ed5c7-9cd1-4e0d-8d1e-c99b5f84de59","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSubject.html","title":"Choice - Subject","navPath":"ChoiceSubject.html","bundleId":"work-tasks-2023-sp1","id":"a3f6d9191-ca5a-44e6-84d1-4b439d6ae6c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceBody.html","title":"Choice - Body","navPath":"ChoiceBody.html","bundleId":"work-tasks-2023-sp1","id":"a5da73516-a25d-468d-a546-7fd6df988304","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceRedirectURL.html","title":"Choice - Redirect URL","navPath":"ChoiceRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a16c615d3-56d6-45e7-a45d-351d6d23f929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceCustomDocumentViewURL.html","title":"Choice - Custom Document View URL","navPath":"ChoiceCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a32aa7171-c0cd-4563-aa98-7ec62e009c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceHTMLTemplate.html","title":"Choice - HTML Template","navPath":"ChoiceHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a050bf4c7-adc1-4364-93f7-c411299b8d34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAttachReports.html","title":"Choice - Attach Reports","navPath":"ChoiceAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a1a726b60-1df8-4f57-86a6-9b2290f4fcdb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSetCalendarforTimeout.html","title":"Choice - Set Calendar for Timeout","navPath":"ChoiceSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a39f7a107-0ec5-4177-b5ba-97e744c499af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceMultipleTimeoutWarning.html","title":"Choice - Multiple Timeout Warning","navPath":"ChoiceMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ac34180aa-d43c-4e37-8f25-179f2deaa698","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivity.html","title":"Information Activity","navPath":"InformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa4fe74b9-37e0-41fd-a27d-21759c847f6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoDeliveryChannels.html","title":"Info - Delivery Channels","navPath":"InfoDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a299a74f3-6d0b-49f6-a297-413725c852b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_1.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_1.html","bundleId":"work-tasks-2023-sp1","id":"a3c91ff7b-13fe-4dff-a1f3-81ced6c4441d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoWorkItemFields.html","title":"Info - Work Item Fields","navPath":"InfoWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"acdce9620-7d4f-4595-8248-4f0ec695b4cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignActor%28s%29.html","title":"Info - Assign Actor(s)","navPath":"InfoAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a05e13c87-40c1-4e8f-8705-d2237bd1387f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignQueue%28s%29.html","title":"Info - Assign Queue(s)","navPath":"InfoAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a46d53986-f72d-4348-9211-26a164635e34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoSubject.html","title":"Info - Subject","navPath":"InfoSubject.html","bundleId":"work-tasks-2023-sp1","id":"a20ce723e-c95c-4f4f-878f-9cd2a2600d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoBody.html","title":"Info - Body","navPath":"InfoBody.html","bundleId":"work-tasks-2023-sp1","id":"ad67ae532-ea8f-49c0-bddd-c8d7f3422c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoRedirectURL.html","title":"Info - Redirect URL","navPath":"InfoRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a0b2535dc-c3b3-4ed3-9bc3-9258179c5785","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoCustomDocumentViewURL.html","title":"Info - Custom Document View URL","navPath":"InfoCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a26853060-60ec-426a-ac57-14580c1d15cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoHTMLTemplate.html","title":"Info - HTML Template","navPath":"InfoHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a4e6da927-2ea9-479f-8883-e2f61f1504d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAttachReports.html","title":"Info - Attach Reports","navPath":"InfoAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ab5fbd6a0-4c59-4121-a1ce-c1f6bed603af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActivity.html","title":"Resource Set Activity","navPath":"ResourceSetActivity.html","bundleId":"work-tasks-2023-sp1","id":"aed518339-14ce-4e29-919d-34b4e9c42579","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetDeliveryChannels.html","title":"ResourceSet - Delivery Channels","navPath":"ResourceSetDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a1e7c2008-4ecb-46e6-acb7-15f6486689ff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActorSelectionFilter.html","title":"ResourceSet - Actor Selection Filter","navPath":"ResourceSetActorSelectionFilter.html","bundleId":"work-tasks-2023-sp1","id":"ac145f75c-a96c-4f3a-a425-6b76d8ff1578","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetWorkItemFields.html","title":"ResourceSet - Work Item Fields","navPath":"ResourceSetWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"ab398d0d5-dc0b-4003-aeb8-e84cc51abd76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignActor%28s%29.html","title":"ResourceSet - Assign Actor(s)","navPath":"ResourceSetAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4d25e32f-c9f9-400f-b78d-824fa6f48a95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignQueue%28s%29.html","title":"ResourceSet - Assign Queue(s)","navPath":"ResourceSetAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ad1386520-88b4-4f91-823f-eb8a7bd2fc1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSubject.html","title":"ResourceSet - Subject","navPath":"ResourceSetSubject.html","bundleId":"work-tasks-2023-sp1","id":"ab4182093-b67b-4921-bfd5-86e4c654aa82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetBody.html","title":"ResourceSet - Body","navPath":"ResourceSetBody.html","bundleId":"work-tasks-2023-sp1","id":"afb82587a-15a4-4346-9b41-5dd27441f561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetRedirectURL.html","title":"ResourceSet - Redirect URL","navPath":"ResourceSetRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a5b5993fb-428d-4125-967d-cfe0dd2dce37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetCustomDocumentViewURL.html","title":"ResourceSet - Custom Document View URL","navPath":"ResourceSetCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"acd784ac7-173f-4bff-b01e-b7e7677fe253","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSetCalendarforTimeout.html","title":"ResourceSet - Set Calendar for Timeout","navPath":"ResourceSetSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"ade9bc59c-b37d-4413-ad10-4c21165c1b5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetMultipleTimeOutWarning.html","title":"ResourceSet - Multiple TimeOut Warning","navPath":"ResourceSetMultipleTimeOutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a0390430f-426e-4e7b-b563-5c9f9418a2f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity.html","title":"Task Activity","navPath":"TaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"af97ccdce-846f-4852-b680-f78d62f1a40b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskDeliveryChannels.html","title":"Task - Delivery Channels","navPath":"TaskDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a524d1fef-41bc-4720-b551-e589a3623519","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Task-TaskType.html","title":"Task - Task Type","navPath":"Task-TaskType.html","bundleId":"work-tasks-2023-sp1","id":"aba678a5b-b5b0-4f2f-8e42-0c11ed854294","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskWorkItemFields.html","title":"Task - Work Item Fields","navPath":"TaskWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"af6b8b114-09ea-4fcc-ba5b-6f210539a0e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/task-assignactors.html","title":"Task - Assign Actor(s)","navPath":"task-assignactors.html","bundleId":"work-tasks-2023-sp1","id":"aa6c0923f-c23f-4f64-ac36-03d384294b8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAssignQueue%28s%29.html","title":"Task - Assign Queue(s)","navPath":"TaskAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"afb951f54-6689-4a91-8f82-1dea20369cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSubject.html","title":"Task - Subject","navPath":"TaskSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4a97211f-bc06-4aae-90e9-387f6aaf2047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskBody.html","title":"Task - Body","navPath":"TaskBody.html","bundleId":"work-tasks-2023-sp1","id":"a1f15b2b6-c054-46f1-8a46-53e3fd40dd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskRedirectURL.html","title":"Task - Redirect URL","navPath":"TaskRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a668aa372-b8f2-42bf-b127-26b6e4943ead","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskCustomDocumentViewURL.html","title":"Task - Custom Document View URL","navPath":"TaskCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"abb1626c1-54c2-4c3b-acf0-6b62a6fddac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAttachReports.html","title":"Task - Attach Reports","navPath":"TaskAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"af1896c69-0878-42f8-9049-8f2b3c9ed9e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskHTMLTemplate.html","title":"Task - HTML Template","navPath":"TaskHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af52d3888-0d8d-4e3e-a1a2-959751f8a816","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSetCalendarforTimeout.html","title":"Task - Set Calendar for Timeout","navPath":"TaskSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a503a505b-fed5-4057-aa46-6d8a0a0d3ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskMultipleTimeoutWarning.html","title":"Task - Multiple Timeout Warning","navPath":"TaskMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"af30cacfa-6d00-4425-9670-e0ed0f75aa79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkActivity.html","title":"Work Activity","navPath":"WorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"afcafed35-4b29-4aec-b8bb-7d34d1c25096","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkDeliveryChannel.html","title":"Work - Delivery Channel","navPath":"WorkDeliveryChannel.html","bundleId":"work-tasks-2023-sp1","id":"a17c2555d-d76c-4288-96cc-72ff2c934996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAdvanceUIFields.html","title":"Work - AdvanceUI Fields","navPath":"WorkAdvanceUIFields.html","bundleId":"work-tasks-2023-sp1","id":"a5442eab2-a416-4088-a937-269d1014cdf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Work-WorkItemFields.html","title":"Work - Work Item Fields","navPath":"Work-WorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a5c625545-e557-4463-93aa-1c0417b047e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignActor%28s%29.html","title":"Work - Assign Actor(s)","navPath":"WorkAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a99a75915-2346-4bf3-a0fc-c11dfb6d9327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignQueue%28s%29.html","title":"Work - Assign Queue(s)","navPath":"WorkAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a97e0e802-0366-4039-8cc7-6ab269b12e1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSubject.html","title":"Work - Subject","navPath":"WorkSubject.html","bundleId":"work-tasks-2023-sp1","id":"a089431f5-04ca-4156-8e7e-867f41793658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkBody.html","title":"Work - Body","navPath":"WorkBody.html","bundleId":"work-tasks-2023-sp1","id":"a2b3c8590-98b9-4812-a50f-85139dec58f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkRedirectURL.html","title":"Work - Redirect URL","navPath":"WorkRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a749f6fa5-54b0-4c4b-8df9-07c75ba5ad66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkCustomDocumentViewURL.html","title":"Work - Custom Document View URL","navPath":"WorkCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a9cf76d44-1c07-4ff0-8533-fa03d84e6826","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSetCalendarforTimeout.html","title":"Work - Set Calendar for Timeout","navPath":"WorkSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afdfa2ef2-4139-4b41-a8cf-179b9faa4a9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkMultipleTimeoutWarning.html","title":"Work - Multiple Timeout Warning","navPath":"WorkMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"afbde02c6-20c1-4d45-a83b-9b4c10795d43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivity.html","title":"Invoke Form Activity","navPath":"InvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a10f82512-5a88-403f-875c-33dd65786d74","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormDeliveryChannels.html","title":"Invoke Form - Delivery Channels","navPath":"InvokeFormDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a8485e69c-0dd2-46c1-ba41-58f64dd1f3de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_2.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_2.html","bundleId":"work-tasks-2023-sp1","id":"a08ec02d9-b0dd-4922-a55b-8ea3026aca47","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormPossibleDistinctOutputs.html","title":"Invoke Form - Possible Distinct Outputs","navPath":"InvokeFormPossibleDistinctOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ab5946b6d-0ad8-488e-8407-9a2ea0784945","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-PossibleDistinctOutputsScenario.html","title":"Invoke Form - Possible Distinct Outputs Scenario","navPath":"InvokeForm-PossibleDistinctOutputsScenario.html","bundleId":"work-tasks-2023-sp1","id":"a5bb1247e-b408-4d47-93c2-4a560a565f55","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormWorkItemFields.html","title":"Invoke Form - Work Item Fields","navPath":"InvokeFormWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"abcb144a5-c33e-4fcb-b6a1-adc75f6bbd40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-AssignActor%28s%29.html","title":"Invoke Form - Assign Actor(s)","navPath":"InvokeForm-AssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4c6592f3-7020-4d1a-b437-92256a0decf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormAssignQueue%28s%29.html","title":"Invoke Form - Assign Queue(s)","navPath":"InvokeFormAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a68c2f508-6f29-45b1-849a-2df4dcc02dbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-FormName.html","title":"Invoke Form - Form Name","navPath":"InvokeForm-FormName.html","bundleId":"work-tasks-2023-sp1","id":"a774e9592-fa55-4522-a61a-af8d3bf014c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-OutputInstanceXML.html","title":"Invoke Form - Output Instance XML","navPath":"InvokeForm-OutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"ab91a374a-bcb0-4b4a-9405-a9f5b5c8a6d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-IndividualActor%27sResponseCollaborationinOutputInstanceXML.html","title":"Invoke Form - Individual Actor's Response Collaboration in Output Instance XML","navPath":"InvokeForm-IndividualActor'sResponseCollaborationinOutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"a9438f642-2b0e-4969-9dd5-ab0229a9654e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-UpdateFormParameters.html","title":"Invoke Form - Update Form Parameters","navPath":"InvokeForm-UpdateFormParameters.html","bundleId":"work-tasks-2023-sp1","id":"ae9ec7453-123f-48eb-bee6-178d4a5601ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Subject.html","title":"Invoke Form - Subject","navPath":"InvokeForm-Subject.html","bundleId":"work-tasks-2023-sp1","id":"a8fb72c3e-1719-43db-a84a-a2e5975be18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Body.html","title":"Invoke Form - Body","navPath":"InvokeForm-Body.html","bundleId":"work-tasks-2023-sp1","id":"a250fa835-6786-40dd-852b-255aa3352f2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-TemplatePath.html","title":"Invoke Form - Template Path","navPath":"InvokeForm-TemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a1e75a799-d03b-4ad7-94c1-5cd895f45fd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivityEmailTemplate.html","title":"Invoke Form Activity Email Template","navPath":"InvokeFormActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7f80ebe1-c27b-49cf-9d71-fa28550898ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInvokeFormActivity.html","title":"Use Variables in Invoke Form Activity","navPath":"UseVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5f61c66-3980-4e09-bc24-e98fd2eb7377","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInvokeFormActivity.html","title":"Use Contents in Invoke Form Activity","navPath":"UseContentsinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4c695291-8721-4ad4-a534-e0046ec43528","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInvokeFormActivity.html","title":"Use XML Variables in Invoke Form Activity","navPath":"UseXMLVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a52a05a22-3aee-4d43-bd26-f09763f5d216","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-RedirectURL.html","title":"Invoke Form - Redirect URL","navPath":"InvokeForm-RedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"ae1070c74-0650-43f6-a58a-6dd3f97f3835","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-CustomDocumentViewURL.html","title":"Invoke Form - Custom Document View URL","navPath":"InvokeForm-CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a6489b0b3-af4c-47cd-b22d-8b5dd49166f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-SetCalendarforTimeout.html","title":"Invoke Form - Set Calendar for Timeout","navPath":"InvokeForm-SetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a15952a70-97ac-4df2-979a-1d0ada026535","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MultipleTimeoutWarning.html","title":"Invoke Form - Multiple Timeout Warning","navPath":"InvokeForm-MultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a5d6312c3-a0da-489a-b7fd-a429127e8cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MailIntegrationScenario.html","title":"Invoke Form - Mail Integration Scenario","navPath":"InvokeForm-MailIntegrationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a93b5454c-3d05-4ec7-bbe8-04c85c4613f8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseBodyProperty.html","title":"Use 'Body' Property","navPath":"UseBodyProperty.html","bundleId":"work-tasks-2023-sp1","id":"a4d06b12a-6cd6-408e-bcb7-d81777dbceb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseTemplatePathProperty.html","title":"Use 'Template Path' Property","navPath":"UseTemplatePathProperty.html","bundleId":"work-tasks-2023-sp1","id":"ae6414b3c-e4a0-47f1-b723-49ab6a0461e8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssignaTasktoaManager.html","title":"Assign a Task to a Manager","navPath":"AssignaTasktoaManager.html","bundleId":"work-tasks-2023-sp1","id":"abc17f1ff-e7b8-4436-a58c-b50dff4827b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleControlECPlug-in.html","title":"Enterprise Console Control (EC Plug-in)","navPath":"EnterpriseConsoleControlECPlug-in.html","bundleId":"work-tasks-2023-sp1","id":"adb875483-bead-4f89-991c-d0fb95f7708d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationActivities.html","title":"Integration Activities","navPath":"IntegrationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a2228e2f0-24d6-4a8d-a1fb-171a58cf71a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentActivity.html","title":"Create-Open-Office-Document Activity","navPath":"CreateOpenOfficeDocumentActivity.html","bundleId":"work-tasks-2023-sp1","id":"a2b5c6a8f-a791-422b-bab1-ba843aa0f604","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentDestinationDetails.html","title":"Create-Open-Office-Document: Destination Details","navPath":"CreateOpenOfficeDocumentDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"a15dbbed5-a629-4cbd-be20-91bf6be87ce6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentSelectTemplate.html","title":"Create-Open-Office-Document: Select Template","navPath":"CreateOpenOfficeDocumentSelectTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aaf780b58-eb65-462d-92f1-33a4b7d2585f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebServiceActivity.html","title":"InvokeWebService Activity","navPath":"InvokeWebServiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5a8a0b46-f4f0-4c3e-aaee-12193ac61ad7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebService-WebServiceDetails.html","title":"InvokeWebService: Web Service Details","navPath":"InvokeWebService-WebServiceDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa9916b4c-d5f6-4908-9d3b-ebd0f2e9f275","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIActivity.html","title":"Invoke Web API Activity","navPath":"InvokeWebAPIActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5083ad8-ee5d-486a-8382-0955699d7055","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWebAPI.html","title":"Configure Web API","navPath":"ConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a9a6a5ee3-b38b-4a71-8d95-3b5b58390045","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI.html","bundleId":"work-tasks-2023-sp1","id":"ada6615b4-1be2-4788-b529-6808e3380329","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PATCHMethod.html","title":"PATCH Method","navPath":"PATCHMethod.html","bundleId":"work-tasks-2023-sp1","id":"a83f7d4f7-4034-48e0-9fb7-6cd2a6ffc493","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariable.html","title":"Create XML Variable","navPath":"CreateXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a107229eb-0bf2-4145-afcd-d9a2145b183b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity.html","title":"Script Activity","navPath":"ScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"a07b51c84-2874-46f6-bbc2-875d89332de6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode.html","title":"Script: Code","navPath":"ScriptCode.html","bundleId":"work-tasks-2023-sp1","id":"aca849bc3-4728-4187-9052-827a5f5220ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences.html","title":"Script: References","navPath":"ScriptReferences.html","bundleId":"work-tasks-2023-sp1","id":"ae4a63f8a-ffb8-41e3-88fa-0191f7f51702","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues.html","title":"Script: Return Values","navPath":"ScriptReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"a4a579e75-bea0-4aba-887c-a6cb5e00672e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileOperationsActivity.html","title":"File Operations Activity","navPath":"FileOperationsActivity.html","bundleId":"work-tasks-2023-sp1","id":"a23e232ba-ed10-48e7-af92-d910dfcccfa6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsSource_Details.html","title":"File Operations: Source Details","navPath":"File_OperationsSource_Details.html","bundleId":"work-tasks-2023-sp1","id":"ae5a77d45-21cc-4425-9aaf-d29461ca2446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsDestinationDetails.html","title":"File Operations: Destination Details","navPath":"File_OperationsDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"ab3c890f0-0c76-483b-bf6b-c5506d989e2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWorkflowStatusActivity.html","title":"Change Workflow Status Activity","navPath":"ChangeWorkflowStatusActivity.html","bundleId":"work-tasks-2023-sp1","id":"acd930056-fa54-458e-8c69-f283a27f91e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionActivity.html","title":"XML Action Activity","navPath":"XMLActionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5982cd4a-66a5-46fb-bcdd-dd1ad002febd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionGetData.html","title":"XML Action: Get Data","navPath":"XMLActionGetData.html","bundleId":"work-tasks-2023-sp1","id":"a592d992c-060f-40bf-9aef-e44ec33b536a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionSetVariables.html","title":"XML Action: Set Variables","navPath":"XMLActionSetVariables.html","bundleId":"work-tasks-2023-sp1","id":"a04ecdb58-d7b1-43a3-b934-195574529654","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities.html","title":"Engine Activities","navPath":"EngineActivities.html","bundleId":"work-tasks-2023-sp1","id":"a95e5070c-d07d-4608-917a-1facbe266ced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivity.html","title":"End Activity Execution Activity","navPath":"EndActivityExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa431465b-c54c-47b1-9edd-10fc1ac68d2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivityDetails.html","title":"End Activity Execution: Activity Details","navPath":"EndActivityExecutionActivityDetails.html","bundleId":"work-tasks-2023-sp1","id":"a839a74cc-8e3b-4000-bea9-ad278d3bf3bc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowExecutionActivity.html","title":"End Child Workflow Execution Activity","navPath":"EndChildWorkflowExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4af33c60-9604-4826-aa43-51a2ced43b0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowWorkflowDetails.html","title":"End Child Workflow: Workflow Details","navPath":"EndChildWorkflowWorkflowDetails.html","bundleId":"work-tasks-2023-sp1","id":"a9ddcbd2f-5670-4d98-b2f9-6477bf9828cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockingOutputActivity.html","title":"BlockingOutput Activity","navPath":"BlockingOutputActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8885a5fe-2592-4392-8ace-5751186d8b74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity.html","title":"Database Activity","navPath":"DatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa30c4cab-695c-4e38-a48e-6796c7abcbb7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity.html","title":"Decision Activity","navPath":"DecisionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aaa20909c-be11-433a-b2af-317d7f5a3391","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions.html","title":"Decision: Decisions","navPath":"Decisions.html","bundleId":"work-tasks-2023-sp1","id":"af4be743f-8ea5-48cb-82a0-9f6bd215509e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9ae79812-3254-45dd-9ef5-655ba8f9d448","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSerialExecution.html","title":"Example of Serial Execution","navPath":"ExampleofSerialExecution.html","bundleId":"work-tasks-2023-sp1","id":"ac7a03c8b-f0f4-4274-8e97-8fed5b2d04fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity.html","title":"For-Loop Activity","navPath":"ForLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad800355c-d50b-4389-b466-a89f2a4f1f0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount.html","title":"For - Loop Count","navPath":"ForLoopCount.html","bundleId":"work-tasks-2023-sp1","id":"aa7a1ca5c-9368-4333-9973-4089e621b15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity.html","title":"Logger Activity","navPath":"LoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ade018870-1550-4fba-a063-d1a5f5ea840c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage.html","title":"Log - Log Message","navPath":"Log-LogMessage.html","bundleId":"work-tasks-2023-sp1","id":"af981a1b9-7b65-476f-bc92-0109520a0598","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoopExecutionStepEntryActivity.html","title":"Loop Execution Step Entry Activity","navPath":"LoopExecutionStepEntryActivity.html","bundleId":"work-tasks-2023-sp1","id":"a35303179-d9b4-4df5-9f57-394981974e0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity.html","title":"Next Loop Activity","navPath":"NextLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a43b1defb-4dea-4ce4-844f-00f008ff0157","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariableActivity.html","title":"Resource Variable Activity","navPath":"ResourceVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"a33f41dc0-bbc9-468d-b23a-94ac0e636a7d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariable-Actors.html","title":"Resource Variable - Actors","navPath":"ResourceVariable-Actors.html","bundleId":"work-tasks-2023-sp1","id":"ae525a243-3c25-4ffd-8601-732c64be5fb4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity.html","title":"Rule Activity","navPath":"RuleActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6cb44d86-19d4-41c2-bf84-84ab7a855b6b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition.html","title":"Rule - Condition","navPath":"RuleCondition.html","bundleId":"work-tasks-2023-sp1","id":"ab7d41ffd-6f5e-492d-afa2-aba6b4321390","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActivity.html","title":"Workflow Activity","navPath":"WorkflowActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36a1c56e-acb9-4a99-a913-6c61eb4cf96e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowContents_forChildWorkflow.html","title":"Workflow - Contents for ChildWorkflow","navPath":"WorkflowContents_forChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6fcad1b9-8757-4b6e-ac7a-b63db9a3462f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a71e32ef6-dbfa-41d3-8208-6054245e83a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a39ac243b-6dd5-4f77-b52b-e6d9218d7509","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowReturnValues.html","title":"Workflow - Return Values","navPath":"WorkflowReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"ab5812c43-3dd6-4286-9f3d-553a8d3ef137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","title":"How to Pass Variables/Contents from Parent Workflow to Child Workflow?","navPath":"HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a2367ed1b-def4-41ab-8d20-a58e65971058","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetExecutionIDoftheChildWorkflow.html","title":"Get Execution ID of the Child Workflow","navPath":"GetExecutionIDoftheChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a59d5ed72-7e73-4b2b-8211-3719cef69c37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"abad358f2-db18-45db-9027-01ecc23fdb9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Variables.html","title":"Variables","navPath":"Variables.html","bundleId":"work-tasks-2023-sp1","id":"a3a0cfcae-3c2d-4704-bbcf-8c0d6d859474","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsXmlVariables.html","title":"Forms Xml Variables","navPath":"FormsXmlVariables.html","bundleId":"work-tasks-2023-sp1","id":"a3ae2a8ca-5873-4bac-9421-96a83dfccc59","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity.html","bundleId":"work-tasks-2023-sp1","id":"a71c50a76-6eb8-4dae-8779-99d2e29f608a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables.html","bundleId":"work-tasks-2023-sp1","id":"ab45d16c4-02a6-4d94-95ee-fa810c9b2c36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aee505bd0-11db-4d44-b91f-fc4cdb68cf1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity.html","title":"Synchronize Activity","navPath":"SynchronizeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8a38616a-e56e-4874-a21c-95229df13f0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable.html","bundleId":"work-tasks-2023-sp1","id":"a954cbf60-a88c-473e-ad9f-4baa70e26e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator.html","title":"XML Navigator","navPath":"XMLNavigator.html","bundleId":"work-tasks-2023-sp1","id":"ae366c9f0-4f08-4e4e-b36f-d2dd0ed1e0c1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivities.html","title":"Scheduler Activities","navPath":"SchedulerActivities.html","bundleId":"work-tasks-2023-sp1","id":"a0b0cb2a5-5845-4eca-bfb2-6cb2b9ffdbc2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlCustomTimerActivity.html","title":"Control Custom Timer Activity","navPath":"ControlCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4f46ae7-e15e-4d61-aa20-1b21addf8373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerActivity.html","title":"Set Custom Timer Activity","navPath":"SetCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab62c3b00-92d7-4788-9a59-3c3528ab2d79","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerScheduleTime.html","title":"Set Custom Timer: Schedule Time","navPath":"SetCustomTimerScheduleTime.html","bundleId":"work-tasks-2023-sp1","id":"af3246f9b-52f6-4eaa-825c-1dd09842fed1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivity.html","title":"Scheduler Activity","navPath":"SchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa77bd132-35e9-47b8-8606-fe07fa9467e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerDetails.html","title":"Scheduler: Scheduler Details","navPath":"SchedulerDetails.html","bundleId":"work-tasks-2023-sp1","id":"af4dde46c-d10f-4bae-9dde-b93709869e64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RescheduleFailedTasks.html","title":"Reschedule Failed Tasks","navPath":"RescheduleFailedTasks.html","bundleId":"work-tasks-2023-sp1","id":"a9bf90d9c-8c72-493b-b413-80af28a4888e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeTriggerActivity.html","title":"Time Trigger Activity","navPath":"TimeTriggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a94a60a80-9002-442e-9475-0234e1bc23b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimerTrigger.html","title":"Time Trigger: Timer Trigger","navPath":"TimerTrigger.html","bundleId":"work-tasks-2023-sp1","id":"a7f139c6b-1192-4c3a-affc-252ef50abed8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities.html","title":"Communication Activities","navPath":"CommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a82645408-29b2-4624-ac9f-1c0e4c719eb9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailActivity.html","title":"Email Activity","navPath":"EmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad7bdb004-2864-417a-9c78-66f477545e29","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailToResource.html","title":"Email: ToResource","navPath":"EmailToResource.html","bundleId":"work-tasks-2023-sp1","id":"a0bb21980-7c81-4856-b549-8d3b8b81c5ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBCCResource.html","title":"Email: BCC Resource","navPath":"EmailBCCResource.html","bundleId":"work-tasks-2023-sp1","id":"ac6978064-95f7-4fcd-ac9e-45ca0bf73f24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailCCResource.html","title":"Email: CCResource","navPath":"EmailCCResource.html","bundleId":"work-tasks-2023-sp1","id":"a265759a0-c819-4201-a207-1bf51401b5c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailSubject.html","title":"Email: Subject","navPath":"EmailSubject.html","bundleId":"work-tasks-2023-sp1","id":"afc44603b-ad6c-406c-97f1-825a9ca6c3e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBody.html","title":"Email: Body","navPath":"EmailBody.html","bundleId":"work-tasks-2023-sp1","id":"ae43938fb-7668-49bc-9542-e87c4c3198fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailAttachReports.html","title":"Email: Attach Reports","navPath":"EmailAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ae36f5a5f-47e8-439f-9a37-dc5d06d04fb3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCommunicationActivities.html","title":"Configure Communication Activities","navPath":"ConfigureCommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a21db4212-94e8-44e3-a458-9b35fd5d11df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites_1.html","title":"Prerequisites","navPath":"Prerequisites_1.html","bundleId":"work-tasks-2023-sp1","id":"a3d360ac3-346e-4b16-b204-a29cb0c0678b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforReceivingEmails.html","title":"Configure Farm Configuration Wizard for Receiving Emails","navPath":"ConfigureFarmConfigurationWizardforReceivingEmails.html","bundleId":"work-tasks-2023-sp1","id":"adf7dffa9-b4c0-4d6a-93d8-3836ba195e24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforSendingSMS.html","title":"Configure Farm Configuration Wizard for Sending SMS","navPath":"ConfigureFarmConfigurationWizardforSendingSMS.html","bundleId":"work-tasks-2023-sp1","id":"a42701d91-382c-49cc-b6f0-0ff2f5e67d4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisableReplyEmailforInvalidEmails.html","title":"Disable Reply Email for Invalid Emails","navPath":"DisableReplyEmailforInvalidEmails.html","bundleId":"work-tasks-2023-sp1","id":"a6b13a918-fa8a-4270-a2d5-5373a43ca818","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity.html","title":"Notification Activity","navPath":"NotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19dc15b1-f5c7-4e95-9b75-8f0c8ed93e31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource.html","title":"Notification: ToResource","navPath":"NotificationToResource.html","bundleId":"work-tasks-2023-sp1","id":"abdb34447-6718-4551-90b8-0725393ac109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_1.html","title":"Notification: ToResource","navPath":"NotificationToResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a640b4036-ea3b-4e46-b75d-efa7d08acc0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailActivity.html","title":"Wait for Email Activity","navPath":"WaitforEmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"abdc4d78f-1813-45e0-ba6e-ea7fa494d69a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailFilterExpression.html","title":"Wait for Email: Filter Expression","navPath":"WaitforEmailFilterExpression.html","bundleId":"work-tasks-2023-sp1","id":"afc2d8138-cc35-4ee8-9c37-492f5f16fc7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a5161d0ce-43c3-4434-a93c-d9908ccea4b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveOptions.html","title":"Wait for Email: Attachment Save Options","navPath":"WaitforEmailAttachmentSaveOptions.html","bundleId":"work-tasks-2023-sp1","id":"a2ca6a439-9bf5-4531-ad4c-a2704ea54c20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveLocation.html","title":"Wait for Email: Attachment Save Location","navPath":"WaitforEmailAttachmentSaveLocation.html","bundleId":"work-tasks-2023-sp1","id":"a7fcd6ae4-091a-4b4f-98e2-cc644cfb8985","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail_1.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail_1.html","bundleId":"work-tasks-2023-sp1","id":"a516fb5b9-e4c7-47eb-a4e0-dc4b17cb015f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotificationActivity.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a45419fb4-951e-4bf5-8b99-65215bfeffe3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource.html","bundleId":"work-tasks-2023-sp1","id":"a76b09728-645d-479d-85dd-d79d6f6b5ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetNotificationType.html","title":"Set Notification Type","navPath":"SetNotificationType.html","bundleId":"work-tasks-2023-sp1","id":"a5ea7c9e8-6498-4509-959c-111539e5d8fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVA_WorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVA_WorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"abb0522d5-61b3-477e-a7e0-1b5a7397a9b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a754a4a56-0248-412e-a7d1-16edd3bd24b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNElements.html","title":"BPMN Elements","navPath":"BPMNElements.html","bundleId":"work-tasks-2023-sp1","id":"a1ce0213d-5639-49d8-9ab3-7ffa67e28fba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GatewayPlaceholder.html","title":"Gateway Placeholder","navPath":"GatewayPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"adbd0ee6b-1d09-47e5-bd0e-9fae2268da82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupBox.html","title":"Group Box","navPath":"GroupBox.html","bundleId":"work-tasks-2023-sp1","id":"a0df5caa5-f782-4740-bae1-3697c615fc89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventPlaceholder.html","title":"Intermediate Event Placeholder","navPath":"IntermediateEventPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"a09719033-43f8-424c-bea2-281be86c608e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lane.html","title":"Lane","navPath":"Lane.html","bundleId":"work-tasks-2023-sp1","id":"a1fa672d4-0f02-4d60-91fe-4a2dd488f70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Placeholder.html","title":"Placeholder","navPath":"Placeholder.html","bundleId":"work-tasks-2023-sp1","id":"a916c84fd-43d6-4f6b-bef4-3e8b3cb50bfa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PlaceholderActionOutputs.html","title":"Placeholder: Action Outputs","navPath":"PlaceholderActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ae294db7f-6ba0-4ed7-a5d5-23d49520d392","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Pool.html","title":"Pool","navPath":"Pool.html","bundleId":"work-tasks-2023-sp1","id":"ad0824ae0-acb4-41f6-b1a9-1f08f72e4b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListActivities.html","title":"List Activities","navPath":"ListActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae5ca5838-8804-4ef0-9579-434931e3b261","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorActivity.html","title":"List Navigator Activity","navPath":"ListNavigatorActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4d6b5f85-bd48-4ea2-b882-adcd00c14493","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XmlListNavigatorActivity-XmlVariableOfListType.html","title":"XML List Navigator Activity - XMLVariable of List Type","navPath":"XmlListNavigatorActivity-XmlVariableOfListType.html","bundleId":"work-tasks-2023-sp1","id":"a24127fd9-8d01-4697-8dad-aede62a71120","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListNameorID.html","title":"List Navigator: List Name or ID","navPath":"ListNavigatorListNameorID.html","bundleId":"work-tasks-2023-sp1","id":"a55e089ca-67d5-4e9d-b5ec-89cf0013687d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListQuery.html","title":"List Navigator: List Query","navPath":"ListNavigatorListQuery.html","bundleId":"work-tasks-2023-sp1","id":"a934ce89e-686b-45ba-bb88-eaaf3988eeb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorQueryBuilder.html","title":"List Navigator: Query Builder","navPath":"ListNavigatorQueryBuilder.html","bundleId":"work-tasks-2023-sp1","id":"ad4ff32cd-5e06-4a86-93be-b891bc145f58","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForEventActivity.html","title":"Wait for Event Activity","navPath":"WaitForEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae161d7e9-5440-441b-8ba9-4e0743c1ff4e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventListID.html","title":"Wait for Event: List ID","navPath":"WaitforEventListID.html","bundleId":"work-tasks-2023-sp1","id":"a73680b3d-4100-4071-b107-7cff5eb4d7f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventNoofEvents.html","title":"Wait for Event: No of Events","navPath":"WaitforEventNoofEvents.html","bundleId":"work-tasks-2023-sp1","id":"a0b320b0e-ba44-41a1-ba37-b46e3205f6f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveFrom.html","title":"Wait for Event: Effective From","navPath":"WaitforEventEffectiveFrom.html","bundleId":"work-tasks-2023-sp1","id":"a7d706dcd-3c9d-4b10-909d-d1be0c0005bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveTo.html","title":"Wait for Event: Effective To","navPath":"WaitforEventEffectiveTo.html","bundleId":"work-tasks-2023-sp1","id":"aa559fbf1-83ce-494c-a841-ded0360e424d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventWorkflowEventDataXMLVariable.html","title":"Wait for Event: Workflow Event Data XML Variable","navPath":"WaitforEventWorkflowEventDataXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2be046d2-7ea4-4f26-8f71-861745c8d20c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityActivities.html","title":"Security Activities","navPath":"SecurityActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1e7e1e0-17e8-451b-8e70-fbd11880633d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelApprovalWorkflow.html","title":"Cancel Approval Workflow","navPath":"CancelApprovalWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a979a5b9d-056d-4e68-ad73-72be5358d892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityInstructionHandler.html","title":"Security Instruction Handler","navPath":"SecurityInstructionHandler.html","bundleId":"work-tasks-2023-sp1","id":"a1a0c95a6-7a3b-4a76-ac17-712a804edbce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportActivities.html","title":"Report Activities","navPath":"ReportActivities.html","bundleId":"work-tasks-2023-sp1","id":"abc7dd4c6-9816-4de6-8123-9917201b85b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportGeneratorActivity.html","title":"Report Generator Activity","navPath":"ReportGeneratorActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad043f159-88a5-48b0-91a0-8ea33bcc0469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureReportTemplate.html","title":"Configure Report Template","navPath":"ConfigureReportTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af42d1a2b-fb3b-4e3e-b8b7-f5315def2ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHistorianConnection.html","title":"Create a Historian Connection","navPath":"CreateaHistorianConnection.html","bundleId":"work-tasks-2023-sp1","id":"a024770fb-d8b7-44b0-a87a-589470202068","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAActivities.html","title":"SOA Activities","navPath":"SOAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a1e63dec3-186e-4296-80cc-274c27fe000a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAExecuteActivity.html","title":"SOA Execute Activity","navPath":"SOAExecuteActivity.html","bundleId":"work-tasks-2023-sp1","id":"acaecacf0-0483-4efb-85de-3b4e4a8d9952","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteMethodswithOutParametersinSOA.html","title":"Execute Methods with Out Parameters in SOA","navPath":"ExecuteMethodswithOutParametersinSOA.html","bundleId":"work-tasks-2023-sp1","id":"a1bc3d3eb-db20-43d2-aa14-f986252dbd01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveMultipleRecordsfromDatabaseUsingSOA.html","title":"Retrieve Multiple Records from Database Using SOA","navPath":"RetrieveMultipleRecordsfromDatabaseUsingSOA.html","bundleId":"work-tasks-2023-sp1","id":"a814f8475-aa00-4312-b5bf-3b72fa5eb0eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoIterateCollectionObject.html","title":"How to Iterate Collection Object?","navPath":"HowtoIterateCollectionObject.html","bundleId":"work-tasks-2023-sp1","id":"a577f6746-b0ff-4b17-af40-6144e1a9eab2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoDesignaWorkflow.html","title":"How to Design a Workflow?","navPath":"HowtoDesignaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a217e89a9-1f87-413d-8f1f-2e651d6f8c0f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEventsActivities.html","title":"ArchestrA Events","navPath":"ArchestrAEventsActivities.html","bundleId":"work-tasks-2023-sp1","id":"a22fc689b-13c4-4acc-b4e2-5d7c8d9f0174","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAWaitforEvent.html","title":"ArchestrA Wait for Event","navPath":"ArchestrAWaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a9ab269c4-a1a5-43b5-a8b0-2c2910aac10d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetArchestrAEventFilters.html","title":"Set ArchestrA Event Filters","navPath":"SetArchestrAEventFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91aff46b-d538-40fd-bc35-5540783d0c73","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities.html","title":"Message Queue Activities","navPath":"MessageQueueActivities.html","bundleId":"work-tasks-2023-sp1","id":"a4068501f-3ebb-49d7-91e8-cd10de8a14ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData.html","title":"SendMQData","navPath":"SendMQData.html","bundleId":"work-tasks-2023-sp1","id":"a0de6a88c-95ad-41cd-99e4-a0ddfb386429","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringMessageQueueConnection.html","title":"Configuring Message Queue Connection","navPath":"ConfiguringMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"af2009a71-d918-45cf-aa2d-db38c280fda5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForMQData.html","title":"WaitForMQData","navPath":"WaitForMQData.html","bundleId":"work-tasks-2023-sp1","id":"a4d94d537-22ab-4067-b4e9-097046bbee1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageQueueFilters.html","title":"Set Message Queue Filters","navPath":"SetMessageQueueFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91b2b46e-e74a-4a25-96e7-652ce7c7920d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities.html","title":"Logic App Activities","navPath":"LogicAppActivities.html","bundleId":"work-tasks-2023-sp1","id":"a108cffbb-f8d2-44ba-b4e7-09d7ba7d2bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity.html","bundleId":"work-tasks-2023-sp1","id":"afda05204-d7e4-425e-ba27-866f1071e830","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringLogicAppConnectionandData.html","title":"Configuring Logic App Connection and Data","navPath":"ConfiguringLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"aa3c9e4bc-fd28-4554-bbe8-06763f20c6eb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforLogicAppAlertActivity.html","title":"Wait for Logic App Alert Activity","navPath":"WaitforLogicAppAlertActivity.html","bundleId":"work-tasks-2023-sp1","id":"a754640c1-f7ac-4588-a32b-a35fbd5f25b1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandExecuteWorkflows.html","title":"Design and Execute Workflows","navPath":"DesignandExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aaf35a399-194f-4ecb-890a-9c34755d4164","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewWorkflowProcess.html","title":"Create a New Workflow Process","navPath":"CreateaNewWorkflowProcess.html","bundleId":"work-tasks-2023-sp1","id":"ab76d7c82-5136-4900-bb6b-33d3f47643b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecutetheWorkflow.html","title":"Execute the Workflow","navPath":"ExecutetheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ae0cbf4f4-cc13-48f7-956a-7e49f7b5a929","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofInternalStatusCodes.html","title":"List of Internal Status Codes","navPath":"ListofInternalStatusCodes.html","bundleId":"work-tasks-2023-sp1","id":"aaf49a492-e480-4c42-a9de-d1d56ea76832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflows.html","title":"Execute Workflows","navPath":"ExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a55737b80-4ff2-4179-b0e2-c68e5a8d87e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflowsAsynchronously.html","title":"Execute Workflows Asynchronously","navPath":"ExecuteWorkflowsAsynchronously.html","bundleId":"work-tasks-2023-sp1","id":"ac7c7a9bc-42cd-4657-93e8-bcba29c5dc96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseRedirectionEnabledPropertyforSynchronousExecution.html","title":"Use Redirection Enabled Property for Synchronous Execution","navPath":"UseRedirectionEnabledPropertyforSynchronousExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be8fc49-6b88-426f-af18-739778883656","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnablingHumanWorkflowInteraction.html","title":"Enable Human-Workflow Interaction","navPath":"EnablingHumanWorkflowInteraction.html","bundleId":"work-tasks-2023-sp1","id":"abe3d0c46-f8e5-4d06-bb8e-2598f5823624","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanWorkflowServices.html","title":"Human Workflow Services","navPath":"HumanWorkflowServices.html","bundleId":"work-tasks-2023-sp1","id":"a3427f323-e4ef-47f5-bafa-99fe03d9f64b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutChannels.html","title":"About Channels","navPath":"AboutChannels.html","bundleId":"work-tasks-2023-sp1","id":"a666d8a70-8940-4351-8899-eb69c8abe3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutForms.html","title":"About Forms","navPath":"AboutForms.html","bundleId":"work-tasks-2023-sp1","id":"a89983141-5060-4f88-ab42-ea21e76b0927","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateChannelsandForms.html","title":"Create Channels and Forms","navPath":"CreateChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a70cc5690-b4b0-4eab-a61e-58bc279ff081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseChannelsandForms.html","title":"Use Channels and Forms","navPath":"UseChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a6b6ee1c2-79fd-44ae-825b-da9da07b2bf4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeBehaviorofChannelsandForms.html","title":"Run-time Behavior of Channels and Forms","navPath":"RuntimeBehaviorofChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a1877836f-6a17-470e-a9b5-a290dd6b44f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAccessRightsforFormInstances.html","title":"Set Access Rights for Form Instances","navPath":"SetAccessRightsforFormInstances.html","bundleId":"work-tasks-2023-sp1","id":"a8109f407-808f-4f14-b98e-9f1fe4f62b14","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseASPXFormastheDetailedViewPageofWorkItemListControl.html","title":"Use ASPX Form as the Detailed View Page of Work Item List Control","navPath":"UseASPXFormastheDetailedViewPageofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a1f0d01e4-7fca-4c0e-aa4a-46f02d4e767c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailandMicrosoftOfficeOutlookIntegration.html","title":"Email and Microsoft Office Outlook Integration","navPath":"EmailandMicrosoftOfficeOutlookIntegration.html","bundleId":"work-tasks-2023-sp1","id":"aea36f96c-f336-4d5e-a187-a672a2ed3b15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoSendingActivitiesbyEmail.html","title":"Introduction to Sending Activities by Email","navPath":"IntroductiontoSendingActivitiesbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"adda7a138-bced-4a3b-b323-11ac8b38a33a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivitiestobeSentbyEmail.html","title":"Configure Activities to be Sent by Email","navPath":"ConfigureActivitiestobeSentbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"a4f9556e9-6268-482d-a249-210d4f43a34c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateFormatinEmailTemplate.html","title":"Date Format in Email Template","navPath":"DateFormatinEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad6c755e8-e867-45df-adcb-415fcb509233","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationwithMicrosoftOfficeOutlook.html","title":"Integration with Microsoft Office Outlook","navPath":"IntegrationwithMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a686ae0d4-b87c-4ff2-a357-bb01e2d40f25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoApprovalActivitiesfromEmail.html","title":"Respond to Approval Activities from Email","navPath":"RespondtoApprovalActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a11ae5cde-6072-4001-8fd6-10f3d3d3d0f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChecklistActivitiesfromEmail.html","title":"Respond to Checklist Activities from Email","navPath":"RespondtoChecklistActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3621f986-3dcc-4ecd-8faf-5a8c50125c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChoiceActivitiesfromEmail.html","title":"Respond to Choice Activities from Email","navPath":"RespondtoChoiceActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3659d735-50c2-46e1-bc7c-da460d262e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInformationActivitiesfromEmail.html","title":"View Information Activities from Email","navPath":"ViewInformationActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"ae700b7a0-b754-439d-bc33-a1a6fdd5869a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoTaskActivitiesfromEmail.html","title":"Respond to Task Activities from Email","navPath":"RespondtoTaskActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"af83317e6-ba6b-44a5-bb08-72760c0388ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","title":"Configure Repository Database to View Process Execution View, Document View, and Work Items View from Email","navPath":"ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a90ff5ff3-ff97-40bd-aa3f-08d96304c533","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportVariablesContentsandXMLVariablesinEmailTemplates.html","title":"Support Variables, Contents, and XML Variables in Email Templates","navPath":"SupportVariablesContentsandXMLVariablesinEmailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"a20989d4a-a7fe-4c1e-a300-d91c02504f35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivityEmailTemplate.html","title":"Approval Activity Email Template","navPath":"ApprovalActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a87abb814-8398-486f-9b80-ffd23c4579cb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesintheApprovalEmailTemplate.html","title":"Use Variables in the Approval Email Template","navPath":"UseVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2afae867-d7e7-46d7-bf67-419b80953762","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsintheApprovalEmailTemplate.html","title":"Use Contents in the Approval Email Template","navPath":"UseContentsintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac95550e8-220d-4332-a220-26232d4fce87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesintheApprovalEmailTemplate.html","title":"Use XML Variables in the Approval Email Template","navPath":"UseXMLVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae7c4ff48-2d4b-4077-a426-4aa58eb3adeb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivityEmailTemplate.html","title":"Choice Activity Email Template","navPath":"ChoiceActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a9b945a0f-c5ec-4ce3-8d14-85c440aeee44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinChoiceEmailTemplate.html","title":"Use Variables in Choice Email Template","navPath":"UseVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac933a8f7-c747-4ee8-8c82-4e8575187cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinChoiceEmailTemplate.html","title":"Use Contents in Choice Email Template","navPath":"UseContentsinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"afff89e01-f034-4356-aca0-152f6c4e6f12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinChoiceEmailTemplate.html","title":"Use XML Variables in Choice Email Template","navPath":"UseXMLVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a097000f0-3291-4b2d-bc43-2dbcc2b52f04","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/check-listactivityemailtemplate.html","title":"Check-List Activity Email Template","navPath":"check-listactivityemailtemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5c966dd6-b323-466b-8ba1-df2273c0f305","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinCheckListEmailTemplate.html","title":"Use Variables in Check-List Email Template","navPath":"UseVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a810bd848-b02c-4a20-b3d7-658939e67f33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinCheckListEmailTemplate.html","title":"Use Contents in Check-List Email Template","navPath":"UseContentsinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a0d1969b4-01e6-4260-8c05-9fd7b2d47bc3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinCheckListEmailTemplate.html","title":"Use XML Variables in Check-List Email Template","navPath":"UseXMLVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ab36f8de9-73e5-4d41-8a92-bf80eca1d664","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivityEmailTemplate.html","title":"Task Activity Email Template","navPath":"TaskActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1a4d6c1d-a413-46c4-84d9-3a4c008d4dcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinTaskEmailTemplate.html","title":"Use Variables in Task Email Template","navPath":"UseVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1d2c3fbc-0971-4a62-881b-1a9074230ae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinTaskEmailTemplate.html","title":"Use Contents in Task Email Template","navPath":"UseContentsinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a43c16a1e-b4bd-4691-be0f-811a662413b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinTaskEmailTemplate.html","title":"Use XML Variables in Task Email Template","navPath":"UseXMLVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2ddd6465-7286-4a68-a2d1-26aa648d209a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivityEmailTemplate.html","title":"Information Activity Email Template","navPath":"InformationActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7823e8d0-ed10-4987-a667-09155337ab44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInformationEmailTemplate.html","title":"Use Variables in Information Email Template","navPath":"UseVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1995307a-c882-409b-8b49-45975aa84be7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInformationEmailTemplate.html","title":"Use Contents in Information Email Template","navPath":"UseContentsinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a8947b830-0ade-48bd-add5-ea611642ae8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInformationEmailTemplate.html","title":"Use XML Variables in Information Email Template","navPath":"UseXMLVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a361d157a-2e76-4b2b-8800-01e92b9138d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differentemailtemplatefordifferentactivityinaworkflow.html","title":"Different Email Template for Different Activity in a Workflow","navPath":"differentemailtemplatefordifferentactivityinaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af4add5eb-9aaa-41d1-8df7-448be27d0f7b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofApprovalActivity.html","title":"Use 'HTML Template' Property of Approval Activity","navPath":"UseHTMLTemplatePropertyofApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6af2a093-0045-4aa4-b303-1c721cb1e69e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChoiceActivity.html","title":"Use 'HTML Template' Property of Choice Activity","navPath":"UseHTMLTemplatePropertyofChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a0ad5df4c-0faa-4298-9094-188dfce74f9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChecklistActivity.html","title":"Use 'HTML Template' Property of Checklist Activity","navPath":"UseHTMLTemplatePropertyofChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a420d6302-62b8-4bd9-9e6f-2f3001664537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofTaskActivity.html","title":"Use 'HTML Template' Property of Task Activity","navPath":"UseHTMLTemplatePropertyofTaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae2330773-66d2-4047-8441-61d9f807d619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofInformationActivity.html","title":"Use 'HTML Template' Property of Information Activity","navPath":"UseHTMLTemplatePropertyofInformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7a93971d-cc7e-4931-8472-043ff4aa31a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddinforMicrosoftOfficeOutlook.html","title":"Add-in for Microsoft Office Outlook","navPath":"AddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a019dd97f-7965-4718-a027-8ae575e1d3ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContextMenuOptions.html","title":"Context Menu Options","navPath":"ContextMenuOptions.html","bundleId":"work-tasks-2023-sp1","id":"a28b8b3e8-39b7-4a62-9f73-3cf276eed0ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity_1.html","title":"Approval Activity","navPath":"ApprovalActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4f804404-5855-4077-9a72-c3f764a5bcda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity_1.html","title":"Checklist Activity","navPath":"ChecklistActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a45b0653f-d777-4014-8815-db20c68c634b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity_1.html","title":"Choice Activity","navPath":"ChoiceActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3b2b7e8b-beeb-4639-8f33-60f6449caff3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity_1.html","title":"Task Activity","navPath":"TaskActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3a7bd192-c521-4673-b1a0-11dffd966cbf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MicrosoftOfficeOutlookFollowup.html","title":"Microsoft Office Outlook Follow up","navPath":"MicrosoftOfficeOutlookFollowup.html","bundleId":"work-tasks-2023-sp1","id":"a32f155f7-6c79-4d7c-af31-2260b41c67ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RibbonBarOptions.html","title":"Ribbon Bar Options","navPath":"RibbonBarOptions.html","bundleId":"work-tasks-2023-sp1","id":"ae93bda9b-b11b-4aa3-9316-240ed673c2d1","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Database.html","title":"Database","navPath":"Database.html","bundleId":"work-tasks-2023-sp1","id":"a930034ab-fb47-47f3-9d1d-6b60dea2fe6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDatabaseScriptstocreateDatabaseTables.html","title":"Use Database Scripts to create Database Tables","navPath":"UseDatabaseScriptstocreateDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"acc1c585c-2924-4b1a-a512-d279c3b98648","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedFeatures.html","title":"Advanced Features","navPath":"AdvancedFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a70e953d5-8f69-45ed-b76f-e2393b586c9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFramework.html","title":"Events Framework","navPath":"EventsFramework.html","bundleId":"work-tasks-2023-sp1","id":"a53009b3e-74d3-4d77-800e-b7252914b152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventFrameworkComponents.html","title":"Event Framework Components","navPath":"EventFrameworkComponents.html","bundleId":"work-tasks-2023-sp1","id":"a37d9f90b-ac9f-49be-8e88-69ac7e64cec3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFrameworkInterfacesandClasses.html","title":"Events Framework Interfaces and Classes","navPath":"EventsFrameworkInterfacesandClasses.html","bundleId":"work-tasks-2023-sp1","id":"ad618ced8-7623-4e40-8f7e-1db65c3fa1d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventProviderArchitecture.html","title":"Event Provider Architecture","navPath":"EventProviderArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a9cb1dd66-4a87-44cc-8a9f-ba4c522eaeda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboundEventProvider.html","title":"Inbound Event Provider","navPath":"InboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"af860ec65-5839-49db-9e0d-16a222a62d73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OutboundEventProvider.html","title":"Outbound Event Provider","navPath":"OutboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a78d5551c-e863-49bf-8cba-66a9c683efc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkEventBindingandProvider.html","title":"Link Event Binding and Provider","navPath":"LinkEventBindingandProvider.html","bundleId":"work-tasks-2023-sp1","id":"a040c612b-b132-40de-ac55-7ecd0ba8d2bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDefaultEventProviders.html","title":"Use Default Event Providers","navPath":"UseDefaultEventProviders.html","bundleId":"work-tasks-2023-sp1","id":"a7099eb74-8545-4f72-8da1-2adccf65a747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingaCustomEventProvider.html","title":"Add a Custom Event Provider","navPath":"AddingaCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a561f71f4-97a6-4e81-a6b2-13072a54d59f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoCreateCustomEventProvider.html","title":"Steps to Create Custom Event Provider","navPath":"StepstoCreateCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a9275fde5-8cf6-4815-8584-5dca299c52d7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleClassLibraryforCustomEventProvider.html","title":"Code Sample - Class Library for Custom Event Provider","navPath":"CodeSampleClassLibraryforCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a16f4fd34-5d29-4eb2-8038-fe9e966b31df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFilesforFileWatcherEventBindingPage.html","title":"Code Sample - Files for File Watcher Event Binding Page","navPath":"CodeSampleFilesforFileWatcherEventBindingPage.html","bundleId":"work-tasks-2023-sp1","id":"a464d928e-bd7c-46d0-8539-2f2b8f7b9172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","title":"Create File Watcher Initiated Workflow or Custom Workflow","navPath":"CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af0dbad4b-d819-4790-a108-2eb6c61853a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFileWatcherInitiatedWorkflow.html","title":"Code Sample - File Watcher Initiated Workflow","navPath":"CodeSampleFileWatcherInitiatedWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a56a4c914-03bf-4c77-96d8-04162c1a6f33","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportBPMNProcessModelsfromMicrosoftVisio.html","title":"Import BPMN Process Models from Microsoft Visio","navPath":"ImportBPMNProcessModelsfromMicrosoftVisio.html","bundleId":"work-tasks-2023-sp1","id":"a0b1c16e1-96fb-4d5f-ad72-62fb7d687d6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofVisioProcessImport.html","title":"Overview of Visio Process Import","navPath":"OverviewofVisioProcessImport.html","bundleId":"work-tasks-2023-sp1","id":"a8a072564-f32a-4a3e-8388-4e421c4839a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","title":"Map BPMN Events to AVEVA Work Tasks Actions","navPath":"Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","bundleId":"work-tasks-2023-sp1","id":"a543ceb38-84cb-4227-98d2-4c91cd9a4c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNEndEvents.html","title":"BPMN End Events","navPath":"BPMNEndEvents.html","bundleId":"work-tasks-2023-sp1","id":"a83b4df9b-f226-4353-8693-cfaa08d97657","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndEvent.html","title":"End Event","navPath":"EndEvent.html","bundleId":"work-tasks-2023-sp1","id":"a88124fc8-870d-4904-b34b-0c43e04217dc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RaiseException.html","title":"Raise Exception","navPath":"RaiseException.html","bundleId":"work-tasks-2023-sp1","id":"aabcf5fcb-0ccc-43dd-a66b-91fc66ad0802","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelTransaction.html","title":"Cancel Transaction","navPath":"CancelTransaction.html","bundleId":"work-tasks-2023-sp1","id":"a69c2224e-7923-4242-85a5-fbad4198655a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CompensateTransaction.html","title":"Compensate Transaction","navPath":"CompensateTransaction.html","bundleId":"work-tasks-2023-sp1","id":"aefab2658-6ce6-44e3-9772-0c14d07e69b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TerminateWorkflow.html","title":"Terminate Workflow","navPath":"TerminateWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c1f06-b320-4c31-aadf-4e3db2e7c608","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkSource.html","title":"Link Source","navPath":"LinkSource.html","bundleId":"work-tasks-2023-sp1","id":"a0f3bb9d3-f712-4ac7-8d35-f1fa68247d2a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndWithMessage.html","title":"End With Message","navPath":"EndWithMessage.html","bundleId":"work-tasks-2023-sp1","id":"abecad163-8770-4419-abdb-325e2bd16bf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MultipleNotMapped.html","title":"Multiple (Not Mapped)","navPath":"MultipleNotMapped.html","bundleId":"work-tasks-2023-sp1","id":"a09e70a6a-8bc9-4b40-aae5-9c08849dce43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNIntermediateEvents.html","title":"BPMN Intermediate Events","navPath":"BPMNIntermediateEvents.html","bundleId":"work-tasks-2023-sp1","id":"a66db56c5-85ab-4802-a3e2-ce63e500e1ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventsOverview.html","title":"Intermediate Events Overview","navPath":"IntermediateEventsOverview.html","bundleId":"work-tasks-2023-sp1","id":"a14369d26-46f6-43b9-a39c-21fe010fe0b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnException.html","title":"On Exception","navPath":"OnException.html","bundleId":"work-tasks-2023-sp1","id":"ab8a8d510-adf4-4155-9680-4629b61f3e4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEvent.html","title":"Wait for Event","navPath":"WaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a181f96b9-7a52-47a9-b2d2-a3f2883bb30d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitTimer.html","title":"Wait Timer","navPath":"WaitTimer.html","bundleId":"work-tasks-2023-sp1","id":"a088548bd-0edb-4520-a57c-7b381e64b870","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTransactionCanceled.html","title":"On Transaction Canceled","navPath":"OnTransactionCanceled.html","bundleId":"work-tasks-2023-sp1","id":"a1d2555e0-3858-44de-9db1-b2987dc1063f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCompensation.html","title":"On Compensation","navPath":"OnCompensation.html","bundleId":"work-tasks-2023-sp1","id":"a1ba72f97-bb38-44f9-839c-895b3c71cd25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapBPMNActivitiestoWorkTasksActivities.html","title":"Map BPMN Activities to AVEVA Work Tasks Activities","navPath":"MapBPMNActivitiestoWorkTasksActivities.html","bundleId":"work-tasks-2023-sp1","id":"a19e07397-c316-4562-b2e1-751488a1d568","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNTask.html","title":"BPMN Task","navPath":"BPMNTask.html","bundleId":"work-tasks-2023-sp1","id":"a2b4037b6-f50c-4a5c-8c87-ee7bab230adc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubProcess.html","title":"Sub-Process","navPath":"SubProcess.html","bundleId":"work-tasks-2023-sp1","id":"ad374b20d-ff42-460a-9a35-fffa4b6faa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapConnectors.html","title":"Map Connectors","navPath":"MapConnectors.html","bundleId":"work-tasks-2023-sp1","id":"a6c984813-ddc8-470c-9f8d-653ba64121b6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SequenceFlows.html","title":"Sequence Flows","navPath":"SequenceFlows.html","bundleId":"work-tasks-2023-sp1","id":"ad89837ce-b1da-4b0a-acb7-3f637655a15e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageLogs.html","title":"Message Logs","navPath":"MessageLogs.html","bundleId":"work-tasks-2023-sp1","id":"ad64e79fe-b7cc-4d41-9b64-4e6e9e711edc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageLogDebugModeLevel.html","title":"Set Message Log Debug Mode Level","navPath":"SetMessageLogDebugModeLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2f04304e-f1e8-4484-bc13-66314710e60c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewMessageLogFiles.html","title":"View Message Log Files","navPath":"ViewMessageLogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a27c3774f-aebb-479b-9612-ab03a4da2096","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerConsole.html","title":"Logger Console","navPath":"LoggerConsole.html","bundleId":"work-tasks-2023-sp1","id":"a767c5d3f-dc95-4bb5-baf5-fb0bfdedd791","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings.html","bundleId":"work-tasks-2023-sp1","id":"af216b8c4-b176-4605-ab74-7bb2cd12a576","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSynchronizeThreadsinEngine.html","title":"Manage and Synchronize Threads in Engine","navPath":"ManageandSynchronizeThreadsinEngine.html","bundleId":"work-tasks-2023-sp1","id":"af848a5a2-b8b6-44cd-966c-0cc86d99cef3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitInMemoryActivityStepsCountforRepository.html","title":"Limit In-Memory Activity/Steps Count for Repository","navPath":"LimitInMemoryActivityStepsCountforRepository.html","bundleId":"work-tasks-2023-sp1","id":"ada9dffc0-d1f8-4d56-9373-f1f8768fe6e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThreadPoolsatRepositoryLevel.html","title":"Thread Pools at Repository Level","navPath":"ThreadPoolsatRepositoryLevel.html","bundleId":"work-tasks-2023-sp1","id":"ada1fe555-3848-4508-9166-223dcf3e8ef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActivityConcurrencyLimit.html","title":"Activity Concurrency Limit","navPath":"ActivityConcurrencyLimit.html","bundleId":"work-tasks-2023-sp1","id":"aac19b5d3-0ad2-4a23-a1eb-c6932e1bda97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Entities.html","title":"Entities","navPath":"Entities.html","bundleId":"work-tasks-2023-sp1","id":"a34f498ac-3a09-45d3-b62d-0626bee8678d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicUnderstandingoftheNeedforDataBridgeInterface.html","title":"Basic Understanding of the Need for Data Bridge Interface","navPath":"BasicUnderstandingoftheNeedforDataBridgeInterface.html","bundleId":"work-tasks-2023-sp1","id":"acb6a6ca9-c71c-4f7d-9029-00344847f304","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataBridgeProvider.html","title":"DataBridge Provider","navPath":"DataBridgeProvider.html","bundleId":"work-tasks-2023-sp1","id":"ac79afbfb-6448-4997-aa11-96183b3487e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserEntity.html","title":"User Entity","navPath":"UserEntity.html","bundleId":"work-tasks-2023-sp1","id":"a1120c5f9-9a0d-4aa9-aad3-8c7c3312afa2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","title":"XML Schema for User Entity and User Entity Data Source Provider","navPath":"XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"ad34230a2-1db2-4b2d-91b4-d9c301915fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFormsProviderforAuthentication.html","title":"Configure Forms Provider for Authentication","navPath":"ConfigureFormsProviderforAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a9d5731c2-8533-4233-981f-29358bbca06f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectoryandSQLProvider.html","title":"Map Active Directory and SQL Provider","navPath":"MapActiveDirectoryandSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"af5799678-e162-4073-8e33-e1a5da0b1f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleEntity.html","title":"Role Entity","navPath":"RoleEntity.html","bundleId":"work-tasks-2023-sp1","id":"a8893b40f-73e3-4e0a-9ab2-4680efc25bcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaUsedbyRoleEntityDataSourceProvider.html","title":"XML Schema Used by Role Entity Data Source Provider","navPath":"XMLSchemaUsedbyRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a825f36cb-5615-4527-93e3-ce3c50fd9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizingRolesofQueueParticipants.html","title":"Synchronizing Roles of Queue Participants","navPath":"SynchronizingRolesofQueueParticipants.html","bundleId":"work-tasks-2023-sp1","id":"a2d6e4504-f901-4abb-8893-d846686be475","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntityDataSourceProviderCodeSamples.html","title":"Entity Data Source Provider Code Samples","navPath":"EntityDataSourceProviderCodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a6c956460-5ffa-46d1-917a-143b59faaced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserEntityDataSourceProvider.html","title":"Create User Entity Data Source Provider","navPath":"CreateUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a8007eb3c-e1f4-4543-b013-571f9a0c84a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserandRoleEntityDataSourceProvider.html","title":"Create User and Role Entity Data Source Provider","navPath":"CreateUserandRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a2686baa7-bc75-49c7-b285-8239e36a9d1c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step1CreateDataSourcefortheRepository.html","title":"Step 1: Create Data Source for the Repository","navPath":"Step1CreateDataSourcefortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a2bd07044-9841-425e-ba60-ddb60461ab80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","title":"Step 2: Create a Repository and Map the Data Source to the Repository","navPath":"Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","bundleId":"work-tasks-2023-sp1","id":"acfb88e62-8e66-4041-867f-7e36458143c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","title":"Step 3: Create Custom User Entity Data Source Provider for Authentication and User Information","navPath":"Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","bundleId":"work-tasks-2023-sp1","id":"a97057cac-0344-4c1d-8560-849cc996c8a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step4CreateDefaultAdminfortheRepository.html","title":"Step 4: Create Default Admin for the Repository","navPath":"Step4CreateDefaultAdminfortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a7eb4e4b8-0238-42c7-8158-3851b59a8d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step5CreateCustomRoleEntityDataSourceProvider.html","title":"Step 5: Create Custom Role Entity Data Source Provider","navPath":"Step5CreateCustomRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa91d11dd-f803-4862-80c2-df16c083e1cc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","title":"Custom Role Provider Fetching Roles from SQL and Users from Active Directory","navPath":"CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a815a8dd4-8524-4c3c-bf16-884200a06177","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateWorkflowtoSchedulerEvent.html","title":"Associate Workflow to Scheduler Event","navPath":"AssociateWorkflowtoSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"ad3ea6cb9-6120-438e-ba8d-0e44981206ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupaSchedule.html","title":"Set up a Schedule","navPath":"SetupaSchedule.html","bundleId":"work-tasks-2023-sp1","id":"a742fca2e-881e-4e6e-9fba-26ae57022e1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerAssociation.html","title":"Edit Scheduler Association","navPath":"EditSchedulerAssociation.html","bundleId":"work-tasks-2023-sp1","id":"a34d2614c-d385-4501-a0e4-207821a7e90b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSchedulingTasksUsingSchedulerEvent.html","title":"Example of Scheduling Tasks Using Scheduler Event","navPath":"ExampleofSchedulingTasksUsingSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"a90e4411e-6d5f-48c3-bf23-c2d15bbb97aa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItems.html","title":"Manage Work Items","navPath":"ManageWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"ae30c62ec-e323-4ab2-97b2-e90e71575e5d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItemstoOtherUsers.html","title":"Forward Work Items to Other Users","navPath":"ForwardWorkItemstoOtherUsers.html","bundleId":"work-tasks-2023-sp1","id":"a6440eb82-9fd8-4a36-9362-31813aeee9a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems.html","title":"Abort Work Items","navPath":"AbortWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a87309751-e778-4b7c-addd-6e37bd42d8ba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewTabandCustomLogictoProcessExecutionView.html","title":"Add New Tab and Custom Logic to Process Execution View","navPath":"AddNewTabandCustomLogictoProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"a5f69e18c-3e1b-4442-9579-aa2a86ca6a00","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheStepDetailsWindow.html","title":"Customize the 'Step Details' Window","navPath":"CustomizetheStepDetailsWindow.html","bundleId":"work-tasks-2023-sp1","id":"a07840b11-dcdf-4528-84ee-458f24b67602","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Customization.html","title":"Customization","navPath":"Customization.html","bundleId":"work-tasks-2023-sp1","id":"ada43870f-90db-471c-8dd8-f884a33b5ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizingUserInterfaces.html","title":"Customize User Interfaces","navPath":"CustomizingUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a8f7b63e0-64da-4b78-b818-22cbf6199d19","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StyleSheets.html","title":"Style Sheets","navPath":"StyleSheets.html","bundleId":"work-tasks-2023-sp1","id":"ad8d4a25a-c998-4281-be35-0b784e661e05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFarmConfigurationWizardUserInterface.html","title":"Customize Farm Configuration Wizard User Interface","navPath":"CustomizeFarmConfigurationWizardUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"ab03b03d0-3347-4c8c-936d-87a2f218b446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeEnterpriseConsoleMenu.html","title":"Customize Enterprise Console Menu","navPath":"CustomizeEnterpriseConsoleMenu.html","bundleId":"work-tasks-2023-sp1","id":"a586d5182-e355-4e1b-9c75-fb603d190596","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFonts.html","title":"Customize Fonts","navPath":"CustomizeFonts.html","bundleId":"work-tasks-2023-sp1","id":"a45d2a31b-78d7-42df-af2d-c5d1ebfb402a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeWorkItemControl.html","title":"Customize Work Item Control","navPath":"CustomizeWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a1d652084-0f06-4ac4-bc97-b022aa1d4f97","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeLeftMenuGrid.html","title":"Customize Left Menu Grid","navPath":"CustomizeLeftMenuGrid.html","bundleId":"work-tasks-2023-sp1","id":"a164b084d-b6a5-43c9-8cee-1d2c085f9dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeGridDetailsView.html","title":"Customize Grid Details View","navPath":"CustomizeGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"aa97f02be-cd92-4027-a8e8-2a6d02ccc2cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeHeightandWidthoftheGridDetailsView.html","title":"Change Height and Width of the Grid Details View","navPath":"ChangeHeightandWidthoftheGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"a1b251769-3219-41af-a8f1-5493f4ea614b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeFontStyleBasedontheStatusoftheWorkItem.html","title":"Change Font Style Based on the Status of the Work Item","navPath":"ChangeFontStyleBasedontheStatusoftheWorkItem.html","bundleId":"work-tasks-2023-sp1","id":"a0da32fe1-868a-46db-8ac7-2f0341e7a5bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddorRemoveImages.html","title":"Add or Remove Images","navPath":"AddorRemoveImages.html","bundleId":"work-tasks-2023-sp1","id":"a008c2ace-4a5f-4804-bb99-94b719be00e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUserName.html","title":"Customize User Name","navPath":"CustomizeUserName.html","bundleId":"work-tasks-2023-sp1","id":"a13ac7364-e0d9-490d-8fb9-b97bd3c30101","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeDocumentView.html","title":"Customize Document View","navPath":"CustomizeDocumentView.html","bundleId":"work-tasks-2023-sp1","id":"a55d13cbc-7035-4f03-b594-3c35e297c3f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Themes.html","title":"Themes","navPath":"Themes.html","bundleId":"work-tasks-2023-sp1","id":"ac6644598-0a96-44ca-9715-5f038c67f93e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemetotheCoreProduct.html","title":"Apply Theme to the Core Product","navPath":"ApplyThemetotheCoreProduct.html","bundleId":"work-tasks-2023-sp1","id":"a88721dda-dac4-4ab6-8633-93b1896f9ba5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinWorkItemControl.html","title":"Themes in Work Item Control","navPath":"ThemesinWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a74717d58-4f7b-4849-aa46-03938781bdbb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridLeftMenu.html","title":"Apply Themes in Grid Left Menu","navPath":"ApplyThemesinGridLeftMenu.html","bundleId":"work-tasks-2023-sp1","id":"a2b1950cc-1128-40d4-b5d8-7fe54115bf92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridDetailsView.html","title":"Apply Themes in Grid Details View","navPath":"ApplyThemesinGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"abada952a-54dc-4c93-a040-cfc549e7f790","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinCalendarControl.html","title":"Themes in Calendar Control","navPath":"ThemesinCalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"a9be4aadb-2dfc-4fd0-a8e7-57940821f4d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinQueueControl.html","title":"Themes in Queue Control","navPath":"ThemesinQueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ac783a923-26db-417b-889b-052bf44e6409","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinProcessDesignerControl.html","title":"Themes in Process Designer Control","navPath":"ThemesinProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"a3029df18-9fe8-477f-8f90-d243ac2155e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofNewMenuinEnterpriseConsole.html","title":"Change Style of New Menu in Enterprise Console","navPath":"ChangeStyleofNewMenuinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8a95510e-e8c0-49f3-8d07-f35a612c9450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofActionBarinLists.html","title":"Change Style of Action Bar in Lists","navPath":"ChangeStyleofActionBarinLists.html","bundleId":"work-tasks-2023-sp1","id":"af1837e5c-56b6-48db-a5d4-7b46a9d86730","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofWindow.html","title":"Change Style of Window","navPath":"ChangeStyleofWindow.html","bundleId":"work-tasks-2023-sp1","id":"a00f8420e-fbee-42fb-9f06-068e5948caff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofButtons.html","title":"Change Style of Buttons","navPath":"ChangeStyleofButtons.html","bundleId":"work-tasks-2023-sp1","id":"aac6333a6-f6fd-4f1e-b900-e9672eacdb96","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContentHandler.html","title":"Content Handler","navPath":"ContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad4f26d24-3444-411e-aa76-573aaf5162d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentHandler.html","title":"Use Content Handler","navPath":"UseContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"af159ce1b-6ec2-4c28-b10a-1fc9e49cfc9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLtoImportWFwhichImplementsCustomContentHandler.html","title":"XML to Import WF which Implements Custom Content Handler","navPath":"XMLtoImportWFwhichImplementsCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"a7ed113b3-3470-4724-97cb-04c9b4c66b2d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCustomContentHandler.html","title":"Use Custom Content Handler","navPath":"UseCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad6d16317-fd46-45e4-adf8-390e83413c49","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleCustomContentHandlerClassFile.html","title":"Code Sample - Custom Content Handler Class File","navPath":"CodeSampleCustomContentHandlerClassFile.html","bundleId":"work-tasks-2023-sp1","id":"a98af82b1-4874-4962-9ef7-cdb9875eb006","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PersistLoggedExceptionstoDatabase.html","title":"Persist Logged Exceptions to Database","navPath":"PersistLoggedExceptionstoDatabase.html","bundleId":"work-tasks-2023-sp1","id":"aa437a956-d1be-4ada-bc2f-3ee71c649f9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableExceptionPersistence.html","title":"Enable Exception Persistence","navPath":"EnableExceptionPersistence.html","bundleId":"work-tasks-2023-sp1","id":"a2745a98d-a4f2-4102-8f99-0c6f2fe74bc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsforViewingtheExceptions.html","title":"Different Views for Viewing the Exceptions","navPath":"DifferentViewsforViewingtheExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a8a5bb6ec-02fa-48a9-b2dd-5608cb8f03c2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowLevel.html","title":"Workflow Level","navPath":"WorkflowLevel.html","bundleId":"work-tasks-2023-sp1","id":"aa5ee087c-6b7a-459a-90f2-3d12b03c940d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstanceLevelException.html","title":"Instance Level Exception","navPath":"InstanceLevelException.html","bundleId":"work-tasks-2023-sp1","id":"a853cc4ac-3057-49d5-8571-f205cb2f11e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActionStepLevel.html","title":"Workflow Action Step Level","navPath":"WorkflowActionStepLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2a142228-c9c0-497c-9e67-4d2171f069a7","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProApplication.html","title":"AVEVA Work Tasks Pro Application","navPath":"AVEVAWorkTasksProApplication.html","bundleId":"work-tasks-2023-sp1","id":"a94337d45-465d-4d5d-9916-2b3d79546d68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomConflictManagement.html","title":"Custom Conflict Management","navPath":"CustomConflictManagement.html","bundleId":"work-tasks-2023-sp1","id":"a76ef3509-8868-48d3-ae23-a6512fb7cddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvidersforControls.html","title":"Providers for Controls","navPath":"ProvidersforControls.html","bundleId":"work-tasks-2023-sp1","id":"a8f6e45a1-ddb1-4d64-91bb-d62e9c7d86a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings_1.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings_1.html","bundleId":"work-tasks-2023-sp1","id":"aaec7c39a-5a76-4adb-8a35-fd8459099b4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLocalVariables.html","title":"Use Local Variables","navPath":"UseLocalVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac540920e-074c-4c1b-a90b-f9c37e92d500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomPropertiesforRepositoryDataSource.html","title":"Set Custom Properties for Repository Data Source","navPath":"SetCustomPropertiesforRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a539915e4-5bc0-4534-b160-c5e9c1557217","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableXcopyDeployment.html","title":"Enable Xcopy Deployment","navPath":"EnableXcopyDeployment.html","bundleId":"work-tasks-2023-sp1","id":"abb7c298b-9b2f-46b0-a9bb-5db4ea5e506d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivityEnhancementforEscalationandTimeout.html","title":"Human Activity - Enhancement for Escalation and Time out","navPath":"HumanActivityEnhancementforEscalationandTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a501ce943-62a8-42df-9a54-284332fff51f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ModifytheNumberofWorkItemFieldsLimitPerDataType.html","title":"Modify the Number of Work Item Fields Limit Per Data Type","navPath":"ModifytheNumberofWorkItemFieldsLimitPerDataType.html","bundleId":"work-tasks-2023-sp1","id":"a270d6d66-e27f-4b76-b16d-b4b218209ccf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagerLookupforUsersList.html","title":"Manager Lookup for Users List","navPath":"ManagerLookupforUsersList.html","bundleId":"work-tasks-2023-sp1","id":"af4d9c15e-9261-4b88-8f04-ff6c4faa58cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RedirecttheLogOnPage.html","title":"Redirect the Log On Page","navPath":"RedirecttheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"a37c33c7e-3507-4239-8b94-af47274c1480","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutRoleLookup.html","title":"About Role Lookup","navPath":"AboutRoleLookup.html","bundleId":"work-tasks-2023-sp1","id":"a393681e8-8c92-412f-a1e0-1e8ff5fc7b17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseWorkActivity.html","title":"Use Work Activity","navPath":"UseWorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7be6a27a-3f6a-4772-9c65-f956360530ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoMappingofActiveDirectoryProviders.html","title":"Auto Mapping of Active Directory Providers","navPath":"AutoMappingofActiveDirectoryProviders.html","bundleId":"work-tasks-2023-sp1","id":"a267339e8-e2b2-40d0-b27c-a8eb346f6d6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheLogOnPage.html","title":"Customize the Log On Page","navPath":"CustomizetheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"adea8829d-8117-4217-a019-22fca133eef7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Packages.html","title":"Packages","navPath":"Packages.html","bundleId":"work-tasks-2023-sp1","id":"a7b2edf4f-5357-4448-8c63-5f07cadcd3f3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutPackage.html","title":"About Package","navPath":"AboutPackage.html","bundleId":"work-tasks-2023-sp1","id":"a8b19922d-9add-47f9-bf3a-2b3f97b9d8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplate.html","title":"Package Template","navPath":"PackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa8ca760c-37c6-4ae9-a04d-fe2095dc985d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagePackage.html","title":"Manage Package","navPath":"ManagePackage.html","bundleId":"work-tasks-2023-sp1","id":"a9625239a-0657-48b1-9142-cf11e0263c67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesofPackaging.html","title":"Best Practices of Packaging","navPath":"BestPracticesofPackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5e5314ab-989e-4e66-bee9-ecfb8ac76200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithPackageTemplate.html","title":"Work with Package Template","navPath":"WorkwithPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"adaff5df0-8285-4304-b6e7-673a8bacfd72","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingapackagetemplate.html","title":"Create a Package Template","navPath":"creatingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a546f4347-f787-430f-9d0b-9f044ab2ef2d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingapackagetemplate.html","title":"Edit a Package Template","navPath":"editingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae318e60c-74d9-4e9f-88df-7ec0c2e4264b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePackageTemplate.html","title":"Configure Package Template","navPath":"ConfigurePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad65be17e-2005-4680-9ea3-eb0210ce1c33","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplateLevelConfigurationSettings.html","title":"Package Template Level Configuration Settings","navPath":"PackageTemplateLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a279da596-d41f-435a-a7c5-98e14dc8d904","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforPackageTemplate.html","title":"Prerequisites","navPath":"PrerequisitesforPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a52b3bca8-71e1-43d1-9c0a-af450301270d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/globalsettingsofapackagetemplate.html","title":"Runtime Initialization Settings","navPath":"globalsettingsofapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1ce6f4a7-730a-44d8-835f-9e1e8109e9e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptions.html","title":"Exceptions","navPath":"exceptions.html","bundleId":"work-tasks-2023-sp1","id":"ad5aff0c8-16d2-4396-8cb0-8bbb9887f600","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/633151.html","title":"Additional Package Files","navPath":"633151.html","bundleId":"work-tasks-2023-sp1","id":"abff16f9e-5753-4ddb-9330-3366c2912f81","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641195.html","title":"Configure Settings for Installer Files","navPath":"641195.html","bundleId":"work-tasks-2023-sp1","id":"a510ec3a5-9b48-4515-bc95-3cf3ed90e637","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalSettings.html","title":"Additional Settings","navPath":"AdditionalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac5faafe8-0d26-412c-b800-71f442566ac0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateConnections.html","title":"Validate Connections","navPath":"ValidateConnections.html","bundleId":"work-tasks-2023-sp1","id":"a47b7b197-2908-42ab-8573-09a2efcda01c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/331995.html","title":"Validate SQL Scripts","navPath":"331995.html","bundleId":"work-tasks-2023-sp1","id":"ad8743641-65ea-47f7-a628-0405bcf3c6d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteSQLScripts.html","title":"Execute SQL Scripts","navPath":"ExecuteSQLScripts.html","bundleId":"work-tasks-2023-sp1","id":"a39225e5e-0a99-4009-bb0c-940f8f2f45b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreatePackageTemplate.html","title":"Create Package Template","navPath":"CreatePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2e02f27d-f299-44c3-af5e-329ba22eb621","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArtifactLevelConfigurationSettings.html","title":"Artifact Level Configuration Settings","navPath":"ArtifactLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2af0d4e6-a1af-4ec6-8410-2a0ab334abe5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheArtifacts.html","title":"Configure the Artifacts","navPath":"ConfiguretheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"afd8f01fc-4e89-4389-b5d6-64dfb0c6c64f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rebuildingtheartifacts.html","title":"Rebuild the Artifacts","navPath":"rebuildingtheartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a9d79fa01-01ec-40a9-ab14-dccb4c10015b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeletetheArtifacts.html","title":"Delete the Artifacts","navPath":"DeletetheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"af02ca068-1e87-4c17-8ddd-35519aecb852","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavePackageTemplate.html","title":"Save Package Template","navPath":"SavePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"acd9b5c26-e605-47de-9a13-4e3c4b38aaa4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishaPackageTemplate.html","title":"Publish a Package Template","navPath":"PublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5da015b5-a5b9-4558-b21e-2098281a334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishaPackageTemplate.html","title":"Unpublish a Package Template","navPath":"UnpublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a95e98b92-0d20-4b7d-b2f6-9e5df8c5dccc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/generatingapackagetemplate1.html","title":"Generate a Package Template","navPath":"generatingapackagetemplate1.html","bundleId":"work-tasks-2023-sp1","id":"a20ff22c7-53f7-458a-a1bd-0365e47f22f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/downloadingapackagetemplate.html","title":"Export a Package Template","navPath":"downloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2aca88f9-9e03-45ff-baa0-606886121d1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/markingpackagetemplateasshipped.html","title":"Mark Package Template as Shipped","navPath":"markingpackagetemplateasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a40f66c55-724e-4451-9a51-40bf6d80262c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/260346.html","title":"Include Associated and Child Artifacts to a List Item","navPath":"260346.html","bundleId":"work-tasks-2023-sp1","id":"aacd5937e-c1cf-42ff-80d3-9977133eec01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts.html","title":"Include Security Artifacts","navPath":"securityartifacts.html","bundleId":"work-tasks-2023-sp1","id":"af77b92fc-9178-4a8b-b7d2-47395f17993b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts_1.html","title":"Include Automatically Generated SQL Script","navPath":"securityartifacts_1.html","bundleId":"work-tasks-2023-sp1","id":"ac574bac4-b8e4-4271-bdb2-6de49cb12a51","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deploylevel.html","title":"Manage Package","navPath":"deploylevel.html","bundleId":"work-tasks-2023-sp1","id":"a1f4faee6-d8d5-42d5-9b72-e41aeda58308","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportaPackage.html","title":"Import a Package","navPath":"ImportaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a19a8120c-a290-44ad-811f-4273399ac4c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageVersionsofaPackage.html","title":"Manage Versions of a Package","navPath":"ManageVersionsofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"af95508f2-1dc0-47a8-87ec-512426b9244c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StorePackageInformationforLists.html","title":"Store Package Information for Lists","navPath":"StorePackageInformationforLists.html","bundleId":"work-tasks-2023-sp1","id":"afee6bf6c-31e1-44c5-905b-436ef7ba432f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/488009.html","title":"Is Artifact Modified Column for Workflow","navPath":"488009.html","bundleId":"work-tasks-2023-sp1","id":"a4d486aaa-d906-45fe-a665-071cb1baf3d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaPackage.html","title":"Edit a Package","navPath":"EditaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a874696bf-e39c-4d7d-9f85-07e1ab0b0c91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPrerequisitesofaPackage.html","title":"View Prerequisites of a Package","navPath":"ViewPrerequisitesofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"ad2e6fe87-0b1c-4b7f-b750-497270e9b605","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/runningandinstallingapackage.html","title":"Install a Package","navPath":"runningandinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"acf53496c-b4e6-4ed7-953e-5fa46e89d7af","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringthePackage.html","title":"Configure the Package","navPath":"ConfiguringthePackage.html","bundleId":"work-tasks-2023-sp1","id":"ac08177f7-5e0c-41c2-b89a-7a17d180a5fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageInstallationPrerequisites.html","title":"Package Installation - Prerequisites","navPath":"PackageInstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"afc47c6cb-f6ac-42db-be65-6f21d8439841","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeInitializationValues.html","title":"Runtime Initialization Values","navPath":"RuntimeInitializationValues.html","bundleId":"work-tasks-2023-sp1","id":"adb7cb483-9fa9-4c9d-9b47-ab2fd2722f7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalPackageFiles.html","title":"Additional Package Files","navPath":"AdditionalPackageFiles.html","bundleId":"work-tasks-2023-sp1","id":"a635f4f28-c444-47f1-8377-043a37f52629","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewValidationLog.html","title":"View Validation Log","navPath":"ViewValidationLog.html","bundleId":"work-tasks-2023-sp1","id":"a2ff0248a-7e59-4cf7-9e7d-f251096f5c9d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPackageHistory.html","title":"View Package History","navPath":"ViewPackageHistory.html","bundleId":"work-tasks-2023-sp1","id":"acb9c42e2-06f3-440b-ba5e-bcb7ef6ecac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeScenarios_1.html","title":"Upgrade Scenarios","navPath":"UpgradeScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"ac42be6e9-ee23-477d-9b7e-52f39577fe86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallaPackage.html","title":"Uninstall a Package","navPath":"UninstallaPackage.html","bundleId":"work-tasks-2023-sp1","id":"aff3e7e3e-c944-4b84-afce-edb73db134e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaPackage.html","title":"Delete a Package","navPath":"DeleteaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a2b602501-df1b-4288-9bf2-bb85ae87547e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigrationofPackages.html","title":"Migration of Packages","navPath":"MigrationofPackages.html","bundleId":"work-tasks-2023-sp1","id":"ae3470e2f-68c7-4dce-b0fc-c6e37e37a98e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyManagingPackagesusingConsoleApplication.html","title":"Remotely Managing Packages using Console Application","navPath":"RemotelyManagingPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a333cfe0b-aba0-48d1-b2a5-e462841f462b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Remotely Export, Import, Install, or Uninstall Packages using Console Application","navPath":"RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"ad3042051-ce3e-41e5-9708-1738aab14177","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","title":"Configure WWSKBPMRemotePackageManager Using XML","navPath":"ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","bundleId":"work-tasks-2023-sp1","id":"a7ea753ad-a476-4ddc-bbe3-1084ace875de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Import, Install, or Uninstall Packages using Console Application","navPath":"ImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a7d179174-6c31-4495-adbd-d7c6dc70c2d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMPackageManagerUsingXML.html","title":"Configure WWSKBPMPackageManager Using XML","navPath":"ConfigureWWSKBPMPackageManagerUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"ab54df007-904d-46f6-be7a-1169b57347fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddArtifactstoaPackageTemplate.html","title":"Add Artifacts to a Package Template","navPath":"AddArtifactstoaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a63181abf-0fc2-4bc5-8093-6a5168034a94","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEvents.html","title":"ArchestrA Events","navPath":"ArchestrAEvents.html","bundleId":"work-tasks-2023-sp1","id":"a764bb8d0-de38-4f84-b1aa-0b1c13c09f84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAM.html","title":"BAM","navPath":"BAM.html","bundleId":"work-tasks-2023-sp1","id":"af1aeaa3c-fce2-417c-ad90-0bc868399a93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Calendar.html","title":"Calendar","navPath":"Calendar.html","bundleId":"work-tasks-2023-sp1","id":"a8870f793-b5f7-415d-9217-b9bf4b16fe2f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnection.html","title":"Database Connection","navPath":"DatabaseConnection.html","bundleId":"work-tasks-2023-sp1","id":"afd7dc39e-df60-4ded-9d04-e58d3794da53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociations.html","title":"Event Associations","navPath":"EventAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a2fdf1822-dcea-4ec7-a38e-6d60b865258f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeScheduler.html","title":"Event Associations of Type Scheduler","navPath":"EventAssociationsofTypeScheduler.html","bundleId":"work-tasks-2023-sp1","id":"aaca277fe-6138-4490-a3f3-7e97c391e1c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeEnterpriseConsole.html","title":"Event Associations of Type Enterprise Console","navPath":"EventAssociationsofTypeEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a88c03cfd-1eb9-4d99-8ebd-a6b44ce26164","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeFileWatcher.html","title":"Event Associations of Type File Watcher","navPath":"EventAssociationsofTypeFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a7b610f0b-829c-4c13-9b7d-ad853cffc1c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeSystemPlatformEvents.html","title":"Event Associations of Type System Platform Events","navPath":"EventAssociationsofTypeSystemPlatformEvents.html","bundleId":"work-tasks-2023-sp1","id":"a4952bc9d-f5bf-48a4-a29c-d3b7f75f662d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeLogicApp.html","title":"Event Associations of Type Logic App","navPath":"EventAssociationsofTypeLogicApp.html","bundleId":"work-tasks-2023-sp1","id":"a843ecfff-151f-44a3-8da7-7789e8843a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeMessageQueue.html","title":"Event Associations of Type Message Queue","navPath":"EventAssociationsofTypeMessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a03fa230c-40d7-4062-acd4-be181336b84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationofTypeBAM.html","title":"Event Association of Type BAM","navPath":"EventAssociationofTypeBAM.html","bundleId":"work-tasks-2023-sp1","id":"abea72b5e-c20e-4203-952a-067aa4b8f242","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcher.html","title":"File Watcher","navPath":"FileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a4a78bafd-1e15-4230-93d0-edb4f2b49cf8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePhysicalPathofFileWatcher.html","title":"Resolve Physical Path of File Watcher","navPath":"ResolvePhysicalPathofFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a288e8c8b-e79d-4f3a-babc-814cd29d651b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Folder.html","title":"Folder","navPath":"Folder.html","bundleId":"work-tasks-2023-sp1","id":"a27782d3c-954a-4fba-a666-305e70f66cd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChildFolder.html","title":"Child Folder","navPath":"ChildFolder.html","bundleId":"work-tasks-2023-sp1","id":"ab7bc0228-9a31-4fa2-9595-ac43b0551401","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms.html","title":"Forms","navPath":"Forms.html","bundleId":"work-tasks-2023-sp1","id":"acb8bc8b1-ffa9-45d5-83ca-e9cd80b93218","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms_1.html","title":"Forms","navPath":"Forms_1.html","bundleId":"work-tasks-2023-sp1","id":"a742e0ec3-7a3b-46b0-9733-f420f9c3a2cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveActionBarSettings.html","title":"Resolve Action Bar Settings","navPath":"ResolveActionBarSettings.html","bundleId":"work-tasks-2023-sp1","id":"ad782c9d7-8931-4f57-8d72-c45d9391624f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePrintFormsDetails.html","title":"Resolve Print Forms Details","navPath":"ResolvePrintFormsDetails.html","bundleId":"work-tasks-2023-sp1","id":"a18c2c4e1-82dc-498c-acc8-65da30a9301f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveNavigateFormDetails.html","title":"Resolve Navigate Form Details","navPath":"ResolveNavigateFormDetails.html","bundleId":"work-tasks-2023-sp1","id":"a60410ed6-e18f-4da0-9e8a-72f951aa1a1d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforForms.html","title":"Configure Artifact Type Settings for Forms","navPath":"ConfigureArtifactTypeSettingsforForms.html","bundleId":"work-tasks-2023-sp1","id":"a6ec6d53d-4dbb-4a5c-b2bb-15f0b409c1bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforForms.html","title":"Resolve Custom Dependent Files for Forms","navPath":"ResolveCustomDependentFilesforForms.html","bundleId":"work-tasks-2023-sp1","id":"a841e5183-4290-48fa-b6ba-c86a8922f24e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveInvokeWorkflow.html","title":"Resolve Invoke Workflow","navPath":"ResolveInvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a4b22a524-4f10-4f07-86d1-2100e977c382","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveImage.html","title":"Resolve Image","navPath":"ResolveImage.html","bundleId":"work-tasks-2023-sp1","id":"a1e657b15-db50-4d09-b5e5-4088abbd4497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvingHyperlink.html","title":"Resolve Hyperlink","navPath":"ResolvingHyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a5e305c4f-9b61-499e-bb34-6dfa4c1bab67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAssociation.html","title":"Forms Association","navPath":"FormsAssociation.html","bundleId":"work-tasks-2023-sp1","id":"ad7b895e2-b1bf-4949-9a22-557d3762a378","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls.html","title":"Form Controls","navPath":"FormControls.html","bundleId":"work-tasks-2023-sp1","id":"a33e28f7d-6ac7-47b1-922b-48adb930f266","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforFormControls.html","title":"Resolve Custom Dependent Files for Form Controls","navPath":"ResolveCustomDependentFilesforFormControls.html","bundleId":"work-tasks-2023-sp1","id":"a66a9713d-82f8-4e19-8415-5dd77bcbf2a3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalWorkItemLayout.html","title":"Global Work Item Layout","navPath":"GlobalWorkItemLayout.html","bundleId":"work-tasks-2023-sp1","id":"a93f71210-1aca-41f7-91fa-a0979c11a92b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GridConfiguration.html","title":"Grid Configuration","navPath":"GridConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a07a57fe5-5f11-4739-8d67-4ff07e33993a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections_1.html","title":"Logic App Connections","navPath":"LogicAppConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a1dca395b-1caf-428b-a5fd-ade3033cc970","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSettings.html","title":"Lookup Settings","navPath":"LookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3b8030da-251f-4a1c-9350-0a55258d7c64","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupExampleScenarios.html","title":"Lookup Example Scenarios","navPath":"LookupExampleScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a77c920fd-4912-4f50-9129-30c634cdcc79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageList.html","title":"Manage List","navPath":"ManageList.html","bundleId":"work-tasks-2023-sp1","id":"adae57df1-cf50-41e2-9753-2d48150ccef0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageView.html","title":"Manage View","navPath":"ManageView.html","bundleId":"work-tasks-2023-sp1","id":"ad2cc9ee6-577a-4f23-813e-ad2ae0b80302","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections_1.html","title":"Message Queue Connections","navPath":"MessageQueueConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a94b3777a-3a4e-48b0-b618-7267c8c35537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections_1.html","title":"MQTT Connections","navPath":"MQTTConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a5a923eed-3dc2-4fbf-99c3-6da1c36590bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationList.html","title":"Navigation List","navPath":"NavigationList.html","bundleId":"work-tasks-2023-sp1","id":"a228c572d-a28f-4445-986a-bacfde07ebdb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationListFolders.html","title":"Navigation List Folders","navPath":"NavigationListFolders.html","bundleId":"work-tasks-2023-sp1","id":"ae50e4a29-c7ee-4bdd-b127-7a6fcda3b6ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforNavigationLinks.html","title":"Resolve Custom Dependent Files for Navigation Links","navPath":"ResolveCustomDependentFilesforNavigationLinks.html","bundleId":"work-tasks-2023-sp1","id":"abe648a70-1427-43b1-8394-c929ff35796c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement.html","title":"Queue Management","navPath":"QueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a7441922e-9c6e-43c4-acb3-97a54b9f8037","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveAssociatedWorkflowsforQueue.html","title":"Resolve Associated Workflows for Queue","navPath":"ResolveAssociatedWorkflowsforQueue.html","bundleId":"work-tasks-2023-sp1","id":"a17ceddb0-aff8-496b-8df3-9b95278c7741","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforQueue.html","title":"Resolve Custom Dependent Files for Queue","navPath":"ResolveCustomDependentFilesforQueue.html","bundleId":"work-tasks-2023-sp1","id":"aa639d561-5d56-4fbf-8414-ddaf27fc7ac5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Reports.html","title":"Reports","navPath":"Reports.html","bundleId":"work-tasks-2023-sp1","id":"af1274707-574e-4577-8070-600d7e6134a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportConnections.html","title":"Report Connections","navPath":"ReportConnections.html","bundleId":"work-tasks-2023-sp1","id":"ae843c8e8-baee-4b0c-8399-4f6f891398bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportTemplates.html","title":"Report Templates","navPath":"ReportTemplates.html","bundleId":"work-tasks-2023-sp1","id":"ad31845df-b635-4d35-b75c-65dbe2a24f9f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveReportTemplatePath.html","title":"Resolve Report Template Path","navPath":"ResolveReportTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"ad018f391-4e3c-4b51-a8f4-d4e4a2f11deb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygorup.html","title":"Security Group","navPath":"securitygorup.html","bundleId":"work-tasks-2023-sp1","id":"a0ed39a5d-869a-439c-ab7b-d0ccf643fd3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygrouprepolevel.html","title":"Security Group - Repository Level","navPath":"managesecuritygrouprepolevel.html","bundleId":"work-tasks-2023-sp1","id":"aed096455-5177-47ca-8db3-ec9103e6d6b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListLevel.html","title":"Security Group - List Level","navPath":"SecurityGroupListLevel.html","bundleId":"work-tasks-2023-sp1","id":"a66e501cd-b48f-4939-8357-dc125924e98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListItemLevel.html","title":"Security Group - List Item Level","navPath":"SecurityGroupListItemLevel.html","bundleId":"work-tasks-2023-sp1","id":"ae67d58e8-884d-4a4d-b749-589abe51b5d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithFormsasAssociatedArtifacts.html","title":"Security Group with Forms as Associated Artifacts","navPath":"SecurityGroupwithFormsasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"ad65aef49-ce96-41f1-8fab-1738db06bce9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithWorkflowasAssociatedArtifacts.html","title":"Security Group with Workflow as Associated Artifacts","navPath":"SecurityGroupwithWorkflowasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"a47633229-b7c5-4d22-8d2c-c15a7101dc0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityRight.html","title":"Security Right","navPath":"SecurityRight.html","bundleId":"work-tasks-2023-sp1","id":"a3ca1096c-93dc-43d8-8e8e-c98a81085722","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAAssembly.html","title":"SOA Assembly","navPath":"SOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"a10bc2f4d-e783-4024-8d20-b0ceec8c063a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforSOAAssembly.html","title":"Resolve Custom Dependent Files for SOA Assembly","navPath":"ResolveCustomDependentFilesforSOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"ac107b900-87df-452d-8912-a55cba487fc7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAFolder.html","title":"SOA Folder","navPath":"SOAFolder.html","bundleId":"work-tasks-2023-sp1","id":"acfa4e1d4-1a72-4935-a487-8cfe82b81237","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPI.html","title":"Web API","navPath":"WebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a6e874046-b592-4502-8a77-d580aa993de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPISource.html","title":"Web API Source","navPath":"WebAPISource.html","bundleId":"work-tasks-2023-sp1","id":"a28b3ad04-aeb9-4550-898f-eb99f14c6b40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Workflows.html","title":"Workflows","navPath":"Workflows.html","bundleId":"work-tasks-2023-sp1","id":"a35ddeb1e-1ad1-4874-8c5b-5526b20416c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforWorkflow.html","title":"Configure Artifact Type Settings for Workflow","navPath":"ConfigureArtifactTypeSettingsforWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a7ada0421-0481-4ab6-a89c-91193d97fcb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowActivities.html","title":"Resolve Workflow Activities","navPath":"ResolveWorkflowActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae94698c3-57d7-47fe-a060-014e92ae4411","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","title":"Map the Version of the Associated Workflow to the Parent Workflow","navPath":"MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a34633789-e7e4-48d2-9a71-57aa0a0caf00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedForm.html","title":"Map the Version of the Associated Form","navPath":"MaptheVersionoftheAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"ab3f2a563-5245-44d6-8d85-63e01f6e0fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWebServiceConfigurations.html","title":"Resolve Web Service Configurations","navPath":"ResolveWebServiceConfigurations.html","bundleId":"work-tasks-2023-sp1","id":"a8a0f4991-4414-4edd-b211-7e045453708a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveFileDetails.html","title":"Resolve File Details","navPath":"ResolveFileDetails.html","bundleId":"work-tasks-2023-sp1","id":"a978ee28f-84d6-48f1-af64-184feb245cc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDocumentViewURL.html","title":"Resolve Custom Document View URL","navPath":"ResolveCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"ad7323fcd-95b0-49c5-8406-ad86149093ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRedirectURL.html","title":"Resolve Redirect URL","navPath":"ResolveRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"aa8c7d37f-29fe-4879-b8d4-86c975833c1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveTemplatePath.html","title":"Resolve Template Path","navPath":"ResolveTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a9ab9cc3b-e423-417c-930a-54bb3e1c3cb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowswithDatabaseActivity.html","title":"Resolve Workflows with Database Activity","navPath":"ResolveWorkflowswithDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9778ec46-634e-4fa2-bd6d-2d11bfc77b3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveScriptActivityReferences.html","title":"Resolve Script Activity References","navPath":"ResolveScriptActivityReferences.html","bundleId":"work-tasks-2023-sp1","id":"a7b67fd26-1c91-4867-9878-2ddc713e226e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforScriptActivity.html","title":"Resolve Custom Dependent Files for Script Activity","navPath":"ResolveCustomDependentFilesforScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad9aa3f23-2b9d-43b4-a530-86b6995bf64c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveUserorRoleBasedExceptionTemplate.html","title":"Resolve User or Role Based Exception Template","navPath":"ResolveUserorRoleBasedExceptionTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2d63143c-5c41-4297-bfcf-c486bd9b3ab7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveDeliveryChannels.html","title":"Resolve Delivery Channels","navPath":"ResolveDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a154c44b8-a1ec-4b7a-b767-2c0b78e4f08b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveXMLVariables.html","title":"Resolve XML Variables","navPath":"ResolveXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e3f4866-aa15-4500-ba57-195aa0c42047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomActivities.html","title":"Resolve Custom Activities","navPath":"ResolveCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"aee0d3336-f45b-419d-8495-827d80fa152b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CorrectCustomActivities.html","title":"Correct Custom Activities","navPath":"CorrectCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"a8ae25eb3-11d3-42fb-8be3-0b00c7a1c758","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveMESXMLCommandActivity.html","title":"Resolve MES XML Command Activity","navPath":"ResolveMESXMLCommandActivity.html","bundleId":"work-tasks-2023-sp1","id":"a215cdc5a-bea3-4780-9fdd-256fedf8ee9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitforMESEventActivity.html","title":"Resolve Wait for MES Event Activity","navPath":"ResolveWaitforMESEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae98bddbd-0a20-490a-9554-15c76b54e181","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveStartMESTransactionActivity.html","title":"Resolve Start MES Transaction Activity","navPath":"ResolveStartMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3ad3e86c-bc97-45fa-9264-ded38f7d5352","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCommitMESTransactionActivity.html","title":"Resolve Commit MES Transaction Activity","navPath":"ResolveCommitMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36bc9ada-6444-449d-90ea-faf1e3fee0f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRollbackMESTransactionActivity.html","title":"Resolve Rollback MES Transaction Activity","navPath":"ResolveRollbackMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19ebe465-cbc6-4008-b62d-fec18135c77b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveArchestrAActivities.html","title":"Resolve ArchestrA Activities","navPath":"ResolveArchestrAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a6a1f995f-bab4-4516-bf8d-4b8f9a441bf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitForLogicAppAlert.html","title":"Resolve Wait For Logic App Alert","navPath":"ResolveWaitForLogicAppAlert.html","bundleId":"work-tasks-2023-sp1","id":"a8f4808fe-0675-4216-bf13-a4eca6e4919d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCallLogicAppConnection.html","title":"Resolve Call Logic App Connection","navPath":"ResolveCallLogicAppConnection.html","bundleId":"work-tasks-2023-sp1","id":"a387a0499-8911-4e6a-9d5c-d328f7f5600e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemField.html","title":"Work Item Field","navPath":"WorkItemField.html","bundleId":"work-tasks-2023-sp1","id":"a6841114a-7422-4daa-b778-51507c1e6b44","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IncludeChildItem.html","title":"Include Child Item","navPath":"IncludeChildItem.html","bundleId":"work-tasks-2023-sp1","id":"aac6985d9-7561-4409-a574-b6d7e11a3311","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileDistribution.html","title":"File Distribution","navPath":"FileDistribution.html","bundleId":"work-tasks-2023-sp1","id":"a3a5758a3-4ec1-49dd-a387-d40c016c71f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SQLScriptGenerationandExecution.html","title":"SQL Script Generation and Execution","navPath":"SQLScriptGenerationandExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be4ce3b-451d-4f3b-8d26-36d1234541de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageinaDistributedEnvironment.html","title":"Package in a Distributed Environment","navPath":"PackageinaDistributedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a6aaaee99-38ad-415b-a36d-d6f21130fbba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingpackages.html","title":"Troubleshoot Packages","navPath":"troubleshootingpackages.html","bundleId":"work-tasks-2023-sp1","id":"acdb84908-1987-42c1-9000-c0f62106d81c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/eventassociationwithenterpriseconsoleatlistitemlevel.html","title":"Event Association with Enterprise Console at List item Level","navPath":"eventassociationwithenterpriseconsoleatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"abcad2b08-0d5e-4c61-a9ba-a1df9c52ea38","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packageableartifacts.html","title":"Packageable Artifacts","navPath":"packageableartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a201d85e4-34e6-4f95-bc45-5b7cb276fd8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Localization.html","title":"Localization","navPath":"Localization.html","bundleId":"work-tasks-2023-sp1","id":"ae5486f35-5ee5-4a37-b1df-439532805014","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScopeofLocalization.html","title":"Scope of Localization","navPath":"ScopeofLocalization.html","bundleId":"work-tasks-2023-sp1","id":"a0bcb2366-4ebc-46c5-a0f6-8b600cd96c52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeAVEVAWorkTasks.html","title":"Steps to Localize AVEVA Work Tasks","navPath":"StepstoLocalizeAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a2d272157-2747-4133-b354-8e31779784ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeGridControl.html","title":"Steps to Localize Grid Control","navPath":"StepstoLocalizeGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8f74be7-48ca-4ad4-a9ba-bc6051100183","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","title":"Steps to Localize Editor Control in WorkflowMemo and Wizard","navPath":"StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","bundleId":"work-tasks-2023-sp1","id":"a783abb2f-276d-4162-8c61-80cb2296d963","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizetheEscalationEmailWizard.html","title":"Steps to Localize the Escalation Email Wizard","navPath":"StepstoLocalizetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"a81ccd275-97c7-491a-9b70-d5071116408c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeRepositoryNameinEnterpriseConsole.html","title":"Steps to Localize Repository Name in Enterprise Console","navPath":"StepstoLocalizeRepositoryNameinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abaf899d1-7305-46d3-81bb-bc85fe858a48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeListNames.html","title":"Steps to Localize List Names","navPath":"StepstoLocalizeListNames.html","bundleId":"work-tasks-2023-sp1","id":"a8cbbb214-a79b-42ac-a4b1-0fe1e4aa8a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeForms.html","title":"Steps to Localize Forms","navPath":"StepstoLocalizeForms.html","bundleId":"work-tasks-2023-sp1","id":"a8787179c-6ecb-4c89-9508-3bef6b7c14a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeDefaultPropertiesofWebPartEditor.html","title":"Steps to Localize Default Properties of Web Part Editor","navPath":"StepstoLocalizeDefaultPropertiesofWebPartEditor.html","bundleId":"work-tasks-2023-sp1","id":"a18fdc0a8-ebcc-4eea-bd87-998fe35df479","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","title":"Steps to Localize Provider in Role Lookup User Lookup and Assign Actor Property","navPath":"StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","bundleId":"work-tasks-2023-sp1","id":"a6c98ae1f-8a58-45d6-bd93-6fec7eaa8524","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NonSupportedLocalizationTags.html","title":"Non-supported Localization Tags","navPath":"NonSupportedLocalizationTags.html","bundleId":"work-tasks-2023-sp1","id":"a792616b5-2ef0-4eda-9ece-317cff71f00a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizationFolders.html","title":"Localization Folders","navPath":"LocalizationFolders.html","bundleId":"work-tasks-2023-sp1","id":"a3ef1f73b-6e41-4b5f-aefa-b07487222367","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalesFolder.html","title":"Locales Folder","navPath":"LocalesFolder.html","bundleId":"work-tasks-2023-sp1","id":"ae695ebc9-c7f6-487c-8f20-c1aa29295173","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowElementsFolder.html","title":"Workflow Elements Folder","navPath":"WorkflowElementsFolder.html","bundleId":"work-tasks-2023-sp1","id":"a872b0e4e-26d8-4345-aaa1-f58f806cf145","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofKeystobeLocalizedforWorkItemListControl.html","title":"List of Keys to be Localized for Work Item List Control","navPath":"ListofKeystobeLocalizedforWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"ad19ff92b-bb54-47c9-92f7-d1ae7f0412ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingWebGridControl.html","title":"Keys for Localizing WebGrid Control","navPath":"KeysforLocalizingWebGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae5a5e460-746d-4974-bbe8-3fb2eda86410","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingListNames.html","title":"Keys for Localizing List Names","navPath":"KeysforLocalizingListNames.html","bundleId":"work-tasks-2023-sp1","id":"a695b5808-03f1-4735-83d2-9a6e3755dddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","title":"Localize the Response Sent for an Invalid Email to the Communication Engine","navPath":"LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","bundleId":"work-tasks-2023-sp1","id":"afeafda01-4879-4ea1-8ac1-6b1bddaed9dc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSamples.html","title":"Code Samples","navPath":"CodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a215c7c78-0c30-4489-bf5a-f8267e775cdd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RestartServices.html","title":"Restart Services","navPath":"RestartServices.html","bundleId":"work-tasks-2023-sp1","id":"a4e3e5d8b-91f4-47e0-97c9-575ad4843719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflow.html","title":"Execute Workflow","navPath":"ExecuteWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"acd2b4f4e-bb06-47a4-bd18-817382702e1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomActivity.html","title":"Custom Activity","navPath":"CustomActivity.html","bundleId":"work-tasks-2023-sp1","id":"aafcd6210-3d29-49aa-8e60-a1866e71ae48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomActivitywithoutanyProperties.html","title":"Configure Custom Activity without any Properties","navPath":"ConfigureCustomActivitywithoutanyProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1eac8260-62e1-4d48-b9e0-b74312bc9ad2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomApprovalActivity.html","title":"Custom Approval Activity","navPath":"CustomApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a307aed8c-e3f3-419a-96e1-25e9aae949fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomChoiceActivity.html","title":"Custom Choice Activity","navPath":"CustomChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"aef40a861-bd76-488e-9635-ed23619aacf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementationofCustomWorkItemForm.html","title":"Implementation of Custom WorkItemForm","navPath":"ImplementationofCustomWorkItemForm.html","bundleId":"work-tasks-2023-sp1","id":"acb340f03-6306-49c1-a4e1-0faf5837a2b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomASPXProperty.html","title":"Configure Custom ASPX Property","navPath":"ConfigureCustomASPXProperty.html","bundleId":"work-tasks-2023-sp1","id":"a2d76d1d0-3b38-48bc-8593-1f85f67a19ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomProperty.html","title":"Custom Property","navPath":"CustomProperty.html","bundleId":"work-tasks-2023-sp1","id":"a0ef4636a-141e-492c-bc17-d453da9d6d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomEngineActivity.html","title":"Custom Engine Activity","navPath":"CustomEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"adeba37ec-2049-4ee2-966b-cc02c2d28818","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureASPXFormasWorkItemDetailViewPage.html","title":"Configure ASPX Form as Work Item Detail View Page","navPath":"ConfigureASPXFormasWorkItemDetailViewPage.html","bundleId":"work-tasks-2023-sp1","id":"a04521a76-a93d-403d-b02a-871e94572664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetClientCredentialToken.html","title":"Get Client Credential Token","navPath":"GetClientCredentialToken.html","bundleId":"work-tasks-2023-sp1","id":"aeb607436-64c8-4c99-93d3-f23ad36ee7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IPropertyRoutingCondition.html","title":"IPropertyRoutingCondition","navPath":"IPropertyRoutingCondition.html","bundleId":"work-tasks-2023-sp1","id":"aaf34d098-9696-4644-b469-4ce29584161c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists.html","title":"Lists","navPath":"Lists.html","bundleId":"work-tasks-2023-sp1","id":"a17e72d43-769f-4adf-84d1-e5ab00e3a17a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowList.html","title":"Workflow List","navPath":"WorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"aa2999e6c-c196-4033-81c9-cded56b2f125","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddWorkflowItemtoWorkflowList.html","title":"Add Workflow Item to Workflow List","navPath":"AddWorkflowItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a504e0b60-8f7d-425f-8a8d-c335c0ffe378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheWorkflowsPresentintheSelectedRepository.html","title":"Get All the Workflows Present in the Selected Repository","navPath":"GetAlltheWorkflowsPresentintheSelectedRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac009fa59-9300-486c-84d4-19caaed7724b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheVersionsofaWorkflow.html","title":"Get All the Versions of a Workflow","navPath":"GetAlltheVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0929b3d1-94a6-4f90-bd69-fc00934749b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAllthePublishedVersionsofaWorkflow.html","title":"Get All the Published Versions of a Workflow","navPath":"GetAllthePublishedVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1c0c4fa0-d88b-4028-9467-9083fd193cc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFolderItemtoWorkflowList.html","title":"Add Folder Item to Workflow List","navPath":"AddFolderItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a152dbe9a-019b-4cd5-8170-8c59cf41c0e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditExistingFolderIteminWorkflowList.html","title":"Edit Existing Folder Item in Workflow List","navPath":"EditExistingFolderIteminWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a9db02238-cd82-4cd0-ba84-a5cfe8a9e132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImporttheWorkflowfromWorkflowDefinitionXml.html","title":"Import the Workflow from Workflow Definition Xml","navPath":"ImporttheWorkflowfromWorkflowDefinitionXml.html","bundleId":"work-tasks-2023-sp1","id":"a9c173f18-d8d7-4fc1-b30a-7befc57cb049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewVersion.html","title":"Create New Version","navPath":"CreateNewVersion.html","bundleId":"work-tasks-2023-sp1","id":"a716f2ca4-00ee-4298-93be-73540fa85471","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateListItem.html","title":"Create ListItem","navPath":"CreateListItem.html","bundleId":"work-tasks-2023-sp1","id":"a053bb9a5-6011-4388-9fa3-26c656a29292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem.html","title":"Save ListItem","navPath":"SaveListItem.html","bundleId":"work-tasks-2023-sp1","id":"a77ccad6e-279f-4f41-a704-aac9929c2105","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataSource.html","title":"Data Source","navPath":"DataSource.html","bundleId":"work-tasks-2023-sp1","id":"a630230ea-d016-42f3-9a3a-1c0605e6b484","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementIDBConnectionStringInterface.html","title":"Implement IDBConnectionString Interface","navPath":"ImplementIDBConnectionStringInterface.html","bundleId":"work-tasks-2023-sp1","id":"a11d57651-6f7c-49b0-836e-4dccc0e4a390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingConnectionString.html","title":"Create Data Source Using ConnectionString","navPath":"CreateDataSourceUsingConnectionString.html","bundleId":"work-tasks-2023-sp1","id":"a8a670fba-c623-4946-97f6-2177f1e3ce73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingAssemblyFile.html","title":"Create Data Source Using Assembly File","navPath":"CreateDataSourceUsingAssemblyFile.html","bundleId":"work-tasks-2023-sp1","id":"a80d2e326-4b7e-4a10-9e70-f32c2775f883","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","title":"Subscribe AssemblyResolve Event while Using APIs for Database-related Activities","navPath":"SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","bundleId":"work-tasks-2023-sp1","id":"aab3f0327-a611-4f38-a5fa-4c715681d243","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableAPI.html","title":"XML Variable API","navPath":"XMLVariableAPI.html","bundleId":"work-tasks-2023-sp1","id":"ac27828ca-8a43-48a6-9780-264676f86b77","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebServiceUsingWindowsApplication.html","title":"Create Web Service Using Windows Application","navPath":"CreateWebServiceUsingWindowsApplication.html","bundleId":"work-tasks-2023-sp1","id":"a9fb44239-4866-44f2-9cea-060def5a6393","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOACodeSamples.html","title":"SOA","navPath":"SOACodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a52473022-2c39-49db-86aa-12a30abd8851","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseSOAinaSimpleMethod.html","title":"How to Use SOA in a Simple Method?","navPath":"HowtoUseSOAinaSimpleMethod.html","bundleId":"work-tasks-2023-sp1","id":"a92ac3418-47b3-4ea1-a43d-0c167a97a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","title":"How to Use a Web Service or Remote Service using SOA Infrastructure?","navPath":"HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","bundleId":"work-tasks-2023-sp1","id":"a86638f50-0672-4aa5-891c-1a35857515b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseanApplicationthatInteractswiththeSQLServer.html","title":"How to Use an Application that Interacts with the SQL Server?","navPath":"HowtoUseanApplicationthatInteractswiththeSQLServer.html","bundleId":"work-tasks-2023-sp1","id":"ab8234781-c006-4eba-ba0b-6cac64d5e213","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseStaticMembersoftheClass.html","title":"How to Use Static Members of the Class?","navPath":"HowtoUseStaticMembersoftheClass.html","bundleId":"work-tasks-2023-sp1","id":"afff126d8-d5f8-4b07-9244-4e3063ab199c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPasstheObjectasParametertotheConstructor.html","title":"How to Pass the Object as Parameter to the Constructor?","navPath":"HowtoPasstheObjectasParametertotheConstructor.html","bundleId":"work-tasks-2023-sp1","id":"a909ff490-6db1-4a98-a50c-73730eeaccaa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseScriptinginExpressionEditor.html","title":"How to Use Scripting in Expression Editor?","navPath":"HowtoUseScriptinginExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"a202c8253-4a23-418c-8183-03bbe1eab9f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseExpressioninConstructorParameter.html","title":"How to Use Expression in Constructor Parameter?","navPath":"HowtoUseExpressioninConstructorParameter.html","bundleId":"work-tasks-2023-sp1","id":"a73678617-4939-4171-a45c-74a27367264d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAObjectSupport.html","title":"SOA Object Support","navPath":"SOAObjectSupport.html","bundleId":"work-tasks-2023-sp1","id":"ab3052381-a5d7-4ac5-9171-fbe189c7782a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesSupportedforSOA.html","title":"Features Supported for SOA","navPath":"FeaturesSupportedforSOA.html","bundleId":"work-tasks-2023-sp1","id":"a69192bad-5f21-485e-9ac5-aaaf2e4b4156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario.html","title":"Scenario","navPath":"Scenario.html","bundleId":"work-tasks-2023-sp1","id":"a241788be-d230-4fc4-8917-d3655716b7a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateClassforHandlingtheProductObject.html","title":"How to Create a Class for Handling the 'Product' Object?","navPath":"HowtoCreateClassforHandlingtheProductObject.html","bundleId":"work-tasks-2023-sp1","id":"a3ee7ead4-3547-4e93-9ce3-54a531e28b66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateanObjectInstance.html","title":"How to Create an Object Instance?","navPath":"HowtoCreateanObjectInstance.html","bundleId":"work-tasks-2023-sp1","id":"a58cb4d1b-86f6-4e82-8477-c65cb5fbe3f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateaVariable.html","title":"How to Create a Variable?","navPath":"HowtoCreateaVariable.html","bundleId":"work-tasks-2023-sp1","id":"a91da87ce-8a73-498d-8dbb-97b2509e1c54","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowTo.html","title":"How To","navPath":"HowTo.html","bundleId":"work-tasks-2023-sp1","id":"a2eb52bdd-1a20-4a9b-a68b-e5d8197f2dc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserstoActiveDirectory.html","title":"Add Users to Active Directory","navPath":"AddUserstoActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a528aa006-b311-4d5c-97cc-c17763e9b340","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomWizards.html","title":"Create Custom Wizards","navPath":"CreateCustomWizards.html","bundleId":"work-tasks-2023-sp1","id":"a679655ab-25f2-4417-a654-b0b3b937965c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnValuesfromEnginetoClient.html","title":"Return Values from Engine to Client","navPath":"ReturnValuesfromEnginetoClient.html","bundleId":"work-tasks-2023-sp1","id":"af847ced3-ddf3-4d71-b794-13ce274619fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","title":"Implement Interface to Get Action and Workflow Status Change Information from Engine","navPath":"ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","bundleId":"work-tasks-2023-sp1","id":"a22552730-b231-456e-a1b0-3929f3496121","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserNamewithDomainName.html","title":"Get User Name with Domain Name","navPath":"GetUserNamewithDomainName.html","bundleId":"work-tasks-2023-sp1","id":"a56eeff39-63a6-4c61-990f-7af79806bd94","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices.html","title":"Best Practices","navPath":"BestPractices.html","bundleId":"work-tasks-2023-sp1","id":"ac6e8fad9-9986-42f7-a836-71bace2c02ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseTips.html","title":"Database Tips","navPath":"DatabaseTips.html","bundleId":"work-tasks-2023-sp1","id":"a66b1e681-7fcd-4155-b339-5a9b7c95482b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodingTips.html","title":"Coding Tips","navPath":"CodingTips.html","bundleId":"work-tasks-2023-sp1","id":"a6f12ea63-4162-4ca4-9253-53bf3e41e9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceTips.html","title":"Performance Tips","navPath":"PerformanceTips.html","bundleId":"work-tasks-2023-sp1","id":"af478b4c7-b8d8-4ccf-9c87-f600d2b28222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinWorkTasks.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a177a28f1-cf7a-4798-921f-a557f4deec68","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinWorkTasks.html","title":"Limitations","navPath":"LimitationsinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"af5904716-f74a-4700-98b3-e9b77fd40041","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsandlistsuserguide.html","title":"Forms and Lists User Guide","navPath":"wonderwareskeltabpmformsandlistsuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a4d41db51-af01-4204-acc6-e10db9405f66","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsguide.html","title":"Forms","navPath":"wonderwareskeltabpmformsguide.html","bundleId":"work-tasks-2023-sp1","id":"ac232b753-edab-4ad5-8a0c-c0fcfb547ba3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithforms.html","title":"Get Started with Forms","navPath":"gettingstartedwithforms.html","bundleId":"work-tasks-2023-sp1","id":"acb0bfb0c-74b3-483c-b1f3-a6cd73749615","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/forms_2.html","title":"Access Forms","navPath":"forms_2.html","bundleId":"work-tasks-2023-sp1","id":"ab3f9fd16-2394-4973-bc47-b22028bc3823","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateandOrganizeForms.html","title":"Create and Organize Forms","navPath":"CreateandOrganizeForms.html","bundleId":"work-tasks-2023-sp1","id":"ae49fc783-bf58-4380-bda4-6ab731d7655b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateForms.html","title":"Create Forms","navPath":"CreateForms.html","bundleId":"work-tasks-2023-sp1","id":"a7db0fb64-14f1-4bb7-bebe-3a46446346f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFoldersforForms.html","title":"Create Folders for Forms","navPath":"CreateFoldersforForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b07bc5c-262c-400e-b6f3-e8549db312ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewChildItemsofForms.html","title":"View Child Items of Forms","navPath":"ViewChildItemsofForms.html","bundleId":"work-tasks-2023-sp1","id":"a5f6081ed-4ebe-4d40-ae11-ef9f9565e5f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingforms.html","title":"Organize Forms","navPath":"organizingforms.html","bundleId":"work-tasks-2023-sp1","id":"a6112ecf8-367e-4ace-b409-f4a54dd6dd5b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandSaveForms.html","title":"Import and save Forms","navPath":"ImportandSaveForms.html","bundleId":"work-tasks-2023-sp1","id":"aa01c9006-3085-4feb-be64-2b6054e44dd1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importingforms.html","title":"Import Forms","navPath":"importingforms.html","bundleId":"work-tasks-2023-sp1","id":"ac88ca5ae-98d5-43f1-82f0-d1fe0006b6d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportForms.html","title":"Export Forms","navPath":"ExportForms.html","bundleId":"work-tasks-2023-sp1","id":"a7ef8c390-cabc-4a22-bbfe-ecf5aee3e998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewVersionsofForms.html","title":"View Versions of Forms","navPath":"ViewVersionsofForms.html","bundleId":"work-tasks-2023-sp1","id":"ab3606a53-6302-4ee2-ad63-651af87d21d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandPublishForms.html","title":"Design and publish Forms","navPath":"DesignandPublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a37518f9a-7723-4917-aa8c-a07e541acc3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignForms.html","title":"Design Forms","navPath":"DesignForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b4f1c2f-eef6-432d-992c-6b9a3cc6dc34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditForms.html","title":"Edit Forms","navPath":"EditForms.html","bundleId":"work-tasks-2023-sp1","id":"a98999839-0f1b-4060-af5a-b264634373f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteForms.html","title":"Delete Forms","navPath":"DeleteForms.html","bundleId":"work-tasks-2023-sp1","id":"a204b7034-040b-4807-a5cc-1196450d386b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreviewForms.html","title":"Preview Forms","navPath":"PreviewForms.html","bundleId":"work-tasks-2023-sp1","id":"a78547e24-2792-48b9-91f2-22e07856d2ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms.html","title":"Publish Forms","navPath":"PublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a3fc6f79b-9762-48c3-9aea-a65a6d5f2b92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishForms.html","title":"Unpublish Forms","navPath":"UnpublishForms.html","bundleId":"work-tasks-2023-sp1","id":"adf090849-95c4-4f1e-b3a2-943eb83cf88f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishFolders.html","title":"Publish Folders","navPath":"PublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"adb3c5f1c-d6bb-4f1a-ae10-c2f103f46c9a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishFolders.html","title":"Unpublish Folders","navPath":"UnpublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"ad039447a-8787-4710-b2fe-9ddf82d65c06","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSecureForms.html","title":"Manage and secure Forms","navPath":"ManageandSecureForms.html","bundleId":"work-tasks-2023-sp1","id":"a432f6b55-f2a2-46b6-bb24-42d757747671","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockForms.html","title":"Lock Forms","navPath":"LockForms.html","bundleId":"work-tasks-2023-sp1","id":"afd88f03e-8b36-450a-b92a-9c171ee4025e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnlockForms.html","title":"Unlock Forms","navPath":"UnlockForms.html","bundleId":"work-tasks-2023-sp1","id":"a8fcdd00f-b986-40e8-9df1-4079af5b4bc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingforms.html","title":"Disable Forms","navPath":"disablingforms.html","bundleId":"work-tasks-2023-sp1","id":"ad21b4bcd-cc5c-45c0-b00b-1cab741cbae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableForms.html","title":"Enable Forms","navPath":"EnableForms.html","bundleId":"work-tasks-2023-sp1","id":"aaf760fb1-3ec7-4538-8193-29f095a4e9f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filteringforms.html","title":"Filter Forms","navPath":"filteringforms.html","bundleId":"work-tasks-2023-sp1","id":"ad7b81541-a380-4a6e-b838-7151c823f34e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnershipofForms.html","title":"Change ownership of Forms","navPath":"ChangeOwnershipofForms.html","bundleId":"work-tasks-2023-sp1","id":"a7d113f02-b5e1-49c5-81b5-d012fe51572c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityofforms.html","title":"Set Security of Forms","navPath":"settingsecurityofforms.html","bundleId":"work-tasks-2023-sp1","id":"a7ed7b6b9-1dba-43e9-854a-165075a1b149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPropertiesofForms.html","title":"View Properties of Forms","navPath":"ViewPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a09fdf93b-3af5-46e7-a7b1-0273c74197a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAuditHistoryofForms.html","title":"View Audit History of Forms","navPath":"ViewAuditHistoryofForms.html","bundleId":"work-tasks-2023-sp1","id":"aed057f29-7aa6-4c12-8f2c-0f2d1c2c1772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingformslinks.html","title":"Create Forms Links","navPath":"creatingformslinks.html","bundleId":"work-tasks-2023-sp1","id":"af79f7c11-3eac-493c-8e2c-e8cd7185ccce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dynamiclistforms.html","title":"Dynamic list Forms","navPath":"dynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a1818c4a9-f704-4525-8bff-25c8d0bfde05","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingdynamiclistforms.html","title":"Create dynamic List Forms","navPath":"creatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"ac5c24c2c-9b8c-44d6-9e9e-a3f679aedb25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/validatingdynamiclistforms.html","title":"Validate Dynamic List Forms","navPath":"validatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a64e7bb6b-a0f9-4494-a3b9-b5d80c738147","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateFormstoWorkflows.html","title":"Associate Forms to Workflows","navPath":"AssociateFormstoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a56876be2-9292-4c12-9a22-07fd66d031ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associatingformstoworkflows.html","title":"Associate Forms to Workflows","navPath":"associatingformstoworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac2d07e91-93a4-4e4e-846f-515ad4198513","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BindaFormtotheWorkflow.html","title":"Bind a Form to the Workflow","navPath":"BindaFormtotheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab7e19ec2-cd8b-40a5-ab6e-2382e8b22487","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormXMLMapping.html","title":"Form XML Mapping","navPath":"FormXMLMapping.html","bundleId":"work-tasks-2023-sp1","id":"a71e56b5d-6207-4c22-8450-595a6a14be12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditAssociationoftheAlreadyAssociatedForm.html","title":"Edit Association of the Already Associated Form","navPath":"EditAssociationoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"aeea8bf3e-4531-4d13-801c-e1acf97a0df3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditMappingsoftheAlreadyAssociatedForm.html","title":"Edit Mappings of the Already Associated Form","navPath":"EditMappingsoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"a6fb01a36-65f9-4398-88b7-f2b908f4211f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAssociationofFormswithWorkflows.html","title":"View Association of Forms with Workflows","navPath":"ViewAssociationofFormswithWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"acc9b8eb1-9a49-40e5-9a1f-e050838a27a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DissociateFormsfromWorkflows.html","title":"Dissociate Forms from Workflows","navPath":"DissociateFormsfromWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a50d60ebf-7c49-4b32-a947-c2f603ae6c6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignWorkflowsforAssociatedForms.html","title":"Design Workflows for Associated Forms","navPath":"DesignWorkflowsforAssociatedForms.html","bundleId":"work-tasks-2023-sp1","id":"ab4f051a9-d658-4e17-bfb7-c376dabcea7a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsDesigner.html","title":"Forms Designer","navPath":"FormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a50e1ecd0-69a6-45ad-8677-68ed408a7143","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageForms.html","title":"Manage Forms","navPath":"ManageForms.html","bundleId":"work-tasks-2023-sp1","id":"a114992b9-4e56-4286-80ec-80c7fe490b31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofForms.html","title":"Edit Properties of Forms","navPath":"EditPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a2adb3343-c3b0-4419-b96a-5fd247631014","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/previewingformsinformsdesigner.html","title":"Preview Forms","navPath":"previewingformsinformsdesigner.html","bundleId":"work-tasks-2023-sp1","id":"afd7c297c-6b4c-49ff-ba8c-0e5437c109ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms_1.html","title":"Publish Forms","navPath":"PublishForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a7b03bdd7-105d-4411-a037-9da813b1a0bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/220967.html","title":"List Structure","navPath":"220967.html","bundleId":"work-tasks-2023-sp1","id":"a799ff288-274f-46d4-8779-7be21223c652","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageControls.html","title":"Manage Controls","navPath":"ManageControls.html","bundleId":"work-tasks-2023-sp1","id":"a672dff7e-94d6-40cf-bb66-2aa0ffdcbb37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControls.html","title":"Add Controls","navPath":"AddControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c359367-0034-4295-9658-d01063829b4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls.html","title":"Move Controls","navPath":"MoveControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c38e9b3-06a1-4b13-aaee-4dba8a92eba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CloneControls.html","title":"Clone Controls","navPath":"CloneControls.html","bundleId":"work-tasks-2023-sp1","id":"a6420aea4-4be4-400e-ac33-dc1e53db3638","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls.html","title":"Delete Controls","navPath":"DeleteControls.html","bundleId":"work-tasks-2023-sp1","id":"a701d8781-a959-45c8-80dc-6b925c8d3e9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClearControls.html","title":"Clear Controls","navPath":"ClearControls.html","bundleId":"work-tasks-2023-sp1","id":"ab139807e-2aac-4638-81e9-a827d2b90aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls.html","title":"Replace Controls","navPath":"ReplaceControls.html","bundleId":"work-tasks-2023-sp1","id":"a3446a468-7e97-4417-815a-b70676936aec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditNameofControls.html","title":"Edit Name of Controls","navPath":"EditNameofControls.html","bundleId":"work-tasks-2023-sp1","id":"ac8818bc6-79db-4565-824b-8b9dd0dfa07e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls.html","bundleId":"work-tasks-2023-sp1","id":"af46d3334-0b0d-4997-b5d0-693a7d62e8d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignGuidelines.html","title":"Design Guidelines","navPath":"DesignGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad18bf23a-e772-4c8d-8429-4e683e6796ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customstyles.html","title":"Custom Styles","navPath":"customstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad621322c-2b57-4150-8cff-5322f10e18b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718950.html","title":"Arc","navPath":"718950.html","bundleId":"work-tasks-2023-sp1","id":"a979531cd-7162-4552-a2d2-f641c56eff53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buttoncustomstyles.html","title":"Button","navPath":"buttoncustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a2ae9945b-d27c-4521-aa7f-444d94b1c024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719693.html","title":"Card","navPath":"719693.html","bundleId":"work-tasks-2023-sp1","id":"ab4eae85a-7342-4af7-a241-db29e141d99d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/732886.html","title":"Gantt Chart","navPath":"732886.html","bundleId":"work-tasks-2023-sp1","id":"a588ebf3a-c1ac-49c9-84ac-66d123285708","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/253979.html","title":"Gauge","navPath":"253979.html","bundleId":"work-tasks-2023-sp1","id":"a9a1c7c45-28b2-4fd0-a7c9-d5976d05ab34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formcustomstyles.html","title":"Form","navPath":"formcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a54aa6bfe-b7ac-4939-a675-95218ad641a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformcustomstyles.html","title":"Base Form","navPath":"baseformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a495bda55-a7d1-4b05-9ea8-20bc2359b04f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelformcustomstyles.html","title":"Panel Form","navPath":"panelformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"aac62edfc-6ed6-450a-a7a5-b3e182ef95a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/201636.html","title":"Embed Form","navPath":"201636.html","bundleId":"work-tasks-2023-sp1","id":"acb660e5a-3a2f-4ffa-a192-711f2dc50123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719160.html","title":"Progress Bar","navPath":"719160.html","bundleId":"work-tasks-2023-sp1","id":"a8ed318e1-59e9-45b4-9a65-14d39b7da82b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabscustomstyles.html","title":"Tabs","navPath":"tabscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad2267193-7e56-4b2a-9810-e233f649e829","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/othercontrolscustomstyles.html","title":"Other Controls","navPath":"othercontrolscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a346301e7-d0ad-4ca7-b256-08fdc5c32dc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimits.html","title":"Boundaries and Limits","navPath":"BoundariesandLimits.html","bundleId":"work-tasks-2023-sp1","id":"a231a022d-c8bd-4fef-9dbd-a66ffed322f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TestEnvironment.html","title":"Test Environment","navPath":"TestEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a5a55fc53-9979-427b-a11e-c291ef2771a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimitsbyProperty.html","title":"Boundaries and Limits by Property","navPath":"BoundariesandLimitsbyProperty.html","bundleId":"work-tasks-2023-sp1","id":"ab98ec54d-0684-433b-97cd-7d041266e847","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81448.html","title":"Control Classification","navPath":"81448.html","bundleId":"work-tasks-2023-sp1","id":"a496d45a1-05b0-453d-a231-f6e5b7bfc65d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81449.html","title":"Boundaries and Limits by Control","navPath":"81449.html","bundleId":"work-tasks-2023-sp1","id":"acebc6963-8690-4957-b194-e9ea9b12c450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81450.html","title":"Boundaries and Limits by Form","navPath":"81450.html","bundleId":"work-tasks-2023-sp1","id":"a7e067bfb-91a8-4012-ba30-53c9db5137d3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices_1.html","title":"Best Practices","navPath":"BestPractices_1.html","bundleId":"work-tasks-2023-sp1","id":"af25f7ecd-343d-4109-9f1f-aa1f8ac96fe2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls_1.html","title":"Form Controls","navPath":"FormControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a201c375d-6f1a-4153-b72d-062c49be8bec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Containers.html","title":"Containers","navPath":"Containers.html","bundleId":"work-tasks-2023-sp1","id":"a9b7a0429-96cc-45b3-a570-3b08fab7d328","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/form.html","title":"Form","navPath":"form.html","bundleId":"work-tasks-2023-sp1","id":"abd3bc9a5-88a1-4620-b333-6848f865689c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/324677.html","title":"Action Bar","navPath":"324677.html","bundleId":"work-tasks-2023-sp1","id":"a8fcf52ab-07db-4efb-8234-7e3e9c00ec87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/609518.html","title":"MQTT Topic Configuration","navPath":"609518.html","bundleId":"work-tasks-2023-sp1","id":"ac02d3635-fc24-4c04-ac04-bab0c1f3eaa4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataTypesinMQTTTopicConfiguration.html","title":"Data Types in MQTT Topic Configuration","navPath":"DataTypesinMQTTTopicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a48abf035-8020-471d-bc3c-b8469952c64c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SpecifyJSONPath.html","title":"Specify JSON Path","navPath":"SpecifyJSONPath.html","bundleId":"work-tasks-2023-sp1","id":"af3794367-1ef6-411d-b3f9-b72e053ca293","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseform.html","title":"Base Form","navPath":"baseform.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c90dd-d759-4ccc-9a2d-5cc5848735b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelform.html","title":"Panel Form","navPath":"panelform.html","bundleId":"work-tasks-2023-sp1","id":"a44951dc6-091f-438d-a52a-e758218572e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabs.html","title":"Tabs","navPath":"tabs.html","bundleId":"work-tasks-2023-sp1","id":"adfb6a5f4-bbd7-49e7-8568-2648aa54dd15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Tab.html","title":"Tab","navPath":"Tab.html","bundleId":"work-tasks-2023-sp1","id":"a44332dbf-4d85-423f-9dee-30e75e90e30e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls_1.html","title":"Controls","navPath":"Controls_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a90651d-1d75-4561-80d2-f458069f7afb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Arc.html","title":"Arc","navPath":"Arc.html","bundleId":"work-tasks-2023-sp1","id":"acd9d74ba-7ce1-4a50-880e-115c12240cbf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleArcRendering.html","title":"Example Arc Rendering","navPath":"ExampleArcRendering.html","bundleId":"work-tasks-2023-sp1","id":"a7c93b698-2296-4b01-bcb8-204273b79a57","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachment.html","title":"Attachment","navPath":"attachment.html","bundleId":"work-tasks-2023-sp1","id":"a2e90e84a-cfd9-4a89-8657-f83219d1ae00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/boolean.html","title":"Boolean","navPath":"boolean.html","bundleId":"work-tasks-2023-sp1","id":"a9bef6536-55d5-4a2c-8f21-3df3f6bd563c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/button.html","title":"Button","navPath":"button.html","bundleId":"work-tasks-2023-sp1","id":"ab4553b23-0f5f-42df-ba2e-1a473db18a32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719692.html","title":"Card","navPath":"719692.html","bundleId":"work-tasks-2023-sp1","id":"a1b01075c-011e-468c-9109-23d8b72436c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536292.html","title":"Chart","navPath":"536292.html","bundleId":"work-tasks-2023-sp1","id":"ada607e61-9185-4d55-b9fd-fe7091df9dab","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSourceConfigurationforSankeyChart.html","title":"Lookup Source Configuration for Sankey Chart","navPath":"LookupSourceConfigurationforSankeyChart.html","bundleId":"work-tasks-2023-sp1","id":"a4ddf77de-57fb-4f91-b0ad-c9dff486f5d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/checkbox.html","title":"Check Box","navPath":"checkbox.html","bundleId":"work-tasks-2023-sp1","id":"a1f47ccff-4052-4392-a95e-a1c87dc8f983","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datagrid.html","title":"Data Grid","navPath":"datagrid.html","bundleId":"work-tasks-2023-sp1","id":"a42d95c84-c234-4af2-92f3-6b4be196eb43","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180639.html","title":"Configure Grids","navPath":"180639.html","bundleId":"work-tasks-2023-sp1","id":"ada57b8a4-4a00-4b3f-abf9-fc92e3c862e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/652758.html","title":"Update Grid Configuration for Lookup Modification","navPath":"652758.html","bundleId":"work-tasks-2023-sp1","id":"a8a440f42-0f6e-492c-90b2-9fc013f78007","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180640.html","title":"Highlight Records","navPath":"180640.html","bundleId":"work-tasks-2023-sp1","id":"ae3d8da4f-7262-4486-b00b-3b8af98618a3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datalookup.html","title":"Data Lookup","navPath":"datalookup.html","bundleId":"work-tasks-2023-sp1","id":"a90d318b3-af00-42e9-8e63-eea96b5269f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/date.html","title":"Date","navPath":"date.html","bundleId":"work-tasks-2023-sp1","id":"a76386d0c-f172-4fd6-8a5f-e510af125cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datetime.html","title":"Date Time","navPath":"datetime.html","bundleId":"work-tasks-2023-sp1","id":"ab048709f-a86d-4290-9786-1a767e51aa9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/drop-down.html","title":"Drop-Down","navPath":"drop-down.html","bundleId":"work-tasks-2023-sp1","id":"ae51b3423-1b30-47ee-97b6-e31b76529168","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/email.html","title":"Email","navPath":"email.html","bundleId":"work-tasks-2023-sp1","id":"ada90ec81-6b97-4986-8391-edc246b8161f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199295.html","title":"Embed Form","navPath":"199295.html","bundleId":"work-tasks-2023-sp1","id":"ac5234d47-963b-43e7-aba9-e895c7fcb28c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embedpage.html","title":"Embed Page","navPath":"embedpage.html","bundleId":"work-tasks-2023-sp1","id":"ae53a9084-4bf0-4f19-9df5-8e0299c6918c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetEmbedPageUrlandTriggertheOnDataChangeScript.html","title":"Set Embed Page Url and Trigger the On Data Change Script","navPath":"SetEmbedPageUrlandTriggertheOnDataChangeScript.html","bundleId":"work-tasks-2023-sp1","id":"a6fb2ddbd-3fd1-4388-bc09-8dc851dac1a5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signature.html","title":"E-signature","navPath":"e-signature.html","bundleId":"work-tasks-2023-sp1","id":"adcbd5574-2525-47b2-bc37-4a7f81af8834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartProperties.html","title":"Gantt Chart","navPath":"GanttChartProperties.html","bundleId":"work-tasks-2023-sp1","id":"a8289a0f5-7116-431f-94c5-5107af325376","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleGanttChartRendering.html","title":"Example Gantt Chart Rendering","navPath":"ExampleGanttChartRendering.html","bundleId":"work-tasks-2023-sp1","id":"a720db0a7-96ac-41f1-9345-406d36020030","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252063.html","title":"Gauge","navPath":"252063.html","bundleId":"work-tasks-2023-sp1","id":"a6f44ab38-c625-4528-baa8-4e778bceb523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644117.html","title":"Geolocation","navPath":"644117.html","bundleId":"work-tasks-2023-sp1","id":"aaeb11b03-178a-42e3-849d-d2223f445df0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenField.html","title":"Hidden Field","navPath":"HiddenField.html","bundleId":"work-tasks-2023-sp1","id":"a4d91ea1f-5900-4095-8a8c-c297bc00d0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536289.html","title":"Hierarchical List","navPath":"536289.html","bundleId":"work-tasks-2023-sp1","id":"a6ddc9689-31fc-4974-ab8e-0dfaa2566053","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/hyperlink.html","title":"Hyperlink","navPath":"hyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a78400f88-6710-4c60-9665-ea5bc05fae31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/image.html","title":"Image","navPath":"image.html","bundleId":"work-tasks-2023-sp1","id":"a8ed9e4a5-5162-4ed7-8bd7-4298d097cc83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflow.html","title":"Invoke Workflow","navPath":"invokeworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aff382396-16d2-46b7-aa9c-6007910312d9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteWorkflows.html","title":"Overwrite Workflows","navPath":"OverwriteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a9f9a7523-9184-4b1e-b210-f7bd2c9e5c74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteXMLVariables.html","title":"Overwrite XML Variables","navPath":"OverwriteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a4fb6839d-31c0-412e-8304-87a1fce166ef","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/label.html","title":"Label","navPath":"label.html","bundleId":"work-tasks-2023-sp1","id":"ae808f33c-63f3-47bf-83de-ce038f34a035","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/list.html","title":"List","navPath":"list.html","bundleId":"work-tasks-2023-sp1","id":"a69f4afab-8a41-4085-bedc-34ebe7ae4851","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number.html","title":"Number","navPath":"number.html","bundleId":"work-tasks-2023-sp1","id":"a34182536-f83d-41db-88d5-778abe4fedc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/password.html","title":"Password","navPath":"password.html","bundleId":"work-tasks-2023-sp1","id":"a865861ff-7bf5-4a8f-845e-031477ba99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pop-up.html","title":"Pop-Up","navPath":"pop-up.html","bundleId":"work-tasks-2023-sp1","id":"a71c925a0-ef60-45fe-aebd-ff2be0922c63","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719163.html","title":"Progress Bar","navPath":"719163.html","bundleId":"work-tasks-2023-sp1","id":"a91430a49-3326-4df9-87b9-4faa3c31a1ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleScriptingScenariosandRendering.html","title":"Example Scripting Scenarios and Rendering","navPath":"ExampleScriptingScenariosandRendering.html","bundleId":"work-tasks-2023-sp1","id":"a9a2bd64e-302a-40d3-8b58-7e08f1f6dfa0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleProgressBarRendering.html","title":"Example Progress Bar Rendering","navPath":"ExampleProgressBarRendering.html","bundleId":"work-tasks-2023-sp1","id":"aa4f415f2-6866-483d-95b0-7c662be19d81","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435385.html","title":"QR Code","navPath":"435385.html","bundleId":"work-tasks-2023-sp1","id":"a3e6ec2a9-5fb5-419b-a53a-87b8a9c45de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/radiobutton.html","title":"Radio Button","navPath":"radiobutton.html","bundleId":"work-tasks-2023-sp1","id":"a249452f2-0738-4849-ac27-25bc3e9f5b52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewer.html","title":"Report Viewer","navPath":"reportviewer.html","bundleId":"work-tasks-2023-sp1","id":"a631795e2-e4d1-4304-bf8c-bf559a4a5912","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/437769.html","title":"Report Viewer Configuration","navPath":"437769.html","bundleId":"work-tasks-2023-sp1","id":"a5c477187-3548-4182-bf78-b751837417c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingreports.html","title":"Embed Reports","navPath":"embeddingreports.html","bundleId":"work-tasks-2023-sp1","id":"a803bc65c-406d-4562-95d8-cab0cf93e2b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingpop-upreports.html","title":"Link Pop-up Reports","navPath":"linkingpop-upreports.html","bundleId":"work-tasks-2023-sp1","id":"af193ff5b-9506-4f37-bde3-ab0b3f00dcb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingdownloadablereports.html","title":"Link Downloadable Reports","navPath":"linkingdownloadablereports.html","bundleId":"work-tasks-2023-sp1","id":"adc017387-9847-4ff2-89a9-a10d341beec9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/489816.html","title":"RFID","navPath":"489816.html","bundleId":"work-tasks-2023-sp1","id":"a5bc1e47f-0333-4325-b898-c6a894e5b634","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/198651.html","title":"Rich Text","navPath":"198651.html","bundleId":"work-tasks-2023-sp1","id":"a8aa04154-1c50-499d-a2b6-8572731e213a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolelookup.html","title":"Role Lookup","navPath":"rolelookup.html","bundleId":"work-tasks-2023-sp1","id":"a0710cd4d-70dd-4a10-adb6-3df84d78f843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/614604.html","title":"Signature","navPath":"614604.html","bundleId":"work-tasks-2023-sp1","id":"a2e78b5a2-49ee-419b-bb95-0c63c4b9c995","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number_1.html","title":"Slider","navPath":"number_1.html","bundleId":"work-tasks-2023-sp1","id":"ac1934253-0c6b-4f45-bb5d-8c33bd98990c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/text.html","title":"Text","navPath":"text.html","bundleId":"work-tasks-2023-sp1","id":"a8c2e2ae8-368a-465e-9fbd-111d98d500b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/time.html","title":"Time","navPath":"time.html","bundleId":"work-tasks-2023-sp1","id":"a2a4e4db7-482f-4c86-b677-84f2ce238906","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/230651.html","title":"Tree","navPath":"230651.html","bundleId":"work-tasks-2023-sp1","id":"a86c42515-6160-479d-a21c-4959a22832ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userlookup.html","title":"User Lookup","navPath":"userlookup.html","bundleId":"work-tasks-2023-sp1","id":"ae436d009-1a27-40ba-80a0-be34b2f21874","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/826789.html","title":"Widget","navPath":"826789.html","bundleId":"work-tasks-2023-sp1","id":"ade3a8c96-4603-49f8-a29a-2dce3bf8aeea","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902485.html","title":"Dynamic Widget Properties and Events","navPath":"902485.html","bundleId":"work-tasks-2023-sp1","id":"a433aba59-6149-40b9-82d7-946eeda34e2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902497.html","title":"Add or Edit a Dynamic Property or Event","navPath":"902497.html","bundleId":"work-tasks-2023-sp1","id":"a09966e34-9444-4e1a-a169-a8c1bc42f28f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855752.html","title":"Grid Widget","navPath":"855752.html","bundleId":"work-tasks-2023-sp1","id":"af05cdb2f-afea-40c7-b62f-88312bd3ccad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093483.html","title":"Grid Widget Properties Usage","navPath":"1093483.html","bundleId":"work-tasks-2023-sp1","id":"ab25d2768-32c2-4c08-a840-3e07330243ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903237.html","title":"Grid Widget Event","navPath":"903237.html","bundleId":"work-tasks-2023-sp1","id":"a302af65a-1f1f-4151-a215-b75587391e0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903242.html","title":"On Cell Change","navPath":"903242.html","bundleId":"work-tasks-2023-sp1","id":"a4d0d6148-e098-4cba-bee2-11e2466da47d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/917567.html","title":"On Initialize","navPath":"917567.html","bundleId":"work-tasks-2023-sp1","id":"ac9084f6f-2948-4689-9a3e-116ec478b97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093482.html","title":"On Row Selection","navPath":"1093482.html","bundleId":"work-tasks-2023-sp1","id":"ad96c9386-a19c-416d-abeb-365b7f6b535a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/858794.html","title":"Configure the Grid Widget","navPath":"858794.html","bundleId":"work-tasks-2023-sp1","id":"a0c4c2376-91c3-4720-81be-b365690daf37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860015.html","title":"Pass Data to or from the Widget","navPath":"860015.html","bundleId":"work-tasks-2023-sp1","id":"a5681a57a-d92a-42bb-b9d6-2bbd0b8d49c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869728.html","title":"Define Data Columns","navPath":"869728.html","bundleId":"work-tasks-2023-sp1","id":"a009b7099-abb7-4e58-91f0-6b19cd0d2726","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869729.html","title":"Clear Data Filters","navPath":"869729.html","bundleId":"work-tasks-2023-sp1","id":"aca5a6920-49fb-47e6-9faf-22dad2c5238a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869731.html","title":"Reset Grid Data Sort Order Setting","navPath":"869731.html","bundleId":"work-tasks-2023-sp1","id":"a88d100a2-382c-462c-a3aa-d6c12f6d9d7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869732.html","title":"Validate Data","navPath":"869732.html","bundleId":"work-tasks-2023-sp1","id":"aeac82f73-cb47-450c-a1bf-c8a79667110d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860016.html","title":"Grid Widget Configurable Parameters","navPath":"860016.html","bundleId":"work-tasks-2023-sp1","id":"aadc12c92-091c-4173-b9ec-2fc024536ab7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877810.html","title":"Modify Grid Widget Title","navPath":"877810.html","bundleId":"work-tasks-2023-sp1","id":"a52dc3eb5-9d3d-46e2-86fe-529c0e4cdf0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869895.html","title":"Modify Column Width and Column Headers","navPath":"869895.html","bundleId":"work-tasks-2023-sp1","id":"a9dee9f16-7636-467c-81de-2b46b4807110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869898.html","title":"Set Number of Records to Display in a Grid Page","navPath":"869898.html","bundleId":"work-tasks-2023-sp1","id":"a2b77e774-ad09-4f6c-884f-9bb3df5ab3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869909.html","title":"Configure Cell Datatypes and Input Field","navPath":"869909.html","bundleId":"work-tasks-2023-sp1","id":"a2777b038-930c-40e2-9410-8c2473940d6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876387.html","title":"Configure Column Background Color","navPath":"876387.html","bundleId":"work-tasks-2023-sp1","id":"aa5e8649a-3d91-4af0-8fc3-560e3fe93fbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876830.html","title":"Add Column-value Tooltip","navPath":"876830.html","bundleId":"work-tasks-2023-sp1","id":"a5096cb28-7e33-475d-9129-3ffcfdf5af7c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876835.html","title":"Grid widget UI controls","navPath":"876835.html","bundleId":"work-tasks-2023-sp1","id":"a7728fdfc-8f8c-4230-a5ea-708f1730bd6f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876832.html","title":"Add Progress Bar in Grid Column","navPath":"876832.html","bundleId":"work-tasks-2023-sp1","id":"afa049062-42fd-4d7f-a528-bf833f63f2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876834.html","title":"Add Datetime Picker","navPath":"876834.html","bundleId":"work-tasks-2023-sp1","id":"ab01a631b-2441-47c7-a3e4-0f1dd54f8fe4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876837.html","title":"Add Drop-down List","navPath":"876837.html","bundleId":"work-tasks-2023-sp1","id":"abd74153b-1bb9-49bd-9bba-d70acbe52c4f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860017.html","title":"Sort, Filter, and Reorder","navPath":"860017.html","bundleId":"work-tasks-2023-sp1","id":"a7226d970-1949-4ee8-abc3-be0386389e2b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869733.html","title":"Change Default Sorting Behavior","navPath":"869733.html","bundleId":"work-tasks-2023-sp1","id":"aa762ffed-c4c5-414b-bd5e-570b56292d33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/879965.html","title":"Filter Data through Scripting","navPath":"879965.html","bundleId":"work-tasks-2023-sp1","id":"a7754ab49-276d-4a7c-974c-4b154a9295e3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877839.html","title":"Column Data Alignment","navPath":"877839.html","bundleId":"work-tasks-2023-sp1","id":"aaf612e5b-a6e8-4ecb-aa7e-d97349a85c02","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855776.html","title":"Hierarchy Selector Widget","navPath":"855776.html","bundleId":"work-tasks-2023-sp1","id":"a71ff368d-ae12-4b81-9e0c-817cf1d489b5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/872741.html","title":"Hierarchy Selector Widget Properties Usage","navPath":"872741.html","bundleId":"work-tasks-2023-sp1","id":"aef16e252-58b6-4339-8c08-3afc63e662cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903458.html","title":"Hierarchy Selector Events","navPath":"903458.html","bundleId":"work-tasks-2023-sp1","id":"ae24365fa-b9c6-414c-9ac9-af6dfa6252d8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903243.html","title":"On Initialize","navPath":"903243.html","bundleId":"work-tasks-2023-sp1","id":"a50ce0e43-ce33-4045-a8c5-2a87391d4a41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/915579.html","title":"On Selection Change","navPath":"915579.html","bundleId":"work-tasks-2023-sp1","id":"a056f30ef-9cc2-474c-8231-87124e5847f4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/859853.html","title":"Configure Hierarchy Selector Widget","navPath":"859853.html","bundleId":"work-tasks-2023-sp1","id":"a851d01c5-f4c4-4308-8962-86d8653137cf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/863435.html","title":"Pass Data to and from Widget","navPath":"863435.html","bundleId":"work-tasks-2023-sp1","id":"a33cda13e-1a07-44f4-9b80-9be0bdf76f77","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869735.html","title":"Load Hierarchical Dataset","navPath":"869735.html","bundleId":"work-tasks-2023-sp1","id":"a42cba02c-9930-4387-9583-8de9ec438ca9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/885338.html","title":"Override the Hierarchy Selector's Default Behavior for Selected Child Node","navPath":"885338.html","bundleId":"work-tasks-2023-sp1","id":"afea65ab8-5343-41ba-bed2-8b95ce0b2a12","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869736.html","title":"Modify Widget Title, Header, and Captions","navPath":"869736.html","bundleId":"work-tasks-2023-sp1","id":"a55829891-dcdc-4e49-8eac-8a85e7c8bd15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869737.html","title":"Set Color for Parent Node","navPath":"869737.html","bundleId":"work-tasks-2023-sp1","id":"a7880db35-d2f9-49f4-b1ee-17ff5f11b4ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869738.html","title":"Set Color for Child Node","navPath":"869738.html","bundleId":"work-tasks-2023-sp1","id":"a9b57e5ac-deec-48f7-816f-c1374c8000bb","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/868368.html","title":"Localize Widgets","navPath":"868368.html","bundleId":"work-tasks-2023-sp1","id":"a968337d1-3423-4f29-8c73-358956d802da","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/870059.html","title":"Example localization text file","navPath":"870059.html","bundleId":"work-tasks-2023-sp1","id":"a987c2c80-67d4-4acf-bf60-6e239260e88b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/920100.html","title":"Configure Communication between Widget Control and Form","navPath":"920100.html","bundleId":"work-tasks-2023-sp1","id":"a473cd473-cf8c-4994-9dcc-bb09a51d62c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcontrols.html","title":"Custom Controls","navPath":"customcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ae2173cb2-afd8-464b-b213-a029dd81c5ec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcontrols.html","title":"Create Custom Controls","navPath":"creatingcustomcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a3fbf361a-b2e3-4ce2-a601-4b1bc46175f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/extendingexistingcontrols.html","title":"Extend Existing Controls","navPath":"extendingexistingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a2737d472-59be-40f3-a2eb-0e0fdf912f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customproperties.html","title":"Custom Properties","navPath":"customproperties.html","bundleId":"work-tasks-2023-sp1","id":"a4e4d5f87-5d47-4484-af39-c0e126ace00f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attributingproperties.html","title":"Attributing Properties","navPath":"attributingproperties.html","bundleId":"work-tasks-2023-sp1","id":"a5abd747d-d526-4ef7-b6e4-6091364a8b07","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/propertyindex.html","title":"Property Index","navPath":"propertyindex.html","bundleId":"work-tasks-2023-sp1","id":"a4292642d-610e-44f9-ba79-a31809d6a4d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomproperties.html","title":"Create Custom Properties","navPath":"creatingcustomproperties.html","bundleId":"work-tasks-2023-sp1","id":"a96a56339-ec84-4992-a7cd-e07c4d480956","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189993.html","title":"IControlProperty","navPath":"189993.html","bundleId":"work-tasks-2023-sp1","id":"a214dee0a-a0d7-4c33-905b-7b67a0119458","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/custombindings.html","title":"Custom Bindings","navPath":"custombindings.html","bundleId":"work-tasks-2023-sp1","id":"a6d50d77f-88a8-4362-8faf-58f6bbb79ce8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ibindingproperty.html","title":"IBindingProperty","navPath":"ibindingproperty.html","bundleId":"work-tasks-2023-sp1","id":"abcc9d34b-8c5d-4c8f-ba6c-f2c45dc9f034","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rulescustom.html","title":"Rules","navPath":"rulescustom.html","bundleId":"work-tasks-2023-sp1","id":"aed91c7e8-7e9e-47e8-9410-7bf6cf617d61","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/definingrules.html","title":"Define Rules","navPath":"definingrules.html","bundleId":"work-tasks-2023-sp1","id":"a56ffef63-d3cb-4be2-8411-d774598134a1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/referencingcustom.html","title":"Reference External CSS and JS Files","navPath":"referencingcustom.html","bundleId":"work-tasks-2023-sp1","id":"a7ae6a9d8-cce7-4757-b4d9-cb716614c561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizationcustom.html","title":"Localization","navPath":"localizationcustom.html","bundleId":"work-tasks-2023-sp1","id":"a17ddf634-0c61-47cd-8f7b-5ceab71238ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcategories.html","title":"Custom Categories","navPath":"customcategories.html","bundleId":"work-tasks-2023-sp1","id":"a69e53080-fad2-4127-abd2-35aef9bd5b4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcategories.html","title":"Create Custom Categories","navPath":"creatingcustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"a25b35faa-26e8-42aa-a65c-8cb60ed9731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsincustomcategories.html","title":"Add Custom Controls in Custom Categories","navPath":"addingcustomcontrolsincustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"aa2c29b15-5ee6-41f2-abda-24e4e293f3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsinthecontrolscategory.html","title":"Add Custom Controls in the Controls Category","navPath":"addingcustomcontrolsinthecontrolscategory.html","bundleId":"work-tasks-2023-sp1","id":"aeb424396-1a43-4ebe-b85f-014ac0e90c7b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295134.html","title":"Organize Form Controls","navPath":"295134.html","bundleId":"work-tasks-2023-sp1","id":"a902d09a4-e74b-4145-918b-9bcb7082768d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplemaskedinputcontrol.html","title":"Example: Masked Input Control","navPath":"examplemaskedinputcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a35e2b0c6-f779-4e42-bbc5-d18082ebb0e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputsfcontrolscs.html","title":"SFControl​.cs","navPath":"maskedinputsfcontrolscs.html","bundleId":"work-tasks-2023-sp1","id":"a1a6963e3-2429-44c1-b33f-426508cfdaed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputmycustomcs.html","title":"MaskedInput​.cs","navPath":"maskedinputmycustomcs.html","bundleId":"work-tasks-2023-sp1","id":"a75829226-e7ae-47a0-b427-ea5113a59ee8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltamaskedinputjs.html","title":"skelta​.maskedinput​.js","navPath":"skeltamaskedinputjs.html","bundleId":"work-tasks-2023-sp1","id":"a488c3696-b53a-40f4-a3d4-4269929bca18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295366.html","title":"Add Masked Input Property for Check Syntax Validation","navPath":"295366.html","bundleId":"work-tasks-2023-sp1","id":"a1d6aaab7-4d8a-4fd6-a4f2-8bc5b1193443","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188411.html","title":"Custom Controls with Kendo UI","navPath":"188411.html","bundleId":"work-tasks-2023-sp1","id":"a44f81021-7388-4eb7-be6d-cf2952a39e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188412.html","title":"Create Custom Controls with Kendo UI","navPath":"188412.html","bundleId":"work-tasks-2023-sp1","id":"adb3b09ae-2577-4e9c-b780-620e325b4824","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188413.html","title":"Create Knockout Bindings for Kendo UI","navPath":"188413.html","bundleId":"work-tasks-2023-sp1","id":"a6e13d8b2-25aa-4218-b763-e646bb12bbc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188640.html","title":"Knockout Bindings for Kendo UI","navPath":"188640.html","bundleId":"work-tasks-2023-sp1","id":"a5ddf53b0-1a8d-451a-8fa7-3af813383abb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188806.html","title":"Example: Barchart Control","navPath":"188806.html","bundleId":"work-tasks-2023-sp1","id":"a792152a9-dbcf-4b2c-947f-71132a4db200","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299.html","title":"SFControl​.cs","navPath":"262299.html","bundleId":"work-tasks-2023-sp1","id":"acefb05f3-3c8d-4ca5-a103-d6262dff4632","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188808.html","title":"BarChart​.cs","navPath":"188808.html","bundleId":"work-tasks-2023-sp1","id":"a99a93241-6fb6-4b4e-b45c-3d2873196998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188815.html","title":"BarChartBindingProperty​.cs","navPath":"188815.html","bundleId":"work-tasks-2023-sp1","id":"a0ba40cdf-ba81-46b7-8864-77c892454eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262301.html","title":"knockout-kendo​.kendochart​.js","navPath":"262301.html","bundleId":"work-tasks-2023-sp1","id":"abb60e5f0-db85-484e-9de2-1e7bac8f57c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262302.html","title":"corp​.customcontrol​.barchart​.js","navPath":"262302.html","bundleId":"work-tasks-2023-sp1","id":"a28da1015-7ef0-4f51-adbc-8c3059a729e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295368.html","title":"Add Barchart Properties for Check Syntax Validation","navPath":"295368.html","bundleId":"work-tasks-2023-sp1","id":"a25fef3e4-164a-4c91-a4b5-5341fb651b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190589.html","title":"Example: RichTextBox Control","navPath":"190589.html","bundleId":"work-tasks-2023-sp1","id":"ab48bcd5a-7f18-410d-a07e-187656f5d71e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299_1.html","title":"SFControl​.cs","navPath":"262299_1.html","bundleId":"work-tasks-2023-sp1","id":"a80d159c7-da7e-4fb3-8384-f4dc73583cc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190592.html","title":"RichTextBox​.cs","navPath":"190592.html","bundleId":"work-tasks-2023-sp1","id":"a7a2bb3f8-8d64-4d6e-bbb6-02218fb5bd99","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190595.html","title":"knockout-kendo​.editor​.js","navPath":"190595.html","bundleId":"work-tasks-2023-sp1","id":"a6bc5330a-bf55-4b3b-8a8c-38689cec746b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190596.html","title":"richtextbox​.js","navPath":"190596.html","bundleId":"work-tasks-2023-sp1","id":"a7f6e8a50-0ab9-4247-a6f2-ce7cc59d497e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555182.html","title":"Custom Controls with Angular 12","navPath":"555182.html","bundleId":"work-tasks-2023-sp1","id":"a2107ed1f-f066-4a34-b3a6-9b4e52c0c769","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555183.html","title":"Create Custom Controls with Angular 12","navPath":"555183.html","bundleId":"work-tasks-2023-sp1","id":"a50d24f3f-ee95-4331-9774-c49c42084735","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190538.html","title":"Custom Controls with Custom Properties","navPath":"190538.html","bundleId":"work-tasks-2023-sp1","id":"a20ce88b2-6153-4c5f-8ffd-c69231ebc74d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190699.html","title":"Example: PropertyLookup Control","navPath":"190699.html","bundleId":"work-tasks-2023-sp1","id":"af20774d6-5aea-418a-827d-f7f9b88bbd92","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190694.html","title":"SFControl​.cs","navPath":"190694.html","bundleId":"work-tasks-2023-sp1","id":"a8786c070-6cfa-4730-a709-f2ae5597fcf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190695.html","title":"PropertyLookup​.cs","navPath":"190695.html","bundleId":"work-tasks-2023-sp1","id":"a9eaf01b9-833c-4319-810e-905ef48b9da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190696.html","title":"PropertyLookup​.js","navPath":"190696.html","bundleId":"work-tasks-2023-sp1","id":"a37567bbc-0b0f-4859-a11d-84a4dfb0d633","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190698.html","title":"PropertyLookup​.css","navPath":"190698.html","bundleId":"work-tasks-2023-sp1","id":"aca5d548a-b54b-4a01-a116-478e86f58c3e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190705.html","title":"Example: Autocomplete Control","navPath":"190705.html","bundleId":"work-tasks-2023-sp1","id":"a9830c03b-43cc-4bbd-9b60-a06467a0ec44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190706.html","title":"SFControl​.cs","navPath":"190706.html","bundleId":"work-tasks-2023-sp1","id":"a59d4c3e6-3cf4-4c5d-9de0-58630dce3b4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190707.html","title":"Autocomplete​.cs","navPath":"190707.html","bundleId":"work-tasks-2023-sp1","id":"a7b5c5d7c-f488-4af7-b071-befaf4997e47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190714.html","title":"GridProperty​.cs","navPath":"190714.html","bundleId":"work-tasks-2023-sp1","id":"a4018c3e0-1acc-4e51-a8ec-5844d5de45f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190715.html","title":"PopupProperty​.cs","navPath":"190715.html","bundleId":"work-tasks-2023-sp1","id":"a92b0ec44-2edd-4f5a-846c-82ff344ceafd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190710.html","title":"Autocomplete​.js","navPath":"190710.html","bundleId":"work-tasks-2023-sp1","id":"ac20fa403-83aa-483a-9245-718f953b6d3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190712.html","title":"knockout-kendo​.autocompletebinding​.js","navPath":"190712.html","bundleId":"work-tasks-2023-sp1","id":"a64cdb11b-139c-4de9-8133-fd094ba9d481","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190713.html","title":"BaseFormWithValidationScript​.xml","navPath":"190713.html","bundleId":"work-tasks-2023-sp1","id":"a9b45a9ba-3e6a-416e-884f-69e63ff30bf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/191052.html","title":"PropertyLookup​.htm","navPath":"191052.html","bundleId":"work-tasks-2023-sp1","id":"afacedca2-acde-4252-a8dc-d81d5a121a15","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202165.html","title":"Custom Control with Standard Properties","navPath":"202165.html","bundleId":"work-tasks-2023-sp1","id":"a5f8de4ef-ff0b-4e27-a5e8-75fcc15037db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202426.html","title":"Example: TreeView Control","navPath":"202426.html","bundleId":"work-tasks-2023-sp1","id":"a895feaca-ef9f-430f-85f4-08bd287354a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202427.html","title":"SFControl​.cs","navPath":"202427.html","bundleId":"work-tasks-2023-sp1","id":"a64d96ae7-d4f7-4462-9010-0b4c020cf0ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202428.html","title":"TreeView​.cs","navPath":"202428.html","bundleId":"work-tasks-2023-sp1","id":"a7296694b-6eb2-4c4b-a3b5-709ec8fbe31d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202429.html","title":"TreeViewBinding​.cs","navPath":"202429.html","bundleId":"work-tasks-2023-sp1","id":"ab0a228d7-668f-48cc-ae9e-a45229817672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202430.html","title":"corp​.customControls​.treeView​.js","navPath":"202430.html","bundleId":"work-tasks-2023-sp1","id":"af6611fcb-ec95-4b34-a849-6b54f8e2bcdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202431.html","title":"kendo​.treeview​.js","navPath":"202431.html","bundleId":"work-tasks-2023-sp1","id":"a7c0684c9-ff30-464e-b999-783edce9f7b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202432.html","title":"knockout-kendo​.treeview​.js","navPath":"202432.html","bundleId":"work-tasks-2023-sp1","id":"a71ec1f18-98d7-42e0-ab2c-0683c5a0eb85","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295001.html","title":"Add Custom Control Members as White List for Check syntax validations","navPath":"295001.html","bundleId":"work-tasks-2023-sp1","id":"a472a650f-9964-4e3e-90d6-67947698b8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultValues.html","title":"Default Values","navPath":"DefaultValues.html","bundleId":"work-tasks-2023-sp1","id":"af9abd76f-37b2-4a3f-94d2-5366a91447c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidationofValues.html","title":"Validation of Values","navPath":"ValidationofValues.html","bundleId":"work-tasks-2023-sp1","id":"ae1fde206-3367-4216-b720-c924e7e37620","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/layouts.html","title":"Form Layouts","navPath":"layouts.html","bundleId":"work-tasks-2023-sp1","id":"aaf2ea2fa-bfdc-4210-8dde-84aa39057a48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designingformlayouts.html","title":"Design Form Layouts","navPath":"designingformlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a3a50344c-b41c-492d-aed9-e7275103e28a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplesaleregistrationform.html","title":"Example: Sale Registration Form","navPath":"examplesaleregistrationform.html","bundleId":"work-tasks-2023-sp1","id":"ae88e3d7d-e653-4f47-8132-62e8875c1531","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190453.html","title":"Forms in Custom Pages","navPath":"190453.html","bundleId":"work-tasks-2023-sp1","id":"ad4bcb0bb-a66f-4570-b4f5-db8d47c239a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190455.html","title":"Load Single Form","navPath":"190455.html","bundleId":"work-tasks-2023-sp1","id":"a547cb497-d48a-4302-9851-329cac4949cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190456.html","title":"Single Form Custom Page Template","navPath":"190456.html","bundleId":"work-tasks-2023-sp1","id":"a1682d639-f76e-46af-8187-7f8b7af054f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localization_1.html","title":"Localization","navPath":"localization_1.html","bundleId":"work-tasks-2023-sp1","id":"ace2317db-c30d-42ff-aa11-6533c0f190a3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingforms.html","title":"Localize Forms","navPath":"localizingforms.html","bundleId":"work-tasks-2023-sp1","id":"aef9a34bf-a86f-4b75-9ab4-551269bab5f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingcontrolnames.html","title":"Localize Control Names and Descriptions","navPath":"localizingcontrolnames.html","bundleId":"work-tasks-2023-sp1","id":"a73564500-0340-4343-9493-fcc29c2f3a0d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingstandardvalidationmessages.html","title":"Localize Standard Validation Messages","navPath":"localizingstandardvalidationmessages.html","bundleId":"work-tasks-2023-sp1","id":"a1dc9cf0a-b76f-436a-ab5b-2c33e5b3a71d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingmessagesinvalidationscripts.html","title":"Localize Messages in Validation Scripts","navPath":"localizingmessagesinvalidationscripts.html","bundleId":"work-tasks-2023-sp1","id":"a3b3f51ec-7079-4c75-91ee-f7b917196e48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/517766.html","title":"Localize Column Names in Data Grid","navPath":"517766.html","bundleId":"work-tasks-2023-sp1","id":"afe160a75-aaec-4ba9-b9b1-370d88e9af2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberanddateformats.html","title":"Number and Date Formats","navPath":"numberanddateformats.html","bundleId":"work-tasks-2023-sp1","id":"a32d6db62-9493-4ea2-98a2-6eb288086469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberformats.html","title":"Number Formats","navPath":"numberformats.html","bundleId":"work-tasks-2023-sp1","id":"a0ec7d95d-561d-4432-b642-c51c8edd5efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dateandtimeformats.html","title":"Date and Time Formats","navPath":"dateandtimeformats.html","bundleId":"work-tasks-2023-sp1","id":"abc560300-78ab-48e6-a460-ad54dcf2447d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scripts.html","title":"Form Scripts","navPath":"scripts.html","bundleId":"work-tasks-2023-sp1","id":"ab0965f6d-0e55-42af-bf6c-353a0a0ecc0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Framework.html","title":"Framework","navPath":"Framework.html","bundleId":"work-tasks-2023-sp1","id":"a23816853-01cd-4944-8ef8-4f61cfb53a96","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JavaScript.html","title":"JavaScript","navPath":"JavaScript.html","bundleId":"work-tasks-2023-sp1","id":"abf2c8678-1353-4f0a-a95e-a70b51e5f372","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73293.html","title":"Script Editor","navPath":"73293.html","bundleId":"work-tasks-2023-sp1","id":"a24bb6e88-22db-4796-bc4f-98a8ef3a0c53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateScripts.html","title":"Validate Scripts","navPath":"ValidateScripts.html","bundleId":"work-tasks-2023-sp1","id":"aa9446cb7-5c2e-4a0c-92c2-0f25a8db2133","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soathroughscripts.html","title":"SOA through Scripts","navPath":"soathroughscripts.html","bundleId":"work-tasks-2023-sp1","id":"ac5b8ffe5-7101-4c1c-ad8d-c17c382531cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Guidelines.html","title":"Guidelines","navPath":"Guidelines.html","bundleId":"work-tasks-2023-sp1","id":"a6d11d79b-0e8c-4990-bc18-3726bd5e43e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PropertiesandEvents.html","title":"Properties and Events","navPath":"PropertiesandEvents.html","bundleId":"work-tasks-2023-sp1","id":"a673575fe-b388-4f46-a5d4-a464e45743ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Enable.html","title":"Enable","navPath":"Enable.html","bundleId":"work-tasks-2023-sp1","id":"a9b0d16d0-1d3e-43b3-97b0-596a7402a56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Visible.html","title":"Visible","navPath":"Visible.html","bundleId":"work-tasks-2023-sp1","id":"af0b8486e-c771-41c6-a36c-2bb97a17825c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReadOnly.html","title":"Read-Only","navPath":"ReadOnly.html","bundleId":"work-tasks-2023-sp1","id":"aee7d2409-5b2b-4af9-a162-01b17552ada4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mandatory.html","title":"Mandatory","navPath":"Mandatory.html","bundleId":"work-tasks-2023-sp1","id":"a6cfba6a9-d83a-40e0-843c-1f2f95702d19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Validate.html","title":"Validate","navPath":"Validate.html","bundleId":"work-tasks-2023-sp1","id":"a24f8c472-6ca2-400a-a8d2-b8965bf4b18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/options.html","title":"Options","navPath":"options.html","bundleId":"work-tasks-2023-sp1","id":"a5fc376fe-fe6f-4971-9120-e019de5b9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Behavior.html","title":"Behavior","navPath":"Behavior.html","bundleId":"work-tasks-2023-sp1","id":"a662aff08-c2ae-4414-894d-28c556228fec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingextendedinformation.html","title":"Extended Information","navPath":"accessingextendedinformation.html","bundleId":"work-tasks-2023-sp1","id":"a523334e5-ca8d-42ee-b724-fd6c6d42bc78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/onclick.html","title":"On Click","navPath":"onclick.html","bundleId":"work-tasks-2023-sp1","id":"a1dd8f6db-60bc-4877-9a02-d70f4da42d0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataBound.html","title":"On Data Bound","navPath":"OnDataBound.html","bundleId":"work-tasks-2023-sp1","id":"a406b9a38-741c-4840-9697-0f72f811618c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataChange.html","title":"On Data Change","navPath":"OnDataChange.html","bundleId":"work-tasks-2023-sp1","id":"a5e379efb-1fab-43ea-acb1-51c3629c4c1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnFormLoad.html","title":"On Form Load","navPath":"OnFormLoad.html","bundleId":"work-tasks-2023-sp1","id":"a053eb07b-ab76-466c-9380-b1620958819b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordAdd.html","title":"On Record Add","navPath":"OnRecordAdd.html","bundleId":"work-tasks-2023-sp1","id":"a917a1c31-3751-4611-a48f-fd9d904d5b1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordDelete.html","title":"On Record Delete","navPath":"OnRecordDelete.html","bundleId":"work-tasks-2023-sp1","id":"a1d01c0b3-5d25-4e5d-97d1-5b2c1f481968","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnSelectionChange.html","title":"On Selection Change","navPath":"OnSelectionChange.html","bundleId":"work-tasks-2023-sp1","id":"aa4a03b7b-b945-4492-bbbd-a69f06c5ed5e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTabIndexChange.html","title":"On Tab Index Change","navPath":"OnTabIndexChange.html","bundleId":"work-tasks-2023-sp1","id":"a36eba1fb-db22-4df4-924d-4f97cd9cb920","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCheckChange.html","title":"On Check Change","navPath":"OnCheckChange.html","bundleId":"work-tasks-2023-sp1","id":"a95be1fe6-6e86-481e-91ab-c6a714295247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252067.html","title":"On Initialize","navPath":"252067.html","bundleId":"work-tasks-2023-sp1","id":"a0cad9e4f-d52a-4cac-9b1c-97afa5de5c51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RecordVisible.html","title":"Record Visible","navPath":"RecordVisible.html","bundleId":"work-tasks-2023-sp1","id":"a69a71c07-6055-4ea6-92fd-39a8732be427","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RangeColor.html","title":"Range Color","navPath":"RangeColor.html","bundleId":"work-tasks-2023-sp1","id":"aadc7df27-561f-40ff-8c1e-2af804dceb50","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContainersScript.html","title":"Containers","navPath":"ContainersScript.html","bundleId":"work-tasks-2023-sp1","id":"a173d0ffa-36ba-4222-bfe5-00d711c2ed7c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformscriptguidelines.html","title":"Base Form","navPath":"baseformscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aff985446-0dfd-4289-840c-9ecf85f92865","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PanelFormScript.html","title":"Panel Form","navPath":"PanelFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a806b1401-3ac1-4317-b70d-2dd966e70a8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionBarScript.html","title":"Action Bar","navPath":"ActionBarScript.html","bundleId":"work-tasks-2023-sp1","id":"a8859f11d-c302-400c-9a26-ebd0f7b77e29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabsScript.html","title":"Tabs","navPath":"TabsScript.html","bundleId":"work-tasks-2023-sp1","id":"a7f8f2d9d-20a0-4609-8f0b-bb1b49306e30","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabScript.html","title":"Tab","navPath":"TabScript.html","bundleId":"work-tasks-2023-sp1","id":"adfe7ac43-c535-4920-914f-356c38fc0082","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlsScripts.html","title":"Controls","navPath":"ControlsScripts.html","bundleId":"work-tasks-2023-sp1","id":"abbe351b8-8faa-4d02-80fd-2a0f17dbbca9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArcScripting.html","title":"Arc","navPath":"ArcScripting.html","bundleId":"work-tasks-2023-sp1","id":"a2c9f6493-98d2-4fea-91ac-9731f7f1df21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachmentscriptguidelines.html","title":"Attachment","navPath":"attachmentscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad85a9940-8b58-4cea-8007-8547774cfd7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanScript.html","title":"Boolean","navPath":"BooleanScript.html","bundleId":"work-tasks-2023-sp1","id":"a61f57124-bd8b-46ac-914b-8d405187b3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ButtonScript.html","title":"Button","navPath":"ButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"add3c0abf-3869-4a06-8083-fb50d4412c4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719691.html","title":"Card","navPath":"719691.html","bundleId":"work-tasks-2023-sp1","id":"a6c0bb2d2-035a-4690-a144-87b5c3a6bd27","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718901.html","title":"Example Scripting Scenarios and Rendering","navPath":"718901.html","bundleId":"work-tasks-2023-sp1","id":"af021cb5e-c010-43a5-8209-84587a6b9203","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/701201.html","title":"Scripting Scenarios","navPath":"701201.html","bundleId":"work-tasks-2023-sp1","id":"a3aebda6f-b56c-40f2-aa27-91a40d40fe6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/705389.html","title":"Example Card Control Rendering","navPath":"705389.html","bundleId":"work-tasks-2023-sp1","id":"a1e1e8bc5-a04d-4d57-b7c4-c15c1c6972f3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536293.html","title":"Chart","navPath":"536293.html","bundleId":"work-tasks-2023-sp1","id":"a779eb158-8be4-46f2-a345-886cfb025b72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckBox_1.html","title":"Check Box","navPath":"CheckBox_1.html","bundleId":"work-tasks-2023-sp1","id":"ad59a63f6-68b3-4fa9-9004-c341ff1c4d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataGrid_1.html","title":"Data Grid","navPath":"DataGrid_1.html","bundleId":"work-tasks-2023-sp1","id":"a0be95846-3ca4-445f-817d-b93fdb6d16ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataLookup_1.html","title":"Data Lookup","navPath":"DataLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a92d16e-ea2e-43f7-88fb-a65012adb9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateScript.html","title":"Date","navPath":"DateScript.html","bundleId":"work-tasks-2023-sp1","id":"a50d50d5e-40b8-4018-b810-8f504ba07988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeScript.html","title":"Date Time","navPath":"DateTimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a538bb564-2ce9-41df-82fe-4df0d8820001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DropDownScript.html","title":"Drop-Down","navPath":"DropDownScript.html","bundleId":"work-tasks-2023-sp1","id":"ad97e1b65-fc0f-426f-a542-19cbc9532219","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailScript.html","title":"Email","navPath":"EmailScript.html","bundleId":"work-tasks-2023-sp1","id":"a17eaad80-c8ab-4afc-81f2-146e7767334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedFormScript.html","title":"Embed Form","navPath":"EmbedFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a3c1c4eca-008c-45b2-8427-6f41897e4a22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedPageScript.html","title":"Embed Page","navPath":"EmbedPageScript.html","bundleId":"work-tasks-2023-sp1","id":"a7ea6ebf2-49ee-44af-b6d0-a9d5aeb4414d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signaturescriptguidelines.html","title":"E-signature","navPath":"e-signaturescriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ae7fa3d90-a123-4c85-8c19-0de21a1fdac8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartScripting.html","title":"Gantt Chart","navPath":"GanttChartScripting.html","bundleId":"work-tasks-2023-sp1","id":"a77eb5cec-820f-46c1-ae31-29affe7e006c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GaugeScript.html","title":"Gauge","navPath":"GaugeScript.html","bundleId":"work-tasks-2023-sp1","id":"a887cccaa-6cad-41cf-845e-f9d0bf448656","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GeolocationScript.html","title":"Geolocation","navPath":"GeolocationScript.html","bundleId":"work-tasks-2023-sp1","id":"a55df2eac-f404-4d83-a0ba-1fbd87d6b98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenFieldScript.html","title":"Hidden Field","navPath":"HiddenFieldScript.html","bundleId":"work-tasks-2023-sp1","id":"ad16c6f2b-4e8f-4c94-b50d-9dc7800d7adf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HierarchicalListScript.html","title":"Hierarchical List","navPath":"HierarchicalListScript.html","bundleId":"work-tasks-2023-sp1","id":"a4147403f-77bf-4f5a-857f-43d65e6e8612","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HyperlinkScript.html","title":"Hyperlink","navPath":"HyperlinkScript.html","bundleId":"work-tasks-2023-sp1","id":"a80db9c87-481f-48bc-9dea-4996f9bc9e03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImageScript.html","title":"Image","navPath":"ImageScript.html","bundleId":"work-tasks-2023-sp1","id":"aec471e74-cfb1-4bde-8841-fe1fca873c66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflowscriptguidelines.html","title":"Invoke Workflow","navPath":"invokeworkflowscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aabf8a4bb-8188-4e2e-bf46-b3f4a1568ff8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LabelScript.html","title":"Label","navPath":"LabelScript.html","bundleId":"work-tasks-2023-sp1","id":"a87c3f791-6cc5-4002-b765-5d3eff298c84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScript.html","title":"List","navPath":"ListScript.html","bundleId":"work-tasks-2023-sp1","id":"a0334c277-ebb3-45d5-b41c-cfbaccb1aed5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NumberScript.html","title":"Number","navPath":"NumberScript.html","bundleId":"work-tasks-2023-sp1","id":"ae9725cb1-a63b-473d-b263-8d5eb7d1586a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PasswordScript.html","title":"Password","navPath":"PasswordScript.html","bundleId":"work-tasks-2023-sp1","id":"afba5abd2-5992-4565-aa3d-dc4027347497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PopUpScript.html","title":"Pop-Up","navPath":"PopUpScript.html","bundleId":"work-tasks-2023-sp1","id":"af68fd846-6ce4-4257-b5e1-6b3381fafc37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719165.html","title":"Progress Bar","navPath":"719165.html","bundleId":"work-tasks-2023-sp1","id":"add8f6177-50ce-40ed-8354-2d7537a3688e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RadioButtonScript.html","title":"Radio Button","navPath":"RadioButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"a46e1d47d-df8d-4f45-ae13-8a48ca9985a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewerscriptguidelines.html","title":"Report Viewer","navPath":"reportviewerscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aaf191e60-b8bc-4e25-8420-100489060f8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RichTextScript.html","title":"Rich Text","navPath":"RichTextScript.html","bundleId":"work-tasks-2023-sp1","id":"aa553ef56-7bab-4646-92fe-c26fabc1b06b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleLookupScript.html","title":"Role Lookup","navPath":"RoleLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a55f67cef-817a-4f60-80d9-72b7e5325afa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SignatureScript.html","title":"Signature","navPath":"SignatureScript.html","bundleId":"work-tasks-2023-sp1","id":"ac60f2463-47ba-4b0f-aa50-d2613d2f8a6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SliderScript.html","title":"Slider","navPath":"SliderScript.html","bundleId":"work-tasks-2023-sp1","id":"a299b25e3-247f-4014-9af5-58ff71378a18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextScript.html","title":"Text","navPath":"TextScript.html","bundleId":"work-tasks-2023-sp1","id":"a0a4ced46-ff52-4822-844c-f7d5e675f3bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeScript.html","title":"Time","navPath":"TimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a342aa2df-d01e-4ff1-b4d5-c9b6002af3bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TreeScript.html","title":"Tree","navPath":"TreeScript.html","bundleId":"work-tasks-2023-sp1","id":"a73dc6437-3b03-45fc-8605-5a687896b193","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookupScript.html","title":"User Lookup","navPath":"UserLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a5f379bbf-ad8c-40ef-b47a-0e6b9c7bfe2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/827028.html","title":"Widget","navPath":"827028.html","bundleId":"work-tasks-2023-sp1","id":"abe42c193-0e6c-4ce8-bb7e-da9925eb556e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParameters.html","title":"Forms Parameters","navPath":"FormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"a8c9c7e79-3043-429d-86a5-d8fc47dcd5be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFormsParameters.html","title":"Add Forms Parameters","navPath":"AddFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"ab2106091-7396-415c-8d58-ad075eebbbc6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteFormsParameters.html","title":"Delete Forms Parameters","navPath":"DeleteFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"abfed2378-fbb2-415a-84d5-b3fe77375a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetFormsParameters.html","title":"Set Forms Parameters","navPath":"SetFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"add1680cf-2275-48ef-950f-30c6b6402be2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParametersforInvokeFormActivity.html","title":"Forms Parameters for Invoke Form Activity","navPath":"FormsParametersforInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a40527d76-4cf6-4c34-a731-cd1e93b0ba05","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesinScripts.html","title":"Best Practices","navPath":"BestPracticesinScripts.html","bundleId":"work-tasks-2023-sp1","id":"a7e06072b-5686-46fc-a891-347daba7ee74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/APIs.html","title":"APIs","navPath":"APIs.html","bundleId":"work-tasks-2023-sp1","id":"a8a4529fc-1934-4d11-b523-ac365299ec63","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAPIs.html","title":"Forms APIs","navPath":"FormsAPIs.html","bundleId":"work-tasks-2023-sp1","id":"a77a13ccb-5735-4142-9a1c-520210d4b161","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUcloseForm.html","title":"SFU​.closeForm()","navPath":"SFUcloseForm.html","bundleId":"work-tasks-2023-sp1","id":"a405f6fe4-91af-4f08-b2c9-03e213c8b49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUdecodeXmlValue.html","title":"SFU​.decodeXmlValue()","navPath":"SFUdecodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"ab560123e-3571-4393-9c28-6f1920103901","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUencodeXmlValue.html","title":"SFU​.encodeXmlValue()","navPath":"SFUencodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"a39ff212b-b27c-4d49-9343-31e3524fa5e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/765030.html","title":"SFU​.getClientCredentialToken()","navPath":"765030.html","bundleId":"work-tasks-2023-sp1","id":"a2d5543f8-07f9-40b1-9836-39021af69a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInStringFormat.html","title":"SFU​.getDateTimeInStringFormat()","navPath":"SFUgetDateTimeInStringFormat.html","bundleId":"work-tasks-2023-sp1","id":"a37bea45a-9ab4-4f07-95ea-155581ae546c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInServerUTCFormat.html","title":"SFU​.getDateTimeInServerUTCFormat()","navPath":"SFUgetDateTimeInServerUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"a77e802af-d947-41ac-a986-d287f7b781e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInUTCFormat.html","title":"SFU​.getDateTimeInUTCFormat()","navPath":"SFUgetDateTimeInUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"afb06954b-2d9f-42ef-a94a-bf8154a6e90c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetFormUrl.html","title":"SFU​.getFormUrl()","navPath":"SFUgetFormUrl.html","bundleId":"work-tasks-2023-sp1","id":"ae84ccc75-53a6-4f25-814e-f80f6323d8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetGridValue.html","title":"SFU​.getGridValue()","navPath":"SFUgetGridValue.html","bundleId":"work-tasks-2023-sp1","id":"abc5e4b6d-b5ca-4292-9288-7a33ef5668d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetImagePath.html","title":"SFU​.getImagePath()","navPath":"SFUgetImagePath.html","bundleId":"work-tasks-2023-sp1","id":"a3b25c910-8d9e-4a40-88d4-ee17beb18699","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetJSONObjectFromXml.html","title":"SFU​.getJSONObjectFromXml()","navPath":"SFUgetJSONObjectFromXml.html","bundleId":"work-tasks-2023-sp1","id":"aef63007c-f450-4c86-9ec2-3b5f7a9cb222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetLookupSchemaAndData.html","title":"SFU​.getLookupSchemaAndData()","navPath":"SFUgetLookupSchemaAndData.html","bundleId":"work-tasks-2023-sp1","id":"aaf1cea43-b018-4bd2-8d8c-ff28683cd200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetServerUtcOffset.html","title":"SFU​.getServerUtcOffset()","navPath":"SFUgetServerUtcOffset.html","bundleId":"work-tasks-2023-sp1","id":"a51117c4a-b3de-477b-a5e0-acd2c878a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetStorageItem.html","title":"SFU​.getStorageItem()","navPath":"SFUgetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"aeec65e35-5b22-4a7a-849d-51b0734e0c09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserAccessToken.html","title":"SFU​.getUserAccessToken()","navPath":"SFUgetUserAccessToken.html","bundleId":"work-tasks-2023-sp1","id":"ac8456f4f-584f-47b7-a627-fa699c6b6a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserLookupExtendedInformation.html","title":"SFU​.getUserLookupExtendedInformation()","navPath":"SFUgetUserLookupExtendedInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9e7586df-a8e9-4d92-8f7f-d0a38f3055e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/833395.html","title":"SFU​.getUserMemberOf()","navPath":"833395.html","bundleId":"work-tasks-2023-sp1","id":"a9fb5e779-8633-4110-b420-aac7d339fbda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserRoles.html","title":"SFU​.getUserRoles()","navPath":"SFUgetUserRoles.html","bundleId":"work-tasks-2023-sp1","id":"a261da06b-5080-4adb-b3a6-15588709721a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserSecurityGroup.html","title":"SFU​.getUserSecurityGroup()","navPath":"SFUgetUserSecurityGroup.html","bundleId":"work-tasks-2023-sp1","id":"ab8235884-a73b-43bc-8142-58c299e65c60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetValueForRightCode.html","title":"SFU​.getValueForRightCode()","navPath":"SFUgetValueForRightCode.html","bundleId":"work-tasks-2023-sp1","id":"a6f8409fd-9654-41ed-bac2-87068dc0ef61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetVirtualActorId.html","title":"SFU​.getVirtualActorId()","navPath":"SFUgetVirtualActorId.html","bundleId":"work-tasks-2023-sp1","id":"a9623a4ae-bef5-41f3-9095-4c0671200f96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetXmlFromJSONObject.html","title":"SFU​.getXmlFromJSONObject()","navPath":"SFUgetXmlFromJSONObject.html","bundleId":"work-tasks-2023-sp1","id":"a445b578b-9b19-4599-90b4-87e9ca5835b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUhideLoader.html","title":"SFU​.hideLoader()","navPath":"SFUhideLoader.html","bundleId":"work-tasks-2023-sp1","id":"aac3d9e80-d787-48ab-9f4a-bca90865a0c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfuincludecustomcssfiles.html","title":"SFU​.includeCustomCssFiles()","navPath":"sfuincludecustomcssfiles.html","bundleId":"work-tasks-2023-sp1","id":"a83668983-4e0e-43a4-b237-1690183f5d57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaformsutilitiesincludecustomjsfiles.html","title":"SFU​.includeCustomJsFiles()","navPath":"skeltaformsutilitiesincludecustomjsfiles.html","bundleId":"work-tasks-2023-sp1","id":"a9176345d-ceb1-47e2-845d-e8315bc001e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1057633.html","title":"SFU​.initializeWidgetFormCommunication()","navPath":"1057633.html","bundleId":"work-tasks-2023-sp1","id":"afdf9386c-b09a-40d1-b511-fdb8d7660f6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUinvokeWorkflow.html","title":"SFU​.invokeWorkflow()","navPath":"SFUinvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a86fcf416-ce93-417d-9c58-678e7317af47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisArray.html","title":"SFU​.isArray()","navPath":"SFUisArray.html","bundleId":"work-tasks-2023-sp1","id":"ac7e64843-c68d-4c28-ad8e-54bf72109446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisControlInNewMode.html","title":"SFU​.isControlInNewMode()","navPath":"SFUisControlInNewMode.html","bundleId":"work-tasks-2023-sp1","id":"a86b40c31-8681-4d53-8429-cdf09d56524b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisEmpty.html","title":"SFU​.isEmpty()","navPath":"SFUisEmpty.html","bundleId":"work-tasks-2023-sp1","id":"a821d474a-39e2-45e2-8957-9a5434d26590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisFormInEditMode.html","title":"SFU​.isFormInEditMode()","navPath":"SFUisFormInEditMode.html","bundleId":"work-tasks-2023-sp1","id":"acafc88dc-b80b-4ed1-abd5-96139505e899","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisMobileDisplayMode.html","title":"SFU​.isMobileDisplayMode()","navPath":"SFUisMobileDisplayMode.html","bundleId":"work-tasks-2023-sp1","id":"a4532b8f9-0123-4510-af32-67e4a8499f2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisNumber.html","title":"SFU​.isNumber()","navPath":"SFUisNumber.html","bundleId":"work-tasks-2023-sp1","id":"aafcf0211-ec0a-496a-ac6e-432d86dbb197","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisUndefined.html","title":"SFU​.isUndefined()","navPath":"SFUisUndefined.html","bundleId":"work-tasks-2023-sp1","id":"a31ac9026-c9e2-49ac-8adf-6bb9e8353fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767421.html","title":"SFU​.isWorkTasksPro()","navPath":"767421.html","bundleId":"work-tasks-2023-sp1","id":"a95cb0e37-ee6d-4c21-b74b-3e46e9c6d586","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767422.html","title":"SFU​.isWorkTasksProConnectedToInternet()","navPath":"767422.html","bundleId":"work-tasks-2023-sp1","id":"a11d306cf-8886-4a58-94ba-295a1aa7a981","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644453.html","title":"SFU​.logMessageToWMLogger()","navPath":"644453.html","bundleId":"work-tasks-2023-sp1","id":"ab8b9fc83-1f59-490e-86db-c8048b3daeae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUparseNumberValue.html","title":"SFU​.parseNumberValue()","navPath":"SFUparseNumberValue.html","bundleId":"work-tasks-2023-sp1","id":"a4fbe35f5-854e-440e-a1a5-e21d91994e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUreloadForm.html","title":"SFU​.reloadForm()","navPath":"SFUreloadForm.html","bundleId":"work-tasks-2023-sp1","id":"ac41338b3-dd8f-4220-b292-4973eb05a4b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsetStorageItem.html","title":"SFU​.setStorageItem()","navPath":"SFUsetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"afca8e0ca-6711-4728-bb9a-a8f2f066552b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189252.html","title":"SFU​.soaMethod()","navPath":"189252.html","bundleId":"work-tasks-2023-sp1","id":"ad97ec3a9-6ecd-416f-bc56-ee10c714bc50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfushowalert.html","title":"SFU​.showAlert()","navPath":"sfushowalert.html","bundleId":"work-tasks-2023-sp1","id":"ab9c94d5c-e1f0-4875-9f76-18e0cebd4e1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowConfirmation.html","title":"SFU​.showConfirmation()","navPath":"SFUshowConfirmation.html","bundleId":"work-tasks-2023-sp1","id":"aecbfc49b-5259-4982-8fa7-d84627dc845c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowError.html","title":"SFU​.showError()","navPath":"SFUshowError.html","bundleId":"work-tasks-2023-sp1","id":"a579c1261-c7d7-413b-8b65-622609364a60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowLoader.html","title":"SFU​.showLoader()","navPath":"SFUshowLoader.html","bundleId":"work-tasks-2023-sp1","id":"a81ca8df0-fbac-40a4-b229-bd54980f6948","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowPopupControl.html","title":"SFU​.showPopupControl()","navPath":"SFUshowPopupControl.html","bundleId":"work-tasks-2023-sp1","id":"a37e3b671-4bc4-40a0-bd11-897d205d5aca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowWarning.html","title":"SFU​.showWarning()","navPath":"SFUshowWarning.html","bundleId":"work-tasks-2023-sp1","id":"af136ba85-7c25-488e-88ec-20162e28d8ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsubscribeToControlParameters.html","title":"SFU​.subscribeToControlParameters()","navPath":"SFUsubscribeToControlParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5b4c10c3-4bb0-46f1-bb7a-309679c89769","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/686372.html","title":"SFU​.updateFormHeaderForWorkTasksPro()","navPath":"686372.html","bundleId":"work-tasks-2023-sp1","id":"ada1b5c27-0dfb-460f-8fe7-38711527b224","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecord.html","title":"control​.addRecord()","navPath":"controladdRecord.html","bundleId":"work-tasks-2023-sp1","id":"afdfbfcfd-2562-4211-b30c-e6dac525b834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToBottom.html","title":"control​.addRecordToBottom()","navPath":"controladdRecordToBottom.html","bundleId":"work-tasks-2023-sp1","id":"a21c30781-0bce-492b-b86b-c0acba3d89bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToPosition.html","title":"control​.addRecordToPosition()","navPath":"controladdRecordToPosition.html","bundleId":"work-tasks-2023-sp1","id":"a5a8980ba-1336-46ea-b5ea-5c85889af292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToTop.html","title":"control​.addRecordToTop()","navPath":"controladdRecordToTop.html","bundleId":"work-tasks-2023-sp1","id":"a03c04916-fb28-4ed6-b467-0d599300fc8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlapplyFilter.html","title":"control​.applyFilter()","navPath":"controlapplyFilter.html","bundleId":"work-tasks-2023-sp1","id":"a20712e16-4525-4929-bc75-8bdc5d54629f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlassociatedform.html","title":"control​.associatedForm","navPath":"controlassociatedform.html","bundleId":"work-tasks-2023-sp1","id":"a875a7749-9265-4123-a257-7cf7b8b89738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearContent.html","title":"control​.clearContent()","navPath":"controlclearContent.html","bundleId":"work-tasks-2023-sp1","id":"a63412c78-c083-4ef0-8f97-c4a0cfbaf119","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearFilter.html","title":"control​.clearFilter()","navPath":"controlclearFilter.html","bundleId":"work-tasks-2023-sp1","id":"a36a02df5-3cf8-4761-8553-b1eda99cbe94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlcontrols.html","title":"control​.controls()","navPath":"controlcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a66ecb487-6338-4fe8-84f0-4093ec4521bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controldatacontainerform.html","title":"control​.dataContainerForm","navPath":"controldatacontainerform.html","bundleId":"work-tasks-2023-sp1","id":"a27558c82-5d0f-4131-a5d7-e682298bebeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllById.html","title":"control​.findAllById()","navPath":"controlfindAllById.html","bundleId":"work-tasks-2023-sp1","id":"a55de738a-fcc1-4c37-acc0-4cd82dbafd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByName.html","title":"control​.findAllByName()","navPath":"controlfindAllByName.html","bundleId":"work-tasks-2023-sp1","id":"a3b7f6ab9-12a3-434a-a2dd-d5d0d2ef5810","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByXmlNode.html","title":"control​.findAllByXmlNode()","navPath":"controlfindAllByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a939ba394-c30f-45c4-8fdd-33e08bd13767","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindById.html","title":"control​.findById()","navPath":"controlfindById.html","bundleId":"work-tasks-2023-sp1","id":"ae62f0440-484a-4c8a-9716-61ab2d0b3fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByName.html","title":"control​.findByName()","navPath":"controlfindByName.html","bundleId":"work-tasks-2023-sp1","id":"a7e53f5b9-55ef-4572-a021-bc7c9e11d00f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByXmlNode.html","title":"control​.findByXmlNode()","navPath":"controlfindByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"aadb194bd-459e-4b08-a099-c0763d2252b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlById.html","title":"control​.findChildRecordControlById()","navPath":"controlfindChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a78b44e8a-4ad7-4a99-b35e-2410a37a494f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByName.html","title":"control​.findChildRecordControlByName()","navPath":"controlfindChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"aa675f610-8714-476a-b3a0-e2df9aeec0a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByXmlNode.html","title":"control​.findChildRecordControlByXmlNode()","navPath":"controlfindChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a51957a78-10bf-4b2a-8918-7fea3616fe16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlById.html","title":"control​.findImmediateChildRecordControlById()","navPath":"controlfindImmediateChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a89576048-ea1b-4820-95a3-27c919f744d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByName.html","title":"control​.findImmediateChildRecordControlByName()","navPath":"controlfindImmediateChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"a298bce29-69cc-4862-8bbb-8d68e16ff843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByXmlNode.html","title":"control​.findImmediateChildRecordControlByXmlNode()","navPath":"controlfindImmediateChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"adf24826e-82e3-4d37-9786-c07a082ecadb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetFormSubmissionData.html","title":"control​.getFormSubmissionData()","navPath":"controlgetFormSubmissionData.html","bundleId":"work-tasks-2023-sp1","id":"aa98c37e7-06c1-466d-acd9-0d116c4d57f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetType.html","title":"control​.getType()","navPath":"controlgetType.html","bundleId":"work-tasks-2023-sp1","id":"a536b728e-885b-47b6-ad22-0685434156b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775629.html","title":"control​.refreshCard()","navPath":"775629.html","bundleId":"work-tasks-2023-sp1","id":"a7e42d501-7a87-40c3-b5d7-052ae0dc61d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746399.html","title":"control​.refreshData()","navPath":"746399.html","bundleId":"work-tasks-2023-sp1","id":"aa6b99bde-6f35-4d81-ae0a-3d89f819a0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshGrid.html","title":"control​.refreshGrid()","navPath":"controlrefreshGrid.html","bundleId":"work-tasks-2023-sp1","id":"af51f3403-aa16-4db6-ba70-7c0ecdff1a06","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshTree.html","title":"control​.refreshTree()","navPath":"controlrefreshTree.html","bundleId":"work-tasks-2023-sp1","id":"a3b936c62-2c01-41ac-b677-73d4c61f0ff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremove.html","title":"control​.remove()","navPath":"controlremove.html","bundleId":"work-tasks-2023-sp1","id":"a4d9b2d7f-d2b5-424c-b0f9-d2629d9f053a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAll.html","title":"control​.removeAll()","navPath":"controlremoveAll.html","bundleId":"work-tasks-2023-sp1","id":"a249e15c8-7120-4163-aca2-25b1de0b039a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAt.html","title":"control​.removeAt()","navPath":"controlremoveAt.html","bundleId":"work-tasks-2023-sp1","id":"a590139ba-f0bb-499d-ac13-d5cf179b1744","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoverecord.html","title":"control​.removeRecord()","navPath":"controlremoverecord.html","bundleId":"work-tasks-2023-sp1","id":"aa0a2605f-5ab4-4f80-ac9e-e2fc5d7e38a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitClick.html","title":"control​.submitClick()","navPath":"controlsubmitClick.html","bundleId":"work-tasks-2023-sp1","id":"abe7abf84-b0cf-45a3-ac27-d636d0e48efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectedTabIndex.html","title":"control​.selectedTabIndex()","navPath":"controlselectedTabIndex.html","bundleId":"work-tasks-2023-sp1","id":"a71379190-420f-4c20-af03-17960b53a592","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectRecord.html","title":"control​.selectRecord()","navPath":"controlselectRecord.html","bundleId":"work-tasks-2023-sp1","id":"adf416278-4380-4991-80c2-67440138ef4e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectTab.html","title":"control​.selectTab()","navPath":"controlselectTab.html","bundleId":"work-tasks-2023-sp1","id":"aa78e3e14-d2af-4a4d-b398-26a80b679123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitForm.html","title":"control​.submitForm()","navPath":"controlsubmitForm.html","bundleId":"work-tasks-2023-sp1","id":"a2cadeef8-a4b9-40ed-9ddd-48cc882a4099","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumById.html","title":"control​.sumById()","navPath":"controlsumById.html","bundleId":"work-tasks-2023-sp1","id":"a65aee269-b417-4d9a-b313-d936dab00b3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByName.html","title":"control​.sumByName()","navPath":"controlsumByName.html","bundleId":"work-tasks-2023-sp1","id":"a260f7588-5d12-4ed8-81fd-f57b9372067a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByXmlNode.html","title":"control​.sumByXmlNode()","navPath":"controlsumByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"afb71381b-da7a-43e1-9be1-e880deb2cd3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelForm.html","title":"control​.topLevelForm()","navPath":"controltopLevelForm.html","bundleId":"work-tasks-2023-sp1","id":"a817848b3-25b2-49fc-b436-1f252f8eb5c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelFormactionbargetActionItemByName.html","title":"control​.topLevelForm​.actionbar​.getActionItemByName()","navPath":"controltopLevelFormactionbargetActionItemByName.html","bundleId":"work-tasks-2023-sp1","id":"ad3266f92-ff52-4963-a1d9-052486a4b386","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel1ProgressDisplay.html","title":"control​.updateLevel1ProgressDisplay()","navPath":"controlupdateLevel1ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a8296cc22-bd9d-4d28-8d15-c55df89389a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2.html","title":"control​.updateLevel2()","navPath":"controlupdateLevel2.html","bundleId":"work-tasks-2023-sp1","id":"a41ef86c4-7452-4a5b-ac73-f3e84538ce74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ProgressDisplay.html","title":"control​.updateLevel2ProgressDisplay()","navPath":"controlupdateLevel2ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a0b2c126a-658e-460b-9655-022095e4f8e4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2SelectItem.html","title":"control​.updateLevel2SelectItem()","navPath":"controlupdateLevel2SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"a43b9b9d2-713b-4816-9160-c5cf597c0c30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ToggleDisplay.html","title":"control​.updateLevel2ToggleDisplay()","navPath":"controlupdateLevel2ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a3b5779a9-d845-4711-9eb4-762d9182cee7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3.html","title":"control​.updateLevel3()","navPath":"controlupdateLevel3.html","bundleId":"work-tasks-2023-sp1","id":"a20ed3c4b-e9df-4436-9576-2fb53cefe7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ProgressDisplay.html","title":"control​.updateLevel3ProgressDisplay()","navPath":"controlupdateLevel3ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a52775845-8d54-401a-b722-51181b5c2813","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3SelectItem.html","title":"control​.updateLevel3SelectItem()","navPath":"controlupdateLevel3SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"ae02508e8-b630-4347-9496-d3f34e634ede","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ToggleDisplay.html","title":"control​.updateLevel3ToggleDisplay()","navPath":"controlupdateLevel3ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a1bf8806b-3f97-4648-adb1-29263bd81bfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateControl.html","title":"control​.validateControl()","navPath":"controlvalidateControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8eaab29-70d0-4a49-827c-dc37d2d84d1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateForm.html","title":"control​.validateForm()","navPath":"controlvalidateForm.html","bundleId":"work-tasks-2023-sp1","id":"ae59ac6c6-3c7c-48c5-87d1-59e96d4c22ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateRecord.html","title":"control​.validateRecord()","navPath":"controlvalidateRecord.html","bundleId":"work-tasks-2023-sp1","id":"aecdd5689-8853-461a-8e71-94d8dc98dbc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/isControlVisible.html","title":"isControlVisible()","navPath":"isControlVisible.html","bundleId":"work-tasks-2023-sp1","id":"a5e38e4f9-58e0-4d2c-887d-2d3d64ffcbbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81024.html","title":"skelta​.localize​.getString()","navPath":"81024.html","bundleId":"work-tasks-2023-sp1","id":"a4187ccf6-2b96-4d5e-bed7-399c0124c90a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81025.html","title":"skelta​.userContext​.getUserContextFor()","navPath":"81025.html","bundleId":"work-tasks-2023-sp1","id":"a2cf35c4d-c80e-48b5-ad68-0cdff21a68dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltagridgetDataSource.html","title":"skelta​.grid​.getDataSource()","navPath":"skeltagridgetDataSource.html","bundleId":"work-tasks-2023-sp1","id":"abc5da88d-d9dc-4c9e-8443-6da5819ef15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webapis.html","title":"Web APIs","navPath":"webapis.html","bundleId":"work-tasks-2023-sp1","id":"a960defc8-1bb7-41cd-b6f8-42f862b2e758","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/677026.html","title":"Web API Certificate-based Authentication","navPath":"677026.html","bundleId":"work-tasks-2023-sp1","id":"affb264c2-32d4-4c09-a783-e4c9313ea1de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676962.html","title":"Web API Server Configuration","navPath":"676962.html","bundleId":"work-tasks-2023-sp1","id":"a406703ae-7afa-42de-8f6f-026650ec387c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676963.html","title":"Web API Client Configuration","navPath":"676963.html","bundleId":"work-tasks-2023-sp1","id":"a0e098884-2f02-48dd-b9bc-b08e7bac7a19","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/724528.html","title":"Web API Type files for Swagger/OpenAPI based Web APIs","navPath":"724528.html","bundleId":"work-tasks-2023-sp1","id":"abe0abd60-fba1-431f-8fa9-3035b8d73815","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/738916.html","title":"Web API Source","navPath":"738916.html","bundleId":"work-tasks-2023-sp1","id":"aa843c866-ebee-4a28-bc59-3b53ce4587c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/217543.html","title":"Import a New Form using an API","navPath":"217543.html","bundleId":"work-tasks-2023-sp1","id":"aee1e33bf-a3fe-457e-bd8b-ce496cb1b3c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenarios.html","title":"Scenarios","navPath":"Scenarios.html","bundleId":"work-tasks-2023-sp1","id":"abc552ca8-f718-4e1e-a6f1-343284a931f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario1Purchase_Order_Form.html","title":"Scenario 1: Purchase Order Form","navPath":"Scenario1Purchase_Order_Form.html","bundleId":"work-tasks-2023-sp1","id":"ab792a337-3340-428b-bff6-8b7d2a61f108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario2VehicleRegistrationForm.html","title":"Scenario 2: Vehicle Registration Form","navPath":"Scenario2VehicleRegistrationForm.html","bundleId":"work-tasks-2023-sp1","id":"a4e1d49cb-a27b-4014-a536-4b453a1c9a38","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario3EMIForm.html","title":"Scenario 3: EMI Form","navPath":"Scenario3EMIForm.html","bundleId":"work-tasks-2023-sp1","id":"a9781e4f0-7b1b-468c-9cca-e16bb1d3c324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Examples.html","title":"Examples","navPath":"Examples.html","bundleId":"work-tasks-2023-sp1","id":"a925e9048-9a86-4a11-a365-beeb61e5377e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessingValuesofaSelectedRowThroughOtherControls.html","title":"Accessing Values of a Selected Row Through Other Controls","navPath":"AccessingValuesofaSelectedRowThroughOtherControls.html","bundleId":"work-tasks-2023-sp1","id":"a9ae4e676-f81f-4363-b08a-00ed7606a751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDataGridtoWorkflows.html","title":"Add Data Grid to Workflows","navPath":"AddDataGridtoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aee4c279e-a9bb-4d08-9a68-f5ead2957de1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHierarchicalDataGrid.html","title":"Create a Hierarchical Data Grid","navPath":"CreateaHierarchicalDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a8c58c15b-9296-4d6c-87be-86f4100d25a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/197670.html","title":"Customize Forms Using Custom Styles","navPath":"197670.html","bundleId":"work-tasks-2023-sp1","id":"a66f9f137-a99a-4ef3-a809-909bef729c8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/179029.html","title":"Data Binding Drop-Down Controls Using Lookups","navPath":"179029.html","bundleId":"work-tasks-2023-sp1","id":"affe8b62d-1f0e-4ad6-830c-1a8385e9ac6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202435.html","title":"Data Binding Drop-Down Controls Using Lookup Name (Non-parameterized)","navPath":"202435.html","bundleId":"work-tasks-2023-sp1","id":"a492cdcf1-c636-416c-9d2c-25b9c1abb3ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202437.html","title":"Data Binding Drop-Down Controls Using a Lookup Name (Parameterized)","navPath":"202437.html","bundleId":"work-tasks-2023-sp1","id":"a6c92b501-fcb7-4a66-b179-1441486b67d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRecordinaBaseFormControl.html","title":"Delete Record in a Base Form Control","navPath":"DeleteRecordinaBaseFormControl.html","bundleId":"work-tasks-2023-sp1","id":"a084ad00a-f1fb-4273-afcb-e9c48dfff07f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserInformationofLoggedonUser.html","title":"Get User Information of Logged-on User","navPath":"GetUserInformationofLoggedonUser.html","bundleId":"work-tasks-2023-sp1","id":"a004d6356-ca34-4827-aeab-8acd1fab82d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HidetheColumnHeaderinaDataGrid.html","title":"Hide the Column Header in a Data Grid","navPath":"HidetheColumnHeaderinaDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ac70fbee5-757a-448a-bd7e-c1239599cc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","title":"Localize BlockingOutput Messages for Invoke Workflow Control","navPath":"LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","bundleId":"work-tasks-2023-sp1","id":"afe5cc4b6-ee9f-4b28-bd86-d46067bfbcc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreventDuplicateDataEntriesinControls.html","title":"Prevent Duplicate Data Entries in Controls","navPath":"PreventDuplicateDataEntriesinControls.html","bundleId":"work-tasks-2023-sp1","id":"a7cb80af3-e5b5-4a0d-b960-007e323ee32f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/206583.html","title":"Print a Form","navPath":"206583.html","bundleId":"work-tasks-2023-sp1","id":"a8781960d-bd45-4592-b761-f2c3f6641ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","title":"Select and Act on Multiple Work Items Using the Enable Multi Select option","navPath":"SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","bundleId":"work-tasks-2023-sp1","id":"aa98cc65a-63b6-4eba-a221-dca364c8ddde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","title":"Set the Consider Available Height and Dynamic Page Size Properties","navPath":"SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","bundleId":"work-tasks-2023-sp1","id":"ab88a132e-9509-49d1-9a03-61905f95f115","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetValuesforaDataGridonPostExecutionofaWorkflow.html","title":"Set Values for a Data Grid on Post Execution of a Workflow","navPath":"SetValuesforaDataGridonPostExecutionofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73b272b6-2b69-4776-bb44-de32cc457565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ShowEmbeddedDatafromWebAPILookupinDataGrid.html","title":"Show Embedded Data from Web API Lookup in Data Grid","navPath":"ShowEmbeddedDatafromWebAPILookupinDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a2f3c4c02-4e99-40e6-9d6c-30bc70377692","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194926.html","title":"Show Icons in Data Grid Columns","navPath":"194926.html","bundleId":"work-tasks-2023-sp1","id":"abf747be9-22e8-4852-a43f-42bc0d84aa0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateColumnNamesinaBaseForm.html","title":"Update Column Names in a Base Form","navPath":"UpdateColumnNamesinaBaseForm.html","bundleId":"work-tasks-2023-sp1","id":"a7dd04821-a08f-4f7b-925a-aeb4a2c9bf05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189701.html","title":"Use Data from Data Grid Set As Data Source","navPath":"189701.html","bundleId":"work-tasks-2023-sp1","id":"abf72bd4b-19b1-4918-9a4e-595fc1919cb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194592.html","title":"Use Data from Parameterized Data Grid in Base Form","navPath":"194592.html","bundleId":"work-tasks-2023-sp1","id":"a265b46a7-8e68-4f67-af82-9d95b6c199b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheSecurityAPIs.html","title":"Use the Security APIs","navPath":"UsetheSecurityAPIs.html","bundleId":"work-tasks-2023-sp1","id":"ad57d70bd-d767-4e9f-bf32-c82177eac8d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189973.html","title":"View Attachments uploaded from Forms","navPath":"189973.html","bundleId":"work-tasks-2023-sp1","id":"af3cc25a6-cfff-417d-8bcc-8c4f1456e6af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1264475.html","title":"Access Attachments from Another Form","navPath":"1264475.html","bundleId":"work-tasks-2023-sp1","id":"aefa7a2e1-a483-4dd1-8e43-a6dad471b999","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/support.html","title":"Troubleshooting Forms","navPath":"support.html","bundleId":"work-tasks-2023-sp1","id":"a8d6af9bb-cc0a-4e04-a326-63cb2bb073f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/62676.html","title":"Troubleshoot","navPath":"62676.html","bundleId":"work-tasks-2023-sp1","id":"a515d9a0d-0fe4-4c3f-9691-23d0b535ade1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/195029.html","title":"Supported Library Versions","navPath":"195029.html","bundleId":"work-tasks-2023-sp1","id":"a9ac26027-4a4b-4846-8a1f-b8138b796f05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/faqs.html","title":"FAQs","navPath":"faqs.html","bundleId":"work-tasks-2023-sp1","id":"a96c4fc7c-eb1d-4659-a160-205e666f8f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsDesigner.html","title":"Lists Designer","navPath":"ListsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ad7788037-0ba1-4fc3-9d62-8cb15368d9ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managelists.html","title":"Manage Lists","navPath":"managelists.html","bundleId":"work-tasks-2023-sp1","id":"a076bdd81-e378-45ea-848c-4f55a2a68523","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportLists.html","title":"Import Lists","navPath":"ImportLists.html","bundleId":"work-tasks-2023-sp1","id":"a512d8783-afa5-413c-b2b9-9a22aae9ad92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportLists.html","title":"Export Lists","navPath":"ExportLists.html","bundleId":"work-tasks-2023-sp1","id":"ae564ad1d-e05c-4e39-85ef-0fceea200bff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofLists.html","title":"Edit Properties of Lists","navPath":"EditPropertiesofLists.html","bundleId":"work-tasks-2023-sp1","id":"a56b97624-7279-429c-ae5a-88a164fae713","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewFormStructure.html","title":"View Form Structure","navPath":"ViewFormStructure.html","bundleId":"work-tasks-2023-sp1","id":"a434cdd85-57fb-4881-9801-73d2840ec1a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoGeneratingForms.html","title":"Auto Generating Forms","navPath":"AutoGeneratingForms.html","bundleId":"work-tasks-2023-sp1","id":"a0f1d3042-c007-4a34-bff1-5d4f437d36da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsmanagecontrols.html","title":"Manage Controls","navPath":"listsmanagecontrols.html","bundleId":"work-tasks-2023-sp1","id":"a1d5663ae-7df2-4d8b-91dc-7894171354b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsaddingcontrols.html","title":"Add Controls","navPath":"listsaddingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"aa9366a7a-dc0a-4cca-8262-e2f39f412658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls_1.html","title":"Replace Controls","navPath":"ReplaceControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ae5e3cd2f-9292-4da2-870c-e5c11499d15a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls_1.html","title":"Move Controls","navPath":"MoveControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ac4fd82e2-cd73-4d52-aeb9-e9b294ed6672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls_1.html","title":"Delete Controls","navPath":"DeleteControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a088c7f55-59e9-4607-9a40-da5ac522b043","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls_1.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a43a3a65b-8fa1-4ec7-8181-38b5e040e17f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsapi.html","title":"Lists API","navPath":"listsapi.html","bundleId":"work-tasks-2023-sp1","id":"a5b1dd7c1-f6b6-4216-8d50-0c6715cb8908","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinglistusinglistdefinition.html","title":"Create List using ListDefinition","navPath":"creatinglistusinglistdefinition.html","bundleId":"work-tasks-2023-sp1","id":"ae57727b8-4d87-43dc-9793-866d1c4d106c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updatinglistitembyvalidatingsecurity.html","title":"Update List Item by Validating Security","navPath":"updatinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a1496d837-63c0-4cef-99d9-42a126e286fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinglistitembyvalidatingsecurity.html","title":"Delete List Item by Validating Security","navPath":"deletinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a6f91f6db-3646-4133-a965-314341481cee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingvaluesofdefaultfieldoflist.html","title":"Get Values of Default Field of List","navPath":"gettingvaluesofdefaultfieldoflist.html","bundleId":"work-tasks-2023-sp1","id":"a4a661f6f-7dcb-4dba-8041-cd8c55fdc1b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem_1.html","title":"Save ListItem","navPath":"SaveListItem_1.html","bundleId":"work-tasks-2023-sp1","id":"ac6ed7b91-6669-4a50-bb69-a72fd8940b39","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsadvanced.html","title":"Advanced List Features","navPath":"listsadvanced.html","bundleId":"work-tasks-2023-sp1","id":"ae640255b-8b2b-4636-951e-3286bceb14f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControlProperties.html","title":"List Control Properties","navPath":"ListControlProperties.html","bundleId":"work-tasks-2023-sp1","id":"a4c0c2920-97b6-4f38-8542-45e9d3765b3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListParent.html","title":"List(Parent)","navPath":"ListParent.html","bundleId":"work-tasks-2023-sp1","id":"a40fcaaf7-4686-4b0a-a95f-3fa37ad0bae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Attachment_1.html","title":"Attachment","navPath":"Attachment_1.html","bundleId":"work-tasks-2023-sp1","id":"a2840e555-d69e-4e8c-8fb4-5e0cf5640ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanInput.html","title":"BooleanInput","navPath":"BooleanInput.html","bundleId":"work-tasks-2023-sp1","id":"aab480cfd-dd0c-46fd-94ba-51ec345ebe21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateInput.html","title":"DateInput","navPath":"DateInput.html","bundleId":"work-tasks-2023-sp1","id":"ab9eed917-36db-483c-a4f3-c0aeb571823c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecimalInput.html","title":"DecimalInput","navPath":"DecimalInput.html","bundleId":"work-tasks-2023-sp1","id":"ad335ff83-55f1-42f5-af73-d27ad56a66aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GUIDInput.html","title":"GUIDInput","navPath":"GUIDInput.html","bundleId":"work-tasks-2023-sp1","id":"abef8182f-d7c0-4248-a942-0be7d44ea4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegerInput.html","title":"IntegerInput","navPath":"IntegerInput.html","bundleId":"work-tasks-2023-sp1","id":"a369d1ec0-398d-4004-8cdb-55b386fb807a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookup_1.html","title":"UserLookup","navPath":"UserLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a7e091d6c-08f1-4610-8763-a418326e845e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupInput.html","title":"LookupInput","navPath":"LookupInput.html","bundleId":"work-tasks-2023-sp1","id":"a77d5607a-7c31-4539-a9e7-4a55dd83d2c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextInput.html","title":"TextInput","navPath":"TextInput.html","bundleId":"work-tasks-2023-sp1","id":"ac8c5d94b-ab84-46c6-9874-6c14f4b78a70","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listtable1.html","title":"List Table","navPath":"listtable1.html","bundleId":"work-tasks-2023-sp1","id":"a090e00d3-c109-4f47-82d7-f9942b5adb15","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariablesforLists.html","title":"XML Variables for Lists","navPath":"XMLVariablesforLists.html","bundleId":"work-tasks-2023-sp1","id":"a346fef35-1a6d-4382-ae77-d5aacda5a8b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaworkflowforalistinasinglestep2.html","title":"Create a Workflow for a List in a Single Step","navPath":"creatingaworkflowforalistinasinglestep2.html","bundleId":"work-tasks-2023-sp1","id":"a2597933c-5863-4ef3-b4fe-2575c0863b86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListXMLVariable.html","title":"Schema of XML List XML Variable","navPath":"SchemaofXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a351d2d80-2ba4-4c21-b94d-b07d85fdb146","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListTypeXMLVariable.html","title":"Create an XML List Type XML Variable","navPath":"CreateanXMLListTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a76c20650-bce1-4bd8-9245-a9037c5ca964","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangetheScopeoftheXMLListXMLVariable.html","title":"Change the Scope of the XML List XML Variable","navPath":"ChangetheScopeoftheXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad2db3173-6bc6-48e4-9423-b892ff4f4c7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetuptheListQueryScope.html","title":"Set up the List Query Scope","navPath":"SetuptheListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a840bca9f-4960-4e30-8b86-ec41fe3141ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorTypeXMLVariable.html","title":"Create an XML List Iterator Type XML Variable","navPath":"CreateanXMLListIteratorTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a9314240a-54a3-484c-b6ac-017857a235f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorTypeXMLVariableforGridItems.html","title":"Create an XML Iterator Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"aa2457c9e-d4e4-4701-9cf0-cb2e624297b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableScenarios.html","title":"XML Variable Scenarios","navPath":"XMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afb1b8e97-c1a6-470c-bd83-1db7dab54d9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItem.html","title":"Add a New List Item","navPath":"AddaNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"a3b71e2af-9b07-4ea0-aa2f-2535d8810949","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow_1.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa5bfb51a-0bc2-46bd-bc86-71b74c1e3b65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingthelistitemasdifferentversion.html","title":"Save the List item as Different Version as Draft/Published using XML Variable","navPath":"savingthelistitemasdifferentversion.html","bundleId":"work-tasks-2023-sp1","id":"ad769b3ad-dcdb-4b8f-a5a1-f8bc6e4a3c6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewItemtoaListFolderusingListXMLVariable.html","title":"Add New Item to a List Folder using List XML Variable","navPath":"AddNewItemtoaListFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ade03724f-9314-4152-9cd3-21e50f871e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteanItemfromaListFolderusingXMLVariable.html","title":"Delete an Item from a List Folder using XML Variable","navPath":"DeleteanItemfromaListFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a472ad476-da04-41fd-a814-8ce179804fb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveanItemtoaFolderusingListXMLVariable.html","title":"Move an Item to a Folder using List XML Variable","navPath":"MoveanItemtoaFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a3a369ae2-7795-476e-8096-4840f8039de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewFolderusingXMLVariable.html","title":"Create a New Folder using XML Variable","navPath":"CreateaNewFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad3cdde1f-df0f-47f2-aedf-69a5c38ad9be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItemwithGridItems.html","title":"Add a New List Item with Grid Items","navPath":"AddaNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"abecac426-1c4b-4999-9636-ede8cca72a16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewGridItemtotheExistingListItem.html","title":"Add a New Grid Item to the Existing List Item","navPath":"AddaNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"a75ed5d38-45ac-434f-b9dc-5dd5f246fb85","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyaListItemwithGridItems.html","title":"Copy a List Item with Grid Items","navPath":"CopyaListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a4f69e529-862b-46bc-b596-3d2c3978b0ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList_1.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList_1.html","bundleId":"work-tasks-2023-sp1","id":"afeff6abe-65eb-4fc0-aaf6-bffbf6180400","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViews.html","title":"List Views","navPath":"ListViews.html","bundleId":"work-tasks-2023-sp1","id":"a80131328-8a02-425c-b437-27d6500cf6ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithListViews.html","title":"Work with List Views","navPath":"WorkwithListViews.html","bundleId":"work-tasks-2023-sp1","id":"a7d6aa47d-5d51-46d8-8617-47278bac78a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutCreatingListViews.html","title":"About Creating List Views","navPath":"AboutCreatingListViews.html","bundleId":"work-tasks-2023-sp1","id":"a0eb77762-8f4e-4819-9979-b1ff61c82516","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewview.html","title":"Create a New View","navPath":"creatinganewview.html","bundleId":"work-tasks-2023-sp1","id":"a229f7405-b6b8-4613-aa37-32d938889929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaDefaultView.html","title":"Create a Default View","navPath":"CreateaDefaultView.html","bundleId":"work-tasks-2023-sp1","id":"af1d5871c-2c56-4883-9f0d-5319e88458be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPublicView.html","title":"Create a Public View","navPath":"CreateaPublicView.html","bundleId":"work-tasks-2023-sp1","id":"a660ca679-f4e4-4a4c-8480-0468c4104437","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPrivateView.html","title":"Create a Private View","navPath":"CreateaPrivateView.html","bundleId":"work-tasks-2023-sp1","id":"a9d2f9577-7572-45a3-bf86-b5dfe6b0afb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFilters.html","title":"Add Filters","navPath":"AddFilters.html","bundleId":"work-tasks-2023-sp1","id":"a1fa07cb0-b95e-4255-a7c3-313391b6a735","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterGrouping.html","title":"Filter Grouping","navPath":"FilterGrouping.html","bundleId":"work-tasks-2023-sp1","id":"ae8e1bc6a-47c7-4143-996a-3185188f6001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDateTimeVariabletoFilterColumns.html","title":"Use Date Time Variable to Filter Columns","navPath":"UseDateTimeVariabletoFilterColumns.html","bundleId":"work-tasks-2023-sp1","id":"af93f108b-d201-4ba7-b743-80a62dba1189","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SorttheColumns.html","title":"Sort the Columns","navPath":"SorttheColumns.html","bundleId":"work-tasks-2023-sp1","id":"a44733bf3-ba3d-4e05-9b07-485074335481","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SystemVariables.html","title":"System Variables","navPath":"SystemVariables.html","bundleId":"work-tasks-2023-sp1","id":"a16957713-19a4-4ab8-845e-c4fb5fdcd106","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeVariables.html","title":"Date Time Variables","navPath":"DateTimeVariables.html","bundleId":"work-tasks-2023-sp1","id":"abb33cc42-c6da-4bb2-a3e0-65b51cb08b05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariables.html","title":"Workflow Variables","navPath":"WorkflowVariables.html","bundleId":"work-tasks-2023-sp1","id":"aafc18474-138f-4023-908f-a72d1f2f8b6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserVariables.html","title":"User Variables","navPath":"UserVariables.html","bundleId":"work-tasks-2023-sp1","id":"aacd7c323-1ddd-4e0b-9ed8-8306d865e50d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupColumns.html","title":"Group Columns","navPath":"GroupColumns.html","bundleId":"work-tasks-2023-sp1","id":"afe624fde-3dc5-4ed9-8864-c19036ec9681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayAllItems.html","title":"Display All Items","navPath":"DisplayAllItems.html","bundleId":"work-tasks-2023-sp1","id":"a7c9138a9-346a-49b6-85b3-5859e87a0681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaReadOnlyView.html","title":"Create a Read-Only View","navPath":"CreateaReadOnlyView.html","bundleId":"work-tasks-2023-sp1","id":"a61ca7533-dbc3-40b3-8e9e-9c4c1cb5fd68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArrangeGridColumns.html","title":"Arrange Grid Columns","navPath":"ArrangeGridColumns.html","bundleId":"work-tasks-2023-sp1","id":"a06c77853-7a12-4af4-bad9-2bdf4b97a84f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyfromExistingViews.html","title":"Copy from Existing Views","navPath":"CopyfromExistingViews.html","bundleId":"work-tasks-2023-sp1","id":"a206da4c6-4af9-4850-94e1-499b6f0cc995","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageViews.html","title":"Manage Views","navPath":"ManageViews.html","bundleId":"work-tasks-2023-sp1","id":"a3547a7e5-df8b-4325-b34d-31903423f375","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updateaview.html","title":"Update a View","navPath":"updateaview.html","bundleId":"work-tasks-2023-sp1","id":"aefba4328-0177-4c08-8945-785d119e8b22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaView.html","title":"Delete a View","navPath":"DeleteaView.html","bundleId":"work-tasks-2023-sp1","id":"a80913c78-d439-4e0e-844f-ca63b57649a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/secureaview.html","title":"Secure a View","navPath":"secureaview.html","bundleId":"work-tasks-2023-sp1","id":"af8aa441c-dc7a-4ff9-9cc9-672916d4741f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookups.html","title":"List Lookups","navPath":"ListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ad2e2e0cf-7639-489a-806d-8f7a80d4e1a0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportedDataTypes.html","title":"Supported Data Types","navPath":"SupportedDataTypes.html","bundleId":"work-tasks-2023-sp1","id":"a0869ff75-8849-4bff-bcf3-d9a8e8035086","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartLookupSettings.html","title":"Start Lookup Settings","navPath":"StartLookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a870fcc17-e451-42ac-9a3d-5ef6862516be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/lookupsettingsinterface.html","title":"Lookup Settings Interface","navPath":"lookupsettingsinterface.html","bundleId":"work-tasks-2023-sp1","id":"a029504d7-0833-4729-bedb-e3b63abd3456","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workingwithlookupsettings.html","title":"Lookup Settings","navPath":"workingwithlookupsettings.html","bundleId":"work-tasks-2023-sp1","id":"ad4a54116-a261-454e-9bee-9c971ffb5057","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewRepositoryListLookup.html","title":"Add a New Repository List Lookup","navPath":"AddaNewRepositoryListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a18faf58f-7848-490d-a2e1-72ce510c5a0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727452.html","title":"Add a List Query","navPath":"727452.html","bundleId":"work-tasks-2023-sp1","id":"a8f342cf0-1c4b-4132-9a0a-3ceb841fa2ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727453.html","title":"Add an Order By Query","navPath":"727453.html","bundleId":"work-tasks-2023-sp1","id":"a160ef831-5934-44b3-b0ef-1e1b5755801b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewdatabaselookup.html","title":"Add a New Database Lookup","navPath":"addinganewdatabaselookup.html","bundleId":"work-tasks-2023-sp1","id":"ae86bb9af-1b97-4356-b39a-47d14c994cfe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181666.html","title":"Add a New Database Lookup Using Query","navPath":"181666.html","bundleId":"work-tasks-2023-sp1","id":"af3c37beb-41de-4bcf-8bb9-cf6c8ab53e7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181667.html","title":"Add a New Database Lookup Using Stored Procedure","navPath":"181667.html","bundleId":"work-tasks-2023-sp1","id":"a42407e8e-9c09-45d6-8573-1029fbf68835","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewwebapilookup.html","title":"Add a New Web API Lookup","navPath":"addinganewwebapilookup.html","bundleId":"work-tasks-2023-sp1","id":"af4ed8ce1-dfcd-413e-8c87-e401b7fd4fc8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaListLookup.html","title":"Edit a List Lookup","navPath":"EditaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a8699652c-f6f2-4173-bce4-40a4d3c231cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295054.html","title":"Organize Lookup Lists","navPath":"295054.html","bundleId":"work-tasks-2023-sp1","id":"a095f4e12-70af-4d3a-ab8e-7097387c55f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaListLookup.html","title":"Delete a List Lookup","navPath":"DeleteaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a681bb1b0-6124-42d1-ba2b-6d12d5df3936","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookupScenarios.html","title":"List Lookup Scenarios","navPath":"ListLookupScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a474eea5e-7689-4b2b-b99d-f09598b56c76","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetable.html","title":"Create a Lookup for a Database Table","navPath":"creatingalookupforadatabasetable.html","bundleId":"work-tasks-2023-sp1","id":"abe5e16aa-ecd6-4ce4-8365-2060225a2501","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetablewithcompositeprimarykey.html","title":"Create a Lookup for a Database Table with Composite Primary Key","navPath":"creatingalookupforadatabasetablewithcompositeprimarykey.html","bundleId":"work-tasks-2023-sp1","id":"ae9935239-b79b-4778-8026-b6cb0e956d5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDependentLookupfromDatabaseTables.html","title":"Create Dependent Lookup from Database Tables","navPath":"CreateDependentLookupfromDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"a5a635c1a-6d83-41a6-b0e0-80276459b6b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforalist.html","title":"Create a Lookup for a List","navPath":"creatingalookupforalist.html","bundleId":"work-tasks-2023-sp1","id":"a8c36a3b0-8c7d-4166-babb-dfb5f2d951ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData.html","title":"Search or Sort within a Lookup Data","navPath":"SearchorSortwithinaLookupData.html","bundleId":"work-tasks-2023-sp1","id":"a3d685643-4f83-45fe-9d4f-2c169be5e68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData_1.html","title":"Add an Item from Lookup Control","navPath":"SearchorSortwithinaLookupData_1.html","bundleId":"work-tasks-2023-sp1","id":"a44119b2e-f8b2-4cd9-b9ac-72b93755e664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforListLookups.html","title":"Use ExtendedInformation Property for List Lookups","navPath":"UseExtendedInformationPropertyforListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ab77672af-8471-4845-a919-1aa0b4280d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforDatabaseLookups.html","title":"Use ExtendedInformation Property for Database Lookups","navPath":"UseExtendedInformationPropertyforDatabaseLookups.html","bundleId":"work-tasks-2023-sp1","id":"afd19ae0f-9bc6-4f6f-81b8-978790ff8a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","title":"Use Aliases, Joins, Aggregate Functions in Database Lookup Query","navPath":"UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"aa955dfad-3c3f-4e71-9dd0-4c0795197214","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCASEExpressionintheDatabaseLookupQuery.html","title":"Use CASE Expression in the Database Lookup Query","navPath":"UseCASEExpressionintheDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"af385e2ea-f513-4488-8957-e456c887e637","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScenarios.html","title":"List Scenarios","navPath":"ListScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a1e3a4c96-7f7b-4c0b-a662-b9dff8fb25fc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaleaveapplicationlist.html","title":"Create a Leave Application List","navPath":"creatingaleaveapplicationlist.html","bundleId":"work-tasks-2023-sp1","id":"a9f759301-78b1-4895-98cf-42d9809cc9b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalistmappedtomultipletables.html","title":"Create a List Mapped to Multiple Tables","navPath":"creatingalistmappedtomultipletables.html","bundleId":"work-tasks-2023-sp1","id":"ac77b13c9-9c74-437c-bf9f-a8abce8a26b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingthedefaultlistform.html","title":"Modify the default List form","navPath":"modifyingthedefaultlistform.html","bundleId":"work-tasks-2023-sp1","id":"af8c620b1-b828-4722-aa26-823feab53504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListData.html","title":"Sort List Data","navPath":"SortListData.html","bundleId":"work-tasks-2023-sp1","id":"a04913b22-6431-4adc-8a07-29a8f6257d61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportListItemDatatoanExcelSheet.html","title":"Export List Item Data to an Excel Sheet","navPath":"ExportListItemDatatoanExcelSheet.html","bundleId":"work-tasks-2023-sp1","id":"afc95246d-d294-4a51-865a-cf395877bb98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingversioningforlistitem.html","title":"Enable Versioning for List Item","navPath":"enablingversioningforlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a760bced5-ea5d-4d17-aa41-4d84dce82926","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListitemsusingDisplaySortOrderProperty.html","title":"Sort List items using DisplaySortOrder Property","navPath":"SortListitemsusingDisplaySortOrderProperty.html","bundleId":"work-tasks-2023-sp1","id":"a8815f479-fb7b-4751-8053-58cd7bd78caa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/setcustomviewforalistcontrol.html","title":"Set Custom View for a List Control from a Custom ASPX Page using API","navPath":"setcustomviewforalistcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a20b168f3-ab23-42d7-a7ef-f8e174e922e4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsintegration.html","title":"Lists Integration","navPath":"listsintegration.html","bundleId":"work-tasks-2023-sp1","id":"a3c16dc27-a316-4018-a191-fe0bed1bfad8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutlistsintegrationcomponents.html","title":"About Lists Integration Components","navPath":"aboutlistsintegrationcomponents.html","bundleId":"work-tasks-2023-sp1","id":"a33b8d865-a94c-4f0b-9fff-bebc992082fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/keyfeaturesandbenefits.html","title":"Key Features and Benefits","navPath":"keyfeaturesandbenefits.html","bundleId":"work-tasks-2023-sp1","id":"a383d5213-ff6e-4521-a724-f7945ab4d110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites_2.html","title":"Prerequisites","navPath":"prerequisites_2.html","bundleId":"work-tasks-2023-sp1","id":"a817557c1-34d2-4bda-961d-d86e986a7cf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installationandconfiguration.html","title":"Installation and Configuration","navPath":"installationandconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"afedc024c-2792-44b3-b807-f779091c8570","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutconfiguration.html","title":"About Configuration","navPath":"aboutconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"aec4d23a5-13b4-4658-a794-89ef158c09b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73298.html","title":"List Source Data Flow","navPath":"73298.html","bundleId":"work-tasks-2023-sp1","id":"a94860ca0-608f-4a63-864d-c6cf456d03eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73300.html","title":"Import and Export Data","navPath":"73300.html","bundleId":"work-tasks-2023-sp1","id":"a37ef99ff-c5e7-4450-aa06-3dc2365f15e9","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listssupport.html","title":"Troubleshooting Lists","navPath":"listssupport.html","bundleId":"work-tasks-2023-sp1","id":"a108d62bb-0843-4cf6-9340-4e92fc403c5a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604373.html","title":"Quickflow User Guide","navPath":"604373.html","bundleId":"work-tasks-2023-sp1","id":"abfe512d0-bd00-4ee2-9c05-193ef29fee4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/613300.html","title":"Prerequisites","navPath":"613300.html","bundleId":"work-tasks-2023-sp1","id":"ac0627737-79b8-4e8c-b488-c555d6f9d41b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/603289.html","title":"Deploy Quickflow","navPath":"603289.html","bundleId":"work-tasks-2023-sp1","id":"abb5934ea-4caf-47c1-a9c6-8c8bc77e37e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateQuickflow.html","title":"Create Quickflow","navPath":"CreateQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"ab13b1950-687b-4902-b06e-c83acec1c70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604271.html","title":"Activities","navPath":"604271.html","bundleId":"work-tasks-2023-sp1","id":"a23c637f4-5584-4418-9ed9-8d4b8686e794","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/620121.html","title":"Supported Activities","navPath":"620121.html","bundleId":"work-tasks-2023-sp1","id":"adb95f866-b3ab-49b4-ba3e-172dedfd9798","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity_1.html","title":"Start Activity","navPath":"StartActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ada556791-b94a-4dd5-a658-5accdae46a91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables_1.html","title":"Start - Variables","navPath":"StartVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a88a19ceb-2e77-470c-841f-5940d5e55cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables_1.html","title":"XML Variables","navPath":"XMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"aa30a4a92-ab34-4f59-96ba-c0c9c411010c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface_1.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface_1.html","bundleId":"work-tasks-2023-sp1","id":"a73f50020-820f-4f06-a447-b30b0490ec25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLDocumentXMLVariable.html","title":"Introduction to XML Document XML Variable","navPath":"IntroductiontoXMLDocumentXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2a2873a7-d219-4cc9-bf14-810d087f3956","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument_1.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument_1.html","bundleId":"work-tasks-2023-sp1","id":"a192519d7-f412-4086-8539-b1625189fbee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buildingxmlschema.html","title":"Build XML Schema","navPath":"buildingxmlschema.html","bundleId":"work-tasks-2023-sp1","id":"ae0abfc6e-1381-4109-9ddc-514b8ac1b23b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms_1.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a243f6917-6f8e-4e23-bbf7-32cf46ec39e0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLIteratorXMLVariable.html","title":"Introduction to 'XML Iterator' XML Variable","navPath":"IntroductiontoXMLIteratorXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aeabdcabe-e8a5-44c6-88b4-7786423f1a16","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator_1.html","title":"Create XML Variable of Type 'XML Iterator'","navPath":"CreateXMLVariableofTypeXMLIterator_1.html","bundleId":"work-tasks-2023-sp1","id":"a3732687d-44fc-44ad-a3c1-fde9a876718f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLIteratorTypeVariables.html","title":"Use 'XML Iterator' Type Variables","navPath":"UseXMLIteratorTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac713f6ff-ca17-4181-8154-80e67fe6e0bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables_1.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a7cf0b5d8-483b-4fae-ae77-0e87fe66d872","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities_1.html","title":"Communication Activities","navPath":"CommunicationActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"abc23b6e0-b25e-4754-8372-05b11f4a3ed7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity_1.html","title":"Notification Activity","navPath":"NotificationActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a1e53c1be-3763-431a-bb6b-1ebe45e786d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_2.html","title":"Notification: ToResource","navPath":"NotificationToResource_2.html","bundleId":"work-tasks-2023-sp1","id":"aa7b5fc5d-dd64-4778-bcd5-f6e026e69b88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationMessage.html","title":"Notification: Message","navPath":"NotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a22d1c569-38be-4bb1-92eb-45269a92980e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotification.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotification.html","bundleId":"work-tasks-2023-sp1","id":"adfea9ab4-f65f-441b-b9c0-5cb01ced5763","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource_1.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a8905abff-e5a6-4a5b-b29f-b727205b751b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pushnotificationmessage11.html","title":"Set Notification Type","navPath":"pushnotificationmessage11.html","bundleId":"work-tasks-2023-sp1","id":"acdcfd711-a745-49fa-9b8d-314f8058e488","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVAWorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac7c42c92-cb53-4e57-b9a8-627134e7a504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage_1.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1685f44-dd48-4e1a-b2b2-14ab9419e5dd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities_1.html","title":"Engine Activities","navPath":"EngineActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae95c9908-6c61-48a2-a43c-8174c4bae56b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/blockoutputactivity.html","title":"BlockingOutput Activity","navPath":"blockoutputactivity.html","bundleId":"work-tasks-2023-sp1","id":"a1c24ce7a-38f2-48e8-ba3b-d76b087c5268","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity_1.html","title":"Database Activity","navPath":"DatabaseActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4c3f2a7f-68a4-4e28-8cf8-49e132556ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity_1.html","title":"Decision Activity","navPath":"DecisionActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"aa7446da6-905e-447f-a200-fa4c132b89fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions_1.html","title":"Decision: Decisions","navPath":"Decisions_1.html","bundleId":"work-tasks-2023-sp1","id":"a0d6cc59c-dcd8-494f-8950-555992f49612","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity_1.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a28ffd98b-7a5b-4fc3-9061-ca0e4071d394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity_1.html","title":"For-Loop Activity","navPath":"ForLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"add25a390-9281-4442-be07-2bcdbb1eb62c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount_1.html","title":"For-Loop Count","navPath":"ForLoopCount_1.html","bundleId":"work-tasks-2023-sp1","id":"ac91d7742-c1b4-4047-9d78-ad3bfd011021","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity_1.html","title":"Logger Activity","navPath":"LoggerActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a92b7545a-4c84-4215-b921-7cfbecb57152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage_1.html","title":"Log - Log Message","navPath":"Log-LogMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1868785-0479-465f-b36e-fcbfbc7a295e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity_1.html","title":"Next Loop Activity","navPath":"NextLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a216e6f3e-1a83-4123-9d48-d75b8b9019aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity_1.html","title":"Rule Activity","navPath":"RuleActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a238ed1ce-7780-4452-b475-a8c3bf91ef68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition_1.html","title":"Rule - Condition","navPath":"RuleCondition_1.html","bundleId":"work-tasks-2023-sp1","id":"a0e3c2445-d021-4a04-97ff-2533d16b5890","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable_1.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable_1.html","bundleId":"work-tasks-2023-sp1","id":"a87dc078e-dc70-4c2c-be7e-a9d0f74f311a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity_1.html","title":"Synchronize Activity","navPath":"SynchronizeActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ace9e3051-aa4e-4b78-bd5b-98684930a937","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity_1.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9caf828-4674-4928-abda-ffccbd678adf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables_1.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a476ca464-0b3d-4a48-b42a-29c48f013b54","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a65757198-6355-4d95-97d0-bea91eaba578","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity_1.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"af277eb06-a8d6-4969-9733-0577e564c0c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowaction.html","title":"Workflow Activity","navPath":"workflowaction.html","bundleId":"work-tasks-2023-sp1","id":"abeb7fbc7-06a6-4a78-8202-14a5ce81511b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow_1.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a53514f50-a015-4a6d-a246-a565b91b45fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow_1.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa70d0235-c21b-4608-aea7-f4c8df946f49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","title":"How to Pass Variables from Parent Workflow/Quickflow to Child Workflow?","navPath":"howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","bundleId":"work-tasks-2023-sp1","id":"a86a57158-1fdd-4dd0-858c-697ba16127e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GettingExecutionIDoftheChildQuickflow.html","title":"Getting Execution ID of the Child Quickflow","navPath":"GettingExecutionIDoftheChildQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"a8ba6f769-d9c0-4edc-888c-b5f047cd82ac","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator_1.html","title":"XML Navigator","navPath":"XMLNavigator_1.html","bundleId":"work-tasks-2023-sp1","id":"a45e93061-77ab-467b-b9be-cb2b779055b9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Integration_Activities.html","title":"Integration Activities","navPath":"Integration_Activities.html","bundleId":"work-tasks-2023-sp1","id":"a5aad2a2c-7f9d-4626-8e53-fb2882f23460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebapiactivity_1.html","title":"Invoke Web API Activity","navPath":"invokewebapiactivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae0b84382-3514-4e82-be26-d7a6155b6ad4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIConfigureWebAPI.html","title":"Invoke Web API: Configure Web API","navPath":"InvokeWebAPIConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a3958a8bf-2a88-4a80-97dd-308e7e699e74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI_1.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI_1.html","bundleId":"work-tasks-2023-sp1","id":"a3821dcc2-3010-4f71-8a63-731903079e82","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity_1.html","title":"Script Activity","navPath":"ScriptActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ad54af351-ae26-4bdd-b365-bf9bfb58d23c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode_1.html","title":"Script: Code","navPath":"ScriptCode_1.html","bundleId":"work-tasks-2023-sp1","id":"a14f05003-46e3-4a03-be7a-df5ace46619f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences_1.html","title":"Script: References","navPath":"ScriptReferences_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cff7e06-00df-41ba-80fc-fca2ebb83ed7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues_1.html","title":"Script: Return Values","navPath":"ScriptReturnValues_1.html","bundleId":"work-tasks-2023-sp1","id":"a977e2a1b-5210-4431-b4ae-8343dfa434da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/xmlaction1.html","title":"XML Action Activity","navPath":"xmlaction1.html","bundleId":"work-tasks-2023-sp1","id":"a4963e747-2cd7-424c-901b-d39aba86b4e2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities_1.html","title":"Message Queue Activities","navPath":"MessageQueueActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"acc8577f0-9073-47c5-9950-081768e28ded","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData_1.html","title":"SendMQData","navPath":"SendMQData_1.html","bundleId":"work-tasks-2023-sp1","id":"aa92f26d2-7a9f-4b13-a0d7-e3f9f73f9cf7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureMessageQueueConnection.html","title":"Configure Message Queue Connection","navPath":"ConfigureMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"a4d4e28c9-c754-4940-a649-4bfd9decf662","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities_1.html","title":"Logic App Activities","navPath":"LogicAppActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9de13e3-b77a-4b32-8b40-dce2dd0ca2bd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity_1.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a67934cc7-f636-4a87-a58d-819314acd37a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLogicAppConnectionandData.html","title":"Configure Logic App Connection and Data","navPath":"ConfigureLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"a62c98ed4-a578-430f-9578-a373766d84d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity_1.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a56126034-fa4a-4435-ae5c-8e767943c2b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8285582-567d-4aee-8a43-3ae44bdef109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"abab1d6f7-cd61-44f7-bc4a-f25bc4fce09c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing_1.html","title":"Relative Referencing","navPath":"RelativeReferencing_1.html","bundleId":"work-tasks-2023-sp1","id":"a08af0980-09bf-4708-863e-5c11171f63f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/678853.html","title":"Custom Activity","navPath":"678853.html","bundleId":"work-tasks-2023-sp1","id":"acce64137-6950-4492-8897-4975bdc79798","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesigner.html","title":"Process Designer","navPath":"ProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a9ce0cfa6-bc2c-4daa-b739-a198ccd379e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinition.html","title":"Export Process Definition","navPath":"ExportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a406935b1-f84f-4b31-9d43-3003342240df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinition.html","title":"Import Process Definition","navPath":"ImportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a6230bc99-c571-465a-8b69-477cf4c86fae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildExpression.html","title":"Build Expression","navPath":"BuildExpression.html","bundleId":"work-tasks-2023-sp1","id":"ab50167ab-4246-4946-bcd7-76a5bdad9228","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Support_1.html","title":"Support","navPath":"Support_1.html","bundleId":"work-tasks-2023-sp1","id":"a1cf72bce-e0e3-4684-af85-47970a4d33b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics_1.html","title":"Diagnostics","navPath":"Diagnostics_1.html","bundleId":"work-tasks-2023-sp1","id":"ad43df2d6-71a0-45ef-b475-846ded247fe9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Limitations.html","title":"Limitations","navPath":"Limitations.html","bundleId":"work-tasks-2023-sp1","id":"a50d46ae6-4cde-4944-85f5-b9e286b54ac2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Troubleshoot.html","title":"Troubleshoot","navPath":"Troubleshoot.html","bundleId":"work-tasks-2023-sp1","id":"abe8f4828-bf51-44b8-8661-feb3c7e36229","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmuserguide.html","title":"User Guide","navPath":"wonderwareskeltabpmuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a2a87808a-62a3-4993-b38c-1029b836bd6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wwskeltabpminstallationandadministration.html","title":"Administration","navPath":"wwskeltabpminstallationandadministration.html","bundleId":"work-tasks-2023-sp1","id":"aeb1de17c-414b-4a02-809b-a29463c79988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisitesfordesigningworkflows.html","title":"Prerequisites","navPath":"prerequisitesfordesigningworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad0a941c0-d99c-4a49-bdd9-06b5f5ba88cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted_1.html","title":"Get started","navPath":"GetStarted_1.html","bundleId":"work-tasks-2023-sp1","id":"ab5ba867c-c67a-47f6-8a2c-5d6c182b00bb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingahelloworldworkflow.html","title":"Create a Workflow","navPath":"creatingahelloworldworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ad7a7499e-21ca-4d8d-b9e4-7779a9b476b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingvariablesinworkflow.html","title":"Use Variables in Workflow","navPath":"usingvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a35fcd1cb-9cd8-4bda-95d9-21d62ce6ed5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingxmlvariablesinworkflow.html","title":"Use XML Variables in Workflow","navPath":"usingxmlvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6d117e90-e411-4b64-ab2a-ec581f9e333a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/familiarizingwithskeltaxmlvariables.html","title":"Familiarize with XML Variables","navPath":"familiarizingwithskeltaxmlvariables.html","bundleId":"work-tasks-2023-sp1","id":"a1922eea6-d13d-4e61-9563-c5cbecf2b1f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loopingthroughxmldocument.html","title":"Loop Through an XML Document","navPath":"loopingthroughxmldocument.html","bundleId":"work-tasks-2023-sp1","id":"a8245bc71-7baf-48e9-960e-a984f38c8194","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithskeltaforms.html","title":"Use Forms","navPath":"gettingstartedwithskeltaforms.html","bundleId":"work-tasks-2023-sp1","id":"a808d9ddc-42c3-43f1-800a-7bab6c778f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebservicefromworkflows.html","title":"Invoke Web Service from Workflows","navPath":"invokewebservicefromworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a30a5496f-ae02-4647-9ae7-0002b603fbe5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetcontrols.html","title":"Interfaces","navPath":"skeltabpmnetcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ac68d126c-5698-4494-90f0-e7ee67e0a15d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingskeltabpmnetfeatures.html","title":"Access Features","navPath":"accessingskeltabpmnetfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a4f2570db-0fb2-45ed-8d27-67300ee6bdd0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole_1.html","title":"Enterprise Console","navPath":"EnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3a226f4-14b5-4d34-9469-d313ea4d4732","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaenterpriseconsoleauthentication.html","title":"Enterprise Console Authentication","navPath":"skeltaenterpriseconsoleauthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa2cbbc9f-bc9c-47f9-a2f5-83dafdfec44b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaworkitemlist.html","title":"Enterprise Console Home Page","navPath":"skeltaworkitemlist.html","bundleId":"work-tasks-2023-sp1","id":"a61f1cd52-a9d6-4f34-9fa7-43c80976e182","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowManagement.html","title":"Workflow Management","navPath":"WorkflowManagement.html","bundleId":"work-tasks-2023-sp1","id":"abe23487f-fae4-4e68-8a5a-1c2d81e4f559","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist1.html","title":"What is a Workflow List","navPath":"workflowlist1.html","bundleId":"work-tasks-2023-sp1","id":"a75031b45-67ad-40ed-8ba2-468ba2c256f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/groupingworkflowitemswithfolders.html","title":"Group Workflow Items within a Folder","navPath":"groupingworkflowitemswithfolders.html","bundleId":"work-tasks-2023-sp1","id":"ae1d9c677-b889-4b46-9078-82a34099d470","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewfolderworkflow.html","title":"Create a Folder","navPath":"creatinganewfolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af50f8793-a053-4320-9203-3a7515e1f955","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingafolderworkflows.html","title":"Publish a Folder","navPath":"publishingafolderworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a0476c204-90f8-4921-a5f5-98c397142337","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingafolderworkflow.html","title":"Delete a Folder","navPath":"deletingafolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab9618690-accc-46f3-a1ee-facfe14fb0be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingordisablingafolder.html","title":"Enable or Disable a Folder","navPath":"enablingordisablingafolder.html","bundleId":"work-tasks-2023-sp1","id":"a1d0b6ff6-c1aa-4d8a-9551-d1bc139211e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changingtheownerofthefolder.html","title":"Change the Owner of the Folder","navPath":"changingtheownerofthefolder.html","bundleId":"work-tasks-2023-sp1","id":"af91fb070-9180-48a8-8777-00d658ef0f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/applyingsecuritysettingstoafolder.html","title":"Apply Security Settings to a Folder","navPath":"applyingsecuritysettingstoafolder.html","bundleId":"work-tasks-2023-sp1","id":"ace01028f-35ec-4d0c-8dd3-f2c1deb5acad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/navigate.html","title":"Navigate to Different Folders in Workflows List","navPath":"navigate.html","bundleId":"work-tasks-2023-sp1","id":"a9f0a388f-24d0-40c6-b9d6-e5e8a1fd587d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingandassociatingaworkflow.html","title":"Create a Workflow","navPath":"creatingandassociatingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a214c7e9e-9480-43e9-bc06-0983c070fc0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createassociations.html","title":"Create an Association for a Workflow","navPath":"createassociations.html","bundleId":"work-tasks-2023-sp1","id":"a2b517777-2bad-46a4-a477-479811d5637f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associateworkflowwithenterpriseconsole.html","title":"Associate Workflow with Enterprise Console Events","navPath":"associateworkflowwithenterpriseconsole.html","bundleId":"work-tasks-2023-sp1","id":"aba5bca6d-8f08-43e5-ae4c-600f4e82793e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a349b51b8-706c-4d65-b103-4c326fbb4dbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505.html","bundleId":"work-tasks-2023-sp1","id":"abcbbbee2-75f7-44b9-89bc-318746f339e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/512536.html","title":"Associate Workflow with Message Queue","navPath":"512536.html","bundleId":"work-tasks-2023-sp1","id":"a96035563-4d6c-4e7e-8ce8-bb87ff75629d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaExample.html","title":"XML Schema Example","navPath":"XMLSchemaExample.html","bundleId":"work-tasks-2023-sp1","id":"af1bfb35c-2e69-4fa8-ac11-9b0f5ea1a65b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JSONSampleExample.html","title":"JSON Sample Example","navPath":"JSONSampleExample.html","bundleId":"work-tasks-2023-sp1","id":"a12177a3d-c580-44d2-88c3-fb30aebffa70","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/572497.html","title":"Associate Workflow with Logic App Events","navPath":"572497.html","bundleId":"work-tasks-2023-sp1","id":"af20b4802-18bf-4425-92bf-655a68c29005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewassociations.html","title":"View all Associations of a Workflow","navPath":"viewassociations.html","bundleId":"work-tasks-2023-sp1","id":"a975602b6-945a-495d-b4b7-eb1b9d23f8f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflowassociations.html","title":"Delete Workflow Associations","navPath":"deletingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"ae10fd997-b6f8-49da-96e3-ef5946121fa9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingworkflowassociations.html","title":"Disable Workflow Associations","navPath":"disablingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"a661e2016-f7ad-48b1-8c7d-2a68a0863cc4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/saveas1.html","title":"Create different versions of a Workflow","navPath":"saveas1.html","bundleId":"work-tasks-2023-sp1","id":"ade11312c-f7fb-47ad-91f4-5fecb763e0b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showallversions.html","title":"View All the Versions of a Workflow","navPath":"showallversions.html","bundleId":"work-tasks-2023-sp1","id":"a241d85fc-fce9-4891-8d44-3901965c03d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designworkflow.html","title":"Modify a Workflow Design","navPath":"designworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac129db54-6637-472a-a958-501acf136c78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingaworkflow.html","title":"Edit a Workflow","navPath":"editingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"adba79694-3c18-437a-b749-db9f74882422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflows.html","title":"Delete a Workflow","navPath":"deletingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"af14602e1-d56d-45c7-9cdf-53bacfee5996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingworkflows.html","title":"Publish a Workflow","navPath":"publishingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a61ad94f3-e234-4f44-abdd-9e37885d7f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/unpublishingaworkflow.html","title":"Unpublish a Workflow","navPath":"unpublishingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"abb6a6046-3d45-489e-b947-a0ddccf45740","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importworkflow.html","title":"Import a Workflow","navPath":"importworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a62800b85-ccee-42cf-8c02-a55b3ee7a75d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exportworkflow.html","title":"Export a Workflow","navPath":"exportworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac057f9aa-e86c-4cfd-8f7f-17d1f405a84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction1.html","title":"Lock a Workflow for Editing","navPath":"introduction1.html","bundleId":"work-tasks-2023-sp1","id":"a1332246d-221f-4b81-81a9-0d362bc164fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enable_1.html","title":"Enable  and Disable Workflow","navPath":"enable_1.html","bundleId":"work-tasks-2023-sp1","id":"ab6341bed-a18e-4bc7-a7cb-920a1ef4ba6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfiguration1.html","title":"Access BAM Configuration","navPath":"bamconfiguration1.html","bundleId":"work-tasks-2023-sp1","id":"a421431d7-b45c-434b-86b0-a3c5e2864575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changeowner1.html","title":"Change Owner Information of a Workflow","navPath":"changeowner1.html","bundleId":"work-tasks-2023-sp1","id":"acc9c8b5d-fc85-4d52-8314-f221012e3d12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tasks.html","title":"Access Workflow Tasks","navPath":"tasks.html","bundleId":"work-tasks-2023-sp1","id":"ae117d2e4-9daf-498b-8c47-a081d554adb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsAvailableinaWorkflowList.html","title":"Different Views Available in a Workflow List","navPath":"DifferentViewsAvailableinaWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a73ce3392-b047-4692-8199-9e4d32e467d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewworkflow.html","title":"View a Workflow","navPath":"viewworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aa5bd43af-2990-4cb6-a9d3-53a916b2954c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/testrun.html","title":"View the Execution of the Published Workflow","navPath":"testrun.html","bundleId":"work-tasks-2023-sp1","id":"afb296ef0-ec9c-4365-ac8c-60f99f9c0ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showchilditems.html","title":"View Child Items of a Workflow","navPath":"showchilditems.html","bundleId":"work-tasks-2023-sp1","id":"a57bb9039-f4ae-4f7a-9412-002a8b98d094","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewaudithistory.html","title":"View Audit History","navPath":"viewaudithistory.html","bundleId":"work-tasks-2023-sp1","id":"a541ffc86-5613-4932-b821-bbea49844786","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewproperties.html","title":"View the Properties of a Workflow","navPath":"viewproperties.html","bundleId":"work-tasks-2023-sp1","id":"a6fe34c2f-2df9-4ea3-8aa0-40791277cf41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingexception.html","title":"View Exceptions","navPath":"viewingexception.html","bundleId":"work-tasks-2023-sp1","id":"ae1ad7b45-c8c6-42f5-ba35-8b87ab5fe311","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitysettings.html","title":"Set Security at Workflow Listitem Level","navPath":"securitysettings.html","bundleId":"work-tasks-2023-sp1","id":"aa01ca25e-91d8-47c1-9265-9679e079a1ca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutSkeltaCalendars.html","title":"Calendars","navPath":"AboutSkeltaCalendars.html","bundleId":"work-tasks-2023-sp1","id":"ab51e704c-6b45-47ef-a7d5-a5bff9298765","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceCalendar.html","title":"Resource Calendar","navPath":"ResourceCalendar.html","bundleId":"work-tasks-2023-sp1","id":"a20d5aa0e-8364-486a-8540-1f121e444a34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configurationofresourcecalendarbyadministrator.html","title":"Configure Resource Calendar by Administrator","navPath":"configurationofresourcecalendarbyadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a06de864e-4acf-474d-bba6-804d158a3ef4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingthecalendar.html","title":"Check Resource Availability","navPath":"searchingthecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a01d6efcd-1c7c-42c6-b333-52dda0c34863","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement_1.html","title":"Queue Management","navPath":"QueueManagement_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1e11c71-d9f5-472a-882c-11796ea02464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQueueManagement.html","title":"Configure Queue Management","navPath":"ConfigureQueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a88a2f3b9-416c-4672-a50d-1267c50b0672","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ParticipantsTab.html","title":"Participants Tab","navPath":"ParticipantsTab.html","bundleId":"work-tasks-2023-sp1","id":"a9ffc8082-bf4b-44a6-a995-6fbb583b78fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DispatchPatternsTab.html","title":"Dispatch Patterns Tab","navPath":"DispatchPatternsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3f948682-4002-461b-a1a5-78339f608751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingsTab.html","title":"Settings Tab","navPath":"SettingsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3a6f6b5a-431b-47a2-8ef5-0ffdbcc8df46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EscalationTab.html","title":"Escalation Tab","navPath":"EscalationTab.html","bundleId":"work-tasks-2023-sp1","id":"a1d98defa-eabd-4e40-8c1a-52bca7b14f10","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingqueuecontroltocreateandmanagequeues1.html","title":"Use Queue Control to Create and Manage Queues","navPath":"usingqueuecontroltocreateandmanagequeues1.html","bundleId":"work-tasks-2023-sp1","id":"ab38c2f42-2b28-4644-90d5-45d06871e87d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingparticipantstothequeue1.html","title":"Add Participants to the Queue","navPath":"addingparticipantstothequeue1.html","bundleId":"work-tasks-2023-sp1","id":"a44784ec8-a8c7-43a7-aa6e-7719d95bd49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringdispatchpatterns1.html","title":"Configure Dispatch Patterns","navPath":"configuringdispatchpatterns1.html","bundleId":"work-tasks-2023-sp1","id":"a0bf68420-a333-4bce-95c6-db28918fc6b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingthequeuepreference.html","title":"Set the Queue Preference","navPath":"settingthequeuepreference.html","bundleId":"work-tasks-2023-sp1","id":"ac7de4f75-c715-4f98-a424-525dff54cb80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingescalations1.html","title":"Set Escalations for Queues","navPath":"settingescalations1.html","bundleId":"work-tasks-2023-sp1","id":"a00ead208-a37d-4bfd-832c-91f63b62fba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingthequeuesinworkflows1.html","title":"Use Queues in Workflows","navPath":"usingthequeuesinworkflows1.html","bundleId":"work-tasks-2023-sp1","id":"af9741bd6-7299-4877-bb84-617365d5a53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueuesintheactivitylist1.html","title":"Access Queues in the Work Items List","navPath":"accessingqueuesintheactivitylist1.html","bundleId":"work-tasks-2023-sp1","id":"adf334d3b-078d-4695-8600-76c04ef8cba4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199511.html","title":"Database Connections","navPath":"199511.html","bundleId":"work-tasks-2023-sp1","id":"a0a7ed262-4da9-4666-a963-313a1a898950","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199512.html","title":"Create a Database Connection","navPath":"199512.html","bundleId":"work-tasks-2023-sp1","id":"a4ac56958-37e7-40e7-9d25-09aa1640de0b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsList.html","title":"Work Items List","navPath":"WorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a047625cb-f932-42b1-ac24-ec8820a50c35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItemViewAllUsers.html","title":"Manage Work Item - View All Users","navPath":"ManageWorkItemViewAllUsers.html","bundleId":"work-tasks-2023-sp1","id":"af81f0985-bb87-4af1-ab66-23a21e66837f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListUserInterfaceElements.html","title":"Work Items List User Interface Elements","navPath":"WorkItemsListUserInterfaceElements.html","bundleId":"work-tasks-2023-sp1","id":"adeb344ce-1d10-4be6-9975-294b377a9e01","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListFolders.html","title":"Work Items List Folders","navPath":"WorkItemsListFolders.html","bundleId":"work-tasks-2023-sp1","id":"a2ffdf90e-2cd6-4daa-a02e-d33b3643aa19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListView.html","title":"Work Items List View","navPath":"WorkItemsListView.html","bundleId":"work-tasks-2023-sp1","id":"a29ab4fb1-5613-41c8-89ed-6f04e28ce62c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemDetails.html","title":"Work Item Details","navPath":"WorkItemDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa8549216-f88c-4407-b2ef-a5d24f2e56ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListToolbar.html","title":"Work Items List Toolbar","navPath":"WorkItemsListToolbar.html","bundleId":"work-tasks-2023-sp1","id":"a73f3d260-3d3f-4e89-81bc-dd1667f09f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListManagerView.html","title":"Work Items List Manager View","navPath":"WorkItemsListManagerView.html","bundleId":"work-tasks-2023-sp1","id":"affe89bdb-7f53-413e-91e9-aa5f9de5bfa7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueMultiSelectandReassignQueueWorkItems.html","title":"Queue Multi-Select and Reassign Queue Work Items","navPath":"QueueMultiSelectandReassignQueueWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"afd99f191-445f-45b5-b811-9d2733491672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueueitems.html","title":"Access Queue Items","navPath":"accessingqueueitems.html","bundleId":"work-tasks-2023-sp1","id":"ae6164755-6d53-4358-bb7c-41ab0c126707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistview.html","title":"Customize Work Items List","navPath":"customizingworkitemlistview.html","bundleId":"work-tasks-2023-sp1","id":"aa3c6b4c1-e59b-4bc3-837a-88681a027f39","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistlayouts.html","title":"Customize Work Items List Layouts","navPath":"customizingworkitemlistlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a057aa02e-451e-477b-bcb7-1eeba7e3db0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemlistcustomizationoptions.html","title":"Work Items List Layout Customization","navPath":"workitemlistcustomizationoptions.html","bundleId":"work-tasks-2023-sp1","id":"a4ce246ab-f838-4c54-8bef-789f0dde5293","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsatworkflowlevel.html","title":"Define Layouts at Workflow Level","navPath":"defininglayoutsatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6d5e6b35-957f-4bd7-bef5-9fb78db95ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininggloballayouts.html","title":"Define Global Layouts","navPath":"defininggloballayouts.html","bundleId":"work-tasks-2023-sp1","id":"a5f38699a-11bb-4ade-ad61-2b7a4aa3681e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsforqueues.html","title":"Define Layouts for Queues","navPath":"defininglayoutsforqueues.html","bundleId":"work-tasks-2023-sp1","id":"a1ab0f428-47c8-44ba-803e-6ecb5d81cd6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizinginboxview.html","title":"Define Work Items List Layouts for a User","navPath":"customizinginboxview.html","bundleId":"work-tasks-2023-sp1","id":"a762bad58-27eb-40b6-85fc-f127d2a31abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistviews.html","title":"Customize Work Items List Views","navPath":"customizingworkitemlistviews.html","bundleId":"work-tasks-2023-sp1","id":"a53f35ba4-b327-4b8e-851a-fc7af64652e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListbyApplication.html","title":"Display Work Items List by Application","navPath":"DisplayWorkItemsListbyApplication.html","bundleId":"work-tasks-2023-sp1","id":"a95d75a49-7814-4339-9a63-841d0b8e5756","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListGroupedbyWorkflows.html","title":"Display Work Items List Grouped by Workflows","navPath":"DisplayWorkItemsListGroupedbyWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac69dac17-c15e-40f3-ad97-423e309911ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedWorkflows.html","title":"Display Work Items List for Specified Workflows","navPath":"DisplayWorkItemsListforSpecifiedWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a493df458-b3fb-4cc0-aeb2-9d92d410133c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedQueues.html","title":"Display Work Items List for Specified Queues","navPath":"DisplayWorkItemsListforSpecifiedQueues.html","bundleId":"work-tasks-2023-sp1","id":"af5b1c5cb-397c-4dae-9eb2-54948a9fe25e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayInboxView.html","title":"Display Inbox View","navPath":"DisplayInboxView.html","bundleId":"work-tasks-2023-sp1","id":"a97f10efc-aa4a-4853-8aad-2be7bb653465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayManager%27sView.html","title":"Display Manager's View","navPath":"DisplayManager'sView.html","bundleId":"work-tasks-2023-sp1","id":"a5030b5e1-c942-4db6-9457-3e55f02e9eca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/preferencesforworkitemmanagement.html","title":"Preferences for Work Item Management","navPath":"preferencesforworkitemmanagement.html","bundleId":"work-tasks-2023-sp1","id":"ae1f48915-254f-420b-a90f-09b0e8e6a4cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoownershiponRowClick.html","title":"Auto-ownership on Row Click","navPath":"AutoownershiponRowClick.html","bundleId":"work-tasks-2023-sp1","id":"a20a40308-1066-446c-a5f7-e4598d985689","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableMultiSelectOptioninWorkItemList.html","title":"Enable Multi-Select Option in Work Item List","navPath":"EnableMultiSelectOptioninWorkItemList.html","bundleId":"work-tasks-2023-sp1","id":"a00eb1adf-c7e7-4092-8a78-274b2c1255d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterDatainWorkItemsList.html","title":"Filter Data in Work Items List","navPath":"FilterDatainWorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a691d4587-e1b0-407c-9915-8f71dc0298fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagingWorkItems.html","title":"Manage Work Items","navPath":"ManagingWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"aec8f1303-98a7-416a-987d-85266d6dae1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItems.html","title":"Forward Work Items","navPath":"ForwardWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a029816da-e58e-49bf-8e0d-bcc6334db56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems_1.html","title":"Abort Work Items","navPath":"AbortWorkItems_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf6a28b7-9a25-40b3-b0d0-d7eccd534076","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemoveWorkItems.html","title":"Remove Work Items","navPath":"RemoveWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a04d47171-9e39-49f2-bf2d-e76d5887fad2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlternateActors.html","title":"Alternate Actors","navPath":"AlternateActors.html","bundleId":"work-tasks-2023-sp1","id":"a1c168a79-4294-43ba-8010-3867f0eee4d2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/250494.html","title":"Alternate Actors","navPath":"250494.html","bundleId":"work-tasks-2023-sp1","id":"a693d237e-1e85-4f67-a2f5-f7b7fbb043d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationScenarios.html","title":"Configuration Scenarios","navPath":"ConfigurationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afbb2f810-8d7a-450c-af0b-8064c6bb369d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/businessactivitymonitoringbamalertfeatures.html","title":"Business Activity Monitoring Alert","navPath":"businessactivitymonitoringbamalertfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8da31cfd-4581-4081-95f4-6475f3fd10db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheThresholdValueinBAM.html","title":"Set the Threshold Value in BAM","navPath":"SettheThresholdValueinBAM.html","bundleId":"work-tasks-2023-sp1","id":"a2480dc16-6495-4b83-994a-5052250aae7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetBAMAlertforOverduesandKPIs.html","title":"Set BAM Alert for Overdues and KPIs","navPath":"SetBAMAlertforOverduesandKPIs.html","bundleId":"work-tasks-2023-sp1","id":"ac2ba96e4-8257-4f5d-8604-827e7715c591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations_1.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations_1.html","bundleId":"work-tasks-2023-sp1","id":"ab45ce846-8ad7-4d54-90ea-db32e8f36f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMWorkflow.html","title":"BAM Workflow","navPath":"BAMWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af54195dd-f4cf-4be3-8dfc-176052519606","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampletoConfigureBAMAlerts.html","title":"Example to Configure BAM Alerts","navPath":"ExampletoConfigureBAMAlerts.html","bundleId":"work-tasks-2023-sp1","id":"ac406c55e-7d14-4b4a-89b4-47b42ab09dd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alertsforbusinessactivitythresholds1.html","title":"BAM Alert Settings","navPath":"alertsforbusinessactivitythresholds1.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b6f9-bdfd-4f80-9902-6b2826b63ce7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder.html","title":"Enabling and Disabling SOA Folder","navPath":"disablefolder.html","bundleId":"work-tasks-2023-sp1","id":"a0a78a278-fc09-40b6-8547-ea42a7bc5893","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPIDataPoints.html","title":"Create KPI Data Points","navPath":"CreateKPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a14845587-0657-4670-9c7e-1153dcc79167","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPI%28s%29andSettheThresholdValue.html","title":"Create KPI(s) and Set the Threshold Value","navPath":"CreateKPI(s)andSettheThresholdValue.html","bundleId":"work-tasks-2023-sp1","id":"afbe6b07c-7dd0-4406-8e10-f7424a1b444c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAlertConfigurationSettings.html","title":"BAM Alert Configuration Settings","navPath":"BAMAlertConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"abbc586a1-1885-452d-8441-1d22ce738ea1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMRuleSettings.html","title":"BAM Rule Settings","navPath":"BAMRuleSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2d380176-c263-4b0d-9661-ab2ab5f0bc0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMTimeSettings.html","title":"BAM Time Settings","navPath":"BAMTimeSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1c921c92-a81c-46e4-9e15-f7a78322b621","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMActionSettings.html","title":"BAM Action Settings","navPath":"BAMActionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a19ff9de7-1dfb-4685-afe2-c923cb353f1a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsinEnterpriseConsoleSite.html","title":"BAM Events in Enterprise Console Site","navPath":"BAMEventsinEnterpriseConsoleSite.html","bundleId":"work-tasks-2023-sp1","id":"af6e0c3cc-6af9-4512-ba0c-6f1eb9316ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggeraBAMAlert.html","title":"Trigger a BAM Alert","navPath":"TriggeraBAMAlert.html","bundleId":"work-tasks-2023-sp1","id":"a3671530b-9cac-4163-a599-b964796d4611","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BusinessActivityMonitoringandReports.html","title":"Business Activity Monitoring and Reports","navPath":"BusinessActivityMonitoringandReports.html","bundleId":"work-tasks-2023-sp1","id":"a7cf4e624-8d4a-441a-918c-d6958bb3e481","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMDashboardView.html","title":"BAM Dashboard View","navPath":"BAMDashboardView.html","bundleId":"work-tasks-2023-sp1","id":"afb1551c9-f84a-49b4-90b6-6ab46e47e84c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamexecutionreports.html","title":"BAM Execution Reports","navPath":"bamexecutionreports.html","bundleId":"work-tasks-2023-sp1","id":"a82f10c1d-9846-451b-8a85-0e4faf093bac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAnalyzeReports.html","title":"BAM Analyze Reports","navPath":"BAMAnalyzeReports.html","bundleId":"work-tasks-2023-sp1","id":"af9d29d85-5e49-4d43-8f6f-cf43bdaa0d3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMProcessExecutionView.html","title":"BAM Process Execution View","navPath":"BAMProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"af737dfd3-5021-444a-8743-9ee7593f1d6b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userguide.html","title":"File Watcher","navPath":"userguide.html","bundleId":"work-tasks-2023-sp1","id":"a2be64cda-2281-43cb-98c4-a5b8fd026665","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcheroperations.html","title":"File Watcher Operations","navPath":"filewatcheroperations.html","bundleId":"work-tasks-2023-sp1","id":"aec189ef1-0527-485a-a56b-e6cce1945f1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addfolder.html","title":"Add Folder","navPath":"addfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5862ec71-ffa7-43b5-8484-c552ac050886","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editfolder.html","title":"Edit Folder Configuration Settings","navPath":"editfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad5b4b4ca-3ac5-48d0-852f-adc5bc797bfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletefolder.html","title":"Delete Folder","navPath":"deletefolder.html","bundleId":"work-tasks-2023-sp1","id":"a3b09eb30-f066-443f-b848-ee8f8fea9c63","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcherevents.html","title":"File Watcher Events","navPath":"filewatcherevents.html","bundleId":"work-tasks-2023-sp1","id":"a14f3036b-e3f6-4095-a35a-b1e565c24313","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createdevent.html","title":"Created Event","navPath":"createdevent.html","bundleId":"work-tasks-2023-sp1","id":"a9340b49f-1951-4526-9e9d-cc5097506028","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changedevent.html","title":"Changed Event","navPath":"changedevent.html","bundleId":"work-tasks-2023-sp1","id":"acc4023ba-ff1e-4437-968e-00778b9238ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/renamedevent.html","title":"Renamed Event","navPath":"renamedevent.html","bundleId":"work-tasks-2023-sp1","id":"aba1963e1-6b28-4166-8d3e-9228a2e80348","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletedevent.html","title":"Deleted Event","navPath":"deletedevent.html","bundleId":"work-tasks-2023-sp1","id":"a5d6069e4-c788-4ec5-b840-2d6a93cc0f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dosanddonts.html","title":"Limitations of File Watcher","navPath":"dosanddonts.html","bundleId":"work-tasks-2023-sp1","id":"a4fa2351d-6b61-4d60-b468-c7a78527be66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/frequentlyaskedquestionsfaq.html","title":"Frequently Asked Questions","navPath":"frequentlyaskedquestionsfaq.html","bundleId":"work-tasks-2023-sp1","id":"a517beed8-a731-4f5d-8915-e1a6b1a4a89d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soa.html","title":"Object Access","navPath":"soa.html","bundleId":"work-tasks-2023-sp1","id":"aa8b57c5a-39f7-4dad-b521-106d5dd5ef4b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soafolders.html","title":"SOA Folders","navPath":"soafolders.html","bundleId":"work-tasks-2023-sp1","id":"a6c3aa215-89ec-4b9b-aaed-cff0d7d19da6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsoafolder.html","title":"Add New SOA Folder Details","navPath":"newsoafolder.html","bundleId":"work-tasks-2023-sp1","id":"aca44e468-71e1-4f7a-aa10-b00350412cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder1.html","title":"View Registered SOA Folder Details","navPath":"viewfolder1.html","bundleId":"work-tasks-2023-sp1","id":"a5c4f5fec-a50b-4446-8dd4-29cb5a38c16b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder.html","title":"Delete an SOA Folder","navPath":"viewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5a1f9ec1-c809-4501-8faf-d85664b1f945","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder_1.html","title":"Enable and Disable SOA Folder","navPath":"disablefolder_1.html","bundleId":"work-tasks-2023-sp1","id":"a4bbe9fd3-d71f-406a-af46-f54eedf25498","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurity.html","title":"Security Settings for SOA Folder","navPath":"managesecurity.html","bundleId":"work-tasks-2023-sp1","id":"aa1dbcdf7-6aa8-4fee-b45e-84f81722b9a0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Assemblies.html","title":"Assemblies","navPath":"Wonderware_Skelta_BPM_Assemblies.html","bundleId":"work-tasks-2023-sp1","id":"a0820f638-effb-4417-b8e8-387dc5c026b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromgac.html","title":"Register Assemblies From GAC","navPath":"fromgac.html","bundleId":"work-tasks-2023-sp1","id":"af942b441-e801-4805-b29b-c3f6bc9477ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromfolder.html","title":"Register Assemblies From Assembly Folder","navPath":"fromfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad6d43d48-cd9a-4f28-a37f-48b476f308a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromweb.html","title":"Register Assemblies From Web","navPath":"fromweb.html","bundleId":"work-tasks-2023-sp1","id":"ae7f0a6ba-aafb-4779-8b72-bded4a072247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newfolder.html","title":"Create Folder for Registered Objects","navPath":"newfolder.html","bundleId":"work-tasks-2023-sp1","id":"aeb8a6481-b50b-4841-89f6-9f19432d72be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/edit.html","title":"View Registered Assembly Details","navPath":"edit.html","bundleId":"work-tasks-2023-sp1","id":"a90649ff4-2d7e-4b4b-ba7e-48cebb6a2afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editassembly.html","title":"Edit an Object in SOA Assembly","navPath":"editassembly.html","bundleId":"work-tasks-2023-sp1","id":"a399ef953-d81f-4fca-9d03-5cc427202422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295132.html","title":"Organize SOA Assembly","navPath":"295132.html","bundleId":"work-tasks-2023-sp1","id":"a8ee85fac-c774-400a-9d1c-cdda6141065e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/delete.html","title":"Delete a Registered Assembly","navPath":"delete.html","bundleId":"work-tasks-2023-sp1","id":"af1cb0544-2941-4343-8267-ac64a5971a02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageitemsecurityforassembly.html","title":"Manage Security for a Assembly","navPath":"manageitemsecurityforassembly.html","bundleId":"work-tasks-2023-sp1","id":"a6cc38875-6875-4276-994f-bece20c7f450","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/instantiateanassemblyclassinworkflow.html","title":"Instantiate an Assembly Class in Workflow","navPath":"instantiateanassemblyclassinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a41e83768-a2a0-49c6-a3c8-db5382f238dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstance.html","title":"SOA Object Instances in SOA Property","navPath":"soaobjectinstance.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b1f9-d312-4f32-b6dc-f883ee947bc2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstancesinexpressioneditor.html","title":"SOA Object Instances in Expression Editor","navPath":"soaobjectinstancesinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"a15617711-2e6d-4267-8d86-b772c2ea5ce8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soawebobjectsinexpressioneditor.html","title":"SOA Web Objects in Expression Editor","navPath":"soawebobjectsinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"aab9cb504-0368-46ad-ac4c-ab3fa8cfdb08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/integrationvssoa.html","title":"Difference Between Integration and SOA","navPath":"integrationvssoa.html","bundleId":"work-tasks-2023-sp1","id":"ad84c4c72-7ecd-4400-8666-638b63aefd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityfeatures.html","title":"Security Features for Folders and Assemblies","navPath":"securityfeatures.html","bundleId":"work-tasks-2023-sp1","id":"ad54bef57-f535-4380-9b0c-179ba0834b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitations1.html","title":"Limitations of SOA","navPath":"limitations1.html","bundleId":"work-tasks-2023-sp1","id":"ac38d2c67-79df-43ee-9eab-e392c04dce3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaactivities_1.html","title":"SOA Activity","navPath":"soaactivities_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a5df4bc-3918-4e80-b5b8-812948a0dfce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingsoaexecuteactivitiesinworkflows.html","title":"Use SOA Execute Activity in Workflows","navPath":"usingsoaexecuteactivitiesinworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ab90d2a75-129e-4926-b907-7d6b9ffb5c32","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityinskelta.html","title":"Security Framework","navPath":"introductiontosecurityinskelta.html","bundleId":"work-tasks-2023-sp1","id":"a4df273d9-22cc-42e7-86f0-fdef4d0d6a20","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityframework.html","title":"Introduction to Security Framework","navPath":"introductiontosecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"a61c65f95-0fac-4bae-8b7c-aa751d34a03c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewsecuritymappingatrepositorylevel.html","title":"View Security Mapping at Repository Level","navPath":"viewsecuritymappingatrepositorylevel.html","bundleId":"work-tasks-2023-sp1","id":"a0281f09f-a2b7-4c95-b67b-ca53dd173da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/componentsofsecurityframework.html","title":"Components of Security Framework","navPath":"componentsofsecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"aefa4d24e-13fe-4ea7-9517-49268d3df052","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityright.html","title":"Security Rights","navPath":"introductiontosecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a850df2c9-cc17-4f1d-815d-1e6a97fabc2e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupRights.html","title":"Security Rights Available for a Repository","navPath":"SecurityGroupRights.html","bundleId":"work-tasks-2023-sp1","id":"ad1b680e6-ae25-41fd-8b40-30840295a2f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/typesofsecurityrights.html","title":"Types of Security Rights","navPath":"typesofsecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"afc31167f-91bf-4811-b322-fad576db99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differencebetweenvaluefortherights.html","title":"Difference between Value for the Rights and Follower Specific Value for Rights","navPath":"differencebetweenvaluefortherights.html","bundleId":"work-tasks-2023-sp1","id":"aa2879531-53cd-43b4-aa20-bee68d035ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dictrorandfollower.html","title":"Dictator and Follower","navPath":"dictrorandfollower.html","bundleId":"work-tasks-2023-sp1","id":"a304d9c28-6865-4f59-aae3-7e43715384fb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecuritygroup.html","title":"Security Group","navPath":"introductiontosecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"aa4043848-7b0a-4ea4-8add-3f703005f278","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroups.html","title":"Manage Security Groups","navPath":"managesecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a2bcde821-127d-4415-927b-620077b460ed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingsecuritygroup.html","title":"Create Security Group","navPath":"creatingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a5309db88-845f-4e74-84ab-7698131d3016","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingsecuritygroup.html","title":"Modify Security Group","navPath":"modifyingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a2c17c9ce-f3c1-439a-8601-2926db2e8eed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapprovalandrequiresapprovalwithprompt.html","title":"Example for Allow or Disallow","navPath":"exampleforrequiresapprovalandrequiresapprovalwithprompt.html","bundleId":"work-tasks-2023-sp1","id":"a5aff382e-e679-4240-a44d-6b8e660eeff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapproval.html","title":"Example for Requires Approval and Requires Approval With Prompt","navPath":"exampleforrequiresapproval.html","bundleId":"work-tasks-2023-sp1","id":"a78f08d47-b9b8-4959-9c09-e9c869592de4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup.html","title":"View Security Group","navPath":"viewingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a782ba1e5-d6b2-4dd4-8e9c-48e0d07cecf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup1.html","title":"Delete Security Group","navPath":"deletingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a0a716117-edf8-43a2-a4fd-2bd34458443e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectivemapping.html","title":"Effective Mapping of a Security Group","navPath":"effectivemapping.html","bundleId":"work-tasks-2023-sp1","id":"a5461f41e-ffb4-4789-9feb-613709963047","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityresourcemapping.html","title":"Security Resource Mapping","navPath":"introductiontosecurityresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ccf7468-0615-4396-a6a1-ddc14fbd032c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroup-resourcemapping.html","title":"Manage Security Group - Resource Mapping","navPath":"managesecuritygroup-resourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"abe9b0222-6d2d-4c30-a27b-6837b648aca4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsecuritygroup.html","title":"Create a Resource Mapping","navPath":"newsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3dd02549-3cbc-4bd0-a913-b9c146d4d3a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingsecuritygroup.html","title":"Edit Resource Mapping","navPath":"editingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a8b7950f2-a314-4150-a316-5ed2d2775ba3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup.html","title":"Delete Resource Mapping","navPath":"deletingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ace19acd3-b40e-4bb2-8da2-9602053eb125","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/vieweffectivesecurityforuserorrole.html","title":"View Effective Security Rights for User or Role","navPath":"vieweffectivesecurityforuserorrole.html","bundleId":"work-tasks-2023-sp1","id":"a1eb15cf7-cca7-4f5a-ad6a-36bbf327e3a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolebased.html","title":"View Effective Security Rights for Roles","navPath":"rolebased.html","bundleId":"work-tasks-2023-sp1","id":"a8348b843-0fe8-478c-a137-b4004aad2cd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userbased.html","title":"View Effective Security Rights for User/Role","navPath":"userbased.html","bundleId":"work-tasks-2023-sp1","id":"a2d73fc56-b7f1-4f51-bef0-6ccf5ac3b33f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/levelsofsecurity.html","title":"Levels of Security","navPath":"levelsofsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ab0900760-629a-47bf-a091-77bab2247838","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritysettings.html","title":"Set Security at Repository Level","navPath":"repositorylevelsecuritysettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c94b4ba-6486-4e67-bfd8-eb6e8c683df4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel1.html","title":"Set Security at List Level","navPath":"settingsecurityatlistlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a5994bd0e-984e-468a-a2bd-a7582b371434","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel1.html","title":"Set Security at ListItem Level","navPath":"settingsecurityatlistitemlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a67539795-171f-4b9d-b193-7a27ac979a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overwritingdefinitionsfromabovelevel1.html","title":"Overwrite Definitions from Above Level","navPath":"overwritingdefinitionsfromabovelevel1.html","bundleId":"work-tasks-2023-sp1","id":"af620be0b-9d01-4816-98e5-b700cf56bb35","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtochoosebetweenmappingandcustomization.html","title":"Choose between Mapping and Customization","navPath":"howtochoosebetweenmappingandcustomization.html","bundleId":"work-tasks-2023-sp1","id":"a4948ebb1-cca5-430d-8334-8763a52e0f03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel.html","title":"Enable Security at List Level","navPath":"settingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6a699121-2e81-49b9-80e0-b144adb55b03","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevelbyenablingresourcemapping.html","title":"Enable Security at List Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistlevelbyenablingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"ada9ba19f-e4ea-44b0-a634-752f86782b12","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewmapping.html","title":"Add a Resource Mapping","navPath":"addinganewmapping.html","bundleId":"work-tasks-2023-sp1","id":"aa50098bd-8107-4d76-8a17-402facb1c7b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"afc5ff02f-888b-4ebf-92b0-5cc6888bd575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a46c90eed-0478-4b39-a5b8-4dc227eee944","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevel.html","title":"Enable Security at List Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a17ab69d2-df97-4435-9d33-a87332cc5cde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavilableatlistlevel.html","title":"Remove Mapping Available at List Level","navPath":"howtoremovemappingavilableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a2c686b66-12d2-4471-a56c-7ebfe663d4a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomizationavailableatlistlevel.html","title":"Remove Customization Available at List Level","navPath":"howtoremovecustomizationavailableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a50140ab2-c4a5-4f25-a1ab-dfe681af023f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level","navPath":"settingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a1472f8cc-e8ed-4d04-b09e-adb77d2f838a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a7180b33e-75c1-48a6-91c6-4ed5550dc97a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewresourcemapping.html","title":"Add a Resource Mapping","navPath":"addinganewresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"af2f17a83-146d-4def-969f-f15b666a2eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping1.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a7a727f54-fe93-461e-9944-413152816b47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping1.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a44e964d2-a232-40cc-8c31-7f7c57bea52e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel_1.html","title":"Enable Security at List Item Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistitemlevel_1.html","bundleId":"work-tasks-2023-sp1","id":"a8bfdb344-5dcc-40ce-88db-d4e6cd1f74f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavailableatlistitemlevel.html","title":"Remove Mapping Available at ListItem Level","navPath":"howtoremovemappingavailableatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"aa45742fc-3d69-4a3d-b406-d19ffb25fa9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomization.html","title":"Remove Customization Available at ListItem Level","navPath":"howtoremovecustomization.html","bundleId":"work-tasks-2023-sp1","id":"a92e80f8d-b6f8-4ed9-b6c3-426a734981cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectofresourcerightsafterdeletingmapping.html","title":"Effect on Resource Rights after Deleting the Mapping","navPath":"effectofresourcerightsafterdeletingmapping.html","bundleId":"work-tasks-2023-sp1","id":"a3a128346-227f-48a9-b412-1b56e2e11502","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/synchronization.html","title":"Synchronization","navPath":"synchronization.html","bundleId":"work-tasks-2023-sp1","id":"af57b44ce-0e9b-48ac-96a2-ada8f20118db","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecureRepositoryUsingSecurityFramework.html","title":"Secure Repository Using Security Framework","navPath":"SecureRepositoryUsingSecurityFramework.html","bundleId":"work-tasks-2023-sp1","id":"a89361c49-2834-4cc5-a28f-6932946df03d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securinglistandlistitem.html","title":"Secure List and ListItems","navPath":"securinglistandlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a84d4efea-ab7b-4c52-94f5-4fe1dbc9c35e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingskeltaservercontrols.html","title":"Secure AVEVA Work Tasks Server Controls","navPath":"securingskeltaservercontrols.html","bundleId":"work-tasks-2023-sp1","id":"a09e61749-2ae2-421e-966a-488cd95f9810","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Menus.html","title":"Secure Menus","navPath":"Securing_Menus.html","bundleId":"work-tasks-2023-sp1","id":"a6727fe61-c539-4dde-a95c-a104a34ffb50","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managenavigationlist.html","title":"Manage Navigation List","navPath":"managenavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"ad2473d28-4afd-45b8-b3c2-fee56f40c593","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewfolder.html","title":"Create Folder","navPath":"creatingnewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a0ca5064a-9a00-4ed5-9b55-5a25cac372ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180642.html","title":"Create Navigation Link","navPath":"180642.html","bundleId":"work-tasks-2023-sp1","id":"a906930cc-9c9d-42a8-b984-dc582eb1d53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewformlink.html","title":"Create Form Link","navPath":"creatingnewformlink.html","bundleId":"work-tasks-2023-sp1","id":"ad898f593-53de-44a4-82a1-3fcc5b5b297f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewlistlink.html","title":"Create List Link","navPath":"creatingnewlistlink.html","bundleId":"work-tasks-2023-sp1","id":"a1905245e-d3d2-4766-839d-8603725f287b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/544723.html","title":"Create Dashboard Link","navPath":"544723.html","bundleId":"work-tasks-2023-sp1","id":"a889ab4fc-48ae-4dd3-b979-dea2d6dd95cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingformlink.html","title":"Edit Navigation List Items","navPath":"editingformlink.html","bundleId":"work-tasks-2023-sp1","id":"ab697a40b-d26f-4e08-84e5-7d83a442fd46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9cb998ed-875a-40ab-8838-3c8630b0fe68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingnavigationlist.html","title":"Organize Navigation List","navPath":"organizingnavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"a185ccb77-bca5-4111-93e4-f3352a2482e2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Event_Providers.html","title":"Secure Event Providers","navPath":"Securing_Event_Providers.html","bundleId":"work-tasks-2023-sp1","id":"a065c9a14-7839-4a87-bbcb-b2e892df1177","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageeventproviders.html","title":"Manage Event Providers","navPath":"manageeventproviders.html","bundleId":"work-tasks-2023-sp1","id":"a04a2d995-4357-499a-985e-1bee28ef19c5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganeweventprovider.html","title":"Create an Event Provider","navPath":"creatinganeweventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a8d56ba6a-a7d6-45d8-952a-bd36ebb00091","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingeventprovider.html","title":"Edit an Event Provider","navPath":"editinganexistingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a1edfe7c5-8f45-4357-97c3-8e73474f41b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation_1.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9f89ad6-07b4-41d6-b312-fb47e6ef4ed0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingeventprovider.html","title":"Secure Event Provider","navPath":"securingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a4dbe6d23-9d7b-46f3-bdc2-15daeabd9961","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurequeuecontrol.html","title":"Secure Queue Control","navPath":"howtosecurequeuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"a77f12471-14a6-4110-9c62-30c7c1da8f69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewqueue.html","title":"Control New Queue Addition","navPath":"howtocontroladdinganewqueue.html","bundleId":"work-tasks-2023-sp1","id":"a1a8e1bb9-e6df-4777-b4ad-19e5ad0484e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingqueuecontrol.html","title":"Control Queue View","navPath":"howtocontrolviewingqueuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"aea2e8032-5995-49a8-b3a8-488ca1a35681","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureworkitemcontrol.html","title":"Secure Work Item Control","navPath":"howtosecureworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a80b87034-bd44-417a-bf88-444151ec2d8b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowqueueworkitemcontrol.html","title":"Secure Work Item Control - Show Queue","navPath":"howtosecureshowqueueworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a4e59bb77-2aa5-4686-88dd-a75eb6be7330","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowalternateactorworkitemcontrol.html","title":"Secure Work Item Control - Show Alternate Actor","navPath":"howtosecureshowalternateactorworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a00930b47-9421-491b-81c9-2a795ab8203d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowresourcecalendarworkitemcontrol.html","title":"Secure  Work Item Control - Show Resource Calendar","navPath":"howtosecureshowresourcecalendarworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ae5e74cb5-bfa2-4fad-8438-34875254b2a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuresetpreferencesworkitemcontrol.html","title":"Secure Work Item Control - Set Preferences","navPath":"howtosecuresetpreferencesworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a31520053-12ec-46c3-9b49-192ba7e5141e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingworkitemcontrol.html","title":"Secure Work Item Control - View","navPath":"howtocontrolviewingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a2d46cc2d-6bb2-4fb5-b297-f8d904168191","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureforwardingworkitemcontrol.html","title":"Secure Work Item Control - Forward","navPath":"howtosecureforwardingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad499b0f1-b6e6-4f3d-bc64-62a5c8840faa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingpackage1.html","title":"Secure Package","navPath":"securingpackage1.html","bundleId":"work-tasks-2023-sp1","id":"a6ce2ecf7-8d95-477c-90c0-8b6be82818c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinpackagetemplate.html","title":"Secure Actions in Package Template","navPath":"howtosecureactionsinpackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad64f3bf4-6fb9-4f47-a40a-9fc4814a2c3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuregeneratingapackagetemplate.html","title":"Control Generation of Package Template","navPath":"howtosecuregeneratingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa281fe82-86a1-4ecd-ba7e-faba3951b6d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldownloadingapackagetemplate.html","title":"Control Package Template Export","navPath":"howtocontroldownloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"afd9ce747-3831-4d09-94ee-598b009ff619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolmarkingapackagetempalteasshipped.html","title":"Control Package Template Marking","navPath":"howtocontrolmarkingapackagetempalteasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a41d705f9-c501-4b9b-aa68-d972ff5c0a9f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinmanagepackage.html","title":"Secure Actions in Manage Package","navPath":"howtosecureactionsinmanagepackage.html","bundleId":"work-tasks-2023-sp1","id":"aa77a2596-0872-4d00-8204-41badf2d7dfd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolinstallingapackage.html","title":"Control Package Install","navPath":"howtocontrolinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"a7fa6820b-8ca8-4f1c-bd2b-1800295f59a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroluninstallingapackage.html","title":"Control Package Uninstall","navPath":"howtocontroluninstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"ade3bac84-0d6b-4d08-8135-8a6fcdffc356","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecalendarcontrol.html","title":"Secure Calendar Control","navPath":"howtosecurecalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"aacbc5be7-9cd1-44a1-b544-8412ecbd0f5c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewcalendar.html","title":"Control Adding a New Calendar","navPath":"howtocontroladdinganewcalendar.html","bundleId":"work-tasks-2023-sp1","id":"a6b40a0f1-a6eb-4fd4-807e-19c440980de7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldeletinganexistingcalendar.html","title":"Control Deleting an Existing Calendar","navPath":"howtocontroldeletinganexistingcalendar.html","bundleId":"work-tasks-2023-sp1","id":"af86c2a44-1fb3-45c6-bfc3-470184f0da3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingallcalendars.html","title":"Control Viewing All Calendars","navPath":"howtocontrolviewingallcalendars.html","bundleId":"work-tasks-2023-sp1","id":"a5260d098-a606-4174-b302-2f76992a650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingbasecalendar.html","title":"Control Viewing Base Calendar","navPath":"howtocontrolviewingbasecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a25d7b7ac-38e7-4ecb-a7a5-99e52d57ba6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingcalendarcontrol.html","title":"Control Viewing Calendar Control","navPath":"howtocontrolviewingcalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"af1da3df1-1398-4004-8647-ca8125c78d08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamsecurity.html","title":"Secure BAM Control","navPath":"bamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a69feeb1b-c959-45bc-9a08-41c8982985e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtousebamsecurity.html","title":"Use BAM Security","navPath":"howtousebamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ac7bee4b4-185a-473e-9a84-4b4079eac2dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defaultscenariosfordifferentsecuritygroups.html","title":"Default Rights for Different Security Groups","navPath":"defaultscenariosfordifferentsecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a9a8ab519-d3f2-4f8d-9960-62430becc9ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamrights1.html","title":"BAM Report Rights","navPath":"bamrights1.html","bundleId":"work-tasks-2023-sp1","id":"ae5aae4ce-d40a-4840-bc5a-e69188a28623","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamtreemenurights.html","title":"BAM Tree Menu Rights","navPath":"bamtreemenurights.html","bundleId":"work-tasks-2023-sp1","id":"a98c9111f-5b2a-470f-8362-939929afa2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/views.html","title":"Views","navPath":"views.html","bundleId":"work-tasks-2023-sp1","id":"a314a6b01-3b13-429f-9318-6226a45a8614","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Actions.html","title":"Actions","navPath":"Actions.html","bundleId":"work-tasks-2023-sp1","id":"a21785487-60b7-493f-bd1b-c915457f230a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfigurations.html","title":"BAM Configuration","navPath":"bamconfigurations.html","bundleId":"work-tasks-2023-sp1","id":"af65fda71-5410-463f-b086-5412e13c22f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/executiondetailswindow.html","title":"Execution Details Window","navPath":"executiondetailswindow.html","bundleId":"work-tasks-2023-sp1","id":"a6b83ce18-d7b1-4e90-b443-89b5e0854081","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewglobalreports.html","title":"Can View Global Reports","navPath":"canviewglobalreports.html","bundleId":"work-tasks-2023-sp1","id":"a5f09ef6e-c315-41a3-bbbc-13d749aaa1cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewtriggeredreports.html","title":"Workflowscope_InitiatedWorkflow","navPath":"canviewtriggeredreports.html","bundleId":"work-tasks-2023-sp1","id":"aae2f18a8-0176-4da2-98c4-4a2f68ca8231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewownedreports.html","title":"Workflowscope_OwnedWorkflow","navPath":"canviewownedreports.html","bundleId":"work-tasks-2023-sp1","id":"aaa9c6d53-859a-42a6-bffe-465491321a05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewothersreport.html","title":"Workflowscope_Any","navPath":"canviewothersreport.html","bundleId":"work-tasks-2023-sp1","id":"a30e5799e-8246-4e81-ba1c-8520cc271faa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewbamcontrol.html","title":"Can View BAM Control","navPath":"canviewbamcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a567a03bd-3044-478f-953a-670d046a3066","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureprocessdesign.html","title":"Secure Process Designer","navPath":"howtosecureprocessdesign.html","bundleId":"work-tasks-2023-sp1","id":"a851a7d4f-bcdb-4080-90be-0116cc87e265","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processdesignerrights1.html","title":"Process Designer Rights","navPath":"processdesignerrights1.html","bundleId":"work-tasks-2023-sp1","id":"a2e25c91d-6121-4789-b1ca-edc1fd09f5c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inclusionandexclusion.html","title":"Inclusion and Exclusion","navPath":"inclusionandexclusion.html","bundleId":"work-tasks-2023-sp1","id":"a64951bdc-fac1-44bc-b747-ec8be8645e30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionRights.html","title":"Action Rights","navPath":"ActionRights.html","bundleId":"work-tasks-2023-sp1","id":"a4fe9cbaa-91bc-46bf-8052-76f6a6bb3d06","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecategories.html","title":"Secure Categories","navPath":"howtosecurecategories.html","bundleId":"work-tasks-2023-sp1","id":"a86732bba-164b-4e71-9564-22d4387374b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactivities.html","title":"Secure Activities of Categories","navPath":"howtosecureactivities.html","bundleId":"work-tasks-2023-sp1","id":"a624cedce-fcea-44ca-a0cc-0cc7e8855ca8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurepropertiesofactivities.html","title":"Secure Properties of Activities","navPath":"howtosecurepropertiesofactivities.html","bundleId":"work-tasks-2023-sp1","id":"ac692666c-ab45-4d8e-a97b-7793cdc9af22","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/menurights.html","title":"Menu Rights","navPath":"menurights.html","bundleId":"work-tasks-2023-sp1","id":"a5bb8bd8c-3ef5-49ee-afe4-24a5f5709ed8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importbehaviourforrestrictedactivities.html","title":"Import Behavior for Restricted Activities and Activity Properties","navPath":"importbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4dde9ddd-7726-4ffb-8342-46c14c026b6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designbehaviourforrestrictedactivities.html","title":"Design Behavior for Restricted Activities and Activity Properties","navPath":"designbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4a87cbde-7bf4-4256-afd4-6bea273b9052","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingprocessdesignercontrolatworkflowlevel.html","title":"Secure Process Designer Control at Workflow Level","navPath":"securingprocessdesignercontrolatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a504c3047-36b8-42c5-93a9-8cfd13383f17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canoverwritepublishedworkflowright.html","title":"Can Overwrite Published Workflow Right","navPath":"canoverwritepublishedworkflowright.html","bundleId":"work-tasks-2023-sp1","id":"a5d8f37c5-da04-43c0-ac07-9e5e034dde54","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Advanced_Security_Options.html","title":"Advanced Security Options","navPath":"Advanced_Security_Options.html","bundleId":"work-tasks-2023-sp1","id":"a1f3220f6-19d3-4c4a-9ea4-3a1b1f0ad9a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingupsecurityapproovalworkflow.html","title":"Set up Security Approval Workflow","navPath":"settingupsecurityapproovalworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1024557b-77af-4d75-946b-94b411804132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurityrights.html","title":"Manage Security Rights","navPath":"managesecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"a9469249e-e11d-45eb-9458-0a5c5077db56","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingasecurityright.html","title":"Create a Security Right","navPath":"creatingasecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a38b6d204-15bf-4f0d-9a66-6971a0e6cd50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingasecuritygroup.html","title":"Modify a Security Right","navPath":"modifyingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ae521aaa1-885d-4cdf-9993-3393ec0c47c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup1.html","title":"View Security Right","navPath":"viewingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a131cb16a-5f17-4449-ad95-c42eeb6f0220","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingasecuritygroup.html","title":"Delete a Security Right","navPath":"deletingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3275c70d-4e1c-455e-8b12-7afb2130b712","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scopeofrights.html","title":"Scope of Rights","navPath":"scopeofrights.html","bundleId":"work-tasks-2023-sp1","id":"adbeeb95c-ab90-4d52-afd0-c9159c20b34b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinguserdesfinedoperationsandrights.html","title":"Create User Defined Operations and Rights","navPath":"creatinguserdesfinedoperationsandrights.html","bundleId":"work-tasks-2023-sp1","id":"a91a5fdca-b437-41dd-a5e1-d31b9380c7bd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listlevelsettings.html","title":"Enable and Disable Security at List/List item level","navPath":"listlevelsettings.html","bundleId":"work-tasks-2023-sp1","id":"a60ce66ae-d4a4-412a-bf88-a93cc6c6f512","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityforrenderingcustomforms.html","title":"Dynamic Form Rendering Based on Security","navPath":"securityforrenderingcustomforms.html","bundleId":"work-tasks-2023-sp1","id":"aae67769e-d7c7-440f-842e-0d6db1c22644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinganddisablingsecurity.html","title":"Enable and Disable Security for a Repository","navPath":"enablinganddisablingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a142667db-d0eb-4537-987a-af2805972d61","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/672322.html","title":"Http Strict Transport Security Enforcement","navPath":"672322.html","bundleId":"work-tasks-2023-sp1","id":"a049f49bf-050e-4be7-b36f-a0b494242962","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775988.html","title":"Access-Control-Allow-Origin","navPath":"775988.html","bundleId":"work-tasks-2023-sp1","id":"a72da2f3f-4e98-4d94-8a93-be76ec1bd837","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityvulnerabilities.html","title":"Security Vulnerabilities","navPath":"securityvulnerabilities.html","bundleId":"work-tasks-2023-sp1","id":"a13fee3a8-6ddd-4c8f-aa15-9636638457f4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/removingunwantedhttpresponseheaders.html","title":"Remove Unwanted HTTP Response Headers","navPath":"removingunwantedhttpresponseheaders.html","bundleId":"work-tasks-2023-sp1","id":"ad0c531e4-2df0-4fef-98e9-1707ea05e5fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/255251.html","title":"Prevent Clickjacking Attack","navPath":"255251.html","bundleId":"work-tasks-2023-sp1","id":"abaccebcd-99fe-4371-a5ee-854cd3790324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/306082.html","title":"SDL Cookie with Secure Flag","navPath":"306082.html","bundleId":"work-tasks-2023-sp1","id":"a6a0e52d0-57ca-4a2c-89b3-361973bc2abe","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshooting1.html","title":"Troubleshoot Security Issues","navPath":"troubleshooting1.html","bundleId":"work-tasks-2023-sp1","id":"a23fe967d-4820-415c-a727-a194ecc9c155","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootlookupcontrol.html","title":"View Others Items in the Lookup Control","navPath":"troubleshootlookupcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a8731c86c-78ce-4e5b-b5bf-c8865ea8434b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootgridcontrol.html","title":"View Others Items in the Grid Control","navPath":"troubleshootgridcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad8445cbe-4cdd-4d2b-990c-df1240244c81","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootsecurityissueinthelist.html","title":"View Others Items in the List","navPath":"troubleshootsecurityissueinthelist.html","bundleId":"work-tasks-2023-sp1","id":"a610ed231-d383-4d36-9400-90f820c1abb3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootviewingotheritemsirrespectiveofstatus.html","title":"View Others Items Irrespective of Status","navPath":"troubleshootviewingotheritemsirrespectiveofstatus.html","bundleId":"work-tasks-2023-sp1","id":"a8f57f3d7-0622-4cef-b895-7ebf7cc26f7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootnavigationlistmenus.html","title":"Navigation List Menus","navPath":"troubleshootnavigationlistmenus.html","bundleId":"work-tasks-2023-sp1","id":"a8e4fa47a-8aee-4686-a09d-b35337a49989","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles_1.html","title":"Synchronize Roles","navPath":"SynchronizeRoles_1.html","bundleId":"work-tasks-2023-sp1","id":"a080cf3bc-fb86-4f26-85e8-33dd7683827d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks_1.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02870ef-5e4a-4537-9445-c4c39eb59ac6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts.html","title":"Web Parts","navPath":"aboutwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a7f9ef4f4-e850-471b-9ef6-8c9e301e0d25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overview.html","title":"Use Web Parts Infrastructure","navPath":"overview.html","bundleId":"work-tasks-2023-sp1","id":"ae153da41-cea8-4d25-87c9-dd744f570f0b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webpartsframework.html","title":"Web Parts Framework","navPath":"webpartsframework.html","bundleId":"work-tasks-2023-sp1","id":"a9278cf3b-66e2-41eb-a793-9cd7424603dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts-out-of-the-box.html","title":"Out-of-the-Box Web Parts","navPath":"aboutwebparts-out-of-the-box.html","bundleId":"work-tasks-2023-sp1","id":"a2ee6e970-7582-487a-9e8c-7ffb41470d02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/otherwebpartproperties.html","title":"Other Web Part Properties","navPath":"otherwebpartproperties.html","bundleId":"work-tasks-2023-sp1","id":"a7ce88981-ace0-4492-978a-8ab10dec315a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/authenticationandpersonalization_1.html","title":"Authentication and Personalization","navPath":"authenticationandpersonalization_1.html","bundleId":"work-tasks-2023-sp1","id":"a4eddedf8-f93c-4de8-ba8f-4df866eba8c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomwebparts.html","title":"Create Custom Web Parts","navPath":"creatingcustomwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a4488a29c-c45e-4dfa-89ad-9c3810751396","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","title":"Web Part Display Modes","navPath":"Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","bundleId":"work-tasks-2023-sp1","id":"aece43bbc-b053-4aaf-8036-04754d501139","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltahomepagedisplaymodes.html","title":"Browse Mode","navPath":"skeltahomepagedisplaymodes.html","bundleId":"work-tasks-2023-sp1","id":"a653cb6dc-b763-4d26-9253-b136f19b8451","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designmode.html","title":"Design Mode","navPath":"designmode.html","bundleId":"work-tasks-2023-sp1","id":"af729579e-5692-4b31-ad9a-1920a2fda35d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editmode.html","title":"Edit Mode","navPath":"editmode.html","bundleId":"work-tasks-2023-sp1","id":"a6cd638f8-7364-426a-be4a-dd14ad98c200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartenabledhomepages.html","title":"Web Part Enabled Home Pages","navPath":"skeltawebpartenabledhomepages.html","bundleId":"work-tasks-2023-sp1","id":"a883bd49f-8fa8-4447-9585-da507e08fa46","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inboxorworkitemlistwebpart.html","title":"Inbox","navPath":"inboxorworkitemlistwebpart.html","bundleId":"work-tasks-2023-sp1","id":"a11645db1-665d-41e6-9225-0db4ecbbcdc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/calendarwebpartpage.html","title":"Calendar","navPath":"calendarwebpartpage.html","bundleId":"work-tasks-2023-sp1","id":"a612a3b19-d95f-4257-a846-dfb1e296ffb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/queuemanagement1.html","title":"Queue Management","navPath":"queuemanagement1.html","bundleId":"work-tasks-2023-sp1","id":"afc305572-7fd2-42c2-a80a-777ef19bf324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabusinessactivitymonitoring.html","title":"Business Activity Monitoring","navPath":"skeltabusinessactivitymonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a04406296-6af1-41e3-90af-e547891c934c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage1.html","title":"Page 1","navPath":"homepage1.html","bundleId":"work-tasks-2023-sp1","id":"a4677753f-5690-44a4-b40c-1776e96e0971","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage2.html","title":"Page 2","navPath":"homepage2.html","bundleId":"work-tasks-2023-sp1","id":"a91a7c9f0-a9d7-4b6c-b474-f4a814cf29c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage3.html","title":"Page 3","navPath":"homepage3.html","bundleId":"work-tasks-2023-sp1","id":"a358d5eb3-cd9b-4e7d-9e88-895144086bb6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createownhomepage.html","title":"Create Custom Page","navPath":"createownhomepage.html","bundleId":"work-tasks-2023-sp1","id":"a8c808b4d-1c71-4843-83cd-9a7b5812ffa8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartzones.html","title":"Add a Web Part to the Web Part Zone","navPath":"skeltawebpartzones.html","bundleId":"work-tasks-2023-sp1","id":"ac1aff11d-b2fd-44c5-abe0-67746bf1ff3f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingwebpart.html","title":"Delete Web Part","navPath":"deletingwebpart.html","bundleId":"work-tasks-2023-sp1","id":"adb78b0f0-393c-4a93-9490-13187a33ae07","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingawebpart.html","title":"Edit a Web Part","navPath":"editingawebpart.html","bundleId":"work-tasks-2023-sp1","id":"a786f7b9d-b724-4d63-bf8c-a93b3d3ff342","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/minimizingandrestoringwebparts.html","title":"Minimize and Restore Web Parts","navPath":"minimizingandrestoringwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a3f0651f6-c348-4f18-890b-ad85c12c7c76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygroups.html","title":"Web Part Rights","navPath":"securitygroups.html","bundleId":"work-tasks-2023-sp1","id":"a7ba9a6a6-e4aa-4ddd-814f-7bc88bc3277d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/personalizingscopeinskeltawebparts.html","title":"Personalize Scope in Web Parts","navPath":"personalizingscopeinskeltawebparts.html","bundleId":"work-tasks-2023-sp1","id":"a75b0dbc4-2bb3-4400-9ea4-13cc26c60150","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitationsinwebparts.html","title":"Recommendations in Web Parts","navPath":"limitationsinwebparts.html","bundleId":"work-tasks-2023-sp1","id":"ad840a02a-6d05-4683-90f0-b19463beb172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportingservice.html","title":"Report Service","navPath":"reportingservice.html","bundleId":"work-tasks-2023-sp1","id":"a7e89ff33-7ae2-4551-83a7-d3f58124309c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/samplebuisnesscasestudy1.html","title":"Sample Business Case Study","navPath":"samplebuisnesscasestudy1.html","bundleId":"work-tasks-2023-sp1","id":"aa62cbc28-9c83-4d25-af65-f7c15ac2045c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Connections.html","title":"Connections","navPath":"Working_with_Connections.html","bundleId":"work-tasks-2023-sp1","id":"a57370ea6-dce0-4204-bf15-fe297d3bc025","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection.html","title":"Configure Report Connection","navPath":"configuringssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"aa391278f-bd99-4656-a500-b2b6caf2e725","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection.html","title":"Create a New Report Connection Item","navPath":"createanewssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a2264156c-e6b4-487d-9a24-4f3627563c14","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyssrsconnection.html","title":"Modify Report Connection Item","navPath":"modifyssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a611b20e7-d6ef-4ee0-b85d-ac29af1b6f4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletessrsconnection.html","title":"Delete Report Connection Item","navPath":"deletessrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a63771e64-3cbc-44fa-83f5-f84eb675f2c5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Report_Templates.html","title":"Report Templates","navPath":"Working_with_Report_Templates.html","bundleId":"work-tasks-2023-sp1","id":"ac3de050f-b48a-4a6f-b049-3d13331d89ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate.html","title":"Configure Report Templates","navPath":"configuringskeltatemplate.html","bundleId":"work-tasks-2023-sp1","id":"acb0b8d96-414a-413b-9041-2105b33f1b1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrstemplate.html","title":"Create a New Report Template Item","navPath":"createanewssrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"acf9d09dc-7e11-4993-be2c-88dfcd348c1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrstemplate.html","title":"Modify a Report Template Item","navPath":"modifyassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5f932840-3e03-471a-b6e3-66fe8f2c90d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrstemplate.html","title":"Delete a Report Template Item","navPath":"deleteassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2dfcfd54-776f-42ed-bf8e-882e0316101e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Reports.html","title":"Reports","navPath":"Working_with_Reports.html","bundleId":"work-tasks-2023-sp1","id":"af0dce07d-9151-4451-9f94-dce39d0ecc36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsreport.html","title":"Configure Reports","navPath":"configuringssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a88da1ec3-ed04-4cd3-b0dc-16a62c62f7e7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsreport.html","title":"Create a New Report Item","navPath":"createanewssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a956658e9-a6c9-4910-aceb-be8ab50b849f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrsreport.html","title":"Modify a Report Item","navPath":"modifyassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"adca3a4f3-a7e1-4132-a8be-d9bd09d7afbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrsreport.html","title":"Delete a Report Item","navPath":"deleteassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a60e173e6-cfee-4130-8b88-63106b35582c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingreports.html","title":"Organize Reports","navPath":"organizingreports.html","bundleId":"work-tasks-2023-sp1","id":"ac343b591-6e28-4da0-b8db-c1849bf83cec","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringarchestrareports.html","title":"Configure Reports for Reporting Service","navPath":"configuringarchestrareports.html","bundleId":"work-tasks-2023-sp1","id":"a991d903b-0747-4f56-867f-fb4615ce9c0f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replaceusers.html","title":"User Tools","navPath":"replaceusers.html","bundleId":"work-tasks-2023-sp1","id":"a923cbd2b-352b-4171-b402-814e8a9e2c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusers.html","title":"Replace User","navPath":"replacingusers.html","bundleId":"work-tasks-2023-sp1","id":"a2ba2924e-fb82-48e6-b8af-9060aee34836","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Replacing_User_in_Artifacts_of_a_Repository.html","title":"Replace User in Artifacts of a Repository","navPath":"Replacing_User_in_Artifacts_of_a_Repository.html","bundleId":"work-tasks-2023-sp1","id":"a3e7756f7-5c3f-4f7e-ac95-374ea6567fbe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists_1.html","title":"Lists","navPath":"Lists_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8e172ee-7e6d-4922-ac39-2ba08cb9d24f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacinglistowners.html","title":"Replace List Item Owners","navPath":"replacinglistowners.html","bundleId":"work-tasks-2023-sp1","id":"a7c7e46f9-4b87-4781-8416-f99eef0e4772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusersinsecuritymapping.html","title":"Replace User in Security Resource Mapping","navPath":"replacingusersinsecuritymapping.html","bundleId":"work-tasks-2023-sp1","id":"acc2f0a39-3c0e-42dc-b95f-916b6f144ec2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Other_Artifacts.html","title":"Other Artifacts","navPath":"Other_Artifacts.html","bundleId":"work-tasks-2023-sp1","id":"ac34fe834-91ab-405d-ab90-dcc92a2fdbe8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection_1.html","title":"Queue","navPath":"configuringssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02668fa-5b0d-446b-86e0-84a04a179d65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection_1.html","title":"BAM","navPath":"createanewssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"a739c6a59-ef01-42b3-bec3-21b213e325f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitems.html","title":"Work Items","navPath":"workitems.html","bundleId":"work-tasks-2023-sp1","id":"a4897c452-2f6e-4b90-bc76-3676bb108dbd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate_1.html","title":"Alternate Actor","navPath":"configuringskeltatemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3c0da8a-2ef7-40cb-81b5-a66c99ce5c0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Repository_Configuration.html","title":"Repository Configuration","navPath":"Repository_Configuration.html","bundleId":"work-tasks-2023-sp1","id":"ac94222ea-9238-45fe-a848-bba47a50de6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/systemuser.html","title":"System User","navPath":"systemuser.html","bundleId":"work-tasks-2023-sp1","id":"a254a1ff3-20e7-4b38-9fa2-8a84e662841b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositoryadministrator.html","title":"Repository Administrator","navPath":"repositoryadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a2f07964d-6069-4c12-a5bf-735e7bcf38c4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritygroupresourcemapping.html","title":"Repository Level Security Group Resource Mapping","navPath":"repositorylevelsecuritygroupresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6cfbd654-e9b6-423b-8f4b-085a5773da37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptionmailsettings.html","title":"Exception Mail Settings","navPath":"exceptionmailsettings.html","bundleId":"work-tasks-2023-sp1","id":"a08d6d48d-7151-4757-acf1-e3c940dcb30b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingfortheactorsdirectrefrencesinworkflow.html","title":"View User Reference","navPath":"searchingfortheactorsdirectrefrencesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73f0d28d-6c5e-493b-ad1d-c45d7441867b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewandunlocklockeditems.html","title":"Unlock Locked Items","navPath":"viewandunlocklockeditems.html","bundleId":"work-tasks-2023-sp1","id":"ac5d31bfb-7ea5-4965-a708-c4800871aa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Deleted_List_Items.html","title":"Deleted List Items","navPath":"Deleted_List_Items.html","bundleId":"work-tasks-2023-sp1","id":"ab0c2ea54-585d-4478-a402-526b878837a4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction2.html","title":"Introduction","navPath":"introduction2.html","bundleId":"work-tasks-2023-sp1","id":"a8545fcc1-2fa3-4f29-84ad-d5f4e1f9c912","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingaudittrail.html","title":"Use Deleted List Items","navPath":"usingaudittrail.html","bundleId":"work-tasks-2023-sp1","id":"a58bf703a-e3f2-4c6e-bb5a-d7841dfdbe10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enableordisableaudittrailforarepository.html","title":"Enable or Disable Deleted List Items feature for a Repository","navPath":"enableordisableaudittrailforarepository.html","bundleId":"work-tasks-2023-sp1","id":"a9d895d08-2648-43e7-a2aa-845bbb455231","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetpackage.html","title":"Package","navPath":"skeltabpmnetpackage.html","bundleId":"work-tasks-2023-sp1","id":"a6ea0b72c-f93a-406b-9bb4-e3456a1c1cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/needforskeltapackaging.html","title":"Advantages of Package","navPath":"needforskeltapackaging.html","bundleId":"work-tasks-2023-sp1","id":"abe7eb8a4-92d1-42bf-9f6d-5e2ff8dcbe84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutpackaging.html","title":"About Package","navPath":"aboutpackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5025f35e-0dc1-48fd-9584-55a632430a4c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packagetemplate_1.html","title":"Package Template","navPath":"packagetemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"af4298a1d-0717-4d60-bf73-5e713ed4f8fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managetemplate.html","title":"Manage Package","navPath":"managetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a271781c4-6f33-4197-ba5a-2f86e12c233a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189310.html","title":"ArchestrA Events","navPath":"189310.html","bundleId":"work-tasks-2023-sp1","id":"acaf7e3d5-d83f-4ccc-9125-4516f3f87b99","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189311.html","title":"ArchestrA Events and AVEVA Work Tasks","navPath":"189311.html","bundleId":"work-tasks-2023-sp1","id":"a4a8903b3-ceac-4c5b-a616-384a9aab54a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505_1.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505_1.html","bundleId":"work-tasks-2023-sp1","id":"af91fdf68-2f75-4fe0-8180-d0ea97c62657","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190541.html","title":"ArchestrA Events Lookup List","navPath":"190541.html","bundleId":"work-tasks-2023-sp1","id":"a28b28e7c-e260-48e4-b6ce-509d0c048385","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189475.html","title":"Create ArchestrA Events List Item","navPath":"189475.html","bundleId":"work-tasks-2023-sp1","id":"a534bbe10-446e-48ef-87ab-9f4da4399139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189824.html","title":"Edit ArchestrA Events List Item","navPath":"189824.html","bundleId":"work-tasks-2023-sp1","id":"a5cc78756-999d-40cc-87e7-06f9794f152b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189823.html","title":"Delete ArchestrA Events List item","navPath":"189823.html","bundleId":"work-tasks-2023-sp1","id":"aeb688035-30da-43f9-bd97-02810c901753","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_the_Process_Designer.html","title":"Process Designer","navPath":"Working_with_the_Process_Designer.html","bundleId":"work-tasks-2023-sp1","id":"a1c5c5881-89b6-453e-8ff3-1346087a29ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/abouttheprocessdesigner.html","title":"About the Process Designer","navPath":"abouttheprocessdesigner.html","bundleId":"work-tasks-2023-sp1","id":"af774ffed-af37-428d-9b2b-bdd2adc41dd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasEMFImage.html","title":"Save File as EMF Image","navPath":"SaveFileasEMFImage.html","bundleId":"work-tasks-2023-sp1","id":"a0a7fa872-5d31-468b-9495-fe3a8f9839b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasPNGImage.html","title":"Save File as PNG Image","navPath":"SaveFileasPNGImage.html","bundleId":"work-tasks-2023-sp1","id":"a8d95db1b-cf9e-415b-870f-b99b2b8a32bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionXMLFile.html","title":"Import Process Definition XML File","navPath":"ImportProcessDefinitionXMLFile.html","bundleId":"work-tasks-2023-sp1","id":"a55dddbe8-0676-4bb7-abc4-bfc5f083270c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinitionXMLfile.html","title":"Export Process Definition XML file","navPath":"ExportProcessDefinitionXMLfile.html","bundleId":"work-tasks-2023-sp1","id":"a80c7fcdf-8042-415d-9204-8a0e95ef1310","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionfromVisio.html","title":"Import Process Definition from Visio","navPath":"ImportProcessDefinitionfromVisio.html","bundleId":"work-tasks-2023-sp1","id":"a3fcf59b0-3439-4554-ab6a-c6d755746fb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemfields.html","title":"Add Work Item Fields","navPath":"workitemfields.html","bundleId":"work-tasks-2023-sp1","id":"a37392bc0-4852-4587-914c-b8d57e42435e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alternateactors_1.html","title":"Alternate Actors","navPath":"alternateactors_1.html","bundleId":"work-tasks-2023-sp1","id":"ae283ffec-153f-43dd-84bb-0f39c87bd212","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMConfiguration.html","title":"BAM Configuration","navPath":"BAMConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a6ca61536-4b55-485f-82b0-25c0418d9464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysis.html","title":"Overdue Analysis","navPath":"OverdueAnalysis.html","bundleId":"work-tasks-2023-sp1","id":"a0a390462-1859-48b0-8af2-a78643a9d83d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIDataPoints.html","title":"KPI Data Points","navPath":"KPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a9ecfaa8a-26b3-4c34-8135-c87fd73b4548","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIs.html","title":"KPI(s)","navPath":"KPIs.html","bundleId":"work-tasks-2023-sp1","id":"a659a53a0-cb89-4b0d-89a7-2a3937e370d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Performance.html","title":"Performance","navPath":"Performance.html","bundleId":"work-tasks-2023-sp1","id":"a7a4dcf04-c5ca-43db-a2ca-77a668193049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlertConfiguration.html","title":"Alert Configuration","navPath":"AlertConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a209a8ba3-7ec9-4afc-a9d0-c98aeb5c5137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicConfiguration.html","title":"Basic Configuration","navPath":"BasicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"af57c3210-039b-433e-a054-00beca8b6202","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysisReport.html","title":"Overdue Analysis Report","navPath":"OverdueAnalysisReport.html","bundleId":"work-tasks-2023-sp1","id":"aca60541f-69f8-4b48-afaa-e55e59caf0e7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActions.html","title":"Link Actions","navPath":"LinkActions.html","bundleId":"work-tasks-2023-sp1","id":"a270f149e-5127-4bf7-8b45-3e41f770c284","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Process_Designer_File_Operations.html","title":"Process Designer File Operations","navPath":"Process_Designer_File_Operations.html","bundleId":"work-tasks-2023-sp1","id":"a864b7689-6159-454f-a761-c33a8b7912fd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reuseexistingprocessdesignsbyopeningandrenamethem.html","title":"Reuse Existing Process Designs by Renaming Them","navPath":"reuseexistingprocessdesignsbyopeningandrenamethem.html","bundleId":"work-tasks-2023-sp1","id":"ae17a3798-9909-45e1-8cb5-e480de39947a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/clearthediagramtostartfromscratch.html","title":"Clear the Process Diagram","navPath":"clearthediagramtostartfromscratch.html","bundleId":"work-tasks-2023-sp1","id":"a6ab08e87-c246-43c0-be0d-ec616cd92309","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingtheprocessdiagramasanimage.html","title":"Save the Process Diagram as Image","navPath":"savingtheprocessdiagramasanimage.html","bundleId":"work-tasks-2023-sp1","id":"a13c3cd02-b86a-4b23-be85-e65f31fbd5b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerEditOperations.html","title":"Process Designer Edit Operations","navPath":"ProcessDesignerEditOperations.html","bundleId":"work-tasks-2023-sp1","id":"ad209a5e4-8355-4102-8831-484a699dab26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/cutcopypasteactivities.html","title":"Copy and Paste Activities","navPath":"cutcopypasteactivities.html","bundleId":"work-tasks-2023-sp1","id":"a6cd7bbab-07a0-4775-97c7-0d8b826ed465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UndoandRedoActions.html","title":"Undo and Redo Actions","navPath":"UndoandRedoActions.html","bundleId":"work-tasks-2023-sp1","id":"ae637e8ab-260b-4ed2-88d5-1ecb94cda195","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetPropertiesintheActivityPropertiesWindow.html","title":"Set Properties in the Activity Properties Window","navPath":"SetPropertiesintheActivityPropertiesWindow.html","bundleId":"work-tasks-2023-sp1","id":"a7b682ba3-1527-49d4-8265-15de6bf75759","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandExportFunctionsinProcessDesigner.html","title":"Import and Export Functions in Process Designer","navPath":"ImportandExportFunctionsinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a74b5fb8b-57ac-4a14-96f7-d7072c35aadc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromxml.html","title":"Import from XML","navPath":"importfromxml.html","bundleId":"work-tasks-2023-sp1","id":"afb01713d-adfe-459f-bc8e-1a453809d156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExporttoXML.html","title":"Export to XML","navPath":"ExporttoXML.html","bundleId":"work-tasks-2023-sp1","id":"a041b46fa-0559-4c9c-af9e-11c5eb652ca3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromvisiobpmnstencil.html","title":"Import from Visio (BPMN Stencil)","navPath":"importfromvisiobpmnstencil.html","bundleId":"work-tasks-2023-sp1","id":"a6f325abc-9bff-445a-8a80-729d3f068abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingActivitiesinProcessDesigner.html","title":"Add Activities in Process Designer","navPath":"AddingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"aee13587c-a324-4db0-9235-308f9faae04b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DragandDropActivities.html","title":"Drag and Drop Activities","navPath":"DragandDropActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1d686a5-241e-4d51-b233-350d0690cf3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddActivitiesUsingtheContextMenu.html","title":"Add Activities Using the Context Menu","navPath":"AddActivitiesUsingtheContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"a6f88093c-2a91-4b76-b226-4c2d5d51c4cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkingActivitiesinProcessDesigner.html","title":"Link Activities in Process Designer","navPath":"LinkingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ac4ace3e0-0f1f-4035-a80f-6b1d3ad0f566","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesbyClickingandLinking.html","title":"Link Activities by Clicking and Linking","navPath":"LinkActivitiesbyClickingandLinking.html","bundleId":"work-tasks-2023-sp1","id":"a8192a945-4dd2-4ffa-a32c-a397c81b24de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesUsingtheLinkTool.html","title":"Link Activities Using the Link Tool","navPath":"LinkActivitiesUsingtheLinkTool.html","bundleId":"work-tasks-2023-sp1","id":"a7e79af6e-6cae-40b6-abff-2e55b849039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetLinkOptionsintheActivitiesContextMenu.html","title":"Set Link Options in the Activities Context Menu","navPath":"SetLinkOptionsintheActivitiesContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"af234a3fe-00a3-4492-9df2-1c1127f2849f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingActivityandLinkProperties.html","title":"Set Activity and Link Properties","navPath":"SettingActivityandLinkProperties.html","bundleId":"work-tasks-2023-sp1","id":"a26bf0eb7-5bae-4c7b-a2e0-1c14b0dd7c73","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IdentifyMandatoryProperties.html","title":"Identify Mandatory Properties","navPath":"IdentifyMandatoryProperties.html","bundleId":"work-tasks-2023-sp1","id":"a043aae2e-51c1-44d6-b351-39c0a932878f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method1RightClickandSelectActivityProperties.html","title":"Method 1: Right Click and Select Activity Properties","navPath":"Method1RightClickandSelectActivityProperties.html","bundleId":"work-tasks-2023-sp1","id":"a570cc1bb-7746-46f3-a38d-788b9a8a2825","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","title":"Method 2: Select Activity and then Select Activity Properties from Edit Menu","navPath":"Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","bundleId":"work-tasks-2023-sp1","id":"a5bef891a-1f80-4a30-a738-a265b808e448","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method3UseWizardsForResourceActivitieswhereapplicable.html","title":"Method 3: Use Wizards For Resource Activities (where applicable)","navPath":"Method3UseWizardsForResourceActivitieswhereapplicable.html","bundleId":"work-tasks-2023-sp1","id":"a1e9777fa-69a2-4f28-9dad-8b74871dd63f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoPropertySettingWizards.html","title":"Introduction to Property Setting Wizards","navPath":"IntroductiontoPropertySettingWizards.html","bundleId":"work-tasks-2023-sp1","id":"a57455bfa-9121-4a23-af49-741992fda5f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheActorsSelectionWizard.html","title":"Use the Actors Selection Wizard","navPath":"UsetheActorsSelectionWizard.html","bundleId":"work-tasks-2023-sp1","id":"afd2ac53b-6633-4448-a24c-4d3eb3f45165","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheEscalationEmailWizard.html","title":"Use the Escalation Email Wizard","navPath":"UsetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"aadd05c37-23fc-4ef9-9016-2f25b349e8cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingtheExpressionEditor.html","title":"Use the Expression Editor","navPath":"UsingtheExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"adb76f90f-1e91-4883-a064-daddf58e1f9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingtheexpressioneditortosetactionproperties.html","title":"About the Expression Editor","navPath":"usingtheexpressioneditortosetactionproperties.html","bundleId":"work-tasks-2023-sp1","id":"a1b1f6360-1a0c-470a-8859-a77fb9f0334d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExpressionEditortoBuildExpressionsforProperties.html","title":"Use Expression Editor to Build Expressions for Properties","navPath":"UseExpressionEditortoBuildExpressionsforProperties.html","bundleId":"work-tasks-2023-sp1","id":"ae2d1fe52-4e28-418b-99d9-8b3ec313c053","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAppearancePropertiesforActivityIcons.html","title":"Set Appearance Properties for Activity Icons","navPath":"SetAppearancePropertiesforActivityIcons.html","bundleId":"work-tasks-2023-sp1","id":"a41881247-9bcc-4d36-8af6-a1c7c95984b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchforContentinWorkflow.html","title":"Search for Content in Workflow","navPath":"SearchforContentinWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aec7bcc1e-2c6f-40eb-bc06-3dec29fed468","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheProcessMapImageforNavigation.html","title":"Use the Process Map Image for Navigation","navPath":"UsetheProcessMapImageforNavigation.html","bundleId":"work-tasks-2023-sp1","id":"a1c064f49-2433-4ea5-bb2b-99cefc7f5a8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessModelingandSavingtheAnalyst%27sView.html","title":"Process Modeling and Saving the Analyst's View","navPath":"ProcessModelingandSavingtheAnalyst'sView.html","bundleId":"work-tasks-2023-sp1","id":"a315cfc2a-f886-44a9-824f-fcfde9c27aee","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockandUnlockDesigners.html","title":"Lock and Unlock Designers","navPath":"LockandUnlockDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a7bd3c85e-ae9b-43fc-8c53-bf2770993cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforrepository.html","title":"Enable and Disable Lock for Repository","navPath":"enablinglockforrepository.html","bundleId":"work-tasks-2023-sp1","id":"a5eed50c7-8c61-4d83-adb2-a6a89d89b93f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentTypesofLocks.html","title":"Different Types of Locks","navPath":"DifferentTypesofLocks.html","bundleId":"work-tasks-2023-sp1","id":"acd96aa2b-ec2c-4d60-9250-a16d80f976dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManualLockandUnlock.html","title":"Manual Lock and Unlock","navPath":"ManualLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a3f5ab54c-5c0e-471e-890e-46b23e098ded","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoLockandUnlock.html","title":"Auto Lock and Unlock","navPath":"AutoLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a6be31189-eaca-444a-aeef-2e78a7feafde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLockandUnlockonDesigners.html","title":"Use Lock and Unlock on Designers","navPath":"UseLockandUnlockonDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a100fe4b5-e5b9-4143-8994-4865c5d53f48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist2.html","title":"Process Designer","navPath":"workflowlist2.html","bundleId":"work-tasks-2023-sp1","id":"ad476e8ce-60fa-41d2-b588-9766e81ce8f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formslist.html","title":"Forms Designer","navPath":"formslist.html","bundleId":"work-tasks-2023-sp1","id":"a0d9d4255-9e45-4c06-ab73-f8b49f8c4eda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListDesigner.html","title":"List Designer","navPath":"ListDesigner.html","bundleId":"work-tasks-2023-sp1","id":"af83e3d32-f2d2-4ab3-98d8-071c3569270e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingLockandUnlockonUserDefinedLists.html","title":"Use Lock and Unlock on User Defined Lists","navPath":"UsingLockandUnlockonUserDefinedLists.html","bundleId":"work-tasks-2023-sp1","id":"ab6c64c0d-b3f7-4caf-b05a-a97cb2bc5650","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforuserdefinedlist.html","title":"Enabling Lock for User Defined List","navPath":"enablinglockforuserdefinedlist.html","bundleId":"work-tasks-2023-sp1","id":"a56a9826b-f987-42ac-8bc8-944de9a1507c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EffectsofLockandUnlockonUserDefinedList.html","title":"Effects of Lock and Unlock on User Defined List","navPath":"EffectsofLockandUnlockonUserDefinedList.html","bundleId":"work-tasks-2023-sp1","id":"ad95989ef-6c5f-4ea1-8824-10b5335e046b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisEnabled.html","title":"User Defined List when Lock is Enabled","navPath":"UserDefinedListwhenLockisEnabled.html","bundleId":"work-tasks-2023-sp1","id":"a033d1d39-31de-4a26-9013-851267135265","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisDisabled.html","title":"User Defined List when Lock is Disabled","navPath":"UserDefinedListwhenLockisDisabled.html","bundleId":"work-tasks-2023-sp1","id":"a9de8ab83-ed57-46e7-9812-34f7a8a7dd7b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemThroughWorkflows.html","title":"Update a Locked List Item Through Workflows","navPath":"UpdateaLockedListItemThroughWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad56f4dae-3528-492e-b211-cd4e25b64f0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromInvokeFormActivity.html","title":"Update a Locked List Item from Invoke Form Activity","navPath":"UpdateaLockedListItemfromInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"afb55a13a-1c0d-46d8-a9eb-5fca0907064f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromEngineActivity.html","title":"Update a Locked List Item from Engine Activity","navPath":"UpdateaLockedListItemfromEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"ac432e9de-455d-4311-a0e2-e243140c802e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewLockandUnlockHistoryofListItems.html","title":"View Lock and Unlock History of List Items","navPath":"ViewLockandUnlockHistoryofListItems.html","bundleId":"work-tasks-2023-sp1","id":"ae49e14a5-eef8-4b0c-b8e0-5138d9a319f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Work_Tasks.html","title":"AVEVA Work Tasks Pro","navPath":"Working_with_Work_Tasks.html","bundleId":"work-tasks-2023-sp1","id":"abc2138c6-6d36-48b8-ac88-031d7c09d4fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435174.html","title":"Introduction","navPath":"435174.html","bundleId":"work-tasks-2023-sp1","id":"a37289543-c494-477b-b0a5-2d33c0ec806f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithworktasks.html","title":"Get Started with AVEVA Work Tasks Pro","navPath":"gettingstartedwithworktasks.html","bundleId":"work-tasks-2023-sp1","id":"ad9307521-9099-4858-b5a4-4c9eae97a50a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435176.html","title":"Install and Configure AVEVA Work Tasks Pro Application","navPath":"435176.html","bundleId":"work-tasks-2023-sp1","id":"a123524d3-9c2f-48f7-9f1a-756247a66ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/625157.html","title":"Mobile Device Management","navPath":"625157.html","bundleId":"work-tasks-2023-sp1","id":"ab61704a8-9515-4e29-bf99-2be44b9a17f8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522505.html","title":"View the Demo of AVEVA Work Tasks Pro App","navPath":"522505.html","bundleId":"work-tasks-2023-sp1","id":"afbfb01d7-6a16-495b-963e-91344ed24bbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loginandlogout.html","title":"Log On and Log Off","navPath":"loginandlogout.html","bundleId":"work-tasks-2023-sp1","id":"a1ab38b2e-f69a-461c-b137-a91861578283","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1440390.html","title":"Online and Offline Support for Controls and Containers","navPath":"1440390.html","bundleId":"work-tasks-2023-sp1","id":"ab59dde31-32c7-415b-b544-a3b6032a18a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522508.html","title":"Inbox","navPath":"522508.html","bundleId":"work-tasks-2023-sp1","id":"a890f4120-a881-4195-938e-49863c91bd26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/categories.html","title":"Categories","navPath":"categories.html","bundleId":"work-tasks-2023-sp1","id":"a546f38cf-ecf5-42d6-a551-11565b5cded6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Queue.html","title":"Queue","navPath":"Queue.html","bundleId":"work-tasks-2023-sp1","id":"a09da8166-ce9a-4f7b-bc6a-3eedf2b1aa41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435179.html","title":"Fill Form","navPath":"435179.html","bundleId":"work-tasks-2023-sp1","id":"a8dfc1285-5920-4390-b63d-dc6d83477ac5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Drafts.html","title":"Drafts","navPath":"Drafts.html","bundleId":"work-tasks-2023-sp1","id":"a845a83f9-0ba8-462e-8fef-6fe06dac2a83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SentItems.html","title":"Sent Items","navPath":"SentItems.html","bundleId":"work-tasks-2023-sp1","id":"aa96ed23e-e1eb-407c-8434-4a7e83ba3d2c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Outbox.html","title":"Outbox","navPath":"Outbox.html","bundleId":"work-tasks-2023-sp1","id":"a26caa3e8-7069-426d-b6e8-023462386df6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Sync.html","title":"Sync","navPath":"Sync.html","bundleId":"work-tasks-2023-sp1","id":"aea97bdb7-3aa3-4583-a252-83dbc13bc9d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793038.html","title":"Save Settings","navPath":"793038.html","bundleId":"work-tasks-2023-sp1","id":"a2235aa20-f60e-4f32-98d2-a269a56a5773","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeNotificationToneforiOSDevices.html","title":"Change Notification Tone for iOS Devices","navPath":"ChangeNotificationToneforiOSDevices.html","bundleId":"work-tasks-2023-sp1","id":"a9362e409-7ba9-4dd6-ace6-cb6cc2529f8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793046.html","title":"Configure Save Settings","navPath":"793046.html","bundleId":"work-tasks-2023-sp1","id":"a35028ebf-6b6a-4eeb-9a2b-c605544dd4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNumberofItemstoSyncfortheLookupControl.html","title":"Configure Number of Items to Sync for the Lookup Control","navPath":"ConfigureNumberofItemstoSyncfortheLookupControl.html","bundleId":"work-tasks-2023-sp1","id":"aa17dfb59-a9cd-4203-9a9a-e7ec153cd3f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/571749.html","title":"Configure Thresholds","navPath":"571749.html","bundleId":"work-tasks-2023-sp1","id":"aa1fe90fe-d6ac-420c-bd7c-c9355c8a15f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDrafts.html","title":"Configure Drafts","navPath":"ConfigureDrafts.html","bundleId":"work-tasks-2023-sp1","id":"a67dd678f-55e0-4541-9097-ac1fffec5f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/658450.html","title":"Configure Sent Items","navPath":"658450.html","bundleId":"work-tasks-2023-sp1","id":"a168b9432-8a25-4b33-a97a-8ac1f80bdbf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/599341.html","title":"Configure Inbox Settings","navPath":"599341.html","bundleId":"work-tasks-2023-sp1","id":"a6deb063e-3c83-4b0a-a554-ed236a48d149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641267.html","title":"Configure Offline Support","navPath":"641267.html","bundleId":"work-tasks-2023-sp1","id":"a3bf9e7f6-6ef3-497c-bbde-d2b4501bca6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659533.html","title":"Use Themes","navPath":"659533.html","bundleId":"work-tasks-2023-sp1","id":"aefcf97f7-71bd-4bab-83df-b58534456033","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659544.html","title":"Apply Theme to AVEVA Work Tasks Pro App","navPath":"659544.html","bundleId":"work-tasks-2023-sp1","id":"a0c00a64d-d648-48c3-818a-ded1ba40340f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyle.html","title":"Change Style","navPath":"ChangeStyle.html","bundleId":"work-tasks-2023-sp1","id":"a5994f8ee-3927-4730-a44e-6cf921d98f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/490121.html","title":"Logs","navPath":"490121.html","bundleId":"work-tasks-2023-sp1","id":"a98528026-133d-44c6-87f1-f225c834fbcc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingworktasks.html","title":"Troubleshooting","navPath":"troubleshootingworktasks.html","bundleId":"work-tasks-2023-sp1","id":"adb770337-1720-4a62-bd66-f6e967118ef3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/731829.html","title":"Debugging","navPath":"731829.html","bundleId":"work-tasks-2023-sp1","id":"ae2da79e5-3dcb-4eab-82a1-640493911a92","isActive":false,"outputclasses":[],"children":[]}]}]}]}},"apiErrorHandler":{}} ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.

However, if the current server culture is “Brazilian”, then the currency is displayed as 'R symbol is interpreted as a format specifier in the format string. If you need\n to prevent this, you will need to precede the ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }

symbol with a '\u003Cspan class=\"uicontrol\"\u003E\\\u003C/span\u003E'.\n \u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf the current server culture is “en-US”, then the currency is displayed as ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EHowever, if the current server culture is “Brazilian”, then the currency is displayed\n as 'R ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\n \u003C/p\u003E\n \u003Cul class=\"ulsubitem\"\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# $\u003C/span\u003E and the number is 12, then the number is displayed as 12 R$.\n \u003C/p\u003E\n \u003C/li\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# \\$\u003C/span\u003E and the number is 12, then the number is displayed as \u003Cbr\u003E12 $.\n \u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/li\u003E\n \u003C/ul\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E;\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ESection separator.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EDefines sections with separate format strings for positive, negative, and zero numbers.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E#.00 $;#.00 - $;#.00 $\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '125', then it is displayed as '125.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '-125', then it is displayed as '125.00 - ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '0', then it is displayed as '0.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E\"string\"/'string'\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ELiteral string delimiter.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIndicates that the enclosed characters should be copied to the result string.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"paragraph\"\u003E#,##,###.00 ‘₹’ or #,##,###.00 “₹”\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003EIf you enter the value as '125.00', then it is displayed as '125.00 ₹'.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003C/tbody\u003E\u003C/table\u003E\n \u003C/div\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003C/div\u003E\n \n\n\u003C/article\u003E\u003C/article\u003E\n","topic_language":"enus","views":0,"your_rating":null,"watermark":null,"isFallbackLanguage":false,"collapsibleContentExists":false,"miniTOCHeadings":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"miniTOCHeadingsFlat":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"isInlineExternalTopic":false},"workflow":null,"isWorkflow":false,"showWorkflow":false,"error":null},"TocComponent":{"toc":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/help.html","title":"Welcome to AVEVA Work Tasks","navPath":"help.html","bundleId":"work-tasks-2023-sp1","id":"ae28db577-8710-4c61-a2aa-693e53b48c7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/copyright.html","title":"Legal information","navPath":"copyright.html","bundleId":"work-tasks-2023-sp1","id":"a63f0ebce-097d-40e6-81a4-35d87844d39a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/31015.html","title":"Contact information","navPath":"31015.html","bundleId":"work-tasks-2023-sp1","id":"a667c3c4d-6ab6-4553-932e-bc8aa99e6ae8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/520827.html","title":"Acknowledgements","navPath":"520827.html","bundleId":"work-tasks-2023-sp1","id":"a26d32884-a0c6-4c59-a25d-11ef7d3f506f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759100.html","title":"AjaxMin","navPath":"759100.html","bundleId":"work-tasks-2023-sp1","id":"ad6a51842-6aeb-49da-b5b9-840458b1b18d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759101.html","title":"AmqpNet Lite","navPath":"759101.html","bundleId":"work-tasks-2023-sp1","id":"acd0f0923-07b3-4a28-b810-aa5288aaccc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759105.html","title":"AngleSharp","navPath":"759105.html","bundleId":"work-tasks-2023-sp1","id":"abbdbe2b5-b07c-48e7-b2fe-79a3a98bb095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910312.html","title":"AngleSharp​.Css","navPath":"910312.html","bundleId":"work-tasks-2023-sp1","id":"a76c98495-70fb-4e3e-b0ba-cea00f933124","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759109.html","title":"AngularJS","navPath":"759109.html","bundleId":"work-tasks-2023-sp1","id":"a1425355f-ed78-47b4-8eff-f7c946bb37ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759110.html","title":"AntiXSS","navPath":"759110.html","bundleId":"work-tasks-2023-sp1","id":"ad66fb273-6e98-498d-a151-99223d9cb1fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759115.html","title":"AutoMapper","navPath":"759115.html","bundleId":"work-tasks-2023-sp1","id":"abf7e477f-1d68-4dee-b357-5824631932c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904394.html","title":"Azure​.Identity","navPath":"904394.html","bundleId":"work-tasks-2023-sp1","id":"a24914844-2e7d-4b62-abef-533b4eea907c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904395.html","title":"Azure​.Security​.KeyVault​.Secrets","navPath":"904395.html","bundleId":"work-tasks-2023-sp1","id":"af3d45a29-c808-43aa-9521-c70f148db138","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759117.html","title":"bootstrap","navPath":"759117.html","bundleId":"work-tasks-2023-sp1","id":"a5e287859-b798-42a9-b648-801a3dc68e2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759118.html","title":"bootstrap-datepicker","navPath":"759118.html","bundleId":"work-tasks-2023-sp1","id":"ab329437c-60cf-470d-966f-31a8aefc411c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762837.html","title":"chilkat-x64","navPath":"762837.html","bundleId":"work-tasks-2023-sp1","id":"af620fdf4-880e-4466-a658-aa9f66b7151c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762838.html","title":"CodeMirror","navPath":"762838.html","bundleId":"work-tasks-2023-sp1","id":"a93e06817-85a8-4ddd-9bd6-f2a440eb7a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762839.html","title":"ComponentArt Charting","navPath":"762839.html","bundleId":"work-tasks-2023-sp1","id":"a8f8e4c4a-5da5-4f78-8fc7-5214cd1ed646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762840.html","title":"crypto-js","navPath":"762840.html","bundleId":"work-tasks-2023-sp1","id":"ad731a0fa-e72c-4769-927c-e8675fb82ed6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762841.html","title":"datejs","navPath":"762841.html","bundleId":"work-tasks-2023-sp1","id":"a406094f6-6dcb-447d-a3fa-5961c29b89a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762842.html","title":"EasyNetQ","navPath":"762842.html","bundleId":"work-tasks-2023-sp1","id":"aaad8da03-830e-41f6-858f-e9b5de8435b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762843.html","title":"ExcelDataReader","navPath":"762843.html","bundleId":"work-tasks-2023-sp1","id":"a22c5035f-a2fe-4880-be52-d0d7939da4a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762844.html","title":"FastAndroidCamera","navPath":"762844.html","bundleId":"work-tasks-2023-sp1","id":"a9dbda76a-9c5e-4d59-85e6-56991baaa4b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762851.html","title":"HtmlSanitizer","navPath":"762851.html","bundleId":"work-tasks-2023-sp1","id":"acb876ee2-7161-4004-98cc-50227c3a8ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762855.html","title":"Intersoft WebGrid","navPath":"762855.html","bundleId":"work-tasks-2023-sp1","id":"a688f63b7-f50f-4263-8a5e-b20b4d1bffd3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762865.html","title":"JavaScriptEngineSwitcher","navPath":"762865.html","bundleId":"work-tasks-2023-sp1","id":"ac6c7098b-b48c-40da-9ddc-e74ae011eb7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762866.html","title":"jquery","navPath":"762866.html","bundleId":"work-tasks-2023-sp1","id":"abe23520a-4715-47be-b563-fd1f30ae340a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910313.html","title":"jquery dotdotdot","navPath":"910313.html","bundleId":"work-tasks-2023-sp1","id":"a029d6063-76de-4e93-b583-20fd75e61c1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762867.html","title":"jquery easing","navPath":"762867.html","bundleId":"work-tasks-2023-sp1","id":"a18fbf154-6c99-4b9f-b10e-c85984dab2fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910314.html","title":"jshint","navPath":"910314.html","bundleId":"work-tasks-2023-sp1","id":"a5bffd613-1a6d-489b-affd-a0399213aa52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762868.html","title":"jszip","navPath":"762868.html","bundleId":"work-tasks-2023-sp1","id":"a8045ffe9-3e48-4f7b-9ac3-542a8dd221cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910315.html","title":"Kendo UI","navPath":"910315.html","bundleId":"work-tasks-2023-sp1","id":"a5fa81750-8074-465e-9b17-998b0f31e125","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762869.html","title":"Knockout","navPath":"762869.html","bundleId":"work-tasks-2023-sp1","id":"a2a634dc4-fb7a-439e-ab6f-c482f7d8c590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910316.html","title":"Knockout-Kendo","navPath":"910316.html","bundleId":"work-tasks-2023-sp1","id":"a637cfc9b-4332-4f09-9c4a-f1bbb7cf1d88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762871.html","title":"LumiSoft​.Net","navPath":"762871.html","bundleId":"work-tasks-2023-sp1","id":"a91793d03-7bf4-4551-b4c9-b6b8a556be29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1265011.html","title":"Microsoft​.Web​.WebView2","navPath":"1265011.html","bundleId":"work-tasks-2023-sp1","id":"a30eb0f3c-70fc-4dc8-8696-ef8581185c8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762872.html","title":"Newtonsoft​.Json","navPath":"762872.html","bundleId":"work-tasks-2023-sp1","id":"a3da01c8b-c223-49cb-a6b1-ac1753d181e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904396.html","title":"Oracle​.ManagedDataAccess","navPath":"904396.html","bundleId":"work-tasks-2023-sp1","id":"ad1d1ed6a-03fe-4e5b-920f-8fbb90c5a648","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762873.html","title":"Oracle Providers for ASP​.NET","navPath":"762873.html","bundleId":"work-tasks-2023-sp1","id":"a7b58f71d-a6db-4951-a003-17eb04959573","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763108.html","title":"Owin","navPath":"763108.html","bundleId":"work-tasks-2023-sp1","id":"a0f8ed29c-916b-448d-8080-a62d5cabf75c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763109.html","title":"Paho MQTT","navPath":"763109.html","bundleId":"work-tasks-2023-sp1","id":"ad844c945-fc81-40c1-b39b-01617e41212a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910317.html","title":"Pako","navPath":"910317.html","bundleId":"work-tasks-2023-sp1","id":"aa5ed6cde-2f17-4d56-bb70-81e435bcadd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907877.html","title":"polly​.extensions​.http","navPath":"907877.html","bundleId":"work-tasks-2023-sp1","id":"a3aa2c1eb-90a3-4b1c-b067-22f9e88fbe44","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904402.html","title":"RabbitMQ​.Client","navPath":"904402.html","bundleId":"work-tasks-2023-sp1","id":"a2ea194d1-ff32-44f3-a83e-a5720ce169cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907810.html","title":"SendGrid","navPath":"907810.html","bundleId":"work-tasks-2023-sp1","id":"ae494e7f0-6fa4-457b-b9e9-bc0573a79080","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910318.html","title":"Spin js","navPath":"910318.html","bundleId":"work-tasks-2023-sp1","id":"a15c2fc95-49c7-4223-bca0-d5e02f1ef565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763110.html","title":"SQLite","navPath":"763110.html","bundleId":"work-tasks-2023-sp1","id":"ac6a29ce2-e7ce-4341-85d5-d06387ee7464","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/878052.html","title":"sqlite-net SQLCipher","navPath":"878052.html","bundleId":"work-tasks-2023-sp1","id":"a3abec5d2-3e17-4bff-9181-a609bb8b4ac9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907875.html","title":"StarkbankEcdsa","navPath":"907875.html","bundleId":"work-tasks-2023-sp1","id":"a047e36b6-dc55-4825-b585-ed70ab9ec0f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763111.html","title":"Telerik® UI for ASP​.NET AJAX","navPath":"763111.html","bundleId":"work-tasks-2023-sp1","id":"afd1a3492-aae4-4b89-9c49-2e26f8cfde53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763174.html","title":"tensorspace","navPath":"763174.html","bundleId":"work-tasks-2023-sp1","id":"a86b53742-cf80-4fa1-a813-07ceb8b8bf7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763175.html","title":"Unity​.Abstractions","navPath":"763175.html","bundleId":"work-tasks-2023-sp1","id":"a1eee0410-ccbf-4bed-86f9-a625be2fd148","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763176.html","title":"Unity​.Container","navPath":"763176.html","bundleId":"work-tasks-2023-sp1","id":"a6989ef72-9c35-4c0a-bbae-ee0becb4731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907886.html","title":"WindowsBase","navPath":"907886.html","bundleId":"work-tasks-2023-sp1","id":"a59108fdd-8e1a-451d-a943-c6bbe897d3be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903678.html","title":"WiX Toolset","navPath":"903678.html","bundleId":"work-tasks-2023-sp1","id":"aa93e3612-0ac3-413a-afd2-b9253881b63b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904489.html","title":"xamarin​.essentials","navPath":"904489.html","bundleId":"work-tasks-2023-sp1","id":"a8f5d4e26-0989-49b0-ad66-62d108f912ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904585.html","title":"xam​.plugin​.battery","navPath":"904585.html","bundleId":"work-tasks-2023-sp1","id":"ada01ab43-d704-4c5b-a0b1-a16f5234ac4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910319.html","title":"Xml2Json","navPath":"910319.html","bundleId":"work-tasks-2023-sp1","id":"a93d3fa59-5a65-459a-b47e-32ad4d71ea20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910269.html","title":"ZXing","navPath":"910269.html","bundleId":"work-tasks-2023-sp1","id":"a572944d3-ff6b-4cd9-ac8e-f24d5c11848c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904248.html","title":"Other Components","navPath":"904248.html","bundleId":"work-tasks-2023-sp1","id":"a4ef74d2e-0249-4993-8bad-83da603f9f5a","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/789641.html","title":"What's new in AVEVA Work Tasks?","navPath":"789641.html","bundleId":"work-tasks-2023-sp1","id":"a66e23fbc-3b01-4be9-9b81-b0177a0d59ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1282500.html","title":"2023 Releases","navPath":"1282500.html","bundleId":"work-tasks-2023-sp1","id":"a1dba44ae-e988-4e6f-92c3-d8052c1b05f1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733522.html","title":"AVEVA Work Tasks 2023 SP1 Release Notes","navPath":"733522.html","bundleId":"work-tasks-2023-sp1","id":"a32ff6b55-da45-43e6-b669-6a23a4ed605e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733517.html","title":"System Requirements","navPath":"733517.html","bundleId":"work-tasks-2023-sp1","id":"a51cb72ec-fc8a-4a8b-b97a-2f1af94210c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733515.html","title":"Product Compatibility","navPath":"733515.html","bundleId":"work-tasks-2023-sp1","id":"a6651e44e-1259-4554-905b-f82e7bdfc500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733511.html","title":"ISO Details","navPath":"733511.html","bundleId":"work-tasks-2023-sp1","id":"a791f4bfd-49d2-495e-a78f-83ee14388a28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733510.html","title":"Installation Instructions","navPath":"733510.html","bundleId":"work-tasks-2023-sp1","id":"a0a6c3e62-3d79-4e27-a9d9-79e9b5a39caf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733518.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"733518.html","bundleId":"work-tasks-2023-sp1","id":"a1dd1a603-ab92-4324-89bf-5b85b9a363a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733513.html","title":"Key Features","navPath":"733513.html","bundleId":"work-tasks-2023-sp1","id":"a5e7174ee-3582-463e-9017-2c201502b7e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733509.html","title":"General Enhancements","navPath":"733509.html","bundleId":"work-tasks-2023-sp1","id":"a509245ef-ee5a-4984-adf9-59919b74d5d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733512.html","title":"Issues Resolved","navPath":"733512.html","bundleId":"work-tasks-2023-sp1","id":"ae916007c-b016-4b00-ad18-8921574d37ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1382390.html","title":"Known Issues","navPath":"1382390.html","bundleId":"work-tasks-2023-sp1","id":"a61b0656e-0b6d-4158-886d-3efb2d54a93e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1398635.html","title":"AVEVA Work Tasks Pro","navPath":"1398635.html","bundleId":"work-tasks-2023-sp1","id":"a67ba2b0b-ab19-4975-84ae-93c69f864ac7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/administratorguide.html","title":"Administrator Guide","navPath":"administratorguide.html","bundleId":"work-tasks-2023-sp1","id":"acd6f48c0-0189-4856-b51a-7ea385bc2321","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/architecture.html","title":"Architecture","navPath":"architecture.html","bundleId":"work-tasks-2023-sp1","id":"ab226a82e-b181-443c-99a2-96d44cd59b3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/corecomponents.html","title":"Core Components","navPath":"corecomponents.html","bundleId":"work-tasks-2023-sp1","id":"a1c2ca690-9b51-4d2f-8f72-7027542d3917","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/microsoftoutlookintegration.html","title":"Microsoft Outlook Integration","navPath":"microsoftoutlookintegration.html","bundleId":"work-tasks-2023-sp1","id":"aee929c2a-0793-4ad1-867d-43491b651264","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scalabilityandavailability.html","title":"Scalability and Availability","navPath":"scalabilityandavailability.html","bundleId":"work-tasks-2023-sp1","id":"af5529dab-4015-4277-893a-57e9fc74458d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingintranetandextranetwebfronts.html","title":"Set up intranet and extranet web fronts","navPath":"settingintranetandextranetwebfronts.html","bundleId":"work-tasks-2023-sp1","id":"aac89cba2-320f-4543-b1ce-88e09364ce74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540500.html","title":"Partitioning Database","navPath":"540500.html","bundleId":"work-tasks-2023-sp1","id":"a8f63c245-27c2-4820-84d0-f226f3b33ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540501.html","title":"Partitioning with Central Configuration","navPath":"540501.html","bundleId":"work-tasks-2023-sp1","id":"ad6093e39-a6db-4958-85fc-a0786faa96a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540502.html","title":"Partitioning with Partition Manager","navPath":"540502.html","bundleId":"work-tasks-2023-sp1","id":"a484386ac-a929-4962-88d3-8630e49c21ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/657844.html","title":"Verifying Partition","navPath":"657844.html","bundleId":"work-tasks-2023-sp1","id":"a1243e8bf-0d2c-4b60-a08c-c18afcf8c1b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintenanceActivities.html","title":"Maintenance activities","navPath":"MaintenanceActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae4e3fe93-e008-4cde-b76a-d1c2f5b682b1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Editions.html","title":"Editions","navPath":"Editions.html","bundleId":"work-tasks-2023-sp1","id":"aeb075841-906b-4065-bad7-c8935f935dcf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenarios.html","title":"Single server","navPath":"SingleServerScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a107d7344-9da7-4cce-89a3-63801559f204","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario1.html","title":"Deployment of AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on a single machine","navPath":"SingleMachineScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a4d833f21-2965-43bb-b378-fcb446ebded0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario2.html","title":"AVEVA Work Tasks web server and AVEVA Work Tasks server on different machines","navPath":"SingleMachineScenario2.html","bundleId":"work-tasks-2023-sp1","id":"a6dae3899-8a3a-4f34-8b47-23c51c552ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario3.html","title":"AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on different machines","navPath":"SingleMachineScenario3.html","bundleId":"work-tasks-2023-sp1","id":"aa1b068b2-5113-4a3f-a0cf-6b0ff85fcc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenario4.html","title":"AVEVA Work Tasks Web Server Farm, Work Tasks Server, and AVEVA Work Tasks Database Server on Different Machines","navPath":"SingleServerScenario4.html","bundleId":"work-tasks-2023-sp1","id":"aa4fce7cc-d070-4824-b337-5e45ae20a72d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerLicensing.html","title":"Single server licensing information","navPath":"SingleServerLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a2fed8d65-d6ba-4e6d-85dd-fe8020eb43e8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServer.html","title":"Load balanced server","navPath":"LoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a0f5a8aa0-4340-4869-b21e-e7f753a73e71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerArchitecture.html","title":"Load Balanced Server Architecture","navPath":"LoadBalancedServerArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a632ad1cc-5885-4043-976f-54162386ceac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerInstallationScenarios.html","title":"Load balanced server installation scenarios","navPath":"LoadBalancedServerInstallationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a97927939-7d10-467f-a318-488abcc4817b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerCapableofAddingMachinesatAnyTime.html","title":"Single server capable of adding machines at any time","navPath":"SingleServerCapableofAddingMachinesatAnyTime.html","bundleId":"work-tasks-2023-sp1","id":"a9012c07f-7baf-4406-b961-071fbe0abc95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines1.html","title":"Web Server Farm with Clustered Work Tasks Services and Databases on Different Machines","navPath":"LoadBalancedServersonDifferentMachines1.html","bundleId":"work-tasks-2023-sp1","id":"a66065868-d03e-48b6-af16-689176e5d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines2.html","title":"AVEVA Work Tasks Web Server Farm Connecting to AVEVA Work Tasks Services with AVEVA Work Tasks Databases on a Different Machine","navPath":"LoadBalancedServersonDifferentMachines2.html","bundleId":"work-tasks-2023-sp1","id":"afabb36ea-ded9-45d7-baad-de710b5cf8a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","title":"Behavior of AVEVA Work Tasks Services on Enterprise Server","navPath":"BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"a775fa8f6-59d5-4326-a1fa-7f8347dea231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ToolsUsedinEnterpriseServer.html","title":"Tools used in Enterprise Server","navPath":"ToolsUsedinEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"afd759f43-ff92-4ae1-9779-804d9c910afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLimitations.html","title":"Load balanced server limitations","navPath":"LoadBalancedServerLimitations.html","bundleId":"work-tasks-2023-sp1","id":"ad53407b0-151d-4eeb-875b-e5eebad2ebf9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLicensingInformation.html","title":"Load balanced server licensing information","navPath":"LoadBalancedServerLicensingInformation.html","bundleId":"work-tasks-2023-sp1","id":"a867b5c92-282c-4592-a664-fea3051a57c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetscenarios.html","title":"Installing Different Editions","navPath":"skeltabpmnetscenarios.html","bundleId":"work-tasks-2023-sp1","id":"a72603d98-5f56-45da-99b1-13ce8d5f3626","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/planningforinstallation.html","title":"Layout Editing Modes","navPath":"planningforinstallation.html","bundleId":"work-tasks-2023-sp1","id":"a4610a32b-0c8c-4ef0-8922-4a2efc3abafd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/serverroles.html","title":"Identifying Server Roles","navPath":"serverroles.html","bundleId":"work-tasks-2023-sp1","id":"ab492887c-02d8-4ca6-91d3-dd29a9c1f5f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usersource.html","title":"Identifying User Source","navPath":"usersource.html","bundleId":"work-tasks-2023-sp1","id":"a7b1429f9-6330-480c-b460-a7b916c023f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/databaseselection.html","title":"Making Database Selection","navPath":"databaseselection.html","bundleId":"work-tasks-2023-sp1","id":"a7157b66c-ac99-4c5f-ae1d-a0871000f5e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/communication.html","title":"Setting up Communication","navPath":"communication.html","bundleId":"work-tasks-2023-sp1","id":"a583b3a22-e4b3-495b-bbdb-873bc70617cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-mailintegration.html","title":"Integrating Email","navPath":"e-mailintegration.html","bundleId":"work-tasks-2023-sp1","id":"a7d113291-57fe-4631-9a9e-c176f8818a64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ports.html","title":"Setting up Ports","navPath":"ports.html","bundleId":"work-tasks-2023-sp1","id":"aa60682cb-00fd-4190-aa60-bb6808956aef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CookiesCreatedbyWebApplication.html","title":"Cookies Created by Web Application","navPath":"CookiesCreatedbyWebApplication.html","bundleId":"work-tasks-2023-sp1","id":"a19de9f1f-9aea-44ee-88b4-e189f7a695e9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites.html","title":"Prerequisites","navPath":"prerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a492c158f-8d4d-4689-84d7-c74288472cb2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureInternetInformationServices.html","title":"Configure Internet Information Services","navPath":"ConfigureInternetInformationServices.html","bundleId":"work-tasks-2023-sp1","id":"ae96ae8c4-c230-476f-9280-d3331d815034","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableandVerifyMSDTC.html","title":"Enable and verify MSDTC","navPath":"EnableandVerifyMSDTC.html","bundleId":"work-tasks-2023-sp1","id":"ab26f206f-77d8-4adc-97cf-f7a287dd6e32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/575435.html","title":"Configure Oracle Data Handler","navPath":"575435.html","bundleId":"work-tasks-2023-sp1","id":"ab93b8534-ed57-4791-bd5b-3a82d3b62ef9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallSingleServer.html","title":"Install Single Server","navPath":"InstallSingleServer.html","bundleId":"work-tasks-2023-sp1","id":"a45bfca0b-f779-4e1e-b7ff-902e86956460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineInstallation.html","title":"Single machine installation","navPath":"SingleMachineInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a481ae858-6156-44fa-9869-62ea1e302ccf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofInstallation.html","title":"High-level view of installation","navPath":"HighLevelViewofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a8bf30945-82fd-4275-bcee-77e8f98257d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation.html","title":"Installation","navPath":"Installation.html","bundleId":"work-tasks-2023-sp1","id":"af42d13e4-452e-4af9-a199-85ca2f7e611d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae253cc50-afd2-4fb0-ba8e-b675067911fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"ab3689631-1a0e-427c-8ce5-fa4548684934","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer.html","bundleId":"work-tasks-2023-sp1","id":"a67b444e5-626c-4b1f-a390-893ae2021f9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aae749dc4-2e84-4682-80af-b004ca1f6e84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase.html","title":"Create Farm Database","navPath":"CreateFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a48d45138-1692-43d6-a05b-df802e880f22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings.html","title":"Define Security Settings","navPath":"DefineSecuritySettings.html","bundleId":"work-tasks-2023-sp1","id":"a0a2e7d97-da96-4fdd-a301-1b9acda9168e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac494bac4-af74-4696-bb98-0fe1aa3ac81d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices.html","title":"Provision Services","navPath":"ProvisionServices.html","bundleId":"work-tasks-2023-sp1","id":"ad2aeacdc-e4c8-4179-a669-89f180edee31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"aa54978ff-7c5e-432a-bb48-65ef4aca487d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository.html","title":"Create a Repository","navPath":"CreateaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a32bcc35f-9259-4204-8701-a002ab434a56","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation.html","title":"Verify the Installation","navPath":"VerifytheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a764e413b-d27a-4c6b-9719-9b2af91b718c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebServerandAVEVAWorkTasksServeronDifferentMachines.html","title":"Web server and AVEVA Work Tasks server on different machines","navPath":"WebServerandAVEVAWorkTasksServeronDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"aa8617912-fae9-4e6b-baab-ec0ebf08688f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewoftheInstallation.html","title":"High-level view of the installation","navPath":"HighLevelViewoftheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a1a1d45c1-dde5-431a-9dfb-865c0b1ec29a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_1.html","title":"Installation","navPath":"Installation_1.html","bundleId":"work-tasks-2023-sp1","id":"abfcac7a8-6b46-43f9-9f5f-48d4b956b286","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_1.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"a933569eb-b920-4ea4-a792-349bcc2ad225","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_1.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_1.html","bundleId":"work-tasks-2023-sp1","id":"a913d8bcc-8ec4-4bcd-ab9f-96769deb6e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_1.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_1.html","bundleId":"work-tasks-2023-sp1","id":"a505106b3-37f7-4f64-a51f-69d1016ae601","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_1.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"aea45d23f-dd61-4050-81fc-fb13a4b8859f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_1.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"a8e7ae67b-7544-4ae4-a31d-5c7aff94445a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_1.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_1.html","bundleId":"work-tasks-2023-sp1","id":"ad4220f03-df07-4d65-b96d-90f3a724ffa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_1.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"a83fc8459-274a-4027-b031-3859b847e3c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_1.html","title":"Provision Services","navPath":"ProvisionServices_1.html","bundleId":"work-tasks-2023-sp1","id":"a866eb46d-271f-4172-aeb0-5cb25d6e3a5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_1.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_1.html","bundleId":"work-tasks-2023-sp1","id":"a7bac03a2-96c0-47fe-8138-289c2dc7f444","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_1.html","title":"Create a Repository","navPath":"CreateaRepository_1.html","bundleId":"work-tasks-2023-sp1","id":"a625355b9-6fe7-4626-80e1-6d0b552cbd08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_1.html","title":"Verify the Installation","navPath":"VerifytheInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cd1a4ef-ea8f-47a4-a6eb-cccd4fa3c044","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServersonDifferentMachinesScenario1.html","title":"Web Server, AVEVA Work Tasks Server, and Database Server on Different Machines","navPath":"ServersonDifferentMachinesScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a6f2d08b6-5d69-4ef4-9074-6635ad748a9e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a69064966-2138-4f7f-9608-e499ec99792e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aa3b1318f-06d9-4a64-b20e-4e110554039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_2.html","title":"Installation","navPath":"Installation_2.html","bundleId":"work-tasks-2023-sp1","id":"aca02022f-498d-4340-88e5-ec13d75decba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer.html","bundleId":"work-tasks-2023-sp1","id":"a035d3e80-fe80-4732-bf0c-cb68e0415893","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_2.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_2.html","bundleId":"work-tasks-2023-sp1","id":"a9b424b1b-2ab9-4a0f-84d0-74695e3d22df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_2.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_2.html","bundleId":"work-tasks-2023-sp1","id":"adfc9046a-7ac8-4400-9d7c-e76d3c810b5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_2.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a96c418d4-5430-415c-97aa-f8047a5f79a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_2.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a624d1cb2-944f-400c-bcf4-a30642a1426f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_2.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a1d0959a9-4644-437d-b37d-8f39a8097f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_2.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ad5b6f8a2-81a7-45ed-8e29-e312e391c666","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_2.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ae9819721-e27b-4960-b6a5-14587de43783","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a54288089-9e05-4b58-bad8-f5047f9935b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_2.html","title":"Provision Services","navPath":"ProvisionServices_2.html","bundleId":"work-tasks-2023-sp1","id":"a455cc1a3-e8fc-41a2-b1c6-23df9a39637d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a5ceb92f5-a5b1-41e2-b5fa-013dedd9f52c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_3.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_3.html","bundleId":"work-tasks-2023-sp1","id":"a640e2eb0-f478-4acf-a48a-4474dedef67b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_3.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_3.html","bundleId":"work-tasks-2023-sp1","id":"aa2ec7624-973c-4be1-a668-b81a800b6b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_3.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae26e193c-027c-41c0-b9fa-825db1fa5747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation.html","title":"Select Client Installation","navPath":"SelectClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"abf07edd4-6720-49c2-829c-1138d73aada2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a50f36563-78a3-43b5-a2d2-a90d13fb2fd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a751d70d1-6419-4977-974c-0e331d5ca0ec","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_2.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_2.html","bundleId":"work-tasks-2023-sp1","id":"a868acfb6-0014-4b3b-8ad4-bb1028af4d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_2.html","title":"Create a Repository","navPath":"CreateaRepository_2.html","bundleId":"work-tasks-2023-sp1","id":"afd56dfa0-8c17-4ed6-a09b-7ab65e5279d2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_2.html","title":"Verify the Installation","navPath":"VerifytheInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac68c967a-e2ba-4e5c-95e5-110ec7dc8be3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario3.html","title":"Web Farm (Multiple Web servers), AVEVA Work Tasks Server, and Database on Different Machines","navPath":"DifferentMachinesScenario3.html","bundleId":"work-tasks-2023-sp1","id":"ae3311fc0-4c32-46fb-86e5-ffe7672e2d5b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_1.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"addf2ca0e-010c-43c7-bb63-8fb5833dec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_1.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac72bbf83-f0d4-45c4-9735-1b3fe75e741c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation3.html","title":"Installation","navPath":"Installation3.html","bundleId":"work-tasks-2023-sp1","id":"a9ed50da2-4e4c-49ba-b8d7-2ce232cec927","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_1.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_1.html","bundleId":"work-tasks-2023-sp1","id":"ab1499953-dc0b-46f0-bfb7-3c662c8d3bd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_4.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_4.html","bundleId":"work-tasks-2023-sp1","id":"a76d788ac-3db1-448c-aedc-4fd244344ff7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_4.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_4.html","bundleId":"work-tasks-2023-sp1","id":"a8c250d9d-be7a-4f4b-a1f5-f36f94ac61cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_4.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_4.html","bundleId":"work-tasks-2023-sp1","id":"a092fe9e2-40bc-4611-a327-3bcfb520455a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_3.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"acb6e856b-c47e-4a8d-a717-a522c4d4b024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_3.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a95b4006d-5975-44ae-b9fe-d27ce837cc49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_3.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_3.html","bundleId":"work-tasks-2023-sp1","id":"a566f3fc5-401e-461f-bd95-b21d0de8fc1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_3.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_3.html","bundleId":"work-tasks-2023-sp1","id":"adb87c5fe-2382-4b9c-a852-913389fe44fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_1.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_1.html","bundleId":"work-tasks-2023-sp1","id":"ad5fefae5-7366-46f2-80cd-e16c09fe3a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_3.html","title":"Provision Services","navPath":"ProvisionServices_3.html","bundleId":"work-tasks-2023-sp1","id":"a307352a0-c9fd-4c11-93a1-528f291d9a34","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_1.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_1.html","bundleId":"work-tasks-2023-sp1","id":"a277c0d22-027c-4eca-a158-966bc6d5e5db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_5.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_5.html","bundleId":"work-tasks-2023-sp1","id":"a75680dd1-2424-46ae-b3f3-4c11a40cfb31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_5.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_5.html","bundleId":"work-tasks-2023-sp1","id":"ab4c8bbf9-c82c-40b2-b72c-c20beaa8da50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_5.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_5.html","bundleId":"work-tasks-2023-sp1","id":"a434ca78e-5f6a-4dfe-ac02-58e13767f267","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_1.html","title":"Select Client Installation","navPath":"SelectClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a7ad90ce4-a2da-4772-988f-47c7c8b895c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_1.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf1a1f89-20a6-4671-8d12-354116ed4373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_1.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa1cda9b2-e7f2-42bb-b4ed-c4719ed9be0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_3.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_3.html","bundleId":"work-tasks-2023-sp1","id":"a440a6207-5934-425a-8a87-e7a4b51c2a7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_3.html","title":"Create a Repository","navPath":"CreateaRepository_3.html","bundleId":"work-tasks-2023-sp1","id":"a7dab86cc-d63d-4c41-bbba-01836c19106a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_3.html","title":"Verify the Installation","navPath":"VerifytheInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"af7c37d8e-3fe4-44e0-95be-1b45923dbc52","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntranetandExtranetWebServersonDifferentMachines.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"IntranetandExtranetWebServersonDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"ac3aec5f2-c298-45d9-9dc8-a9cebf79ba78","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_2.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a64701b76-336a-436d-a570-31f1fa584d40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_2.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"aebfdb26b-87cb-42db-9294-d01d660f096a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation4.html","title":"Installation","navPath":"Installation4.html","bundleId":"work-tasks-2023-sp1","id":"a09bb2f61-42b6-49c2-bd23-27b50924a30f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_2.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a5ebd6fba-2939-45c9-8075-a60c4650084f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_6.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_6.html","bundleId":"work-tasks-2023-sp1","id":"aa069adfc-f170-470c-b06f-b839743353c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_6.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_6.html","bundleId":"work-tasks-2023-sp1","id":"a9cbdc714-4614-42c7-8d87-802b3b078f10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_6.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_6.html","bundleId":"work-tasks-2023-sp1","id":"aa7fb5e67-761e-4cd6-a73c-e87d9f6ce01a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_4.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a8fc203d1-1d63-4386-a73e-2d2653920dd0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_4.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"aa1afd3fb-490e-4fd5-856a-8582711e1f29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_4.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a5adcbd73-d68b-44bd-91dc-591d4f40e43c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_4.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a53a70877-9dbe-4e0a-80d3-67198731b0ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_2.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_2.html","bundleId":"work-tasks-2023-sp1","id":"a06a15f40-89c7-40f7-aed0-f8e8b8dde03c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_4.html","title":"Provision Services","navPath":"ProvisionServices_4.html","bundleId":"work-tasks-2023-sp1","id":"a1633ff85-fcce-4b97-bad2-508eae8232bf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_2.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_2.html","bundleId":"work-tasks-2023-sp1","id":"aee81a62b-7bd8-47fd-816c-9eda79936089","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_7.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_7.html","bundleId":"work-tasks-2023-sp1","id":"a296db8f0-9f9a-4e41-abff-3f9b4a9957bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_7.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_7.html","bundleId":"work-tasks-2023-sp1","id":"ab7c5d636-984c-499e-bb26-ff3e39eb3b26","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_7.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_7.html","bundleId":"work-tasks-2023-sp1","id":"ad880a4d6-9e47-46a2-9373-09da13708e9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_2.html","title":"Select Client Installation","navPath":"SelectClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac5184e73-0bb0-49e4-962c-88563a06e364","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_2.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a0c5c825d-28e3-4357-912e-464f55014cf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_2.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_2.html","bundleId":"work-tasks-2023-sp1","id":"ab9fec341-7a64-429e-a79f-752834180a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_4.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_4.html","bundleId":"work-tasks-2023-sp1","id":"a5be6e137-6b2d-4687-baaf-d35ecceaea36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_4.html","title":"Create a Repository","navPath":"CreateaRepository_4.html","bundleId":"work-tasks-2023-sp1","id":"ac694c9f5-56b0-43eb-9aec-6db21a3f0ec4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_4.html","title":"Verify the Installation","navPath":"VerifytheInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a3802cc7b-0d91-4dfc-aae2-8ba0be00e343","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallLoadBalancedServer.html","title":"Install Load Balanced Server","navPath":"InstallLoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a00903dcd-0472-45c8-8401-b07dc0a33b47","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","title":"Web Farm with clustered services on Web Farm Machines with database on a different machine","navPath":"WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","bundleId":"work-tasks-2023-sp1","id":"a5756aa9f-82cf-44ed-a8ee-c905efb803de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_3.html","title":"High-level view of server installation","navPath":"HighLevelViewofServerInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"a891e665f-28f2-43e7-bf2a-d76e28a20f5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_3.html","title":"Installation","navPath":"Installation_3.html","bundleId":"work-tasks-2023-sp1","id":"ad4f42cdc-56f1-4cff-a0a9-b2b309c3da44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_3.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae0e493e0-fc37-4ada-904b-4d4b0e148f44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_8.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_8.html","bundleId":"work-tasks-2023-sp1","id":"ab8677528-617e-4a04-ab6f-73ababa4466e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_8.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_8.html","bundleId":"work-tasks-2023-sp1","id":"aa2671ea2-f997-4bbd-9a0d-060ea33689a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_8.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_8.html","bundleId":"work-tasks-2023-sp1","id":"aae907b5e-fba1-4019-ba66-ac12d80ae3a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition.html","bundleId":"work-tasks-2023-sp1","id":"a179fa033-0686-4070-b521-65f50a24c2ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_5.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"ac2ab5e90-d3b2-44f1-9297-efb57025cdd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_5.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_5.html","bundleId":"work-tasks-2023-sp1","id":"ab0eac483-b121-4e43-83cc-bf9cb9e4c3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_5.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_5.html","bundleId":"work-tasks-2023-sp1","id":"af76dc3d8-a55f-4e2c-9a1f-ba41d2cd6f8b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_3.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_3.html","bundleId":"work-tasks-2023-sp1","id":"a6cd86bc4-ef40-4d6c-9ebb-818fdd1ecd80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineEnterpriseConsole.html","title":"Define Enterprise Console","navPath":"DefineEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a91876dab-12b4-494d-941f-44aec30f1525","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_5.html","title":"Provision Services","navPath":"ProvisionServices_5.html","bundleId":"work-tasks-2023-sp1","id":"af469032b-6dd1-4004-a54e-dfbf0f78de97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_5.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_5.html","bundleId":"work-tasks-2023-sp1","id":"a9db1a078-25a8-47ff-878a-9495a20342bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_5.html","title":"Create a Repository","navPath":"CreateaRepository_5.html","bundleId":"work-tasks-2023-sp1","id":"a10dca142-2341-4a81-9832-4d77843b6b61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallonMultipleMachines.html","title":"Install on Multiple Machines","navPath":"InstallonMultipleMachines.html","bundleId":"work-tasks-2023-sp1","id":"a03f5f3cb-ebd9-4be6-9fdd-e300f1ea6581","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_5.html","title":"Verify the Installation","navPath":"VerifytheInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"ab3964056-932d-439d-b69f-5da9bde808af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario4.html","title":"Web farm connecting to separate Services Cluster with Database on a Different Machine","navPath":"DifferentMachinesScenario4.html","bundleId":"work-tasks-2023-sp1","id":"ab8e621bd-212f-47cd-b940-3b24adcc7bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/High-LevelViewofServerInstallation.html","title":"High-level view of server installation","navPath":"High-LevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aade803e7-869e-48b8-905b-d06c90419de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation14.html","title":"High-level view of client installation","navPath":"high-levelviewofskeltaclientinstallation14.html","bundleId":"work-tasks-2023-sp1","id":"afba7a16d-4555-4fba-8dd8-b1f00d721109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation65.html","title":"Installation","navPath":"installation65.html","bundleId":"work-tasks-2023-sp1","id":"abfe408e1-124a-46ab-8004-d349f5e97809","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server.html","title":"AVEVA Work Tasks server","navPath":"Wonderware_Skelta_BPM_Server.html","bundleId":"work-tasks-2023-sp1","id":"a11f3a9ba-0369-4576-b18b-eedbdc508786","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_9.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_9.html","bundleId":"work-tasks-2023-sp1","id":"ae98cbb41-c264-4e3d-8e36-0bba17b742a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_9.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_9.html","bundleId":"work-tasks-2023-sp1","id":"aec6ee656-daa1-4583-ad07-9451f33c0b69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_9.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_9.html","bundleId":"work-tasks-2023-sp1","id":"acea7f020-86e3-4f8f-86be-56ee56b34a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_1.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_1.html","bundleId":"work-tasks-2023-sp1","id":"a433a9acd-c042-486d-8463-bc7ea9971e7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_6.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"afc54637e-45f0-4862-8548-6a2d3ba7e0a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_6.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a66fa955e-79f3-4260-bee0-771cb2af306b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_6.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a37ad7773-8f4f-46d2-b5fc-5be059f4faae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_4.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_4.html","bundleId":"work-tasks-2023-sp1","id":"af3e2ad62-d775-4b4e-adb6-334fb94f8790","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_6.html","title":"Provision Services","navPath":"ProvisionServices_6.html","bundleId":"work-tasks-2023-sp1","id":"aa29e4344-5226-4e02-ab05-4980dd51eb33","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client.html","bundleId":"work-tasks-2023-sp1","id":"aa5b548a0-a593-40f4-b709-4d2182f62b2a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_10.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_10.html","bundleId":"work-tasks-2023-sp1","id":"a4d91fb1f-68c3-45c9-934c-cca7c4b44a91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_10.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_10.html","bundleId":"work-tasks-2023-sp1","id":"afb389c8c-f18f-450b-a5f6-53fc6dbe0316","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_10.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_10.html","bundleId":"work-tasks-2023-sp1","id":"a1d1b290b-bf6d-4e9e-93c3-c69b10e6f4a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_3.html","title":"Select Client Installation","navPath":"SelectClientInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"add50eec4-8fae-4998-9ae9-6fd3e9c4efff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_3.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a2cef3d8e-f754-4766-bbf6-da8ba80b7281","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_3.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_3.html","bundleId":"work-tasks-2023-sp1","id":"a041c84b9-5727-4fbc-b712-c9fa3938093c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_6.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_6.html","bundleId":"work-tasks-2023-sp1","id":"a7dec73a2-82d7-4906-a266-e30557018cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_6.html","title":"Create a Repository","navPath":"CreateaRepository_6.html","bundleId":"work-tasks-2023-sp1","id":"a99fe1af8-0987-4a9f-8548-a32e128eef25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_6.html","title":"Verify the Installation","navPath":"VerifytheInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"aa05fb0de-2b3b-43d9-a566-6537c219aed0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/completestandalonedeploymentindevelopermachine112.html","title":"Single Server capable of adding machines at any time","navPath":"completestandalonedeploymentindevelopermachine112.html","bundleId":"work-tasks-2023-sp1","id":"a22efa9f1-bcf2-4e1a-983e-af011407ace3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelinstallationview1112.html","title":"High-level view of AVEVA Work Tasks installation","navPath":"high-levelinstallationview1112.html","bundleId":"work-tasks-2023-sp1","id":"ac6eda2b5-340a-47b1-8a6e-2ee608cb430f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation312.html","title":"Installation","navPath":"installation312.html","bundleId":"work-tasks-2023-sp1","id":"a28103a17-8497-4961-bc47-2363aee74535","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_11.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_11.html","bundleId":"work-tasks-2023-sp1","id":"afbca0a4f-8b82-4e01-8c47-aa697b21604f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_11.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_11.html","bundleId":"work-tasks-2023-sp1","id":"a5a312a7c-a275-48f0-807b-a35d386054d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_11.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_11.html","bundleId":"work-tasks-2023-sp1","id":"a74f84d5e-d465-4a53-8d12-1f657f1e91e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_2.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_2.html","bundleId":"work-tasks-2023-sp1","id":"a8f779995-d99d-49da-9526-55bdf29ea370","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_7.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_7.html","bundleId":"work-tasks-2023-sp1","id":"a81cb3211-794c-4046-837b-0da53b94d176","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_7.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_7.html","bundleId":"work-tasks-2023-sp1","id":"a450e9a9b-dac4-4836-9bf2-da2fecb92dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_7.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_7.html","bundleId":"work-tasks-2023-sp1","id":"af900e5b1-ca0b-4463-a4ac-9870a1e3c781","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_7.html","title":"Provision Services","navPath":"ProvisionServices_7.html","bundleId":"work-tasks-2023-sp1","id":"a9d382a9b-105e-4fed-ad92-5e9be9ed4203","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_7.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_7.html","bundleId":"work-tasks-2023-sp1","id":"a67bbedfc-308e-4089-bff5-41ecba4d46e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_7.html","title":"Create a Repository","navPath":"CreateaRepository_7.html","bundleId":"work-tasks-2023-sp1","id":"a99daed56-f5cc-4fd1-9d99-f83bd9ad366b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_7.html","title":"Verify the Installation","navPath":"VerifytheInstallation_7.html","bundleId":"work-tasks-2023-sp1","id":"a5138cb2d-19b6-4dfd-a434-0d63e2316d6c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","bundleId":"work-tasks-2023-sp1","id":"ac2bbbed2-42d8-467f-b005-7c36db4d1516","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation36.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation36.html","bundleId":"work-tasks-2023-sp1","id":"a2a43fc28-d531-4bf8-8be7-3c80dd7909c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation15.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation15.html","bundleId":"work-tasks-2023-sp1","id":"aac0fe502-384f-4c44-8855-08b8b2c0ac91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation66.html","title":"Installation","navPath":"installation66.html","bundleId":"work-tasks-2023-sp1","id":"a191a29d6-3570-40a4-81f3-73a984c6e776","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_1.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_1.html","bundleId":"work-tasks-2023-sp1","id":"a4829b101-042a-4ed7-a95b-678820b33f13","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_12.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_12.html","bundleId":"work-tasks-2023-sp1","id":"acae7a248-25bb-41e2-9e6b-75ff3e4f52ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_12.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_12.html","bundleId":"work-tasks-2023-sp1","id":"a9d55385a-e953-4636-b092-628313fceb78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_12.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_12.html","bundleId":"work-tasks-2023-sp1","id":"ac2dcafd4-5b35-4021-a756-4e3f47686de4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_3.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_3.html","bundleId":"work-tasks-2023-sp1","id":"a941a7c78-6ae1-48d0-847f-96689d824288","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_8.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_8.html","bundleId":"work-tasks-2023-sp1","id":"ad36b1fec-53e7-4a71-a9cb-23fde3a00982","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_8.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_8.html","bundleId":"work-tasks-2023-sp1","id":"abc632ed6-ac17-4961-baf1-587887f9e19c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_8.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_8.html","bundleId":"work-tasks-2023-sp1","id":"a26815e4d-6b6c-4a34-aba0-8cb7d8800a25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_5.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_5.html","bundleId":"work-tasks-2023-sp1","id":"a3312eaec-ab71-4b82-a476-15aaf3e22b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_8.html","title":"Provision Services","navPath":"ProvisionServices_8.html","bundleId":"work-tasks-2023-sp1","id":"a749442a9-00f3-42d5-8ef8-69f937a17f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_1.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_1.html","bundleId":"work-tasks-2023-sp1","id":"a313f1f00-e178-4248-87b3-750d7c9fadd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_13.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_13.html","bundleId":"work-tasks-2023-sp1","id":"a152a18c8-a305-4708-914f-bc4da3bf7d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_13.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_13.html","bundleId":"work-tasks-2023-sp1","id":"a3dfea202-c090-4e15-860c-33c6920e7f31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_4.html","title":"Select Client Installation","navPath":"SelectClientInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"adbc8fce8-5f4b-4a6c-b7b0-0e7d144cf394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_4.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"a4178dbb2-78b0-44ba-9623-866f281c2914","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_4.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_4.html","bundleId":"work-tasks-2023-sp1","id":"a5a95e2ed-a1d6-4733-b59e-4f2070e582fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_8.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_8.html","bundleId":"work-tasks-2023-sp1","id":"ab48db8ff-6d3c-48ad-89ac-35392bd81108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_8.html","title":"Create a Repository","navPath":"CreateaRepository_8.html","bundleId":"work-tasks-2023-sp1","id":"a8de02b7f-54ed-4175-a34c-c842294c2e05","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_8.html","title":"Verify the Installation","navPath":"VerifytheInstallation_8.html","bundleId":"work-tasks-2023-sp1","id":"a223e3b9d-3051-4c5b-8e41-ab04e29fcd21","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","title":"Client and Server Installation","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","bundleId":"work-tasks-2023-sp1","id":"a8c6beb07-38d5-4ff5-a3a1-3004a0db82e6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation31.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation31.html","bundleId":"work-tasks-2023-sp1","id":"a9f5e7db3-1db0-4952-976c-d17ffdce22be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation11.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation11.html","bundleId":"work-tasks-2023-sp1","id":"ae54199a2-ef72-4092-9ae1-6dc8c52208a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation67.html","title":"Installation","navPath":"installation67.html","bundleId":"work-tasks-2023-sp1","id":"a1bd1ce01-1748-4476-8015-fbc597d1a7df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_2.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_2.html","bundleId":"work-tasks-2023-sp1","id":"a729e3a69-cbb5-43e0-a2bf-287c7770696f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_14.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_14.html","bundleId":"work-tasks-2023-sp1","id":"af66b7f13-c078-480e-884b-17a6629cfd6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_14.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_14.html","bundleId":"work-tasks-2023-sp1","id":"aef7ca800-32c6-4d70-b236-4fec4dc9742d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_13.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_13.html","bundleId":"work-tasks-2023-sp1","id":"ad7aa383d-0f58-4f96-b397-68c8809b7c6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_4.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_4.html","bundleId":"work-tasks-2023-sp1","id":"acaa718be-afc4-4536-8988-3595c9f9a081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_9.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_9.html","bundleId":"work-tasks-2023-sp1","id":"affbd9a77-51f5-404d-b7a0-2932c4d3566b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_9.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a9506a727-5640-4822-8006-a2659ddfbd34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_9.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a050001eb-715c-4615-814c-18ac6e59b553","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_6.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_6.html","bundleId":"work-tasks-2023-sp1","id":"a2ea689ff-ee22-4e0e-b608-40754fdf19ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_9.html","title":"Provision Services","navPath":"ProvisionServices_9.html","bundleId":"work-tasks-2023-sp1","id":"ac37b77d8-9c96-4f85-9059-a8df114efc1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_2.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_2.html","bundleId":"work-tasks-2023-sp1","id":"a7490f85d-0a9e-44e7-8842-dc4c81cd3879","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_15.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_15.html","bundleId":"work-tasks-2023-sp1","id":"ad9a1cce3-3cc7-4320-a69f-74ea692b7495","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_15.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_15.html","bundleId":"work-tasks-2023-sp1","id":"a8cbacde9-beb4-4582-9d40-52093dfee4f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_14.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_14.html","bundleId":"work-tasks-2023-sp1","id":"a5580d68b-ffbd-498b-9cfa-4eb27b238910","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_5.html","title":"Select Client Installation","navPath":"SelectClientInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"a70cf1c65-167a-465b-9fba-819776a409eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_5.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"a68cb4f42-d8ae-4a4a-9764-d52c5e38ed9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_5.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_5.html","bundleId":"work-tasks-2023-sp1","id":"a361ccd72-cf87-4315-aef8-9db0e936c91a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_9.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_9.html","bundleId":"work-tasks-2023-sp1","id":"a1133d36d-4bc3-4d76-b7c3-62b6e549ddfb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_9.html","title":"Create a Repository","navPath":"CreateaRepository_9.html","bundleId":"work-tasks-2023-sp1","id":"a8e748d36-69d0-4467-aa75-02018b90bc88","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_9.html","title":"Verify the Installation","navPath":"VerifytheInstallation_9.html","bundleId":"work-tasks-2023-sp1","id":"af76a539e-fac8-49ae-977c-44a863bea567","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksinSilentMode.html","title":"Install and Configure AVEVA Work Tasks in Silent Mode","navPath":"InstallandConfigureAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a8d44ede5-9ba7-4823-bb80-fde76a9ddb68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforInstallingandConfiguringinSilentMode.html","title":"Prerequisites for Installing and Configuring in Silent Mode","navPath":"PrerequisitesforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a2026ddc8-d590-48aa-ac12-53d597b394a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallinSilentMode.html","title":"Install in Silent Mode","navPath":"InstallinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a22ab1c19-ccfc-40c6-a8bc-d31322406b08","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentMode.html","title":"Configure in Silent Mode","navPath":"ConfigureinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aacd23249-b069-4774-9c03-79695f60e9a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeUsingXML.html","title":"Configure in Silent Mode Using XML","navPath":"ConfigureinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaa216fd6-89ba-4729-aa91-691cde204c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingXML.html","title":"Configure DataSource in Silent Mode Using XML","navPath":"ConfigureDataSourceinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a74464d76-9c19-41da-a0f4-860601a6309a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aa12aae81-70b3-431f-94c3-5f51123b86fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingXML.html","title":"Configure Farm in Silent Mode Using XML","navPath":"ConfigureFarminSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a6a337a31-2a09-4305-bb04-761f5291ec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryinSilentModeUsingXML.html","title":"Configure Repository in Silent Mode Using XML","navPath":"ConfigureRepositoryinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a9d76d8f9-42e1-40db-adc1-37c95421e867","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQuickflowinSilentModeUsingXML.html","title":"Configure Quickflow in Silent Mode Using XML","navPath":"ConfigureQuickflowinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaccd1fb2-7454-41bf-888f-24d9abc8d972","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCryptographySettingsinSilentModeusingXML.html","title":"Configure Cryptography Settings in Silent Mode using XML","navPath":"ConfigureCryptographySettingsinSilentModeusingXML.html","bundleId":"work-tasks-2023-sp1","id":"a5b8939b2-be69-484d-9548-a9f112fcf249","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeusingCommandLineParameters.html","title":"Configure in Silent Mode using Command-Line Parameters","navPath":"ConfigureinSilentModeusingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a01c2c651-feda-4818-b48f-a0f7ff29a5c7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingCommandLineParameters.html","title":"Configure Farm in Silent Mode Using Command-Line Parameters","navPath":"ConfigureFarminSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a929dd387-9dda-4a7f-bdbc-6e24aa678a0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","title":"Configure DataSource in Silent Mode Using Command-Line Parameters","navPath":"ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5ff17cd8-8d2d-4971-9829-4101bbe83cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryInSilentMode.html","title":"Configure Repository in Silent Mode Using Command-Line Parameters","navPath":"ConfigureRepositoryInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aee03911c-0f61-45bd-ac20-a887ef5bc037","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnResultsforSilentConfiguration.html","title":"Return Results for Silent Configuration","navPath":"ReturnResultsforSilentConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1525e434-8f30-4012-8d87-ddd51571b743","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","title":"Sample Batch File Script for Installing and Configuring in Silent Mode","navPath":"SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aeb0632be-0e9d-4cea-ab4a-6103f1164f9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsandExceptionsSilentInstallationandConfiguration.html","title":"Limitations and Exceptions - Silent Installation and Configuration","navPath":"LimitationsandExceptionsSilentInstallationandConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1d9d2846-9ff8-484a-a55e-71eda59e7fbd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","title":"Installing AVEVA Work Tasks Add-in for Microsoft Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a42f8ab59-38df-4b07-b896-4d1e707ef549","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPrerequisites.html","title":"Installation Prerequisites","navPath":"InstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a9af94f46-3cd5-4b1a-84ec-428be19a1005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Install AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a3f62fc90-955f-4f97-a0a5-c8c46cb777de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Uninstalling AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a672fd0a7-aa26-4d93-821a-73a75f4873ad","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientonWindowsFormBasedApplication.html","title":"Install Client on Windows Form Based Application","navPath":"InstallClientonWindowsFormBasedApplication.html","bundleId":"work-tasks-2023-sp1","id":"a137140d3-7d52-41d4-9551-8136fb69ccc9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPlanningChecklist.html","title":"Installation Planning Checklist","navPath":"InstallationPlanningChecklist.html","bundleId":"work-tasks-2023-sp1","id":"a5980d571-97d5-4345-8c24-82ef4e62e81f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelInstallationView.html","title":"High-Level Installation View","navPath":"HighLevelInstallationView.html","bundleId":"work-tasks-2023-sp1","id":"a1828e508-fddc-4a4e-a1f0-58d9503c2a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_4.html","title":"Installation","navPath":"Installation_4.html","bundleId":"work-tasks-2023-sp1","id":"a538908ac-a935-4118-9586-d1e4b008f8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_16.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_16.html","bundleId":"work-tasks-2023-sp1","id":"aca8f3f31-2894-4660-9800-0029e828a1b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_16.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_16.html","bundleId":"work-tasks-2023-sp1","id":"a1edffe02-7add-4b48-8c9e-c8a31f083406","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_6.html","title":"Select Client Installation","navPath":"SelectClientInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"ac3e1d111-2388-4bef-8e5f-4c1efd035930","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_6.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"af28ed421-0bc7-413c-ab28-1f8a28e51387","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_6.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_6.html","bundleId":"work-tasks-2023-sp1","id":"acbb59515-2201-45bb-8613-4c4a37f71986","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_10.html","title":"Verify the Installation","navPath":"VerifytheInstallation_10.html","bundleId":"work-tasks-2023-sp1","id":"a99434ef3-1864-415c-bdd9-0aed0998d88c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","title":"Install AVEVA Work Tasks Locales for Brazilian Portuguese","navPath":"InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","bundleId":"work-tasks-2023-sp1","id":"aab87faca-6aee-4369-a3b3-7be3f4b1df29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetaRepositorytoSupportMultipleLocales.html","title":"Set a Repository to Support Multiple Locales","navPath":"SetaRepositorytoSupportMultipleLocales.html","bundleId":"work-tasks-2023-sp1","id":"a20125d73-90e9-4183-b81c-a44690f19ac1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicensing.html","title":"AVEVA Licensing","navPath":"AVEVALicensing.html","bundleId":"work-tasks-2023-sp1","id":"af5fdcdb7-92e8-441d-a3ba-69d7bcb72a53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutAVEVAEnterpriseLicensing.html","title":"About AVEVA Enterprise Licensing","navPath":"AboutAVEVAEnterpriseLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a9d484cfe-660e-4e95-ad44-a0866eb22047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowdoesLicensingwork.html","title":"How does Licensing work?","navPath":"HowdoesLicensingwork.html","bundleId":"work-tasks-2023-sp1","id":"a156211ff-8c83-4268-8891-894768753f61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LicensingforAVEVAWorkTasks.html","title":"Licensing for AVEVA Work Tasks","navPath":"LicensingforAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae7db001b-925e-4f44-8a74-4d002066508a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GracePeriodforAVEVALicense.html","title":"Grace Period for AVEVA License","navPath":"GracePeriodforAVEVALicense.html","bundleId":"work-tasks-2023-sp1","id":"a32155e86-5ca8-45e0-84df-72fedb1aaa3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeLoadBalanceSettings.html","title":"Change Load Balance Settings","navPath":"ChangeLoadBalanceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a15ecb961-99ec-4e28-8ee3-17688f0a58bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientConnectionLicenseforSystemPlatformIDE.html","title":"Client Connection License for System Platform IDE","navPath":"ClientConnectionLicenseforSystemPlatformIDE.html","bundleId":"work-tasks-2023-sp1","id":"ac95b3991-a2c7-4163-a550-f622999e6f51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense.html","title":"Client Connection License for InTouch","navPath":"SessionbasedClientConnectionLicense.html","bundleId":"work-tasks-2023-sp1","id":"a6aa101d2-2a34-4db2-ad74-88ccc6538149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense_1.html","title":"Session-based Client Connection License","navPath":"SessionbasedClientConnectionLicense_1.html","bundleId":"work-tasks-2023-sp1","id":"abf9dcea0-c54f-4cb6-b969-5b2ec85dba09","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/worktasksmobileapplication.html","title":"AVEVA Work Tasks Pro","navPath":"worktasksmobileapplication.html","bundleId":"work-tasks-2023-sp1","id":"a3a7556c5-bf4b-472f-9319-f5be256a393c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicenseUtilizationWorkTasksPro.html","title":"AVEVA License Utilization","navPath":"AVEVALicenseUtilizationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"abe5d6131-d043-4c75-aaed-1d101fc40cf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PushNotificationArchitectureforAVEVAWorkTasksPro.html","title":"Push Notification Architecture for AVEVA Work Tasks Pro","navPath":"PushNotificationArchitectureforAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aafdf648e-11fc-434c-8dd3-ef4f4633c48a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnhancedSecurity.html","title":"Enhanced Security","navPath":"EnhancedSecurity.html","bundleId":"work-tasks-2023-sp1","id":"a567d3005-4d9b-4ca0-8464-d1c4c06ef27e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksPro.html","title":"Install AVEVA Work Tasks Pro","navPath":"InstallAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"ab22d0d52-a6de-4529-80dc-e03d6526395b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites3.html","title":"Prerequisites","navPath":"Prerequisites3.html","bundleId":"work-tasks-2023-sp1","id":"aedb989e9-eb6f-4595-aa4a-ecfd665c3211","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","title":"High Level View of Configuration and Installation of AVEVA Work Tasks Pro","navPath":"HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a7753eb43-5acd-423c-81db-9ed82e603e61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksPro.html","title":"Access AVEVA Work Tasks Pro","navPath":"AccessAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a42b2678d-18f5-4b0c-9b93-6cbd9cd61c11","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro within the Corporate Network","navPath":"AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"a45c309e8-6c9f-4ecd-91ca-3da0f53663a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro Outside the Corporate Network","navPath":"Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"afa95a0b2-8105-415d-a507-f6b65947e24b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksProApp.html","title":"Install and Configure AVEVA Work Tasks Pro App","navPath":"InstallandConfigureAVEVAWorkTasksProApp.html","bundleId":"work-tasks-2023-sp1","id":"a4f345fbb-37e3-4c84-9f6c-c01f5775f91e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationWorkTasksPro.html","title":"Verify Installation","navPath":"VerifyInstallationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"af9b19fd9-be02-466c-94a8-2f4eaadec08c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAVEVAWorkTasksPro.html","title":"Configure AVEVA Work Tasks Pro","navPath":"ConfigureAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aa40c55b5-23c8-4feb-bfd8-328d451667fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelMobileWorkList.html","title":"Delivery Channel - MobileWorkList","navPath":"DeliveryChannelMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"ad9789d60-56e8-4660-9d77-1df39bd6ba5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockorUnblockMobileApplication.html","title":"Block or Unblock Mobile Application","navPath":"BlockorUnblockMobileApplication.html","bundleId":"work-tasks-2023-sp1","id":"a986e2063-a4ef-46ae-836c-ccc962a5e752","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedSettings.html","title":"Advanced Settings","navPath":"AdvancedSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7a3e3a8-0c45-462b-8a49-104bc9e31c3f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceMonitor.html","title":"Service Monitor","navPath":"ServiceMonitor.html","bundleId":"work-tasks-2023-sp1","id":"a855fa4ee-6822-42c7-9af8-8711b4068e89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSettings.html","title":"Service Settings","navPath":"ServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0618090b-e4cb-4de0-8c00-94f57011e3e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineSettings.html","title":"Engine Settings","navPath":"EngineSettings.html","bundleId":"work-tasks-2023-sp1","id":"a7c07c866-2f74-408f-b405-06ca032e567f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSchedulerSettings.html","title":"Task Scheduler Settings","navPath":"TaskSchedulerSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac0c3f6de-c38f-435d-81de-5e906e2b9069","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceSettings.html","title":"Communication Service Settings","navPath":"CommunicationServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a41c15f07-0359-4304-a655-6c0d5f91f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceSettings.html","title":"Client Service Settings","navPath":"ClientServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"abd8849e5-eac3-4fcb-a946-d17f4667389a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofRestarts.html","title":"Types of Restarts","navPath":"TypesofRestarts.html","bundleId":"work-tasks-2023-sp1","id":"abec65059-9d26-4678-aae6-bcf228a49f8c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesofServiceMonitoring.html","title":"Features of Service Monitoring","navPath":"FeaturesofServiceMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a0d19fbbc-7044-4c3a-a400-78981958cb82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processmemorycalculation.html","title":"Process Memory Calculation","navPath":"processmemorycalculation.html","bundleId":"work-tasks-2023-sp1","id":"ad0e1d88b-1802-4eec-a414-8df998982577","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofMonitoring.html","title":"Types of Monitoring","navPath":"TypesofMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b101f-5049-447c-99d6-d56df861e9ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Maintenance.html","title":"Maintenance","navPath":"Maintenance.html","bundleId":"work-tasks-2023-sp1","id":"ac3c7342b-392e-4e3f-8b65-c76793a097cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CriticalMemoryLimit.html","title":"Critical Memory Limit","navPath":"CriticalMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"ae264141e-f9d4-412d-8168-6289575f3366","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WarningMemoryLimit.html","title":"Warning Memory Limit","navPath":"WarningMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"a72a651cf-6630-4a16-b80c-1f025dd8d4f5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSpecificMonitoring.html","title":"Service Specific Monitoring","navPath":"ServiceSpecificMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5706b52e-86e3-4db4-a450-7c60af1328fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowEngine.html","title":"Workflow Engine","navPath":"WorkflowEngine.html","bundleId":"work-tasks-2023-sp1","id":"a241795c3-25b7-44e5-bed7-cb79e4447326","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceDependencies.html","title":"Service Dependencies","navPath":"ServiceDependencies.html","bundleId":"work-tasks-2023-sp1","id":"a86e1bd69-9426-4e2f-bc31-31a47c3d5d8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedEnvironment.html","title":"Load Balanced Environment","navPath":"LoadBalancedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a84ee5a84-e4d4-4324-bde8-3be1e55ab327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationSettings.html","title":"Configuration Settings","navPath":"ConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a175dcc05-4338-4d72-a658-9e51ab33a4e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationConstants.html","title":"Application Constants","navPath":"ApplicationConstants.html","bundleId":"work-tasks-2023-sp1","id":"a24d62c71-9dcc-47ac-a85a-2fcc6d53d1b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultSettings.html","title":"Default Settings","navPath":"DefaultSettings.html","bundleId":"work-tasks-2023-sp1","id":"a79cd6d59-9683-4c0b-ab64-9412f80d821a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios.html","title":"User Scenarios","navPath":"UserScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a138fefd4-641c-4d05-ac8e-f2f9b900274c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TechnicalScenariosandFeatures.html","title":"Technical Scenarios and Features","navPath":"TechnicalScenariosandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"ab3e89762-73e9-4cfb-94b0-fd1ea15b8903","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationService.html","title":"Mobile Notification Service","navPath":"MobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa434e44a-3cd8-4229-964a-e29d47499a8d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RegistertoMobileNotificationService.html","title":"Register to Mobile Notification Service","navPath":"RegistertoMobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa70ba683-5dfe-4289-b0ea-970159c8ae15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrySettings.html","title":"Retry Settings","navPath":"RetrySettings.html","bundleId":"work-tasks-2023-sp1","id":"abf7194e6-3be9-465a-bcb1-ca8099e85d30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings.html","bundleId":"work-tasks-2023-sp1","id":"a5e84f896-e5bc-423b-825d-320e8c11a403","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratingNotificationServices.html","title":"Migrating Notification Services","navPath":"MigratingNotificationServices.html","bundleId":"work-tasks-2023-sp1","id":"afde6efcc-67be-412e-bc1c-0e4f10983b8c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings_1.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"aa8cdcce1-d523-4906-a1b5-d67d89416a42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalSettings.html","title":"Global Settings","navPath":"GlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0f90a-56ed-4162-a7f5-3f9a3413970d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HTTPSettings.html","title":"HTTP Settings","navPath":"HTTPSettings.html","bundleId":"work-tasks-2023-sp1","id":"aa1d90df1-9bb0-4a8b-ad0b-e46f8fbc1ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogorTransactionSettings.html","title":"Log or Transaction Settings","navPath":"LogorTransactionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a57822d57-f2a8-4e63-959b-7f2e88c53e1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherSettings.html","title":"File Watcher Settings","navPath":"FileWatcherSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c21143e-23a5-4223-9432-ce970adf9e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MachineSetting.html","title":"Machine Setting","navPath":"MachineSetting.html","bundleId":"work-tasks-2023-sp1","id":"a38372161-3b2f-4905-98e6-01853383cd28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureSetting.html","title":"Azure Setting","navPath":"AzureSetting.html","bundleId":"work-tasks-2023-sp1","id":"a3329c8ec-667c-458e-a36b-e08e4f8982f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateEnterpriseConsolewithAnonymousAuthentication.html","title":"Create Enterprise Console with Anonymous Authentication","navPath":"CreateEnterpriseConsolewithAnonymousAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a74d7c4d6-6e5e-4fc0-b107-15a2c312aaf6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServiceBusListener.html","title":"Configure Service Bus Listener","navPath":"ConfigureServiceBusListener.html","bundleId":"work-tasks-2023-sp1","id":"af4cd2ae1-6738-412f-860c-08a97f80352c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GenerateSASToken.html","title":"Generate SAS Token","navPath":"GenerateSASToken.html","bundleId":"work-tasks-2023-sp1","id":"ab00e3385-aa49-4dad-b58a-15fbfab1820d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvideServerDetailstoMobileUser.html","title":"Provide Server Details to Mobile User","navPath":"ProvideServerDetailstoMobileUser.html","bundleId":"work-tasks-2023-sp1","id":"ad39cb56c-5c90-40f0-a790-06d08f952dd3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAServices.html","title":"ArchestrA Services","navPath":"ArchestrAServices.html","bundleId":"work-tasks-2023-sp1","id":"a345ab52b-15c4-4e1d-855e-7184a6ce4d68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenIDSettings.html","title":"OpenID Settings","navPath":"OpenIDSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1f2bca70-9490-4427-b761-20bcb0b083b0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAConnectSettings.html","title":"AVEVA Connect Settings","navPath":"AVEVAConnectSettings.html","bundleId":"work-tasks-2023-sp1","id":"a35546651-61ed-4c4f-906e-361bed27ae43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureActiveDirectorySettings.html","title":"Azure Active Directory Settings","navPath":"AzureActiveDirectorySettings.html","bundleId":"work-tasks-2023-sp1","id":"a842d1482-6c53-4e10-bb87-48aa5d93e380","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomScopeinAzureActiveDirectory.html","title":"Create Custom Scope in Azure Active Directory","navPath":"CreateCustomScopeinAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"ab8fba8bb-1a36-402b-96ef-aed20f8d610c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","title":"Retrieve Additional User Properties for Azure Active Directory User Provider","navPath":"RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","bundleId":"work-tasks-2023-sp1","id":"a3353af6e-9df7-4142-a801-3300f09ad5cd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoResumeSettings.html","title":"Auto Resume Settings","navPath":"AutoResumeSettings.html","bundleId":"work-tasks-2023-sp1","id":"af55cc2d9-e0fc-4594-94a9-4621866e338a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/720535.html","title":"Cache Refresh Settings","navPath":"720535.html","bundleId":"work-tasks-2023-sp1","id":"a78464617-e6f0-47bb-b9c1-7191cffe76d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrationTasks.html","title":"Administration Tasks","navPath":"AdministrationTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae59b26cc-e845-4225-9696-6215cf030cc8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutFormsDesigner.html","title":"About Forms Designer","navPath":"AboutFormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a0e8d52b2-522d-4301-95eb-3257e6d3a29e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInstalledProducts.html","title":"View Installed Products","navPath":"ViewInstalledProducts.html","bundleId":"work-tasks-2023-sp1","id":"a9068d703-1f5a-4c83-85c7-bedac07063ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageDatabases.html","title":"Manage Databases","navPath":"ManageDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a9b379c48-02b3-44bb-a0d4-5678fb42f560","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseUserSettingsforWindowsAuthentication.html","title":"Change Database User Settings for Windows Authentication","navPath":"ChangeDatabaseUserSettingsforWindowsAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa77722a0-477b-4d53-91b0-a609bdcf3d6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeSQLUserCredentialsforSQLAuthentication.html","title":"Change SQL User Credentials for SQL Authentication","navPath":"ChangeSQLUserCredentialsforSQLAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a96575ae0-2840-4b46-a9d0-ac4c98d819ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofFarmConnectionSettings.html","title":"Change Pool Size of Farm Connection Settings","navPath":"ChangePoolSizeofFarmConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a9d6fe843-8391-4cd0-ae2a-b7314822435d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseSettings.html","title":"Change Database Settings","navPath":"ChangeDatabaseSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3465c11a-d283-456e-ab66-177ab90f9ce5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServices.html","title":"Configure Services","navPath":"ConfigureServices.html","bundleId":"work-tasks-2023-sp1","id":"ac58fbc46-3e88-4538-a676-775daf3783d1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TwowayEmailNotification.html","title":"Two-way Email Notification","navPath":"TwowayEmailNotification.html","bundleId":"work-tasks-2023-sp1","id":"ab97d5713-3617-46fa-90c3-8a3d16b554d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeServiceSettings.html","title":"Change Service Settings","navPath":"ChangeServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a223da71a-6531-45f1-bcd9-3672dbd7abb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringSettings.html","title":"Client Service Monitoring Settings","navPath":"ClientServiceMonitoringSettings.html","bundleId":"work-tasks-2023-sp1","id":"aaf06aff1-9266-4a8e-801a-07b204acab96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettings.html","title":"Cryptography Settings","navPath":"CryptographySettings.html","bundleId":"work-tasks-2023-sp1","id":"a3a06b38a-22c1-49ca-9b22-16d36a89b564","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratePassphraseusingMigrationTool.html","title":"Migrate Passphrase using Migration Tool","navPath":"MigratePassphraseusingMigrationTool.html","bundleId":"work-tasks-2023-sp1","id":"af8724a67-1263-415f-b0ac-68d1e0718976","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministerWebServers.html","title":"Administer Web Servers","navPath":"AdministerWebServers.html","bundleId":"work-tasks-2023-sp1","id":"a0fa009e9-6962-4a9c-95e9-2dc14b4a8e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWebSiteSettings.html","title":"Change Web Site Settings","navPath":"ChangeWebSiteSettings.html","bundleId":"work-tasks-2023-sp1","id":"a4f8033fd-bc87-4233-9be7-1e315cdd026e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","title":"Set Desired Port Number for Central Configuration and Enterprise Console During Installation","navPath":"SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a85d3a217-272f-4e61-875c-58769c1f5e41","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","title":"Create Website with Desired Port Number Through Farm Configuration Wizard","navPath":"CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"a35481bc7-4e11-4d14-b9d0-b92b3ec49646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofAVEVAWorkTasksSites.html","title":"Change Port Number of AVEVA Work Tasks Sites","navPath":"ChangePortNumberofAVEVAWorkTasksSites.html","bundleId":"work-tasks-2023-sp1","id":"aee2426ea-26f6-4d12-b939-a4fedde7a695","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","title":"Change Port Number of Central Configuration and Enterprise Console","navPath":"ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"ac67b8d79-bb82-4997-b09a-7ad75369522d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewEnterpriseConsole.html","title":"Add a New Enterprise Console","navPath":"AddaNewEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a6bb124e6-ec09-4178-9614-7ec40bce0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","title":"Map or Un-map a Repository from an Existing Enterprise Console","navPath":"MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a01d2c096-5e88-425f-ade2-57db454cce1f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditClientMachines.html","title":"Edit Client Machines","navPath":"EditClientMachines.html","bundleId":"work-tasks-2023-sp1","id":"a8a8be082-63ad-4817-946f-b3c5b9381f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditLicenseServerDetails.html","title":"Edit License Server Details","navPath":"EditLicenseServerDetails.html","bundleId":"work-tasks-2023-sp1","id":"a6c96e6e3-fd6c-40fd-a0d8-dd31b47a8172","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithEnterpriseConsoleList.html","title":"Work with Enterprise Console List","navPath":"WorkwithEnterpriseConsoleList.html","bundleId":"work-tasks-2023-sp1","id":"a73c733a8-a8ec-49b4-a989-d368db0a05c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithCentralConfiguration.html","title":"Work with Central Configuration","navPath":"WorkwithCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ab57185f5-6a11-4094-93be-3a2b4510b7c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_10.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_10.html","bundleId":"work-tasks-2023-sp1","id":"a7d7ce977-c7df-4add-9f53-87493f02891a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageRepositoryDataSource.html","title":"Manage Repository DataSource","navPath":"ManageRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a81a4e275-9e31-4dd2-be4b-6dd216aa0a9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_10.html","title":"Create a Repository","navPath":"CreateaRepository_10.html","bundleId":"work-tasks-2023-sp1","id":"ab455356a-265e-4a4e-ba24-f87b07f79911","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAdministratorUser.html","title":"Configure Administrator User","navPath":"ConfigureAdministratorUser.html","bundleId":"work-tasks-2023-sp1","id":"a5fcd8a7a-546f-4d24-8cdc-db3ab6ef3dfa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureSystemUser.html","title":"Configure System User","navPath":"ConfigureSystemUser.html","bundleId":"work-tasks-2023-sp1","id":"aef3ee3a2-e82d-427d-8c24-504dfea3b73b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureExceptionMailTemplates.html","title":"Configure Exception Mail Templates","navPath":"ConfigureExceptionMailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"afe67e1cc-9f7a-46fb-b378-fd8e8988f4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","title":"Change Pool Size of Repository DataSource Connection Settings","navPath":"ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0105d9ad-a0fa-4ab1-bec4-08bf9b13bf51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePasswordofSQLServerUserCredentials.html","title":"Change Password of SQL Server User Credentials Used to Connect to Repository DataSource","navPath":"ChangePasswordofSQLServerUserCredentials.html","bundleId":"work-tasks-2023-sp1","id":"a71efdb85-942f-4f5b-a29b-6620fe056095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","title":"Map or Un-map a Repository from Servers and Enterprise Consoles","navPath":"MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","bundleId":"work-tasks-2023-sp1","id":"a052b0352-288a-4792-98c4-8256621eb17c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HideorUnhideRepository.html","title":"Hide or Unhide Repository","navPath":"HideorUnhideRepository.html","bundleId":"work-tasks-2023-sp1","id":"a38e6f722-076f-45ce-b962-b103d41e481d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepository.html","title":"Delete Repository","navPath":"DeleteRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad3f94814-6c43-4182-8ed2-9d2e1c51ee1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepositoryDataSource.html","title":"Delete Repository DataSource","navPath":"DeleteRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a7c18d054-24da-4f99-82eb-717828c536f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics.html","title":"Diagnostics","navPath":"Diagnostics.html","bundleId":"work-tasks-2023-sp1","id":"aaea126a1-100b-478d-a62c-db49021ddf71","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MailServerSetting.html","title":"Mail Server Setting","navPath":"MailServerSetting.html","bundleId":"work-tasks-2023-sp1","id":"a89cb5e71-b6dc-41a4-b7ac-2f789d6ec1c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1053479.html","title":"Configuring SMTP Settings","navPath":"1053479.html","bundleId":"work-tasks-2023-sp1","id":"a7a318bb8-aa93-4dd3-94ae-77efdb4be060","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePOP3Settings.html","title":"Configure POP3 Settings","navPath":"ConfigurePOP3Settings.html","bundleId":"work-tasks-2023-sp1","id":"ad979e322-2421-4167-92bc-5de31c84ca57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessGoogleAccount.html","title":"Configure OAuth2 to Access Google Account","navPath":"ConfigureOAuth2toAccessGoogleAccount.html","bundleId":"work-tasks-2023-sp1","id":"ab54c6962-9ef7-4a0a-955c-ab95d359cf9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessO365Account.html","title":"Configure OAuth2 to Access O365 Account","navPath":"ConfigureOAuth2toAccessO365Account.html","bundleId":"work-tasks-2023-sp1","id":"a004a19bd-b630-430d-aeec-9dc4de4015e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewtheEnterpriseServersList.html","title":"View the Enterprise Servers List","navPath":"ViewtheEnterpriseServersList.html","bundleId":"work-tasks-2023-sp1","id":"a88340819-5de3-4a10-9eef-6b9b8b1455d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/350802.html","title":"Configuring and Registering Token Service","navPath":"350802.html","bundleId":"work-tasks-2023-sp1","id":"af6208bab-61c5-4532-93b7-b51f79a87991","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableSecurityforaRepository.html","title":"Enable or Disable Security for a Repository","navPath":"EnableorDisableSecurityforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac3892bae-b9c0-4db1-9f4a-448b5fb7b957","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableWebPartsforaRepository.html","title":"Enable or Disable Web Parts for a Repository","navPath":"EnableorDisableWebPartsforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a99cdfa89-693b-4d8c-891d-330bba90fad4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserProviders.html","title":"User Providers","navPath":"UserProviders.html","bundleId":"work-tasks-2023-sp1","id":"af4b8b0c3-7df2-4772-85e1-16a259a42468","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeUserProviderProperties.html","title":"Change User Provider Properties","navPath":"ChangeUserProviderProperties.html","bundleId":"work-tasks-2023-sp1","id":"af16187ab-be7a-4c9e-ac36-67a169d3ff00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddAdditionalUserProviders.html","title":"Add Additional User Providers","navPath":"AddAdditionalUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"a351c0121-6f26-4164-b281-6b4f29ed497a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureUserProviders.html","title":"Configure User Providers","navPath":"ConfigureUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"ab124e8c5-e1e0-43a8-8c8c-623e0c9d2980","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserList.html","title":"User List","navPath":"UserList.html","bundleId":"work-tasks-2023-sp1","id":"ad9d414d6-2496-477e-9e02-634ee93db777","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList.html","title":"Manage Users in List Provider","navPath":"WorkingwithRepositoryProviderList.html","bundleId":"work-tasks-2023-sp1","id":"a3e5106a9-a80f-4ae2-aa27-e45c9582c02d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList_1.html","title":"Working with Repository-Provider List","navPath":"WorkingwithRepositoryProviderList_1.html","bundleId":"work-tasks-2023-sp1","id":"a369822d5-eed4-457f-8f31-edbbcc0c5a21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureProviderDefinitionXML.html","title":"Configure Provider Definition XML","navPath":"ConfigureProviderDefinitionXML.html","bundleId":"work-tasks-2023-sp1","id":"af2c0da88-e20e-4fbd-b96e-79189609fe6e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableanExistingRepositorywithCrossdomainRoleProvider.html","title":"Enable an Existing Repository with Cross-domain Role Provider","navPath":"EnableanExistingRepositorywithCrossdomainRoleProvider.html","bundleId":"work-tasks-2023-sp1","id":"a0c28c0c2-85bd-4810-974f-d0e743617b04","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles.html","title":"Synchronize Roles","navPath":"SynchronizeRoles.html","bundleId":"work-tasks-2023-sp1","id":"a5c9ed016-9f8f-4ae4-8373-49c048ae4bb4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks.html","bundleId":"work-tasks-2023-sp1","id":"a420abaee-c16d-4994-8c70-0fc36d705016","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeUserPropertieswithDataSourceProviders.html","title":"Synchronize User Properties with Data Source Providers","navPath":"SynchronizeUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"af3e96552-2a6e-4180-965a-a539cf6e7460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","title":"Synchronize Active or Inactive User Properties with Data Source Providers","navPath":"SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"aa0c4d8a4-19e3-4830-aaad-d768e0358598","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScheduleSynchronizationofUserProperties.html","title":"Schedule Synchronization of User Properties","navPath":"ScheduleSynchronizationofUserProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1a237d0d-8399-4faa-96c9-44ee885475e5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectorytoSQLProvider.html","title":"Map Active Directory to SQL Provider","navPath":"MapActiveDirectorytoSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa0a43d28-043d-46c7-b707-8768fb82effa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Debug.html","title":"Debug","navPath":"Debug.html","bundleId":"work-tasks-2023-sp1","id":"a0158cb26-c1d8-4e6d-901a-de76cbd5ecfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogFiles.html","title":"Log Files","navPath":"LogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a55d864d0-9a04-4d5d-9ae5-e8747272e89f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExceptionMessages.html","title":"Exception Messages","navPath":"ExceptionMessages.html","bundleId":"work-tasks-2023-sp1","id":"aec2e3bad-7f99-4d76-8b11-288355807d0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAIdentityManager.html","title":"AVEVA Identity Manager","navPath":"AVEVAIdentityManager.html","bundleId":"work-tasks-2023-sp1","id":"a0faf5fb1-8d18-4b37-94c0-3bca20293216","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPIwithAIMAuthentication.html","title":"Web API with AIM Authentication","navPath":"WebAPIwithAIMAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"addfaf353-ac80-4e68-868e-52c5eb7c0913","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConsumeAccessTokenfromInTouchOMIApp.html","title":"Consume Access Token from InTouch OMI App in AVEVA Work Tasks Controls","navPath":"ConsumeAccessTokenfromInTouchOMIApp.html","bundleId":"work-tasks-2023-sp1","id":"aa99d31f3-8591-4536-b36e-b282a1c978a8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingskeltainstallation.html","title":"Embedding AVEVA Work Tasks","navPath":"embeddingskeltainstallation.html","bundleId":"work-tasks-2023-sp1","id":"a53cacc28-df4d-40f7-a061-3172ca7cf932","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddanInstallationPath.html","title":"Add an Installation Path","navPath":"AddanInstallationPath.html","bundleId":"work-tasks-2023-sp1","id":"aaf294842-ac09-4ef4-9253-cf7b6580b892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddRegistryEntries.html","title":"Add Registry Entries","navPath":"AddRegistryEntries.html","bundleId":"work-tasks-2023-sp1","id":"ad64e1073-383d-4586-b780-b6f0987863d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingregistryentry.html","title":"Entry for AVEVA Work Tasks Folders","navPath":"addingregistryentry.html","bundleId":"work-tasks-2023-sp1","id":"ade7ddfeb-ef66-4128-89c9-2798cd8ae4f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforFarmWizardBackgroundImage.html","title":"Entry for Farm Wizard Background Image","navPath":"EntryforFarmWizardBackgroundImage.html","bundleId":"work-tasks-2023-sp1","id":"a2f65021f-6fc3-4222-b89e-ccc6d34a4d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforCentralConfigurationShortcutPath.html","title":"Entry for Central Configuration Shortcut Path","navPath":"EntryforCentralConfigurationShortcutPath.html","bundleId":"work-tasks-2023-sp1","id":"af6ef5cce-dfcf-4ee9-8f9f-f0e7c1201aba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUIText.html","title":"Customize UI Text","navPath":"CustomizeUIText.html","bundleId":"work-tasks-2023-sp1","id":"a1993227d-c90f-40f4-a865-7f6e08201442","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientService.html","title":"Install Client Service","navPath":"InstallClientService.html","bundleId":"work-tasks-2023-sp1","id":"a2561a154-4440-4865-95ed-86c80ff226b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementFarmEventsInterface.html","title":"Implement FarmEvents Interface","navPath":"ImplementFarmEventsInterface.html","bundleId":"work-tasks-2023-sp1","id":"aa79f076a-f578-4ae4-85d8-146b7e25ed43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyEmbeddedAVEVAWorkTasks.html","title":"Verify Embedded AVEVA Work Tasks","navPath":"VerifyEmbeddedAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a5e190b5d-89a1-4811-b573-033eee6e19f1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmRecovery.html","title":"Farm Recovery","navPath":"FarmRecovery.html","bundleId":"work-tasks-2023-sp1","id":"abb32e7ef-9fee-4427-bf50-a9628baf110e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MovefromDevelopmentEnvironmenttoProductionEnvironment.html","title":"Move from Development Environment to Production Environment","navPath":"MovefromDevelopmentEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa3b8f14b-98cd-41c7-8151-d0f63fcfdd92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReuseRepositoryData.html","title":"Reuse Repository Data","navPath":"ReuseRepositoryData.html","bundleId":"work-tasks-2023-sp1","id":"a1f0c8e9d-ed95-4af8-9dd8-91727f46a676","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploymentOptions.html","title":"Deployment Options","navPath":"DeploymentOptions.html","bundleId":"work-tasks-2023-sp1","id":"ad0f3c54f-3d67-4464-bc0e-e361f0018d0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttachDataSource.html","title":"Attach DataSource","navPath":"AttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a3fd0fd5f-47a6-4e25-b805-a9af45b6be67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoPerformAttachDataSource.html","title":"Steps to Perform Attach DataSource","navPath":"StepstoPerformAttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"ad89651dc-1d12-4ddc-9f7e-0e1d9c5b7260","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios_1.html","title":"User Scenarios","navPath":"UserScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a4d76ae-5aa8-45a0-b028-64db630595c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploysaSolutionfromOneMachinetoAnother.html","title":"Deploys a Solution from One Machine to Another","navPath":"DeploysaSolutionfromOneMachinetoAnother.html","bundleId":"work-tasks-2023-sp1","id":"a8e6fbeb8-764e-4513-8982-d6f582d2ecae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SolutionRequiresanUpgrade.html","title":"Solution Requires an Upgrade","navPath":"SolutionRequiresanUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"aef11cfb3-ec92-463c-aaa9-16c4888eab02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisasterRecoveryofaSolution.html","title":"Disaster Recovery of a Solution","navPath":"DisasterRecoveryofaSolution.html","bundleId":"work-tasks-2023-sp1","id":"a60f2aa84-83b4-44c4-a1f2-1eece54b3abe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMReportsfromanArchivedDatabase.html","title":"BAM Reports from an Archived Database","navPath":"BAMReportsfromanArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"ae0644511-85a0-4e71-9368-83967f8be0b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a689772af-241d-4863-8b28-cd9689897848","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallClient.html","title":"Uninstall Client","navPath":"UninstallClient.html","bundleId":"work-tasks-2023-sp1","id":"a20689f0a-3f5c-47e1-8a30-f17baace4256","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallServer.html","title":"Uninstall Server","navPath":"UninstallServer.html","bundleId":"work-tasks-2023-sp1","id":"a357f2519-5d44-4f9d-b921-7df9b739af84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallFarm.html","title":"Uninstall Farm","navPath":"UninstallFarm.html","bundleId":"work-tasks-2023-sp1","id":"afab76566-4043-44e0-bad2-09c39d435131","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a0267108e-d832-4794-bcf5-b4e8296d0ceb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradingskeltabpmnet.html","title":"Upgrading AVEVA Work Tasks","navPath":"upgradingskeltabpmnet.html","bundleId":"work-tasks-2023-sp1","id":"aafcf3b48-379c-4ffe-9563-fd5ffc701917","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradescenarios.html","title":"Upgrade Scenarios","navPath":"upgradescenarios.html","bundleId":"work-tasks-2023-sp1","id":"aa16b0926-ee22-4846-89c4-dd2c9cbc7247","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinStandaloneEnvironment.html","title":"Upgrade in Standalone Environment","navPath":"UpgradeinStandaloneEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a1c27d8a9-5c59-4d00-a08f-34683b13db92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinClientServerEnvironment.html","title":"Upgrade in Client - Server Environment","navPath":"UpgradeinClientServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a96715d22-7548-4fef-aad2-06aa5da6299d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinEnterpriseServerEnvironment.html","title":"Upgrade in Enterprise Server Environment","navPath":"UpgradeinEnterpriseServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a9d13a2b4-ceb6-4cef-8e2e-51141e8170cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradeprocedure.html","title":"Upgrade Procedure","navPath":"upgradeprocedure.html","bundleId":"work-tasks-2023-sp1","id":"a198f6c6f-2049-40c8-a991-b8b3dd0b2b18","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bpm2014-beforeyouupgrade.html","title":"Before You Upgrade","navPath":"bpm2014-beforeyouupgrade.html","bundleId":"work-tasks-2023-sp1","id":"a441157bb-a3cf-40a9-b872-5832ce213ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/682578.html","title":"Upgrading to AVEVA Work Tasks 2020","navPath":"682578.html","bundleId":"work-tasks-2023-sp1","id":"ab26a021d-7c37-4657-8502-fc83bed565e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746788.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 1","navPath":"746788.html","bundleId":"work-tasks-2023-sp1","id":"af237fcef-39f3-4d31-998c-195726103515","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/898602.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 2","navPath":"898602.html","bundleId":"work-tasks-2023-sp1","id":"a702153e0-c1eb-4e68-a6dc-d8192359732d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/926969.html","title":"Upgrading to AVEVA Work Tasks 2023","navPath":"926969.html","bundleId":"work-tasks-2023-sp1","id":"a93715420-05de-43c5-947b-4bb439b5c644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093466.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"1093466.html","bundleId":"work-tasks-2023-sp1","id":"a9cf9ad2e-758a-46a6-a768-e3c7afc20ecb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RunUpgradeManager.html","title":"Run Upgrade Manager","navPath":"RunUpgradeManager.html","bundleId":"work-tasks-2023-sp1","id":"a18d11e43-6e95-4734-9c7a-96ae9b154da3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/477027.html","title":"Upgrading AVEVA Work Tasks in Silent Mode","navPath":"477027.html","bundleId":"work-tasks-2023-sp1","id":"a044d3d84-0208-40e7-b94c-3c0a0f0defdc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","title":"Prerequisites to Upgrade AVEVA Work Tasks in Silent Mode","navPath":"PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a064748d4-6c26-4f81-b165-54fbf6b66139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","bundleId":"work-tasks-2023-sp1","id":"ae60478d8-b77d-4dc2-93c4-c34460c68030","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeSkeltaBPMInSilentMode.html","title":"Upgrading in Silent Mode Using Installer","navPath":"UpgradeSkeltaBPMInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ae5370597-18f1-456e-abdf-cf5bb61d0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinSilentMode.html","title":"Upgrade in Silent Mode","navPath":"UpgradeinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ac04fc3fe-6442-40ea-962d-1759645778b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/433840.html","title":"Return Results for AVEVA Work Tasks Silent Upgrade","navPath":"433840.html","bundleId":"work-tasks-2023-sp1","id":"af204e0e7-6d89-40c9-a0b8-7042bb688185","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseanExistingWebsite.html","title":"Use an Existing Website","navPath":"UseanExistingWebsite.html","bundleId":"work-tasks-2023-sp1","id":"a14b39f24-7c83-4888-9ff8-64a4edd48c67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesandGuidelines.html","title":"Best Practices and Guidelines","navPath":"BestPracticesandGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"a1ac57ee2-c68d-4758-996a-3ca4776e9b36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecuringAVEVAWorkTasks.html","title":"Best Practices for Securing AVEVA Work Tasks","navPath":"SecuringAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"aed8c4ea2-ec5a-4a33-9ff0-027a5871d78d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintainingAVEVAWorkTasksDatabases.html","title":"Best Practices for Maintaining AVEVA Work Tasks Databases","navPath":"MaintainingAVEVAWorkTasksDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a490ae853-8904-4665-862b-e70158fb1074","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisablingActiveDirectoryUsers.html","title":"Best Practice for Disabling Active Directory Users","navPath":"DisablingActiveDirectoryUsers.html","bundleId":"work-tasks-2023-sp1","id":"a2d8841de-1cb9-4b4c-8ed2-4b36ab704943","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingDifferentRegionalCultural_Settings.html","title":"Best Practices for Handling Different Regional/Cultural Settings","navPath":"HandlingDifferentRegionalCultural_Settings.html","bundleId":"work-tasks-2023-sp1","id":"af64e6e13-0ad8-4c94-aa30-b94ceb30239e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingCrossSiteRequestForgeryinCustomApplication.html","title":"Best Practice for Handling Cross Site Request Forgery in Custom Application","navPath":"HandlingCrossSiteRequestForgeryinCustomApplication.html","bundleId":"work-tasks-2023-sp1","id":"a31621086-ccc6-4651-9758-601aae0939c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforSizingDatabase.html","title":"Guidelines for Sizing Database","navPath":"GuidelinesforSizingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a7b52fc40-d543-41dd-9257-d122dd7c08b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforArchivingDatabase.html","title":"Guidelines for Archiving Database","navPath":"GuidelinesforArchivingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3ae5b579-b11d-49ff-b4bb-eeb432371c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforAVEVAWorkTasksDatabase.html","title":"Archival Strategy for AVEVA Work Tasks Database","navPath":"ArchivalStrategyforAVEVAWorkTasksDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9712ec33-d181-4271-9b96-65d8170571db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingRepositoryDatabase.html","title":"Archiving Repository Database","navPath":"ArchivingRepositoryDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a5a5478db-e478-4e36-958c-870ef656f707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingFarmDatabase.html","title":"Archiving Farm Database","navPath":"ArchivingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3254d220-8f78-441d-940d-8aadf2639eb2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforCustomTables.html","title":"Archival Strategy for Custom Tables","navPath":"ArchivalStrategyforCustomTables.html","bundleId":"work-tasks-2023-sp1","id":"a6ee943f6-d635-44fe-bf7d-d1cd371921ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforMigratedDatabase.html","title":"Archival Strategy for Migrated Database","navPath":"ArchivalStrategyforMigratedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a712d456d-8367-4d1a-a25b-980c5cec1671","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewingBAMReportsfortheArchivedDatabase.html","title":"Viewing BAM Reports for the Archived Database","navPath":"ViewingBAMReportsfortheArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a34120a23-ba24-4e06-bc65-f2db7c42f3ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationScenario.html","title":"Application Scenario","navPath":"ApplicationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a3cef2393-c8a7-409f-a3a7-5e5b76ab06b5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforPartitioningDatabase.html","title":"Guidelines for Partitioning Database","navPath":"GuidelinesforPartitioningDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9a4fb8a4-acde-4376-8ad0-ab7d199a5209","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Recommendations.html","title":"Recommendations","navPath":"Recommendations.html","bundleId":"work-tasks-2023-sp1","id":"a07edabac-d1d8-42b7-8181-13713e99cdbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesforFeaturesandServices.html","title":"Best Practices for Features and Services","navPath":"BestPracticesforFeaturesandServices.html","bundleId":"work-tasks-2023-sp1","id":"a5ab04d9e-1910-4f2f-8f32-121d0cd28719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","title":"Guidelines on using SQL AlwaysOn Availability Group","navPath":"GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","bundleId":"work-tasks-2023-sp1","id":"a11d3f9e1-37ef-4761-9d96-7998ada3e709","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","title":"Guidelines for Configuring AVEVA Work Tasks in DMZ","navPath":"GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","bundleId":"work-tasks-2023-sp1","id":"a015d4377-89c7-4758-afdb-c8de4d5fd218","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforAntivirus.html","title":"Guidelines for Antivirus","navPath":"GuidelinesforAntivirus.html","bundleId":"work-tasks-2023-sp1","id":"a42d7a8f2-a9d9-4555-84ed-58bf182a3b37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/chapter9-troubleshooting.html","title":"Troubleshooting","navPath":"chapter9-troubleshooting.html","bundleId":"work-tasks-2023-sp1","id":"abc7e52c2-8728-4122-a86e-354cc8e2a9ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforDebuggingExceptions.html","title":"Prerequisites for Debugging Exceptions","navPath":"PrerequisitesforDebuggingExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a68f6a939-efef-4171-8684-897abeb9d8ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrorswhileInstallingFarm.html","title":"Database Connection Errors while Installing Farm","navPath":"DatabaseConnectionErrorswhileInstallingFarm.html","bundleId":"work-tasks-2023-sp1","id":"a595851e6-c9ba-42b8-98cf-7112d3144d31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceErrors.html","title":"Client Service Errors","navPath":"ClientServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab59330c8-2c07-4dce-b3b1-7d8af9523b28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsServiceErrors.html","title":"Windows Service Errors","navPath":"WindowsServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"adba48073-9761-4b9f-bf5d-45f67d0aa8f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringErrors.html","title":"Client Service Monitoring Errors","navPath":"ClientServiceMonitoringErrors.html","bundleId":"work-tasks-2023-sp1","id":"a0ac0b7b9-0af5-4f5a-b757-233aab7d7915","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrors.html","title":"Database Connection Errors","navPath":"DatabaseConnectionErrors.html","bundleId":"work-tasks-2023-sp1","id":"a16cb219c-f85c-43a1-9eba-56c3298ee687","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IISErrorwhileConfiguringFarmConfiguration.html","title":"IIS Error while Configuring Farm Configuration","navPath":"IISErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ae347415e-4af3-40fa-9420-c48feb388178","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ASPNETErrorwhileConfiguringFarmConfiguration.html","title":"ASP​.NET Error while Configuring Farm Configuration","navPath":"ASPNETErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a0770902e-77ac-4b48-a611-f557791b51c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsAuthenticationorAnonymousAuthenticationError.html","title":"Windows Authentication or Anonymous Authentication Error","navPath":"WindowsAuthenticationorAnonymousAuthenticationError.html","bundleId":"work-tasks-2023-sp1","id":"a5c86479f-5945-4476-8e28-848f1867866f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Non-QueryExecutionFailure.html","title":"Non-Query Execution Failure","navPath":"Non-QueryExecutionFailure.html","bundleId":"work-tasks-2023-sp1","id":"abbfce4f5-5c8d-43fe-9663-ec705870703b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotAuthorizedtoAccessSiteError.html","title":"Not Authorized to Access Site Error","navPath":"NotAuthorizedtoAccessSiteError.html","bundleId":"work-tasks-2023-sp1","id":"ad547a74f-0698-4153-898b-e828a19c0654","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleErrors.html","title":"Enterprise Console Errors","navPath":"EnterpriseConsoleErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab36e843c-bd0a-47ec-bd92-d162b730d43e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AuthenticationandPersonalization.html","title":"Authentication and Personalization","navPath":"AuthenticationandPersonalization.html","bundleId":"work-tasks-2023-sp1","id":"a2154700f-9a18-4d53-aca1-f7ceea2bebd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceIssueWhileAccessingEnterpriseConsole.html","title":"Performance Issue While Accessing Enterprise Console","navPath":"PerformanceIssueWhileAccessingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abb180b12-d00c-42c5-95bc-4bf9653cabff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CentralConfigurationisnotLoading.html","title":"Central Configuration is not Loading","navPath":"CentralConfigurationisnotLoading.html","bundleId":"work-tasks-2023-sp1","id":"a994a35c1-1fdc-42b4-be55-36e3d39cf4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceErrors.html","title":"Communication Service Errors","navPath":"CommunicationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab6309b7d-e41c-4450-87e7-30529bbe4f42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmConfigurationError.html","title":"Farm Configuration Error","navPath":"FarmConfigurationError.html","bundleId":"work-tasks-2023-sp1","id":"a28ed446b-442d-4704-b8fe-98add61f87b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowTestRunErrors.html","title":"Workflow Test Run Errors","navPath":"WorkflowTestRunErrors.html","bundleId":"work-tasks-2023-sp1","id":"a25f5700a-00e5-4693-85b6-5ac950bd163d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveorCopyItemActivityErrors.html","title":"Move or Copy Item Activity Errors","navPath":"MoveorCopyItemActivityErrors.html","bundleId":"work-tasks-2023-sp1","id":"adb5520dc-97df-49f2-bfdc-a5904579b1aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangingResourceAccountCredentials.html","title":"Changing Resource Account Credentials","navPath":"ChangingResourceAccountCredentials.html","bundleId":"work-tasks-2023-sp1","id":"ac1991c97-416d-4cf2-9901-80eb0056882b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhileInstallingConfigurationFarmorWebSites.html","title":"Error while Installing Configuration Farm or Web Sites","navPath":"ErrorwhileInstallingConfigurationFarmorWebSites.html","bundleId":"work-tasks-2023-sp1","id":"a704e9973-eb6d-45ea-b422-39360f48efae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhilereinstallingAVEVAWorkTasksClient.html","title":"Error while reinstalling AVEVA Work Tasks Client","navPath":"ErrorwhilereinstallingAVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a43a6af09-4675-455a-9bc7-4b8bfaf68cb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoLogontoEnterpriseConsole.html","title":"Unable to Log on to Enterprise Console","navPath":"UnabletoLogontoEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"adde36a7a-f119-4f0d-a81a-29ff119f6b50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServerErrorinApplication.html","title":"Server Error in Application","navPath":"ServerErrorinApplication.html","bundleId":"work-tasks-2023-sp1","id":"a250e5c18-fb16-4d44-b530-50f135d7af3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootingAVEVAWorkTasksUpgrade.html","title":"Troubleshooting AVEVA Work Tasks Upgrade","navPath":"TroubleshootingAVEVAWorkTasksUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a12095862-2f0f-4a67-8422-10ed5f0e0554","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceBusListenerError.html","title":"Service Bus Listener Error","navPath":"ServiceBusListenerError.html","bundleId":"work-tasks-2023-sp1","id":"a83484e61-5289-4a8d-8724-4bf3bbc98670","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationServiceErrors.html","title":"Mobile Notification Service Errors","navPath":"MobileNotificationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"afb860bcf-a370-41d8-b8e7-af75f1a68151","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","title":"Error: Could not load file or assembly or Error while creating instance","navPath":"CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","bundleId":"work-tasks-2023-sp1","id":"a66279826-9e48-4087-9c40-f60851a4a2ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebPartError-Couldnotloadtherequiredtype.html","title":"Web Part Error: Could not load the required type","navPath":"WebPartError-Couldnotloadtherequiredtype.html","bundleId":"work-tasks-2023-sp1","id":"a50baa079-1736-4298-932c-87ae30646477","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherEventsError.html","title":"File Watcher Events Error","navPath":"FileWatcherEventsError.html","bundleId":"work-tasks-2023-sp1","id":"a4daa7e5f-d73e-454f-be09-0d79c038d10f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessDeniedtoAVEVAWorkTasksTempFolder_.html","title":"Access Denied to AVEVA Work Tasks Temp Folder along with System IO Errors","navPath":"AccessDeniedtoAVEVAWorkTasksTempFolder_.html","bundleId":"work-tasks-2023-sp1","id":"a54af1161-86b0-4a22-8423-22e9772b8887","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CacheRefreshnotReflectedaftertheProductUpgrade.html","title":"Cache Refresh not Reflected after the Product Upgrade","navPath":"CacheRefreshnotReflectedaftertheProductUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a53abbcda-29c7-4009-acb3-46de233c0473","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoRe-installAVEVAWorkTasks.html","title":"Unable to Re-install AVEVA Work Tasks","navPath":"UnabletoRe-installAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a68402aef-9feb-4176-953c-f941ae4d1738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","title":"Unexpected Error when Authenticating against Azure Active Directory","navPath":"UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a2f0430bd-8e28-407d-90b4-636fe776af16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SwappingRepositoryProvider.html","title":"Swapping Repository Provider","navPath":"SwappingRepositoryProvider.html","bundleId":"work-tasks-2023-sp1","id":"ab98f416c-74e9-422c-8ba0-0241e2b32ce1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmconnectorsandextensionsguide.html","title":"Connectors and Extensions User Guide","navPath":"wonderwareskeltabpmconnectorsandextensionsguide.html","bundleId":"work-tasks-2023-sp1","id":"a25269df5-a87a-455f-8964-b06c40df5c34","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeyFeatures.html","title":"Key Features","navPath":"KeyFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8847eb58-d2bb-4825-b86e-1384c27f0b8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewInstallConnectorforSystemPlatform.html","title":"Overview","navPath":"OverviewInstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"adfbca959-78cc-4520-90ef-5de54654821a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnectorforSystemPlatform.html","title":"Connector for System Platform","navPath":"ConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a96e94e65-5d65-4552-8ae3-6433cfe9d20c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchitectureforConnector.html","title":"Architecture","navPath":"ArchitectureforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a8796ac98-0c25-4591-85f2-c003e25b82b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationScenariosforConnector.html","title":"Installation scenarios","navPath":"InstallationScenariosforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a66ae24ef-3820-4783-9905-7cd6e48eedef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnetconnectorssystemplatformworkflowconnector.html","title":"Installation","navPath":"installingbpmnetconnectorssystemplatformworkflowconnector.html","bundleId":"work-tasks-2023-sp1","id":"a37add25e-04c8-48bb-8846-4a1be115a29a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallConnectorforSystemPlatform.html","title":"Install Connector for System Platform","navPath":"InstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"af5d439a7-33ea-42f0-a8b1-88c877973766","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542069.html","title":"Install Connector for System Platform in Silent Mode","navPath":"542069.html","bundleId":"work-tasks-2023-sp1","id":"a3568ca19-b462-4d79-8c82-850dcd072b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforConnector.html","title":"Verify Installation","navPath":"VerifyInstallationforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a3b2bbff7-8b94-4830-8c07-f91441a4d8c7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/721903.html","title":"Upgrade Connector for System Platform","navPath":"721903.html","bundleId":"work-tasks-2023-sp1","id":"afce1551d-12c0-4339-a652-62fa9c79c21c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallConnectorforSystemPlatform.html","title":"Uninstall Connector for System Platform","navPath":"UninstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a8317f121-bf68-41e6-89fd-53315a605ea5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsofConnector.html","title":"Connector limitations for System Platform","navPath":"LimitationsofConnector.html","bundleId":"work-tasks-2023-sp1","id":"aae2e60ea-e38d-4f76-9d50-bcd7d6381449","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforSystemPlatform.html","title":"Extension for System Platform","navPath":"ExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad425abe4-7cab-4b7f-95a0-c61f7eeb5b09","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnet20111.html","title":"Install Extension for System Platform","navPath":"installingbpmnet20111.html","bundleId":"work-tasks-2023-sp1","id":"a798f110c-5e79-44b7-9bdd-9142c50c467e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforSystem_Platform.html","title":"Install Extension for System Platform","navPath":"InstallExtensionforSystem_Platform.html","bundleId":"work-tasks-2023-sp1","id":"a9d29ec4d-8b9a-49a3-b287-4ba0bfdb1973","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542068.html","title":"Install Extension for System Platform in Silent Mode","navPath":"542068.html","bundleId":"work-tasks-2023-sp1","id":"ac4bee736-9ea8-40e6-8f3f-e04ac1ecefe1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforExtension.html","title":"Verify Extension installation","navPath":"VerifyInstallationforExtension.html","bundleId":"work-tasks-2023-sp1","id":"adff89b38-e235-4855-b4c1-f214ce8fb25a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallExtensionforSystemPlatform.html","title":"Uninstall Extension for System Platform","navPath":"UninstallExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad411c046-c29b-4488-99f9-22ba6ad234a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/363234.html","title":"Upgrade Extension for System Platform","navPath":"363234.html","bundleId":"work-tasks-2023-sp1","id":"a8a9be14e-d4d8-4bd6-9f1a-d2e0f2473e67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforOPCUA.html","title":"Extension for OPC UA","navPath":"ExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a2a815589-115f-4604-b7e0-fb50a729619c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"InstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"afb582cf2-d90b-48ca-bac3-2da67d5a7d3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationSequenceforOPCUA.html","title":"Installation Sequence","navPath":"InstallationSequenceforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a7f921c13-0828-42f5-b274-d3391b057f86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoInstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"StepstoInstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a23a585db-8135-4195-ad59-a2ec3a57cb45","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","title":"Provision Repository Using OPC UA Repository Provisioning Tool","navPath":"ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ac0daa9f7-529f-43b6-8ec3-b8993aa5a8f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeExtensionforOPCUA.html","title":"Upgrade Extension for OPC UA","navPath":"UpgradeExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"ae703b1ff-9214-4c90-809f-4ffc7160e25c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithConnectorsforSystemPlatform.html","title":"Work with Connectors for System Platform","navPath":"WorkwithConnectorsforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ab64edd94-dfc0-42b2-892b-31fd94184771","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","title":"Workflow Features Inside System Platform IDE and Runtime","navPath":"WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","bundleId":"work-tasks-2023-sp1","id":"ad5a0e255-bc1f-426b-871a-3c2a949f6b68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialGatewaySetup.html","title":"Initial Gateway Setup","navPath":"InitialGatewaySetup.html","bundleId":"work-tasks-2023-sp1","id":"a4b75c95a-6e65-46a2-ba6f-ca58a3fa0072","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI.html","title":"AIM Authentication for accessing Enterprise Console in System Platform IDE","navPath":"AIMAuthenticationforControlsinInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab6ade450-3964-4d33-8302-cc12e7d4f41f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureGateway.html","title":"Configure Gateway","navPath":"ConfigureGateway.html","bundleId":"work-tasks-2023-sp1","id":"a2fc3688d-3c5b-40cc-ac58-8112f2107698","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineWorkflowEventsinAppObject.html","title":"Define Workflow Events in AppObject","navPath":"DefineWorkflowEventsinAppObject.html","bundleId":"work-tasks-2023-sp1","id":"a434363fc-a7e5-42f6-8649-0f7387df8c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewWorkflow.html","title":"Create New Workflow","navPath":"CreateNewWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0480c695-0d2a-4f93-a4df-7e8ed8c94ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateanExistingWorkflowtoaWorkflowEvent.html","title":"Associate an Existing Workflow to a Workflow Event","navPath":"AssociateanExistingWorkflowtoaWorkflowEvent.html","bundleId":"work-tasks-2023-sp1","id":"a4312395e-8234-4b4e-b0fa-a4af030df6ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforAAEventActivityinaWorkflow.html","title":"Wait-for-AAEvent Activity in a Workflow","navPath":"WaitforAAEventActivityinaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a55284e64-9880-4bc4-b7c0-650278e9da20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6193b2ca-35fd-479e-b260-2f33e2d8914c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","bundleId":"work-tasks-2023-sp1","id":"a190560d2-68db-42ea-83d1-0f615557efb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","bundleId":"work-tasks-2023-sp1","id":"a321a94f3-f665-4728-8017-a7e01cd7f719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing.html","title":"Relative Referencing","navPath":"RelativeReferencing.html","bundleId":"work-tasks-2023-sp1","id":"a513bbb5a-6746-4e3b-902f-d66afbfc3d27","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivityWaitForAAEvent.html","title":"Wait-For-AAEvent Activity","navPath":"ConfigureActivityWaitForAAEvent.html","bundleId":"work-tasks-2023-sp1","id":"adeb9b324-55ee-4169-b972-64dd91402c86","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouch.html","title":"Workflow Features Inside InTouch","navPath":"WorkflowFeaturesInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a701cb52f-a6ba-4b82-8b26-ab1be767b7c0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchHMI.html","title":"AIM Authentication for Controls in InTouch HMI","navPath":"AIMAuthenticationforControlsinInTouchHMI.html","bundleId":"work-tasks-2023-sp1","id":"ae64d6e9b-9dc5-4ba9-a784-f0e1852bae4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouch.html","title":"Inbox Inside InTouch","navPath":"InboxInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3295247f-162d-4fc6-afb0-84bb59f364c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusViewInsideInTouch.html","title":"Workflow Status View Inside InTouch","navPath":"WorkflowStatusViewInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a0af95556-09a1-42d7-9466-8c6c5919bd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouch.html","title":"BAM Inside InTouch","navPath":"BAMInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a35f72e6a-bdf4-4ae4-9ef9-b3fa37c382e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsInsideInTouch.html","title":"Lists Inside InTouch","navPath":"ListsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"af2780a11-73a4-4444-8b7c-2989b610c463","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouch.html","title":"Forms Inside InTouch","navPath":"FormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a8eccb391-05b8-44fb-b74d-dcd5cb854a7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PassContextualInformationinFormsfromInTouch.html","title":"Pass Contextual Information in Forms from InTouch","navPath":"PassContextualInformationinFormsfromInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a1edf503f-263d-499d-b017-724f7311d832","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormsInsideInTouch.html","title":"List Forms Inside InTouch","navPath":"ListFormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a2a53da94-08fc-491b-9604-7d51db9e1550","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemInboxCountinInTouch.html","title":"WorkItemInboxCount in InTouch","navPath":"WorkItemInboxCountinInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3cb7eac9-aff7-4337-bd7a-e0d24e68962d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenInboxusingWorkItemInboxCount.html","title":"Open Inbox using WorkItemInboxCount","navPath":"OpenInboxusingWorkItemInboxCount.html","bundleId":"work-tasks-2023-sp1","id":"a48b1ddbe-9056-4218-8dd3-43870a6eb890","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouchOMI.html","title":"Workflow Features Inside InTouch OMI","navPath":"WorkflowFeaturesInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"af0af984c-782e-43b5-b395-a298c71ea88c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialStepsforInTouchOMI.html","title":"Initial Steps","navPath":"InitialStepsforInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8c544187-ca62-4bdd-b124-44950c70f932","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI_1.html","title":"AIM Authentication for Controls in InTouch OMI","navPath":"AIMAuthenticationforControlsinInTouchOMI_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9fc596b-0515-4bca-a2d0-2ed20df67414","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouchOMI.html","title":"Forms Inside InTouch OMI","navPath":"FormsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8ea85623-9b77-4cd7-a18a-b3d98bb1c57c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouchOMI.html","title":"Inbox Inside InTouch OMI","navPath":"InboxInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a0a6df9ad-0866-47d9-8723-52576147868e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViewInsideInTouchOMI.html","title":"List View Inside InTouch OMI","navPath":"ListViewInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a538a27ee-a3f2-4d7f-9e16-631faab3bac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormInsideInTouchOMI.html","title":"List Form Inside InTouch OMI","navPath":"ListFormInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"adb0007ce-f3be-45a7-a1c9-9e9a0238a890","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouchOMI.html","title":"BAM Inside InTouch OMI","navPath":"BAMInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a77c0436a-14df-4939-add4-66dae127d97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusInsideInTouchOMI.html","title":"Workflow Status Inside InTouch OMI","navPath":"WorkflowStatusInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab9ea5b76-50a3-45c3-bfe8-5e231b180b16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxWorkItemsCountInsideInTouchOMI.html","title":"Inbox Work Items Count Inside InTouch OMI","navPath":"InboxWorkItemsCountInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a28371a8b-4ed6-4051-bbe6-01558b8eb87a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettingsInsideInTouchOMI.html","title":"Cryptography Settings Inside InTouch OMI","navPath":"CryptographySettingsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"aad15fc77-f1be-4141-9c49-bba676165346","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HistorianServer.html","title":"Historian Server","navPath":"HistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"a45dd5e8c-2104-48a3-a857-5c68370076f5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggerWorkflowfromtheHistorianServer.html","title":"Trigger Workflow from the Historian Server","navPath":"TriggerWorkflowfromtheHistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"ae239fdc1-7f2a-4d3c-a14c-5ce8120f6c65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorMultipleHistorianEventTag.html","title":"Monitor Multiple Historian Event Tag","navPath":"MonitorMultipleHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"adb625f75-9a9e-4093-b453-e647a0ced460","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorSpecificHistorianEventTag.html","title":"Monitor Specific Historian Event Tag","navPath":"MonitorSpecificHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"aaf34fb66-ce16-4843-a495-508728f79c34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveHistorianDataUsingDatabaseActivity.html","title":"Retrieve Historian Data Using Database Activity","navPath":"RetrieveHistorianDataUsingDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a211d0cba-bdf2-4a02-8e24-ae19d8ce2849","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationServer.html","title":"Information Server","navPath":"InformationServer.html","bundleId":"work-tasks-2023-sp1","id":"afae5a83d-d1d5-42a6-b9bf-57a1c7e780e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","title":"Configure Repository Using AVEVA Work Tasks Connector for Information Server","navPath":"ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aca8a034a-b7eb-468a-8f81-21df5598a061","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowRepositoryandFarmforInformationServer.html","title":"Configure Workflow Repository and Farm for Information Server","navPath":"ConfigureWorkflowRepositoryandFarmforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acdd050b4-8571-4f7f-9273-f708adcc4bc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowServertoAddRepositoryDetails.html","title":"Configure Workflow Server to Add Repository Details","navPath":"ConfigureWorkflowServertoAddRepositoryDetails.html","bundleId":"work-tasks-2023-sp1","id":"aaf5399c9-6052-4a9e-ab49-9dc09f62bdb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageConnectedWorkflowRepositories.html","title":"Manage Connected Workflow Repositories","navPath":"ManageConnectedWorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a47cb83e4-9955-430f-9f6c-0596c27a567e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrativeActivity.html","title":"Administrative Activity","navPath":"AdministrativeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3fa8b771-f14a-42e1-885f-e42fc9fd81a6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddCustomPanel.html","title":"Add Custom Panel","navPath":"AddCustomPanel.html","bundleId":"work-tasks-2023-sp1","id":"abfa62b77-53de-485a-b2d9-8ca37fdc8775","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserPermissions.html","title":"Add User Permissions","navPath":"AddUserPermissions.html","bundleId":"work-tasks-2023-sp1","id":"a18bf308b-e7b2-4781-84c2-e1cfeb1bd50c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","title":"Perform Workflow Repository Functionality Within Information Server","navPath":"PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acc1fbcd4-b3fb-41d5-a65e-a6bff51540c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFarms.html","title":"Workflow Farms","navPath":"WorkflowFarms.html","bundleId":"work-tasks-2023-sp1","id":"ab26d35fb-caa3-409e-90eb-76bf447e6ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowRepositories.html","title":"Workflow Repositories","navPath":"WorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a8618bbb0-b78e-4b42-9102-442a5d0e77d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootissuesinInformationServer.html","title":"Troubleshoot Issues","navPath":"TroubleshootissuesinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aaab7bee2-ca4f-4654-baea-2b3370332f96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntelligenceDataInsideWorkflows.html","title":"Intelligence Data Inside Workflows","navPath":"IntelligenceDataInsideWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"adbbd73e1-85e1-4c0c-bd10-b619c8729463","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FetchDatafromIntellienceDatastore.html","title":"Fetch Data from Intellience Datastore","navPath":"FetchDatafromIntellienceDatastore.html","bundleId":"work-tasks-2023-sp1","id":"a688b6c1f-eea2-44b8-a6ea-b0133a3f0514","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflow.html","title":"Configure Workflow","navPath":"ConfigureWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a87a12983-5751-4c30-8a5f-d16474aa69ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDatabaseActivity.html","title":"Add Database Activity","navPath":"AddDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8f21a48e-690b-4471-9aac-6545abf17f1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddForEachLoop.html","title":"Add ForEach Loop","navPath":"AddForEachLoop.html","bundleId":"work-tasks-2023-sp1","id":"ac9430202-5472-4541-bb6b-f0c261c92967","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerActivity.html","title":"Edit Scheduler Activity","navPath":"EditSchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4f9bf75b-bde1-4ac9-9941-84c8af317d6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsusingLoggerActivity.html","title":"Diagnostics","navPath":"DiagnosticsusingLoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7579566a-d8f9-4ffc-ba5e-b06d6e8abb0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","title":"Move System Platform Galaxy and AVEVA Work Tasks Repository from Engineering Environment to Production Environment","navPath":"MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa58db427-701d-41b1-886c-382c83880ee3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxyandRepository.html","title":"Move System Platform Galaxy And Repository","navPath":"MoveSystemPlatformGalaxyandRepository.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b9e7b-c71b-47f3-99d7-5a720a18d499","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveRepository.html","title":"Move Repository","navPath":"MoveRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad12ff6fc-9f74-473a-8017-9afe6e81f6d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy.html","title":"Move System Platform Galaxy","navPath":"MoveSystemPlatformGalaxy.html","bundleId":"work-tasks-2023-sp1","id":"a24019401-8cd9-4f74-b327-31599c5377f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveonlytheWorkflow.html","title":"Move only the Workflow","navPath":"MoveonlytheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a95fecb09-49b0-490b-86ae-d3484f5baef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","title":"Move a Gateway Object, Workflows, and Associated Workflow Events","navPath":"MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","bundleId":"work-tasks-2023-sp1","id":"a328a9201-a23e-4641-809d-91d9d4c20fc6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsLoggerIntegrationwithArchestrALogger.html","title":"Diagnostics: Logger Integration with ArchestrA Logger","navPath":"DiagnosticsLoggerIntegrationwithArchestrALogger.html","bundleId":"work-tasks-2023-sp1","id":"a19d0550c-1d7c-4bcd-9fa4-8336031e494a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KnownIssuesinConnectorforSystemPlatform.html","title":"Known Issues","navPath":"KnownIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ac42665a9-0c1a-4fce-ada1-c34c2b28a5f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinConnectorforSystemPlatform.html","title":"Limitations","navPath":"LimitationsinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a64a5a02a-90a6-4dd2-825a-9d91590008cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinConnectorforSystemPlatform.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"aecb5f7ee-74cc-42dc-bae4-2e16bbb50f4e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithExtensionforOPCUA.html","title":"Work with Extension for OPC UA","navPath":"WorkwithExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a9d8ff0b9-c21c-482f-a23a-fdb1f1668b69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisioningRepositoryforOPCUA.html","title":"Provision Repository for OPC UA","navPath":"ProvisioningRepositoryforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a152e7c8e-ce5e-41c4-9811-30b4c68e33e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUARepositoryProvisioningTool.html","title":"OPC UA Repository Provisioning Tool","navPath":"OPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"a9cf91d3b-b903-4795-bfa2-2581d2f5b6bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAConnections.html","title":"Connections","navPath":"OPCUAConnections.html","bundleId":"work-tasks-2023-sp1","id":"a2bebea06-ac90-4dfe-84fb-76870e89e446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUATagReadWriteActivity_.html","title":"Activity: OPC UA Tag Read Write Activity","navPath":"OPCUATagReadWriteActivity_.html","bundleId":"work-tasks-2023-sp1","id":"a06d56357-01cc-4135-950f-42e0ea6d4ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAServerConnection.html","title":"OPC UA Server Connection","navPath":"OPCUAServerConnection.html","bundleId":"work-tasks-2023-sp1","id":"a03adacbd-18f5-42fa-955e-d878b7f27bc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/opcuatagreadwrite-selectattribute.html","title":"Select Attribute","navPath":"opcuatagreadwrite-selectattribute.html","bundleId":"work-tasks-2023-sp1","id":"a65be3264-0d30-4648-a9aa-90b4a74041fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutput.html","title":"Mapped Error Output","navPath":"MappedErrorOutput.html","bundleId":"work-tasks-2023-sp1","id":"ac763ee79-6d98-468f-af12-484c36898b5a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeveloperGuide.html","title":"Developer Guide","navPath":"DeveloperGuide.html","bundleId":"work-tasks-2023-sp1","id":"a51944afa-a152-4632-aebb-52ebcd014035","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted.html","title":"Get Started","navPath":"GetStarted.html","bundleId":"work-tasks-2023-sp1","id":"ae60f1c9b-fc1f-4da3-bb1d-ec1cfbfe77f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoAccessWorkTasksFeatures.html","title":"Prerequisites to Access AVEVA Work Tasks Features","navPath":"PrerequisitestoAccessWorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a117412cc-8a17-4428-8c7c-8f8b5ab0db3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationandAdministration.html","title":"Installation and Administration","navPath":"InstallationandAdministration.html","bundleId":"work-tasks-2023-sp1","id":"afa65a3bb-40e1-4f29-bd9e-0633299c9523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InterfacesandFeatures.html","title":"Interfaces and Features","navPath":"InterfacesandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a469fd45a-a61c-47a0-b40c-282e43ee7ca7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofUserInterfaces.html","title":"Overview of User Interfaces","navPath":"OverviewofUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a7939c682-e794-42f1-9505-415f0fe9d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessandManageAVEVA_WorkTasksFeatures.html","title":"Access and Manage AVEVA Work Tasks Features","navPath":"AccessandManageAVEVA_WorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a74d421f3-10fd-4c92-b588-34995bf5cf99","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksServices.html","title":"AVEVA Work Tasks Services","navPath":"WorkTasksServices.html","bundleId":"work-tasks-2023-sp1","id":"a0153d87a-8ee5-4d65-b0ca-a3dbb9c60dcf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole.html","title":"Enterprise Console","navPath":"EnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8ae058f6-2ddd-43d4-a0e1-bbb2f05be30b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueue.html","title":"Message Queue","navPath":"MessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a31787f9c-f604-4d45-b5fa-8fd45de73818","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections.html","title":"Message Queue Connections","navPath":"MessageQueueConnections.html","bundleId":"work-tasks-2023-sp1","id":"a4c6668fd-5616-4047-a6d1-7a80e9d62cf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueRepositoryProvisioningTool.html","title":"Message Queue Repository Provisioning Tool","navPath":"MessageQueueRepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ae98aa121-0b1f-48de-8f49-0a31be33ed8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections.html","title":"MQTT Connections","navPath":"MQTTConnections.html","bundleId":"work-tasks-2023-sp1","id":"a0840f85d-28fc-46e6-8cef-abcfd2a072ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections.html","title":"Logic App Connections","navPath":"LogicAppConnections.html","bundleId":"work-tasks-2023-sp1","id":"a8de052aa-303a-4624-b19e-e0edd070de87","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls.html","title":"Controls","navPath":"Controls.html","bundleId":"work-tasks-2023-sp1","id":"aa912d4b3-221f-468e-b644-084c6cea294c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControlsintheApplication.html","title":"Add Controls in the Application","navPath":"AddControlsintheApplication.html","bundleId":"work-tasks-2023-sp1","id":"a43c3f2d8-7f86-47fd-9a1c-51b39b09102c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanASPNETProjectinVisualStudioNET.html","title":"Create an ASP​.NET Project in Visual Studio ​.NET","navPath":"CreateanASPNETProjectinVisualStudioNET.html","bundleId":"work-tasks-2023-sp1","id":"a4745296d-0e70-491e-9993-993ee193d9fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserContext.html","title":"Create User Context","navPath":"CreateUserContext.html","bundleId":"work-tasks-2023-sp1","id":"a8655139e-bb40-43c3-ae96-16c4cf88de7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerControl.html","title":"Process Designer Control","navPath":"ProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"ab93561dc-fd24-49b3-844a-5e2f1025e719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListControl.html","title":"Work Items List Control","navPath":"WorkItemsListControl.html","bundleId":"work-tasks-2023-sp1","id":"af1b6853c-68c1-4870-bae0-da3cad0a4af5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseEventsofWorkItemListControl.html","title":"Use Events of Work Item List Control","navPath":"UseEventsofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a7a2db405-2a69-48ab-93f2-410f94d2b7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LayoutCustomization.html","title":"Layout Customization","navPath":"LayoutCustomization.html","bundleId":"work-tasks-2023-sp1","id":"a38e77ada-5d58-4ea1-a5d5-3199b0279f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomLinkinWorkItemListControl.html","title":"Create Custom Link in Work Item List Control","navPath":"CreateCustomLinkinWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"af7bc306d-46c1-4a16-8295-43620b014833","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CalendarControl.html","title":"Calendar Control","navPath":"CalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"ae7d200f3-c1d3-4209-bf44-26e48e1739ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMControl.html","title":"BAM Control","navPath":"BAMControl.html","bundleId":"work-tasks-2023-sp1","id":"ab56af880-614e-4444-a4d9-1c26fb032da5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddIndividualBAMReporttoaspxPage.html","title":"Add Individual BAM Report to aspx Page","navPath":"AddIndividualBAMReporttoaspxPage.html","bundleId":"work-tasks-2023-sp1","id":"a36fd8236-a6f9-4d61-b61d-796f4d992ee6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewSpecificWorkflowInstancesinBAMControl.html","title":"View Specific Workflow Instances in BAM Control","navPath":"ViewSpecificWorkflowInstancesinBAMControl.html","bundleId":"work-tasks-2023-sp1","id":"a95fe78f1-ecbd-4855-ab2d-b7a6c5571907","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueControl.html","title":"Queue Control","navPath":"QueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ad6fde17c-dde6-43dc-ae5c-49f747188292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControl.html","title":"List Control","navPath":"ListControl.html","bundleId":"work-tasks-2023-sp1","id":"a9aa75f3b-cb0c-42e3-b653-b6f1b0fe39cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormListWebpartControl.html","title":"Form List Webpart Control","navPath":"FormListWebpartControl.html","bundleId":"work-tasks-2023-sp1","id":"a4ed329eb-d385-4dec-a614-fdbf56da8aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowExecutionViewControl.html","title":"Workflow Execution View Control","navPath":"WorkflowExecutionViewControl.html","bundleId":"work-tasks-2023-sp1","id":"a0ad03be4-8dfe-4510-820b-9bbad0c7f54a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringNewRepository.html","title":"Configure New Repository","navPath":"ConfiguringNewRepository.html","bundleId":"work-tasks-2023-sp1","id":"a3cdcfbd3-498a-4157-8a5b-dede59840915","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupSourceElementsDirectory.html","title":"Set up Source Elements Directory","navPath":"SetupSourceElementsDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a5445089f-db24-4e18-922a-e23983d8ddc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupEmailAddressesforRepositories.html","title":"Set up Email Addresses for Repositories","navPath":"SetupEmailAddressesforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a27d98bd8-58a7-4cb7-b322-dc250621517f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupUserProvidersforRepositories.html","title":"Set up User Providers for Repositories","navPath":"SetupUserProvidersforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"aa3be2c15-ef1d-4f4c-881f-41f01e20b55c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupDocumentWebViewControlforRepositories.html","title":"Set up Document Web View Control for Repositories","navPath":"SetupDocumentWebViewControlforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"adaf7cf59-9536-4da7-8a4e-eae711889368","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Activities.html","title":"Activities","navPath":"Activities.html","bundleId":"work-tasks-2023-sp1","id":"a7df69af2-2499-41d2-939d-bfb9f77998f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity.html","title":"Start Activity","navPath":"StartActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4e28aa8-6ebc-4a3a-a1a6-3fc0acdb41be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables.html","title":"Start - Variables","navPath":"StartVariables.html","bundleId":"work-tasks-2023-sp1","id":"a7bd90253-07c4-4e44-b3fe-3db92ef29c73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartContents.html","title":"Start - Contents","navPath":"StartContents.html","bundleId":"work-tasks-2023-sp1","id":"ac5329289-4f3f-4f9d-aa29-884cdffd9df1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables.html","title":"XML Variables","navPath":"XMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a619dc708-7ee3-4e72-8fd8-66b8011aa87c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutXMLVariables.html","title":"About XML Variables","navPath":"AboutXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e70bc4c-aa4b-494b-a763-1c9d1f5967ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"a17b35e0e-96cb-4865-97e2-5e368f22007f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableof_typeXMLDocument.html","title":"XML Variable of Type 'XML Document'","navPath":"XMLVariableof_typeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a5b2419bb-58c8-4b8b-a53c-d0b7633bb971","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a67340516-e636-4b96-82d3-5a438ca39feb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildXMLSchema.html","title":"Build XML Schema","navPath":"BuildXMLSchema.html","bundleId":"work-tasks-2023-sp1","id":"a94a39b03-bf59-4677-8372-25ed5f98f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLDocumentofTypeVariables.html","title":"Use XML Document of Type 'Variables'","navPath":"UseXMLDocumentofTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a9efaeebe-7113-4b86-a3c2-da8091a26109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms.html","bundleId":"work-tasks-2023-sp1","id":"ab7e73d9d-de14-4ac1-a22a-3afefdfed358","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableforList.html","title":"XML Variable for List","navPath":"XMLVariableforList.html","bundleId":"work-tasks-2023-sp1","id":"a5bfade62-cb92-446a-b071-b67e7e3ce498","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListItemScopeofXMLListofTypeXMLVariable.html","title":"ListItem Scope of XML List of Type XML Variable","navPath":"ListItemScopeofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aea4c9635-567f-437b-a1d3-16b7c73fdad8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListofTypeXMLVariable.html","title":"Schema of XML List of Type XML Variable","navPath":"SchemaofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"adcf9efb1-22e5-42d2-8327-5bf0afc9e9e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListofTypeXMLVariable.html","title":"Create an XML List of Type XML Variable","navPath":"CreateanXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aaab4efc8-00ff-4194-9aa3-397cb2a79f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeScopeoftheXMLListofTypeXMLVariable.html","title":"Change Scope of the XML List of Type XML Variable","navPath":"ChangeScopeoftheXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"af7cd967e-0b1e-497a-9af5-c1205401f838","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupListQueryScope.html","title":"Set up List Query Scope","navPath":"SetupListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a5c7e5d13-daf5-4d93-8624-fbe9eb60b428","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorofTypeXMLVariable.html","title":"Create an XML List Iterator of Type XML Variable","navPath":"CreateanXMLListIteratorofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a19fe0e16-4ff9-4fdf-a5c9-82d8131ebe09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorofTypeXMLVariableforGridItems.html","title":"Create an XML Iterator of Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorofTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a7e80d973-e917-4a87-b633-0767e17f135a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWorkflowforaListinaSingleStep.html","title":"Create Workflow for a List in a Single Step","navPath":"CreateWorkflowforaListinaSingleStep.html","bundleId":"work-tasks-2023-sp1","id":"a6eab91ec-34ab-4056-bda3-7a20cfcb1d9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnderstandXMLNodeMapping.html","title":"Understand XML Node Mapping","navPath":"UnderstandXMLNodeMapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ba78eb9-0b44-4faa-82c8-b0f2d7b41891","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLListofTypeXMLVariableScenarios.html","title":"XML List of Type XML Variable Scenarios","navPath":"XMLListofTypeXMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac89f4985-11b6-4179-80f8-568f22ae3b58","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItem.html","title":"Add New List Item","navPath":"AddNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"ae34c1c5d-d058-4073-acf1-23f60b13cd67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a5bd7a1c9-4449-4f6e-b88e-7697df14af93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","title":"Save the List Item as Different Version as Draft/Published Using Xml Variable","navPath":"SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"a72231e4b-72a8-4472-b06a-f330466e2bf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewFolderUsingXmlVariable.html","title":"Create New Folder Using Xml Variable","navPath":"CreateNewFolderUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"abe2a32b6-e890-4dfc-ba9b-fc81c95b8da1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItemwithGridItems.html","title":"Add New List Item with Grid Items","navPath":"AddNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a3e3f42eb-87df-4064-a714-278870898836","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewGridItemtotheExistingListItem.html","title":"Add New Grid Item to the Existing List Item","navPath":"AddNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"af8c59cca-67ff-4e2c-9fe6-2b17397d136a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyListItemwithGridItems.html","title":"Copy List Item with Grid Items","navPath":"CopyListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a36e5601b-c22e-47a0-a1e3-d26384447c7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList.html","bundleId":"work-tasks-2023-sp1","id":"ae9fcf848-d7c7-4ac9-bcc0-f12f65a54819","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTypeXMLIterator.html","title":"XML Variable of Type XML Iterator","navPath":"XMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"ac3113419-bbea-4877-92d6-6fee062bf30e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator.html","title":"Create XML Variable of Type XML Iterator","navPath":"CreateXMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"abc088e93-3a30-4565-b20b-78e1a70c58df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesofTypeXMLIterator.html","title":"Use Variables of Type XML Iterator","navPath":"UseVariablesofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"acfc8e885-c5ce-4a9f-b613-db27b8a90f42","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTYpeFormsDataGrid.html","title":"XML Variable of Type XML Forms Data Grid","navPath":"XMLVariableofTYpeFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"afcb7344c-2b9f-47f1-b22a-6f5006dabbd4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLFormsDataGrid.html","title":"Create XML Variable of Type XML Forms Data Grid","navPath":"CreateXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"aa945595b-9c7f-4312-8502-b8a8428fd71c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariableofTypeXMLFormsDataGrid.html","title":"Use XML Variable of Type XML Forms Data Grid","navPath":"UseXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ad4cedfb0-7306-418b-b41d-65035046b290","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a61682d2f-9d81-4772-8b93-4f49b3840288","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitializeVariables.html","title":"Initialize Variables","navPath":"InitializeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a19615e64-bbc1-4df4-b786-4b72d999697f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutputs.html","title":"Mapped Error Outputs","navPath":"MappedErrorOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0ea0b-d0ff-4f86-b6a1-e92bae61bb1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivities.html","title":"Human Activities","navPath":"HumanActivities.html","bundleId":"work-tasks-2023-sp1","id":"a9657a14b-8596-450b-980d-18f259c52700","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity.html","title":"Approval Activity","navPath":"ApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"adee96629-49b8-468f-8920-964fe5945862","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalDeliveryChannels.html","title":"Approval - Delivery Channels","navPath":"ApprovalDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ad927c740-8bee-4fd1-b244-1352a4c15af6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"a286685b4-5ca4-4071-bbaf-31998b81bdc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalWorkItemFields.html","title":"Approval - Work Item Fields","navPath":"ApprovalWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a8cd42972-e484-4580-aae9-d4f2f4fd58bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignActor%28s%29.html","title":"Approval - Assign Actor(s)","navPath":"ApprovalAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a88c311d4-3526-4d7e-9219-4f4349a6368b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignQueue%28s%29.html","title":"Approval - Assign Queue(s)","navPath":"ApprovalAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"aa6a293ab-5020-47d9-b57f-41c91e3b7390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSubject.html","title":"Approval - Subject","navPath":"ApprovalSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4f2d5546-ea56-4ef4-88d0-95ce16282bc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalBody.html","title":"Approval - Body","navPath":"ApprovalBody.html","bundleId":"work-tasks-2023-sp1","id":"ad1bc337b-f6b9-420a-bbfc-0ae3e6d2a37a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalRedirectURL.html","title":"Approval - Redirect URL","navPath":"ApprovalRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a1f2f4409-28de-4a33-ab6f-83efe8d18bd4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalCustomDocumentViewURL.html","title":"Approval - Custom Document View URL","navPath":"ApprovalCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a319d1320-46ca-4d62-b19d-5a21b6f62361","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomDocumentViewURL.html","title":"Custom Document View URL","navPath":"CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a5045ccf2-dd43-45a4-9752-00981d15de00","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalHTMLTemplate.html","title":"Approval - HTML Template","navPath":"ApprovalHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5bd2a3b1-55c4-4f36-ae57-0f4079df8591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAttachReports.html","title":"Approval - Attach Reports","navPath":"ApprovalAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a90546373-dab9-478a-be2f-1c497a95dd5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSetCalendarforTimeout.html","title":"Approval - Set Calendar for Timeout","navPath":"ApprovalSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afa431c07-23a9-444d-9a40-6d114df6f68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalMultipleTimeoutWarning.html","title":"Approval - Multiple Timeout Warning","navPath":"ApprovalMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a9f15382e-2b87-4a70-a72f-850d2af58f1b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity.html","title":"Checklist Activity","navPath":"ChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a282e1d26-779d-4d4a-8ee8-ccdce698d8bf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListDeliveryChannels.html","title":"CheckList - Delivery Channels","navPath":"CheckListDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae8a79b37-ae12-4c41-ba6c-44570681250f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckList-Questions.html","title":"CheckList - Questions","navPath":"CheckList-Questions.html","bundleId":"work-tasks-2023-sp1","id":"a0878c9be-95ab-44cb-bb3c-8f1899f92794","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListWorkItemFields.html","title":"CheckList - Work Item Fields","navPath":"CheckListWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a3f691a2f-ba3a-4f20-8a0c-288b575be1bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignActor%28s%29.html","title":"CheckList - Assign Actor(s)","navPath":"CheckListAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a874345b9-69fc-4404-a3fc-13e553048bd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignQueue%28s%29.html","title":"CheckList - Assign Queue(s)","navPath":"CheckListAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a7b75104a-9ebe-48b1-a508-2ab78379dfc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSubject.html","title":"CheckList - Subject","navPath":"CheckListSubject.html","bundleId":"work-tasks-2023-sp1","id":"a98c3d697-5706-424d-9106-f2bc4d41162e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListBody.html","title":"CheckList - Body","navPath":"CheckListBody.html","bundleId":"work-tasks-2023-sp1","id":"a2cb0a0ed-39f7-4ea6-8323-2fc50976f832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListRedirectURL.html","title":"CheckList - Redirect URL","navPath":"CheckListRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a6771976d-b250-4024-a08a-30b7517436ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListCustomDocumentViewURL.html","title":"CheckList - Custom Document View URL","navPath":"CheckListCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a68d7192c-f7ff-4bbd-ac51-e49f0b867378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAttachReports.html","title":"CheckList - Attach Reports","navPath":"CheckListAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ac8a965ab-f24b-441a-bae8-28d156b99fb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListHTMLTemplate.html","title":"CheckList - HTML Template","navPath":"CheckListHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a51b53d95-4309-4546-85b4-5e632f71887c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSetCalendarforTimeout.html","title":"CheckList - Set Calendar for Timeout","navPath":"CheckListSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a26e65b21-dafc-4cc4-a417-8d9129f685ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListMultipleTimeoutWarning.html","title":"CheckList - Multiple Timeout Warning","navPath":"CheckListMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ab335fcb8-d6d9-4423-af43-fffce59132fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity.html","title":"Choice Activity","navPath":"ChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"abc9e3b81-e34d-47fd-91c0-ebe603cf6a71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceDeliveryChannels.html","title":"Choice - Delivery Channels","navPath":"ChoiceDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae3a406ba-5b76-4cdc-a365-18a89545dc6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActionOutputs.html","title":"Choice - Action Outputs","navPath":"ChoiceActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"a65a6e90b-dafb-4444-9e4a-80428010650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceWorkItemFields.html","title":"Choice - Work Item Fields","navPath":"ChoiceWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a964c7e12-7ec7-4f8d-b17e-57e84167b7da","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignActor%28s%29.html","title":"Choice - Assign Actor(s)","navPath":"ChoiceAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a2af805a5-2c07-452d-ac65-926451535bb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignQueue%28s%29.html","title":"Choice - Assign Queue(s)","navPath":"ChoiceAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ac45ed5c7-9cd1-4e0d-8d1e-c99b5f84de59","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSubject.html","title":"Choice - Subject","navPath":"ChoiceSubject.html","bundleId":"work-tasks-2023-sp1","id":"a3f6d9191-ca5a-44e6-84d1-4b439d6ae6c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceBody.html","title":"Choice - Body","navPath":"ChoiceBody.html","bundleId":"work-tasks-2023-sp1","id":"a5da73516-a25d-468d-a546-7fd6df988304","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceRedirectURL.html","title":"Choice - Redirect URL","navPath":"ChoiceRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a16c615d3-56d6-45e7-a45d-351d6d23f929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceCustomDocumentViewURL.html","title":"Choice - Custom Document View URL","navPath":"ChoiceCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a32aa7171-c0cd-4563-aa98-7ec62e009c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceHTMLTemplate.html","title":"Choice - HTML Template","navPath":"ChoiceHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a050bf4c7-adc1-4364-93f7-c411299b8d34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAttachReports.html","title":"Choice - Attach Reports","navPath":"ChoiceAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a1a726b60-1df8-4f57-86a6-9b2290f4fcdb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSetCalendarforTimeout.html","title":"Choice - Set Calendar for Timeout","navPath":"ChoiceSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a39f7a107-0ec5-4177-b5ba-97e744c499af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceMultipleTimeoutWarning.html","title":"Choice - Multiple Timeout Warning","navPath":"ChoiceMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ac34180aa-d43c-4e37-8f25-179f2deaa698","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivity.html","title":"Information Activity","navPath":"InformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa4fe74b9-37e0-41fd-a27d-21759c847f6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoDeliveryChannels.html","title":"Info - Delivery Channels","navPath":"InfoDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a299a74f3-6d0b-49f6-a297-413725c852b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_1.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_1.html","bundleId":"work-tasks-2023-sp1","id":"a3c91ff7b-13fe-4dff-a1f3-81ced6c4441d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoWorkItemFields.html","title":"Info - Work Item Fields","navPath":"InfoWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"acdce9620-7d4f-4595-8248-4f0ec695b4cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignActor%28s%29.html","title":"Info - Assign Actor(s)","navPath":"InfoAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a05e13c87-40c1-4e8f-8705-d2237bd1387f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignQueue%28s%29.html","title":"Info - Assign Queue(s)","navPath":"InfoAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a46d53986-f72d-4348-9211-26a164635e34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoSubject.html","title":"Info - Subject","navPath":"InfoSubject.html","bundleId":"work-tasks-2023-sp1","id":"a20ce723e-c95c-4f4f-878f-9cd2a2600d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoBody.html","title":"Info - Body","navPath":"InfoBody.html","bundleId":"work-tasks-2023-sp1","id":"ad67ae532-ea8f-49c0-bddd-c8d7f3422c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoRedirectURL.html","title":"Info - Redirect URL","navPath":"InfoRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a0b2535dc-c3b3-4ed3-9bc3-9258179c5785","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoCustomDocumentViewURL.html","title":"Info - Custom Document View URL","navPath":"InfoCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a26853060-60ec-426a-ac57-14580c1d15cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoHTMLTemplate.html","title":"Info - HTML Template","navPath":"InfoHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a4e6da927-2ea9-479f-8883-e2f61f1504d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAttachReports.html","title":"Info - Attach Reports","navPath":"InfoAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ab5fbd6a0-4c59-4121-a1ce-c1f6bed603af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActivity.html","title":"Resource Set Activity","navPath":"ResourceSetActivity.html","bundleId":"work-tasks-2023-sp1","id":"aed518339-14ce-4e29-919d-34b4e9c42579","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetDeliveryChannels.html","title":"ResourceSet - Delivery Channels","navPath":"ResourceSetDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a1e7c2008-4ecb-46e6-acb7-15f6486689ff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActorSelectionFilter.html","title":"ResourceSet - Actor Selection Filter","navPath":"ResourceSetActorSelectionFilter.html","bundleId":"work-tasks-2023-sp1","id":"ac145f75c-a96c-4f3a-a425-6b76d8ff1578","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetWorkItemFields.html","title":"ResourceSet - Work Item Fields","navPath":"ResourceSetWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"ab398d0d5-dc0b-4003-aeb8-e84cc51abd76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignActor%28s%29.html","title":"ResourceSet - Assign Actor(s)","navPath":"ResourceSetAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4d25e32f-c9f9-400f-b78d-824fa6f48a95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignQueue%28s%29.html","title":"ResourceSet - Assign Queue(s)","navPath":"ResourceSetAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ad1386520-88b4-4f91-823f-eb8a7bd2fc1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSubject.html","title":"ResourceSet - Subject","navPath":"ResourceSetSubject.html","bundleId":"work-tasks-2023-sp1","id":"ab4182093-b67b-4921-bfd5-86e4c654aa82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetBody.html","title":"ResourceSet - Body","navPath":"ResourceSetBody.html","bundleId":"work-tasks-2023-sp1","id":"afb82587a-15a4-4346-9b41-5dd27441f561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetRedirectURL.html","title":"ResourceSet - Redirect URL","navPath":"ResourceSetRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a5b5993fb-428d-4125-967d-cfe0dd2dce37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetCustomDocumentViewURL.html","title":"ResourceSet - Custom Document View URL","navPath":"ResourceSetCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"acd784ac7-173f-4bff-b01e-b7e7677fe253","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSetCalendarforTimeout.html","title":"ResourceSet - Set Calendar for Timeout","navPath":"ResourceSetSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"ade9bc59c-b37d-4413-ad10-4c21165c1b5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetMultipleTimeOutWarning.html","title":"ResourceSet - Multiple TimeOut Warning","navPath":"ResourceSetMultipleTimeOutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a0390430f-426e-4e7b-b563-5c9f9418a2f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity.html","title":"Task Activity","navPath":"TaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"af97ccdce-846f-4852-b680-f78d62f1a40b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskDeliveryChannels.html","title":"Task - Delivery Channels","navPath":"TaskDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a524d1fef-41bc-4720-b551-e589a3623519","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Task-TaskType.html","title":"Task - Task Type","navPath":"Task-TaskType.html","bundleId":"work-tasks-2023-sp1","id":"aba678a5b-b5b0-4f2f-8e42-0c11ed854294","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskWorkItemFields.html","title":"Task - Work Item Fields","navPath":"TaskWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"af6b8b114-09ea-4fcc-ba5b-6f210539a0e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/task-assignactors.html","title":"Task - Assign Actor(s)","navPath":"task-assignactors.html","bundleId":"work-tasks-2023-sp1","id":"aa6c0923f-c23f-4f64-ac36-03d384294b8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAssignQueue%28s%29.html","title":"Task - Assign Queue(s)","navPath":"TaskAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"afb951f54-6689-4a91-8f82-1dea20369cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSubject.html","title":"Task - Subject","navPath":"TaskSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4a97211f-bc06-4aae-90e9-387f6aaf2047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskBody.html","title":"Task - Body","navPath":"TaskBody.html","bundleId":"work-tasks-2023-sp1","id":"a1f15b2b6-c054-46f1-8a46-53e3fd40dd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskRedirectURL.html","title":"Task - Redirect URL","navPath":"TaskRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a668aa372-b8f2-42bf-b127-26b6e4943ead","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskCustomDocumentViewURL.html","title":"Task - Custom Document View URL","navPath":"TaskCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"abb1626c1-54c2-4c3b-acf0-6b62a6fddac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAttachReports.html","title":"Task - Attach Reports","navPath":"TaskAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"af1896c69-0878-42f8-9049-8f2b3c9ed9e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskHTMLTemplate.html","title":"Task - HTML Template","navPath":"TaskHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af52d3888-0d8d-4e3e-a1a2-959751f8a816","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSetCalendarforTimeout.html","title":"Task - Set Calendar for Timeout","navPath":"TaskSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a503a505b-fed5-4057-aa46-6d8a0a0d3ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskMultipleTimeoutWarning.html","title":"Task - Multiple Timeout Warning","navPath":"TaskMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"af30cacfa-6d00-4425-9670-e0ed0f75aa79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkActivity.html","title":"Work Activity","navPath":"WorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"afcafed35-4b29-4aec-b8bb-7d34d1c25096","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkDeliveryChannel.html","title":"Work - Delivery Channel","navPath":"WorkDeliveryChannel.html","bundleId":"work-tasks-2023-sp1","id":"a17c2555d-d76c-4288-96cc-72ff2c934996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAdvanceUIFields.html","title":"Work - AdvanceUI Fields","navPath":"WorkAdvanceUIFields.html","bundleId":"work-tasks-2023-sp1","id":"a5442eab2-a416-4088-a937-269d1014cdf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Work-WorkItemFields.html","title":"Work - Work Item Fields","navPath":"Work-WorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a5c625545-e557-4463-93aa-1c0417b047e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignActor%28s%29.html","title":"Work - Assign Actor(s)","navPath":"WorkAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a99a75915-2346-4bf3-a0fc-c11dfb6d9327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignQueue%28s%29.html","title":"Work - Assign Queue(s)","navPath":"WorkAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a97e0e802-0366-4039-8cc7-6ab269b12e1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSubject.html","title":"Work - Subject","navPath":"WorkSubject.html","bundleId":"work-tasks-2023-sp1","id":"a089431f5-04ca-4156-8e7e-867f41793658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkBody.html","title":"Work - Body","navPath":"WorkBody.html","bundleId":"work-tasks-2023-sp1","id":"a2b3c8590-98b9-4812-a50f-85139dec58f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkRedirectURL.html","title":"Work - Redirect URL","navPath":"WorkRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a749f6fa5-54b0-4c4b-8df9-07c75ba5ad66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkCustomDocumentViewURL.html","title":"Work - Custom Document View URL","navPath":"WorkCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a9cf76d44-1c07-4ff0-8533-fa03d84e6826","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSetCalendarforTimeout.html","title":"Work - Set Calendar for Timeout","navPath":"WorkSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afdfa2ef2-4139-4b41-a8cf-179b9faa4a9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkMultipleTimeoutWarning.html","title":"Work - Multiple Timeout Warning","navPath":"WorkMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"afbde02c6-20c1-4d45-a83b-9b4c10795d43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivity.html","title":"Invoke Form Activity","navPath":"InvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a10f82512-5a88-403f-875c-33dd65786d74","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormDeliveryChannels.html","title":"Invoke Form - Delivery Channels","navPath":"InvokeFormDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a8485e69c-0dd2-46c1-ba41-58f64dd1f3de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_2.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_2.html","bundleId":"work-tasks-2023-sp1","id":"a08ec02d9-b0dd-4922-a55b-8ea3026aca47","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormPossibleDistinctOutputs.html","title":"Invoke Form - Possible Distinct Outputs","navPath":"InvokeFormPossibleDistinctOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ab5946b6d-0ad8-488e-8407-9a2ea0784945","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-PossibleDistinctOutputsScenario.html","title":"Invoke Form - Possible Distinct Outputs Scenario","navPath":"InvokeForm-PossibleDistinctOutputsScenario.html","bundleId":"work-tasks-2023-sp1","id":"a5bb1247e-b408-4d47-93c2-4a560a565f55","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormWorkItemFields.html","title":"Invoke Form - Work Item Fields","navPath":"InvokeFormWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"abcb144a5-c33e-4fcb-b6a1-adc75f6bbd40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-AssignActor%28s%29.html","title":"Invoke Form - Assign Actor(s)","navPath":"InvokeForm-AssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4c6592f3-7020-4d1a-b437-92256a0decf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormAssignQueue%28s%29.html","title":"Invoke Form - Assign Queue(s)","navPath":"InvokeFormAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a68c2f508-6f29-45b1-849a-2df4dcc02dbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-FormName.html","title":"Invoke Form - Form Name","navPath":"InvokeForm-FormName.html","bundleId":"work-tasks-2023-sp1","id":"a774e9592-fa55-4522-a61a-af8d3bf014c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-OutputInstanceXML.html","title":"Invoke Form - Output Instance XML","navPath":"InvokeForm-OutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"ab91a374a-bcb0-4b4a-9405-a9f5b5c8a6d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-IndividualActor%27sResponseCollaborationinOutputInstanceXML.html","title":"Invoke Form - Individual Actor's Response Collaboration in Output Instance XML","navPath":"InvokeForm-IndividualActor'sResponseCollaborationinOutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"a9438f642-2b0e-4969-9dd5-ab0229a9654e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-UpdateFormParameters.html","title":"Invoke Form - Update Form Parameters","navPath":"InvokeForm-UpdateFormParameters.html","bundleId":"work-tasks-2023-sp1","id":"ae9ec7453-123f-48eb-bee6-178d4a5601ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Subject.html","title":"Invoke Form - Subject","navPath":"InvokeForm-Subject.html","bundleId":"work-tasks-2023-sp1","id":"a8fb72c3e-1719-43db-a84a-a2e5975be18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Body.html","title":"Invoke Form - Body","navPath":"InvokeForm-Body.html","bundleId":"work-tasks-2023-sp1","id":"a250fa835-6786-40dd-852b-255aa3352f2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-TemplatePath.html","title":"Invoke Form - Template Path","navPath":"InvokeForm-TemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a1e75a799-d03b-4ad7-94c1-5cd895f45fd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivityEmailTemplate.html","title":"Invoke Form Activity Email Template","navPath":"InvokeFormActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7f80ebe1-c27b-49cf-9d71-fa28550898ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInvokeFormActivity.html","title":"Use Variables in Invoke Form Activity","navPath":"UseVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5f61c66-3980-4e09-bc24-e98fd2eb7377","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInvokeFormActivity.html","title":"Use Contents in Invoke Form Activity","navPath":"UseContentsinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4c695291-8721-4ad4-a534-e0046ec43528","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInvokeFormActivity.html","title":"Use XML Variables in Invoke Form Activity","navPath":"UseXMLVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a52a05a22-3aee-4d43-bd26-f09763f5d216","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-RedirectURL.html","title":"Invoke Form - Redirect URL","navPath":"InvokeForm-RedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"ae1070c74-0650-43f6-a58a-6dd3f97f3835","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-CustomDocumentViewURL.html","title":"Invoke Form - Custom Document View URL","navPath":"InvokeForm-CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a6489b0b3-af4c-47cd-b22d-8b5dd49166f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-SetCalendarforTimeout.html","title":"Invoke Form - Set Calendar for Timeout","navPath":"InvokeForm-SetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a15952a70-97ac-4df2-979a-1d0ada026535","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MultipleTimeoutWarning.html","title":"Invoke Form - Multiple Timeout Warning","navPath":"InvokeForm-MultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a5d6312c3-a0da-489a-b7fd-a429127e8cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MailIntegrationScenario.html","title":"Invoke Form - Mail Integration Scenario","navPath":"InvokeForm-MailIntegrationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a93b5454c-3d05-4ec7-bbe8-04c85c4613f8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseBodyProperty.html","title":"Use 'Body' Property","navPath":"UseBodyProperty.html","bundleId":"work-tasks-2023-sp1","id":"a4d06b12a-6cd6-408e-bcb7-d81777dbceb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseTemplatePathProperty.html","title":"Use 'Template Path' Property","navPath":"UseTemplatePathProperty.html","bundleId":"work-tasks-2023-sp1","id":"ae6414b3c-e4a0-47f1-b723-49ab6a0461e8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssignaTasktoaManager.html","title":"Assign a Task to a Manager","navPath":"AssignaTasktoaManager.html","bundleId":"work-tasks-2023-sp1","id":"abc17f1ff-e7b8-4436-a58c-b50dff4827b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleControlECPlug-in.html","title":"Enterprise Console Control (EC Plug-in)","navPath":"EnterpriseConsoleControlECPlug-in.html","bundleId":"work-tasks-2023-sp1","id":"adb875483-bead-4f89-991c-d0fb95f7708d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationActivities.html","title":"Integration Activities","navPath":"IntegrationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a2228e2f0-24d6-4a8d-a1fb-171a58cf71a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentActivity.html","title":"Create-Open-Office-Document Activity","navPath":"CreateOpenOfficeDocumentActivity.html","bundleId":"work-tasks-2023-sp1","id":"a2b5c6a8f-a791-422b-bab1-ba843aa0f604","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentDestinationDetails.html","title":"Create-Open-Office-Document: Destination Details","navPath":"CreateOpenOfficeDocumentDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"a15dbbed5-a629-4cbd-be20-91bf6be87ce6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentSelectTemplate.html","title":"Create-Open-Office-Document: Select Template","navPath":"CreateOpenOfficeDocumentSelectTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aaf780b58-eb65-462d-92f1-33a4b7d2585f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebServiceActivity.html","title":"InvokeWebService Activity","navPath":"InvokeWebServiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5a8a0b46-f4f0-4c3e-aaee-12193ac61ad7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebService-WebServiceDetails.html","title":"InvokeWebService: Web Service Details","navPath":"InvokeWebService-WebServiceDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa9916b4c-d5f6-4908-9d3b-ebd0f2e9f275","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIActivity.html","title":"Invoke Web API Activity","navPath":"InvokeWebAPIActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5083ad8-ee5d-486a-8382-0955699d7055","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWebAPI.html","title":"Configure Web API","navPath":"ConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a9a6a5ee3-b38b-4a71-8d95-3b5b58390045","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI.html","bundleId":"work-tasks-2023-sp1","id":"ada6615b4-1be2-4788-b529-6808e3380329","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PATCHMethod.html","title":"PATCH Method","navPath":"PATCHMethod.html","bundleId":"work-tasks-2023-sp1","id":"a83f7d4f7-4034-48e0-9fb7-6cd2a6ffc493","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariable.html","title":"Create XML Variable","navPath":"CreateXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a107229eb-0bf2-4145-afcd-d9a2145b183b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity.html","title":"Script Activity","navPath":"ScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"a07b51c84-2874-46f6-bbc2-875d89332de6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode.html","title":"Script: Code","navPath":"ScriptCode.html","bundleId":"work-tasks-2023-sp1","id":"aca849bc3-4728-4187-9052-827a5f5220ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences.html","title":"Script: References","navPath":"ScriptReferences.html","bundleId":"work-tasks-2023-sp1","id":"ae4a63f8a-ffb8-41e3-88fa-0191f7f51702","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues.html","title":"Script: Return Values","navPath":"ScriptReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"a4a579e75-bea0-4aba-887c-a6cb5e00672e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileOperationsActivity.html","title":"File Operations Activity","navPath":"FileOperationsActivity.html","bundleId":"work-tasks-2023-sp1","id":"a23e232ba-ed10-48e7-af92-d910dfcccfa6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsSource_Details.html","title":"File Operations: Source Details","navPath":"File_OperationsSource_Details.html","bundleId":"work-tasks-2023-sp1","id":"ae5a77d45-21cc-4425-9aaf-d29461ca2446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsDestinationDetails.html","title":"File Operations: Destination Details","navPath":"File_OperationsDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"ab3c890f0-0c76-483b-bf6b-c5506d989e2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWorkflowStatusActivity.html","title":"Change Workflow Status Activity","navPath":"ChangeWorkflowStatusActivity.html","bundleId":"work-tasks-2023-sp1","id":"acd930056-fa54-458e-8c69-f283a27f91e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionActivity.html","title":"XML Action Activity","navPath":"XMLActionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5982cd4a-66a5-46fb-bcdd-dd1ad002febd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionGetData.html","title":"XML Action: Get Data","navPath":"XMLActionGetData.html","bundleId":"work-tasks-2023-sp1","id":"a592d992c-060f-40bf-9aef-e44ec33b536a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionSetVariables.html","title":"XML Action: Set Variables","navPath":"XMLActionSetVariables.html","bundleId":"work-tasks-2023-sp1","id":"a04ecdb58-d7b1-43a3-b934-195574529654","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities.html","title":"Engine Activities","navPath":"EngineActivities.html","bundleId":"work-tasks-2023-sp1","id":"a95e5070c-d07d-4608-917a-1facbe266ced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivity.html","title":"End Activity Execution Activity","navPath":"EndActivityExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa431465b-c54c-47b1-9edd-10fc1ac68d2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivityDetails.html","title":"End Activity Execution: Activity Details","navPath":"EndActivityExecutionActivityDetails.html","bundleId":"work-tasks-2023-sp1","id":"a839a74cc-8e3b-4000-bea9-ad278d3bf3bc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowExecutionActivity.html","title":"End Child Workflow Execution Activity","navPath":"EndChildWorkflowExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4af33c60-9604-4826-aa43-51a2ced43b0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowWorkflowDetails.html","title":"End Child Workflow: Workflow Details","navPath":"EndChildWorkflowWorkflowDetails.html","bundleId":"work-tasks-2023-sp1","id":"a9ddcbd2f-5670-4d98-b2f9-6477bf9828cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockingOutputActivity.html","title":"BlockingOutput Activity","navPath":"BlockingOutputActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8885a5fe-2592-4392-8ace-5751186d8b74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity.html","title":"Database Activity","navPath":"DatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa30c4cab-695c-4e38-a48e-6796c7abcbb7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity.html","title":"Decision Activity","navPath":"DecisionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aaa20909c-be11-433a-b2af-317d7f5a3391","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions.html","title":"Decision: Decisions","navPath":"Decisions.html","bundleId":"work-tasks-2023-sp1","id":"af4be743f-8ea5-48cb-82a0-9f6bd215509e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9ae79812-3254-45dd-9ef5-655ba8f9d448","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSerialExecution.html","title":"Example of Serial Execution","navPath":"ExampleofSerialExecution.html","bundleId":"work-tasks-2023-sp1","id":"ac7a03c8b-f0f4-4274-8e97-8fed5b2d04fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity.html","title":"For-Loop Activity","navPath":"ForLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad800355c-d50b-4389-b466-a89f2a4f1f0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount.html","title":"For - Loop Count","navPath":"ForLoopCount.html","bundleId":"work-tasks-2023-sp1","id":"aa7a1ca5c-9368-4333-9973-4089e621b15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity.html","title":"Logger Activity","navPath":"LoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ade018870-1550-4fba-a063-d1a5f5ea840c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage.html","title":"Log - Log Message","navPath":"Log-LogMessage.html","bundleId":"work-tasks-2023-sp1","id":"af981a1b9-7b65-476f-bc92-0109520a0598","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoopExecutionStepEntryActivity.html","title":"Loop Execution Step Entry Activity","navPath":"LoopExecutionStepEntryActivity.html","bundleId":"work-tasks-2023-sp1","id":"a35303179-d9b4-4df5-9f57-394981974e0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity.html","title":"Next Loop Activity","navPath":"NextLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a43b1defb-4dea-4ce4-844f-00f008ff0157","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariableActivity.html","title":"Resource Variable Activity","navPath":"ResourceVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"a33f41dc0-bbc9-468d-b23a-94ac0e636a7d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariable-Actors.html","title":"Resource Variable - Actors","navPath":"ResourceVariable-Actors.html","bundleId":"work-tasks-2023-sp1","id":"ae525a243-3c25-4ffd-8601-732c64be5fb4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity.html","title":"Rule Activity","navPath":"RuleActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6cb44d86-19d4-41c2-bf84-84ab7a855b6b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition.html","title":"Rule - Condition","navPath":"RuleCondition.html","bundleId":"work-tasks-2023-sp1","id":"ab7d41ffd-6f5e-492d-afa2-aba6b4321390","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActivity.html","title":"Workflow Activity","navPath":"WorkflowActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36a1c56e-acb9-4a99-a913-6c61eb4cf96e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowContents_forChildWorkflow.html","title":"Workflow - Contents for ChildWorkflow","navPath":"WorkflowContents_forChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6fcad1b9-8757-4b6e-ac7a-b63db9a3462f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a71e32ef6-dbfa-41d3-8208-6054245e83a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a39ac243b-6dd5-4f77-b52b-e6d9218d7509","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowReturnValues.html","title":"Workflow - Return Values","navPath":"WorkflowReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"ab5812c43-3dd6-4286-9f3d-553a8d3ef137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","title":"How to Pass Variables/Contents from Parent Workflow to Child Workflow?","navPath":"HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a2367ed1b-def4-41ab-8d20-a58e65971058","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetExecutionIDoftheChildWorkflow.html","title":"Get Execution ID of the Child Workflow","navPath":"GetExecutionIDoftheChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a59d5ed72-7e73-4b2b-8211-3719cef69c37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"abad358f2-db18-45db-9027-01ecc23fdb9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Variables.html","title":"Variables","navPath":"Variables.html","bundleId":"work-tasks-2023-sp1","id":"a3a0cfcae-3c2d-4704-bbcf-8c0d6d859474","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsXmlVariables.html","title":"Forms Xml Variables","navPath":"FormsXmlVariables.html","bundleId":"work-tasks-2023-sp1","id":"a3ae2a8ca-5873-4bac-9421-96a83dfccc59","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity.html","bundleId":"work-tasks-2023-sp1","id":"a71c50a76-6eb8-4dae-8779-99d2e29f608a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables.html","bundleId":"work-tasks-2023-sp1","id":"ab45d16c4-02a6-4d94-95ee-fa810c9b2c36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aee505bd0-11db-4d44-b91f-fc4cdb68cf1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity.html","title":"Synchronize Activity","navPath":"SynchronizeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8a38616a-e56e-4874-a21c-95229df13f0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable.html","bundleId":"work-tasks-2023-sp1","id":"a954cbf60-a88c-473e-ad9f-4baa70e26e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator.html","title":"XML Navigator","navPath":"XMLNavigator.html","bundleId":"work-tasks-2023-sp1","id":"ae366c9f0-4f08-4e4e-b36f-d2dd0ed1e0c1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivities.html","title":"Scheduler Activities","navPath":"SchedulerActivities.html","bundleId":"work-tasks-2023-sp1","id":"a0b0cb2a5-5845-4eca-bfb2-6cb2b9ffdbc2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlCustomTimerActivity.html","title":"Control Custom Timer Activity","navPath":"ControlCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4f46ae7-e15e-4d61-aa20-1b21addf8373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerActivity.html","title":"Set Custom Timer Activity","navPath":"SetCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab62c3b00-92d7-4788-9a59-3c3528ab2d79","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerScheduleTime.html","title":"Set Custom Timer: Schedule Time","navPath":"SetCustomTimerScheduleTime.html","bundleId":"work-tasks-2023-sp1","id":"af3246f9b-52f6-4eaa-825c-1dd09842fed1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivity.html","title":"Scheduler Activity","navPath":"SchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa77bd132-35e9-47b8-8606-fe07fa9467e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerDetails.html","title":"Scheduler: Scheduler Details","navPath":"SchedulerDetails.html","bundleId":"work-tasks-2023-sp1","id":"af4dde46c-d10f-4bae-9dde-b93709869e64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RescheduleFailedTasks.html","title":"Reschedule Failed Tasks","navPath":"RescheduleFailedTasks.html","bundleId":"work-tasks-2023-sp1","id":"a9bf90d9c-8c72-493b-b413-80af28a4888e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeTriggerActivity.html","title":"Time Trigger Activity","navPath":"TimeTriggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a94a60a80-9002-442e-9475-0234e1bc23b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimerTrigger.html","title":"Time Trigger: Timer Trigger","navPath":"TimerTrigger.html","bundleId":"work-tasks-2023-sp1","id":"a7f139c6b-1192-4c3a-affc-252ef50abed8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities.html","title":"Communication Activities","navPath":"CommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a82645408-29b2-4624-ac9f-1c0e4c719eb9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailActivity.html","title":"Email Activity","navPath":"EmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad7bdb004-2864-417a-9c78-66f477545e29","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailToResource.html","title":"Email: ToResource","navPath":"EmailToResource.html","bundleId":"work-tasks-2023-sp1","id":"a0bb21980-7c81-4856-b549-8d3b8b81c5ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBCCResource.html","title":"Email: BCC Resource","navPath":"EmailBCCResource.html","bundleId":"work-tasks-2023-sp1","id":"ac6978064-95f7-4fcd-ac9e-45ca0bf73f24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailCCResource.html","title":"Email: CCResource","navPath":"EmailCCResource.html","bundleId":"work-tasks-2023-sp1","id":"a265759a0-c819-4201-a207-1bf51401b5c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailSubject.html","title":"Email: Subject","navPath":"EmailSubject.html","bundleId":"work-tasks-2023-sp1","id":"afc44603b-ad6c-406c-97f1-825a9ca6c3e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBody.html","title":"Email: Body","navPath":"EmailBody.html","bundleId":"work-tasks-2023-sp1","id":"ae43938fb-7668-49bc-9542-e87c4c3198fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailAttachReports.html","title":"Email: Attach Reports","navPath":"EmailAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ae36f5a5f-47e8-439f-9a37-dc5d06d04fb3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCommunicationActivities.html","title":"Configure Communication Activities","navPath":"ConfigureCommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a21db4212-94e8-44e3-a458-9b35fd5d11df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites_1.html","title":"Prerequisites","navPath":"Prerequisites_1.html","bundleId":"work-tasks-2023-sp1","id":"a3d360ac3-346e-4b16-b204-a29cb0c0678b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforReceivingEmails.html","title":"Configure Farm Configuration Wizard for Receiving Emails","navPath":"ConfigureFarmConfigurationWizardforReceivingEmails.html","bundleId":"work-tasks-2023-sp1","id":"adf7dffa9-b4c0-4d6a-93d8-3836ba195e24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforSendingSMS.html","title":"Configure Farm Configuration Wizard for Sending SMS","navPath":"ConfigureFarmConfigurationWizardforSendingSMS.html","bundleId":"work-tasks-2023-sp1","id":"a42701d91-382c-49cc-b6f0-0ff2f5e67d4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisableReplyEmailforInvalidEmails.html","title":"Disable Reply Email for Invalid Emails","navPath":"DisableReplyEmailforInvalidEmails.html","bundleId":"work-tasks-2023-sp1","id":"a6b13a918-fa8a-4270-a2d5-5373a43ca818","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity.html","title":"Notification Activity","navPath":"NotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19dc15b1-f5c7-4e95-9b75-8f0c8ed93e31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource.html","title":"Notification: ToResource","navPath":"NotificationToResource.html","bundleId":"work-tasks-2023-sp1","id":"abdb34447-6718-4551-90b8-0725393ac109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_1.html","title":"Notification: ToResource","navPath":"NotificationToResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a640b4036-ea3b-4e46-b75d-efa7d08acc0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailActivity.html","title":"Wait for Email Activity","navPath":"WaitforEmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"abdc4d78f-1813-45e0-ba6e-ea7fa494d69a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailFilterExpression.html","title":"Wait for Email: Filter Expression","navPath":"WaitforEmailFilterExpression.html","bundleId":"work-tasks-2023-sp1","id":"afc2d8138-cc35-4ee8-9c37-492f5f16fc7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a5161d0ce-43c3-4434-a93c-d9908ccea4b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveOptions.html","title":"Wait for Email: Attachment Save Options","navPath":"WaitforEmailAttachmentSaveOptions.html","bundleId":"work-tasks-2023-sp1","id":"a2ca6a439-9bf5-4531-ad4c-a2704ea54c20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveLocation.html","title":"Wait for Email: Attachment Save Location","navPath":"WaitforEmailAttachmentSaveLocation.html","bundleId":"work-tasks-2023-sp1","id":"a7fcd6ae4-091a-4b4f-98e2-cc644cfb8985","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail_1.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail_1.html","bundleId":"work-tasks-2023-sp1","id":"a516fb5b9-e4c7-47eb-a4e0-dc4b17cb015f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotificationActivity.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a45419fb4-951e-4bf5-8b99-65215bfeffe3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource.html","bundleId":"work-tasks-2023-sp1","id":"a76b09728-645d-479d-85dd-d79d6f6b5ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetNotificationType.html","title":"Set Notification Type","navPath":"SetNotificationType.html","bundleId":"work-tasks-2023-sp1","id":"a5ea7c9e8-6498-4509-959c-111539e5d8fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVA_WorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVA_WorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"abb0522d5-61b3-477e-a7e0-1b5a7397a9b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a754a4a56-0248-412e-a7d1-16edd3bd24b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNElements.html","title":"BPMN Elements","navPath":"BPMNElements.html","bundleId":"work-tasks-2023-sp1","id":"a1ce0213d-5639-49d8-9ab3-7ffa67e28fba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GatewayPlaceholder.html","title":"Gateway Placeholder","navPath":"GatewayPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"adbd0ee6b-1d09-47e5-bd0e-9fae2268da82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupBox.html","title":"Group Box","navPath":"GroupBox.html","bundleId":"work-tasks-2023-sp1","id":"a0df5caa5-f782-4740-bae1-3697c615fc89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventPlaceholder.html","title":"Intermediate Event Placeholder","navPath":"IntermediateEventPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"a09719033-43f8-424c-bea2-281be86c608e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lane.html","title":"Lane","navPath":"Lane.html","bundleId":"work-tasks-2023-sp1","id":"a1fa672d4-0f02-4d60-91fe-4a2dd488f70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Placeholder.html","title":"Placeholder","navPath":"Placeholder.html","bundleId":"work-tasks-2023-sp1","id":"a916c84fd-43d6-4f6b-bef4-3e8b3cb50bfa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PlaceholderActionOutputs.html","title":"Placeholder: Action Outputs","navPath":"PlaceholderActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ae294db7f-6ba0-4ed7-a5d5-23d49520d392","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Pool.html","title":"Pool","navPath":"Pool.html","bundleId":"work-tasks-2023-sp1","id":"ad0824ae0-acb4-41f6-b1a9-1f08f72e4b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListActivities.html","title":"List Activities","navPath":"ListActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae5ca5838-8804-4ef0-9579-434931e3b261","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorActivity.html","title":"List Navigator Activity","navPath":"ListNavigatorActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4d6b5f85-bd48-4ea2-b882-adcd00c14493","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XmlListNavigatorActivity-XmlVariableOfListType.html","title":"XML List Navigator Activity - XMLVariable of List Type","navPath":"XmlListNavigatorActivity-XmlVariableOfListType.html","bundleId":"work-tasks-2023-sp1","id":"a24127fd9-8d01-4697-8dad-aede62a71120","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListNameorID.html","title":"List Navigator: List Name or ID","navPath":"ListNavigatorListNameorID.html","bundleId":"work-tasks-2023-sp1","id":"a55e089ca-67d5-4e9d-b5ec-89cf0013687d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListQuery.html","title":"List Navigator: List Query","navPath":"ListNavigatorListQuery.html","bundleId":"work-tasks-2023-sp1","id":"a934ce89e-686b-45ba-bb88-eaaf3988eeb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorQueryBuilder.html","title":"List Navigator: Query Builder","navPath":"ListNavigatorQueryBuilder.html","bundleId":"work-tasks-2023-sp1","id":"ad4ff32cd-5e06-4a86-93be-b891bc145f58","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForEventActivity.html","title":"Wait for Event Activity","navPath":"WaitForEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae161d7e9-5440-441b-8ba9-4e0743c1ff4e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventListID.html","title":"Wait for Event: List ID","navPath":"WaitforEventListID.html","bundleId":"work-tasks-2023-sp1","id":"a73680b3d-4100-4071-b107-7cff5eb4d7f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventNoofEvents.html","title":"Wait for Event: No of Events","navPath":"WaitforEventNoofEvents.html","bundleId":"work-tasks-2023-sp1","id":"a0b320b0e-ba44-41a1-ba37-b46e3205f6f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveFrom.html","title":"Wait for Event: Effective From","navPath":"WaitforEventEffectiveFrom.html","bundleId":"work-tasks-2023-sp1","id":"a7d706dcd-3c9d-4b10-909d-d1be0c0005bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveTo.html","title":"Wait for Event: Effective To","navPath":"WaitforEventEffectiveTo.html","bundleId":"work-tasks-2023-sp1","id":"aa559fbf1-83ce-494c-a841-ded0360e424d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventWorkflowEventDataXMLVariable.html","title":"Wait for Event: Workflow Event Data XML Variable","navPath":"WaitforEventWorkflowEventDataXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2be046d2-7ea4-4f26-8f71-861745c8d20c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityActivities.html","title":"Security Activities","navPath":"SecurityActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1e7e1e0-17e8-451b-8e70-fbd11880633d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelApprovalWorkflow.html","title":"Cancel Approval Workflow","navPath":"CancelApprovalWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a979a5b9d-056d-4e68-ad73-72be5358d892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityInstructionHandler.html","title":"Security Instruction Handler","navPath":"SecurityInstructionHandler.html","bundleId":"work-tasks-2023-sp1","id":"a1a0c95a6-7a3b-4a76-ac17-712a804edbce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportActivities.html","title":"Report Activities","navPath":"ReportActivities.html","bundleId":"work-tasks-2023-sp1","id":"abc7dd4c6-9816-4de6-8123-9917201b85b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportGeneratorActivity.html","title":"Report Generator Activity","navPath":"ReportGeneratorActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad043f159-88a5-48b0-91a0-8ea33bcc0469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureReportTemplate.html","title":"Configure Report Template","navPath":"ConfigureReportTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af42d1a2b-fb3b-4e3e-b8b7-f5315def2ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHistorianConnection.html","title":"Create a Historian Connection","navPath":"CreateaHistorianConnection.html","bundleId":"work-tasks-2023-sp1","id":"a024770fb-d8b7-44b0-a87a-589470202068","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAActivities.html","title":"SOA Activities","navPath":"SOAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a1e63dec3-186e-4296-80cc-274c27fe000a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAExecuteActivity.html","title":"SOA Execute Activity","navPath":"SOAExecuteActivity.html","bundleId":"work-tasks-2023-sp1","id":"acaecacf0-0483-4efb-85de-3b4e4a8d9952","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteMethodswithOutParametersinSOA.html","title":"Execute Methods with Out Parameters in SOA","navPath":"ExecuteMethodswithOutParametersinSOA.html","bundleId":"work-tasks-2023-sp1","id":"a1bc3d3eb-db20-43d2-aa14-f986252dbd01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveMultipleRecordsfromDatabaseUsingSOA.html","title":"Retrieve Multiple Records from Database Using SOA","navPath":"RetrieveMultipleRecordsfromDatabaseUsingSOA.html","bundleId":"work-tasks-2023-sp1","id":"a814f8475-aa00-4312-b5bf-3b72fa5eb0eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoIterateCollectionObject.html","title":"How to Iterate Collection Object?","navPath":"HowtoIterateCollectionObject.html","bundleId":"work-tasks-2023-sp1","id":"a577f6746-b0ff-4b17-af40-6144e1a9eab2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoDesignaWorkflow.html","title":"How to Design a Workflow?","navPath":"HowtoDesignaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a217e89a9-1f87-413d-8f1f-2e651d6f8c0f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEventsActivities.html","title":"ArchestrA Events","navPath":"ArchestrAEventsActivities.html","bundleId":"work-tasks-2023-sp1","id":"a22fc689b-13c4-4acc-b4e2-5d7c8d9f0174","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAWaitforEvent.html","title":"ArchestrA Wait for Event","navPath":"ArchestrAWaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a9ab269c4-a1a5-43b5-a8b0-2c2910aac10d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetArchestrAEventFilters.html","title":"Set ArchestrA Event Filters","navPath":"SetArchestrAEventFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91aff46b-d538-40fd-bc35-5540783d0c73","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities.html","title":"Message Queue Activities","navPath":"MessageQueueActivities.html","bundleId":"work-tasks-2023-sp1","id":"a4068501f-3ebb-49d7-91e8-cd10de8a14ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData.html","title":"SendMQData","navPath":"SendMQData.html","bundleId":"work-tasks-2023-sp1","id":"a0de6a88c-95ad-41cd-99e4-a0ddfb386429","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringMessageQueueConnection.html","title":"Configuring Message Queue Connection","navPath":"ConfiguringMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"af2009a71-d918-45cf-aa2d-db38c280fda5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForMQData.html","title":"WaitForMQData","navPath":"WaitForMQData.html","bundleId":"work-tasks-2023-sp1","id":"a4d94d537-22ab-4067-b4e9-097046bbee1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageQueueFilters.html","title":"Set Message Queue Filters","navPath":"SetMessageQueueFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91b2b46e-e74a-4a25-96e7-652ce7c7920d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities.html","title":"Logic App Activities","navPath":"LogicAppActivities.html","bundleId":"work-tasks-2023-sp1","id":"a108cffbb-f8d2-44ba-b4e7-09d7ba7d2bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity.html","bundleId":"work-tasks-2023-sp1","id":"afda05204-d7e4-425e-ba27-866f1071e830","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringLogicAppConnectionandData.html","title":"Configuring Logic App Connection and Data","navPath":"ConfiguringLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"aa3c9e4bc-fd28-4554-bbe8-06763f20c6eb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforLogicAppAlertActivity.html","title":"Wait for Logic App Alert Activity","navPath":"WaitforLogicAppAlertActivity.html","bundleId":"work-tasks-2023-sp1","id":"a754640c1-f7ac-4588-a32b-a35fbd5f25b1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandExecuteWorkflows.html","title":"Design and Execute Workflows","navPath":"DesignandExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aaf35a399-194f-4ecb-890a-9c34755d4164","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewWorkflowProcess.html","title":"Create a New Workflow Process","navPath":"CreateaNewWorkflowProcess.html","bundleId":"work-tasks-2023-sp1","id":"ab76d7c82-5136-4900-bb6b-33d3f47643b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecutetheWorkflow.html","title":"Execute the Workflow","navPath":"ExecutetheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ae0cbf4f4-cc13-48f7-956a-7e49f7b5a929","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofInternalStatusCodes.html","title":"List of Internal Status Codes","navPath":"ListofInternalStatusCodes.html","bundleId":"work-tasks-2023-sp1","id":"aaf49a492-e480-4c42-a9de-d1d56ea76832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflows.html","title":"Execute Workflows","navPath":"ExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a55737b80-4ff2-4179-b0e2-c68e5a8d87e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflowsAsynchronously.html","title":"Execute Workflows Asynchronously","navPath":"ExecuteWorkflowsAsynchronously.html","bundleId":"work-tasks-2023-sp1","id":"ac7c7a9bc-42cd-4657-93e8-bcba29c5dc96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseRedirectionEnabledPropertyforSynchronousExecution.html","title":"Use Redirection Enabled Property for Synchronous Execution","navPath":"UseRedirectionEnabledPropertyforSynchronousExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be8fc49-6b88-426f-af18-739778883656","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnablingHumanWorkflowInteraction.html","title":"Enable Human-Workflow Interaction","navPath":"EnablingHumanWorkflowInteraction.html","bundleId":"work-tasks-2023-sp1","id":"abe3d0c46-f8e5-4d06-bb8e-2598f5823624","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanWorkflowServices.html","title":"Human Workflow Services","navPath":"HumanWorkflowServices.html","bundleId":"work-tasks-2023-sp1","id":"a3427f323-e4ef-47f5-bafa-99fe03d9f64b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutChannels.html","title":"About Channels","navPath":"AboutChannels.html","bundleId":"work-tasks-2023-sp1","id":"a666d8a70-8940-4351-8899-eb69c8abe3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutForms.html","title":"About Forms","navPath":"AboutForms.html","bundleId":"work-tasks-2023-sp1","id":"a89983141-5060-4f88-ab42-ea21e76b0927","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateChannelsandForms.html","title":"Create Channels and Forms","navPath":"CreateChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a70cc5690-b4b0-4eab-a61e-58bc279ff081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseChannelsandForms.html","title":"Use Channels and Forms","navPath":"UseChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a6b6ee1c2-79fd-44ae-825b-da9da07b2bf4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeBehaviorofChannelsandForms.html","title":"Run-time Behavior of Channels and Forms","navPath":"RuntimeBehaviorofChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a1877836f-6a17-470e-a9b5-a290dd6b44f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAccessRightsforFormInstances.html","title":"Set Access Rights for Form Instances","navPath":"SetAccessRightsforFormInstances.html","bundleId":"work-tasks-2023-sp1","id":"a8109f407-808f-4f14-b98e-9f1fe4f62b14","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseASPXFormastheDetailedViewPageofWorkItemListControl.html","title":"Use ASPX Form as the Detailed View Page of Work Item List Control","navPath":"UseASPXFormastheDetailedViewPageofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a1f0d01e4-7fca-4c0e-aa4a-46f02d4e767c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailandMicrosoftOfficeOutlookIntegration.html","title":"Email and Microsoft Office Outlook Integration","navPath":"EmailandMicrosoftOfficeOutlookIntegration.html","bundleId":"work-tasks-2023-sp1","id":"aea36f96c-f336-4d5e-a187-a672a2ed3b15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoSendingActivitiesbyEmail.html","title":"Introduction to Sending Activities by Email","navPath":"IntroductiontoSendingActivitiesbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"adda7a138-bced-4a3b-b323-11ac8b38a33a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivitiestobeSentbyEmail.html","title":"Configure Activities to be Sent by Email","navPath":"ConfigureActivitiestobeSentbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"a4f9556e9-6268-482d-a249-210d4f43a34c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateFormatinEmailTemplate.html","title":"Date Format in Email Template","navPath":"DateFormatinEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad6c755e8-e867-45df-adcb-415fcb509233","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationwithMicrosoftOfficeOutlook.html","title":"Integration with Microsoft Office Outlook","navPath":"IntegrationwithMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a686ae0d4-b87c-4ff2-a357-bb01e2d40f25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoApprovalActivitiesfromEmail.html","title":"Respond to Approval Activities from Email","navPath":"RespondtoApprovalActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a11ae5cde-6072-4001-8fd6-10f3d3d3d0f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChecklistActivitiesfromEmail.html","title":"Respond to Checklist Activities from Email","navPath":"RespondtoChecklistActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3621f986-3dcc-4ecd-8faf-5a8c50125c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChoiceActivitiesfromEmail.html","title":"Respond to Choice Activities from Email","navPath":"RespondtoChoiceActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3659d735-50c2-46e1-bc7c-da460d262e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInformationActivitiesfromEmail.html","title":"View Information Activities from Email","navPath":"ViewInformationActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"ae700b7a0-b754-439d-bc33-a1a6fdd5869a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoTaskActivitiesfromEmail.html","title":"Respond to Task Activities from Email","navPath":"RespondtoTaskActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"af83317e6-ba6b-44a5-bb08-72760c0388ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","title":"Configure Repository Database to View Process Execution View, Document View, and Work Items View from Email","navPath":"ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a90ff5ff3-ff97-40bd-aa3f-08d96304c533","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportVariablesContentsandXMLVariablesinEmailTemplates.html","title":"Support Variables, Contents, and XML Variables in Email Templates","navPath":"SupportVariablesContentsandXMLVariablesinEmailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"a20989d4a-a7fe-4c1e-a300-d91c02504f35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivityEmailTemplate.html","title":"Approval Activity Email Template","navPath":"ApprovalActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a87abb814-8398-486f-9b80-ffd23c4579cb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesintheApprovalEmailTemplate.html","title":"Use Variables in the Approval Email Template","navPath":"UseVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2afae867-d7e7-46d7-bf67-419b80953762","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsintheApprovalEmailTemplate.html","title":"Use Contents in the Approval Email Template","navPath":"UseContentsintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac95550e8-220d-4332-a220-26232d4fce87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesintheApprovalEmailTemplate.html","title":"Use XML Variables in the Approval Email Template","navPath":"UseXMLVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae7c4ff48-2d4b-4077-a426-4aa58eb3adeb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivityEmailTemplate.html","title":"Choice Activity Email Template","navPath":"ChoiceActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a9b945a0f-c5ec-4ce3-8d14-85c440aeee44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinChoiceEmailTemplate.html","title":"Use Variables in Choice Email Template","navPath":"UseVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac933a8f7-c747-4ee8-8c82-4e8575187cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinChoiceEmailTemplate.html","title":"Use Contents in Choice Email Template","navPath":"UseContentsinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"afff89e01-f034-4356-aca0-152f6c4e6f12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinChoiceEmailTemplate.html","title":"Use XML Variables in Choice Email Template","navPath":"UseXMLVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a097000f0-3291-4b2d-bc43-2dbcc2b52f04","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/check-listactivityemailtemplate.html","title":"Check-List Activity Email Template","navPath":"check-listactivityemailtemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5c966dd6-b323-466b-8ba1-df2273c0f305","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinCheckListEmailTemplate.html","title":"Use Variables in Check-List Email Template","navPath":"UseVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a810bd848-b02c-4a20-b3d7-658939e67f33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinCheckListEmailTemplate.html","title":"Use Contents in Check-List Email Template","navPath":"UseContentsinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a0d1969b4-01e6-4260-8c05-9fd7b2d47bc3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinCheckListEmailTemplate.html","title":"Use XML Variables in Check-List Email Template","navPath":"UseXMLVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ab36f8de9-73e5-4d41-8a92-bf80eca1d664","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivityEmailTemplate.html","title":"Task Activity Email Template","navPath":"TaskActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1a4d6c1d-a413-46c4-84d9-3a4c008d4dcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinTaskEmailTemplate.html","title":"Use Variables in Task Email Template","navPath":"UseVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1d2c3fbc-0971-4a62-881b-1a9074230ae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinTaskEmailTemplate.html","title":"Use Contents in Task Email Template","navPath":"UseContentsinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a43c16a1e-b4bd-4691-be0f-811a662413b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinTaskEmailTemplate.html","title":"Use XML Variables in Task Email Template","navPath":"UseXMLVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2ddd6465-7286-4a68-a2d1-26aa648d209a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivityEmailTemplate.html","title":"Information Activity Email Template","navPath":"InformationActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7823e8d0-ed10-4987-a667-09155337ab44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInformationEmailTemplate.html","title":"Use Variables in Information Email Template","navPath":"UseVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1995307a-c882-409b-8b49-45975aa84be7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInformationEmailTemplate.html","title":"Use Contents in Information Email Template","navPath":"UseContentsinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a8947b830-0ade-48bd-add5-ea611642ae8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInformationEmailTemplate.html","title":"Use XML Variables in Information Email Template","navPath":"UseXMLVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a361d157a-2e76-4b2b-8800-01e92b9138d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differentemailtemplatefordifferentactivityinaworkflow.html","title":"Different Email Template for Different Activity in a Workflow","navPath":"differentemailtemplatefordifferentactivityinaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af4add5eb-9aaa-41d1-8df7-448be27d0f7b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofApprovalActivity.html","title":"Use 'HTML Template' Property of Approval Activity","navPath":"UseHTMLTemplatePropertyofApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6af2a093-0045-4aa4-b303-1c721cb1e69e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChoiceActivity.html","title":"Use 'HTML Template' Property of Choice Activity","navPath":"UseHTMLTemplatePropertyofChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a0ad5df4c-0faa-4298-9094-188dfce74f9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChecklistActivity.html","title":"Use 'HTML Template' Property of Checklist Activity","navPath":"UseHTMLTemplatePropertyofChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a420d6302-62b8-4bd9-9e6f-2f3001664537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofTaskActivity.html","title":"Use 'HTML Template' Property of Task Activity","navPath":"UseHTMLTemplatePropertyofTaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae2330773-66d2-4047-8441-61d9f807d619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofInformationActivity.html","title":"Use 'HTML Template' Property of Information Activity","navPath":"UseHTMLTemplatePropertyofInformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7a93971d-cc7e-4931-8472-043ff4aa31a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddinforMicrosoftOfficeOutlook.html","title":"Add-in for Microsoft Office Outlook","navPath":"AddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a019dd97f-7965-4718-a027-8ae575e1d3ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContextMenuOptions.html","title":"Context Menu Options","navPath":"ContextMenuOptions.html","bundleId":"work-tasks-2023-sp1","id":"a28b8b3e8-39b7-4a62-9f73-3cf276eed0ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity_1.html","title":"Approval Activity","navPath":"ApprovalActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4f804404-5855-4077-9a72-c3f764a5bcda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity_1.html","title":"Checklist Activity","navPath":"ChecklistActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a45b0653f-d777-4014-8815-db20c68c634b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity_1.html","title":"Choice Activity","navPath":"ChoiceActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3b2b7e8b-beeb-4639-8f33-60f6449caff3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity_1.html","title":"Task Activity","navPath":"TaskActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3a7bd192-c521-4673-b1a0-11dffd966cbf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MicrosoftOfficeOutlookFollowup.html","title":"Microsoft Office Outlook Follow up","navPath":"MicrosoftOfficeOutlookFollowup.html","bundleId":"work-tasks-2023-sp1","id":"a32f155f7-6c79-4d7c-af31-2260b41c67ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RibbonBarOptions.html","title":"Ribbon Bar Options","navPath":"RibbonBarOptions.html","bundleId":"work-tasks-2023-sp1","id":"ae93bda9b-b11b-4aa3-9316-240ed673c2d1","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Database.html","title":"Database","navPath":"Database.html","bundleId":"work-tasks-2023-sp1","id":"a930034ab-fb47-47f3-9d1d-6b60dea2fe6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDatabaseScriptstocreateDatabaseTables.html","title":"Use Database Scripts to create Database Tables","navPath":"UseDatabaseScriptstocreateDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"acc1c585c-2924-4b1a-a512-d279c3b98648","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedFeatures.html","title":"Advanced Features","navPath":"AdvancedFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a70e953d5-8f69-45ed-b76f-e2393b586c9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFramework.html","title":"Events Framework","navPath":"EventsFramework.html","bundleId":"work-tasks-2023-sp1","id":"a53009b3e-74d3-4d77-800e-b7252914b152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventFrameworkComponents.html","title":"Event Framework Components","navPath":"EventFrameworkComponents.html","bundleId":"work-tasks-2023-sp1","id":"a37d9f90b-ac9f-49be-8e88-69ac7e64cec3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFrameworkInterfacesandClasses.html","title":"Events Framework Interfaces and Classes","navPath":"EventsFrameworkInterfacesandClasses.html","bundleId":"work-tasks-2023-sp1","id":"ad618ced8-7623-4e40-8f7e-1db65c3fa1d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventProviderArchitecture.html","title":"Event Provider Architecture","navPath":"EventProviderArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a9cb1dd66-4a87-44cc-8a9f-ba4c522eaeda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboundEventProvider.html","title":"Inbound Event Provider","navPath":"InboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"af860ec65-5839-49db-9e0d-16a222a62d73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OutboundEventProvider.html","title":"Outbound Event Provider","navPath":"OutboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a78d5551c-e863-49bf-8cba-66a9c683efc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkEventBindingandProvider.html","title":"Link Event Binding and Provider","navPath":"LinkEventBindingandProvider.html","bundleId":"work-tasks-2023-sp1","id":"a040c612b-b132-40de-ac55-7ecd0ba8d2bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDefaultEventProviders.html","title":"Use Default Event Providers","navPath":"UseDefaultEventProviders.html","bundleId":"work-tasks-2023-sp1","id":"a7099eb74-8545-4f72-8da1-2adccf65a747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingaCustomEventProvider.html","title":"Add a Custom Event Provider","navPath":"AddingaCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a561f71f4-97a6-4e81-a6b2-13072a54d59f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoCreateCustomEventProvider.html","title":"Steps to Create Custom Event Provider","navPath":"StepstoCreateCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a9275fde5-8cf6-4815-8584-5dca299c52d7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleClassLibraryforCustomEventProvider.html","title":"Code Sample - Class Library for Custom Event Provider","navPath":"CodeSampleClassLibraryforCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a16f4fd34-5d29-4eb2-8038-fe9e966b31df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFilesforFileWatcherEventBindingPage.html","title":"Code Sample - Files for File Watcher Event Binding Page","navPath":"CodeSampleFilesforFileWatcherEventBindingPage.html","bundleId":"work-tasks-2023-sp1","id":"a464d928e-bd7c-46d0-8539-2f2b8f7b9172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","title":"Create File Watcher Initiated Workflow or Custom Workflow","navPath":"CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af0dbad4b-d819-4790-a108-2eb6c61853a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFileWatcherInitiatedWorkflow.html","title":"Code Sample - File Watcher Initiated Workflow","navPath":"CodeSampleFileWatcherInitiatedWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a56a4c914-03bf-4c77-96d8-04162c1a6f33","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportBPMNProcessModelsfromMicrosoftVisio.html","title":"Import BPMN Process Models from Microsoft Visio","navPath":"ImportBPMNProcessModelsfromMicrosoftVisio.html","bundleId":"work-tasks-2023-sp1","id":"a0b1c16e1-96fb-4d5f-ad72-62fb7d687d6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofVisioProcessImport.html","title":"Overview of Visio Process Import","navPath":"OverviewofVisioProcessImport.html","bundleId":"work-tasks-2023-sp1","id":"a8a072564-f32a-4a3e-8388-4e421c4839a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","title":"Map BPMN Events to AVEVA Work Tasks Actions","navPath":"Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","bundleId":"work-tasks-2023-sp1","id":"a543ceb38-84cb-4227-98d2-4c91cd9a4c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNEndEvents.html","title":"BPMN End Events","navPath":"BPMNEndEvents.html","bundleId":"work-tasks-2023-sp1","id":"a83b4df9b-f226-4353-8693-cfaa08d97657","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndEvent.html","title":"End Event","navPath":"EndEvent.html","bundleId":"work-tasks-2023-sp1","id":"a88124fc8-870d-4904-b34b-0c43e04217dc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RaiseException.html","title":"Raise Exception","navPath":"RaiseException.html","bundleId":"work-tasks-2023-sp1","id":"aabcf5fcb-0ccc-43dd-a66b-91fc66ad0802","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelTransaction.html","title":"Cancel Transaction","navPath":"CancelTransaction.html","bundleId":"work-tasks-2023-sp1","id":"a69c2224e-7923-4242-85a5-fbad4198655a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CompensateTransaction.html","title":"Compensate Transaction","navPath":"CompensateTransaction.html","bundleId":"work-tasks-2023-sp1","id":"aefab2658-6ce6-44e3-9772-0c14d07e69b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TerminateWorkflow.html","title":"Terminate Workflow","navPath":"TerminateWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c1f06-b320-4c31-aadf-4e3db2e7c608","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkSource.html","title":"Link Source","navPath":"LinkSource.html","bundleId":"work-tasks-2023-sp1","id":"a0f3bb9d3-f712-4ac7-8d35-f1fa68247d2a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndWithMessage.html","title":"End With Message","navPath":"EndWithMessage.html","bundleId":"work-tasks-2023-sp1","id":"abecad163-8770-4419-abdb-325e2bd16bf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MultipleNotMapped.html","title":"Multiple (Not Mapped)","navPath":"MultipleNotMapped.html","bundleId":"work-tasks-2023-sp1","id":"a09e70a6a-8bc9-4b40-aae5-9c08849dce43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNIntermediateEvents.html","title":"BPMN Intermediate Events","navPath":"BPMNIntermediateEvents.html","bundleId":"work-tasks-2023-sp1","id":"a66db56c5-85ab-4802-a3e2-ce63e500e1ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventsOverview.html","title":"Intermediate Events Overview","navPath":"IntermediateEventsOverview.html","bundleId":"work-tasks-2023-sp1","id":"a14369d26-46f6-43b9-a39c-21fe010fe0b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnException.html","title":"On Exception","navPath":"OnException.html","bundleId":"work-tasks-2023-sp1","id":"ab8a8d510-adf4-4155-9680-4629b61f3e4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEvent.html","title":"Wait for Event","navPath":"WaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a181f96b9-7a52-47a9-b2d2-a3f2883bb30d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitTimer.html","title":"Wait Timer","navPath":"WaitTimer.html","bundleId":"work-tasks-2023-sp1","id":"a088548bd-0edb-4520-a57c-7b381e64b870","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTransactionCanceled.html","title":"On Transaction Canceled","navPath":"OnTransactionCanceled.html","bundleId":"work-tasks-2023-sp1","id":"a1d2555e0-3858-44de-9db1-b2987dc1063f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCompensation.html","title":"On Compensation","navPath":"OnCompensation.html","bundleId":"work-tasks-2023-sp1","id":"a1ba72f97-bb38-44f9-839c-895b3c71cd25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapBPMNActivitiestoWorkTasksActivities.html","title":"Map BPMN Activities to AVEVA Work Tasks Activities","navPath":"MapBPMNActivitiestoWorkTasksActivities.html","bundleId":"work-tasks-2023-sp1","id":"a19e07397-c316-4562-b2e1-751488a1d568","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNTask.html","title":"BPMN Task","navPath":"BPMNTask.html","bundleId":"work-tasks-2023-sp1","id":"a2b4037b6-f50c-4a5c-8c87-ee7bab230adc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubProcess.html","title":"Sub-Process","navPath":"SubProcess.html","bundleId":"work-tasks-2023-sp1","id":"ad374b20d-ff42-460a-9a35-fffa4b6faa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapConnectors.html","title":"Map Connectors","navPath":"MapConnectors.html","bundleId":"work-tasks-2023-sp1","id":"a6c984813-ddc8-470c-9f8d-653ba64121b6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SequenceFlows.html","title":"Sequence Flows","navPath":"SequenceFlows.html","bundleId":"work-tasks-2023-sp1","id":"ad89837ce-b1da-4b0a-acb7-3f637655a15e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageLogs.html","title":"Message Logs","navPath":"MessageLogs.html","bundleId":"work-tasks-2023-sp1","id":"ad64e79fe-b7cc-4d41-9b64-4e6e9e711edc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageLogDebugModeLevel.html","title":"Set Message Log Debug Mode Level","navPath":"SetMessageLogDebugModeLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2f04304e-f1e8-4484-bc13-66314710e60c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewMessageLogFiles.html","title":"View Message Log Files","navPath":"ViewMessageLogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a27c3774f-aebb-479b-9612-ab03a4da2096","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerConsole.html","title":"Logger Console","navPath":"LoggerConsole.html","bundleId":"work-tasks-2023-sp1","id":"a767c5d3f-dc95-4bb5-baf5-fb0bfdedd791","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings.html","bundleId":"work-tasks-2023-sp1","id":"af216b8c4-b176-4605-ab74-7bb2cd12a576","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSynchronizeThreadsinEngine.html","title":"Manage and Synchronize Threads in Engine","navPath":"ManageandSynchronizeThreadsinEngine.html","bundleId":"work-tasks-2023-sp1","id":"af848a5a2-b8b6-44cd-966c-0cc86d99cef3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitInMemoryActivityStepsCountforRepository.html","title":"Limit In-Memory Activity/Steps Count for Repository","navPath":"LimitInMemoryActivityStepsCountforRepository.html","bundleId":"work-tasks-2023-sp1","id":"ada9dffc0-d1f8-4d56-9373-f1f8768fe6e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThreadPoolsatRepositoryLevel.html","title":"Thread Pools at Repository Level","navPath":"ThreadPoolsatRepositoryLevel.html","bundleId":"work-tasks-2023-sp1","id":"ada1fe555-3848-4508-9166-223dcf3e8ef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActivityConcurrencyLimit.html","title":"Activity Concurrency Limit","navPath":"ActivityConcurrencyLimit.html","bundleId":"work-tasks-2023-sp1","id":"aac19b5d3-0ad2-4a23-a1eb-c6932e1bda97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Entities.html","title":"Entities","navPath":"Entities.html","bundleId":"work-tasks-2023-sp1","id":"a34f498ac-3a09-45d3-b62d-0626bee8678d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicUnderstandingoftheNeedforDataBridgeInterface.html","title":"Basic Understanding of the Need for Data Bridge Interface","navPath":"BasicUnderstandingoftheNeedforDataBridgeInterface.html","bundleId":"work-tasks-2023-sp1","id":"acb6a6ca9-c71c-4f7d-9029-00344847f304","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataBridgeProvider.html","title":"DataBridge Provider","navPath":"DataBridgeProvider.html","bundleId":"work-tasks-2023-sp1","id":"ac79afbfb-6448-4997-aa11-96183b3487e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserEntity.html","title":"User Entity","navPath":"UserEntity.html","bundleId":"work-tasks-2023-sp1","id":"a1120c5f9-9a0d-4aa9-aad3-8c7c3312afa2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","title":"XML Schema for User Entity and User Entity Data Source Provider","navPath":"XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"ad34230a2-1db2-4b2d-91b4-d9c301915fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFormsProviderforAuthentication.html","title":"Configure Forms Provider for Authentication","navPath":"ConfigureFormsProviderforAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a9d5731c2-8533-4233-981f-29358bbca06f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectoryandSQLProvider.html","title":"Map Active Directory and SQL Provider","navPath":"MapActiveDirectoryandSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"af5799678-e162-4073-8e33-e1a5da0b1f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleEntity.html","title":"Role Entity","navPath":"RoleEntity.html","bundleId":"work-tasks-2023-sp1","id":"a8893b40f-73e3-4e0a-9ab2-4680efc25bcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaUsedbyRoleEntityDataSourceProvider.html","title":"XML Schema Used by Role Entity Data Source Provider","navPath":"XMLSchemaUsedbyRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a825f36cb-5615-4527-93e3-ce3c50fd9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizingRolesofQueueParticipants.html","title":"Synchronizing Roles of Queue Participants","navPath":"SynchronizingRolesofQueueParticipants.html","bundleId":"work-tasks-2023-sp1","id":"a2d6e4504-f901-4abb-8893-d846686be475","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntityDataSourceProviderCodeSamples.html","title":"Entity Data Source Provider Code Samples","navPath":"EntityDataSourceProviderCodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a6c956460-5ffa-46d1-917a-143b59faaced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserEntityDataSourceProvider.html","title":"Create User Entity Data Source Provider","navPath":"CreateUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a8007eb3c-e1f4-4543-b013-571f9a0c84a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserandRoleEntityDataSourceProvider.html","title":"Create User and Role Entity Data Source Provider","navPath":"CreateUserandRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a2686baa7-bc75-49c7-b285-8239e36a9d1c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step1CreateDataSourcefortheRepository.html","title":"Step 1: Create Data Source for the Repository","navPath":"Step1CreateDataSourcefortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a2bd07044-9841-425e-ba60-ddb60461ab80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","title":"Step 2: Create a Repository and Map the Data Source to the Repository","navPath":"Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","bundleId":"work-tasks-2023-sp1","id":"acfb88e62-8e66-4041-867f-7e36458143c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","title":"Step 3: Create Custom User Entity Data Source Provider for Authentication and User Information","navPath":"Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","bundleId":"work-tasks-2023-sp1","id":"a97057cac-0344-4c1d-8560-849cc996c8a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step4CreateDefaultAdminfortheRepository.html","title":"Step 4: Create Default Admin for the Repository","navPath":"Step4CreateDefaultAdminfortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a7eb4e4b8-0238-42c7-8158-3851b59a8d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step5CreateCustomRoleEntityDataSourceProvider.html","title":"Step 5: Create Custom Role Entity Data Source Provider","navPath":"Step5CreateCustomRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa91d11dd-f803-4862-80c2-df16c083e1cc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","title":"Custom Role Provider Fetching Roles from SQL and Users from Active Directory","navPath":"CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a815a8dd4-8524-4c3c-bf16-884200a06177","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateWorkflowtoSchedulerEvent.html","title":"Associate Workflow to Scheduler Event","navPath":"AssociateWorkflowtoSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"ad3ea6cb9-6120-438e-ba8d-0e44981206ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupaSchedule.html","title":"Set up a Schedule","navPath":"SetupaSchedule.html","bundleId":"work-tasks-2023-sp1","id":"a742fca2e-881e-4e6e-9fba-26ae57022e1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerAssociation.html","title":"Edit Scheduler Association","navPath":"EditSchedulerAssociation.html","bundleId":"work-tasks-2023-sp1","id":"a34d2614c-d385-4501-a0e4-207821a7e90b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSchedulingTasksUsingSchedulerEvent.html","title":"Example of Scheduling Tasks Using Scheduler Event","navPath":"ExampleofSchedulingTasksUsingSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"a90e4411e-6d5f-48c3-bf23-c2d15bbb97aa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItems.html","title":"Manage Work Items","navPath":"ManageWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"ae30c62ec-e323-4ab2-97b2-e90e71575e5d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItemstoOtherUsers.html","title":"Forward Work Items to Other Users","navPath":"ForwardWorkItemstoOtherUsers.html","bundleId":"work-tasks-2023-sp1","id":"a6440eb82-9fd8-4a36-9362-31813aeee9a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems.html","title":"Abort Work Items","navPath":"AbortWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a87309751-e778-4b7c-addd-6e37bd42d8ba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewTabandCustomLogictoProcessExecutionView.html","title":"Add New Tab and Custom Logic to Process Execution View","navPath":"AddNewTabandCustomLogictoProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"a5f69e18c-3e1b-4442-9579-aa2a86ca6a00","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheStepDetailsWindow.html","title":"Customize the 'Step Details' Window","navPath":"CustomizetheStepDetailsWindow.html","bundleId":"work-tasks-2023-sp1","id":"a07840b11-dcdf-4528-84ee-458f24b67602","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Customization.html","title":"Customization","navPath":"Customization.html","bundleId":"work-tasks-2023-sp1","id":"ada43870f-90db-471c-8dd8-f884a33b5ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizingUserInterfaces.html","title":"Customize User Interfaces","navPath":"CustomizingUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a8f7b63e0-64da-4b78-b818-22cbf6199d19","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StyleSheets.html","title":"Style Sheets","navPath":"StyleSheets.html","bundleId":"work-tasks-2023-sp1","id":"ad8d4a25a-c998-4281-be35-0b784e661e05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFarmConfigurationWizardUserInterface.html","title":"Customize Farm Configuration Wizard User Interface","navPath":"CustomizeFarmConfigurationWizardUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"ab03b03d0-3347-4c8c-936d-87a2f218b446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeEnterpriseConsoleMenu.html","title":"Customize Enterprise Console Menu","navPath":"CustomizeEnterpriseConsoleMenu.html","bundleId":"work-tasks-2023-sp1","id":"a586d5182-e355-4e1b-9c75-fb603d190596","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFonts.html","title":"Customize Fonts","navPath":"CustomizeFonts.html","bundleId":"work-tasks-2023-sp1","id":"a45d2a31b-78d7-42df-af2d-c5d1ebfb402a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeWorkItemControl.html","title":"Customize Work Item Control","navPath":"CustomizeWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a1d652084-0f06-4ac4-bc97-b022aa1d4f97","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeLeftMenuGrid.html","title":"Customize Left Menu Grid","navPath":"CustomizeLeftMenuGrid.html","bundleId":"work-tasks-2023-sp1","id":"a164b084d-b6a5-43c9-8cee-1d2c085f9dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeGridDetailsView.html","title":"Customize Grid Details View","navPath":"CustomizeGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"aa97f02be-cd92-4027-a8e8-2a6d02ccc2cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeHeightandWidthoftheGridDetailsView.html","title":"Change Height and Width of the Grid Details View","navPath":"ChangeHeightandWidthoftheGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"a1b251769-3219-41af-a8f1-5493f4ea614b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeFontStyleBasedontheStatusoftheWorkItem.html","title":"Change Font Style Based on the Status of the Work Item","navPath":"ChangeFontStyleBasedontheStatusoftheWorkItem.html","bundleId":"work-tasks-2023-sp1","id":"a0da32fe1-868a-46db-8ac7-2f0341e7a5bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddorRemoveImages.html","title":"Add or Remove Images","navPath":"AddorRemoveImages.html","bundleId":"work-tasks-2023-sp1","id":"a008c2ace-4a5f-4804-bb99-94b719be00e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUserName.html","title":"Customize User Name","navPath":"CustomizeUserName.html","bundleId":"work-tasks-2023-sp1","id":"a13ac7364-e0d9-490d-8fb9-b97bd3c30101","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeDocumentView.html","title":"Customize Document View","navPath":"CustomizeDocumentView.html","bundleId":"work-tasks-2023-sp1","id":"a55d13cbc-7035-4f03-b594-3c35e297c3f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Themes.html","title":"Themes","navPath":"Themes.html","bundleId":"work-tasks-2023-sp1","id":"ac6644598-0a96-44ca-9715-5f038c67f93e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemetotheCoreProduct.html","title":"Apply Theme to the Core Product","navPath":"ApplyThemetotheCoreProduct.html","bundleId":"work-tasks-2023-sp1","id":"a88721dda-dac4-4ab6-8633-93b1896f9ba5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinWorkItemControl.html","title":"Themes in Work Item Control","navPath":"ThemesinWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a74717d58-4f7b-4849-aa46-03938781bdbb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridLeftMenu.html","title":"Apply Themes in Grid Left Menu","navPath":"ApplyThemesinGridLeftMenu.html","bundleId":"work-tasks-2023-sp1","id":"a2b1950cc-1128-40d4-b5d8-7fe54115bf92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridDetailsView.html","title":"Apply Themes in Grid Details View","navPath":"ApplyThemesinGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"abada952a-54dc-4c93-a040-cfc549e7f790","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinCalendarControl.html","title":"Themes in Calendar Control","navPath":"ThemesinCalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"a9be4aadb-2dfc-4fd0-a8e7-57940821f4d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinQueueControl.html","title":"Themes in Queue Control","navPath":"ThemesinQueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ac783a923-26db-417b-889b-052bf44e6409","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinProcessDesignerControl.html","title":"Themes in Process Designer Control","navPath":"ThemesinProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"a3029df18-9fe8-477f-8f90-d243ac2155e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofNewMenuinEnterpriseConsole.html","title":"Change Style of New Menu in Enterprise Console","navPath":"ChangeStyleofNewMenuinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8a95510e-e8c0-49f3-8d07-f35a612c9450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofActionBarinLists.html","title":"Change Style of Action Bar in Lists","navPath":"ChangeStyleofActionBarinLists.html","bundleId":"work-tasks-2023-sp1","id":"af1837e5c-56b6-48db-a5d4-7b46a9d86730","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofWindow.html","title":"Change Style of Window","navPath":"ChangeStyleofWindow.html","bundleId":"work-tasks-2023-sp1","id":"a00f8420e-fbee-42fb-9f06-068e5948caff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofButtons.html","title":"Change Style of Buttons","navPath":"ChangeStyleofButtons.html","bundleId":"work-tasks-2023-sp1","id":"aac6333a6-f6fd-4f1e-b900-e9672eacdb96","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContentHandler.html","title":"Content Handler","navPath":"ContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad4f26d24-3444-411e-aa76-573aaf5162d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentHandler.html","title":"Use Content Handler","navPath":"UseContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"af159ce1b-6ec2-4c28-b10a-1fc9e49cfc9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLtoImportWFwhichImplementsCustomContentHandler.html","title":"XML to Import WF which Implements Custom Content Handler","navPath":"XMLtoImportWFwhichImplementsCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"a7ed113b3-3470-4724-97cb-04c9b4c66b2d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCustomContentHandler.html","title":"Use Custom Content Handler","navPath":"UseCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad6d16317-fd46-45e4-adf8-390e83413c49","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleCustomContentHandlerClassFile.html","title":"Code Sample - Custom Content Handler Class File","navPath":"CodeSampleCustomContentHandlerClassFile.html","bundleId":"work-tasks-2023-sp1","id":"a98af82b1-4874-4962-9ef7-cdb9875eb006","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PersistLoggedExceptionstoDatabase.html","title":"Persist Logged Exceptions to Database","navPath":"PersistLoggedExceptionstoDatabase.html","bundleId":"work-tasks-2023-sp1","id":"aa437a956-d1be-4ada-bc2f-3ee71c649f9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableExceptionPersistence.html","title":"Enable Exception Persistence","navPath":"EnableExceptionPersistence.html","bundleId":"work-tasks-2023-sp1","id":"a2745a98d-a4f2-4102-8f99-0c6f2fe74bc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsforViewingtheExceptions.html","title":"Different Views for Viewing the Exceptions","navPath":"DifferentViewsforViewingtheExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a8a5bb6ec-02fa-48a9-b2dd-5608cb8f03c2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowLevel.html","title":"Workflow Level","navPath":"WorkflowLevel.html","bundleId":"work-tasks-2023-sp1","id":"aa5ee087c-6b7a-459a-90f2-3d12b03c940d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstanceLevelException.html","title":"Instance Level Exception","navPath":"InstanceLevelException.html","bundleId":"work-tasks-2023-sp1","id":"a853cc4ac-3057-49d5-8571-f205cb2f11e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActionStepLevel.html","title":"Workflow Action Step Level","navPath":"WorkflowActionStepLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2a142228-c9c0-497c-9e67-4d2171f069a7","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProApplication.html","title":"AVEVA Work Tasks Pro Application","navPath":"AVEVAWorkTasksProApplication.html","bundleId":"work-tasks-2023-sp1","id":"a94337d45-465d-4d5d-9916-2b3d79546d68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomConflictManagement.html","title":"Custom Conflict Management","navPath":"CustomConflictManagement.html","bundleId":"work-tasks-2023-sp1","id":"a76ef3509-8868-48d3-ae23-a6512fb7cddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvidersforControls.html","title":"Providers for Controls","navPath":"ProvidersforControls.html","bundleId":"work-tasks-2023-sp1","id":"a8f6e45a1-ddb1-4d64-91bb-d62e9c7d86a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings_1.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings_1.html","bundleId":"work-tasks-2023-sp1","id":"aaec7c39a-5a76-4adb-8a35-fd8459099b4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLocalVariables.html","title":"Use Local Variables","navPath":"UseLocalVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac540920e-074c-4c1b-a90b-f9c37e92d500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomPropertiesforRepositoryDataSource.html","title":"Set Custom Properties for Repository Data Source","navPath":"SetCustomPropertiesforRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a539915e4-5bc0-4534-b160-c5e9c1557217","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableXcopyDeployment.html","title":"Enable Xcopy Deployment","navPath":"EnableXcopyDeployment.html","bundleId":"work-tasks-2023-sp1","id":"abb7c298b-9b2f-46b0-a9bb-5db4ea5e506d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivityEnhancementforEscalationandTimeout.html","title":"Human Activity - Enhancement for Escalation and Time out","navPath":"HumanActivityEnhancementforEscalationandTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a501ce943-62a8-42df-9a54-284332fff51f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ModifytheNumberofWorkItemFieldsLimitPerDataType.html","title":"Modify the Number of Work Item Fields Limit Per Data Type","navPath":"ModifytheNumberofWorkItemFieldsLimitPerDataType.html","bundleId":"work-tasks-2023-sp1","id":"a270d6d66-e27f-4b76-b16d-b4b218209ccf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagerLookupforUsersList.html","title":"Manager Lookup for Users List","navPath":"ManagerLookupforUsersList.html","bundleId":"work-tasks-2023-sp1","id":"af4d9c15e-9261-4b88-8f04-ff6c4faa58cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RedirecttheLogOnPage.html","title":"Redirect the Log On Page","navPath":"RedirecttheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"a37c33c7e-3507-4239-8b94-af47274c1480","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutRoleLookup.html","title":"About Role Lookup","navPath":"AboutRoleLookup.html","bundleId":"work-tasks-2023-sp1","id":"a393681e8-8c92-412f-a1e0-1e8ff5fc7b17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseWorkActivity.html","title":"Use Work Activity","navPath":"UseWorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7be6a27a-3f6a-4772-9c65-f956360530ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoMappingofActiveDirectoryProviders.html","title":"Auto Mapping of Active Directory Providers","navPath":"AutoMappingofActiveDirectoryProviders.html","bundleId":"work-tasks-2023-sp1","id":"a267339e8-e2b2-40d0-b27c-a8eb346f6d6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheLogOnPage.html","title":"Customize the Log On Page","navPath":"CustomizetheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"adea8829d-8117-4217-a019-22fca133eef7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Packages.html","title":"Packages","navPath":"Packages.html","bundleId":"work-tasks-2023-sp1","id":"a7b2edf4f-5357-4448-8c63-5f07cadcd3f3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutPackage.html","title":"About Package","navPath":"AboutPackage.html","bundleId":"work-tasks-2023-sp1","id":"a8b19922d-9add-47f9-bf3a-2b3f97b9d8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplate.html","title":"Package Template","navPath":"PackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa8ca760c-37c6-4ae9-a04d-fe2095dc985d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagePackage.html","title":"Manage Package","navPath":"ManagePackage.html","bundleId":"work-tasks-2023-sp1","id":"a9625239a-0657-48b1-9142-cf11e0263c67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesofPackaging.html","title":"Best Practices of Packaging","navPath":"BestPracticesofPackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5e5314ab-989e-4e66-bee9-ecfb8ac76200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithPackageTemplate.html","title":"Work with Package Template","navPath":"WorkwithPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"adaff5df0-8285-4304-b6e7-673a8bacfd72","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingapackagetemplate.html","title":"Create a Package Template","navPath":"creatingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a546f4347-f787-430f-9d0b-9f044ab2ef2d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingapackagetemplate.html","title":"Edit a Package Template","navPath":"editingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae318e60c-74d9-4e9f-88df-7ec0c2e4264b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePackageTemplate.html","title":"Configure Package Template","navPath":"ConfigurePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad65be17e-2005-4680-9ea3-eb0210ce1c33","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplateLevelConfigurationSettings.html","title":"Package Template Level Configuration Settings","navPath":"PackageTemplateLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a279da596-d41f-435a-a7c5-98e14dc8d904","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforPackageTemplate.html","title":"Prerequisites","navPath":"PrerequisitesforPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a52b3bca8-71e1-43d1-9c0a-af450301270d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/globalsettingsofapackagetemplate.html","title":"Runtime Initialization Settings","navPath":"globalsettingsofapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1ce6f4a7-730a-44d8-835f-9e1e8109e9e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptions.html","title":"Exceptions","navPath":"exceptions.html","bundleId":"work-tasks-2023-sp1","id":"ad5aff0c8-16d2-4396-8cb0-8bbb9887f600","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/633151.html","title":"Additional Package Files","navPath":"633151.html","bundleId":"work-tasks-2023-sp1","id":"abff16f9e-5753-4ddb-9330-3366c2912f81","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641195.html","title":"Configure Settings for Installer Files","navPath":"641195.html","bundleId":"work-tasks-2023-sp1","id":"a510ec3a5-9b48-4515-bc95-3cf3ed90e637","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalSettings.html","title":"Additional Settings","navPath":"AdditionalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac5faafe8-0d26-412c-b800-71f442566ac0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateConnections.html","title":"Validate Connections","navPath":"ValidateConnections.html","bundleId":"work-tasks-2023-sp1","id":"a47b7b197-2908-42ab-8573-09a2efcda01c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/331995.html","title":"Validate SQL Scripts","navPath":"331995.html","bundleId":"work-tasks-2023-sp1","id":"ad8743641-65ea-47f7-a628-0405bcf3c6d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteSQLScripts.html","title":"Execute SQL Scripts","navPath":"ExecuteSQLScripts.html","bundleId":"work-tasks-2023-sp1","id":"a39225e5e-0a99-4009-bb0c-940f8f2f45b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreatePackageTemplate.html","title":"Create Package Template","navPath":"CreatePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2e02f27d-f299-44c3-af5e-329ba22eb621","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArtifactLevelConfigurationSettings.html","title":"Artifact Level Configuration Settings","navPath":"ArtifactLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2af0d4e6-a1af-4ec6-8410-2a0ab334abe5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheArtifacts.html","title":"Configure the Artifacts","navPath":"ConfiguretheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"afd8f01fc-4e89-4389-b5d6-64dfb0c6c64f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rebuildingtheartifacts.html","title":"Rebuild the Artifacts","navPath":"rebuildingtheartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a9d79fa01-01ec-40a9-ab14-dccb4c10015b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeletetheArtifacts.html","title":"Delete the Artifacts","navPath":"DeletetheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"af02ca068-1e87-4c17-8ddd-35519aecb852","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavePackageTemplate.html","title":"Save Package Template","navPath":"SavePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"acd9b5c26-e605-47de-9a13-4e3c4b38aaa4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishaPackageTemplate.html","title":"Publish a Package Template","navPath":"PublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5da015b5-a5b9-4558-b21e-2098281a334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishaPackageTemplate.html","title":"Unpublish a Package Template","navPath":"UnpublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a95e98b92-0d20-4b7d-b2f6-9e5df8c5dccc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/generatingapackagetemplate1.html","title":"Generate a Package Template","navPath":"generatingapackagetemplate1.html","bundleId":"work-tasks-2023-sp1","id":"a20ff22c7-53f7-458a-a1bd-0365e47f22f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/downloadingapackagetemplate.html","title":"Export a Package Template","navPath":"downloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2aca88f9-9e03-45ff-baa0-606886121d1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/markingpackagetemplateasshipped.html","title":"Mark Package Template as Shipped","navPath":"markingpackagetemplateasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a40f66c55-724e-4451-9a51-40bf6d80262c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/260346.html","title":"Include Associated and Child Artifacts to a List Item","navPath":"260346.html","bundleId":"work-tasks-2023-sp1","id":"aacd5937e-c1cf-42ff-80d3-9977133eec01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts.html","title":"Include Security Artifacts","navPath":"securityartifacts.html","bundleId":"work-tasks-2023-sp1","id":"af77b92fc-9178-4a8b-b7d2-47395f17993b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts_1.html","title":"Include Automatically Generated SQL Script","navPath":"securityartifacts_1.html","bundleId":"work-tasks-2023-sp1","id":"ac574bac4-b8e4-4271-bdb2-6de49cb12a51","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deploylevel.html","title":"Manage Package","navPath":"deploylevel.html","bundleId":"work-tasks-2023-sp1","id":"a1f4faee6-d8d5-42d5-9b72-e41aeda58308","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportaPackage.html","title":"Import a Package","navPath":"ImportaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a19a8120c-a290-44ad-811f-4273399ac4c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageVersionsofaPackage.html","title":"Manage Versions of a Package","navPath":"ManageVersionsofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"af95508f2-1dc0-47a8-87ec-512426b9244c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StorePackageInformationforLists.html","title":"Store Package Information for Lists","navPath":"StorePackageInformationforLists.html","bundleId":"work-tasks-2023-sp1","id":"afee6bf6c-31e1-44c5-905b-436ef7ba432f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/488009.html","title":"Is Artifact Modified Column for Workflow","navPath":"488009.html","bundleId":"work-tasks-2023-sp1","id":"a4d486aaa-d906-45fe-a665-071cb1baf3d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaPackage.html","title":"Edit a Package","navPath":"EditaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a874696bf-e39c-4d7d-9f85-07e1ab0b0c91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPrerequisitesofaPackage.html","title":"View Prerequisites of a Package","navPath":"ViewPrerequisitesofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"ad2e6fe87-0b1c-4b7f-b750-497270e9b605","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/runningandinstallingapackage.html","title":"Install a Package","navPath":"runningandinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"acf53496c-b4e6-4ed7-953e-5fa46e89d7af","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringthePackage.html","title":"Configure the Package","navPath":"ConfiguringthePackage.html","bundleId":"work-tasks-2023-sp1","id":"ac08177f7-5e0c-41c2-b89a-7a17d180a5fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageInstallationPrerequisites.html","title":"Package Installation - Prerequisites","navPath":"PackageInstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"afc47c6cb-f6ac-42db-be65-6f21d8439841","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeInitializationValues.html","title":"Runtime Initialization Values","navPath":"RuntimeInitializationValues.html","bundleId":"work-tasks-2023-sp1","id":"adb7cb483-9fa9-4c9d-9b47-ab2fd2722f7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalPackageFiles.html","title":"Additional Package Files","navPath":"AdditionalPackageFiles.html","bundleId":"work-tasks-2023-sp1","id":"a635f4f28-c444-47f1-8377-043a37f52629","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewValidationLog.html","title":"View Validation Log","navPath":"ViewValidationLog.html","bundleId":"work-tasks-2023-sp1","id":"a2ff0248a-7e59-4cf7-9e7d-f251096f5c9d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPackageHistory.html","title":"View Package History","navPath":"ViewPackageHistory.html","bundleId":"work-tasks-2023-sp1","id":"acb9c42e2-06f3-440b-ba5e-bcb7ef6ecac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeScenarios_1.html","title":"Upgrade Scenarios","navPath":"UpgradeScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"ac42be6e9-ee23-477d-9b7e-52f39577fe86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallaPackage.html","title":"Uninstall a Package","navPath":"UninstallaPackage.html","bundleId":"work-tasks-2023-sp1","id":"aff3e7e3e-c944-4b84-afce-edb73db134e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaPackage.html","title":"Delete a Package","navPath":"DeleteaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a2b602501-df1b-4288-9bf2-bb85ae87547e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigrationofPackages.html","title":"Migration of Packages","navPath":"MigrationofPackages.html","bundleId":"work-tasks-2023-sp1","id":"ae3470e2f-68c7-4dce-b0fc-c6e37e37a98e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyManagingPackagesusingConsoleApplication.html","title":"Remotely Managing Packages using Console Application","navPath":"RemotelyManagingPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a333cfe0b-aba0-48d1-b2a5-e462841f462b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Remotely Export, Import, Install, or Uninstall Packages using Console Application","navPath":"RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"ad3042051-ce3e-41e5-9708-1738aab14177","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","title":"Configure WWSKBPMRemotePackageManager Using XML","navPath":"ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","bundleId":"work-tasks-2023-sp1","id":"a7ea753ad-a476-4ddc-bbe3-1084ace875de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Import, Install, or Uninstall Packages using Console Application","navPath":"ImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a7d179174-6c31-4495-adbd-d7c6dc70c2d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMPackageManagerUsingXML.html","title":"Configure WWSKBPMPackageManager Using XML","navPath":"ConfigureWWSKBPMPackageManagerUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"ab54df007-904d-46f6-be7a-1169b57347fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddArtifactstoaPackageTemplate.html","title":"Add Artifacts to a Package Template","navPath":"AddArtifactstoaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a63181abf-0fc2-4bc5-8093-6a5168034a94","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEvents.html","title":"ArchestrA Events","navPath":"ArchestrAEvents.html","bundleId":"work-tasks-2023-sp1","id":"a764bb8d0-de38-4f84-b1aa-0b1c13c09f84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAM.html","title":"BAM","navPath":"BAM.html","bundleId":"work-tasks-2023-sp1","id":"af1aeaa3c-fce2-417c-ad90-0bc868399a93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Calendar.html","title":"Calendar","navPath":"Calendar.html","bundleId":"work-tasks-2023-sp1","id":"a8870f793-b5f7-415d-9217-b9bf4b16fe2f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnection.html","title":"Database Connection","navPath":"DatabaseConnection.html","bundleId":"work-tasks-2023-sp1","id":"afd7dc39e-df60-4ded-9d04-e58d3794da53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociations.html","title":"Event Associations","navPath":"EventAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a2fdf1822-dcea-4ec7-a38e-6d60b865258f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeScheduler.html","title":"Event Associations of Type Scheduler","navPath":"EventAssociationsofTypeScheduler.html","bundleId":"work-tasks-2023-sp1","id":"aaca277fe-6138-4490-a3f3-7e97c391e1c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeEnterpriseConsole.html","title":"Event Associations of Type Enterprise Console","navPath":"EventAssociationsofTypeEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a88c03cfd-1eb9-4d99-8ebd-a6b44ce26164","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeFileWatcher.html","title":"Event Associations of Type File Watcher","navPath":"EventAssociationsofTypeFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a7b610f0b-829c-4c13-9b7d-ad853cffc1c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeSystemPlatformEvents.html","title":"Event Associations of Type System Platform Events","navPath":"EventAssociationsofTypeSystemPlatformEvents.html","bundleId":"work-tasks-2023-sp1","id":"a4952bc9d-f5bf-48a4-a29c-d3b7f75f662d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeLogicApp.html","title":"Event Associations of Type Logic App","navPath":"EventAssociationsofTypeLogicApp.html","bundleId":"work-tasks-2023-sp1","id":"a843ecfff-151f-44a3-8da7-7789e8843a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeMessageQueue.html","title":"Event Associations of Type Message Queue","navPath":"EventAssociationsofTypeMessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a03fa230c-40d7-4062-acd4-be181336b84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationofTypeBAM.html","title":"Event Association of Type BAM","navPath":"EventAssociationofTypeBAM.html","bundleId":"work-tasks-2023-sp1","id":"abea72b5e-c20e-4203-952a-067aa4b8f242","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcher.html","title":"File Watcher","navPath":"FileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a4a78bafd-1e15-4230-93d0-edb4f2b49cf8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePhysicalPathofFileWatcher.html","title":"Resolve Physical Path of File Watcher","navPath":"ResolvePhysicalPathofFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a288e8c8b-e79d-4f3a-babc-814cd29d651b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Folder.html","title":"Folder","navPath":"Folder.html","bundleId":"work-tasks-2023-sp1","id":"a27782d3c-954a-4fba-a666-305e70f66cd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChildFolder.html","title":"Child Folder","navPath":"ChildFolder.html","bundleId":"work-tasks-2023-sp1","id":"ab7bc0228-9a31-4fa2-9595-ac43b0551401","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms.html","title":"Forms","navPath":"Forms.html","bundleId":"work-tasks-2023-sp1","id":"acb8bc8b1-ffa9-45d5-83ca-e9cd80b93218","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms_1.html","title":"Forms","navPath":"Forms_1.html","bundleId":"work-tasks-2023-sp1","id":"a742e0ec3-7a3b-46b0-9733-f420f9c3a2cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveActionBarSettings.html","title":"Resolve Action Bar Settings","navPath":"ResolveActionBarSettings.html","bundleId":"work-tasks-2023-sp1","id":"ad782c9d7-8931-4f57-8d72-c45d9391624f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePrintFormsDetails.html","title":"Resolve Print Forms Details","navPath":"ResolvePrintFormsDetails.html","bundleId":"work-tasks-2023-sp1","id":"a18c2c4e1-82dc-498c-acc8-65da30a9301f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveNavigateFormDetails.html","title":"Resolve Navigate Form Details","navPath":"ResolveNavigateFormDetails.html","bundleId":"work-tasks-2023-sp1","id":"a60410ed6-e18f-4da0-9e8a-72f951aa1a1d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforForms.html","title":"Configure Artifact Type Settings for Forms","navPath":"ConfigureArtifactTypeSettingsforForms.html","bundleId":"work-tasks-2023-sp1","id":"a6ec6d53d-4dbb-4a5c-b2bb-15f0b409c1bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforForms.html","title":"Resolve Custom Dependent Files for Forms","navPath":"ResolveCustomDependentFilesforForms.html","bundleId":"work-tasks-2023-sp1","id":"a841e5183-4290-48fa-b6ba-c86a8922f24e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveInvokeWorkflow.html","title":"Resolve Invoke Workflow","navPath":"ResolveInvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a4b22a524-4f10-4f07-86d1-2100e977c382","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveImage.html","title":"Resolve Image","navPath":"ResolveImage.html","bundleId":"work-tasks-2023-sp1","id":"a1e657b15-db50-4d09-b5e5-4088abbd4497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvingHyperlink.html","title":"Resolve Hyperlink","navPath":"ResolvingHyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a5e305c4f-9b61-499e-bb34-6dfa4c1bab67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAssociation.html","title":"Forms Association","navPath":"FormsAssociation.html","bundleId":"work-tasks-2023-sp1","id":"ad7b895e2-b1bf-4949-9a22-557d3762a378","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls.html","title":"Form Controls","navPath":"FormControls.html","bundleId":"work-tasks-2023-sp1","id":"a33e28f7d-6ac7-47b1-922b-48adb930f266","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforFormControls.html","title":"Resolve Custom Dependent Files for Form Controls","navPath":"ResolveCustomDependentFilesforFormControls.html","bundleId":"work-tasks-2023-sp1","id":"a66a9713d-82f8-4e19-8415-5dd77bcbf2a3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalWorkItemLayout.html","title":"Global Work Item Layout","navPath":"GlobalWorkItemLayout.html","bundleId":"work-tasks-2023-sp1","id":"a93f71210-1aca-41f7-91fa-a0979c11a92b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GridConfiguration.html","title":"Grid Configuration","navPath":"GridConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a07a57fe5-5f11-4739-8d67-4ff07e33993a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections_1.html","title":"Logic App Connections","navPath":"LogicAppConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a1dca395b-1caf-428b-a5fd-ade3033cc970","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSettings.html","title":"Lookup Settings","navPath":"LookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3b8030da-251f-4a1c-9350-0a55258d7c64","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupExampleScenarios.html","title":"Lookup Example Scenarios","navPath":"LookupExampleScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a77c920fd-4912-4f50-9129-30c634cdcc79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageList.html","title":"Manage List","navPath":"ManageList.html","bundleId":"work-tasks-2023-sp1","id":"adae57df1-cf50-41e2-9753-2d48150ccef0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageView.html","title":"Manage View","navPath":"ManageView.html","bundleId":"work-tasks-2023-sp1","id":"ad2cc9ee6-577a-4f23-813e-ad2ae0b80302","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections_1.html","title":"Message Queue Connections","navPath":"MessageQueueConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a94b3777a-3a4e-48b0-b618-7267c8c35537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections_1.html","title":"MQTT Connections","navPath":"MQTTConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a5a923eed-3dc2-4fbf-99c3-6da1c36590bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationList.html","title":"Navigation List","navPath":"NavigationList.html","bundleId":"work-tasks-2023-sp1","id":"a228c572d-a28f-4445-986a-bacfde07ebdb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationListFolders.html","title":"Navigation List Folders","navPath":"NavigationListFolders.html","bundleId":"work-tasks-2023-sp1","id":"ae50e4a29-c7ee-4bdd-b127-7a6fcda3b6ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforNavigationLinks.html","title":"Resolve Custom Dependent Files for Navigation Links","navPath":"ResolveCustomDependentFilesforNavigationLinks.html","bundleId":"work-tasks-2023-sp1","id":"abe648a70-1427-43b1-8394-c929ff35796c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement.html","title":"Queue Management","navPath":"QueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a7441922e-9c6e-43c4-acb3-97a54b9f8037","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveAssociatedWorkflowsforQueue.html","title":"Resolve Associated Workflows for Queue","navPath":"ResolveAssociatedWorkflowsforQueue.html","bundleId":"work-tasks-2023-sp1","id":"a17ceddb0-aff8-496b-8df3-9b95278c7741","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforQueue.html","title":"Resolve Custom Dependent Files for Queue","navPath":"ResolveCustomDependentFilesforQueue.html","bundleId":"work-tasks-2023-sp1","id":"aa639d561-5d56-4fbf-8414-ddaf27fc7ac5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Reports.html","title":"Reports","navPath":"Reports.html","bundleId":"work-tasks-2023-sp1","id":"af1274707-574e-4577-8070-600d7e6134a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportConnections.html","title":"Report Connections","navPath":"ReportConnections.html","bundleId":"work-tasks-2023-sp1","id":"ae843c8e8-baee-4b0c-8399-4f6f891398bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportTemplates.html","title":"Report Templates","navPath":"ReportTemplates.html","bundleId":"work-tasks-2023-sp1","id":"ad31845df-b635-4d35-b75c-65dbe2a24f9f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveReportTemplatePath.html","title":"Resolve Report Template Path","navPath":"ResolveReportTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"ad018f391-4e3c-4b51-a8f4-d4e4a2f11deb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygorup.html","title":"Security Group","navPath":"securitygorup.html","bundleId":"work-tasks-2023-sp1","id":"a0ed39a5d-869a-439c-ab7b-d0ccf643fd3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygrouprepolevel.html","title":"Security Group - Repository Level","navPath":"managesecuritygrouprepolevel.html","bundleId":"work-tasks-2023-sp1","id":"aed096455-5177-47ca-8db3-ec9103e6d6b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListLevel.html","title":"Security Group - List Level","navPath":"SecurityGroupListLevel.html","bundleId":"work-tasks-2023-sp1","id":"a66e501cd-b48f-4939-8357-dc125924e98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListItemLevel.html","title":"Security Group - List Item Level","navPath":"SecurityGroupListItemLevel.html","bundleId":"work-tasks-2023-sp1","id":"ae67d58e8-884d-4a4d-b749-589abe51b5d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithFormsasAssociatedArtifacts.html","title":"Security Group with Forms as Associated Artifacts","navPath":"SecurityGroupwithFormsasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"ad65aef49-ce96-41f1-8fab-1738db06bce9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithWorkflowasAssociatedArtifacts.html","title":"Security Group with Workflow as Associated Artifacts","navPath":"SecurityGroupwithWorkflowasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"a47633229-b7c5-4d22-8d2c-c15a7101dc0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityRight.html","title":"Security Right","navPath":"SecurityRight.html","bundleId":"work-tasks-2023-sp1","id":"a3ca1096c-93dc-43d8-8e8e-c98a81085722","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAAssembly.html","title":"SOA Assembly","navPath":"SOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"a10bc2f4d-e783-4024-8d20-b0ceec8c063a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforSOAAssembly.html","title":"Resolve Custom Dependent Files for SOA Assembly","navPath":"ResolveCustomDependentFilesforSOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"ac107b900-87df-452d-8912-a55cba487fc7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAFolder.html","title":"SOA Folder","navPath":"SOAFolder.html","bundleId":"work-tasks-2023-sp1","id":"acfa4e1d4-1a72-4935-a487-8cfe82b81237","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPI.html","title":"Web API","navPath":"WebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a6e874046-b592-4502-8a77-d580aa993de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPISource.html","title":"Web API Source","navPath":"WebAPISource.html","bundleId":"work-tasks-2023-sp1","id":"a28b3ad04-aeb9-4550-898f-eb99f14c6b40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Workflows.html","title":"Workflows","navPath":"Workflows.html","bundleId":"work-tasks-2023-sp1","id":"a35ddeb1e-1ad1-4874-8c5b-5526b20416c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforWorkflow.html","title":"Configure Artifact Type Settings for Workflow","navPath":"ConfigureArtifactTypeSettingsforWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a7ada0421-0481-4ab6-a89c-91193d97fcb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowActivities.html","title":"Resolve Workflow Activities","navPath":"ResolveWorkflowActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae94698c3-57d7-47fe-a060-014e92ae4411","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","title":"Map the Version of the Associated Workflow to the Parent Workflow","navPath":"MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a34633789-e7e4-48d2-9a71-57aa0a0caf00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedForm.html","title":"Map the Version of the Associated Form","navPath":"MaptheVersionoftheAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"ab3f2a563-5245-44d6-8d85-63e01f6e0fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWebServiceConfigurations.html","title":"Resolve Web Service Configurations","navPath":"ResolveWebServiceConfigurations.html","bundleId":"work-tasks-2023-sp1","id":"a8a0f4991-4414-4edd-b211-7e045453708a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveFileDetails.html","title":"Resolve File Details","navPath":"ResolveFileDetails.html","bundleId":"work-tasks-2023-sp1","id":"a978ee28f-84d6-48f1-af64-184feb245cc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDocumentViewURL.html","title":"Resolve Custom Document View URL","navPath":"ResolveCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"ad7323fcd-95b0-49c5-8406-ad86149093ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRedirectURL.html","title":"Resolve Redirect URL","navPath":"ResolveRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"aa8c7d37f-29fe-4879-b8d4-86c975833c1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveTemplatePath.html","title":"Resolve Template Path","navPath":"ResolveTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a9ab9cc3b-e423-417c-930a-54bb3e1c3cb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowswithDatabaseActivity.html","title":"Resolve Workflows with Database Activity","navPath":"ResolveWorkflowswithDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9778ec46-634e-4fa2-bd6d-2d11bfc77b3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveScriptActivityReferences.html","title":"Resolve Script Activity References","navPath":"ResolveScriptActivityReferences.html","bundleId":"work-tasks-2023-sp1","id":"a7b67fd26-1c91-4867-9878-2ddc713e226e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforScriptActivity.html","title":"Resolve Custom Dependent Files for Script Activity","navPath":"ResolveCustomDependentFilesforScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad9aa3f23-2b9d-43b4-a530-86b6995bf64c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveUserorRoleBasedExceptionTemplate.html","title":"Resolve User or Role Based Exception Template","navPath":"ResolveUserorRoleBasedExceptionTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2d63143c-5c41-4297-bfcf-c486bd9b3ab7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveDeliveryChannels.html","title":"Resolve Delivery Channels","navPath":"ResolveDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a154c44b8-a1ec-4b7a-b767-2c0b78e4f08b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveXMLVariables.html","title":"Resolve XML Variables","navPath":"ResolveXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e3f4866-aa15-4500-ba57-195aa0c42047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomActivities.html","title":"Resolve Custom Activities","navPath":"ResolveCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"aee0d3336-f45b-419d-8495-827d80fa152b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CorrectCustomActivities.html","title":"Correct Custom Activities","navPath":"CorrectCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"a8ae25eb3-11d3-42fb-8be3-0b00c7a1c758","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveMESXMLCommandActivity.html","title":"Resolve MES XML Command Activity","navPath":"ResolveMESXMLCommandActivity.html","bundleId":"work-tasks-2023-sp1","id":"a215cdc5a-bea3-4780-9fdd-256fedf8ee9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitforMESEventActivity.html","title":"Resolve Wait for MES Event Activity","navPath":"ResolveWaitforMESEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae98bddbd-0a20-490a-9554-15c76b54e181","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveStartMESTransactionActivity.html","title":"Resolve Start MES Transaction Activity","navPath":"ResolveStartMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3ad3e86c-bc97-45fa-9264-ded38f7d5352","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCommitMESTransactionActivity.html","title":"Resolve Commit MES Transaction Activity","navPath":"ResolveCommitMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36bc9ada-6444-449d-90ea-faf1e3fee0f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRollbackMESTransactionActivity.html","title":"Resolve Rollback MES Transaction Activity","navPath":"ResolveRollbackMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19ebe465-cbc6-4008-b62d-fec18135c77b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveArchestrAActivities.html","title":"Resolve ArchestrA Activities","navPath":"ResolveArchestrAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a6a1f995f-bab4-4516-bf8d-4b8f9a441bf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitForLogicAppAlert.html","title":"Resolve Wait For Logic App Alert","navPath":"ResolveWaitForLogicAppAlert.html","bundleId":"work-tasks-2023-sp1","id":"a8f4808fe-0675-4216-bf13-a4eca6e4919d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCallLogicAppConnection.html","title":"Resolve Call Logic App Connection","navPath":"ResolveCallLogicAppConnection.html","bundleId":"work-tasks-2023-sp1","id":"a387a0499-8911-4e6a-9d5c-d328f7f5600e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemField.html","title":"Work Item Field","navPath":"WorkItemField.html","bundleId":"work-tasks-2023-sp1","id":"a6841114a-7422-4daa-b778-51507c1e6b44","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IncludeChildItem.html","title":"Include Child Item","navPath":"IncludeChildItem.html","bundleId":"work-tasks-2023-sp1","id":"aac6985d9-7561-4409-a574-b6d7e11a3311","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileDistribution.html","title":"File Distribution","navPath":"FileDistribution.html","bundleId":"work-tasks-2023-sp1","id":"a3a5758a3-4ec1-49dd-a387-d40c016c71f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SQLScriptGenerationandExecution.html","title":"SQL Script Generation and Execution","navPath":"SQLScriptGenerationandExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be4ce3b-451d-4f3b-8d26-36d1234541de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageinaDistributedEnvironment.html","title":"Package in a Distributed Environment","navPath":"PackageinaDistributedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a6aaaee99-38ad-415b-a36d-d6f21130fbba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingpackages.html","title":"Troubleshoot Packages","navPath":"troubleshootingpackages.html","bundleId":"work-tasks-2023-sp1","id":"acdb84908-1987-42c1-9000-c0f62106d81c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/eventassociationwithenterpriseconsoleatlistitemlevel.html","title":"Event Association with Enterprise Console at List item Level","navPath":"eventassociationwithenterpriseconsoleatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"abcad2b08-0d5e-4c61-a9ba-a1df9c52ea38","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packageableartifacts.html","title":"Packageable Artifacts","navPath":"packageableartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a201d85e4-34e6-4f95-bc45-5b7cb276fd8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Localization.html","title":"Localization","navPath":"Localization.html","bundleId":"work-tasks-2023-sp1","id":"ae5486f35-5ee5-4a37-b1df-439532805014","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScopeofLocalization.html","title":"Scope of Localization","navPath":"ScopeofLocalization.html","bundleId":"work-tasks-2023-sp1","id":"a0bcb2366-4ebc-46c5-a0f6-8b600cd96c52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeAVEVAWorkTasks.html","title":"Steps to Localize AVEVA Work Tasks","navPath":"StepstoLocalizeAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a2d272157-2747-4133-b354-8e31779784ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeGridControl.html","title":"Steps to Localize Grid Control","navPath":"StepstoLocalizeGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8f74be7-48ca-4ad4-a9ba-bc6051100183","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","title":"Steps to Localize Editor Control in WorkflowMemo and Wizard","navPath":"StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","bundleId":"work-tasks-2023-sp1","id":"a783abb2f-276d-4162-8c61-80cb2296d963","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizetheEscalationEmailWizard.html","title":"Steps to Localize the Escalation Email Wizard","navPath":"StepstoLocalizetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"a81ccd275-97c7-491a-9b70-d5071116408c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeRepositoryNameinEnterpriseConsole.html","title":"Steps to Localize Repository Name in Enterprise Console","navPath":"StepstoLocalizeRepositoryNameinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abaf899d1-7305-46d3-81bb-bc85fe858a48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeListNames.html","title":"Steps to Localize List Names","navPath":"StepstoLocalizeListNames.html","bundleId":"work-tasks-2023-sp1","id":"a8cbbb214-a79b-42ac-a4b1-0fe1e4aa8a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeForms.html","title":"Steps to Localize Forms","navPath":"StepstoLocalizeForms.html","bundleId":"work-tasks-2023-sp1","id":"a8787179c-6ecb-4c89-9508-3bef6b7c14a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeDefaultPropertiesofWebPartEditor.html","title":"Steps to Localize Default Properties of Web Part Editor","navPath":"StepstoLocalizeDefaultPropertiesofWebPartEditor.html","bundleId":"work-tasks-2023-sp1","id":"a18fdc0a8-ebcc-4eea-bd87-998fe35df479","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","title":"Steps to Localize Provider in Role Lookup User Lookup and Assign Actor Property","navPath":"StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","bundleId":"work-tasks-2023-sp1","id":"a6c98ae1f-8a58-45d6-bd93-6fec7eaa8524","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NonSupportedLocalizationTags.html","title":"Non-supported Localization Tags","navPath":"NonSupportedLocalizationTags.html","bundleId":"work-tasks-2023-sp1","id":"a792616b5-2ef0-4eda-9ece-317cff71f00a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizationFolders.html","title":"Localization Folders","navPath":"LocalizationFolders.html","bundleId":"work-tasks-2023-sp1","id":"a3ef1f73b-6e41-4b5f-aefa-b07487222367","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalesFolder.html","title":"Locales Folder","navPath":"LocalesFolder.html","bundleId":"work-tasks-2023-sp1","id":"ae695ebc9-c7f6-487c-8f20-c1aa29295173","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowElementsFolder.html","title":"Workflow Elements Folder","navPath":"WorkflowElementsFolder.html","bundleId":"work-tasks-2023-sp1","id":"a872b0e4e-26d8-4345-aaa1-f58f806cf145","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofKeystobeLocalizedforWorkItemListControl.html","title":"List of Keys to be Localized for Work Item List Control","navPath":"ListofKeystobeLocalizedforWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"ad19ff92b-bb54-47c9-92f7-d1ae7f0412ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingWebGridControl.html","title":"Keys for Localizing WebGrid Control","navPath":"KeysforLocalizingWebGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae5a5e460-746d-4974-bbe8-3fb2eda86410","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingListNames.html","title":"Keys for Localizing List Names","navPath":"KeysforLocalizingListNames.html","bundleId":"work-tasks-2023-sp1","id":"a695b5808-03f1-4735-83d2-9a6e3755dddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","title":"Localize the Response Sent for an Invalid Email to the Communication Engine","navPath":"LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","bundleId":"work-tasks-2023-sp1","id":"afeafda01-4879-4ea1-8ac1-6b1bddaed9dc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSamples.html","title":"Code Samples","navPath":"CodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a215c7c78-0c30-4489-bf5a-f8267e775cdd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RestartServices.html","title":"Restart Services","navPath":"RestartServices.html","bundleId":"work-tasks-2023-sp1","id":"a4e3e5d8b-91f4-47e0-97c9-575ad4843719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflow.html","title":"Execute Workflow","navPath":"ExecuteWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"acd2b4f4e-bb06-47a4-bd18-817382702e1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomActivity.html","title":"Custom Activity","navPath":"CustomActivity.html","bundleId":"work-tasks-2023-sp1","id":"aafcd6210-3d29-49aa-8e60-a1866e71ae48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomActivitywithoutanyProperties.html","title":"Configure Custom Activity without any Properties","navPath":"ConfigureCustomActivitywithoutanyProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1eac8260-62e1-4d48-b9e0-b74312bc9ad2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomApprovalActivity.html","title":"Custom Approval Activity","navPath":"CustomApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a307aed8c-e3f3-419a-96e1-25e9aae949fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomChoiceActivity.html","title":"Custom Choice Activity","navPath":"CustomChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"aef40a861-bd76-488e-9635-ed23619aacf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementationofCustomWorkItemForm.html","title":"Implementation of Custom WorkItemForm","navPath":"ImplementationofCustomWorkItemForm.html","bundleId":"work-tasks-2023-sp1","id":"acb340f03-6306-49c1-a4e1-0faf5837a2b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomASPXProperty.html","title":"Configure Custom ASPX Property","navPath":"ConfigureCustomASPXProperty.html","bundleId":"work-tasks-2023-sp1","id":"a2d76d1d0-3b38-48bc-8593-1f85f67a19ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomProperty.html","title":"Custom Property","navPath":"CustomProperty.html","bundleId":"work-tasks-2023-sp1","id":"a0ef4636a-141e-492c-bc17-d453da9d6d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomEngineActivity.html","title":"Custom Engine Activity","navPath":"CustomEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"adeba37ec-2049-4ee2-966b-cc02c2d28818","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureASPXFormasWorkItemDetailViewPage.html","title":"Configure ASPX Form as Work Item Detail View Page","navPath":"ConfigureASPXFormasWorkItemDetailViewPage.html","bundleId":"work-tasks-2023-sp1","id":"a04521a76-a93d-403d-b02a-871e94572664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetClientCredentialToken.html","title":"Get Client Credential Token","navPath":"GetClientCredentialToken.html","bundleId":"work-tasks-2023-sp1","id":"aeb607436-64c8-4c99-93d3-f23ad36ee7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IPropertyRoutingCondition.html","title":"IPropertyRoutingCondition","navPath":"IPropertyRoutingCondition.html","bundleId":"work-tasks-2023-sp1","id":"aaf34d098-9696-4644-b469-4ce29584161c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists.html","title":"Lists","navPath":"Lists.html","bundleId":"work-tasks-2023-sp1","id":"a17e72d43-769f-4adf-84d1-e5ab00e3a17a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowList.html","title":"Workflow List","navPath":"WorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"aa2999e6c-c196-4033-81c9-cded56b2f125","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddWorkflowItemtoWorkflowList.html","title":"Add Workflow Item to Workflow List","navPath":"AddWorkflowItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a504e0b60-8f7d-425f-8a8d-c335c0ffe378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheWorkflowsPresentintheSelectedRepository.html","title":"Get All the Workflows Present in the Selected Repository","navPath":"GetAlltheWorkflowsPresentintheSelectedRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac009fa59-9300-486c-84d4-19caaed7724b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheVersionsofaWorkflow.html","title":"Get All the Versions of a Workflow","navPath":"GetAlltheVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0929b3d1-94a6-4f90-bd69-fc00934749b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAllthePublishedVersionsofaWorkflow.html","title":"Get All the Published Versions of a Workflow","navPath":"GetAllthePublishedVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1c0c4fa0-d88b-4028-9467-9083fd193cc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFolderItemtoWorkflowList.html","title":"Add Folder Item to Workflow List","navPath":"AddFolderItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a152dbe9a-019b-4cd5-8170-8c59cf41c0e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditExistingFolderIteminWorkflowList.html","title":"Edit Existing Folder Item in Workflow List","navPath":"EditExistingFolderIteminWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a9db02238-cd82-4cd0-ba84-a5cfe8a9e132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImporttheWorkflowfromWorkflowDefinitionXml.html","title":"Import the Workflow from Workflow Definition Xml","navPath":"ImporttheWorkflowfromWorkflowDefinitionXml.html","bundleId":"work-tasks-2023-sp1","id":"a9c173f18-d8d7-4fc1-b30a-7befc57cb049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewVersion.html","title":"Create New Version","navPath":"CreateNewVersion.html","bundleId":"work-tasks-2023-sp1","id":"a716f2ca4-00ee-4298-93be-73540fa85471","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateListItem.html","title":"Create ListItem","navPath":"CreateListItem.html","bundleId":"work-tasks-2023-sp1","id":"a053bb9a5-6011-4388-9fa3-26c656a29292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem.html","title":"Save ListItem","navPath":"SaveListItem.html","bundleId":"work-tasks-2023-sp1","id":"a77ccad6e-279f-4f41-a704-aac9929c2105","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataSource.html","title":"Data Source","navPath":"DataSource.html","bundleId":"work-tasks-2023-sp1","id":"a630230ea-d016-42f3-9a3a-1c0605e6b484","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementIDBConnectionStringInterface.html","title":"Implement IDBConnectionString Interface","navPath":"ImplementIDBConnectionStringInterface.html","bundleId":"work-tasks-2023-sp1","id":"a11d57651-6f7c-49b0-836e-4dccc0e4a390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingConnectionString.html","title":"Create Data Source Using ConnectionString","navPath":"CreateDataSourceUsingConnectionString.html","bundleId":"work-tasks-2023-sp1","id":"a8a670fba-c623-4946-97f6-2177f1e3ce73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingAssemblyFile.html","title":"Create Data Source Using Assembly File","navPath":"CreateDataSourceUsingAssemblyFile.html","bundleId":"work-tasks-2023-sp1","id":"a80d2e326-4b7e-4a10-9e70-f32c2775f883","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","title":"Subscribe AssemblyResolve Event while Using APIs for Database-related Activities","navPath":"SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","bundleId":"work-tasks-2023-sp1","id":"aab3f0327-a611-4f38-a5fa-4c715681d243","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableAPI.html","title":"XML Variable API","navPath":"XMLVariableAPI.html","bundleId":"work-tasks-2023-sp1","id":"ac27828ca-8a43-48a6-9780-264676f86b77","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebServiceUsingWindowsApplication.html","title":"Create Web Service Using Windows Application","navPath":"CreateWebServiceUsingWindowsApplication.html","bundleId":"work-tasks-2023-sp1","id":"a9fb44239-4866-44f2-9cea-060def5a6393","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOACodeSamples.html","title":"SOA","navPath":"SOACodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a52473022-2c39-49db-86aa-12a30abd8851","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseSOAinaSimpleMethod.html","title":"How to Use SOA in a Simple Method?","navPath":"HowtoUseSOAinaSimpleMethod.html","bundleId":"work-tasks-2023-sp1","id":"a92ac3418-47b3-4ea1-a43d-0c167a97a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","title":"How to Use a Web Service or Remote Service using SOA Infrastructure?","navPath":"HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","bundleId":"work-tasks-2023-sp1","id":"a86638f50-0672-4aa5-891c-1a35857515b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseanApplicationthatInteractswiththeSQLServer.html","title":"How to Use an Application that Interacts with the SQL Server?","navPath":"HowtoUseanApplicationthatInteractswiththeSQLServer.html","bundleId":"work-tasks-2023-sp1","id":"ab8234781-c006-4eba-ba0b-6cac64d5e213","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseStaticMembersoftheClass.html","title":"How to Use Static Members of the Class?","navPath":"HowtoUseStaticMembersoftheClass.html","bundleId":"work-tasks-2023-sp1","id":"afff126d8-d5f8-4b07-9244-4e3063ab199c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPasstheObjectasParametertotheConstructor.html","title":"How to Pass the Object as Parameter to the Constructor?","navPath":"HowtoPasstheObjectasParametertotheConstructor.html","bundleId":"work-tasks-2023-sp1","id":"a909ff490-6db1-4a98-a50c-73730eeaccaa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseScriptinginExpressionEditor.html","title":"How to Use Scripting in Expression Editor?","navPath":"HowtoUseScriptinginExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"a202c8253-4a23-418c-8183-03bbe1eab9f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseExpressioninConstructorParameter.html","title":"How to Use Expression in Constructor Parameter?","navPath":"HowtoUseExpressioninConstructorParameter.html","bundleId":"work-tasks-2023-sp1","id":"a73678617-4939-4171-a45c-74a27367264d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAObjectSupport.html","title":"SOA Object Support","navPath":"SOAObjectSupport.html","bundleId":"work-tasks-2023-sp1","id":"ab3052381-a5d7-4ac5-9171-fbe189c7782a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesSupportedforSOA.html","title":"Features Supported for SOA","navPath":"FeaturesSupportedforSOA.html","bundleId":"work-tasks-2023-sp1","id":"a69192bad-5f21-485e-9ac5-aaaf2e4b4156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario.html","title":"Scenario","navPath":"Scenario.html","bundleId":"work-tasks-2023-sp1","id":"a241788be-d230-4fc4-8917-d3655716b7a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateClassforHandlingtheProductObject.html","title":"How to Create a Class for Handling the 'Product' Object?","navPath":"HowtoCreateClassforHandlingtheProductObject.html","bundleId":"work-tasks-2023-sp1","id":"a3ee7ead4-3547-4e93-9ce3-54a531e28b66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateanObjectInstance.html","title":"How to Create an Object Instance?","navPath":"HowtoCreateanObjectInstance.html","bundleId":"work-tasks-2023-sp1","id":"a58cb4d1b-86f6-4e82-8477-c65cb5fbe3f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateaVariable.html","title":"How to Create a Variable?","navPath":"HowtoCreateaVariable.html","bundleId":"work-tasks-2023-sp1","id":"a91da87ce-8a73-498d-8dbb-97b2509e1c54","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowTo.html","title":"How To","navPath":"HowTo.html","bundleId":"work-tasks-2023-sp1","id":"a2eb52bdd-1a20-4a9b-a68b-e5d8197f2dc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserstoActiveDirectory.html","title":"Add Users to Active Directory","navPath":"AddUserstoActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a528aa006-b311-4d5c-97cc-c17763e9b340","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomWizards.html","title":"Create Custom Wizards","navPath":"CreateCustomWizards.html","bundleId":"work-tasks-2023-sp1","id":"a679655ab-25f2-4417-a654-b0b3b937965c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnValuesfromEnginetoClient.html","title":"Return Values from Engine to Client","navPath":"ReturnValuesfromEnginetoClient.html","bundleId":"work-tasks-2023-sp1","id":"af847ced3-ddf3-4d71-b794-13ce274619fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","title":"Implement Interface to Get Action and Workflow Status Change Information from Engine","navPath":"ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","bundleId":"work-tasks-2023-sp1","id":"a22552730-b231-456e-a1b0-3929f3496121","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserNamewithDomainName.html","title":"Get User Name with Domain Name","navPath":"GetUserNamewithDomainName.html","bundleId":"work-tasks-2023-sp1","id":"a56eeff39-63a6-4c61-990f-7af79806bd94","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices.html","title":"Best Practices","navPath":"BestPractices.html","bundleId":"work-tasks-2023-sp1","id":"ac6e8fad9-9986-42f7-a836-71bace2c02ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseTips.html","title":"Database Tips","navPath":"DatabaseTips.html","bundleId":"work-tasks-2023-sp1","id":"a66b1e681-7fcd-4155-b339-5a9b7c95482b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodingTips.html","title":"Coding Tips","navPath":"CodingTips.html","bundleId":"work-tasks-2023-sp1","id":"a6f12ea63-4162-4ca4-9253-53bf3e41e9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceTips.html","title":"Performance Tips","navPath":"PerformanceTips.html","bundleId":"work-tasks-2023-sp1","id":"af478b4c7-b8d8-4ccf-9c87-f600d2b28222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinWorkTasks.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a177a28f1-cf7a-4798-921f-a557f4deec68","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinWorkTasks.html","title":"Limitations","navPath":"LimitationsinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"af5904716-f74a-4700-98b3-e9b77fd40041","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsandlistsuserguide.html","title":"Forms and Lists User Guide","navPath":"wonderwareskeltabpmformsandlistsuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a4d41db51-af01-4204-acc6-e10db9405f66","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsguide.html","title":"Forms","navPath":"wonderwareskeltabpmformsguide.html","bundleId":"work-tasks-2023-sp1","id":"ac232b753-edab-4ad5-8a0c-c0fcfb547ba3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithforms.html","title":"Get Started with Forms","navPath":"gettingstartedwithforms.html","bundleId":"work-tasks-2023-sp1","id":"acb0bfb0c-74b3-483c-b1f3-a6cd73749615","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/forms_2.html","title":"Access Forms","navPath":"forms_2.html","bundleId":"work-tasks-2023-sp1","id":"ab3f9fd16-2394-4973-bc47-b22028bc3823","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateandOrganizeForms.html","title":"Create and Organize Forms","navPath":"CreateandOrganizeForms.html","bundleId":"work-tasks-2023-sp1","id":"ae49fc783-bf58-4380-bda4-6ab731d7655b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateForms.html","title":"Create Forms","navPath":"CreateForms.html","bundleId":"work-tasks-2023-sp1","id":"a7db0fb64-14f1-4bb7-bebe-3a46446346f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFoldersforForms.html","title":"Create Folders for Forms","navPath":"CreateFoldersforForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b07bc5c-262c-400e-b6f3-e8549db312ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewChildItemsofForms.html","title":"View Child Items of Forms","navPath":"ViewChildItemsofForms.html","bundleId":"work-tasks-2023-sp1","id":"a5f6081ed-4ebe-4d40-ae11-ef9f9565e5f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingforms.html","title":"Organize Forms","navPath":"organizingforms.html","bundleId":"work-tasks-2023-sp1","id":"a6112ecf8-367e-4ace-b409-f4a54dd6dd5b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandSaveForms.html","title":"Import and save Forms","navPath":"ImportandSaveForms.html","bundleId":"work-tasks-2023-sp1","id":"aa01c9006-3085-4feb-be64-2b6054e44dd1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importingforms.html","title":"Import Forms","navPath":"importingforms.html","bundleId":"work-tasks-2023-sp1","id":"ac88ca5ae-98d5-43f1-82f0-d1fe0006b6d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportForms.html","title":"Export Forms","navPath":"ExportForms.html","bundleId":"work-tasks-2023-sp1","id":"a7ef8c390-cabc-4a22-bbfe-ecf5aee3e998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewVersionsofForms.html","title":"View Versions of Forms","navPath":"ViewVersionsofForms.html","bundleId":"work-tasks-2023-sp1","id":"ab3606a53-6302-4ee2-ad63-651af87d21d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandPublishForms.html","title":"Design and publish Forms","navPath":"DesignandPublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a37518f9a-7723-4917-aa8c-a07e541acc3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignForms.html","title":"Design Forms","navPath":"DesignForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b4f1c2f-eef6-432d-992c-6b9a3cc6dc34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditForms.html","title":"Edit Forms","navPath":"EditForms.html","bundleId":"work-tasks-2023-sp1","id":"a98999839-0f1b-4060-af5a-b264634373f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteForms.html","title":"Delete Forms","navPath":"DeleteForms.html","bundleId":"work-tasks-2023-sp1","id":"a204b7034-040b-4807-a5cc-1196450d386b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreviewForms.html","title":"Preview Forms","navPath":"PreviewForms.html","bundleId":"work-tasks-2023-sp1","id":"a78547e24-2792-48b9-91f2-22e07856d2ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms.html","title":"Publish Forms","navPath":"PublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a3fc6f79b-9762-48c3-9aea-a65a6d5f2b92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishForms.html","title":"Unpublish Forms","navPath":"UnpublishForms.html","bundleId":"work-tasks-2023-sp1","id":"adf090849-95c4-4f1e-b3a2-943eb83cf88f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishFolders.html","title":"Publish Folders","navPath":"PublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"adb3c5f1c-d6bb-4f1a-ae10-c2f103f46c9a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishFolders.html","title":"Unpublish Folders","navPath":"UnpublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"ad039447a-8787-4710-b2fe-9ddf82d65c06","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSecureForms.html","title":"Manage and secure Forms","navPath":"ManageandSecureForms.html","bundleId":"work-tasks-2023-sp1","id":"a432f6b55-f2a2-46b6-bb24-42d757747671","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockForms.html","title":"Lock Forms","navPath":"LockForms.html","bundleId":"work-tasks-2023-sp1","id":"afd88f03e-8b36-450a-b92a-9c171ee4025e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnlockForms.html","title":"Unlock Forms","navPath":"UnlockForms.html","bundleId":"work-tasks-2023-sp1","id":"a8fcdd00f-b986-40e8-9df1-4079af5b4bc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingforms.html","title":"Disable Forms","navPath":"disablingforms.html","bundleId":"work-tasks-2023-sp1","id":"ad21b4bcd-cc5c-45c0-b00b-1cab741cbae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableForms.html","title":"Enable Forms","navPath":"EnableForms.html","bundleId":"work-tasks-2023-sp1","id":"aaf760fb1-3ec7-4538-8193-29f095a4e9f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filteringforms.html","title":"Filter Forms","navPath":"filteringforms.html","bundleId":"work-tasks-2023-sp1","id":"ad7b81541-a380-4a6e-b838-7151c823f34e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnershipofForms.html","title":"Change ownership of Forms","navPath":"ChangeOwnershipofForms.html","bundleId":"work-tasks-2023-sp1","id":"a7d113f02-b5e1-49c5-81b5-d012fe51572c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityofforms.html","title":"Set Security of Forms","navPath":"settingsecurityofforms.html","bundleId":"work-tasks-2023-sp1","id":"a7ed7b6b9-1dba-43e9-854a-165075a1b149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPropertiesofForms.html","title":"View Properties of Forms","navPath":"ViewPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a09fdf93b-3af5-46e7-a7b1-0273c74197a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAuditHistoryofForms.html","title":"View Audit History of Forms","navPath":"ViewAuditHistoryofForms.html","bundleId":"work-tasks-2023-sp1","id":"aed057f29-7aa6-4c12-8f2c-0f2d1c2c1772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingformslinks.html","title":"Create Forms Links","navPath":"creatingformslinks.html","bundleId":"work-tasks-2023-sp1","id":"af79f7c11-3eac-493c-8e2c-e8cd7185ccce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dynamiclistforms.html","title":"Dynamic list Forms","navPath":"dynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a1818c4a9-f704-4525-8bff-25c8d0bfde05","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingdynamiclistforms.html","title":"Create dynamic List Forms","navPath":"creatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"ac5c24c2c-9b8c-44d6-9e9e-a3f679aedb25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/validatingdynamiclistforms.html","title":"Validate Dynamic List Forms","navPath":"validatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a64e7bb6b-a0f9-4494-a3b9-b5d80c738147","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateFormstoWorkflows.html","title":"Associate Forms to Workflows","navPath":"AssociateFormstoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a56876be2-9292-4c12-9a22-07fd66d031ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associatingformstoworkflows.html","title":"Associate Forms to Workflows","navPath":"associatingformstoworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac2d07e91-93a4-4e4e-846f-515ad4198513","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BindaFormtotheWorkflow.html","title":"Bind a Form to the Workflow","navPath":"BindaFormtotheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab7e19ec2-cd8b-40a5-ab6e-2382e8b22487","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormXMLMapping.html","title":"Form XML Mapping","navPath":"FormXMLMapping.html","bundleId":"work-tasks-2023-sp1","id":"a71e56b5d-6207-4c22-8450-595a6a14be12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditAssociationoftheAlreadyAssociatedForm.html","title":"Edit Association of the Already Associated Form","navPath":"EditAssociationoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"aeea8bf3e-4531-4d13-801c-e1acf97a0df3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditMappingsoftheAlreadyAssociatedForm.html","title":"Edit Mappings of the Already Associated Form","navPath":"EditMappingsoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"a6fb01a36-65f9-4398-88b7-f2b908f4211f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAssociationofFormswithWorkflows.html","title":"View Association of Forms with Workflows","navPath":"ViewAssociationofFormswithWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"acc9b8eb1-9a49-40e5-9a1f-e050838a27a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DissociateFormsfromWorkflows.html","title":"Dissociate Forms from Workflows","navPath":"DissociateFormsfromWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a50d60ebf-7c49-4b32-a947-c2f603ae6c6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignWorkflowsforAssociatedForms.html","title":"Design Workflows for Associated Forms","navPath":"DesignWorkflowsforAssociatedForms.html","bundleId":"work-tasks-2023-sp1","id":"ab4f051a9-d658-4e17-bfb7-c376dabcea7a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsDesigner.html","title":"Forms Designer","navPath":"FormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a50e1ecd0-69a6-45ad-8677-68ed408a7143","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageForms.html","title":"Manage Forms","navPath":"ManageForms.html","bundleId":"work-tasks-2023-sp1","id":"a114992b9-4e56-4286-80ec-80c7fe490b31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofForms.html","title":"Edit Properties of Forms","navPath":"EditPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a2adb3343-c3b0-4419-b96a-5fd247631014","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/previewingformsinformsdesigner.html","title":"Preview Forms","navPath":"previewingformsinformsdesigner.html","bundleId":"work-tasks-2023-sp1","id":"afd7c297c-6b4c-49ff-ba8c-0e5437c109ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms_1.html","title":"Publish Forms","navPath":"PublishForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a7b03bdd7-105d-4411-a037-9da813b1a0bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/220967.html","title":"List Structure","navPath":"220967.html","bundleId":"work-tasks-2023-sp1","id":"a799ff288-274f-46d4-8779-7be21223c652","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageControls.html","title":"Manage Controls","navPath":"ManageControls.html","bundleId":"work-tasks-2023-sp1","id":"a672dff7e-94d6-40cf-bb66-2aa0ffdcbb37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControls.html","title":"Add Controls","navPath":"AddControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c359367-0034-4295-9658-d01063829b4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls.html","title":"Move Controls","navPath":"MoveControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c38e9b3-06a1-4b13-aaee-4dba8a92eba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CloneControls.html","title":"Clone Controls","navPath":"CloneControls.html","bundleId":"work-tasks-2023-sp1","id":"a6420aea4-4be4-400e-ac33-dc1e53db3638","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls.html","title":"Delete Controls","navPath":"DeleteControls.html","bundleId":"work-tasks-2023-sp1","id":"a701d8781-a959-45c8-80dc-6b925c8d3e9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClearControls.html","title":"Clear Controls","navPath":"ClearControls.html","bundleId":"work-tasks-2023-sp1","id":"ab139807e-2aac-4638-81e9-a827d2b90aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls.html","title":"Replace Controls","navPath":"ReplaceControls.html","bundleId":"work-tasks-2023-sp1","id":"a3446a468-7e97-4417-815a-b70676936aec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditNameofControls.html","title":"Edit Name of Controls","navPath":"EditNameofControls.html","bundleId":"work-tasks-2023-sp1","id":"ac8818bc6-79db-4565-824b-8b9dd0dfa07e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls.html","bundleId":"work-tasks-2023-sp1","id":"af46d3334-0b0d-4997-b5d0-693a7d62e8d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignGuidelines.html","title":"Design Guidelines","navPath":"DesignGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad18bf23a-e772-4c8d-8429-4e683e6796ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customstyles.html","title":"Custom Styles","navPath":"customstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad621322c-2b57-4150-8cff-5322f10e18b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718950.html","title":"Arc","navPath":"718950.html","bundleId":"work-tasks-2023-sp1","id":"a979531cd-7162-4552-a2d2-f641c56eff53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buttoncustomstyles.html","title":"Button","navPath":"buttoncustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a2ae9945b-d27c-4521-aa7f-444d94b1c024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719693.html","title":"Card","navPath":"719693.html","bundleId":"work-tasks-2023-sp1","id":"ab4eae85a-7342-4af7-a241-db29e141d99d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/732886.html","title":"Gantt Chart","navPath":"732886.html","bundleId":"work-tasks-2023-sp1","id":"a588ebf3a-c1ac-49c9-84ac-66d123285708","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/253979.html","title":"Gauge","navPath":"253979.html","bundleId":"work-tasks-2023-sp1","id":"a9a1c7c45-28b2-4fd0-a7c9-d5976d05ab34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formcustomstyles.html","title":"Form","navPath":"formcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a54aa6bfe-b7ac-4939-a675-95218ad641a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformcustomstyles.html","title":"Base Form","navPath":"baseformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a495bda55-a7d1-4b05-9ea8-20bc2359b04f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelformcustomstyles.html","title":"Panel Form","navPath":"panelformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"aac62edfc-6ed6-450a-a7a5-b3e182ef95a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/201636.html","title":"Embed Form","navPath":"201636.html","bundleId":"work-tasks-2023-sp1","id":"acb660e5a-3a2f-4ffa-a192-711f2dc50123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719160.html","title":"Progress Bar","navPath":"719160.html","bundleId":"work-tasks-2023-sp1","id":"a8ed318e1-59e9-45b4-9a65-14d39b7da82b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabscustomstyles.html","title":"Tabs","navPath":"tabscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad2267193-7e56-4b2a-9810-e233f649e829","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/othercontrolscustomstyles.html","title":"Other Controls","navPath":"othercontrolscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a346301e7-d0ad-4ca7-b256-08fdc5c32dc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimits.html","title":"Boundaries and Limits","navPath":"BoundariesandLimits.html","bundleId":"work-tasks-2023-sp1","id":"a231a022d-c8bd-4fef-9dbd-a66ffed322f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TestEnvironment.html","title":"Test Environment","navPath":"TestEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a5a55fc53-9979-427b-a11e-c291ef2771a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimitsbyProperty.html","title":"Boundaries and Limits by Property","navPath":"BoundariesandLimitsbyProperty.html","bundleId":"work-tasks-2023-sp1","id":"ab98ec54d-0684-433b-97cd-7d041266e847","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81448.html","title":"Control Classification","navPath":"81448.html","bundleId":"work-tasks-2023-sp1","id":"a496d45a1-05b0-453d-a231-f6e5b7bfc65d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81449.html","title":"Boundaries and Limits by Control","navPath":"81449.html","bundleId":"work-tasks-2023-sp1","id":"acebc6963-8690-4957-b194-e9ea9b12c450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81450.html","title":"Boundaries and Limits by Form","navPath":"81450.html","bundleId":"work-tasks-2023-sp1","id":"a7e067bfb-91a8-4012-ba30-53c9db5137d3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices_1.html","title":"Best Practices","navPath":"BestPractices_1.html","bundleId":"work-tasks-2023-sp1","id":"af25f7ecd-343d-4109-9f1f-aa1f8ac96fe2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls_1.html","title":"Form Controls","navPath":"FormControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a201c375d-6f1a-4153-b72d-062c49be8bec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Containers.html","title":"Containers","navPath":"Containers.html","bundleId":"work-tasks-2023-sp1","id":"a9b7a0429-96cc-45b3-a570-3b08fab7d328","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/form.html","title":"Form","navPath":"form.html","bundleId":"work-tasks-2023-sp1","id":"abd3bc9a5-88a1-4620-b333-6848f865689c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/324677.html","title":"Action Bar","navPath":"324677.html","bundleId":"work-tasks-2023-sp1","id":"a8fcf52ab-07db-4efb-8234-7e3e9c00ec87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/609518.html","title":"MQTT Topic Configuration","navPath":"609518.html","bundleId":"work-tasks-2023-sp1","id":"ac02d3635-fc24-4c04-ac04-bab0c1f3eaa4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataTypesinMQTTTopicConfiguration.html","title":"Data Types in MQTT Topic Configuration","navPath":"DataTypesinMQTTTopicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a48abf035-8020-471d-bc3c-b8469952c64c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SpecifyJSONPath.html","title":"Specify JSON Path","navPath":"SpecifyJSONPath.html","bundleId":"work-tasks-2023-sp1","id":"af3794367-1ef6-411d-b3f9-b72e053ca293","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseform.html","title":"Base Form","navPath":"baseform.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c90dd-d759-4ccc-9a2d-5cc5848735b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelform.html","title":"Panel Form","navPath":"panelform.html","bundleId":"work-tasks-2023-sp1","id":"a44951dc6-091f-438d-a52a-e758218572e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabs.html","title":"Tabs","navPath":"tabs.html","bundleId":"work-tasks-2023-sp1","id":"adfb6a5f4-bbd7-49e7-8568-2648aa54dd15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Tab.html","title":"Tab","navPath":"Tab.html","bundleId":"work-tasks-2023-sp1","id":"a44332dbf-4d85-423f-9dee-30e75e90e30e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls_1.html","title":"Controls","navPath":"Controls_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a90651d-1d75-4561-80d2-f458069f7afb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Arc.html","title":"Arc","navPath":"Arc.html","bundleId":"work-tasks-2023-sp1","id":"acd9d74ba-7ce1-4a50-880e-115c12240cbf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleArcRendering.html","title":"Example Arc Rendering","navPath":"ExampleArcRendering.html","bundleId":"work-tasks-2023-sp1","id":"a7c93b698-2296-4b01-bcb8-204273b79a57","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachment.html","title":"Attachment","navPath":"attachment.html","bundleId":"work-tasks-2023-sp1","id":"a2e90e84a-cfd9-4a89-8657-f83219d1ae00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/boolean.html","title":"Boolean","navPath":"boolean.html","bundleId":"work-tasks-2023-sp1","id":"a9bef6536-55d5-4a2c-8f21-3df3f6bd563c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/button.html","title":"Button","navPath":"button.html","bundleId":"work-tasks-2023-sp1","id":"ab4553b23-0f5f-42df-ba2e-1a473db18a32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719692.html","title":"Card","navPath":"719692.html","bundleId":"work-tasks-2023-sp1","id":"a1b01075c-011e-468c-9109-23d8b72436c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536292.html","title":"Chart","navPath":"536292.html","bundleId":"work-tasks-2023-sp1","id":"ada607e61-9185-4d55-b9fd-fe7091df9dab","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSourceConfigurationforSankeyChart.html","title":"Lookup Source Configuration for Sankey Chart","navPath":"LookupSourceConfigurationforSankeyChart.html","bundleId":"work-tasks-2023-sp1","id":"a4ddf77de-57fb-4f91-b0ad-c9dff486f5d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/checkbox.html","title":"Check Box","navPath":"checkbox.html","bundleId":"work-tasks-2023-sp1","id":"a1f47ccff-4052-4392-a95e-a1c87dc8f983","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datagrid.html","title":"Data Grid","navPath":"datagrid.html","bundleId":"work-tasks-2023-sp1","id":"a42d95c84-c234-4af2-92f3-6b4be196eb43","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180639.html","title":"Configure Grids","navPath":"180639.html","bundleId":"work-tasks-2023-sp1","id":"ada57b8a4-4a00-4b3f-abf9-fc92e3c862e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/652758.html","title":"Update Grid Configuration for Lookup Modification","navPath":"652758.html","bundleId":"work-tasks-2023-sp1","id":"a8a440f42-0f6e-492c-90b2-9fc013f78007","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180640.html","title":"Highlight Records","navPath":"180640.html","bundleId":"work-tasks-2023-sp1","id":"ae3d8da4f-7262-4486-b00b-3b8af98618a3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datalookup.html","title":"Data Lookup","navPath":"datalookup.html","bundleId":"work-tasks-2023-sp1","id":"a90d318b3-af00-42e9-8e63-eea96b5269f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/date.html","title":"Date","navPath":"date.html","bundleId":"work-tasks-2023-sp1","id":"a76386d0c-f172-4fd6-8a5f-e510af125cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datetime.html","title":"Date Time","navPath":"datetime.html","bundleId":"work-tasks-2023-sp1","id":"ab048709f-a86d-4290-9786-1a767e51aa9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/drop-down.html","title":"Drop-Down","navPath":"drop-down.html","bundleId":"work-tasks-2023-sp1","id":"ae51b3423-1b30-47ee-97b6-e31b76529168","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/email.html","title":"Email","navPath":"email.html","bundleId":"work-tasks-2023-sp1","id":"ada90ec81-6b97-4986-8391-edc246b8161f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199295.html","title":"Embed Form","navPath":"199295.html","bundleId":"work-tasks-2023-sp1","id":"ac5234d47-963b-43e7-aba9-e895c7fcb28c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embedpage.html","title":"Embed Page","navPath":"embedpage.html","bundleId":"work-tasks-2023-sp1","id":"ae53a9084-4bf0-4f19-9df5-8e0299c6918c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetEmbedPageUrlandTriggertheOnDataChangeScript.html","title":"Set Embed Page Url and Trigger the On Data Change Script","navPath":"SetEmbedPageUrlandTriggertheOnDataChangeScript.html","bundleId":"work-tasks-2023-sp1","id":"a6fb2ddbd-3fd1-4388-bc09-8dc851dac1a5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signature.html","title":"E-signature","navPath":"e-signature.html","bundleId":"work-tasks-2023-sp1","id":"adcbd5574-2525-47b2-bc37-4a7f81af8834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartProperties.html","title":"Gantt Chart","navPath":"GanttChartProperties.html","bundleId":"work-tasks-2023-sp1","id":"a8289a0f5-7116-431f-94c5-5107af325376","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleGanttChartRendering.html","title":"Example Gantt Chart Rendering","navPath":"ExampleGanttChartRendering.html","bundleId":"work-tasks-2023-sp1","id":"a720db0a7-96ac-41f1-9345-406d36020030","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252063.html","title":"Gauge","navPath":"252063.html","bundleId":"work-tasks-2023-sp1","id":"a6f44ab38-c625-4528-baa8-4e778bceb523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644117.html","title":"Geolocation","navPath":"644117.html","bundleId":"work-tasks-2023-sp1","id":"aaeb11b03-178a-42e3-849d-d2223f445df0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenField.html","title":"Hidden Field","navPath":"HiddenField.html","bundleId":"work-tasks-2023-sp1","id":"a4d91ea1f-5900-4095-8a8c-c297bc00d0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536289.html","title":"Hierarchical List","navPath":"536289.html","bundleId":"work-tasks-2023-sp1","id":"a6ddc9689-31fc-4974-ab8e-0dfaa2566053","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/hyperlink.html","title":"Hyperlink","navPath":"hyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a78400f88-6710-4c60-9665-ea5bc05fae31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/image.html","title":"Image","navPath":"image.html","bundleId":"work-tasks-2023-sp1","id":"a8ed9e4a5-5162-4ed7-8bd7-4298d097cc83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflow.html","title":"Invoke Workflow","navPath":"invokeworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aff382396-16d2-46b7-aa9c-6007910312d9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteWorkflows.html","title":"Overwrite Workflows","navPath":"OverwriteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a9f9a7523-9184-4b1e-b210-f7bd2c9e5c74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteXMLVariables.html","title":"Overwrite XML Variables","navPath":"OverwriteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a4fb6839d-31c0-412e-8304-87a1fce166ef","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/label.html","title":"Label","navPath":"label.html","bundleId":"work-tasks-2023-sp1","id":"ae808f33c-63f3-47bf-83de-ce038f34a035","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/list.html","title":"List","navPath":"list.html","bundleId":"work-tasks-2023-sp1","id":"a69f4afab-8a41-4085-bedc-34ebe7ae4851","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number.html","title":"Number","navPath":"number.html","bundleId":"work-tasks-2023-sp1","id":"a34182536-f83d-41db-88d5-778abe4fedc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/password.html","title":"Password","navPath":"password.html","bundleId":"work-tasks-2023-sp1","id":"a865861ff-7bf5-4a8f-845e-031477ba99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pop-up.html","title":"Pop-Up","navPath":"pop-up.html","bundleId":"work-tasks-2023-sp1","id":"a71c925a0-ef60-45fe-aebd-ff2be0922c63","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719163.html","title":"Progress Bar","navPath":"719163.html","bundleId":"work-tasks-2023-sp1","id":"a91430a49-3326-4df9-87b9-4faa3c31a1ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleScriptingScenariosandRendering.html","title":"Example Scripting Scenarios and Rendering","navPath":"ExampleScriptingScenariosandRendering.html","bundleId":"work-tasks-2023-sp1","id":"a9a2bd64e-302a-40d3-8b58-7e08f1f6dfa0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleProgressBarRendering.html","title":"Example Progress Bar Rendering","navPath":"ExampleProgressBarRendering.html","bundleId":"work-tasks-2023-sp1","id":"aa4f415f2-6866-483d-95b0-7c662be19d81","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435385.html","title":"QR Code","navPath":"435385.html","bundleId":"work-tasks-2023-sp1","id":"a3e6ec2a9-5fb5-419b-a53a-87b8a9c45de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/radiobutton.html","title":"Radio Button","navPath":"radiobutton.html","bundleId":"work-tasks-2023-sp1","id":"a249452f2-0738-4849-ac27-25bc3e9f5b52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewer.html","title":"Report Viewer","navPath":"reportviewer.html","bundleId":"work-tasks-2023-sp1","id":"a631795e2-e4d1-4304-bf8c-bf559a4a5912","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/437769.html","title":"Report Viewer Configuration","navPath":"437769.html","bundleId":"work-tasks-2023-sp1","id":"a5c477187-3548-4182-bf78-b751837417c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingreports.html","title":"Embed Reports","navPath":"embeddingreports.html","bundleId":"work-tasks-2023-sp1","id":"a803bc65c-406d-4562-95d8-cab0cf93e2b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingpop-upreports.html","title":"Link Pop-up Reports","navPath":"linkingpop-upreports.html","bundleId":"work-tasks-2023-sp1","id":"af193ff5b-9506-4f37-bde3-ab0b3f00dcb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingdownloadablereports.html","title":"Link Downloadable Reports","navPath":"linkingdownloadablereports.html","bundleId":"work-tasks-2023-sp1","id":"adc017387-9847-4ff2-89a9-a10d341beec9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/489816.html","title":"RFID","navPath":"489816.html","bundleId":"work-tasks-2023-sp1","id":"a5bc1e47f-0333-4325-b898-c6a894e5b634","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/198651.html","title":"Rich Text","navPath":"198651.html","bundleId":"work-tasks-2023-sp1","id":"a8aa04154-1c50-499d-a2b6-8572731e213a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolelookup.html","title":"Role Lookup","navPath":"rolelookup.html","bundleId":"work-tasks-2023-sp1","id":"a0710cd4d-70dd-4a10-adb6-3df84d78f843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/614604.html","title":"Signature","navPath":"614604.html","bundleId":"work-tasks-2023-sp1","id":"a2e78b5a2-49ee-419b-bb95-0c63c4b9c995","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number_1.html","title":"Slider","navPath":"number_1.html","bundleId":"work-tasks-2023-sp1","id":"ac1934253-0c6b-4f45-bb5d-8c33bd98990c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/text.html","title":"Text","navPath":"text.html","bundleId":"work-tasks-2023-sp1","id":"a8c2e2ae8-368a-465e-9fbd-111d98d500b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/time.html","title":"Time","navPath":"time.html","bundleId":"work-tasks-2023-sp1","id":"a2a4e4db7-482f-4c86-b677-84f2ce238906","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/230651.html","title":"Tree","navPath":"230651.html","bundleId":"work-tasks-2023-sp1","id":"a86c42515-6160-479d-a21c-4959a22832ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userlookup.html","title":"User Lookup","navPath":"userlookup.html","bundleId":"work-tasks-2023-sp1","id":"ae436d009-1a27-40ba-80a0-be34b2f21874","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/826789.html","title":"Widget","navPath":"826789.html","bundleId":"work-tasks-2023-sp1","id":"ade3a8c96-4603-49f8-a29a-2dce3bf8aeea","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902485.html","title":"Dynamic Widget Properties and Events","navPath":"902485.html","bundleId":"work-tasks-2023-sp1","id":"a433aba59-6149-40b9-82d7-946eeda34e2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902497.html","title":"Add or Edit a Dynamic Property or Event","navPath":"902497.html","bundleId":"work-tasks-2023-sp1","id":"a09966e34-9444-4e1a-a169-a8c1bc42f28f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855752.html","title":"Grid Widget","navPath":"855752.html","bundleId":"work-tasks-2023-sp1","id":"af05cdb2f-afea-40c7-b62f-88312bd3ccad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093483.html","title":"Grid Widget Properties Usage","navPath":"1093483.html","bundleId":"work-tasks-2023-sp1","id":"ab25d2768-32c2-4c08-a840-3e07330243ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903237.html","title":"Grid Widget Event","navPath":"903237.html","bundleId":"work-tasks-2023-sp1","id":"a302af65a-1f1f-4151-a215-b75587391e0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903242.html","title":"On Cell Change","navPath":"903242.html","bundleId":"work-tasks-2023-sp1","id":"a4d0d6148-e098-4cba-bee2-11e2466da47d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/917567.html","title":"On Initialize","navPath":"917567.html","bundleId":"work-tasks-2023-sp1","id":"ac9084f6f-2948-4689-9a3e-116ec478b97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093482.html","title":"On Row Selection","navPath":"1093482.html","bundleId":"work-tasks-2023-sp1","id":"ad96c9386-a19c-416d-abeb-365b7f6b535a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/858794.html","title":"Configure the Grid Widget","navPath":"858794.html","bundleId":"work-tasks-2023-sp1","id":"a0c4c2376-91c3-4720-81be-b365690daf37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860015.html","title":"Pass Data to or from the Widget","navPath":"860015.html","bundleId":"work-tasks-2023-sp1","id":"a5681a57a-d92a-42bb-b9d6-2bbd0b8d49c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869728.html","title":"Define Data Columns","navPath":"869728.html","bundleId":"work-tasks-2023-sp1","id":"a009b7099-abb7-4e58-91f0-6b19cd0d2726","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869729.html","title":"Clear Data Filters","navPath":"869729.html","bundleId":"work-tasks-2023-sp1","id":"aca5a6920-49fb-47e6-9faf-22dad2c5238a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869731.html","title":"Reset Grid Data Sort Order Setting","navPath":"869731.html","bundleId":"work-tasks-2023-sp1","id":"a88d100a2-382c-462c-a3aa-d6c12f6d9d7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869732.html","title":"Validate Data","navPath":"869732.html","bundleId":"work-tasks-2023-sp1","id":"aeac82f73-cb47-450c-a1bf-c8a79667110d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860016.html","title":"Grid Widget Configurable Parameters","navPath":"860016.html","bundleId":"work-tasks-2023-sp1","id":"aadc12c92-091c-4173-b9ec-2fc024536ab7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877810.html","title":"Modify Grid Widget Title","navPath":"877810.html","bundleId":"work-tasks-2023-sp1","id":"a52dc3eb5-9d3d-46e2-86fe-529c0e4cdf0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869895.html","title":"Modify Column Width and Column Headers","navPath":"869895.html","bundleId":"work-tasks-2023-sp1","id":"a9dee9f16-7636-467c-81de-2b46b4807110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869898.html","title":"Set Number of Records to Display in a Grid Page","navPath":"869898.html","bundleId":"work-tasks-2023-sp1","id":"a2b77e774-ad09-4f6c-884f-9bb3df5ab3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869909.html","title":"Configure Cell Datatypes and Input Field","navPath":"869909.html","bundleId":"work-tasks-2023-sp1","id":"a2777b038-930c-40e2-9410-8c2473940d6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876387.html","title":"Configure Column Background Color","navPath":"876387.html","bundleId":"work-tasks-2023-sp1","id":"aa5e8649a-3d91-4af0-8fc3-560e3fe93fbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876830.html","title":"Add Column-value Tooltip","navPath":"876830.html","bundleId":"work-tasks-2023-sp1","id":"a5096cb28-7e33-475d-9129-3ffcfdf5af7c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876835.html","title":"Grid widget UI controls","navPath":"876835.html","bundleId":"work-tasks-2023-sp1","id":"a7728fdfc-8f8c-4230-a5ea-708f1730bd6f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876832.html","title":"Add Progress Bar in Grid Column","navPath":"876832.html","bundleId":"work-tasks-2023-sp1","id":"afa049062-42fd-4d7f-a528-bf833f63f2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876834.html","title":"Add Datetime Picker","navPath":"876834.html","bundleId":"work-tasks-2023-sp1","id":"ab01a631b-2441-47c7-a3e4-0f1dd54f8fe4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876837.html","title":"Add Drop-down List","navPath":"876837.html","bundleId":"work-tasks-2023-sp1","id":"abd74153b-1bb9-49bd-9bba-d70acbe52c4f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860017.html","title":"Sort, Filter, and Reorder","navPath":"860017.html","bundleId":"work-tasks-2023-sp1","id":"a7226d970-1949-4ee8-abc3-be0386389e2b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869733.html","title":"Change Default Sorting Behavior","navPath":"869733.html","bundleId":"work-tasks-2023-sp1","id":"aa762ffed-c4c5-414b-bd5e-570b56292d33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/879965.html","title":"Filter Data through Scripting","navPath":"879965.html","bundleId":"work-tasks-2023-sp1","id":"a7754ab49-276d-4a7c-974c-4b154a9295e3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877839.html","title":"Column Data Alignment","navPath":"877839.html","bundleId":"work-tasks-2023-sp1","id":"aaf612e5b-a6e8-4ecb-aa7e-d97349a85c02","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855776.html","title":"Hierarchy Selector Widget","navPath":"855776.html","bundleId":"work-tasks-2023-sp1","id":"a71ff368d-ae12-4b81-9e0c-817cf1d489b5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/872741.html","title":"Hierarchy Selector Widget Properties Usage","navPath":"872741.html","bundleId":"work-tasks-2023-sp1","id":"aef16e252-58b6-4339-8c08-3afc63e662cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903458.html","title":"Hierarchy Selector Events","navPath":"903458.html","bundleId":"work-tasks-2023-sp1","id":"ae24365fa-b9c6-414c-9ac9-af6dfa6252d8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903243.html","title":"On Initialize","navPath":"903243.html","bundleId":"work-tasks-2023-sp1","id":"a50ce0e43-ce33-4045-a8c5-2a87391d4a41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/915579.html","title":"On Selection Change","navPath":"915579.html","bundleId":"work-tasks-2023-sp1","id":"a056f30ef-9cc2-474c-8231-87124e5847f4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/859853.html","title":"Configure Hierarchy Selector Widget","navPath":"859853.html","bundleId":"work-tasks-2023-sp1","id":"a851d01c5-f4c4-4308-8962-86d8653137cf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/863435.html","title":"Pass Data to and from Widget","navPath":"863435.html","bundleId":"work-tasks-2023-sp1","id":"a33cda13e-1a07-44f4-9b80-9be0bdf76f77","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869735.html","title":"Load Hierarchical Dataset","navPath":"869735.html","bundleId":"work-tasks-2023-sp1","id":"a42cba02c-9930-4387-9583-8de9ec438ca9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/885338.html","title":"Override the Hierarchy Selector's Default Behavior for Selected Child Node","navPath":"885338.html","bundleId":"work-tasks-2023-sp1","id":"afea65ab8-5343-41ba-bed2-8b95ce0b2a12","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869736.html","title":"Modify Widget Title, Header, and Captions","navPath":"869736.html","bundleId":"work-tasks-2023-sp1","id":"a55829891-dcdc-4e49-8eac-8a85e7c8bd15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869737.html","title":"Set Color for Parent Node","navPath":"869737.html","bundleId":"work-tasks-2023-sp1","id":"a7880db35-d2f9-49f4-b1ee-17ff5f11b4ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869738.html","title":"Set Color for Child Node","navPath":"869738.html","bundleId":"work-tasks-2023-sp1","id":"a9b57e5ac-deec-48f7-816f-c1374c8000bb","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/868368.html","title":"Localize Widgets","navPath":"868368.html","bundleId":"work-tasks-2023-sp1","id":"a968337d1-3423-4f29-8c73-358956d802da","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/870059.html","title":"Example localization text file","navPath":"870059.html","bundleId":"work-tasks-2023-sp1","id":"a987c2c80-67d4-4acf-bf60-6e239260e88b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/920100.html","title":"Configure Communication between Widget Control and Form","navPath":"920100.html","bundleId":"work-tasks-2023-sp1","id":"a473cd473-cf8c-4994-9dcc-bb09a51d62c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcontrols.html","title":"Custom Controls","navPath":"customcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ae2173cb2-afd8-464b-b213-a029dd81c5ec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcontrols.html","title":"Create Custom Controls","navPath":"creatingcustomcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a3fbf361a-b2e3-4ce2-a601-4b1bc46175f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/extendingexistingcontrols.html","title":"Extend Existing Controls","navPath":"extendingexistingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a2737d472-59be-40f3-a2eb-0e0fdf912f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customproperties.html","title":"Custom Properties","navPath":"customproperties.html","bundleId":"work-tasks-2023-sp1","id":"a4e4d5f87-5d47-4484-af39-c0e126ace00f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attributingproperties.html","title":"Attributing Properties","navPath":"attributingproperties.html","bundleId":"work-tasks-2023-sp1","id":"a5abd747d-d526-4ef7-b6e4-6091364a8b07","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/propertyindex.html","title":"Property Index","navPath":"propertyindex.html","bundleId":"work-tasks-2023-sp1","id":"a4292642d-610e-44f9-ba79-a31809d6a4d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomproperties.html","title":"Create Custom Properties","navPath":"creatingcustomproperties.html","bundleId":"work-tasks-2023-sp1","id":"a96a56339-ec84-4992-a7cd-e07c4d480956","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189993.html","title":"IControlProperty","navPath":"189993.html","bundleId":"work-tasks-2023-sp1","id":"a214dee0a-a0d7-4c33-905b-7b67a0119458","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/custombindings.html","title":"Custom Bindings","navPath":"custombindings.html","bundleId":"work-tasks-2023-sp1","id":"a6d50d77f-88a8-4362-8faf-58f6bbb79ce8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ibindingproperty.html","title":"IBindingProperty","navPath":"ibindingproperty.html","bundleId":"work-tasks-2023-sp1","id":"abcc9d34b-8c5d-4c8f-ba6c-f2c45dc9f034","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rulescustom.html","title":"Rules","navPath":"rulescustom.html","bundleId":"work-tasks-2023-sp1","id":"aed91c7e8-7e9e-47e8-9410-7bf6cf617d61","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/definingrules.html","title":"Define Rules","navPath":"definingrules.html","bundleId":"work-tasks-2023-sp1","id":"a56ffef63-d3cb-4be2-8411-d774598134a1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/referencingcustom.html","title":"Reference External CSS and JS Files","navPath":"referencingcustom.html","bundleId":"work-tasks-2023-sp1","id":"a7ae6a9d8-cce7-4757-b4d9-cb716614c561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizationcustom.html","title":"Localization","navPath":"localizationcustom.html","bundleId":"work-tasks-2023-sp1","id":"a17ddf634-0c61-47cd-8f7b-5ceab71238ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcategories.html","title":"Custom Categories","navPath":"customcategories.html","bundleId":"work-tasks-2023-sp1","id":"a69e53080-fad2-4127-abd2-35aef9bd5b4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcategories.html","title":"Create Custom Categories","navPath":"creatingcustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"a25b35faa-26e8-42aa-a65c-8cb60ed9731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsincustomcategories.html","title":"Add Custom Controls in Custom Categories","navPath":"addingcustomcontrolsincustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"aa2c29b15-5ee6-41f2-abda-24e4e293f3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsinthecontrolscategory.html","title":"Add Custom Controls in the Controls Category","navPath":"addingcustomcontrolsinthecontrolscategory.html","bundleId":"work-tasks-2023-sp1","id":"aeb424396-1a43-4ebe-b85f-014ac0e90c7b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295134.html","title":"Organize Form Controls","navPath":"295134.html","bundleId":"work-tasks-2023-sp1","id":"a902d09a4-e74b-4145-918b-9bcb7082768d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplemaskedinputcontrol.html","title":"Example: Masked Input Control","navPath":"examplemaskedinputcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a35e2b0c6-f779-4e42-bbc5-d18082ebb0e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputsfcontrolscs.html","title":"SFControl​.cs","navPath":"maskedinputsfcontrolscs.html","bundleId":"work-tasks-2023-sp1","id":"a1a6963e3-2429-44c1-b33f-426508cfdaed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputmycustomcs.html","title":"MaskedInput​.cs","navPath":"maskedinputmycustomcs.html","bundleId":"work-tasks-2023-sp1","id":"a75829226-e7ae-47a0-b427-ea5113a59ee8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltamaskedinputjs.html","title":"skelta​.maskedinput​.js","navPath":"skeltamaskedinputjs.html","bundleId":"work-tasks-2023-sp1","id":"a488c3696-b53a-40f4-a3d4-4269929bca18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295366.html","title":"Add Masked Input Property for Check Syntax Validation","navPath":"295366.html","bundleId":"work-tasks-2023-sp1","id":"a1d6aaab7-4d8a-4fd6-a4f2-8bc5b1193443","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188411.html","title":"Custom Controls with Kendo UI","navPath":"188411.html","bundleId":"work-tasks-2023-sp1","id":"a44f81021-7388-4eb7-be6d-cf2952a39e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188412.html","title":"Create Custom Controls with Kendo UI","navPath":"188412.html","bundleId":"work-tasks-2023-sp1","id":"adb3b09ae-2577-4e9c-b780-620e325b4824","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188413.html","title":"Create Knockout Bindings for Kendo UI","navPath":"188413.html","bundleId":"work-tasks-2023-sp1","id":"a6e13d8b2-25aa-4218-b763-e646bb12bbc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188640.html","title":"Knockout Bindings for Kendo UI","navPath":"188640.html","bundleId":"work-tasks-2023-sp1","id":"a5ddf53b0-1a8d-451a-8fa7-3af813383abb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188806.html","title":"Example: Barchart Control","navPath":"188806.html","bundleId":"work-tasks-2023-sp1","id":"a792152a9-dbcf-4b2c-947f-71132a4db200","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299.html","title":"SFControl​.cs","navPath":"262299.html","bundleId":"work-tasks-2023-sp1","id":"acefb05f3-3c8d-4ca5-a103-d6262dff4632","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188808.html","title":"BarChart​.cs","navPath":"188808.html","bundleId":"work-tasks-2023-sp1","id":"a99a93241-6fb6-4b4e-b45c-3d2873196998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188815.html","title":"BarChartBindingProperty​.cs","navPath":"188815.html","bundleId":"work-tasks-2023-sp1","id":"a0ba40cdf-ba81-46b7-8864-77c892454eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262301.html","title":"knockout-kendo​.kendochart​.js","navPath":"262301.html","bundleId":"work-tasks-2023-sp1","id":"abb60e5f0-db85-484e-9de2-1e7bac8f57c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262302.html","title":"corp​.customcontrol​.barchart​.js","navPath":"262302.html","bundleId":"work-tasks-2023-sp1","id":"a28da1015-7ef0-4f51-adbc-8c3059a729e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295368.html","title":"Add Barchart Properties for Check Syntax Validation","navPath":"295368.html","bundleId":"work-tasks-2023-sp1","id":"a25fef3e4-164a-4c91-a4b5-5341fb651b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190589.html","title":"Example: RichTextBox Control","navPath":"190589.html","bundleId":"work-tasks-2023-sp1","id":"ab48bcd5a-7f18-410d-a07e-187656f5d71e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299_1.html","title":"SFControl​.cs","navPath":"262299_1.html","bundleId":"work-tasks-2023-sp1","id":"a80d159c7-da7e-4fb3-8384-f4dc73583cc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190592.html","title":"RichTextBox​.cs","navPath":"190592.html","bundleId":"work-tasks-2023-sp1","id":"a7a2bb3f8-8d64-4d6e-bbb6-02218fb5bd99","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190595.html","title":"knockout-kendo​.editor​.js","navPath":"190595.html","bundleId":"work-tasks-2023-sp1","id":"a6bc5330a-bf55-4b3b-8a8c-38689cec746b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190596.html","title":"richtextbox​.js","navPath":"190596.html","bundleId":"work-tasks-2023-sp1","id":"a7f6e8a50-0ab9-4247-a6f2-ce7cc59d497e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555182.html","title":"Custom Controls with Angular 12","navPath":"555182.html","bundleId":"work-tasks-2023-sp1","id":"a2107ed1f-f066-4a34-b3a6-9b4e52c0c769","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555183.html","title":"Create Custom Controls with Angular 12","navPath":"555183.html","bundleId":"work-tasks-2023-sp1","id":"a50d24f3f-ee95-4331-9774-c49c42084735","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190538.html","title":"Custom Controls with Custom Properties","navPath":"190538.html","bundleId":"work-tasks-2023-sp1","id":"a20ce88b2-6153-4c5f-8ffd-c69231ebc74d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190699.html","title":"Example: PropertyLookup Control","navPath":"190699.html","bundleId":"work-tasks-2023-sp1","id":"af20774d6-5aea-418a-827d-f7f9b88bbd92","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190694.html","title":"SFControl​.cs","navPath":"190694.html","bundleId":"work-tasks-2023-sp1","id":"a8786c070-6cfa-4730-a709-f2ae5597fcf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190695.html","title":"PropertyLookup​.cs","navPath":"190695.html","bundleId":"work-tasks-2023-sp1","id":"a9eaf01b9-833c-4319-810e-905ef48b9da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190696.html","title":"PropertyLookup​.js","navPath":"190696.html","bundleId":"work-tasks-2023-sp1","id":"a37567bbc-0b0f-4859-a11d-84a4dfb0d633","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190698.html","title":"PropertyLookup​.css","navPath":"190698.html","bundleId":"work-tasks-2023-sp1","id":"aca5d548a-b54b-4a01-a116-478e86f58c3e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190705.html","title":"Example: Autocomplete Control","navPath":"190705.html","bundleId":"work-tasks-2023-sp1","id":"a9830c03b-43cc-4bbd-9b60-a06467a0ec44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190706.html","title":"SFControl​.cs","navPath":"190706.html","bundleId":"work-tasks-2023-sp1","id":"a59d4c3e6-3cf4-4c5d-9de0-58630dce3b4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190707.html","title":"Autocomplete​.cs","navPath":"190707.html","bundleId":"work-tasks-2023-sp1","id":"a7b5c5d7c-f488-4af7-b071-befaf4997e47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190714.html","title":"GridProperty​.cs","navPath":"190714.html","bundleId":"work-tasks-2023-sp1","id":"a4018c3e0-1acc-4e51-a8ec-5844d5de45f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190715.html","title":"PopupProperty​.cs","navPath":"190715.html","bundleId":"work-tasks-2023-sp1","id":"a92b0ec44-2edd-4f5a-846c-82ff344ceafd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190710.html","title":"Autocomplete​.js","navPath":"190710.html","bundleId":"work-tasks-2023-sp1","id":"ac20fa403-83aa-483a-9245-718f953b6d3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190712.html","title":"knockout-kendo​.autocompletebinding​.js","navPath":"190712.html","bundleId":"work-tasks-2023-sp1","id":"a64cdb11b-139c-4de9-8133-fd094ba9d481","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190713.html","title":"BaseFormWithValidationScript​.xml","navPath":"190713.html","bundleId":"work-tasks-2023-sp1","id":"a9b45a9ba-3e6a-416e-884f-69e63ff30bf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/191052.html","title":"PropertyLookup​.htm","navPath":"191052.html","bundleId":"work-tasks-2023-sp1","id":"afacedca2-acde-4252-a8dc-d81d5a121a15","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202165.html","title":"Custom Control with Standard Properties","navPath":"202165.html","bundleId":"work-tasks-2023-sp1","id":"a5f8de4ef-ff0b-4e27-a5e8-75fcc15037db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202426.html","title":"Example: TreeView Control","navPath":"202426.html","bundleId":"work-tasks-2023-sp1","id":"a895feaca-ef9f-430f-85f4-08bd287354a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202427.html","title":"SFControl​.cs","navPath":"202427.html","bundleId":"work-tasks-2023-sp1","id":"a64d96ae7-d4f7-4462-9010-0b4c020cf0ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202428.html","title":"TreeView​.cs","navPath":"202428.html","bundleId":"work-tasks-2023-sp1","id":"a7296694b-6eb2-4c4b-a3b5-709ec8fbe31d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202429.html","title":"TreeViewBinding​.cs","navPath":"202429.html","bundleId":"work-tasks-2023-sp1","id":"ab0a228d7-668f-48cc-ae9e-a45229817672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202430.html","title":"corp​.customControls​.treeView​.js","navPath":"202430.html","bundleId":"work-tasks-2023-sp1","id":"af6611fcb-ec95-4b34-a849-6b54f8e2bcdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202431.html","title":"kendo​.treeview​.js","navPath":"202431.html","bundleId":"work-tasks-2023-sp1","id":"a7c0684c9-ff30-464e-b999-783edce9f7b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202432.html","title":"knockout-kendo​.treeview​.js","navPath":"202432.html","bundleId":"work-tasks-2023-sp1","id":"a71ec1f18-98d7-42e0-ab2c-0683c5a0eb85","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295001.html","title":"Add Custom Control Members as White List for Check syntax validations","navPath":"295001.html","bundleId":"work-tasks-2023-sp1","id":"a472a650f-9964-4e3e-90d6-67947698b8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultValues.html","title":"Default Values","navPath":"DefaultValues.html","bundleId":"work-tasks-2023-sp1","id":"af9abd76f-37b2-4a3f-94d2-5366a91447c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidationofValues.html","title":"Validation of Values","navPath":"ValidationofValues.html","bundleId":"work-tasks-2023-sp1","id":"ae1fde206-3367-4216-b720-c924e7e37620","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/layouts.html","title":"Form Layouts","navPath":"layouts.html","bundleId":"work-tasks-2023-sp1","id":"aaf2ea2fa-bfdc-4210-8dde-84aa39057a48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designingformlayouts.html","title":"Design Form Layouts","navPath":"designingformlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a3a50344c-b41c-492d-aed9-e7275103e28a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplesaleregistrationform.html","title":"Example: Sale Registration Form","navPath":"examplesaleregistrationform.html","bundleId":"work-tasks-2023-sp1","id":"ae88e3d7d-e653-4f47-8132-62e8875c1531","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190453.html","title":"Forms in Custom Pages","navPath":"190453.html","bundleId":"work-tasks-2023-sp1","id":"ad4bcb0bb-a66f-4570-b4f5-db8d47c239a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190455.html","title":"Load Single Form","navPath":"190455.html","bundleId":"work-tasks-2023-sp1","id":"a547cb497-d48a-4302-9851-329cac4949cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190456.html","title":"Single Form Custom Page Template","navPath":"190456.html","bundleId":"work-tasks-2023-sp1","id":"a1682d639-f76e-46af-8187-7f8b7af054f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localization_1.html","title":"Localization","navPath":"localization_1.html","bundleId":"work-tasks-2023-sp1","id":"ace2317db-c30d-42ff-aa11-6533c0f190a3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingforms.html","title":"Localize Forms","navPath":"localizingforms.html","bundleId":"work-tasks-2023-sp1","id":"aef9a34bf-a86f-4b75-9ab4-551269bab5f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingcontrolnames.html","title":"Localize Control Names and Descriptions","navPath":"localizingcontrolnames.html","bundleId":"work-tasks-2023-sp1","id":"a73564500-0340-4343-9493-fcc29c2f3a0d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingstandardvalidationmessages.html","title":"Localize Standard Validation Messages","navPath":"localizingstandardvalidationmessages.html","bundleId":"work-tasks-2023-sp1","id":"a1dc9cf0a-b76f-436a-ab5b-2c33e5b3a71d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingmessagesinvalidationscripts.html","title":"Localize Messages in Validation Scripts","navPath":"localizingmessagesinvalidationscripts.html","bundleId":"work-tasks-2023-sp1","id":"a3b3f51ec-7079-4c75-91ee-f7b917196e48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/517766.html","title":"Localize Column Names in Data Grid","navPath":"517766.html","bundleId":"work-tasks-2023-sp1","id":"afe160a75-aaec-4ba9-b9b1-370d88e9af2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberanddateformats.html","title":"Number and Date Formats","navPath":"numberanddateformats.html","bundleId":"work-tasks-2023-sp1","id":"a32d6db62-9493-4ea2-98a2-6eb288086469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberformats.html","title":"Number Formats","navPath":"numberformats.html","bundleId":"work-tasks-2023-sp1","id":"a0ec7d95d-561d-4432-b642-c51c8edd5efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dateandtimeformats.html","title":"Date and Time Formats","navPath":"dateandtimeformats.html","bundleId":"work-tasks-2023-sp1","id":"abc560300-78ab-48e6-a460-ad54dcf2447d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scripts.html","title":"Form Scripts","navPath":"scripts.html","bundleId":"work-tasks-2023-sp1","id":"ab0965f6d-0e55-42af-bf6c-353a0a0ecc0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Framework.html","title":"Framework","navPath":"Framework.html","bundleId":"work-tasks-2023-sp1","id":"a23816853-01cd-4944-8ef8-4f61cfb53a96","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JavaScript.html","title":"JavaScript","navPath":"JavaScript.html","bundleId":"work-tasks-2023-sp1","id":"abf2c8678-1353-4f0a-a95e-a70b51e5f372","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73293.html","title":"Script Editor","navPath":"73293.html","bundleId":"work-tasks-2023-sp1","id":"a24bb6e88-22db-4796-bc4f-98a8ef3a0c53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateScripts.html","title":"Validate Scripts","navPath":"ValidateScripts.html","bundleId":"work-tasks-2023-sp1","id":"aa9446cb7-5c2e-4a0c-92c2-0f25a8db2133","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soathroughscripts.html","title":"SOA through Scripts","navPath":"soathroughscripts.html","bundleId":"work-tasks-2023-sp1","id":"ac5b8ffe5-7101-4c1c-ad8d-c17c382531cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Guidelines.html","title":"Guidelines","navPath":"Guidelines.html","bundleId":"work-tasks-2023-sp1","id":"a6d11d79b-0e8c-4990-bc18-3726bd5e43e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PropertiesandEvents.html","title":"Properties and Events","navPath":"PropertiesandEvents.html","bundleId":"work-tasks-2023-sp1","id":"a673575fe-b388-4f46-a5d4-a464e45743ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Enable.html","title":"Enable","navPath":"Enable.html","bundleId":"work-tasks-2023-sp1","id":"a9b0d16d0-1d3e-43b3-97b0-596a7402a56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Visible.html","title":"Visible","navPath":"Visible.html","bundleId":"work-tasks-2023-sp1","id":"af0b8486e-c771-41c6-a36c-2bb97a17825c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReadOnly.html","title":"Read-Only","navPath":"ReadOnly.html","bundleId":"work-tasks-2023-sp1","id":"aee7d2409-5b2b-4af9-a162-01b17552ada4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mandatory.html","title":"Mandatory","navPath":"Mandatory.html","bundleId":"work-tasks-2023-sp1","id":"a6cfba6a9-d83a-40e0-843c-1f2f95702d19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Validate.html","title":"Validate","navPath":"Validate.html","bundleId":"work-tasks-2023-sp1","id":"a24f8c472-6ca2-400a-a8d2-b8965bf4b18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/options.html","title":"Options","navPath":"options.html","bundleId":"work-tasks-2023-sp1","id":"a5fc376fe-fe6f-4971-9120-e019de5b9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Behavior.html","title":"Behavior","navPath":"Behavior.html","bundleId":"work-tasks-2023-sp1","id":"a662aff08-c2ae-4414-894d-28c556228fec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingextendedinformation.html","title":"Extended Information","navPath":"accessingextendedinformation.html","bundleId":"work-tasks-2023-sp1","id":"a523334e5-ca8d-42ee-b724-fd6c6d42bc78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/onclick.html","title":"On Click","navPath":"onclick.html","bundleId":"work-tasks-2023-sp1","id":"a1dd8f6db-60bc-4877-9a02-d70f4da42d0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataBound.html","title":"On Data Bound","navPath":"OnDataBound.html","bundleId":"work-tasks-2023-sp1","id":"a406b9a38-741c-4840-9697-0f72f811618c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataChange.html","title":"On Data Change","navPath":"OnDataChange.html","bundleId":"work-tasks-2023-sp1","id":"a5e379efb-1fab-43ea-acb1-51c3629c4c1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnFormLoad.html","title":"On Form Load","navPath":"OnFormLoad.html","bundleId":"work-tasks-2023-sp1","id":"a053eb07b-ab76-466c-9380-b1620958819b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordAdd.html","title":"On Record Add","navPath":"OnRecordAdd.html","bundleId":"work-tasks-2023-sp1","id":"a917a1c31-3751-4611-a48f-fd9d904d5b1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordDelete.html","title":"On Record Delete","navPath":"OnRecordDelete.html","bundleId":"work-tasks-2023-sp1","id":"a1d01c0b3-5d25-4e5d-97d1-5b2c1f481968","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnSelectionChange.html","title":"On Selection Change","navPath":"OnSelectionChange.html","bundleId":"work-tasks-2023-sp1","id":"aa4a03b7b-b945-4492-bbbd-a69f06c5ed5e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTabIndexChange.html","title":"On Tab Index Change","navPath":"OnTabIndexChange.html","bundleId":"work-tasks-2023-sp1","id":"a36eba1fb-db22-4df4-924d-4f97cd9cb920","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCheckChange.html","title":"On Check Change","navPath":"OnCheckChange.html","bundleId":"work-tasks-2023-sp1","id":"a95be1fe6-6e86-481e-91ab-c6a714295247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252067.html","title":"On Initialize","navPath":"252067.html","bundleId":"work-tasks-2023-sp1","id":"a0cad9e4f-d52a-4cac-9b1c-97afa5de5c51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RecordVisible.html","title":"Record Visible","navPath":"RecordVisible.html","bundleId":"work-tasks-2023-sp1","id":"a69a71c07-6055-4ea6-92fd-39a8732be427","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RangeColor.html","title":"Range Color","navPath":"RangeColor.html","bundleId":"work-tasks-2023-sp1","id":"aadc7df27-561f-40ff-8c1e-2af804dceb50","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContainersScript.html","title":"Containers","navPath":"ContainersScript.html","bundleId":"work-tasks-2023-sp1","id":"a173d0ffa-36ba-4222-bfe5-00d711c2ed7c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformscriptguidelines.html","title":"Base Form","navPath":"baseformscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aff985446-0dfd-4289-840c-9ecf85f92865","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PanelFormScript.html","title":"Panel Form","navPath":"PanelFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a806b1401-3ac1-4317-b70d-2dd966e70a8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionBarScript.html","title":"Action Bar","navPath":"ActionBarScript.html","bundleId":"work-tasks-2023-sp1","id":"a8859f11d-c302-400c-9a26-ebd0f7b77e29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabsScript.html","title":"Tabs","navPath":"TabsScript.html","bundleId":"work-tasks-2023-sp1","id":"a7f8f2d9d-20a0-4609-8f0b-bb1b49306e30","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabScript.html","title":"Tab","navPath":"TabScript.html","bundleId":"work-tasks-2023-sp1","id":"adfe7ac43-c535-4920-914f-356c38fc0082","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlsScripts.html","title":"Controls","navPath":"ControlsScripts.html","bundleId":"work-tasks-2023-sp1","id":"abbe351b8-8faa-4d02-80fd-2a0f17dbbca9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArcScripting.html","title":"Arc","navPath":"ArcScripting.html","bundleId":"work-tasks-2023-sp1","id":"a2c9f6493-98d2-4fea-91ac-9731f7f1df21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachmentscriptguidelines.html","title":"Attachment","navPath":"attachmentscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad85a9940-8b58-4cea-8007-8547774cfd7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanScript.html","title":"Boolean","navPath":"BooleanScript.html","bundleId":"work-tasks-2023-sp1","id":"a61f57124-bd8b-46ac-914b-8d405187b3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ButtonScript.html","title":"Button","navPath":"ButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"add3c0abf-3869-4a06-8083-fb50d4412c4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719691.html","title":"Card","navPath":"719691.html","bundleId":"work-tasks-2023-sp1","id":"a6c0bb2d2-035a-4690-a144-87b5c3a6bd27","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718901.html","title":"Example Scripting Scenarios and Rendering","navPath":"718901.html","bundleId":"work-tasks-2023-sp1","id":"af021cb5e-c010-43a5-8209-84587a6b9203","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/701201.html","title":"Scripting Scenarios","navPath":"701201.html","bundleId":"work-tasks-2023-sp1","id":"a3aebda6f-b56c-40f2-aa27-91a40d40fe6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/705389.html","title":"Example Card Control Rendering","navPath":"705389.html","bundleId":"work-tasks-2023-sp1","id":"a1e1e8bc5-a04d-4d57-b7c4-c15c1c6972f3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536293.html","title":"Chart","navPath":"536293.html","bundleId":"work-tasks-2023-sp1","id":"a779eb158-8be4-46f2-a345-886cfb025b72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckBox_1.html","title":"Check Box","navPath":"CheckBox_1.html","bundleId":"work-tasks-2023-sp1","id":"ad59a63f6-68b3-4fa9-9004-c341ff1c4d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataGrid_1.html","title":"Data Grid","navPath":"DataGrid_1.html","bundleId":"work-tasks-2023-sp1","id":"a0be95846-3ca4-445f-817d-b93fdb6d16ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataLookup_1.html","title":"Data Lookup","navPath":"DataLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a92d16e-ea2e-43f7-88fb-a65012adb9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateScript.html","title":"Date","navPath":"DateScript.html","bundleId":"work-tasks-2023-sp1","id":"a50d50d5e-40b8-4018-b810-8f504ba07988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeScript.html","title":"Date Time","navPath":"DateTimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a538bb564-2ce9-41df-82fe-4df0d8820001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DropDownScript.html","title":"Drop-Down","navPath":"DropDownScript.html","bundleId":"work-tasks-2023-sp1","id":"ad97e1b65-fc0f-426f-a542-19cbc9532219","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailScript.html","title":"Email","navPath":"EmailScript.html","bundleId":"work-tasks-2023-sp1","id":"a17eaad80-c8ab-4afc-81f2-146e7767334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedFormScript.html","title":"Embed Form","navPath":"EmbedFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a3c1c4eca-008c-45b2-8427-6f41897e4a22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedPageScript.html","title":"Embed Page","navPath":"EmbedPageScript.html","bundleId":"work-tasks-2023-sp1","id":"a7ea6ebf2-49ee-44af-b6d0-a9d5aeb4414d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signaturescriptguidelines.html","title":"E-signature","navPath":"e-signaturescriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ae7fa3d90-a123-4c85-8c19-0de21a1fdac8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartScripting.html","title":"Gantt Chart","navPath":"GanttChartScripting.html","bundleId":"work-tasks-2023-sp1","id":"a77eb5cec-820f-46c1-ae31-29affe7e006c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GaugeScript.html","title":"Gauge","navPath":"GaugeScript.html","bundleId":"work-tasks-2023-sp1","id":"a887cccaa-6cad-41cf-845e-f9d0bf448656","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GeolocationScript.html","title":"Geolocation","navPath":"GeolocationScript.html","bundleId":"work-tasks-2023-sp1","id":"a55df2eac-f404-4d83-a0ba-1fbd87d6b98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenFieldScript.html","title":"Hidden Field","navPath":"HiddenFieldScript.html","bundleId":"work-tasks-2023-sp1","id":"ad16c6f2b-4e8f-4c94-b50d-9dc7800d7adf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HierarchicalListScript.html","title":"Hierarchical List","navPath":"HierarchicalListScript.html","bundleId":"work-tasks-2023-sp1","id":"a4147403f-77bf-4f5a-857f-43d65e6e8612","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HyperlinkScript.html","title":"Hyperlink","navPath":"HyperlinkScript.html","bundleId":"work-tasks-2023-sp1","id":"a80db9c87-481f-48bc-9dea-4996f9bc9e03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImageScript.html","title":"Image","navPath":"ImageScript.html","bundleId":"work-tasks-2023-sp1","id":"aec471e74-cfb1-4bde-8841-fe1fca873c66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflowscriptguidelines.html","title":"Invoke Workflow","navPath":"invokeworkflowscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aabf8a4bb-8188-4e2e-bf46-b3f4a1568ff8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LabelScript.html","title":"Label","navPath":"LabelScript.html","bundleId":"work-tasks-2023-sp1","id":"a87c3f791-6cc5-4002-b765-5d3eff298c84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScript.html","title":"List","navPath":"ListScript.html","bundleId":"work-tasks-2023-sp1","id":"a0334c277-ebb3-45d5-b41c-cfbaccb1aed5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NumberScript.html","title":"Number","navPath":"NumberScript.html","bundleId":"work-tasks-2023-sp1","id":"ae9725cb1-a63b-473d-b263-8d5eb7d1586a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PasswordScript.html","title":"Password","navPath":"PasswordScript.html","bundleId":"work-tasks-2023-sp1","id":"afba5abd2-5992-4565-aa3d-dc4027347497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PopUpScript.html","title":"Pop-Up","navPath":"PopUpScript.html","bundleId":"work-tasks-2023-sp1","id":"af68fd846-6ce4-4257-b5e1-6b3381fafc37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719165.html","title":"Progress Bar","navPath":"719165.html","bundleId":"work-tasks-2023-sp1","id":"add8f6177-50ce-40ed-8354-2d7537a3688e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RadioButtonScript.html","title":"Radio Button","navPath":"RadioButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"a46e1d47d-df8d-4f45-ae13-8a48ca9985a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewerscriptguidelines.html","title":"Report Viewer","navPath":"reportviewerscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aaf191e60-b8bc-4e25-8420-100489060f8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RichTextScript.html","title":"Rich Text","navPath":"RichTextScript.html","bundleId":"work-tasks-2023-sp1","id":"aa553ef56-7bab-4646-92fe-c26fabc1b06b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleLookupScript.html","title":"Role Lookup","navPath":"RoleLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a55f67cef-817a-4f60-80d9-72b7e5325afa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SignatureScript.html","title":"Signature","navPath":"SignatureScript.html","bundleId":"work-tasks-2023-sp1","id":"ac60f2463-47ba-4b0f-aa50-d2613d2f8a6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SliderScript.html","title":"Slider","navPath":"SliderScript.html","bundleId":"work-tasks-2023-sp1","id":"a299b25e3-247f-4014-9af5-58ff71378a18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextScript.html","title":"Text","navPath":"TextScript.html","bundleId":"work-tasks-2023-sp1","id":"a0a4ced46-ff52-4822-844c-f7d5e675f3bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeScript.html","title":"Time","navPath":"TimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a342aa2df-d01e-4ff1-b4d5-c9b6002af3bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TreeScript.html","title":"Tree","navPath":"TreeScript.html","bundleId":"work-tasks-2023-sp1","id":"a73dc6437-3b03-45fc-8605-5a687896b193","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookupScript.html","title":"User Lookup","navPath":"UserLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a5f379bbf-ad8c-40ef-b47a-0e6b9c7bfe2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/827028.html","title":"Widget","navPath":"827028.html","bundleId":"work-tasks-2023-sp1","id":"abe42c193-0e6c-4ce8-bb7e-da9925eb556e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParameters.html","title":"Forms Parameters","navPath":"FormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"a8c9c7e79-3043-429d-86a5-d8fc47dcd5be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFormsParameters.html","title":"Add Forms Parameters","navPath":"AddFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"ab2106091-7396-415c-8d58-ad075eebbbc6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteFormsParameters.html","title":"Delete Forms Parameters","navPath":"DeleteFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"abfed2378-fbb2-415a-84d5-b3fe77375a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetFormsParameters.html","title":"Set Forms Parameters","navPath":"SetFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"add1680cf-2275-48ef-950f-30c6b6402be2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParametersforInvokeFormActivity.html","title":"Forms Parameters for Invoke Form Activity","navPath":"FormsParametersforInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a40527d76-4cf6-4c34-a731-cd1e93b0ba05","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesinScripts.html","title":"Best Practices","navPath":"BestPracticesinScripts.html","bundleId":"work-tasks-2023-sp1","id":"a7e06072b-5686-46fc-a891-347daba7ee74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/APIs.html","title":"APIs","navPath":"APIs.html","bundleId":"work-tasks-2023-sp1","id":"a8a4529fc-1934-4d11-b523-ac365299ec63","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAPIs.html","title":"Forms APIs","navPath":"FormsAPIs.html","bundleId":"work-tasks-2023-sp1","id":"a77a13ccb-5735-4142-9a1c-520210d4b161","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUcloseForm.html","title":"SFU​.closeForm()","navPath":"SFUcloseForm.html","bundleId":"work-tasks-2023-sp1","id":"a405f6fe4-91af-4f08-b2c9-03e213c8b49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUdecodeXmlValue.html","title":"SFU​.decodeXmlValue()","navPath":"SFUdecodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"ab560123e-3571-4393-9c28-6f1920103901","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUencodeXmlValue.html","title":"SFU​.encodeXmlValue()","navPath":"SFUencodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"a39ff212b-b27c-4d49-9343-31e3524fa5e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/765030.html","title":"SFU​.getClientCredentialToken()","navPath":"765030.html","bundleId":"work-tasks-2023-sp1","id":"a2d5543f8-07f9-40b1-9836-39021af69a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInStringFormat.html","title":"SFU​.getDateTimeInStringFormat()","navPath":"SFUgetDateTimeInStringFormat.html","bundleId":"work-tasks-2023-sp1","id":"a37bea45a-9ab4-4f07-95ea-155581ae546c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInServerUTCFormat.html","title":"SFU​.getDateTimeInServerUTCFormat()","navPath":"SFUgetDateTimeInServerUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"a77e802af-d947-41ac-a986-d287f7b781e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInUTCFormat.html","title":"SFU​.getDateTimeInUTCFormat()","navPath":"SFUgetDateTimeInUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"afb06954b-2d9f-42ef-a94a-bf8154a6e90c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetFormUrl.html","title":"SFU​.getFormUrl()","navPath":"SFUgetFormUrl.html","bundleId":"work-tasks-2023-sp1","id":"ae84ccc75-53a6-4f25-814e-f80f6323d8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetGridValue.html","title":"SFU​.getGridValue()","navPath":"SFUgetGridValue.html","bundleId":"work-tasks-2023-sp1","id":"abc5e4b6d-b5ca-4292-9288-7a33ef5668d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetImagePath.html","title":"SFU​.getImagePath()","navPath":"SFUgetImagePath.html","bundleId":"work-tasks-2023-sp1","id":"a3b25c910-8d9e-4a40-88d4-ee17beb18699","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetJSONObjectFromXml.html","title":"SFU​.getJSONObjectFromXml()","navPath":"SFUgetJSONObjectFromXml.html","bundleId":"work-tasks-2023-sp1","id":"aef63007c-f450-4c86-9ec2-3b5f7a9cb222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetLookupSchemaAndData.html","title":"SFU​.getLookupSchemaAndData()","navPath":"SFUgetLookupSchemaAndData.html","bundleId":"work-tasks-2023-sp1","id":"aaf1cea43-b018-4bd2-8d8c-ff28683cd200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetServerUtcOffset.html","title":"SFU​.getServerUtcOffset()","navPath":"SFUgetServerUtcOffset.html","bundleId":"work-tasks-2023-sp1","id":"a51117c4a-b3de-477b-a5e0-acd2c878a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetStorageItem.html","title":"SFU​.getStorageItem()","navPath":"SFUgetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"aeec65e35-5b22-4a7a-849d-51b0734e0c09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserAccessToken.html","title":"SFU​.getUserAccessToken()","navPath":"SFUgetUserAccessToken.html","bundleId":"work-tasks-2023-sp1","id":"ac8456f4f-584f-47b7-a627-fa699c6b6a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserLookupExtendedInformation.html","title":"SFU​.getUserLookupExtendedInformation()","navPath":"SFUgetUserLookupExtendedInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9e7586df-a8e9-4d92-8f7f-d0a38f3055e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/833395.html","title":"SFU​.getUserMemberOf()","navPath":"833395.html","bundleId":"work-tasks-2023-sp1","id":"a9fb5e779-8633-4110-b420-aac7d339fbda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserRoles.html","title":"SFU​.getUserRoles()","navPath":"SFUgetUserRoles.html","bundleId":"work-tasks-2023-sp1","id":"a261da06b-5080-4adb-b3a6-15588709721a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserSecurityGroup.html","title":"SFU​.getUserSecurityGroup()","navPath":"SFUgetUserSecurityGroup.html","bundleId":"work-tasks-2023-sp1","id":"ab8235884-a73b-43bc-8142-58c299e65c60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetValueForRightCode.html","title":"SFU​.getValueForRightCode()","navPath":"SFUgetValueForRightCode.html","bundleId":"work-tasks-2023-sp1","id":"a6f8409fd-9654-41ed-bac2-87068dc0ef61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetVirtualActorId.html","title":"SFU​.getVirtualActorId()","navPath":"SFUgetVirtualActorId.html","bundleId":"work-tasks-2023-sp1","id":"a9623a4ae-bef5-41f3-9095-4c0671200f96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetXmlFromJSONObject.html","title":"SFU​.getXmlFromJSONObject()","navPath":"SFUgetXmlFromJSONObject.html","bundleId":"work-tasks-2023-sp1","id":"a445b578b-9b19-4599-90b4-87e9ca5835b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUhideLoader.html","title":"SFU​.hideLoader()","navPath":"SFUhideLoader.html","bundleId":"work-tasks-2023-sp1","id":"aac3d9e80-d787-48ab-9f4a-bca90865a0c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfuincludecustomcssfiles.html","title":"SFU​.includeCustomCssFiles()","navPath":"sfuincludecustomcssfiles.html","bundleId":"work-tasks-2023-sp1","id":"a83668983-4e0e-43a4-b237-1690183f5d57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaformsutilitiesincludecustomjsfiles.html","title":"SFU​.includeCustomJsFiles()","navPath":"skeltaformsutilitiesincludecustomjsfiles.html","bundleId":"work-tasks-2023-sp1","id":"a9176345d-ceb1-47e2-845d-e8315bc001e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1057633.html","title":"SFU​.initializeWidgetFormCommunication()","navPath":"1057633.html","bundleId":"work-tasks-2023-sp1","id":"afdf9386c-b09a-40d1-b511-fdb8d7660f6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUinvokeWorkflow.html","title":"SFU​.invokeWorkflow()","navPath":"SFUinvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a86fcf416-ce93-417d-9c58-678e7317af47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisArray.html","title":"SFU​.isArray()","navPath":"SFUisArray.html","bundleId":"work-tasks-2023-sp1","id":"ac7e64843-c68d-4c28-ad8e-54bf72109446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisControlInNewMode.html","title":"SFU​.isControlInNewMode()","navPath":"SFUisControlInNewMode.html","bundleId":"work-tasks-2023-sp1","id":"a86b40c31-8681-4d53-8429-cdf09d56524b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisEmpty.html","title":"SFU​.isEmpty()","navPath":"SFUisEmpty.html","bundleId":"work-tasks-2023-sp1","id":"a821d474a-39e2-45e2-8957-9a5434d26590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisFormInEditMode.html","title":"SFU​.isFormInEditMode()","navPath":"SFUisFormInEditMode.html","bundleId":"work-tasks-2023-sp1","id":"acafc88dc-b80b-4ed1-abd5-96139505e899","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisMobileDisplayMode.html","title":"SFU​.isMobileDisplayMode()","navPath":"SFUisMobileDisplayMode.html","bundleId":"work-tasks-2023-sp1","id":"a4532b8f9-0123-4510-af32-67e4a8499f2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisNumber.html","title":"SFU​.isNumber()","navPath":"SFUisNumber.html","bundleId":"work-tasks-2023-sp1","id":"aafcf0211-ec0a-496a-ac6e-432d86dbb197","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisUndefined.html","title":"SFU​.isUndefined()","navPath":"SFUisUndefined.html","bundleId":"work-tasks-2023-sp1","id":"a31ac9026-c9e2-49ac-8adf-6bb9e8353fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767421.html","title":"SFU​.isWorkTasksPro()","navPath":"767421.html","bundleId":"work-tasks-2023-sp1","id":"a95cb0e37-ee6d-4c21-b74b-3e46e9c6d586","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767422.html","title":"SFU​.isWorkTasksProConnectedToInternet()","navPath":"767422.html","bundleId":"work-tasks-2023-sp1","id":"a11d306cf-8886-4a58-94ba-295a1aa7a981","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644453.html","title":"SFU​.logMessageToWMLogger()","navPath":"644453.html","bundleId":"work-tasks-2023-sp1","id":"ab8b9fc83-1f59-490e-86db-c8048b3daeae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUparseNumberValue.html","title":"SFU​.parseNumberValue()","navPath":"SFUparseNumberValue.html","bundleId":"work-tasks-2023-sp1","id":"a4fbe35f5-854e-440e-a1a5-e21d91994e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUreloadForm.html","title":"SFU​.reloadForm()","navPath":"SFUreloadForm.html","bundleId":"work-tasks-2023-sp1","id":"ac41338b3-dd8f-4220-b292-4973eb05a4b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsetStorageItem.html","title":"SFU​.setStorageItem()","navPath":"SFUsetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"afca8e0ca-6711-4728-bb9a-a8f2f066552b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189252.html","title":"SFU​.soaMethod()","navPath":"189252.html","bundleId":"work-tasks-2023-sp1","id":"ad97ec3a9-6ecd-416f-bc56-ee10c714bc50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfushowalert.html","title":"SFU​.showAlert()","navPath":"sfushowalert.html","bundleId":"work-tasks-2023-sp1","id":"ab9c94d5c-e1f0-4875-9f76-18e0cebd4e1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowConfirmation.html","title":"SFU​.showConfirmation()","navPath":"SFUshowConfirmation.html","bundleId":"work-tasks-2023-sp1","id":"aecbfc49b-5259-4982-8fa7-d84627dc845c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowError.html","title":"SFU​.showError()","navPath":"SFUshowError.html","bundleId":"work-tasks-2023-sp1","id":"a579c1261-c7d7-413b-8b65-622609364a60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowLoader.html","title":"SFU​.showLoader()","navPath":"SFUshowLoader.html","bundleId":"work-tasks-2023-sp1","id":"a81ca8df0-fbac-40a4-b229-bd54980f6948","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowPopupControl.html","title":"SFU​.showPopupControl()","navPath":"SFUshowPopupControl.html","bundleId":"work-tasks-2023-sp1","id":"a37e3b671-4bc4-40a0-bd11-897d205d5aca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowWarning.html","title":"SFU​.showWarning()","navPath":"SFUshowWarning.html","bundleId":"work-tasks-2023-sp1","id":"af136ba85-7c25-488e-88ec-20162e28d8ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsubscribeToControlParameters.html","title":"SFU​.subscribeToControlParameters()","navPath":"SFUsubscribeToControlParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5b4c10c3-4bb0-46f1-bb7a-309679c89769","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/686372.html","title":"SFU​.updateFormHeaderForWorkTasksPro()","navPath":"686372.html","bundleId":"work-tasks-2023-sp1","id":"ada1b5c27-0dfb-460f-8fe7-38711527b224","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecord.html","title":"control​.addRecord()","navPath":"controladdRecord.html","bundleId":"work-tasks-2023-sp1","id":"afdfbfcfd-2562-4211-b30c-e6dac525b834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToBottom.html","title":"control​.addRecordToBottom()","navPath":"controladdRecordToBottom.html","bundleId":"work-tasks-2023-sp1","id":"a21c30781-0bce-492b-b86b-c0acba3d89bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToPosition.html","title":"control​.addRecordToPosition()","navPath":"controladdRecordToPosition.html","bundleId":"work-tasks-2023-sp1","id":"a5a8980ba-1336-46ea-b5ea-5c85889af292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToTop.html","title":"control​.addRecordToTop()","navPath":"controladdRecordToTop.html","bundleId":"work-tasks-2023-sp1","id":"a03c04916-fb28-4ed6-b467-0d599300fc8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlapplyFilter.html","title":"control​.applyFilter()","navPath":"controlapplyFilter.html","bundleId":"work-tasks-2023-sp1","id":"a20712e16-4525-4929-bc75-8bdc5d54629f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlassociatedform.html","title":"control​.associatedForm","navPath":"controlassociatedform.html","bundleId":"work-tasks-2023-sp1","id":"a875a7749-9265-4123-a257-7cf7b8b89738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearContent.html","title":"control​.clearContent()","navPath":"controlclearContent.html","bundleId":"work-tasks-2023-sp1","id":"a63412c78-c083-4ef0-8f97-c4a0cfbaf119","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearFilter.html","title":"control​.clearFilter()","navPath":"controlclearFilter.html","bundleId":"work-tasks-2023-sp1","id":"a36a02df5-3cf8-4761-8553-b1eda99cbe94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlcontrols.html","title":"control​.controls()","navPath":"controlcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a66ecb487-6338-4fe8-84f0-4093ec4521bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controldatacontainerform.html","title":"control​.dataContainerForm","navPath":"controldatacontainerform.html","bundleId":"work-tasks-2023-sp1","id":"a27558c82-5d0f-4131-a5d7-e682298bebeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllById.html","title":"control​.findAllById()","navPath":"controlfindAllById.html","bundleId":"work-tasks-2023-sp1","id":"a55de738a-fcc1-4c37-acc0-4cd82dbafd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByName.html","title":"control​.findAllByName()","navPath":"controlfindAllByName.html","bundleId":"work-tasks-2023-sp1","id":"a3b7f6ab9-12a3-434a-a2dd-d5d0d2ef5810","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByXmlNode.html","title":"control​.findAllByXmlNode()","navPath":"controlfindAllByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a939ba394-c30f-45c4-8fdd-33e08bd13767","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindById.html","title":"control​.findById()","navPath":"controlfindById.html","bundleId":"work-tasks-2023-sp1","id":"ae62f0440-484a-4c8a-9716-61ab2d0b3fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByName.html","title":"control​.findByName()","navPath":"controlfindByName.html","bundleId":"work-tasks-2023-sp1","id":"a7e53f5b9-55ef-4572-a021-bc7c9e11d00f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByXmlNode.html","title":"control​.findByXmlNode()","navPath":"controlfindByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"aadb194bd-459e-4b08-a099-c0763d2252b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlById.html","title":"control​.findChildRecordControlById()","navPath":"controlfindChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a78b44e8a-4ad7-4a99-b35e-2410a37a494f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByName.html","title":"control​.findChildRecordControlByName()","navPath":"controlfindChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"aa675f610-8714-476a-b3a0-e2df9aeec0a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByXmlNode.html","title":"control​.findChildRecordControlByXmlNode()","navPath":"controlfindChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a51957a78-10bf-4b2a-8918-7fea3616fe16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlById.html","title":"control​.findImmediateChildRecordControlById()","navPath":"controlfindImmediateChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a89576048-ea1b-4820-95a3-27c919f744d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByName.html","title":"control​.findImmediateChildRecordControlByName()","navPath":"controlfindImmediateChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"a298bce29-69cc-4862-8bbb-8d68e16ff843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByXmlNode.html","title":"control​.findImmediateChildRecordControlByXmlNode()","navPath":"controlfindImmediateChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"adf24826e-82e3-4d37-9786-c07a082ecadb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetFormSubmissionData.html","title":"control​.getFormSubmissionData()","navPath":"controlgetFormSubmissionData.html","bundleId":"work-tasks-2023-sp1","id":"aa98c37e7-06c1-466d-acd9-0d116c4d57f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetType.html","title":"control​.getType()","navPath":"controlgetType.html","bundleId":"work-tasks-2023-sp1","id":"a536b728e-885b-47b6-ad22-0685434156b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775629.html","title":"control​.refreshCard()","navPath":"775629.html","bundleId":"work-tasks-2023-sp1","id":"a7e42d501-7a87-40c3-b5d7-052ae0dc61d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746399.html","title":"control​.refreshData()","navPath":"746399.html","bundleId":"work-tasks-2023-sp1","id":"aa6b99bde-6f35-4d81-ae0a-3d89f819a0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshGrid.html","title":"control​.refreshGrid()","navPath":"controlrefreshGrid.html","bundleId":"work-tasks-2023-sp1","id":"af51f3403-aa16-4db6-ba70-7c0ecdff1a06","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshTree.html","title":"control​.refreshTree()","navPath":"controlrefreshTree.html","bundleId":"work-tasks-2023-sp1","id":"a3b936c62-2c01-41ac-b677-73d4c61f0ff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremove.html","title":"control​.remove()","navPath":"controlremove.html","bundleId":"work-tasks-2023-sp1","id":"a4d9b2d7f-d2b5-424c-b0f9-d2629d9f053a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAll.html","title":"control​.removeAll()","navPath":"controlremoveAll.html","bundleId":"work-tasks-2023-sp1","id":"a249e15c8-7120-4163-aca2-25b1de0b039a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAt.html","title":"control​.removeAt()","navPath":"controlremoveAt.html","bundleId":"work-tasks-2023-sp1","id":"a590139ba-f0bb-499d-ac13-d5cf179b1744","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoverecord.html","title":"control​.removeRecord()","navPath":"controlremoverecord.html","bundleId":"work-tasks-2023-sp1","id":"aa0a2605f-5ab4-4f80-ac9e-e2fc5d7e38a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitClick.html","title":"control​.submitClick()","navPath":"controlsubmitClick.html","bundleId":"work-tasks-2023-sp1","id":"abe7abf84-b0cf-45a3-ac27-d636d0e48efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectedTabIndex.html","title":"control​.selectedTabIndex()","navPath":"controlselectedTabIndex.html","bundleId":"work-tasks-2023-sp1","id":"a71379190-420f-4c20-af03-17960b53a592","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectRecord.html","title":"control​.selectRecord()","navPath":"controlselectRecord.html","bundleId":"work-tasks-2023-sp1","id":"adf416278-4380-4991-80c2-67440138ef4e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectTab.html","title":"control​.selectTab()","navPath":"controlselectTab.html","bundleId":"work-tasks-2023-sp1","id":"aa78e3e14-d2af-4a4d-b398-26a80b679123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitForm.html","title":"control​.submitForm()","navPath":"controlsubmitForm.html","bundleId":"work-tasks-2023-sp1","id":"a2cadeef8-a4b9-40ed-9ddd-48cc882a4099","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumById.html","title":"control​.sumById()","navPath":"controlsumById.html","bundleId":"work-tasks-2023-sp1","id":"a65aee269-b417-4d9a-b313-d936dab00b3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByName.html","title":"control​.sumByName()","navPath":"controlsumByName.html","bundleId":"work-tasks-2023-sp1","id":"a260f7588-5d12-4ed8-81fd-f57b9372067a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByXmlNode.html","title":"control​.sumByXmlNode()","navPath":"controlsumByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"afb71381b-da7a-43e1-9be1-e880deb2cd3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelForm.html","title":"control​.topLevelForm()","navPath":"controltopLevelForm.html","bundleId":"work-tasks-2023-sp1","id":"a817848b3-25b2-49fc-b436-1f252f8eb5c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelFormactionbargetActionItemByName.html","title":"control​.topLevelForm​.actionbar​.getActionItemByName()","navPath":"controltopLevelFormactionbargetActionItemByName.html","bundleId":"work-tasks-2023-sp1","id":"ad3266f92-ff52-4963-a1d9-052486a4b386","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel1ProgressDisplay.html","title":"control​.updateLevel1ProgressDisplay()","navPath":"controlupdateLevel1ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a8296cc22-bd9d-4d28-8d15-c55df89389a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2.html","title":"control​.updateLevel2()","navPath":"controlupdateLevel2.html","bundleId":"work-tasks-2023-sp1","id":"a41ef86c4-7452-4a5b-ac73-f3e84538ce74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ProgressDisplay.html","title":"control​.updateLevel2ProgressDisplay()","navPath":"controlupdateLevel2ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a0b2c126a-658e-460b-9655-022095e4f8e4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2SelectItem.html","title":"control​.updateLevel2SelectItem()","navPath":"controlupdateLevel2SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"a43b9b9d2-713b-4816-9160-c5cf597c0c30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ToggleDisplay.html","title":"control​.updateLevel2ToggleDisplay()","navPath":"controlupdateLevel2ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a3b5779a9-d845-4711-9eb4-762d9182cee7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3.html","title":"control​.updateLevel3()","navPath":"controlupdateLevel3.html","bundleId":"work-tasks-2023-sp1","id":"a20ed3c4b-e9df-4436-9576-2fb53cefe7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ProgressDisplay.html","title":"control​.updateLevel3ProgressDisplay()","navPath":"controlupdateLevel3ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a52775845-8d54-401a-b722-51181b5c2813","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3SelectItem.html","title":"control​.updateLevel3SelectItem()","navPath":"controlupdateLevel3SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"ae02508e8-b630-4347-9496-d3f34e634ede","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ToggleDisplay.html","title":"control​.updateLevel3ToggleDisplay()","navPath":"controlupdateLevel3ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a1bf8806b-3f97-4648-adb1-29263bd81bfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateControl.html","title":"control​.validateControl()","navPath":"controlvalidateControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8eaab29-70d0-4a49-827c-dc37d2d84d1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateForm.html","title":"control​.validateForm()","navPath":"controlvalidateForm.html","bundleId":"work-tasks-2023-sp1","id":"ae59ac6c6-3c7c-48c5-87d1-59e96d4c22ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateRecord.html","title":"control​.validateRecord()","navPath":"controlvalidateRecord.html","bundleId":"work-tasks-2023-sp1","id":"aecdd5689-8853-461a-8e71-94d8dc98dbc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/isControlVisible.html","title":"isControlVisible()","navPath":"isControlVisible.html","bundleId":"work-tasks-2023-sp1","id":"a5e38e4f9-58e0-4d2c-887d-2d3d64ffcbbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81024.html","title":"skelta​.localize​.getString()","navPath":"81024.html","bundleId":"work-tasks-2023-sp1","id":"a4187ccf6-2b96-4d5e-bed7-399c0124c90a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81025.html","title":"skelta​.userContext​.getUserContextFor()","navPath":"81025.html","bundleId":"work-tasks-2023-sp1","id":"a2cf35c4d-c80e-48b5-ad68-0cdff21a68dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltagridgetDataSource.html","title":"skelta​.grid​.getDataSource()","navPath":"skeltagridgetDataSource.html","bundleId":"work-tasks-2023-sp1","id":"abc5da88d-d9dc-4c9e-8443-6da5819ef15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webapis.html","title":"Web APIs","navPath":"webapis.html","bundleId":"work-tasks-2023-sp1","id":"a960defc8-1bb7-41cd-b6f8-42f862b2e758","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/677026.html","title":"Web API Certificate-based Authentication","navPath":"677026.html","bundleId":"work-tasks-2023-sp1","id":"affb264c2-32d4-4c09-a783-e4c9313ea1de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676962.html","title":"Web API Server Configuration","navPath":"676962.html","bundleId":"work-tasks-2023-sp1","id":"a406703ae-7afa-42de-8f6f-026650ec387c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676963.html","title":"Web API Client Configuration","navPath":"676963.html","bundleId":"work-tasks-2023-sp1","id":"a0e098884-2f02-48dd-b9bc-b08e7bac7a19","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/724528.html","title":"Web API Type files for Swagger/OpenAPI based Web APIs","navPath":"724528.html","bundleId":"work-tasks-2023-sp1","id":"abe0abd60-fba1-431f-8fa9-3035b8d73815","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/738916.html","title":"Web API Source","navPath":"738916.html","bundleId":"work-tasks-2023-sp1","id":"aa843c866-ebee-4a28-bc59-3b53ce4587c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/217543.html","title":"Import a New Form using an API","navPath":"217543.html","bundleId":"work-tasks-2023-sp1","id":"aee1e33bf-a3fe-457e-bd8b-ce496cb1b3c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenarios.html","title":"Scenarios","navPath":"Scenarios.html","bundleId":"work-tasks-2023-sp1","id":"abc552ca8-f718-4e1e-a6f1-343284a931f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario1Purchase_Order_Form.html","title":"Scenario 1: Purchase Order Form","navPath":"Scenario1Purchase_Order_Form.html","bundleId":"work-tasks-2023-sp1","id":"ab792a337-3340-428b-bff6-8b7d2a61f108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario2VehicleRegistrationForm.html","title":"Scenario 2: Vehicle Registration Form","navPath":"Scenario2VehicleRegistrationForm.html","bundleId":"work-tasks-2023-sp1","id":"a4e1d49cb-a27b-4014-a536-4b453a1c9a38","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario3EMIForm.html","title":"Scenario 3: EMI Form","navPath":"Scenario3EMIForm.html","bundleId":"work-tasks-2023-sp1","id":"a9781e4f0-7b1b-468c-9cca-e16bb1d3c324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Examples.html","title":"Examples","navPath":"Examples.html","bundleId":"work-tasks-2023-sp1","id":"a925e9048-9a86-4a11-a365-beeb61e5377e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessingValuesofaSelectedRowThroughOtherControls.html","title":"Accessing Values of a Selected Row Through Other Controls","navPath":"AccessingValuesofaSelectedRowThroughOtherControls.html","bundleId":"work-tasks-2023-sp1","id":"a9ae4e676-f81f-4363-b08a-00ed7606a751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDataGridtoWorkflows.html","title":"Add Data Grid to Workflows","navPath":"AddDataGridtoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aee4c279e-a9bb-4d08-9a68-f5ead2957de1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHierarchicalDataGrid.html","title":"Create a Hierarchical Data Grid","navPath":"CreateaHierarchicalDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a8c58c15b-9296-4d6c-87be-86f4100d25a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/197670.html","title":"Customize Forms Using Custom Styles","navPath":"197670.html","bundleId":"work-tasks-2023-sp1","id":"a66f9f137-a99a-4ef3-a809-909bef729c8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/179029.html","title":"Data Binding Drop-Down Controls Using Lookups","navPath":"179029.html","bundleId":"work-tasks-2023-sp1","id":"affe8b62d-1f0e-4ad6-830c-1a8385e9ac6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202435.html","title":"Data Binding Drop-Down Controls Using Lookup Name (Non-parameterized)","navPath":"202435.html","bundleId":"work-tasks-2023-sp1","id":"a492cdcf1-c636-416c-9d2c-25b9c1abb3ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202437.html","title":"Data Binding Drop-Down Controls Using a Lookup Name (Parameterized)","navPath":"202437.html","bundleId":"work-tasks-2023-sp1","id":"a6c92b501-fcb7-4a66-b179-1441486b67d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRecordinaBaseFormControl.html","title":"Delete Record in a Base Form Control","navPath":"DeleteRecordinaBaseFormControl.html","bundleId":"work-tasks-2023-sp1","id":"a084ad00a-f1fb-4273-afcb-e9c48dfff07f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserInformationofLoggedonUser.html","title":"Get User Information of Logged-on User","navPath":"GetUserInformationofLoggedonUser.html","bundleId":"work-tasks-2023-sp1","id":"a004d6356-ca34-4827-aeab-8acd1fab82d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HidetheColumnHeaderinaDataGrid.html","title":"Hide the Column Header in a Data Grid","navPath":"HidetheColumnHeaderinaDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ac70fbee5-757a-448a-bd7e-c1239599cc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","title":"Localize BlockingOutput Messages for Invoke Workflow Control","navPath":"LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","bundleId":"work-tasks-2023-sp1","id":"afe5cc4b6-ee9f-4b28-bd86-d46067bfbcc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreventDuplicateDataEntriesinControls.html","title":"Prevent Duplicate Data Entries in Controls","navPath":"PreventDuplicateDataEntriesinControls.html","bundleId":"work-tasks-2023-sp1","id":"a7cb80af3-e5b5-4a0d-b960-007e323ee32f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/206583.html","title":"Print a Form","navPath":"206583.html","bundleId":"work-tasks-2023-sp1","id":"a8781960d-bd45-4592-b761-f2c3f6641ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","title":"Select and Act on Multiple Work Items Using the Enable Multi Select option","navPath":"SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","bundleId":"work-tasks-2023-sp1","id":"aa98cc65a-63b6-4eba-a221-dca364c8ddde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","title":"Set the Consider Available Height and Dynamic Page Size Properties","navPath":"SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","bundleId":"work-tasks-2023-sp1","id":"ab88a132e-9509-49d1-9a03-61905f95f115","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetValuesforaDataGridonPostExecutionofaWorkflow.html","title":"Set Values for a Data Grid on Post Execution of a Workflow","navPath":"SetValuesforaDataGridonPostExecutionofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73b272b6-2b69-4776-bb44-de32cc457565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ShowEmbeddedDatafromWebAPILookupinDataGrid.html","title":"Show Embedded Data from Web API Lookup in Data Grid","navPath":"ShowEmbeddedDatafromWebAPILookupinDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a2f3c4c02-4e99-40e6-9d6c-30bc70377692","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194926.html","title":"Show Icons in Data Grid Columns","navPath":"194926.html","bundleId":"work-tasks-2023-sp1","id":"abf747be9-22e8-4852-a43f-42bc0d84aa0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateColumnNamesinaBaseForm.html","title":"Update Column Names in a Base Form","navPath":"UpdateColumnNamesinaBaseForm.html","bundleId":"work-tasks-2023-sp1","id":"a7dd04821-a08f-4f7b-925a-aeb4a2c9bf05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189701.html","title":"Use Data from Data Grid Set As Data Source","navPath":"189701.html","bundleId":"work-tasks-2023-sp1","id":"abf72bd4b-19b1-4918-9a4e-595fc1919cb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194592.html","title":"Use Data from Parameterized Data Grid in Base Form","navPath":"194592.html","bundleId":"work-tasks-2023-sp1","id":"a265b46a7-8e68-4f67-af82-9d95b6c199b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheSecurityAPIs.html","title":"Use the Security APIs","navPath":"UsetheSecurityAPIs.html","bundleId":"work-tasks-2023-sp1","id":"ad57d70bd-d767-4e9f-bf32-c82177eac8d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189973.html","title":"View Attachments uploaded from Forms","navPath":"189973.html","bundleId":"work-tasks-2023-sp1","id":"af3cc25a6-cfff-417d-8bcc-8c4f1456e6af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1264475.html","title":"Access Attachments from Another Form","navPath":"1264475.html","bundleId":"work-tasks-2023-sp1","id":"aefa7a2e1-a483-4dd1-8e43-a6dad471b999","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/support.html","title":"Troubleshooting Forms","navPath":"support.html","bundleId":"work-tasks-2023-sp1","id":"a8d6af9bb-cc0a-4e04-a326-63cb2bb073f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/62676.html","title":"Troubleshoot","navPath":"62676.html","bundleId":"work-tasks-2023-sp1","id":"a515d9a0d-0fe4-4c3f-9691-23d0b535ade1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/195029.html","title":"Supported Library Versions","navPath":"195029.html","bundleId":"work-tasks-2023-sp1","id":"a9ac26027-4a4b-4846-8a1f-b8138b796f05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/faqs.html","title":"FAQs","navPath":"faqs.html","bundleId":"work-tasks-2023-sp1","id":"a96c4fc7c-eb1d-4659-a160-205e666f8f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsDesigner.html","title":"Lists Designer","navPath":"ListsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ad7788037-0ba1-4fc3-9d62-8cb15368d9ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managelists.html","title":"Manage Lists","navPath":"managelists.html","bundleId":"work-tasks-2023-sp1","id":"a076bdd81-e378-45ea-848c-4f55a2a68523","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportLists.html","title":"Import Lists","navPath":"ImportLists.html","bundleId":"work-tasks-2023-sp1","id":"a512d8783-afa5-413c-b2b9-9a22aae9ad92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportLists.html","title":"Export Lists","navPath":"ExportLists.html","bundleId":"work-tasks-2023-sp1","id":"ae564ad1d-e05c-4e39-85ef-0fceea200bff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofLists.html","title":"Edit Properties of Lists","navPath":"EditPropertiesofLists.html","bundleId":"work-tasks-2023-sp1","id":"a56b97624-7279-429c-ae5a-88a164fae713","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewFormStructure.html","title":"View Form Structure","navPath":"ViewFormStructure.html","bundleId":"work-tasks-2023-sp1","id":"a434cdd85-57fb-4881-9801-73d2840ec1a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoGeneratingForms.html","title":"Auto Generating Forms","navPath":"AutoGeneratingForms.html","bundleId":"work-tasks-2023-sp1","id":"a0f1d3042-c007-4a34-bff1-5d4f437d36da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsmanagecontrols.html","title":"Manage Controls","navPath":"listsmanagecontrols.html","bundleId":"work-tasks-2023-sp1","id":"a1d5663ae-7df2-4d8b-91dc-7894171354b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsaddingcontrols.html","title":"Add Controls","navPath":"listsaddingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"aa9366a7a-dc0a-4cca-8262-e2f39f412658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls_1.html","title":"Replace Controls","navPath":"ReplaceControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ae5e3cd2f-9292-4da2-870c-e5c11499d15a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls_1.html","title":"Move Controls","navPath":"MoveControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ac4fd82e2-cd73-4d52-aeb9-e9b294ed6672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls_1.html","title":"Delete Controls","navPath":"DeleteControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a088c7f55-59e9-4607-9a40-da5ac522b043","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls_1.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a43a3a65b-8fa1-4ec7-8181-38b5e040e17f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsapi.html","title":"Lists API","navPath":"listsapi.html","bundleId":"work-tasks-2023-sp1","id":"a5b1dd7c1-f6b6-4216-8d50-0c6715cb8908","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinglistusinglistdefinition.html","title":"Create List using ListDefinition","navPath":"creatinglistusinglistdefinition.html","bundleId":"work-tasks-2023-sp1","id":"ae57727b8-4d87-43dc-9793-866d1c4d106c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updatinglistitembyvalidatingsecurity.html","title":"Update List Item by Validating Security","navPath":"updatinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a1496d837-63c0-4cef-99d9-42a126e286fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinglistitembyvalidatingsecurity.html","title":"Delete List Item by Validating Security","navPath":"deletinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a6f91f6db-3646-4133-a965-314341481cee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingvaluesofdefaultfieldoflist.html","title":"Get Values of Default Field of List","navPath":"gettingvaluesofdefaultfieldoflist.html","bundleId":"work-tasks-2023-sp1","id":"a4a661f6f-7dcb-4dba-8041-cd8c55fdc1b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem_1.html","title":"Save ListItem","navPath":"SaveListItem_1.html","bundleId":"work-tasks-2023-sp1","id":"ac6ed7b91-6669-4a50-bb69-a72fd8940b39","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsadvanced.html","title":"Advanced List Features","navPath":"listsadvanced.html","bundleId":"work-tasks-2023-sp1","id":"ae640255b-8b2b-4636-951e-3286bceb14f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControlProperties.html","title":"List Control Properties","navPath":"ListControlProperties.html","bundleId":"work-tasks-2023-sp1","id":"a4c0c2920-97b6-4f38-8542-45e9d3765b3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListParent.html","title":"List(Parent)","navPath":"ListParent.html","bundleId":"work-tasks-2023-sp1","id":"a40fcaaf7-4686-4b0a-a95f-3fa37ad0bae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Attachment_1.html","title":"Attachment","navPath":"Attachment_1.html","bundleId":"work-tasks-2023-sp1","id":"a2840e555-d69e-4e8c-8fb4-5e0cf5640ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanInput.html","title":"BooleanInput","navPath":"BooleanInput.html","bundleId":"work-tasks-2023-sp1","id":"aab480cfd-dd0c-46fd-94ba-51ec345ebe21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateInput.html","title":"DateInput","navPath":"DateInput.html","bundleId":"work-tasks-2023-sp1","id":"ab9eed917-36db-483c-a4f3-c0aeb571823c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecimalInput.html","title":"DecimalInput","navPath":"DecimalInput.html","bundleId":"work-tasks-2023-sp1","id":"ad335ff83-55f1-42f5-af73-d27ad56a66aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GUIDInput.html","title":"GUIDInput","navPath":"GUIDInput.html","bundleId":"work-tasks-2023-sp1","id":"abef8182f-d7c0-4248-a942-0be7d44ea4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegerInput.html","title":"IntegerInput","navPath":"IntegerInput.html","bundleId":"work-tasks-2023-sp1","id":"a369d1ec0-398d-4004-8cdb-55b386fb807a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookup_1.html","title":"UserLookup","navPath":"UserLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a7e091d6c-08f1-4610-8763-a418326e845e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupInput.html","title":"LookupInput","navPath":"LookupInput.html","bundleId":"work-tasks-2023-sp1","id":"a77d5607a-7c31-4539-a9e7-4a55dd83d2c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextInput.html","title":"TextInput","navPath":"TextInput.html","bundleId":"work-tasks-2023-sp1","id":"ac8c5d94b-ab84-46c6-9874-6c14f4b78a70","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listtable1.html","title":"List Table","navPath":"listtable1.html","bundleId":"work-tasks-2023-sp1","id":"a090e00d3-c109-4f47-82d7-f9942b5adb15","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariablesforLists.html","title":"XML Variables for Lists","navPath":"XMLVariablesforLists.html","bundleId":"work-tasks-2023-sp1","id":"a346fef35-1a6d-4382-ae77-d5aacda5a8b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaworkflowforalistinasinglestep2.html","title":"Create a Workflow for a List in a Single Step","navPath":"creatingaworkflowforalistinasinglestep2.html","bundleId":"work-tasks-2023-sp1","id":"a2597933c-5863-4ef3-b4fe-2575c0863b86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListXMLVariable.html","title":"Schema of XML List XML Variable","navPath":"SchemaofXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a351d2d80-2ba4-4c21-b94d-b07d85fdb146","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListTypeXMLVariable.html","title":"Create an XML List Type XML Variable","navPath":"CreateanXMLListTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a76c20650-bce1-4bd8-9245-a9037c5ca964","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangetheScopeoftheXMLListXMLVariable.html","title":"Change the Scope of the XML List XML Variable","navPath":"ChangetheScopeoftheXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad2db3173-6bc6-48e4-9423-b892ff4f4c7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetuptheListQueryScope.html","title":"Set up the List Query Scope","navPath":"SetuptheListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a840bca9f-4960-4e30-8b86-ec41fe3141ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorTypeXMLVariable.html","title":"Create an XML List Iterator Type XML Variable","navPath":"CreateanXMLListIteratorTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a9314240a-54a3-484c-b6ac-017857a235f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorTypeXMLVariableforGridItems.html","title":"Create an XML Iterator Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"aa2457c9e-d4e4-4701-9cf0-cb2e624297b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableScenarios.html","title":"XML Variable Scenarios","navPath":"XMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afb1b8e97-c1a6-470c-bd83-1db7dab54d9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItem.html","title":"Add a New List Item","navPath":"AddaNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"a3b71e2af-9b07-4ea0-aa2f-2535d8810949","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow_1.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa5bfb51a-0bc2-46bd-bc86-71b74c1e3b65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingthelistitemasdifferentversion.html","title":"Save the List item as Different Version as Draft/Published using XML Variable","navPath":"savingthelistitemasdifferentversion.html","bundleId":"work-tasks-2023-sp1","id":"ad769b3ad-dcdb-4b8f-a5a1-f8bc6e4a3c6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewItemtoaListFolderusingListXMLVariable.html","title":"Add New Item to a List Folder using List XML Variable","navPath":"AddNewItemtoaListFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ade03724f-9314-4152-9cd3-21e50f871e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteanItemfromaListFolderusingXMLVariable.html","title":"Delete an Item from a List Folder using XML Variable","navPath":"DeleteanItemfromaListFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a472ad476-da04-41fd-a814-8ce179804fb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveanItemtoaFolderusingListXMLVariable.html","title":"Move an Item to a Folder using List XML Variable","navPath":"MoveanItemtoaFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a3a369ae2-7795-476e-8096-4840f8039de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewFolderusingXMLVariable.html","title":"Create a New Folder using XML Variable","navPath":"CreateaNewFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad3cdde1f-df0f-47f2-aedf-69a5c38ad9be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItemwithGridItems.html","title":"Add a New List Item with Grid Items","navPath":"AddaNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"abecac426-1c4b-4999-9636-ede8cca72a16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewGridItemtotheExistingListItem.html","title":"Add a New Grid Item to the Existing List Item","navPath":"AddaNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"a75ed5d38-45ac-434f-b9dc-5dd5f246fb85","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyaListItemwithGridItems.html","title":"Copy a List Item with Grid Items","navPath":"CopyaListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a4f69e529-862b-46bc-b596-3d2c3978b0ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList_1.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList_1.html","bundleId":"work-tasks-2023-sp1","id":"afeff6abe-65eb-4fc0-aaf6-bffbf6180400","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViews.html","title":"List Views","navPath":"ListViews.html","bundleId":"work-tasks-2023-sp1","id":"a80131328-8a02-425c-b437-27d6500cf6ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithListViews.html","title":"Work with List Views","navPath":"WorkwithListViews.html","bundleId":"work-tasks-2023-sp1","id":"a7d6aa47d-5d51-46d8-8617-47278bac78a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutCreatingListViews.html","title":"About Creating List Views","navPath":"AboutCreatingListViews.html","bundleId":"work-tasks-2023-sp1","id":"a0eb77762-8f4e-4819-9979-b1ff61c82516","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewview.html","title":"Create a New View","navPath":"creatinganewview.html","bundleId":"work-tasks-2023-sp1","id":"a229f7405-b6b8-4613-aa37-32d938889929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaDefaultView.html","title":"Create a Default View","navPath":"CreateaDefaultView.html","bundleId":"work-tasks-2023-sp1","id":"af1d5871c-2c56-4883-9f0d-5319e88458be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPublicView.html","title":"Create a Public View","navPath":"CreateaPublicView.html","bundleId":"work-tasks-2023-sp1","id":"a660ca679-f4e4-4a4c-8480-0468c4104437","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPrivateView.html","title":"Create a Private View","navPath":"CreateaPrivateView.html","bundleId":"work-tasks-2023-sp1","id":"a9d2f9577-7572-45a3-bf86-b5dfe6b0afb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFilters.html","title":"Add Filters","navPath":"AddFilters.html","bundleId":"work-tasks-2023-sp1","id":"a1fa07cb0-b95e-4255-a7c3-313391b6a735","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterGrouping.html","title":"Filter Grouping","navPath":"FilterGrouping.html","bundleId":"work-tasks-2023-sp1","id":"ae8e1bc6a-47c7-4143-996a-3185188f6001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDateTimeVariabletoFilterColumns.html","title":"Use Date Time Variable to Filter Columns","navPath":"UseDateTimeVariabletoFilterColumns.html","bundleId":"work-tasks-2023-sp1","id":"af93f108b-d201-4ba7-b743-80a62dba1189","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SorttheColumns.html","title":"Sort the Columns","navPath":"SorttheColumns.html","bundleId":"work-tasks-2023-sp1","id":"a44733bf3-ba3d-4e05-9b07-485074335481","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SystemVariables.html","title":"System Variables","navPath":"SystemVariables.html","bundleId":"work-tasks-2023-sp1","id":"a16957713-19a4-4ab8-845e-c4fb5fdcd106","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeVariables.html","title":"Date Time Variables","navPath":"DateTimeVariables.html","bundleId":"work-tasks-2023-sp1","id":"abb33cc42-c6da-4bb2-a3e0-65b51cb08b05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariables.html","title":"Workflow Variables","navPath":"WorkflowVariables.html","bundleId":"work-tasks-2023-sp1","id":"aafc18474-138f-4023-908f-a72d1f2f8b6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserVariables.html","title":"User Variables","navPath":"UserVariables.html","bundleId":"work-tasks-2023-sp1","id":"aacd7c323-1ddd-4e0b-9ed8-8306d865e50d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupColumns.html","title":"Group Columns","navPath":"GroupColumns.html","bundleId":"work-tasks-2023-sp1","id":"afe624fde-3dc5-4ed9-8864-c19036ec9681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayAllItems.html","title":"Display All Items","navPath":"DisplayAllItems.html","bundleId":"work-tasks-2023-sp1","id":"a7c9138a9-346a-49b6-85b3-5859e87a0681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaReadOnlyView.html","title":"Create a Read-Only View","navPath":"CreateaReadOnlyView.html","bundleId":"work-tasks-2023-sp1","id":"a61ca7533-dbc3-40b3-8e9e-9c4c1cb5fd68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArrangeGridColumns.html","title":"Arrange Grid Columns","navPath":"ArrangeGridColumns.html","bundleId":"work-tasks-2023-sp1","id":"a06c77853-7a12-4af4-bad9-2bdf4b97a84f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyfromExistingViews.html","title":"Copy from Existing Views","navPath":"CopyfromExistingViews.html","bundleId":"work-tasks-2023-sp1","id":"a206da4c6-4af9-4850-94e1-499b6f0cc995","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageViews.html","title":"Manage Views","navPath":"ManageViews.html","bundleId":"work-tasks-2023-sp1","id":"a3547a7e5-df8b-4325-b34d-31903423f375","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updateaview.html","title":"Update a View","navPath":"updateaview.html","bundleId":"work-tasks-2023-sp1","id":"aefba4328-0177-4c08-8945-785d119e8b22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaView.html","title":"Delete a View","navPath":"DeleteaView.html","bundleId":"work-tasks-2023-sp1","id":"a80913c78-d439-4e0e-844f-ca63b57649a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/secureaview.html","title":"Secure a View","navPath":"secureaview.html","bundleId":"work-tasks-2023-sp1","id":"af8aa441c-dc7a-4ff9-9cc9-672916d4741f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookups.html","title":"List Lookups","navPath":"ListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ad2e2e0cf-7639-489a-806d-8f7a80d4e1a0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportedDataTypes.html","title":"Supported Data Types","navPath":"SupportedDataTypes.html","bundleId":"work-tasks-2023-sp1","id":"a0869ff75-8849-4bff-bcf3-d9a8e8035086","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartLookupSettings.html","title":"Start Lookup Settings","navPath":"StartLookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a870fcc17-e451-42ac-9a3d-5ef6862516be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/lookupsettingsinterface.html","title":"Lookup Settings Interface","navPath":"lookupsettingsinterface.html","bundleId":"work-tasks-2023-sp1","id":"a029504d7-0833-4729-bedb-e3b63abd3456","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workingwithlookupsettings.html","title":"Lookup Settings","navPath":"workingwithlookupsettings.html","bundleId":"work-tasks-2023-sp1","id":"ad4a54116-a261-454e-9bee-9c971ffb5057","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewRepositoryListLookup.html","title":"Add a New Repository List Lookup","navPath":"AddaNewRepositoryListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a18faf58f-7848-490d-a2e1-72ce510c5a0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727452.html","title":"Add a List Query","navPath":"727452.html","bundleId":"work-tasks-2023-sp1","id":"a8f342cf0-1c4b-4132-9a0a-3ceb841fa2ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727453.html","title":"Add an Order By Query","navPath":"727453.html","bundleId":"work-tasks-2023-sp1","id":"a160ef831-5934-44b3-b0ef-1e1b5755801b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewdatabaselookup.html","title":"Add a New Database Lookup","navPath":"addinganewdatabaselookup.html","bundleId":"work-tasks-2023-sp1","id":"ae86bb9af-1b97-4356-b39a-47d14c994cfe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181666.html","title":"Add a New Database Lookup Using Query","navPath":"181666.html","bundleId":"work-tasks-2023-sp1","id":"af3c37beb-41de-4bcf-8bb9-cf6c8ab53e7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181667.html","title":"Add a New Database Lookup Using Stored Procedure","navPath":"181667.html","bundleId":"work-tasks-2023-sp1","id":"a42407e8e-9c09-45d6-8573-1029fbf68835","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewwebapilookup.html","title":"Add a New Web API Lookup","navPath":"addinganewwebapilookup.html","bundleId":"work-tasks-2023-sp1","id":"af4ed8ce1-dfcd-413e-8c87-e401b7fd4fc8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaListLookup.html","title":"Edit a List Lookup","navPath":"EditaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a8699652c-f6f2-4173-bce4-40a4d3c231cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295054.html","title":"Organize Lookup Lists","navPath":"295054.html","bundleId":"work-tasks-2023-sp1","id":"a095f4e12-70af-4d3a-ab8e-7097387c55f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaListLookup.html","title":"Delete a List Lookup","navPath":"DeleteaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a681bb1b0-6124-42d1-ba2b-6d12d5df3936","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookupScenarios.html","title":"List Lookup Scenarios","navPath":"ListLookupScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a474eea5e-7689-4b2b-b99d-f09598b56c76","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetable.html","title":"Create a Lookup for a Database Table","navPath":"creatingalookupforadatabasetable.html","bundleId":"work-tasks-2023-sp1","id":"abe5e16aa-ecd6-4ce4-8365-2060225a2501","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetablewithcompositeprimarykey.html","title":"Create a Lookup for a Database Table with Composite Primary Key","navPath":"creatingalookupforadatabasetablewithcompositeprimarykey.html","bundleId":"work-tasks-2023-sp1","id":"ae9935239-b79b-4778-8026-b6cb0e956d5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDependentLookupfromDatabaseTables.html","title":"Create Dependent Lookup from Database Tables","navPath":"CreateDependentLookupfromDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"a5a635c1a-6d83-41a6-b0e0-80276459b6b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforalist.html","title":"Create a Lookup for a List","navPath":"creatingalookupforalist.html","bundleId":"work-tasks-2023-sp1","id":"a8c36a3b0-8c7d-4166-babb-dfb5f2d951ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData.html","title":"Search or Sort within a Lookup Data","navPath":"SearchorSortwithinaLookupData.html","bundleId":"work-tasks-2023-sp1","id":"a3d685643-4f83-45fe-9d4f-2c169be5e68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData_1.html","title":"Add an Item from Lookup Control","navPath":"SearchorSortwithinaLookupData_1.html","bundleId":"work-tasks-2023-sp1","id":"a44119b2e-f8b2-4cd9-b9ac-72b93755e664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforListLookups.html","title":"Use ExtendedInformation Property for List Lookups","navPath":"UseExtendedInformationPropertyforListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ab77672af-8471-4845-a919-1aa0b4280d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforDatabaseLookups.html","title":"Use ExtendedInformation Property for Database Lookups","navPath":"UseExtendedInformationPropertyforDatabaseLookups.html","bundleId":"work-tasks-2023-sp1","id":"afd19ae0f-9bc6-4f6f-81b8-978790ff8a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","title":"Use Aliases, Joins, Aggregate Functions in Database Lookup Query","navPath":"UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"aa955dfad-3c3f-4e71-9dd0-4c0795197214","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCASEExpressionintheDatabaseLookupQuery.html","title":"Use CASE Expression in the Database Lookup Query","navPath":"UseCASEExpressionintheDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"af385e2ea-f513-4488-8957-e456c887e637","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScenarios.html","title":"List Scenarios","navPath":"ListScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a1e3a4c96-7f7b-4c0b-a662-b9dff8fb25fc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaleaveapplicationlist.html","title":"Create a Leave Application List","navPath":"creatingaleaveapplicationlist.html","bundleId":"work-tasks-2023-sp1","id":"a9f759301-78b1-4895-98cf-42d9809cc9b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalistmappedtomultipletables.html","title":"Create a List Mapped to Multiple Tables","navPath":"creatingalistmappedtomultipletables.html","bundleId":"work-tasks-2023-sp1","id":"ac77b13c9-9c74-437c-bf9f-a8abce8a26b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingthedefaultlistform.html","title":"Modify the default List form","navPath":"modifyingthedefaultlistform.html","bundleId":"work-tasks-2023-sp1","id":"af8c620b1-b828-4722-aa26-823feab53504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListData.html","title":"Sort List Data","navPath":"SortListData.html","bundleId":"work-tasks-2023-sp1","id":"a04913b22-6431-4adc-8a07-29a8f6257d61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportListItemDatatoanExcelSheet.html","title":"Export List Item Data to an Excel Sheet","navPath":"ExportListItemDatatoanExcelSheet.html","bundleId":"work-tasks-2023-sp1","id":"afc95246d-d294-4a51-865a-cf395877bb98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingversioningforlistitem.html","title":"Enable Versioning for List Item","navPath":"enablingversioningforlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a760bced5-ea5d-4d17-aa41-4d84dce82926","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListitemsusingDisplaySortOrderProperty.html","title":"Sort List items using DisplaySortOrder Property","navPath":"SortListitemsusingDisplaySortOrderProperty.html","bundleId":"work-tasks-2023-sp1","id":"a8815f479-fb7b-4751-8053-58cd7bd78caa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/setcustomviewforalistcontrol.html","title":"Set Custom View for a List Control from a Custom ASPX Page using API","navPath":"setcustomviewforalistcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a20b168f3-ab23-42d7-a7ef-f8e174e922e4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsintegration.html","title":"Lists Integration","navPath":"listsintegration.html","bundleId":"work-tasks-2023-sp1","id":"a3c16dc27-a316-4018-a191-fe0bed1bfad8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutlistsintegrationcomponents.html","title":"About Lists Integration Components","navPath":"aboutlistsintegrationcomponents.html","bundleId":"work-tasks-2023-sp1","id":"a33b8d865-a94c-4f0b-9fff-bebc992082fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/keyfeaturesandbenefits.html","title":"Key Features and Benefits","navPath":"keyfeaturesandbenefits.html","bundleId":"work-tasks-2023-sp1","id":"a383d5213-ff6e-4521-a724-f7945ab4d110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites_2.html","title":"Prerequisites","navPath":"prerequisites_2.html","bundleId":"work-tasks-2023-sp1","id":"a817557c1-34d2-4bda-961d-d86e986a7cf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installationandconfiguration.html","title":"Installation and Configuration","navPath":"installationandconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"afedc024c-2792-44b3-b807-f779091c8570","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutconfiguration.html","title":"About Configuration","navPath":"aboutconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"aec4d23a5-13b4-4658-a794-89ef158c09b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73298.html","title":"List Source Data Flow","navPath":"73298.html","bundleId":"work-tasks-2023-sp1","id":"a94860ca0-608f-4a63-864d-c6cf456d03eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73300.html","title":"Import and Export Data","navPath":"73300.html","bundleId":"work-tasks-2023-sp1","id":"a37ef99ff-c5e7-4450-aa06-3dc2365f15e9","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listssupport.html","title":"Troubleshooting Lists","navPath":"listssupport.html","bundleId":"work-tasks-2023-sp1","id":"a108d62bb-0843-4cf6-9340-4e92fc403c5a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604373.html","title":"Quickflow User Guide","navPath":"604373.html","bundleId":"work-tasks-2023-sp1","id":"abfe512d0-bd00-4ee2-9c05-193ef29fee4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/613300.html","title":"Prerequisites","navPath":"613300.html","bundleId":"work-tasks-2023-sp1","id":"ac0627737-79b8-4e8c-b488-c555d6f9d41b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/603289.html","title":"Deploy Quickflow","navPath":"603289.html","bundleId":"work-tasks-2023-sp1","id":"abb5934ea-4caf-47c1-a9c6-8c8bc77e37e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateQuickflow.html","title":"Create Quickflow","navPath":"CreateQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"ab13b1950-687b-4902-b06e-c83acec1c70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604271.html","title":"Activities","navPath":"604271.html","bundleId":"work-tasks-2023-sp1","id":"a23c637f4-5584-4418-9ed9-8d4b8686e794","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/620121.html","title":"Supported Activities","navPath":"620121.html","bundleId":"work-tasks-2023-sp1","id":"adb95f866-b3ab-49b4-ba3e-172dedfd9798","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity_1.html","title":"Start Activity","navPath":"StartActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ada556791-b94a-4dd5-a658-5accdae46a91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables_1.html","title":"Start - Variables","navPath":"StartVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a88a19ceb-2e77-470c-841f-5940d5e55cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables_1.html","title":"XML Variables","navPath":"XMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"aa30a4a92-ab34-4f59-96ba-c0c9c411010c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface_1.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface_1.html","bundleId":"work-tasks-2023-sp1","id":"a73f50020-820f-4f06-a447-b30b0490ec25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLDocumentXMLVariable.html","title":"Introduction to XML Document XML Variable","navPath":"IntroductiontoXMLDocumentXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2a2873a7-d219-4cc9-bf14-810d087f3956","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument_1.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument_1.html","bundleId":"work-tasks-2023-sp1","id":"a192519d7-f412-4086-8539-b1625189fbee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buildingxmlschema.html","title":"Build XML Schema","navPath":"buildingxmlschema.html","bundleId":"work-tasks-2023-sp1","id":"ae0abfc6e-1381-4109-9ddc-514b8ac1b23b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms_1.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a243f6917-6f8e-4e23-bbf7-32cf46ec39e0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLIteratorXMLVariable.html","title":"Introduction to 'XML Iterator' XML Variable","navPath":"IntroductiontoXMLIteratorXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aeabdcabe-e8a5-44c6-88b4-7786423f1a16","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator_1.html","title":"Create XML Variable of Type 'XML Iterator'","navPath":"CreateXMLVariableofTypeXMLIterator_1.html","bundleId":"work-tasks-2023-sp1","id":"a3732687d-44fc-44ad-a3c1-fde9a876718f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLIteratorTypeVariables.html","title":"Use 'XML Iterator' Type Variables","navPath":"UseXMLIteratorTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac713f6ff-ca17-4181-8154-80e67fe6e0bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables_1.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a7cf0b5d8-483b-4fae-ae77-0e87fe66d872","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities_1.html","title":"Communication Activities","navPath":"CommunicationActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"abc23b6e0-b25e-4754-8372-05b11f4a3ed7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity_1.html","title":"Notification Activity","navPath":"NotificationActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a1e53c1be-3763-431a-bb6b-1ebe45e786d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_2.html","title":"Notification: ToResource","navPath":"NotificationToResource_2.html","bundleId":"work-tasks-2023-sp1","id":"aa7b5fc5d-dd64-4778-bcd5-f6e026e69b88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationMessage.html","title":"Notification: Message","navPath":"NotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a22d1c569-38be-4bb1-92eb-45269a92980e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotification.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotification.html","bundleId":"work-tasks-2023-sp1","id":"adfea9ab4-f65f-441b-b9c0-5cb01ced5763","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource_1.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a8905abff-e5a6-4a5b-b29f-b727205b751b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pushnotificationmessage11.html","title":"Set Notification Type","navPath":"pushnotificationmessage11.html","bundleId":"work-tasks-2023-sp1","id":"acdcfd711-a745-49fa-9b8d-314f8058e488","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVAWorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac7c42c92-cb53-4e57-b9a8-627134e7a504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage_1.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1685f44-dd48-4e1a-b2b2-14ab9419e5dd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities_1.html","title":"Engine Activities","navPath":"EngineActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae95c9908-6c61-48a2-a43c-8174c4bae56b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/blockoutputactivity.html","title":"BlockingOutput Activity","navPath":"blockoutputactivity.html","bundleId":"work-tasks-2023-sp1","id":"a1c24ce7a-38f2-48e8-ba3b-d76b087c5268","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity_1.html","title":"Database Activity","navPath":"DatabaseActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4c3f2a7f-68a4-4e28-8cf8-49e132556ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity_1.html","title":"Decision Activity","navPath":"DecisionActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"aa7446da6-905e-447f-a200-fa4c132b89fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions_1.html","title":"Decision: Decisions","navPath":"Decisions_1.html","bundleId":"work-tasks-2023-sp1","id":"a0d6cc59c-dcd8-494f-8950-555992f49612","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity_1.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a28ffd98b-7a5b-4fc3-9061-ca0e4071d394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity_1.html","title":"For-Loop Activity","navPath":"ForLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"add25a390-9281-4442-be07-2bcdbb1eb62c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount_1.html","title":"For-Loop Count","navPath":"ForLoopCount_1.html","bundleId":"work-tasks-2023-sp1","id":"ac91d7742-c1b4-4047-9d78-ad3bfd011021","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity_1.html","title":"Logger Activity","navPath":"LoggerActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a92b7545a-4c84-4215-b921-7cfbecb57152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage_1.html","title":"Log - Log Message","navPath":"Log-LogMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1868785-0479-465f-b36e-fcbfbc7a295e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity_1.html","title":"Next Loop Activity","navPath":"NextLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a216e6f3e-1a83-4123-9d48-d75b8b9019aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity_1.html","title":"Rule Activity","navPath":"RuleActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a238ed1ce-7780-4452-b475-a8c3bf91ef68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition_1.html","title":"Rule - Condition","navPath":"RuleCondition_1.html","bundleId":"work-tasks-2023-sp1","id":"a0e3c2445-d021-4a04-97ff-2533d16b5890","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable_1.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable_1.html","bundleId":"work-tasks-2023-sp1","id":"a87dc078e-dc70-4c2c-be7e-a9d0f74f311a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity_1.html","title":"Synchronize Activity","navPath":"SynchronizeActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ace9e3051-aa4e-4b78-bd5b-98684930a937","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity_1.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9caf828-4674-4928-abda-ffccbd678adf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables_1.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a476ca464-0b3d-4a48-b42a-29c48f013b54","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a65757198-6355-4d95-97d0-bea91eaba578","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity_1.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"af277eb06-a8d6-4969-9733-0577e564c0c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowaction.html","title":"Workflow Activity","navPath":"workflowaction.html","bundleId":"work-tasks-2023-sp1","id":"abeb7fbc7-06a6-4a78-8202-14a5ce81511b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow_1.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a53514f50-a015-4a6d-a246-a565b91b45fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow_1.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa70d0235-c21b-4608-aea7-f4c8df946f49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","title":"How to Pass Variables from Parent Workflow/Quickflow to Child Workflow?","navPath":"howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","bundleId":"work-tasks-2023-sp1","id":"a86a57158-1fdd-4dd0-858c-697ba16127e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GettingExecutionIDoftheChildQuickflow.html","title":"Getting Execution ID of the Child Quickflow","navPath":"GettingExecutionIDoftheChildQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"a8ba6f769-d9c0-4edc-888c-b5f047cd82ac","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator_1.html","title":"XML Navigator","navPath":"XMLNavigator_1.html","bundleId":"work-tasks-2023-sp1","id":"a45e93061-77ab-467b-b9be-cb2b779055b9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Integration_Activities.html","title":"Integration Activities","navPath":"Integration_Activities.html","bundleId":"work-tasks-2023-sp1","id":"a5aad2a2c-7f9d-4626-8e53-fb2882f23460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebapiactivity_1.html","title":"Invoke Web API Activity","navPath":"invokewebapiactivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae0b84382-3514-4e82-be26-d7a6155b6ad4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIConfigureWebAPI.html","title":"Invoke Web API: Configure Web API","navPath":"InvokeWebAPIConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a3958a8bf-2a88-4a80-97dd-308e7e699e74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI_1.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI_1.html","bundleId":"work-tasks-2023-sp1","id":"a3821dcc2-3010-4f71-8a63-731903079e82","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity_1.html","title":"Script Activity","navPath":"ScriptActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ad54af351-ae26-4bdd-b365-bf9bfb58d23c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode_1.html","title":"Script: Code","navPath":"ScriptCode_1.html","bundleId":"work-tasks-2023-sp1","id":"a14f05003-46e3-4a03-be7a-df5ace46619f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences_1.html","title":"Script: References","navPath":"ScriptReferences_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cff7e06-00df-41ba-80fc-fca2ebb83ed7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues_1.html","title":"Script: Return Values","navPath":"ScriptReturnValues_1.html","bundleId":"work-tasks-2023-sp1","id":"a977e2a1b-5210-4431-b4ae-8343dfa434da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/xmlaction1.html","title":"XML Action Activity","navPath":"xmlaction1.html","bundleId":"work-tasks-2023-sp1","id":"a4963e747-2cd7-424c-901b-d39aba86b4e2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities_1.html","title":"Message Queue Activities","navPath":"MessageQueueActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"acc8577f0-9073-47c5-9950-081768e28ded","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData_1.html","title":"SendMQData","navPath":"SendMQData_1.html","bundleId":"work-tasks-2023-sp1","id":"aa92f26d2-7a9f-4b13-a0d7-e3f9f73f9cf7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureMessageQueueConnection.html","title":"Configure Message Queue Connection","navPath":"ConfigureMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"a4d4e28c9-c754-4940-a649-4bfd9decf662","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities_1.html","title":"Logic App Activities","navPath":"LogicAppActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9de13e3-b77a-4b32-8b40-dce2dd0ca2bd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity_1.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a67934cc7-f636-4a87-a58d-819314acd37a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLogicAppConnectionandData.html","title":"Configure Logic App Connection and Data","navPath":"ConfigureLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"a62c98ed4-a578-430f-9578-a373766d84d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity_1.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a56126034-fa4a-4435-ae5c-8e767943c2b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8285582-567d-4aee-8a43-3ae44bdef109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"abab1d6f7-cd61-44f7-bc4a-f25bc4fce09c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing_1.html","title":"Relative Referencing","navPath":"RelativeReferencing_1.html","bundleId":"work-tasks-2023-sp1","id":"a08af0980-09bf-4708-863e-5c11171f63f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/678853.html","title":"Custom Activity","navPath":"678853.html","bundleId":"work-tasks-2023-sp1","id":"acce64137-6950-4492-8897-4975bdc79798","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesigner.html","title":"Process Designer","navPath":"ProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a9ce0cfa6-bc2c-4daa-b739-a198ccd379e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinition.html","title":"Export Process Definition","navPath":"ExportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a406935b1-f84f-4b31-9d43-3003342240df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinition.html","title":"Import Process Definition","navPath":"ImportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a6230bc99-c571-465a-8b69-477cf4c86fae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildExpression.html","title":"Build Expression","navPath":"BuildExpression.html","bundleId":"work-tasks-2023-sp1","id":"ab50167ab-4246-4946-bcd7-76a5bdad9228","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Support_1.html","title":"Support","navPath":"Support_1.html","bundleId":"work-tasks-2023-sp1","id":"a1cf72bce-e0e3-4684-af85-47970a4d33b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics_1.html","title":"Diagnostics","navPath":"Diagnostics_1.html","bundleId":"work-tasks-2023-sp1","id":"ad43df2d6-71a0-45ef-b475-846ded247fe9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Limitations.html","title":"Limitations","navPath":"Limitations.html","bundleId":"work-tasks-2023-sp1","id":"a50d46ae6-4cde-4944-85f5-b9e286b54ac2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Troubleshoot.html","title":"Troubleshoot","navPath":"Troubleshoot.html","bundleId":"work-tasks-2023-sp1","id":"abe8f4828-bf51-44b8-8661-feb3c7e36229","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmuserguide.html","title":"User Guide","navPath":"wonderwareskeltabpmuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a2a87808a-62a3-4993-b38c-1029b836bd6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wwskeltabpminstallationandadministration.html","title":"Administration","navPath":"wwskeltabpminstallationandadministration.html","bundleId":"work-tasks-2023-sp1","id":"aeb1de17c-414b-4a02-809b-a29463c79988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisitesfordesigningworkflows.html","title":"Prerequisites","navPath":"prerequisitesfordesigningworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad0a941c0-d99c-4a49-bdd9-06b5f5ba88cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted_1.html","title":"Get started","navPath":"GetStarted_1.html","bundleId":"work-tasks-2023-sp1","id":"ab5ba867c-c67a-47f6-8a2c-5d6c182b00bb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingahelloworldworkflow.html","title":"Create a Workflow","navPath":"creatingahelloworldworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ad7a7499e-21ca-4d8d-b9e4-7779a9b476b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingvariablesinworkflow.html","title":"Use Variables in Workflow","navPath":"usingvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a35fcd1cb-9cd8-4bda-95d9-21d62ce6ed5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingxmlvariablesinworkflow.html","title":"Use XML Variables in Workflow","navPath":"usingxmlvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6d117e90-e411-4b64-ab2a-ec581f9e333a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/familiarizingwithskeltaxmlvariables.html","title":"Familiarize with XML Variables","navPath":"familiarizingwithskeltaxmlvariables.html","bundleId":"work-tasks-2023-sp1","id":"a1922eea6-d13d-4e61-9563-c5cbecf2b1f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loopingthroughxmldocument.html","title":"Loop Through an XML Document","navPath":"loopingthroughxmldocument.html","bundleId":"work-tasks-2023-sp1","id":"a8245bc71-7baf-48e9-960e-a984f38c8194","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithskeltaforms.html","title":"Use Forms","navPath":"gettingstartedwithskeltaforms.html","bundleId":"work-tasks-2023-sp1","id":"a808d9ddc-42c3-43f1-800a-7bab6c778f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebservicefromworkflows.html","title":"Invoke Web Service from Workflows","navPath":"invokewebservicefromworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a30a5496f-ae02-4647-9ae7-0002b603fbe5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetcontrols.html","title":"Interfaces","navPath":"skeltabpmnetcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ac68d126c-5698-4494-90f0-e7ee67e0a15d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingskeltabpmnetfeatures.html","title":"Access Features","navPath":"accessingskeltabpmnetfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a4f2570db-0fb2-45ed-8d27-67300ee6bdd0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole_1.html","title":"Enterprise Console","navPath":"EnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3a226f4-14b5-4d34-9469-d313ea4d4732","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaenterpriseconsoleauthentication.html","title":"Enterprise Console Authentication","navPath":"skeltaenterpriseconsoleauthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa2cbbc9f-bc9c-47f9-a2f5-83dafdfec44b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaworkitemlist.html","title":"Enterprise Console Home Page","navPath":"skeltaworkitemlist.html","bundleId":"work-tasks-2023-sp1","id":"a61f1cd52-a9d6-4f34-9fa7-43c80976e182","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowManagement.html","title":"Workflow Management","navPath":"WorkflowManagement.html","bundleId":"work-tasks-2023-sp1","id":"abe23487f-fae4-4e68-8a5a-1c2d81e4f559","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist1.html","title":"What is a Workflow List","navPath":"workflowlist1.html","bundleId":"work-tasks-2023-sp1","id":"a75031b45-67ad-40ed-8ba2-468ba2c256f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/groupingworkflowitemswithfolders.html","title":"Group Workflow Items within a Folder","navPath":"groupingworkflowitemswithfolders.html","bundleId":"work-tasks-2023-sp1","id":"ae1d9c677-b889-4b46-9078-82a34099d470","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewfolderworkflow.html","title":"Create a Folder","navPath":"creatinganewfolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af50f8793-a053-4320-9203-3a7515e1f955","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingafolderworkflows.html","title":"Publish a Folder","navPath":"publishingafolderworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a0476c204-90f8-4921-a5f5-98c397142337","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingafolderworkflow.html","title":"Delete a Folder","navPath":"deletingafolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab9618690-accc-46f3-a1ee-facfe14fb0be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingordisablingafolder.html","title":"Enable or Disable a Folder","navPath":"enablingordisablingafolder.html","bundleId":"work-tasks-2023-sp1","id":"a1d0b6ff6-c1aa-4d8a-9551-d1bc139211e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changingtheownerofthefolder.html","title":"Change the Owner of the Folder","navPath":"changingtheownerofthefolder.html","bundleId":"work-tasks-2023-sp1","id":"af91fb070-9180-48a8-8777-00d658ef0f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/applyingsecuritysettingstoafolder.html","title":"Apply Security Settings to a Folder","navPath":"applyingsecuritysettingstoafolder.html","bundleId":"work-tasks-2023-sp1","id":"ace01028f-35ec-4d0c-8dd3-f2c1deb5acad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/navigate.html","title":"Navigate to Different Folders in Workflows List","navPath":"navigate.html","bundleId":"work-tasks-2023-sp1","id":"a9f0a388f-24d0-40c6-b9d6-e5e8a1fd587d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingandassociatingaworkflow.html","title":"Create a Workflow","navPath":"creatingandassociatingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a214c7e9e-9480-43e9-bc06-0983c070fc0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createassociations.html","title":"Create an Association for a Workflow","navPath":"createassociations.html","bundleId":"work-tasks-2023-sp1","id":"a2b517777-2bad-46a4-a477-479811d5637f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associateworkflowwithenterpriseconsole.html","title":"Associate Workflow with Enterprise Console Events","navPath":"associateworkflowwithenterpriseconsole.html","bundleId":"work-tasks-2023-sp1","id":"aba5bca6d-8f08-43e5-ae4c-600f4e82793e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a349b51b8-706c-4d65-b103-4c326fbb4dbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505.html","bundleId":"work-tasks-2023-sp1","id":"abcbbbee2-75f7-44b9-89bc-318746f339e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/512536.html","title":"Associate Workflow with Message Queue","navPath":"512536.html","bundleId":"work-tasks-2023-sp1","id":"a96035563-4d6c-4e7e-8ce8-bb87ff75629d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaExample.html","title":"XML Schema Example","navPath":"XMLSchemaExample.html","bundleId":"work-tasks-2023-sp1","id":"af1bfb35c-2e69-4fa8-ac11-9b0f5ea1a65b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JSONSampleExample.html","title":"JSON Sample Example","navPath":"JSONSampleExample.html","bundleId":"work-tasks-2023-sp1","id":"a12177a3d-c580-44d2-88c3-fb30aebffa70","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/572497.html","title":"Associate Workflow with Logic App Events","navPath":"572497.html","bundleId":"work-tasks-2023-sp1","id":"af20b4802-18bf-4425-92bf-655a68c29005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewassociations.html","title":"View all Associations of a Workflow","navPath":"viewassociations.html","bundleId":"work-tasks-2023-sp1","id":"a975602b6-945a-495d-b4b7-eb1b9d23f8f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflowassociations.html","title":"Delete Workflow Associations","navPath":"deletingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"ae10fd997-b6f8-49da-96e3-ef5946121fa9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingworkflowassociations.html","title":"Disable Workflow Associations","navPath":"disablingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"a661e2016-f7ad-48b1-8c7d-2a68a0863cc4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/saveas1.html","title":"Create different versions of a Workflow","navPath":"saveas1.html","bundleId":"work-tasks-2023-sp1","id":"ade11312c-f7fb-47ad-91f4-5fecb763e0b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showallversions.html","title":"View All the Versions of a Workflow","navPath":"showallversions.html","bundleId":"work-tasks-2023-sp1","id":"a241d85fc-fce9-4891-8d44-3901965c03d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designworkflow.html","title":"Modify a Workflow Design","navPath":"designworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac129db54-6637-472a-a958-501acf136c78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingaworkflow.html","title":"Edit a Workflow","navPath":"editingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"adba79694-3c18-437a-b749-db9f74882422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflows.html","title":"Delete a Workflow","navPath":"deletingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"af14602e1-d56d-45c7-9cdf-53bacfee5996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingworkflows.html","title":"Publish a Workflow","navPath":"publishingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a61ad94f3-e234-4f44-abdd-9e37885d7f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/unpublishingaworkflow.html","title":"Unpublish a Workflow","navPath":"unpublishingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"abb6a6046-3d45-489e-b947-a0ddccf45740","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importworkflow.html","title":"Import a Workflow","navPath":"importworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a62800b85-ccee-42cf-8c02-a55b3ee7a75d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exportworkflow.html","title":"Export a Workflow","navPath":"exportworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac057f9aa-e86c-4cfd-8f7f-17d1f405a84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction1.html","title":"Lock a Workflow for Editing","navPath":"introduction1.html","bundleId":"work-tasks-2023-sp1","id":"a1332246d-221f-4b81-81a9-0d362bc164fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enable_1.html","title":"Enable  and Disable Workflow","navPath":"enable_1.html","bundleId":"work-tasks-2023-sp1","id":"ab6341bed-a18e-4bc7-a7cb-920a1ef4ba6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfiguration1.html","title":"Access BAM Configuration","navPath":"bamconfiguration1.html","bundleId":"work-tasks-2023-sp1","id":"a421431d7-b45c-434b-86b0-a3c5e2864575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changeowner1.html","title":"Change Owner Information of a Workflow","navPath":"changeowner1.html","bundleId":"work-tasks-2023-sp1","id":"acc9c8b5d-fc85-4d52-8314-f221012e3d12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tasks.html","title":"Access Workflow Tasks","navPath":"tasks.html","bundleId":"work-tasks-2023-sp1","id":"ae117d2e4-9daf-498b-8c47-a081d554adb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsAvailableinaWorkflowList.html","title":"Different Views Available in a Workflow List","navPath":"DifferentViewsAvailableinaWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a73ce3392-b047-4692-8199-9e4d32e467d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewworkflow.html","title":"View a Workflow","navPath":"viewworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aa5bd43af-2990-4cb6-a9d3-53a916b2954c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/testrun.html","title":"View the Execution of the Published Workflow","navPath":"testrun.html","bundleId":"work-tasks-2023-sp1","id":"afb296ef0-ec9c-4365-ac8c-60f99f9c0ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showchilditems.html","title":"View Child Items of a Workflow","navPath":"showchilditems.html","bundleId":"work-tasks-2023-sp1","id":"a57bb9039-f4ae-4f7a-9412-002a8b98d094","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewaudithistory.html","title":"View Audit History","navPath":"viewaudithistory.html","bundleId":"work-tasks-2023-sp1","id":"a541ffc86-5613-4932-b821-bbea49844786","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewproperties.html","title":"View the Properties of a Workflow","navPath":"viewproperties.html","bundleId":"work-tasks-2023-sp1","id":"a6fe34c2f-2df9-4ea3-8aa0-40791277cf41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingexception.html","title":"View Exceptions","navPath":"viewingexception.html","bundleId":"work-tasks-2023-sp1","id":"ae1ad7b45-c8c6-42f5-ba35-8b87ab5fe311","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitysettings.html","title":"Set Security at Workflow Listitem Level","navPath":"securitysettings.html","bundleId":"work-tasks-2023-sp1","id":"aa01ca25e-91d8-47c1-9265-9679e079a1ca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutSkeltaCalendars.html","title":"Calendars","navPath":"AboutSkeltaCalendars.html","bundleId":"work-tasks-2023-sp1","id":"ab51e704c-6b45-47ef-a7d5-a5bff9298765","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceCalendar.html","title":"Resource Calendar","navPath":"ResourceCalendar.html","bundleId":"work-tasks-2023-sp1","id":"a20d5aa0e-8364-486a-8540-1f121e444a34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configurationofresourcecalendarbyadministrator.html","title":"Configure Resource Calendar by Administrator","navPath":"configurationofresourcecalendarbyadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a06de864e-4acf-474d-bba6-804d158a3ef4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingthecalendar.html","title":"Check Resource Availability","navPath":"searchingthecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a01d6efcd-1c7c-42c6-b333-52dda0c34863","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement_1.html","title":"Queue Management","navPath":"QueueManagement_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1e11c71-d9f5-472a-882c-11796ea02464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQueueManagement.html","title":"Configure Queue Management","navPath":"ConfigureQueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a88a2f3b9-416c-4672-a50d-1267c50b0672","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ParticipantsTab.html","title":"Participants Tab","navPath":"ParticipantsTab.html","bundleId":"work-tasks-2023-sp1","id":"a9ffc8082-bf4b-44a6-a995-6fbb583b78fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DispatchPatternsTab.html","title":"Dispatch Patterns Tab","navPath":"DispatchPatternsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3f948682-4002-461b-a1a5-78339f608751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingsTab.html","title":"Settings Tab","navPath":"SettingsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3a6f6b5a-431b-47a2-8ef5-0ffdbcc8df46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EscalationTab.html","title":"Escalation Tab","navPath":"EscalationTab.html","bundleId":"work-tasks-2023-sp1","id":"a1d98defa-eabd-4e40-8c1a-52bca7b14f10","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingqueuecontroltocreateandmanagequeues1.html","title":"Use Queue Control to Create and Manage Queues","navPath":"usingqueuecontroltocreateandmanagequeues1.html","bundleId":"work-tasks-2023-sp1","id":"ab38c2f42-2b28-4644-90d5-45d06871e87d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingparticipantstothequeue1.html","title":"Add Participants to the Queue","navPath":"addingparticipantstothequeue1.html","bundleId":"work-tasks-2023-sp1","id":"a44784ec8-a8c7-43a7-aa6e-7719d95bd49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringdispatchpatterns1.html","title":"Configure Dispatch Patterns","navPath":"configuringdispatchpatterns1.html","bundleId":"work-tasks-2023-sp1","id":"a0bf68420-a333-4bce-95c6-db28918fc6b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingthequeuepreference.html","title":"Set the Queue Preference","navPath":"settingthequeuepreference.html","bundleId":"work-tasks-2023-sp1","id":"ac7de4f75-c715-4f98-a424-525dff54cb80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingescalations1.html","title":"Set Escalations for Queues","navPath":"settingescalations1.html","bundleId":"work-tasks-2023-sp1","id":"a00ead208-a37d-4bfd-832c-91f63b62fba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingthequeuesinworkflows1.html","title":"Use Queues in Workflows","navPath":"usingthequeuesinworkflows1.html","bundleId":"work-tasks-2023-sp1","id":"af9741bd6-7299-4877-bb84-617365d5a53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueuesintheactivitylist1.html","title":"Access Queues in the Work Items List","navPath":"accessingqueuesintheactivitylist1.html","bundleId":"work-tasks-2023-sp1","id":"adf334d3b-078d-4695-8600-76c04ef8cba4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199511.html","title":"Database Connections","navPath":"199511.html","bundleId":"work-tasks-2023-sp1","id":"a0a7ed262-4da9-4666-a963-313a1a898950","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199512.html","title":"Create a Database Connection","navPath":"199512.html","bundleId":"work-tasks-2023-sp1","id":"a4ac56958-37e7-40e7-9d25-09aa1640de0b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsList.html","title":"Work Items List","navPath":"WorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a047625cb-f932-42b1-ac24-ec8820a50c35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItemViewAllUsers.html","title":"Manage Work Item - View All Users","navPath":"ManageWorkItemViewAllUsers.html","bundleId":"work-tasks-2023-sp1","id":"af81f0985-bb87-4af1-ab66-23a21e66837f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListUserInterfaceElements.html","title":"Work Items List User Interface Elements","navPath":"WorkItemsListUserInterfaceElements.html","bundleId":"work-tasks-2023-sp1","id":"adeb344ce-1d10-4be6-9975-294b377a9e01","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListFolders.html","title":"Work Items List Folders","navPath":"WorkItemsListFolders.html","bundleId":"work-tasks-2023-sp1","id":"a2ffdf90e-2cd6-4daa-a02e-d33b3643aa19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListView.html","title":"Work Items List View","navPath":"WorkItemsListView.html","bundleId":"work-tasks-2023-sp1","id":"a29ab4fb1-5613-41c8-89ed-6f04e28ce62c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemDetails.html","title":"Work Item Details","navPath":"WorkItemDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa8549216-f88c-4407-b2ef-a5d24f2e56ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListToolbar.html","title":"Work Items List Toolbar","navPath":"WorkItemsListToolbar.html","bundleId":"work-tasks-2023-sp1","id":"a73f3d260-3d3f-4e89-81bc-dd1667f09f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListManagerView.html","title":"Work Items List Manager View","navPath":"WorkItemsListManagerView.html","bundleId":"work-tasks-2023-sp1","id":"affe89bdb-7f53-413e-91e9-aa5f9de5bfa7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueMultiSelectandReassignQueueWorkItems.html","title":"Queue Multi-Select and Reassign Queue Work Items","navPath":"QueueMultiSelectandReassignQueueWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"afd99f191-445f-45b5-b811-9d2733491672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueueitems.html","title":"Access Queue Items","navPath":"accessingqueueitems.html","bundleId":"work-tasks-2023-sp1","id":"ae6164755-6d53-4358-bb7c-41ab0c126707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistview.html","title":"Customize Work Items List","navPath":"customizingworkitemlistview.html","bundleId":"work-tasks-2023-sp1","id":"aa3c6b4c1-e59b-4bc3-837a-88681a027f39","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistlayouts.html","title":"Customize Work Items List Layouts","navPath":"customizingworkitemlistlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a057aa02e-451e-477b-bcb7-1eeba7e3db0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemlistcustomizationoptions.html","title":"Work Items List Layout Customization","navPath":"workitemlistcustomizationoptions.html","bundleId":"work-tasks-2023-sp1","id":"a4ce246ab-f838-4c54-8bef-789f0dde5293","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsatworkflowlevel.html","title":"Define Layouts at Workflow Level","navPath":"defininglayoutsatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6d5e6b35-957f-4bd7-bef5-9fb78db95ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininggloballayouts.html","title":"Define Global Layouts","navPath":"defininggloballayouts.html","bundleId":"work-tasks-2023-sp1","id":"a5f38699a-11bb-4ade-ad61-2b7a4aa3681e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsforqueues.html","title":"Define Layouts for Queues","navPath":"defininglayoutsforqueues.html","bundleId":"work-tasks-2023-sp1","id":"a1ab0f428-47c8-44ba-803e-6ecb5d81cd6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizinginboxview.html","title":"Define Work Items List Layouts for a User","navPath":"customizinginboxview.html","bundleId":"work-tasks-2023-sp1","id":"a762bad58-27eb-40b6-85fc-f127d2a31abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistviews.html","title":"Customize Work Items List Views","navPath":"customizingworkitemlistviews.html","bundleId":"work-tasks-2023-sp1","id":"a53f35ba4-b327-4b8e-851a-fc7af64652e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListbyApplication.html","title":"Display Work Items List by Application","navPath":"DisplayWorkItemsListbyApplication.html","bundleId":"work-tasks-2023-sp1","id":"a95d75a49-7814-4339-9a63-841d0b8e5756","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListGroupedbyWorkflows.html","title":"Display Work Items List Grouped by Workflows","navPath":"DisplayWorkItemsListGroupedbyWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac69dac17-c15e-40f3-ad97-423e309911ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedWorkflows.html","title":"Display Work Items List for Specified Workflows","navPath":"DisplayWorkItemsListforSpecifiedWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a493df458-b3fb-4cc0-aeb2-9d92d410133c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedQueues.html","title":"Display Work Items List for Specified Queues","navPath":"DisplayWorkItemsListforSpecifiedQueues.html","bundleId":"work-tasks-2023-sp1","id":"af5b1c5cb-397c-4dae-9eb2-54948a9fe25e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayInboxView.html","title":"Display Inbox View","navPath":"DisplayInboxView.html","bundleId":"work-tasks-2023-sp1","id":"a97f10efc-aa4a-4853-8aad-2be7bb653465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayManager%27sView.html","title":"Display Manager's View","navPath":"DisplayManager'sView.html","bundleId":"work-tasks-2023-sp1","id":"a5030b5e1-c942-4db6-9457-3e55f02e9eca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/preferencesforworkitemmanagement.html","title":"Preferences for Work Item Management","navPath":"preferencesforworkitemmanagement.html","bundleId":"work-tasks-2023-sp1","id":"ae1f48915-254f-420b-a90f-09b0e8e6a4cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoownershiponRowClick.html","title":"Auto-ownership on Row Click","navPath":"AutoownershiponRowClick.html","bundleId":"work-tasks-2023-sp1","id":"a20a40308-1066-446c-a5f7-e4598d985689","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableMultiSelectOptioninWorkItemList.html","title":"Enable Multi-Select Option in Work Item List","navPath":"EnableMultiSelectOptioninWorkItemList.html","bundleId":"work-tasks-2023-sp1","id":"a00eb1adf-c7e7-4092-8a78-274b2c1255d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterDatainWorkItemsList.html","title":"Filter Data in Work Items List","navPath":"FilterDatainWorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a691d4587-e1b0-407c-9915-8f71dc0298fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagingWorkItems.html","title":"Manage Work Items","navPath":"ManagingWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"aec8f1303-98a7-416a-987d-85266d6dae1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItems.html","title":"Forward Work Items","navPath":"ForwardWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a029816da-e58e-49bf-8e0d-bcc6334db56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems_1.html","title":"Abort Work Items","navPath":"AbortWorkItems_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf6a28b7-9a25-40b3-b0d0-d7eccd534076","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemoveWorkItems.html","title":"Remove Work Items","navPath":"RemoveWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a04d47171-9e39-49f2-bf2d-e76d5887fad2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlternateActors.html","title":"Alternate Actors","navPath":"AlternateActors.html","bundleId":"work-tasks-2023-sp1","id":"a1c168a79-4294-43ba-8010-3867f0eee4d2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/250494.html","title":"Alternate Actors","navPath":"250494.html","bundleId":"work-tasks-2023-sp1","id":"a693d237e-1e85-4f67-a2f5-f7b7fbb043d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationScenarios.html","title":"Configuration Scenarios","navPath":"ConfigurationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afbb2f810-8d7a-450c-af0b-8064c6bb369d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/businessactivitymonitoringbamalertfeatures.html","title":"Business Activity Monitoring Alert","navPath":"businessactivitymonitoringbamalertfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8da31cfd-4581-4081-95f4-6475f3fd10db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheThresholdValueinBAM.html","title":"Set the Threshold Value in BAM","navPath":"SettheThresholdValueinBAM.html","bundleId":"work-tasks-2023-sp1","id":"a2480dc16-6495-4b83-994a-5052250aae7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetBAMAlertforOverduesandKPIs.html","title":"Set BAM Alert for Overdues and KPIs","navPath":"SetBAMAlertforOverduesandKPIs.html","bundleId":"work-tasks-2023-sp1","id":"ac2ba96e4-8257-4f5d-8604-827e7715c591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations_1.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations_1.html","bundleId":"work-tasks-2023-sp1","id":"ab45ce846-8ad7-4d54-90ea-db32e8f36f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMWorkflow.html","title":"BAM Workflow","navPath":"BAMWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af54195dd-f4cf-4be3-8dfc-176052519606","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampletoConfigureBAMAlerts.html","title":"Example to Configure BAM Alerts","navPath":"ExampletoConfigureBAMAlerts.html","bundleId":"work-tasks-2023-sp1","id":"ac406c55e-7d14-4b4a-89b4-47b42ab09dd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alertsforbusinessactivitythresholds1.html","title":"BAM Alert Settings","navPath":"alertsforbusinessactivitythresholds1.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b6f9-bdfd-4f80-9902-6b2826b63ce7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder.html","title":"Enabling and Disabling SOA Folder","navPath":"disablefolder.html","bundleId":"work-tasks-2023-sp1","id":"a0a78a278-fc09-40b6-8547-ea42a7bc5893","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPIDataPoints.html","title":"Create KPI Data Points","navPath":"CreateKPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a14845587-0657-4670-9c7e-1153dcc79167","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPI%28s%29andSettheThresholdValue.html","title":"Create KPI(s) and Set the Threshold Value","navPath":"CreateKPI(s)andSettheThresholdValue.html","bundleId":"work-tasks-2023-sp1","id":"afbe6b07c-7dd0-4406-8e10-f7424a1b444c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAlertConfigurationSettings.html","title":"BAM Alert Configuration Settings","navPath":"BAMAlertConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"abbc586a1-1885-452d-8441-1d22ce738ea1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMRuleSettings.html","title":"BAM Rule Settings","navPath":"BAMRuleSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2d380176-c263-4b0d-9661-ab2ab5f0bc0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMTimeSettings.html","title":"BAM Time Settings","navPath":"BAMTimeSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1c921c92-a81c-46e4-9e15-f7a78322b621","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMActionSettings.html","title":"BAM Action Settings","navPath":"BAMActionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a19ff9de7-1dfb-4685-afe2-c923cb353f1a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsinEnterpriseConsoleSite.html","title":"BAM Events in Enterprise Console Site","navPath":"BAMEventsinEnterpriseConsoleSite.html","bundleId":"work-tasks-2023-sp1","id":"af6e0c3cc-6af9-4512-ba0c-6f1eb9316ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggeraBAMAlert.html","title":"Trigger a BAM Alert","navPath":"TriggeraBAMAlert.html","bundleId":"work-tasks-2023-sp1","id":"a3671530b-9cac-4163-a599-b964796d4611","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BusinessActivityMonitoringandReports.html","title":"Business Activity Monitoring and Reports","navPath":"BusinessActivityMonitoringandReports.html","bundleId":"work-tasks-2023-sp1","id":"a7cf4e624-8d4a-441a-918c-d6958bb3e481","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMDashboardView.html","title":"BAM Dashboard View","navPath":"BAMDashboardView.html","bundleId":"work-tasks-2023-sp1","id":"afb1551c9-f84a-49b4-90b6-6ab46e47e84c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamexecutionreports.html","title":"BAM Execution Reports","navPath":"bamexecutionreports.html","bundleId":"work-tasks-2023-sp1","id":"a82f10c1d-9846-451b-8a85-0e4faf093bac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAnalyzeReports.html","title":"BAM Analyze Reports","navPath":"BAMAnalyzeReports.html","bundleId":"work-tasks-2023-sp1","id":"af9d29d85-5e49-4d43-8f6f-cf43bdaa0d3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMProcessExecutionView.html","title":"BAM Process Execution View","navPath":"BAMProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"af737dfd3-5021-444a-8743-9ee7593f1d6b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userguide.html","title":"File Watcher","navPath":"userguide.html","bundleId":"work-tasks-2023-sp1","id":"a2be64cda-2281-43cb-98c4-a5b8fd026665","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcheroperations.html","title":"File Watcher Operations","navPath":"filewatcheroperations.html","bundleId":"work-tasks-2023-sp1","id":"aec189ef1-0527-485a-a56b-e6cce1945f1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addfolder.html","title":"Add Folder","navPath":"addfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5862ec71-ffa7-43b5-8484-c552ac050886","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editfolder.html","title":"Edit Folder Configuration Settings","navPath":"editfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad5b4b4ca-3ac5-48d0-852f-adc5bc797bfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletefolder.html","title":"Delete Folder","navPath":"deletefolder.html","bundleId":"work-tasks-2023-sp1","id":"a3b09eb30-f066-443f-b848-ee8f8fea9c63","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcherevents.html","title":"File Watcher Events","navPath":"filewatcherevents.html","bundleId":"work-tasks-2023-sp1","id":"a14f3036b-e3f6-4095-a35a-b1e565c24313","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createdevent.html","title":"Created Event","navPath":"createdevent.html","bundleId":"work-tasks-2023-sp1","id":"a9340b49f-1951-4526-9e9d-cc5097506028","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changedevent.html","title":"Changed Event","navPath":"changedevent.html","bundleId":"work-tasks-2023-sp1","id":"acc4023ba-ff1e-4437-968e-00778b9238ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/renamedevent.html","title":"Renamed Event","navPath":"renamedevent.html","bundleId":"work-tasks-2023-sp1","id":"aba1963e1-6b28-4166-8d3e-9228a2e80348","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletedevent.html","title":"Deleted Event","navPath":"deletedevent.html","bundleId":"work-tasks-2023-sp1","id":"a5d6069e4-c788-4ec5-b840-2d6a93cc0f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dosanddonts.html","title":"Limitations of File Watcher","navPath":"dosanddonts.html","bundleId":"work-tasks-2023-sp1","id":"a4fa2351d-6b61-4d60-b468-c7a78527be66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/frequentlyaskedquestionsfaq.html","title":"Frequently Asked Questions","navPath":"frequentlyaskedquestionsfaq.html","bundleId":"work-tasks-2023-sp1","id":"a517beed8-a731-4f5d-8915-e1a6b1a4a89d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soa.html","title":"Object Access","navPath":"soa.html","bundleId":"work-tasks-2023-sp1","id":"aa8b57c5a-39f7-4dad-b521-106d5dd5ef4b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soafolders.html","title":"SOA Folders","navPath":"soafolders.html","bundleId":"work-tasks-2023-sp1","id":"a6c3aa215-89ec-4b9b-aaed-cff0d7d19da6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsoafolder.html","title":"Add New SOA Folder Details","navPath":"newsoafolder.html","bundleId":"work-tasks-2023-sp1","id":"aca44e468-71e1-4f7a-aa10-b00350412cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder1.html","title":"View Registered SOA Folder Details","navPath":"viewfolder1.html","bundleId":"work-tasks-2023-sp1","id":"a5c4f5fec-a50b-4446-8dd4-29cb5a38c16b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder.html","title":"Delete an SOA Folder","navPath":"viewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5a1f9ec1-c809-4501-8faf-d85664b1f945","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder_1.html","title":"Enable and Disable SOA Folder","navPath":"disablefolder_1.html","bundleId":"work-tasks-2023-sp1","id":"a4bbe9fd3-d71f-406a-af46-f54eedf25498","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurity.html","title":"Security Settings for SOA Folder","navPath":"managesecurity.html","bundleId":"work-tasks-2023-sp1","id":"aa1dbcdf7-6aa8-4fee-b45e-84f81722b9a0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Assemblies.html","title":"Assemblies","navPath":"Wonderware_Skelta_BPM_Assemblies.html","bundleId":"work-tasks-2023-sp1","id":"a0820f638-effb-4417-b8e8-387dc5c026b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromgac.html","title":"Register Assemblies From GAC","navPath":"fromgac.html","bundleId":"work-tasks-2023-sp1","id":"af942b441-e801-4805-b29b-c3f6bc9477ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromfolder.html","title":"Register Assemblies From Assembly Folder","navPath":"fromfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad6d43d48-cd9a-4f28-a37f-48b476f308a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromweb.html","title":"Register Assemblies From Web","navPath":"fromweb.html","bundleId":"work-tasks-2023-sp1","id":"ae7f0a6ba-aafb-4779-8b72-bded4a072247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newfolder.html","title":"Create Folder for Registered Objects","navPath":"newfolder.html","bundleId":"work-tasks-2023-sp1","id":"aeb8a6481-b50b-4841-89f6-9f19432d72be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/edit.html","title":"View Registered Assembly Details","navPath":"edit.html","bundleId":"work-tasks-2023-sp1","id":"a90649ff4-2d7e-4b4b-ba7e-48cebb6a2afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editassembly.html","title":"Edit an Object in SOA Assembly","navPath":"editassembly.html","bundleId":"work-tasks-2023-sp1","id":"a399ef953-d81f-4fca-9d03-5cc427202422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295132.html","title":"Organize SOA Assembly","navPath":"295132.html","bundleId":"work-tasks-2023-sp1","id":"a8ee85fac-c774-400a-9d1c-cdda6141065e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/delete.html","title":"Delete a Registered Assembly","navPath":"delete.html","bundleId":"work-tasks-2023-sp1","id":"af1cb0544-2941-4343-8267-ac64a5971a02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageitemsecurityforassembly.html","title":"Manage Security for a Assembly","navPath":"manageitemsecurityforassembly.html","bundleId":"work-tasks-2023-sp1","id":"a6cc38875-6875-4276-994f-bece20c7f450","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/instantiateanassemblyclassinworkflow.html","title":"Instantiate an Assembly Class in Workflow","navPath":"instantiateanassemblyclassinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a41e83768-a2a0-49c6-a3c8-db5382f238dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstance.html","title":"SOA Object Instances in SOA Property","navPath":"soaobjectinstance.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b1f9-d312-4f32-b6dc-f883ee947bc2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstancesinexpressioneditor.html","title":"SOA Object Instances in Expression Editor","navPath":"soaobjectinstancesinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"a15617711-2e6d-4267-8d86-b772c2ea5ce8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soawebobjectsinexpressioneditor.html","title":"SOA Web Objects in Expression Editor","navPath":"soawebobjectsinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"aab9cb504-0368-46ad-ac4c-ab3fa8cfdb08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/integrationvssoa.html","title":"Difference Between Integration and SOA","navPath":"integrationvssoa.html","bundleId":"work-tasks-2023-sp1","id":"ad84c4c72-7ecd-4400-8666-638b63aefd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityfeatures.html","title":"Security Features for Folders and Assemblies","navPath":"securityfeatures.html","bundleId":"work-tasks-2023-sp1","id":"ad54bef57-f535-4380-9b0c-179ba0834b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitations1.html","title":"Limitations of SOA","navPath":"limitations1.html","bundleId":"work-tasks-2023-sp1","id":"ac38d2c67-79df-43ee-9eab-e392c04dce3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaactivities_1.html","title":"SOA Activity","navPath":"soaactivities_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a5df4bc-3918-4e80-b5b8-812948a0dfce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingsoaexecuteactivitiesinworkflows.html","title":"Use SOA Execute Activity in Workflows","navPath":"usingsoaexecuteactivitiesinworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ab90d2a75-129e-4926-b907-7d6b9ffb5c32","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityinskelta.html","title":"Security Framework","navPath":"introductiontosecurityinskelta.html","bundleId":"work-tasks-2023-sp1","id":"a4df273d9-22cc-42e7-86f0-fdef4d0d6a20","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityframework.html","title":"Introduction to Security Framework","navPath":"introductiontosecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"a61c65f95-0fac-4bae-8b7c-aa751d34a03c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewsecuritymappingatrepositorylevel.html","title":"View Security Mapping at Repository Level","navPath":"viewsecuritymappingatrepositorylevel.html","bundleId":"work-tasks-2023-sp1","id":"a0281f09f-a2b7-4c95-b67b-ca53dd173da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/componentsofsecurityframework.html","title":"Components of Security Framework","navPath":"componentsofsecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"aefa4d24e-13fe-4ea7-9517-49268d3df052","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityright.html","title":"Security Rights","navPath":"introductiontosecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a850df2c9-cc17-4f1d-815d-1e6a97fabc2e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupRights.html","title":"Security Rights Available for a Repository","navPath":"SecurityGroupRights.html","bundleId":"work-tasks-2023-sp1","id":"ad1b680e6-ae25-41fd-8b40-30840295a2f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/typesofsecurityrights.html","title":"Types of Security Rights","navPath":"typesofsecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"afc31167f-91bf-4811-b322-fad576db99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differencebetweenvaluefortherights.html","title":"Difference between Value for the Rights and Follower Specific Value for Rights","navPath":"differencebetweenvaluefortherights.html","bundleId":"work-tasks-2023-sp1","id":"aa2879531-53cd-43b4-aa20-bee68d035ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dictrorandfollower.html","title":"Dictator and Follower","navPath":"dictrorandfollower.html","bundleId":"work-tasks-2023-sp1","id":"a304d9c28-6865-4f59-aae3-7e43715384fb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecuritygroup.html","title":"Security Group","navPath":"introductiontosecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"aa4043848-7b0a-4ea4-8add-3f703005f278","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroups.html","title":"Manage Security Groups","navPath":"managesecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a2bcde821-127d-4415-927b-620077b460ed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingsecuritygroup.html","title":"Create Security Group","navPath":"creatingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a5309db88-845f-4e74-84ab-7698131d3016","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingsecuritygroup.html","title":"Modify Security Group","navPath":"modifyingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a2c17c9ce-f3c1-439a-8601-2926db2e8eed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapprovalandrequiresapprovalwithprompt.html","title":"Example for Allow or Disallow","navPath":"exampleforrequiresapprovalandrequiresapprovalwithprompt.html","bundleId":"work-tasks-2023-sp1","id":"a5aff382e-e679-4240-a44d-6b8e660eeff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapproval.html","title":"Example for Requires Approval and Requires Approval With Prompt","navPath":"exampleforrequiresapproval.html","bundleId":"work-tasks-2023-sp1","id":"a78f08d47-b9b8-4959-9c09-e9c869592de4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup.html","title":"View Security Group","navPath":"viewingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a782ba1e5-d6b2-4dd4-8e9c-48e0d07cecf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup1.html","title":"Delete Security Group","navPath":"deletingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a0a716117-edf8-43a2-a4fd-2bd34458443e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectivemapping.html","title":"Effective Mapping of a Security Group","navPath":"effectivemapping.html","bundleId":"work-tasks-2023-sp1","id":"a5461f41e-ffb4-4789-9feb-613709963047","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityresourcemapping.html","title":"Security Resource Mapping","navPath":"introductiontosecurityresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ccf7468-0615-4396-a6a1-ddc14fbd032c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroup-resourcemapping.html","title":"Manage Security Group - Resource Mapping","navPath":"managesecuritygroup-resourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"abe9b0222-6d2d-4c30-a27b-6837b648aca4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsecuritygroup.html","title":"Create a Resource Mapping","navPath":"newsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3dd02549-3cbc-4bd0-a913-b9c146d4d3a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingsecuritygroup.html","title":"Edit Resource Mapping","navPath":"editingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a8b7950f2-a314-4150-a316-5ed2d2775ba3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup.html","title":"Delete Resource Mapping","navPath":"deletingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ace19acd3-b40e-4bb2-8da2-9602053eb125","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/vieweffectivesecurityforuserorrole.html","title":"View Effective Security Rights for User or Role","navPath":"vieweffectivesecurityforuserorrole.html","bundleId":"work-tasks-2023-sp1","id":"a1eb15cf7-cca7-4f5a-ad6a-36bbf327e3a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolebased.html","title":"View Effective Security Rights for Roles","navPath":"rolebased.html","bundleId":"work-tasks-2023-sp1","id":"a8348b843-0fe8-478c-a137-b4004aad2cd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userbased.html","title":"View Effective Security Rights for User/Role","navPath":"userbased.html","bundleId":"work-tasks-2023-sp1","id":"a2d73fc56-b7f1-4f51-bef0-6ccf5ac3b33f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/levelsofsecurity.html","title":"Levels of Security","navPath":"levelsofsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ab0900760-629a-47bf-a091-77bab2247838","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritysettings.html","title":"Set Security at Repository Level","navPath":"repositorylevelsecuritysettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c94b4ba-6486-4e67-bfd8-eb6e8c683df4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel1.html","title":"Set Security at List Level","navPath":"settingsecurityatlistlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a5994bd0e-984e-468a-a2bd-a7582b371434","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel1.html","title":"Set Security at ListItem Level","navPath":"settingsecurityatlistitemlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a67539795-171f-4b9d-b193-7a27ac979a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overwritingdefinitionsfromabovelevel1.html","title":"Overwrite Definitions from Above Level","navPath":"overwritingdefinitionsfromabovelevel1.html","bundleId":"work-tasks-2023-sp1","id":"af620be0b-9d01-4816-98e5-b700cf56bb35","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtochoosebetweenmappingandcustomization.html","title":"Choose between Mapping and Customization","navPath":"howtochoosebetweenmappingandcustomization.html","bundleId":"work-tasks-2023-sp1","id":"a4948ebb1-cca5-430d-8334-8763a52e0f03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel.html","title":"Enable Security at List Level","navPath":"settingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6a699121-2e81-49b9-80e0-b144adb55b03","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevelbyenablingresourcemapping.html","title":"Enable Security at List Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistlevelbyenablingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"ada9ba19f-e4ea-44b0-a634-752f86782b12","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewmapping.html","title":"Add a Resource Mapping","navPath":"addinganewmapping.html","bundleId":"work-tasks-2023-sp1","id":"aa50098bd-8107-4d76-8a17-402facb1c7b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"afc5ff02f-888b-4ebf-92b0-5cc6888bd575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a46c90eed-0478-4b39-a5b8-4dc227eee944","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevel.html","title":"Enable Security at List Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a17ab69d2-df97-4435-9d33-a87332cc5cde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavilableatlistlevel.html","title":"Remove Mapping Available at List Level","navPath":"howtoremovemappingavilableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a2c686b66-12d2-4471-a56c-7ebfe663d4a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomizationavailableatlistlevel.html","title":"Remove Customization Available at List Level","navPath":"howtoremovecustomizationavailableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a50140ab2-c4a5-4f25-a1ab-dfe681af023f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level","navPath":"settingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a1472f8cc-e8ed-4d04-b09e-adb77d2f838a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a7180b33e-75c1-48a6-91c6-4ed5550dc97a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewresourcemapping.html","title":"Add a Resource Mapping","navPath":"addinganewresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"af2f17a83-146d-4def-969f-f15b666a2eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping1.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a7a727f54-fe93-461e-9944-413152816b47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping1.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a44e964d2-a232-40cc-8c31-7f7c57bea52e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel_1.html","title":"Enable Security at List Item Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistitemlevel_1.html","bundleId":"work-tasks-2023-sp1","id":"a8bfdb344-5dcc-40ce-88db-d4e6cd1f74f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavailableatlistitemlevel.html","title":"Remove Mapping Available at ListItem Level","navPath":"howtoremovemappingavailableatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"aa45742fc-3d69-4a3d-b406-d19ffb25fa9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomization.html","title":"Remove Customization Available at ListItem Level","navPath":"howtoremovecustomization.html","bundleId":"work-tasks-2023-sp1","id":"a92e80f8d-b6f8-4ed9-b6c3-426a734981cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectofresourcerightsafterdeletingmapping.html","title":"Effect on Resource Rights after Deleting the Mapping","navPath":"effectofresourcerightsafterdeletingmapping.html","bundleId":"work-tasks-2023-sp1","id":"a3a128346-227f-48a9-b412-1b56e2e11502","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/synchronization.html","title":"Synchronization","navPath":"synchronization.html","bundleId":"work-tasks-2023-sp1","id":"af57b44ce-0e9b-48ac-96a2-ada8f20118db","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecureRepositoryUsingSecurityFramework.html","title":"Secure Repository Using Security Framework","navPath":"SecureRepositoryUsingSecurityFramework.html","bundleId":"work-tasks-2023-sp1","id":"a89361c49-2834-4cc5-a28f-6932946df03d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securinglistandlistitem.html","title":"Secure List and ListItems","navPath":"securinglistandlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a84d4efea-ab7b-4c52-94f5-4fe1dbc9c35e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingskeltaservercontrols.html","title":"Secure AVEVA Work Tasks Server Controls","navPath":"securingskeltaservercontrols.html","bundleId":"work-tasks-2023-sp1","id":"a09e61749-2ae2-421e-966a-488cd95f9810","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Menus.html","title":"Secure Menus","navPath":"Securing_Menus.html","bundleId":"work-tasks-2023-sp1","id":"a6727fe61-c539-4dde-a95c-a104a34ffb50","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managenavigationlist.html","title":"Manage Navigation List","navPath":"managenavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"ad2473d28-4afd-45b8-b3c2-fee56f40c593","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewfolder.html","title":"Create Folder","navPath":"creatingnewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a0ca5064a-9a00-4ed5-9b55-5a25cac372ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180642.html","title":"Create Navigation Link","navPath":"180642.html","bundleId":"work-tasks-2023-sp1","id":"a906930cc-9c9d-42a8-b984-dc582eb1d53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewformlink.html","title":"Create Form Link","navPath":"creatingnewformlink.html","bundleId":"work-tasks-2023-sp1","id":"ad898f593-53de-44a4-82a1-3fcc5b5b297f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewlistlink.html","title":"Create List Link","navPath":"creatingnewlistlink.html","bundleId":"work-tasks-2023-sp1","id":"a1905245e-d3d2-4766-839d-8603725f287b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/544723.html","title":"Create Dashboard Link","navPath":"544723.html","bundleId":"work-tasks-2023-sp1","id":"a889ab4fc-48ae-4dd3-b979-dea2d6dd95cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingformlink.html","title":"Edit Navigation List Items","navPath":"editingformlink.html","bundleId":"work-tasks-2023-sp1","id":"ab697a40b-d26f-4e08-84e5-7d83a442fd46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9cb998ed-875a-40ab-8838-3c8630b0fe68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingnavigationlist.html","title":"Organize Navigation List","navPath":"organizingnavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"a185ccb77-bca5-4111-93e4-f3352a2482e2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Event_Providers.html","title":"Secure Event Providers","navPath":"Securing_Event_Providers.html","bundleId":"work-tasks-2023-sp1","id":"a065c9a14-7839-4a87-bbcb-b2e892df1177","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageeventproviders.html","title":"Manage Event Providers","navPath":"manageeventproviders.html","bundleId":"work-tasks-2023-sp1","id":"a04a2d995-4357-499a-985e-1bee28ef19c5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganeweventprovider.html","title":"Create an Event Provider","navPath":"creatinganeweventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a8d56ba6a-a7d6-45d8-952a-bd36ebb00091","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingeventprovider.html","title":"Edit an Event Provider","navPath":"editinganexistingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a1edfe7c5-8f45-4357-97c3-8e73474f41b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation_1.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9f89ad6-07b4-41d6-b312-fb47e6ef4ed0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingeventprovider.html","title":"Secure Event Provider","navPath":"securingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a4dbe6d23-9d7b-46f3-bdc2-15daeabd9961","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurequeuecontrol.html","title":"Secure Queue Control","navPath":"howtosecurequeuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"a77f12471-14a6-4110-9c62-30c7c1da8f69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewqueue.html","title":"Control New Queue Addition","navPath":"howtocontroladdinganewqueue.html","bundleId":"work-tasks-2023-sp1","id":"a1a8e1bb9-e6df-4777-b4ad-19e5ad0484e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingqueuecontrol.html","title":"Control Queue View","navPath":"howtocontrolviewingqueuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"aea2e8032-5995-49a8-b3a8-488ca1a35681","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureworkitemcontrol.html","title":"Secure Work Item Control","navPath":"howtosecureworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a80b87034-bd44-417a-bf88-444151ec2d8b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowqueueworkitemcontrol.html","title":"Secure Work Item Control - Show Queue","navPath":"howtosecureshowqueueworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a4e59bb77-2aa5-4686-88dd-a75eb6be7330","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowalternateactorworkitemcontrol.html","title":"Secure Work Item Control - Show Alternate Actor","navPath":"howtosecureshowalternateactorworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a00930b47-9421-491b-81c9-2a795ab8203d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowresourcecalendarworkitemcontrol.html","title":"Secure  Work Item Control - Show Resource Calendar","navPath":"howtosecureshowresourcecalendarworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ae5e74cb5-bfa2-4fad-8438-34875254b2a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuresetpreferencesworkitemcontrol.html","title":"Secure Work Item Control - Set Preferences","navPath":"howtosecuresetpreferencesworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a31520053-12ec-46c3-9b49-192ba7e5141e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingworkitemcontrol.html","title":"Secure Work Item Control - View","navPath":"howtocontrolviewingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a2d46cc2d-6bb2-4fb5-b297-f8d904168191","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureforwardingworkitemcontrol.html","title":"Secure Work Item Control - Forward","navPath":"howtosecureforwardingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad499b0f1-b6e6-4f3d-bc64-62a5c8840faa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingpackage1.html","title":"Secure Package","navPath":"securingpackage1.html","bundleId":"work-tasks-2023-sp1","id":"a6ce2ecf7-8d95-477c-90c0-8b6be82818c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinpackagetemplate.html","title":"Secure Actions in Package Template","navPath":"howtosecureactionsinpackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad64f3bf4-6fb9-4f47-a40a-9fc4814a2c3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuregeneratingapackagetemplate.html","title":"Control Generation of Package Template","navPath":"howtosecuregeneratingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa281fe82-86a1-4ecd-ba7e-faba3951b6d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldownloadingapackagetemplate.html","title":"Control Package Template Export","navPath":"howtocontroldownloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"afd9ce747-3831-4d09-94ee-598b009ff619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolmarkingapackagetempalteasshipped.html","title":"Control Package Template Marking","navPath":"howtocontrolmarkingapackagetempalteasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a41d705f9-c501-4b9b-aa68-d972ff5c0a9f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinmanagepackage.html","title":"Secure Actions in Manage Package","navPath":"howtosecureactionsinmanagepackage.html","bundleId":"work-tasks-2023-sp1","id":"aa77a2596-0872-4d00-8204-41badf2d7dfd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolinstallingapackage.html","title":"Control Package Install","navPath":"howtocontrolinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"a7fa6820b-8ca8-4f1c-bd2b-1800295f59a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroluninstallingapackage.html","title":"Control Package Uninstall","navPath":"howtocontroluninstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"ade3bac84-0d6b-4d08-8135-8a6fcdffc356","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecalendarcontrol.html","title":"Secure Calendar Control","navPath":"howtosecurecalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"aacbc5be7-9cd1-44a1-b544-8412ecbd0f5c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewcalendar.html","title":"Control Adding a New Calendar","navPath":"howtocontroladdinganewcalendar.html","bundleId":"work-tasks-2023-sp1","id":"a6b40a0f1-a6eb-4fd4-807e-19c440980de7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldeletinganexistingcalendar.html","title":"Control Deleting an Existing Calendar","navPath":"howtocontroldeletinganexistingcalendar.html","bundleId":"work-tasks-2023-sp1","id":"af86c2a44-1fb3-45c6-bfc3-470184f0da3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingallcalendars.html","title":"Control Viewing All Calendars","navPath":"howtocontrolviewingallcalendars.html","bundleId":"work-tasks-2023-sp1","id":"a5260d098-a606-4174-b302-2f76992a650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingbasecalendar.html","title":"Control Viewing Base Calendar","navPath":"howtocontrolviewingbasecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a25d7b7ac-38e7-4ecb-a7a5-99e52d57ba6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingcalendarcontrol.html","title":"Control Viewing Calendar Control","navPath":"howtocontrolviewingcalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"af1da3df1-1398-4004-8647-ca8125c78d08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamsecurity.html","title":"Secure BAM Control","navPath":"bamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a69feeb1b-c959-45bc-9a08-41c8982985e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtousebamsecurity.html","title":"Use BAM Security","navPath":"howtousebamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ac7bee4b4-185a-473e-9a84-4b4079eac2dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defaultscenariosfordifferentsecuritygroups.html","title":"Default Rights for Different Security Groups","navPath":"defaultscenariosfordifferentsecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a9a8ab519-d3f2-4f8d-9960-62430becc9ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamrights1.html","title":"BAM Report Rights","navPath":"bamrights1.html","bundleId":"work-tasks-2023-sp1","id":"ae5aae4ce-d40a-4840-bc5a-e69188a28623","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamtreemenurights.html","title":"BAM Tree Menu Rights","navPath":"bamtreemenurights.html","bundleId":"work-tasks-2023-sp1","id":"a98c9111f-5b2a-470f-8362-939929afa2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/views.html","title":"Views","navPath":"views.html","bundleId":"work-tasks-2023-sp1","id":"a314a6b01-3b13-429f-9318-6226a45a8614","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Actions.html","title":"Actions","navPath":"Actions.html","bundleId":"work-tasks-2023-sp1","id":"a21785487-60b7-493f-bd1b-c915457f230a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfigurations.html","title":"BAM Configuration","navPath":"bamconfigurations.html","bundleId":"work-tasks-2023-sp1","id":"af65fda71-5410-463f-b086-5412e13c22f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/executiondetailswindow.html","title":"Execution Details Window","navPath":"executiondetailswindow.html","bundleId":"work-tasks-2023-sp1","id":"a6b83ce18-d7b1-4e90-b443-89b5e0854081","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewglobalreports.html","title":"Can View Global Reports","navPath":"canviewglobalreports.html","bundleId":"work-tasks-2023-sp1","id":"a5f09ef6e-c315-41a3-bbbc-13d749aaa1cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewtriggeredreports.html","title":"Workflowscope_InitiatedWorkflow","navPath":"canviewtriggeredreports.html","bundleId":"work-tasks-2023-sp1","id":"aae2f18a8-0176-4da2-98c4-4a2f68ca8231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewownedreports.html","title":"Workflowscope_OwnedWorkflow","navPath":"canviewownedreports.html","bundleId":"work-tasks-2023-sp1","id":"aaa9c6d53-859a-42a6-bffe-465491321a05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewothersreport.html","title":"Workflowscope_Any","navPath":"canviewothersreport.html","bundleId":"work-tasks-2023-sp1","id":"a30e5799e-8246-4e81-ba1c-8520cc271faa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewbamcontrol.html","title":"Can View BAM Control","navPath":"canviewbamcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a567a03bd-3044-478f-953a-670d046a3066","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureprocessdesign.html","title":"Secure Process Designer","navPath":"howtosecureprocessdesign.html","bundleId":"work-tasks-2023-sp1","id":"a851a7d4f-bcdb-4080-90be-0116cc87e265","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processdesignerrights1.html","title":"Process Designer Rights","navPath":"processdesignerrights1.html","bundleId":"work-tasks-2023-sp1","id":"a2e25c91d-6121-4789-b1ca-edc1fd09f5c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inclusionandexclusion.html","title":"Inclusion and Exclusion","navPath":"inclusionandexclusion.html","bundleId":"work-tasks-2023-sp1","id":"a64951bdc-fac1-44bc-b747-ec8be8645e30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionRights.html","title":"Action Rights","navPath":"ActionRights.html","bundleId":"work-tasks-2023-sp1","id":"a4fe9cbaa-91bc-46bf-8052-76f6a6bb3d06","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecategories.html","title":"Secure Categories","navPath":"howtosecurecategories.html","bundleId":"work-tasks-2023-sp1","id":"a86732bba-164b-4e71-9564-22d4387374b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactivities.html","title":"Secure Activities of Categories","navPath":"howtosecureactivities.html","bundleId":"work-tasks-2023-sp1","id":"a624cedce-fcea-44ca-a0cc-0cc7e8855ca8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurepropertiesofactivities.html","title":"Secure Properties of Activities","navPath":"howtosecurepropertiesofactivities.html","bundleId":"work-tasks-2023-sp1","id":"ac692666c-ab45-4d8e-a97b-7793cdc9af22","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/menurights.html","title":"Menu Rights","navPath":"menurights.html","bundleId":"work-tasks-2023-sp1","id":"a5bb8bd8c-3ef5-49ee-afe4-24a5f5709ed8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importbehaviourforrestrictedactivities.html","title":"Import Behavior for Restricted Activities and Activity Properties","navPath":"importbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4dde9ddd-7726-4ffb-8342-46c14c026b6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designbehaviourforrestrictedactivities.html","title":"Design Behavior for Restricted Activities and Activity Properties","navPath":"designbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4a87cbde-7bf4-4256-afd4-6bea273b9052","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingprocessdesignercontrolatworkflowlevel.html","title":"Secure Process Designer Control at Workflow Level","navPath":"securingprocessdesignercontrolatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a504c3047-36b8-42c5-93a9-8cfd13383f17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canoverwritepublishedworkflowright.html","title":"Can Overwrite Published Workflow Right","navPath":"canoverwritepublishedworkflowright.html","bundleId":"work-tasks-2023-sp1","id":"a5d8f37c5-da04-43c0-ac07-9e5e034dde54","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Advanced_Security_Options.html","title":"Advanced Security Options","navPath":"Advanced_Security_Options.html","bundleId":"work-tasks-2023-sp1","id":"a1f3220f6-19d3-4c4a-9ea4-3a1b1f0ad9a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingupsecurityapproovalworkflow.html","title":"Set up Security Approval Workflow","navPath":"settingupsecurityapproovalworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1024557b-77af-4d75-946b-94b411804132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurityrights.html","title":"Manage Security Rights","navPath":"managesecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"a9469249e-e11d-45eb-9458-0a5c5077db56","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingasecurityright.html","title":"Create a Security Right","navPath":"creatingasecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a38b6d204-15bf-4f0d-9a66-6971a0e6cd50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingasecuritygroup.html","title":"Modify a Security Right","navPath":"modifyingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ae521aaa1-885d-4cdf-9993-3393ec0c47c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup1.html","title":"View Security Right","navPath":"viewingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a131cb16a-5f17-4449-ad95-c42eeb6f0220","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingasecuritygroup.html","title":"Delete a Security Right","navPath":"deletingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3275c70d-4e1c-455e-8b12-7afb2130b712","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scopeofrights.html","title":"Scope of Rights","navPath":"scopeofrights.html","bundleId":"work-tasks-2023-sp1","id":"adbeeb95c-ab90-4d52-afd0-c9159c20b34b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinguserdesfinedoperationsandrights.html","title":"Create User Defined Operations and Rights","navPath":"creatinguserdesfinedoperationsandrights.html","bundleId":"work-tasks-2023-sp1","id":"a91a5fdca-b437-41dd-a5e1-d31b9380c7bd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listlevelsettings.html","title":"Enable and Disable Security at List/List item level","navPath":"listlevelsettings.html","bundleId":"work-tasks-2023-sp1","id":"a60ce66ae-d4a4-412a-bf88-a93cc6c6f512","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityforrenderingcustomforms.html","title":"Dynamic Form Rendering Based on Security","navPath":"securityforrenderingcustomforms.html","bundleId":"work-tasks-2023-sp1","id":"aae67769e-d7c7-440f-842e-0d6db1c22644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinganddisablingsecurity.html","title":"Enable and Disable Security for a Repository","navPath":"enablinganddisablingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a142667db-d0eb-4537-987a-af2805972d61","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/672322.html","title":"Http Strict Transport Security Enforcement","navPath":"672322.html","bundleId":"work-tasks-2023-sp1","id":"a049f49bf-050e-4be7-b36f-a0b494242962","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775988.html","title":"Access-Control-Allow-Origin","navPath":"775988.html","bundleId":"work-tasks-2023-sp1","id":"a72da2f3f-4e98-4d94-8a93-be76ec1bd837","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityvulnerabilities.html","title":"Security Vulnerabilities","navPath":"securityvulnerabilities.html","bundleId":"work-tasks-2023-sp1","id":"a13fee3a8-6ddd-4c8f-aa15-9636638457f4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/removingunwantedhttpresponseheaders.html","title":"Remove Unwanted HTTP Response Headers","navPath":"removingunwantedhttpresponseheaders.html","bundleId":"work-tasks-2023-sp1","id":"ad0c531e4-2df0-4fef-98e9-1707ea05e5fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/255251.html","title":"Prevent Clickjacking Attack","navPath":"255251.html","bundleId":"work-tasks-2023-sp1","id":"abaccebcd-99fe-4371-a5ee-854cd3790324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/306082.html","title":"SDL Cookie with Secure Flag","navPath":"306082.html","bundleId":"work-tasks-2023-sp1","id":"a6a0e52d0-57ca-4a2c-89b3-361973bc2abe","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshooting1.html","title":"Troubleshoot Security Issues","navPath":"troubleshooting1.html","bundleId":"work-tasks-2023-sp1","id":"a23fe967d-4820-415c-a727-a194ecc9c155","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootlookupcontrol.html","title":"View Others Items in the Lookup Control","navPath":"troubleshootlookupcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a8731c86c-78ce-4e5b-b5bf-c8865ea8434b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootgridcontrol.html","title":"View Others Items in the Grid Control","navPath":"troubleshootgridcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad8445cbe-4cdd-4d2b-990c-df1240244c81","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootsecurityissueinthelist.html","title":"View Others Items in the List","navPath":"troubleshootsecurityissueinthelist.html","bundleId":"work-tasks-2023-sp1","id":"a610ed231-d383-4d36-9400-90f820c1abb3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootviewingotheritemsirrespectiveofstatus.html","title":"View Others Items Irrespective of Status","navPath":"troubleshootviewingotheritemsirrespectiveofstatus.html","bundleId":"work-tasks-2023-sp1","id":"a8f57f3d7-0622-4cef-b895-7ebf7cc26f7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootnavigationlistmenus.html","title":"Navigation List Menus","navPath":"troubleshootnavigationlistmenus.html","bundleId":"work-tasks-2023-sp1","id":"a8e4fa47a-8aee-4686-a09d-b35337a49989","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles_1.html","title":"Synchronize Roles","navPath":"SynchronizeRoles_1.html","bundleId":"work-tasks-2023-sp1","id":"a080cf3bc-fb86-4f26-85e8-33dd7683827d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks_1.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02870ef-5e4a-4537-9445-c4c39eb59ac6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts.html","title":"Web Parts","navPath":"aboutwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a7f9ef4f4-e850-471b-9ef6-8c9e301e0d25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overview.html","title":"Use Web Parts Infrastructure","navPath":"overview.html","bundleId":"work-tasks-2023-sp1","id":"ae153da41-cea8-4d25-87c9-dd744f570f0b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webpartsframework.html","title":"Web Parts Framework","navPath":"webpartsframework.html","bundleId":"work-tasks-2023-sp1","id":"a9278cf3b-66e2-41eb-a793-9cd7424603dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts-out-of-the-box.html","title":"Out-of-the-Box Web Parts","navPath":"aboutwebparts-out-of-the-box.html","bundleId":"work-tasks-2023-sp1","id":"a2ee6e970-7582-487a-9e8c-7ffb41470d02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/otherwebpartproperties.html","title":"Other Web Part Properties","navPath":"otherwebpartproperties.html","bundleId":"work-tasks-2023-sp1","id":"a7ce88981-ace0-4492-978a-8ab10dec315a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/authenticationandpersonalization_1.html","title":"Authentication and Personalization","navPath":"authenticationandpersonalization_1.html","bundleId":"work-tasks-2023-sp1","id":"a4eddedf8-f93c-4de8-ba8f-4df866eba8c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomwebparts.html","title":"Create Custom Web Parts","navPath":"creatingcustomwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a4488a29c-c45e-4dfa-89ad-9c3810751396","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","title":"Web Part Display Modes","navPath":"Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","bundleId":"work-tasks-2023-sp1","id":"aece43bbc-b053-4aaf-8036-04754d501139","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltahomepagedisplaymodes.html","title":"Browse Mode","navPath":"skeltahomepagedisplaymodes.html","bundleId":"work-tasks-2023-sp1","id":"a653cb6dc-b763-4d26-9253-b136f19b8451","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designmode.html","title":"Design Mode","navPath":"designmode.html","bundleId":"work-tasks-2023-sp1","id":"af729579e-5692-4b31-ad9a-1920a2fda35d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editmode.html","title":"Edit Mode","navPath":"editmode.html","bundleId":"work-tasks-2023-sp1","id":"a6cd638f8-7364-426a-be4a-dd14ad98c200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartenabledhomepages.html","title":"Web Part Enabled Home Pages","navPath":"skeltawebpartenabledhomepages.html","bundleId":"work-tasks-2023-sp1","id":"a883bd49f-8fa8-4447-9585-da507e08fa46","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inboxorworkitemlistwebpart.html","title":"Inbox","navPath":"inboxorworkitemlistwebpart.html","bundleId":"work-tasks-2023-sp1","id":"a11645db1-665d-41e6-9225-0db4ecbbcdc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/calendarwebpartpage.html","title":"Calendar","navPath":"calendarwebpartpage.html","bundleId":"work-tasks-2023-sp1","id":"a612a3b19-d95f-4257-a846-dfb1e296ffb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/queuemanagement1.html","title":"Queue Management","navPath":"queuemanagement1.html","bundleId":"work-tasks-2023-sp1","id":"afc305572-7fd2-42c2-a80a-777ef19bf324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabusinessactivitymonitoring.html","title":"Business Activity Monitoring","navPath":"skeltabusinessactivitymonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a04406296-6af1-41e3-90af-e547891c934c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage1.html","title":"Page 1","navPath":"homepage1.html","bundleId":"work-tasks-2023-sp1","id":"a4677753f-5690-44a4-b40c-1776e96e0971","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage2.html","title":"Page 2","navPath":"homepage2.html","bundleId":"work-tasks-2023-sp1","id":"a91a7c9f0-a9d7-4b6c-b474-f4a814cf29c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage3.html","title":"Page 3","navPath":"homepage3.html","bundleId":"work-tasks-2023-sp1","id":"a358d5eb3-cd9b-4e7d-9e88-895144086bb6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createownhomepage.html","title":"Create Custom Page","navPath":"createownhomepage.html","bundleId":"work-tasks-2023-sp1","id":"a8c808b4d-1c71-4843-83cd-9a7b5812ffa8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartzones.html","title":"Add a Web Part to the Web Part Zone","navPath":"skeltawebpartzones.html","bundleId":"work-tasks-2023-sp1","id":"ac1aff11d-b2fd-44c5-abe0-67746bf1ff3f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingwebpart.html","title":"Delete Web Part","navPath":"deletingwebpart.html","bundleId":"work-tasks-2023-sp1","id":"adb78b0f0-393c-4a93-9490-13187a33ae07","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingawebpart.html","title":"Edit a Web Part","navPath":"editingawebpart.html","bundleId":"work-tasks-2023-sp1","id":"a786f7b9d-b724-4d63-bf8c-a93b3d3ff342","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/minimizingandrestoringwebparts.html","title":"Minimize and Restore Web Parts","navPath":"minimizingandrestoringwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a3f0651f6-c348-4f18-890b-ad85c12c7c76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygroups.html","title":"Web Part Rights","navPath":"securitygroups.html","bundleId":"work-tasks-2023-sp1","id":"a7ba9a6a6-e4aa-4ddd-814f-7bc88bc3277d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/personalizingscopeinskeltawebparts.html","title":"Personalize Scope in Web Parts","navPath":"personalizingscopeinskeltawebparts.html","bundleId":"work-tasks-2023-sp1","id":"a75b0dbc4-2bb3-4400-9ea4-13cc26c60150","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitationsinwebparts.html","title":"Recommendations in Web Parts","navPath":"limitationsinwebparts.html","bundleId":"work-tasks-2023-sp1","id":"ad840a02a-6d05-4683-90f0-b19463beb172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportingservice.html","title":"Report Service","navPath":"reportingservice.html","bundleId":"work-tasks-2023-sp1","id":"a7e89ff33-7ae2-4551-83a7-d3f58124309c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/samplebuisnesscasestudy1.html","title":"Sample Business Case Study","navPath":"samplebuisnesscasestudy1.html","bundleId":"work-tasks-2023-sp1","id":"aa62cbc28-9c83-4d25-af65-f7c15ac2045c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Connections.html","title":"Connections","navPath":"Working_with_Connections.html","bundleId":"work-tasks-2023-sp1","id":"a57370ea6-dce0-4204-bf15-fe297d3bc025","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection.html","title":"Configure Report Connection","navPath":"configuringssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"aa391278f-bd99-4656-a500-b2b6caf2e725","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection.html","title":"Create a New Report Connection Item","navPath":"createanewssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a2264156c-e6b4-487d-9a24-4f3627563c14","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyssrsconnection.html","title":"Modify Report Connection Item","navPath":"modifyssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a611b20e7-d6ef-4ee0-b85d-ac29af1b6f4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletessrsconnection.html","title":"Delete Report Connection Item","navPath":"deletessrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a63771e64-3cbc-44fa-83f5-f84eb675f2c5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Report_Templates.html","title":"Report Templates","navPath":"Working_with_Report_Templates.html","bundleId":"work-tasks-2023-sp1","id":"ac3de050f-b48a-4a6f-b049-3d13331d89ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate.html","title":"Configure Report Templates","navPath":"configuringskeltatemplate.html","bundleId":"work-tasks-2023-sp1","id":"acb0b8d96-414a-413b-9041-2105b33f1b1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrstemplate.html","title":"Create a New Report Template Item","navPath":"createanewssrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"acf9d09dc-7e11-4993-be2c-88dfcd348c1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrstemplate.html","title":"Modify a Report Template Item","navPath":"modifyassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5f932840-3e03-471a-b6e3-66fe8f2c90d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrstemplate.html","title":"Delete a Report Template Item","navPath":"deleteassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2dfcfd54-776f-42ed-bf8e-882e0316101e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Reports.html","title":"Reports","navPath":"Working_with_Reports.html","bundleId":"work-tasks-2023-sp1","id":"af0dce07d-9151-4451-9f94-dce39d0ecc36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsreport.html","title":"Configure Reports","navPath":"configuringssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a88da1ec3-ed04-4cd3-b0dc-16a62c62f7e7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsreport.html","title":"Create a New Report Item","navPath":"createanewssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a956658e9-a6c9-4910-aceb-be8ab50b849f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrsreport.html","title":"Modify a Report Item","navPath":"modifyassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"adca3a4f3-a7e1-4132-a8be-d9bd09d7afbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrsreport.html","title":"Delete a Report Item","navPath":"deleteassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a60e173e6-cfee-4130-8b88-63106b35582c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingreports.html","title":"Organize Reports","navPath":"organizingreports.html","bundleId":"work-tasks-2023-sp1","id":"ac343b591-6e28-4da0-b8db-c1849bf83cec","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringarchestrareports.html","title":"Configure Reports for Reporting Service","navPath":"configuringarchestrareports.html","bundleId":"work-tasks-2023-sp1","id":"a991d903b-0747-4f56-867f-fb4615ce9c0f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replaceusers.html","title":"User Tools","navPath":"replaceusers.html","bundleId":"work-tasks-2023-sp1","id":"a923cbd2b-352b-4171-b402-814e8a9e2c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusers.html","title":"Replace User","navPath":"replacingusers.html","bundleId":"work-tasks-2023-sp1","id":"a2ba2924e-fb82-48e6-b8af-9060aee34836","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Replacing_User_in_Artifacts_of_a_Repository.html","title":"Replace User in Artifacts of a Repository","navPath":"Replacing_User_in_Artifacts_of_a_Repository.html","bundleId":"work-tasks-2023-sp1","id":"a3e7756f7-5c3f-4f7e-ac95-374ea6567fbe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists_1.html","title":"Lists","navPath":"Lists_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8e172ee-7e6d-4922-ac39-2ba08cb9d24f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacinglistowners.html","title":"Replace List Item Owners","navPath":"replacinglistowners.html","bundleId":"work-tasks-2023-sp1","id":"a7c7e46f9-4b87-4781-8416-f99eef0e4772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusersinsecuritymapping.html","title":"Replace User in Security Resource Mapping","navPath":"replacingusersinsecuritymapping.html","bundleId":"work-tasks-2023-sp1","id":"acc2f0a39-3c0e-42dc-b95f-916b6f144ec2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Other_Artifacts.html","title":"Other Artifacts","navPath":"Other_Artifacts.html","bundleId":"work-tasks-2023-sp1","id":"ac34fe834-91ab-405d-ab90-dcc92a2fdbe8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection_1.html","title":"Queue","navPath":"configuringssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02668fa-5b0d-446b-86e0-84a04a179d65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection_1.html","title":"BAM","navPath":"createanewssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"a739c6a59-ef01-42b3-bec3-21b213e325f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitems.html","title":"Work Items","navPath":"workitems.html","bundleId":"work-tasks-2023-sp1","id":"a4897c452-2f6e-4b90-bc76-3676bb108dbd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate_1.html","title":"Alternate Actor","navPath":"configuringskeltatemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3c0da8a-2ef7-40cb-81b5-a66c99ce5c0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Repository_Configuration.html","title":"Repository Configuration","navPath":"Repository_Configuration.html","bundleId":"work-tasks-2023-sp1","id":"ac94222ea-9238-45fe-a848-bba47a50de6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/systemuser.html","title":"System User","navPath":"systemuser.html","bundleId":"work-tasks-2023-sp1","id":"a254a1ff3-20e7-4b38-9fa2-8a84e662841b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositoryadministrator.html","title":"Repository Administrator","navPath":"repositoryadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a2f07964d-6069-4c12-a5bf-735e7bcf38c4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritygroupresourcemapping.html","title":"Repository Level Security Group Resource Mapping","navPath":"repositorylevelsecuritygroupresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6cfbd654-e9b6-423b-8f4b-085a5773da37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptionmailsettings.html","title":"Exception Mail Settings","navPath":"exceptionmailsettings.html","bundleId":"work-tasks-2023-sp1","id":"a08d6d48d-7151-4757-acf1-e3c940dcb30b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingfortheactorsdirectrefrencesinworkflow.html","title":"View User Reference","navPath":"searchingfortheactorsdirectrefrencesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73f0d28d-6c5e-493b-ad1d-c45d7441867b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewandunlocklockeditems.html","title":"Unlock Locked Items","navPath":"viewandunlocklockeditems.html","bundleId":"work-tasks-2023-sp1","id":"ac5d31bfb-7ea5-4965-a708-c4800871aa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Deleted_List_Items.html","title":"Deleted List Items","navPath":"Deleted_List_Items.html","bundleId":"work-tasks-2023-sp1","id":"ab0c2ea54-585d-4478-a402-526b878837a4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction2.html","title":"Introduction","navPath":"introduction2.html","bundleId":"work-tasks-2023-sp1","id":"a8545fcc1-2fa3-4f29-84ad-d5f4e1f9c912","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingaudittrail.html","title":"Use Deleted List Items","navPath":"usingaudittrail.html","bundleId":"work-tasks-2023-sp1","id":"a58bf703a-e3f2-4c6e-bb5a-d7841dfdbe10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enableordisableaudittrailforarepository.html","title":"Enable or Disable Deleted List Items feature for a Repository","navPath":"enableordisableaudittrailforarepository.html","bundleId":"work-tasks-2023-sp1","id":"a9d895d08-2648-43e7-a2aa-845bbb455231","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetpackage.html","title":"Package","navPath":"skeltabpmnetpackage.html","bundleId":"work-tasks-2023-sp1","id":"a6ea0b72c-f93a-406b-9bb4-e3456a1c1cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/needforskeltapackaging.html","title":"Advantages of Package","navPath":"needforskeltapackaging.html","bundleId":"work-tasks-2023-sp1","id":"abe7eb8a4-92d1-42bf-9f6d-5e2ff8dcbe84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutpackaging.html","title":"About Package","navPath":"aboutpackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5025f35e-0dc1-48fd-9584-55a632430a4c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packagetemplate_1.html","title":"Package Template","navPath":"packagetemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"af4298a1d-0717-4d60-bf73-5e713ed4f8fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managetemplate.html","title":"Manage Package","navPath":"managetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a271781c4-6f33-4197-ba5a-2f86e12c233a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189310.html","title":"ArchestrA Events","navPath":"189310.html","bundleId":"work-tasks-2023-sp1","id":"acaf7e3d5-d83f-4ccc-9125-4516f3f87b99","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189311.html","title":"ArchestrA Events and AVEVA Work Tasks","navPath":"189311.html","bundleId":"work-tasks-2023-sp1","id":"a4a8903b3-ceac-4c5b-a616-384a9aab54a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505_1.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505_1.html","bundleId":"work-tasks-2023-sp1","id":"af91fdf68-2f75-4fe0-8180-d0ea97c62657","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190541.html","title":"ArchestrA Events Lookup List","navPath":"190541.html","bundleId":"work-tasks-2023-sp1","id":"a28b28e7c-e260-48e4-b6ce-509d0c048385","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189475.html","title":"Create ArchestrA Events List Item","navPath":"189475.html","bundleId":"work-tasks-2023-sp1","id":"a534bbe10-446e-48ef-87ab-9f4da4399139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189824.html","title":"Edit ArchestrA Events List Item","navPath":"189824.html","bundleId":"work-tasks-2023-sp1","id":"a5cc78756-999d-40cc-87e7-06f9794f152b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189823.html","title":"Delete ArchestrA Events List item","navPath":"189823.html","bundleId":"work-tasks-2023-sp1","id":"aeb688035-30da-43f9-bd97-02810c901753","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_the_Process_Designer.html","title":"Process Designer","navPath":"Working_with_the_Process_Designer.html","bundleId":"work-tasks-2023-sp1","id":"a1c5c5881-89b6-453e-8ff3-1346087a29ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/abouttheprocessdesigner.html","title":"About the Process Designer","navPath":"abouttheprocessdesigner.html","bundleId":"work-tasks-2023-sp1","id":"af774ffed-af37-428d-9b2b-bdd2adc41dd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasEMFImage.html","title":"Save File as EMF Image","navPath":"SaveFileasEMFImage.html","bundleId":"work-tasks-2023-sp1","id":"a0a7fa872-5d31-468b-9495-fe3a8f9839b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasPNGImage.html","title":"Save File as PNG Image","navPath":"SaveFileasPNGImage.html","bundleId":"work-tasks-2023-sp1","id":"a8d95db1b-cf9e-415b-870f-b99b2b8a32bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionXMLFile.html","title":"Import Process Definition XML File","navPath":"ImportProcessDefinitionXMLFile.html","bundleId":"work-tasks-2023-sp1","id":"a55dddbe8-0676-4bb7-abc4-bfc5f083270c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinitionXMLfile.html","title":"Export Process Definition XML file","navPath":"ExportProcessDefinitionXMLfile.html","bundleId":"work-tasks-2023-sp1","id":"a80c7fcdf-8042-415d-9204-8a0e95ef1310","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionfromVisio.html","title":"Import Process Definition from Visio","navPath":"ImportProcessDefinitionfromVisio.html","bundleId":"work-tasks-2023-sp1","id":"a3fcf59b0-3439-4554-ab6a-c6d755746fb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemfields.html","title":"Add Work Item Fields","navPath":"workitemfields.html","bundleId":"work-tasks-2023-sp1","id":"a37392bc0-4852-4587-914c-b8d57e42435e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alternateactors_1.html","title":"Alternate Actors","navPath":"alternateactors_1.html","bundleId":"work-tasks-2023-sp1","id":"ae283ffec-153f-43dd-84bb-0f39c87bd212","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMConfiguration.html","title":"BAM Configuration","navPath":"BAMConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a6ca61536-4b55-485f-82b0-25c0418d9464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysis.html","title":"Overdue Analysis","navPath":"OverdueAnalysis.html","bundleId":"work-tasks-2023-sp1","id":"a0a390462-1859-48b0-8af2-a78643a9d83d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIDataPoints.html","title":"KPI Data Points","navPath":"KPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a9ecfaa8a-26b3-4c34-8135-c87fd73b4548","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIs.html","title":"KPI(s)","navPath":"KPIs.html","bundleId":"work-tasks-2023-sp1","id":"a659a53a0-cb89-4b0d-89a7-2a3937e370d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Performance.html","title":"Performance","navPath":"Performance.html","bundleId":"work-tasks-2023-sp1","id":"a7a4dcf04-c5ca-43db-a2ca-77a668193049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlertConfiguration.html","title":"Alert Configuration","navPath":"AlertConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a209a8ba3-7ec9-4afc-a9d0-c98aeb5c5137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicConfiguration.html","title":"Basic Configuration","navPath":"BasicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"af57c3210-039b-433e-a054-00beca8b6202","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysisReport.html","title":"Overdue Analysis Report","navPath":"OverdueAnalysisReport.html","bundleId":"work-tasks-2023-sp1","id":"aca60541f-69f8-4b48-afaa-e55e59caf0e7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActions.html","title":"Link Actions","navPath":"LinkActions.html","bundleId":"work-tasks-2023-sp1","id":"a270f149e-5127-4bf7-8b45-3e41f770c284","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Process_Designer_File_Operations.html","title":"Process Designer File Operations","navPath":"Process_Designer_File_Operations.html","bundleId":"work-tasks-2023-sp1","id":"a864b7689-6159-454f-a761-c33a8b7912fd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reuseexistingprocessdesignsbyopeningandrenamethem.html","title":"Reuse Existing Process Designs by Renaming Them","navPath":"reuseexistingprocessdesignsbyopeningandrenamethem.html","bundleId":"work-tasks-2023-sp1","id":"ae17a3798-9909-45e1-8cb5-e480de39947a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/clearthediagramtostartfromscratch.html","title":"Clear the Process Diagram","navPath":"clearthediagramtostartfromscratch.html","bundleId":"work-tasks-2023-sp1","id":"a6ab08e87-c246-43c0-be0d-ec616cd92309","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingtheprocessdiagramasanimage.html","title":"Save the Process Diagram as Image","navPath":"savingtheprocessdiagramasanimage.html","bundleId":"work-tasks-2023-sp1","id":"a13c3cd02-b86a-4b23-be85-e65f31fbd5b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerEditOperations.html","title":"Process Designer Edit Operations","navPath":"ProcessDesignerEditOperations.html","bundleId":"work-tasks-2023-sp1","id":"ad209a5e4-8355-4102-8831-484a699dab26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/cutcopypasteactivities.html","title":"Copy and Paste Activities","navPath":"cutcopypasteactivities.html","bundleId":"work-tasks-2023-sp1","id":"a6cd7bbab-07a0-4775-97c7-0d8b826ed465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UndoandRedoActions.html","title":"Undo and Redo Actions","navPath":"UndoandRedoActions.html","bundleId":"work-tasks-2023-sp1","id":"ae637e8ab-260b-4ed2-88d5-1ecb94cda195","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetPropertiesintheActivityPropertiesWindow.html","title":"Set Properties in the Activity Properties Window","navPath":"SetPropertiesintheActivityPropertiesWindow.html","bundleId":"work-tasks-2023-sp1","id":"a7b682ba3-1527-49d4-8265-15de6bf75759","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandExportFunctionsinProcessDesigner.html","title":"Import and Export Functions in Process Designer","navPath":"ImportandExportFunctionsinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a74b5fb8b-57ac-4a14-96f7-d7072c35aadc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromxml.html","title":"Import from XML","navPath":"importfromxml.html","bundleId":"work-tasks-2023-sp1","id":"afb01713d-adfe-459f-bc8e-1a453809d156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExporttoXML.html","title":"Export to XML","navPath":"ExporttoXML.html","bundleId":"work-tasks-2023-sp1","id":"a041b46fa-0559-4c9c-af9e-11c5eb652ca3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromvisiobpmnstencil.html","title":"Import from Visio (BPMN Stencil)","navPath":"importfromvisiobpmnstencil.html","bundleId":"work-tasks-2023-sp1","id":"a6f325abc-9bff-445a-8a80-729d3f068abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingActivitiesinProcessDesigner.html","title":"Add Activities in Process Designer","navPath":"AddingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"aee13587c-a324-4db0-9235-308f9faae04b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DragandDropActivities.html","title":"Drag and Drop Activities","navPath":"DragandDropActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1d686a5-241e-4d51-b233-350d0690cf3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddActivitiesUsingtheContextMenu.html","title":"Add Activities Using the Context Menu","navPath":"AddActivitiesUsingtheContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"a6f88093c-2a91-4b76-b226-4c2d5d51c4cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkingActivitiesinProcessDesigner.html","title":"Link Activities in Process Designer","navPath":"LinkingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ac4ace3e0-0f1f-4035-a80f-6b1d3ad0f566","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesbyClickingandLinking.html","title":"Link Activities by Clicking and Linking","navPath":"LinkActivitiesbyClickingandLinking.html","bundleId":"work-tasks-2023-sp1","id":"a8192a945-4dd2-4ffa-a32c-a397c81b24de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesUsingtheLinkTool.html","title":"Link Activities Using the Link Tool","navPath":"LinkActivitiesUsingtheLinkTool.html","bundleId":"work-tasks-2023-sp1","id":"a7e79af6e-6cae-40b6-abff-2e55b849039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetLinkOptionsintheActivitiesContextMenu.html","title":"Set Link Options in the Activities Context Menu","navPath":"SetLinkOptionsintheActivitiesContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"af234a3fe-00a3-4492-9df2-1c1127f2849f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingActivityandLinkProperties.html","title":"Set Activity and Link Properties","navPath":"SettingActivityandLinkProperties.html","bundleId":"work-tasks-2023-sp1","id":"a26bf0eb7-5bae-4c7b-a2e0-1c14b0dd7c73","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IdentifyMandatoryProperties.html","title":"Identify Mandatory Properties","navPath":"IdentifyMandatoryProperties.html","bundleId":"work-tasks-2023-sp1","id":"a043aae2e-51c1-44d6-b351-39c0a932878f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method1RightClickandSelectActivityProperties.html","title":"Method 1: Right Click and Select Activity Properties","navPath":"Method1RightClickandSelectActivityProperties.html","bundleId":"work-tasks-2023-sp1","id":"a570cc1bb-7746-46f3-a38d-788b9a8a2825","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","title":"Method 2: Select Activity and then Select Activity Properties from Edit Menu","navPath":"Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","bundleId":"work-tasks-2023-sp1","id":"a5bef891a-1f80-4a30-a738-a265b808e448","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method3UseWizardsForResourceActivitieswhereapplicable.html","title":"Method 3: Use Wizards For Resource Activities (where applicable)","navPath":"Method3UseWizardsForResourceActivitieswhereapplicable.html","bundleId":"work-tasks-2023-sp1","id":"a1e9777fa-69a2-4f28-9dad-8b74871dd63f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoPropertySettingWizards.html","title":"Introduction to Property Setting Wizards","navPath":"IntroductiontoPropertySettingWizards.html","bundleId":"work-tasks-2023-sp1","id":"a57455bfa-9121-4a23-af49-741992fda5f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheActorsSelectionWizard.html","title":"Use the Actors Selection Wizard","navPath":"UsetheActorsSelectionWizard.html","bundleId":"work-tasks-2023-sp1","id":"afd2ac53b-6633-4448-a24c-4d3eb3f45165","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheEscalationEmailWizard.html","title":"Use the Escalation Email Wizard","navPath":"UsetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"aadd05c37-23fc-4ef9-9016-2f25b349e8cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingtheExpressionEditor.html","title":"Use the Expression Editor","navPath":"UsingtheExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"adb76f90f-1e91-4883-a064-daddf58e1f9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingtheexpressioneditortosetactionproperties.html","title":"About the Expression Editor","navPath":"usingtheexpressioneditortosetactionproperties.html","bundleId":"work-tasks-2023-sp1","id":"a1b1f6360-1a0c-470a-8859-a77fb9f0334d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExpressionEditortoBuildExpressionsforProperties.html","title":"Use Expression Editor to Build Expressions for Properties","navPath":"UseExpressionEditortoBuildExpressionsforProperties.html","bundleId":"work-tasks-2023-sp1","id":"ae2d1fe52-4e28-418b-99d9-8b3ec313c053","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAppearancePropertiesforActivityIcons.html","title":"Set Appearance Properties for Activity Icons","navPath":"SetAppearancePropertiesforActivityIcons.html","bundleId":"work-tasks-2023-sp1","id":"a41881247-9bcc-4d36-8af6-a1c7c95984b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchforContentinWorkflow.html","title":"Search for Content in Workflow","navPath":"SearchforContentinWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aec7bcc1e-2c6f-40eb-bc06-3dec29fed468","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheProcessMapImageforNavigation.html","title":"Use the Process Map Image for Navigation","navPath":"UsetheProcessMapImageforNavigation.html","bundleId":"work-tasks-2023-sp1","id":"a1c064f49-2433-4ea5-bb2b-99cefc7f5a8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessModelingandSavingtheAnalyst%27sView.html","title":"Process Modeling and Saving the Analyst's View","navPath":"ProcessModelingandSavingtheAnalyst'sView.html","bundleId":"work-tasks-2023-sp1","id":"a315cfc2a-f886-44a9-824f-fcfde9c27aee","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockandUnlockDesigners.html","title":"Lock and Unlock Designers","navPath":"LockandUnlockDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a7bd3c85e-ae9b-43fc-8c53-bf2770993cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforrepository.html","title":"Enable and Disable Lock for Repository","navPath":"enablinglockforrepository.html","bundleId":"work-tasks-2023-sp1","id":"a5eed50c7-8c61-4d83-adb2-a6a89d89b93f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentTypesofLocks.html","title":"Different Types of Locks","navPath":"DifferentTypesofLocks.html","bundleId":"work-tasks-2023-sp1","id":"acd96aa2b-ec2c-4d60-9250-a16d80f976dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManualLockandUnlock.html","title":"Manual Lock and Unlock","navPath":"ManualLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a3f5ab54c-5c0e-471e-890e-46b23e098ded","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoLockandUnlock.html","title":"Auto Lock and Unlock","navPath":"AutoLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a6be31189-eaca-444a-aeef-2e78a7feafde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLockandUnlockonDesigners.html","title":"Use Lock and Unlock on Designers","navPath":"UseLockandUnlockonDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a100fe4b5-e5b9-4143-8994-4865c5d53f48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist2.html","title":"Process Designer","navPath":"workflowlist2.html","bundleId":"work-tasks-2023-sp1","id":"ad476e8ce-60fa-41d2-b588-9766e81ce8f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formslist.html","title":"Forms Designer","navPath":"formslist.html","bundleId":"work-tasks-2023-sp1","id":"a0d9d4255-9e45-4c06-ab73-f8b49f8c4eda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListDesigner.html","title":"List Designer","navPath":"ListDesigner.html","bundleId":"work-tasks-2023-sp1","id":"af83e3d32-f2d2-4ab3-98d8-071c3569270e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingLockandUnlockonUserDefinedLists.html","title":"Use Lock and Unlock on User Defined Lists","navPath":"UsingLockandUnlockonUserDefinedLists.html","bundleId":"work-tasks-2023-sp1","id":"ab6c64c0d-b3f7-4caf-b05a-a97cb2bc5650","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforuserdefinedlist.html","title":"Enabling Lock for User Defined List","navPath":"enablinglockforuserdefinedlist.html","bundleId":"work-tasks-2023-sp1","id":"a56a9826b-f987-42ac-8bc8-944de9a1507c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EffectsofLockandUnlockonUserDefinedList.html","title":"Effects of Lock and Unlock on User Defined List","navPath":"EffectsofLockandUnlockonUserDefinedList.html","bundleId":"work-tasks-2023-sp1","id":"ad95989ef-6c5f-4ea1-8824-10b5335e046b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisEnabled.html","title":"User Defined List when Lock is Enabled","navPath":"UserDefinedListwhenLockisEnabled.html","bundleId":"work-tasks-2023-sp1","id":"a033d1d39-31de-4a26-9013-851267135265","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisDisabled.html","title":"User Defined List when Lock is Disabled","navPath":"UserDefinedListwhenLockisDisabled.html","bundleId":"work-tasks-2023-sp1","id":"a9de8ab83-ed57-46e7-9812-34f7a8a7dd7b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemThroughWorkflows.html","title":"Update a Locked List Item Through Workflows","navPath":"UpdateaLockedListItemThroughWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad56f4dae-3528-492e-b211-cd4e25b64f0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromInvokeFormActivity.html","title":"Update a Locked List Item from Invoke Form Activity","navPath":"UpdateaLockedListItemfromInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"afb55a13a-1c0d-46d8-a9eb-5fca0907064f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromEngineActivity.html","title":"Update a Locked List Item from Engine Activity","navPath":"UpdateaLockedListItemfromEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"ac432e9de-455d-4311-a0e2-e243140c802e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewLockandUnlockHistoryofListItems.html","title":"View Lock and Unlock History of List Items","navPath":"ViewLockandUnlockHistoryofListItems.html","bundleId":"work-tasks-2023-sp1","id":"ae49e14a5-eef8-4b0c-b8e0-5138d9a319f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Work_Tasks.html","title":"AVEVA Work Tasks Pro","navPath":"Working_with_Work_Tasks.html","bundleId":"work-tasks-2023-sp1","id":"abc2138c6-6d36-48b8-ac88-031d7c09d4fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435174.html","title":"Introduction","navPath":"435174.html","bundleId":"work-tasks-2023-sp1","id":"a37289543-c494-477b-b0a5-2d33c0ec806f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithworktasks.html","title":"Get Started with AVEVA Work Tasks Pro","navPath":"gettingstartedwithworktasks.html","bundleId":"work-tasks-2023-sp1","id":"ad9307521-9099-4858-b5a4-4c9eae97a50a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435176.html","title":"Install and Configure AVEVA Work Tasks Pro Application","navPath":"435176.html","bundleId":"work-tasks-2023-sp1","id":"a123524d3-9c2f-48f7-9f1a-756247a66ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/625157.html","title":"Mobile Device Management","navPath":"625157.html","bundleId":"work-tasks-2023-sp1","id":"ab61704a8-9515-4e29-bf99-2be44b9a17f8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522505.html","title":"View the Demo of AVEVA Work Tasks Pro App","navPath":"522505.html","bundleId":"work-tasks-2023-sp1","id":"afbfb01d7-6a16-495b-963e-91344ed24bbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loginandlogout.html","title":"Log On and Log Off","navPath":"loginandlogout.html","bundleId":"work-tasks-2023-sp1","id":"a1ab38b2e-f69a-461c-b137-a91861578283","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1440390.html","title":"Online and Offline Support for Controls and Containers","navPath":"1440390.html","bundleId":"work-tasks-2023-sp1","id":"ab59dde31-32c7-415b-b544-a3b6032a18a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522508.html","title":"Inbox","navPath":"522508.html","bundleId":"work-tasks-2023-sp1","id":"a890f4120-a881-4195-938e-49863c91bd26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/categories.html","title":"Categories","navPath":"categories.html","bundleId":"work-tasks-2023-sp1","id":"a546f38cf-ecf5-42d6-a551-11565b5cded6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Queue.html","title":"Queue","navPath":"Queue.html","bundleId":"work-tasks-2023-sp1","id":"a09da8166-ce9a-4f7b-bc6a-3eedf2b1aa41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435179.html","title":"Fill Form","navPath":"435179.html","bundleId":"work-tasks-2023-sp1","id":"a8dfc1285-5920-4390-b63d-dc6d83477ac5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Drafts.html","title":"Drafts","navPath":"Drafts.html","bundleId":"work-tasks-2023-sp1","id":"a845a83f9-0ba8-462e-8fef-6fe06dac2a83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SentItems.html","title":"Sent Items","navPath":"SentItems.html","bundleId":"work-tasks-2023-sp1","id":"aa96ed23e-e1eb-407c-8434-4a7e83ba3d2c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Outbox.html","title":"Outbox","navPath":"Outbox.html","bundleId":"work-tasks-2023-sp1","id":"a26caa3e8-7069-426d-b6e8-023462386df6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Sync.html","title":"Sync","navPath":"Sync.html","bundleId":"work-tasks-2023-sp1","id":"aea97bdb7-3aa3-4583-a252-83dbc13bc9d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793038.html","title":"Save Settings","navPath":"793038.html","bundleId":"work-tasks-2023-sp1","id":"a2235aa20-f60e-4f32-98d2-a269a56a5773","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeNotificationToneforiOSDevices.html","title":"Change Notification Tone for iOS Devices","navPath":"ChangeNotificationToneforiOSDevices.html","bundleId":"work-tasks-2023-sp1","id":"a9362e409-7ba9-4dd6-ace6-cb6cc2529f8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793046.html","title":"Configure Save Settings","navPath":"793046.html","bundleId":"work-tasks-2023-sp1","id":"a35028ebf-6b6a-4eeb-9a2b-c605544dd4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNumberofItemstoSyncfortheLookupControl.html","title":"Configure Number of Items to Sync for the Lookup Control","navPath":"ConfigureNumberofItemstoSyncfortheLookupControl.html","bundleId":"work-tasks-2023-sp1","id":"aa17dfb59-a9cd-4203-9a9a-e7ec153cd3f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/571749.html","title":"Configure Thresholds","navPath":"571749.html","bundleId":"work-tasks-2023-sp1","id":"aa1fe90fe-d6ac-420c-bd7c-c9355c8a15f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDrafts.html","title":"Configure Drafts","navPath":"ConfigureDrafts.html","bundleId":"work-tasks-2023-sp1","id":"a67dd678f-55e0-4541-9097-ac1fffec5f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/658450.html","title":"Configure Sent Items","navPath":"658450.html","bundleId":"work-tasks-2023-sp1","id":"a168b9432-8a25-4b33-a97a-8ac1f80bdbf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/599341.html","title":"Configure Inbox Settings","navPath":"599341.html","bundleId":"work-tasks-2023-sp1","id":"a6deb063e-3c83-4b0a-a554-ed236a48d149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641267.html","title":"Configure Offline Support","navPath":"641267.html","bundleId":"work-tasks-2023-sp1","id":"a3bf9e7f6-6ef3-497c-bbde-d2b4501bca6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659533.html","title":"Use Themes","navPath":"659533.html","bundleId":"work-tasks-2023-sp1","id":"aefcf97f7-71bd-4bab-83df-b58534456033","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659544.html","title":"Apply Theme to AVEVA Work Tasks Pro App","navPath":"659544.html","bundleId":"work-tasks-2023-sp1","id":"a0c00a64d-d648-48c3-818a-ded1ba40340f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyle.html","title":"Change Style","navPath":"ChangeStyle.html","bundleId":"work-tasks-2023-sp1","id":"a5994f8ee-3927-4730-a44e-6cf921d98f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/490121.html","title":"Logs","navPath":"490121.html","bundleId":"work-tasks-2023-sp1","id":"a98528026-133d-44c6-87f1-f225c834fbcc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingworktasks.html","title":"Troubleshooting","navPath":"troubleshootingworktasks.html","bundleId":"work-tasks-2023-sp1","id":"adb770337-1720-4a62-bd66-f6e967118ef3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/731829.html","title":"Debugging","navPath":"731829.html","bundleId":"work-tasks-2023-sp1","id":"ae2da79e5-3dcb-4eab-82a1-640493911a92","isActive":false,"outputclasses":[],"children":[]}]}]}]}},"apiErrorHandler":{}} ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.

  • If the format is # $ and the number is 12, then the number is displayed as 12 R$.

  • If the format is # \$ and the number is 12, then the number is displayed as
    12 $.

;

Section separator.

Defines sections with separate format strings for positive, negative, and zero numbers.

#.00 $;#.00 - $;#.00 $

If you enter the value as '125', then it is displayed as '125.00 symbol is interpreted as a format specifier in the format string. If you need\n to prevent this, you will need to precede the ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }

symbol with a '\u003Cspan class=\"uicontrol\"\u003E\\\u003C/span\u003E'.\n \u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf the current server culture is “en-US”, then the currency is displayed as ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EHowever, if the current server culture is “Brazilian”, then the currency is displayed\n as 'R ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\n \u003C/p\u003E\n \u003Cul class=\"ulsubitem\"\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# $\u003C/span\u003E and the number is 12, then the number is displayed as 12 R$.\n \u003C/p\u003E\n \u003C/li\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# \\$\u003C/span\u003E and the number is 12, then the number is displayed as \u003Cbr\u003E12 $.\n \u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/li\u003E\n \u003C/ul\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E;\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ESection separator.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EDefines sections with separate format strings for positive, negative, and zero numbers.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E#.00 $;#.00 - $;#.00 $\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '125', then it is displayed as '125.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '-125', then it is displayed as '125.00 - ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '0', then it is displayed as '0.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E\"string\"/'string'\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ELiteral string delimiter.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIndicates that the enclosed characters should be copied to the result string.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"paragraph\"\u003E#,##,###.00 ‘₹’ or #,##,###.00 “₹”\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003EIf you enter the value as '125.00', then it is displayed as '125.00 ₹'.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003C/tbody\u003E\u003C/table\u003E\n \u003C/div\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003C/div\u003E\n \n\n\u003C/article\u003E\u003C/article\u003E\n","topic_language":"enus","views":0,"your_rating":null,"watermark":null,"isFallbackLanguage":false,"collapsibleContentExists":false,"miniTOCHeadings":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"miniTOCHeadingsFlat":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"isInlineExternalTopic":false},"workflow":null,"isWorkflow":false,"showWorkflow":false,"error":null},"TocComponent":{"toc":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/help.html","title":"Welcome to AVEVA Work Tasks","navPath":"help.html","bundleId":"work-tasks-2023-sp1","id":"ae28db577-8710-4c61-a2aa-693e53b48c7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/copyright.html","title":"Legal information","navPath":"copyright.html","bundleId":"work-tasks-2023-sp1","id":"a63f0ebce-097d-40e6-81a4-35d87844d39a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/31015.html","title":"Contact information","navPath":"31015.html","bundleId":"work-tasks-2023-sp1","id":"a667c3c4d-6ab6-4553-932e-bc8aa99e6ae8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/520827.html","title":"Acknowledgements","navPath":"520827.html","bundleId":"work-tasks-2023-sp1","id":"a26d32884-a0c6-4c59-a25d-11ef7d3f506f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759100.html","title":"AjaxMin","navPath":"759100.html","bundleId":"work-tasks-2023-sp1","id":"ad6a51842-6aeb-49da-b5b9-840458b1b18d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759101.html","title":"AmqpNet Lite","navPath":"759101.html","bundleId":"work-tasks-2023-sp1","id":"acd0f0923-07b3-4a28-b810-aa5288aaccc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759105.html","title":"AngleSharp","navPath":"759105.html","bundleId":"work-tasks-2023-sp1","id":"abbdbe2b5-b07c-48e7-b2fe-79a3a98bb095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910312.html","title":"AngleSharp​.Css","navPath":"910312.html","bundleId":"work-tasks-2023-sp1","id":"a76c98495-70fb-4e3e-b0ba-cea00f933124","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759109.html","title":"AngularJS","navPath":"759109.html","bundleId":"work-tasks-2023-sp1","id":"a1425355f-ed78-47b4-8eff-f7c946bb37ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759110.html","title":"AntiXSS","navPath":"759110.html","bundleId":"work-tasks-2023-sp1","id":"ad66fb273-6e98-498d-a151-99223d9cb1fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759115.html","title":"AutoMapper","navPath":"759115.html","bundleId":"work-tasks-2023-sp1","id":"abf7e477f-1d68-4dee-b357-5824631932c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904394.html","title":"Azure​.Identity","navPath":"904394.html","bundleId":"work-tasks-2023-sp1","id":"a24914844-2e7d-4b62-abef-533b4eea907c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904395.html","title":"Azure​.Security​.KeyVault​.Secrets","navPath":"904395.html","bundleId":"work-tasks-2023-sp1","id":"af3d45a29-c808-43aa-9521-c70f148db138","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759117.html","title":"bootstrap","navPath":"759117.html","bundleId":"work-tasks-2023-sp1","id":"a5e287859-b798-42a9-b648-801a3dc68e2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759118.html","title":"bootstrap-datepicker","navPath":"759118.html","bundleId":"work-tasks-2023-sp1","id":"ab329437c-60cf-470d-966f-31a8aefc411c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762837.html","title":"chilkat-x64","navPath":"762837.html","bundleId":"work-tasks-2023-sp1","id":"af620fdf4-880e-4466-a658-aa9f66b7151c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762838.html","title":"CodeMirror","navPath":"762838.html","bundleId":"work-tasks-2023-sp1","id":"a93e06817-85a8-4ddd-9bd6-f2a440eb7a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762839.html","title":"ComponentArt Charting","navPath":"762839.html","bundleId":"work-tasks-2023-sp1","id":"a8f8e4c4a-5da5-4f78-8fc7-5214cd1ed646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762840.html","title":"crypto-js","navPath":"762840.html","bundleId":"work-tasks-2023-sp1","id":"ad731a0fa-e72c-4769-927c-e8675fb82ed6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762841.html","title":"datejs","navPath":"762841.html","bundleId":"work-tasks-2023-sp1","id":"a406094f6-6dcb-447d-a3fa-5961c29b89a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762842.html","title":"EasyNetQ","navPath":"762842.html","bundleId":"work-tasks-2023-sp1","id":"aaad8da03-830e-41f6-858f-e9b5de8435b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762843.html","title":"ExcelDataReader","navPath":"762843.html","bundleId":"work-tasks-2023-sp1","id":"a22c5035f-a2fe-4880-be52-d0d7939da4a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762844.html","title":"FastAndroidCamera","navPath":"762844.html","bundleId":"work-tasks-2023-sp1","id":"a9dbda76a-9c5e-4d59-85e6-56991baaa4b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762851.html","title":"HtmlSanitizer","navPath":"762851.html","bundleId":"work-tasks-2023-sp1","id":"acb876ee2-7161-4004-98cc-50227c3a8ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762855.html","title":"Intersoft WebGrid","navPath":"762855.html","bundleId":"work-tasks-2023-sp1","id":"a688f63b7-f50f-4263-8a5e-b20b4d1bffd3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762865.html","title":"JavaScriptEngineSwitcher","navPath":"762865.html","bundleId":"work-tasks-2023-sp1","id":"ac6c7098b-b48c-40da-9ddc-e74ae011eb7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762866.html","title":"jquery","navPath":"762866.html","bundleId":"work-tasks-2023-sp1","id":"abe23520a-4715-47be-b563-fd1f30ae340a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910313.html","title":"jquery dotdotdot","navPath":"910313.html","bundleId":"work-tasks-2023-sp1","id":"a029d6063-76de-4e93-b583-20fd75e61c1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762867.html","title":"jquery easing","navPath":"762867.html","bundleId":"work-tasks-2023-sp1","id":"a18fbf154-6c99-4b9f-b10e-c85984dab2fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910314.html","title":"jshint","navPath":"910314.html","bundleId":"work-tasks-2023-sp1","id":"a5bffd613-1a6d-489b-affd-a0399213aa52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762868.html","title":"jszip","navPath":"762868.html","bundleId":"work-tasks-2023-sp1","id":"a8045ffe9-3e48-4f7b-9ac3-542a8dd221cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910315.html","title":"Kendo UI","navPath":"910315.html","bundleId":"work-tasks-2023-sp1","id":"a5fa81750-8074-465e-9b17-998b0f31e125","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762869.html","title":"Knockout","navPath":"762869.html","bundleId":"work-tasks-2023-sp1","id":"a2a634dc4-fb7a-439e-ab6f-c482f7d8c590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910316.html","title":"Knockout-Kendo","navPath":"910316.html","bundleId":"work-tasks-2023-sp1","id":"a637cfc9b-4332-4f09-9c4a-f1bbb7cf1d88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762871.html","title":"LumiSoft​.Net","navPath":"762871.html","bundleId":"work-tasks-2023-sp1","id":"a91793d03-7bf4-4551-b4c9-b6b8a556be29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1265011.html","title":"Microsoft​.Web​.WebView2","navPath":"1265011.html","bundleId":"work-tasks-2023-sp1","id":"a30eb0f3c-70fc-4dc8-8696-ef8581185c8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762872.html","title":"Newtonsoft​.Json","navPath":"762872.html","bundleId":"work-tasks-2023-sp1","id":"a3da01c8b-c223-49cb-a6b1-ac1753d181e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904396.html","title":"Oracle​.ManagedDataAccess","navPath":"904396.html","bundleId":"work-tasks-2023-sp1","id":"ad1d1ed6a-03fe-4e5b-920f-8fbb90c5a648","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762873.html","title":"Oracle Providers for ASP​.NET","navPath":"762873.html","bundleId":"work-tasks-2023-sp1","id":"a7b58f71d-a6db-4951-a003-17eb04959573","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763108.html","title":"Owin","navPath":"763108.html","bundleId":"work-tasks-2023-sp1","id":"a0f8ed29c-916b-448d-8080-a62d5cabf75c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763109.html","title":"Paho MQTT","navPath":"763109.html","bundleId":"work-tasks-2023-sp1","id":"ad844c945-fc81-40c1-b39b-01617e41212a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910317.html","title":"Pako","navPath":"910317.html","bundleId":"work-tasks-2023-sp1","id":"aa5ed6cde-2f17-4d56-bb70-81e435bcadd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907877.html","title":"polly​.extensions​.http","navPath":"907877.html","bundleId":"work-tasks-2023-sp1","id":"a3aa2c1eb-90a3-4b1c-b067-22f9e88fbe44","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904402.html","title":"RabbitMQ​.Client","navPath":"904402.html","bundleId":"work-tasks-2023-sp1","id":"a2ea194d1-ff32-44f3-a83e-a5720ce169cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907810.html","title":"SendGrid","navPath":"907810.html","bundleId":"work-tasks-2023-sp1","id":"ae494e7f0-6fa4-457b-b9e9-bc0573a79080","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910318.html","title":"Spin js","navPath":"910318.html","bundleId":"work-tasks-2023-sp1","id":"a15c2fc95-49c7-4223-bca0-d5e02f1ef565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763110.html","title":"SQLite","navPath":"763110.html","bundleId":"work-tasks-2023-sp1","id":"ac6a29ce2-e7ce-4341-85d5-d06387ee7464","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/878052.html","title":"sqlite-net SQLCipher","navPath":"878052.html","bundleId":"work-tasks-2023-sp1","id":"a3abec5d2-3e17-4bff-9181-a609bb8b4ac9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907875.html","title":"StarkbankEcdsa","navPath":"907875.html","bundleId":"work-tasks-2023-sp1","id":"a047e36b6-dc55-4825-b585-ed70ab9ec0f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763111.html","title":"Telerik® UI for ASP​.NET AJAX","navPath":"763111.html","bundleId":"work-tasks-2023-sp1","id":"afd1a3492-aae4-4b89-9c49-2e26f8cfde53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763174.html","title":"tensorspace","navPath":"763174.html","bundleId":"work-tasks-2023-sp1","id":"a86b53742-cf80-4fa1-a813-07ceb8b8bf7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763175.html","title":"Unity​.Abstractions","navPath":"763175.html","bundleId":"work-tasks-2023-sp1","id":"a1eee0410-ccbf-4bed-86f9-a625be2fd148","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763176.html","title":"Unity​.Container","navPath":"763176.html","bundleId":"work-tasks-2023-sp1","id":"a6989ef72-9c35-4c0a-bbae-ee0becb4731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907886.html","title":"WindowsBase","navPath":"907886.html","bundleId":"work-tasks-2023-sp1","id":"a59108fdd-8e1a-451d-a943-c6bbe897d3be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903678.html","title":"WiX Toolset","navPath":"903678.html","bundleId":"work-tasks-2023-sp1","id":"aa93e3612-0ac3-413a-afd2-b9253881b63b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904489.html","title":"xamarin​.essentials","navPath":"904489.html","bundleId":"work-tasks-2023-sp1","id":"a8f5d4e26-0989-49b0-ad66-62d108f912ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904585.html","title":"xam​.plugin​.battery","navPath":"904585.html","bundleId":"work-tasks-2023-sp1","id":"ada01ab43-d704-4c5b-a0b1-a16f5234ac4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910319.html","title":"Xml2Json","navPath":"910319.html","bundleId":"work-tasks-2023-sp1","id":"a93d3fa59-5a65-459a-b47e-32ad4d71ea20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910269.html","title":"ZXing","navPath":"910269.html","bundleId":"work-tasks-2023-sp1","id":"a572944d3-ff6b-4cd9-ac8e-f24d5c11848c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904248.html","title":"Other Components","navPath":"904248.html","bundleId":"work-tasks-2023-sp1","id":"a4ef74d2e-0249-4993-8bad-83da603f9f5a","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/789641.html","title":"What's new in AVEVA Work Tasks?","navPath":"789641.html","bundleId":"work-tasks-2023-sp1","id":"a66e23fbc-3b01-4be9-9b81-b0177a0d59ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1282500.html","title":"2023 Releases","navPath":"1282500.html","bundleId":"work-tasks-2023-sp1","id":"a1dba44ae-e988-4e6f-92c3-d8052c1b05f1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733522.html","title":"AVEVA Work Tasks 2023 SP1 Release Notes","navPath":"733522.html","bundleId":"work-tasks-2023-sp1","id":"a32ff6b55-da45-43e6-b669-6a23a4ed605e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733517.html","title":"System Requirements","navPath":"733517.html","bundleId":"work-tasks-2023-sp1","id":"a51cb72ec-fc8a-4a8b-b97a-2f1af94210c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733515.html","title":"Product Compatibility","navPath":"733515.html","bundleId":"work-tasks-2023-sp1","id":"a6651e44e-1259-4554-905b-f82e7bdfc500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733511.html","title":"ISO Details","navPath":"733511.html","bundleId":"work-tasks-2023-sp1","id":"a791f4bfd-49d2-495e-a78f-83ee14388a28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733510.html","title":"Installation Instructions","navPath":"733510.html","bundleId":"work-tasks-2023-sp1","id":"a0a6c3e62-3d79-4e27-a9d9-79e9b5a39caf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733518.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"733518.html","bundleId":"work-tasks-2023-sp1","id":"a1dd1a603-ab92-4324-89bf-5b85b9a363a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733513.html","title":"Key Features","navPath":"733513.html","bundleId":"work-tasks-2023-sp1","id":"a5e7174ee-3582-463e-9017-2c201502b7e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733509.html","title":"General Enhancements","navPath":"733509.html","bundleId":"work-tasks-2023-sp1","id":"a509245ef-ee5a-4984-adf9-59919b74d5d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733512.html","title":"Issues Resolved","navPath":"733512.html","bundleId":"work-tasks-2023-sp1","id":"ae916007c-b016-4b00-ad18-8921574d37ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1382390.html","title":"Known Issues","navPath":"1382390.html","bundleId":"work-tasks-2023-sp1","id":"a61b0656e-0b6d-4158-886d-3efb2d54a93e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1398635.html","title":"AVEVA Work Tasks Pro","navPath":"1398635.html","bundleId":"work-tasks-2023-sp1","id":"a67ba2b0b-ab19-4975-84ae-93c69f864ac7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/administratorguide.html","title":"Administrator Guide","navPath":"administratorguide.html","bundleId":"work-tasks-2023-sp1","id":"acd6f48c0-0189-4856-b51a-7ea385bc2321","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/architecture.html","title":"Architecture","navPath":"architecture.html","bundleId":"work-tasks-2023-sp1","id":"ab226a82e-b181-443c-99a2-96d44cd59b3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/corecomponents.html","title":"Core Components","navPath":"corecomponents.html","bundleId":"work-tasks-2023-sp1","id":"a1c2ca690-9b51-4d2f-8f72-7027542d3917","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/microsoftoutlookintegration.html","title":"Microsoft Outlook Integration","navPath":"microsoftoutlookintegration.html","bundleId":"work-tasks-2023-sp1","id":"aee929c2a-0793-4ad1-867d-43491b651264","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scalabilityandavailability.html","title":"Scalability and Availability","navPath":"scalabilityandavailability.html","bundleId":"work-tasks-2023-sp1","id":"af5529dab-4015-4277-893a-57e9fc74458d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingintranetandextranetwebfronts.html","title":"Set up intranet and extranet web fronts","navPath":"settingintranetandextranetwebfronts.html","bundleId":"work-tasks-2023-sp1","id":"aac89cba2-320f-4543-b1ce-88e09364ce74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540500.html","title":"Partitioning Database","navPath":"540500.html","bundleId":"work-tasks-2023-sp1","id":"a8f63c245-27c2-4820-84d0-f226f3b33ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540501.html","title":"Partitioning with Central Configuration","navPath":"540501.html","bundleId":"work-tasks-2023-sp1","id":"ad6093e39-a6db-4958-85fc-a0786faa96a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540502.html","title":"Partitioning with Partition Manager","navPath":"540502.html","bundleId":"work-tasks-2023-sp1","id":"a484386ac-a929-4962-88d3-8630e49c21ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/657844.html","title":"Verifying Partition","navPath":"657844.html","bundleId":"work-tasks-2023-sp1","id":"a1243e8bf-0d2c-4b60-a08c-c18afcf8c1b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintenanceActivities.html","title":"Maintenance activities","navPath":"MaintenanceActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae4e3fe93-e008-4cde-b76a-d1c2f5b682b1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Editions.html","title":"Editions","navPath":"Editions.html","bundleId":"work-tasks-2023-sp1","id":"aeb075841-906b-4065-bad7-c8935f935dcf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenarios.html","title":"Single server","navPath":"SingleServerScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a107d7344-9da7-4cce-89a3-63801559f204","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario1.html","title":"Deployment of AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on a single machine","navPath":"SingleMachineScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a4d833f21-2965-43bb-b378-fcb446ebded0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario2.html","title":"AVEVA Work Tasks web server and AVEVA Work Tasks server on different machines","navPath":"SingleMachineScenario2.html","bundleId":"work-tasks-2023-sp1","id":"a6dae3899-8a3a-4f34-8b47-23c51c552ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario3.html","title":"AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on different machines","navPath":"SingleMachineScenario3.html","bundleId":"work-tasks-2023-sp1","id":"aa1b068b2-5113-4a3f-a0cf-6b0ff85fcc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenario4.html","title":"AVEVA Work Tasks Web Server Farm, Work Tasks Server, and AVEVA Work Tasks Database Server on Different Machines","navPath":"SingleServerScenario4.html","bundleId":"work-tasks-2023-sp1","id":"aa4fce7cc-d070-4824-b337-5e45ae20a72d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerLicensing.html","title":"Single server licensing information","navPath":"SingleServerLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a2fed8d65-d6ba-4e6d-85dd-fe8020eb43e8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServer.html","title":"Load balanced server","navPath":"LoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a0f5a8aa0-4340-4869-b21e-e7f753a73e71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerArchitecture.html","title":"Load Balanced Server Architecture","navPath":"LoadBalancedServerArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a632ad1cc-5885-4043-976f-54162386ceac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerInstallationScenarios.html","title":"Load balanced server installation scenarios","navPath":"LoadBalancedServerInstallationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a97927939-7d10-467f-a318-488abcc4817b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerCapableofAddingMachinesatAnyTime.html","title":"Single server capable of adding machines at any time","navPath":"SingleServerCapableofAddingMachinesatAnyTime.html","bundleId":"work-tasks-2023-sp1","id":"a9012c07f-7baf-4406-b961-071fbe0abc95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines1.html","title":"Web Server Farm with Clustered Work Tasks Services and Databases on Different Machines","navPath":"LoadBalancedServersonDifferentMachines1.html","bundleId":"work-tasks-2023-sp1","id":"a66065868-d03e-48b6-af16-689176e5d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines2.html","title":"AVEVA Work Tasks Web Server Farm Connecting to AVEVA Work Tasks Services with AVEVA Work Tasks Databases on a Different Machine","navPath":"LoadBalancedServersonDifferentMachines2.html","bundleId":"work-tasks-2023-sp1","id":"afabb36ea-ded9-45d7-baad-de710b5cf8a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","title":"Behavior of AVEVA Work Tasks Services on Enterprise Server","navPath":"BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"a775fa8f6-59d5-4326-a1fa-7f8347dea231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ToolsUsedinEnterpriseServer.html","title":"Tools used in Enterprise Server","navPath":"ToolsUsedinEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"afd759f43-ff92-4ae1-9779-804d9c910afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLimitations.html","title":"Load balanced server limitations","navPath":"LoadBalancedServerLimitations.html","bundleId":"work-tasks-2023-sp1","id":"ad53407b0-151d-4eeb-875b-e5eebad2ebf9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLicensingInformation.html","title":"Load balanced server licensing information","navPath":"LoadBalancedServerLicensingInformation.html","bundleId":"work-tasks-2023-sp1","id":"a867b5c92-282c-4592-a664-fea3051a57c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetscenarios.html","title":"Installing Different Editions","navPath":"skeltabpmnetscenarios.html","bundleId":"work-tasks-2023-sp1","id":"a72603d98-5f56-45da-99b1-13ce8d5f3626","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/planningforinstallation.html","title":"Layout Editing Modes","navPath":"planningforinstallation.html","bundleId":"work-tasks-2023-sp1","id":"a4610a32b-0c8c-4ef0-8922-4a2efc3abafd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/serverroles.html","title":"Identifying Server Roles","navPath":"serverroles.html","bundleId":"work-tasks-2023-sp1","id":"ab492887c-02d8-4ca6-91d3-dd29a9c1f5f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usersource.html","title":"Identifying User Source","navPath":"usersource.html","bundleId":"work-tasks-2023-sp1","id":"a7b1429f9-6330-480c-b460-a7b916c023f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/databaseselection.html","title":"Making Database Selection","navPath":"databaseselection.html","bundleId":"work-tasks-2023-sp1","id":"a7157b66c-ac99-4c5f-ae1d-a0871000f5e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/communication.html","title":"Setting up Communication","navPath":"communication.html","bundleId":"work-tasks-2023-sp1","id":"a583b3a22-e4b3-495b-bbdb-873bc70617cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-mailintegration.html","title":"Integrating Email","navPath":"e-mailintegration.html","bundleId":"work-tasks-2023-sp1","id":"a7d113291-57fe-4631-9a9e-c176f8818a64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ports.html","title":"Setting up Ports","navPath":"ports.html","bundleId":"work-tasks-2023-sp1","id":"aa60682cb-00fd-4190-aa60-bb6808956aef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CookiesCreatedbyWebApplication.html","title":"Cookies Created by Web Application","navPath":"CookiesCreatedbyWebApplication.html","bundleId":"work-tasks-2023-sp1","id":"a19de9f1f-9aea-44ee-88b4-e189f7a695e9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites.html","title":"Prerequisites","navPath":"prerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a492c158f-8d4d-4689-84d7-c74288472cb2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureInternetInformationServices.html","title":"Configure Internet Information Services","navPath":"ConfigureInternetInformationServices.html","bundleId":"work-tasks-2023-sp1","id":"ae96ae8c4-c230-476f-9280-d3331d815034","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableandVerifyMSDTC.html","title":"Enable and verify MSDTC","navPath":"EnableandVerifyMSDTC.html","bundleId":"work-tasks-2023-sp1","id":"ab26f206f-77d8-4adc-97cf-f7a287dd6e32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/575435.html","title":"Configure Oracle Data Handler","navPath":"575435.html","bundleId":"work-tasks-2023-sp1","id":"ab93b8534-ed57-4791-bd5b-3a82d3b62ef9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallSingleServer.html","title":"Install Single Server","navPath":"InstallSingleServer.html","bundleId":"work-tasks-2023-sp1","id":"a45bfca0b-f779-4e1e-b7ff-902e86956460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineInstallation.html","title":"Single machine installation","navPath":"SingleMachineInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a481ae858-6156-44fa-9869-62ea1e302ccf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofInstallation.html","title":"High-level view of installation","navPath":"HighLevelViewofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a8bf30945-82fd-4275-bcee-77e8f98257d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation.html","title":"Installation","navPath":"Installation.html","bundleId":"work-tasks-2023-sp1","id":"af42d13e4-452e-4af9-a199-85ca2f7e611d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae253cc50-afd2-4fb0-ba8e-b675067911fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"ab3689631-1a0e-427c-8ce5-fa4548684934","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer.html","bundleId":"work-tasks-2023-sp1","id":"a67b444e5-626c-4b1f-a390-893ae2021f9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aae749dc4-2e84-4682-80af-b004ca1f6e84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase.html","title":"Create Farm Database","navPath":"CreateFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a48d45138-1692-43d6-a05b-df802e880f22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings.html","title":"Define Security Settings","navPath":"DefineSecuritySettings.html","bundleId":"work-tasks-2023-sp1","id":"a0a2e7d97-da96-4fdd-a301-1b9acda9168e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac494bac4-af74-4696-bb98-0fe1aa3ac81d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices.html","title":"Provision Services","navPath":"ProvisionServices.html","bundleId":"work-tasks-2023-sp1","id":"ad2aeacdc-e4c8-4179-a669-89f180edee31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"aa54978ff-7c5e-432a-bb48-65ef4aca487d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository.html","title":"Create a Repository","navPath":"CreateaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a32bcc35f-9259-4204-8701-a002ab434a56","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation.html","title":"Verify the Installation","navPath":"VerifytheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a764e413b-d27a-4c6b-9719-9b2af91b718c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebServerandAVEVAWorkTasksServeronDifferentMachines.html","title":"Web server and AVEVA Work Tasks server on different machines","navPath":"WebServerandAVEVAWorkTasksServeronDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"aa8617912-fae9-4e6b-baab-ec0ebf08688f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewoftheInstallation.html","title":"High-level view of the installation","navPath":"HighLevelViewoftheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a1a1d45c1-dde5-431a-9dfb-865c0b1ec29a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_1.html","title":"Installation","navPath":"Installation_1.html","bundleId":"work-tasks-2023-sp1","id":"abfcac7a8-6b46-43f9-9f5f-48d4b956b286","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_1.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"a933569eb-b920-4ea4-a792-349bcc2ad225","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_1.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_1.html","bundleId":"work-tasks-2023-sp1","id":"a913d8bcc-8ec4-4bcd-ab9f-96769deb6e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_1.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_1.html","bundleId":"work-tasks-2023-sp1","id":"a505106b3-37f7-4f64-a51f-69d1016ae601","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_1.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"aea45d23f-dd61-4050-81fc-fb13a4b8859f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_1.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"a8e7ae67b-7544-4ae4-a31d-5c7aff94445a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_1.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_1.html","bundleId":"work-tasks-2023-sp1","id":"ad4220f03-df07-4d65-b96d-90f3a724ffa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_1.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"a83fc8459-274a-4027-b031-3859b847e3c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_1.html","title":"Provision Services","navPath":"ProvisionServices_1.html","bundleId":"work-tasks-2023-sp1","id":"a866eb46d-271f-4172-aeb0-5cb25d6e3a5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_1.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_1.html","bundleId":"work-tasks-2023-sp1","id":"a7bac03a2-96c0-47fe-8138-289c2dc7f444","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_1.html","title":"Create a Repository","navPath":"CreateaRepository_1.html","bundleId":"work-tasks-2023-sp1","id":"a625355b9-6fe7-4626-80e1-6d0b552cbd08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_1.html","title":"Verify the Installation","navPath":"VerifytheInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cd1a4ef-ea8f-47a4-a6eb-cccd4fa3c044","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServersonDifferentMachinesScenario1.html","title":"Web Server, AVEVA Work Tasks Server, and Database Server on Different Machines","navPath":"ServersonDifferentMachinesScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a6f2d08b6-5d69-4ef4-9074-6635ad748a9e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a69064966-2138-4f7f-9608-e499ec99792e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aa3b1318f-06d9-4a64-b20e-4e110554039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_2.html","title":"Installation","navPath":"Installation_2.html","bundleId":"work-tasks-2023-sp1","id":"aca02022f-498d-4340-88e5-ec13d75decba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer.html","bundleId":"work-tasks-2023-sp1","id":"a035d3e80-fe80-4732-bf0c-cb68e0415893","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_2.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_2.html","bundleId":"work-tasks-2023-sp1","id":"a9b424b1b-2ab9-4a0f-84d0-74695e3d22df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_2.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_2.html","bundleId":"work-tasks-2023-sp1","id":"adfc9046a-7ac8-4400-9d7c-e76d3c810b5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_2.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a96c418d4-5430-415c-97aa-f8047a5f79a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_2.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a624d1cb2-944f-400c-bcf4-a30642a1426f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_2.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a1d0959a9-4644-437d-b37d-8f39a8097f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_2.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ad5b6f8a2-81a7-45ed-8e29-e312e391c666","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_2.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ae9819721-e27b-4960-b6a5-14587de43783","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a54288089-9e05-4b58-bad8-f5047f9935b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_2.html","title":"Provision Services","navPath":"ProvisionServices_2.html","bundleId":"work-tasks-2023-sp1","id":"a455cc1a3-e8fc-41a2-b1c6-23df9a39637d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a5ceb92f5-a5b1-41e2-b5fa-013dedd9f52c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_3.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_3.html","bundleId":"work-tasks-2023-sp1","id":"a640e2eb0-f478-4acf-a48a-4474dedef67b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_3.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_3.html","bundleId":"work-tasks-2023-sp1","id":"aa2ec7624-973c-4be1-a668-b81a800b6b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_3.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae26e193c-027c-41c0-b9fa-825db1fa5747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation.html","title":"Select Client Installation","navPath":"SelectClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"abf07edd4-6720-49c2-829c-1138d73aada2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a50f36563-78a3-43b5-a2d2-a90d13fb2fd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a751d70d1-6419-4977-974c-0e331d5ca0ec","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_2.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_2.html","bundleId":"work-tasks-2023-sp1","id":"a868acfb6-0014-4b3b-8ad4-bb1028af4d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_2.html","title":"Create a Repository","navPath":"CreateaRepository_2.html","bundleId":"work-tasks-2023-sp1","id":"afd56dfa0-8c17-4ed6-a09b-7ab65e5279d2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_2.html","title":"Verify the Installation","navPath":"VerifytheInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac68c967a-e2ba-4e5c-95e5-110ec7dc8be3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario3.html","title":"Web Farm (Multiple Web servers), AVEVA Work Tasks Server, and Database on Different Machines","navPath":"DifferentMachinesScenario3.html","bundleId":"work-tasks-2023-sp1","id":"ae3311fc0-4c32-46fb-86e5-ffe7672e2d5b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_1.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"addf2ca0e-010c-43c7-bb63-8fb5833dec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_1.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac72bbf83-f0d4-45c4-9735-1b3fe75e741c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation3.html","title":"Installation","navPath":"Installation3.html","bundleId":"work-tasks-2023-sp1","id":"a9ed50da2-4e4c-49ba-b8d7-2ce232cec927","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_1.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_1.html","bundleId":"work-tasks-2023-sp1","id":"ab1499953-dc0b-46f0-bfb7-3c662c8d3bd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_4.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_4.html","bundleId":"work-tasks-2023-sp1","id":"a76d788ac-3db1-448c-aedc-4fd244344ff7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_4.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_4.html","bundleId":"work-tasks-2023-sp1","id":"a8c250d9d-be7a-4f4b-a1f5-f36f94ac61cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_4.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_4.html","bundleId":"work-tasks-2023-sp1","id":"a092fe9e2-40bc-4611-a327-3bcfb520455a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_3.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"acb6e856b-c47e-4a8d-a717-a522c4d4b024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_3.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a95b4006d-5975-44ae-b9fe-d27ce837cc49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_3.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_3.html","bundleId":"work-tasks-2023-sp1","id":"a566f3fc5-401e-461f-bd95-b21d0de8fc1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_3.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_3.html","bundleId":"work-tasks-2023-sp1","id":"adb87c5fe-2382-4b9c-a852-913389fe44fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_1.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_1.html","bundleId":"work-tasks-2023-sp1","id":"ad5fefae5-7366-46f2-80cd-e16c09fe3a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_3.html","title":"Provision Services","navPath":"ProvisionServices_3.html","bundleId":"work-tasks-2023-sp1","id":"a307352a0-c9fd-4c11-93a1-528f291d9a34","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_1.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_1.html","bundleId":"work-tasks-2023-sp1","id":"a277c0d22-027c-4eca-a158-966bc6d5e5db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_5.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_5.html","bundleId":"work-tasks-2023-sp1","id":"a75680dd1-2424-46ae-b3f3-4c11a40cfb31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_5.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_5.html","bundleId":"work-tasks-2023-sp1","id":"ab4c8bbf9-c82c-40b2-b72c-c20beaa8da50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_5.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_5.html","bundleId":"work-tasks-2023-sp1","id":"a434ca78e-5f6a-4dfe-ac02-58e13767f267","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_1.html","title":"Select Client Installation","navPath":"SelectClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a7ad90ce4-a2da-4772-988f-47c7c8b895c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_1.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf1a1f89-20a6-4671-8d12-354116ed4373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_1.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa1cda9b2-e7f2-42bb-b4ed-c4719ed9be0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_3.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_3.html","bundleId":"work-tasks-2023-sp1","id":"a440a6207-5934-425a-8a87-e7a4b51c2a7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_3.html","title":"Create a Repository","navPath":"CreateaRepository_3.html","bundleId":"work-tasks-2023-sp1","id":"a7dab86cc-d63d-4c41-bbba-01836c19106a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_3.html","title":"Verify the Installation","navPath":"VerifytheInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"af7c37d8e-3fe4-44e0-95be-1b45923dbc52","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntranetandExtranetWebServersonDifferentMachines.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"IntranetandExtranetWebServersonDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"ac3aec5f2-c298-45d9-9dc8-a9cebf79ba78","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_2.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a64701b76-336a-436d-a570-31f1fa584d40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_2.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"aebfdb26b-87cb-42db-9294-d01d660f096a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation4.html","title":"Installation","navPath":"Installation4.html","bundleId":"work-tasks-2023-sp1","id":"a09bb2f61-42b6-49c2-bd23-27b50924a30f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_2.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a5ebd6fba-2939-45c9-8075-a60c4650084f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_6.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_6.html","bundleId":"work-tasks-2023-sp1","id":"aa069adfc-f170-470c-b06f-b839743353c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_6.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_6.html","bundleId":"work-tasks-2023-sp1","id":"a9cbdc714-4614-42c7-8d87-802b3b078f10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_6.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_6.html","bundleId":"work-tasks-2023-sp1","id":"aa7fb5e67-761e-4cd6-a73c-e87d9f6ce01a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_4.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a8fc203d1-1d63-4386-a73e-2d2653920dd0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_4.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"aa1afd3fb-490e-4fd5-856a-8582711e1f29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_4.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a5adcbd73-d68b-44bd-91dc-591d4f40e43c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_4.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a53a70877-9dbe-4e0a-80d3-67198731b0ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_2.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_2.html","bundleId":"work-tasks-2023-sp1","id":"a06a15f40-89c7-40f7-aed0-f8e8b8dde03c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_4.html","title":"Provision Services","navPath":"ProvisionServices_4.html","bundleId":"work-tasks-2023-sp1","id":"a1633ff85-fcce-4b97-bad2-508eae8232bf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_2.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_2.html","bundleId":"work-tasks-2023-sp1","id":"aee81a62b-7bd8-47fd-816c-9eda79936089","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_7.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_7.html","bundleId":"work-tasks-2023-sp1","id":"a296db8f0-9f9a-4e41-abff-3f9b4a9957bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_7.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_7.html","bundleId":"work-tasks-2023-sp1","id":"ab7c5d636-984c-499e-bb26-ff3e39eb3b26","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_7.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_7.html","bundleId":"work-tasks-2023-sp1","id":"ad880a4d6-9e47-46a2-9373-09da13708e9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_2.html","title":"Select Client Installation","navPath":"SelectClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac5184e73-0bb0-49e4-962c-88563a06e364","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_2.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a0c5c825d-28e3-4357-912e-464f55014cf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_2.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_2.html","bundleId":"work-tasks-2023-sp1","id":"ab9fec341-7a64-429e-a79f-752834180a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_4.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_4.html","bundleId":"work-tasks-2023-sp1","id":"a5be6e137-6b2d-4687-baaf-d35ecceaea36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_4.html","title":"Create a Repository","navPath":"CreateaRepository_4.html","bundleId":"work-tasks-2023-sp1","id":"ac694c9f5-56b0-43eb-9aec-6db21a3f0ec4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_4.html","title":"Verify the Installation","navPath":"VerifytheInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a3802cc7b-0d91-4dfc-aae2-8ba0be00e343","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallLoadBalancedServer.html","title":"Install Load Balanced Server","navPath":"InstallLoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a00903dcd-0472-45c8-8401-b07dc0a33b47","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","title":"Web Farm with clustered services on Web Farm Machines with database on a different machine","navPath":"WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","bundleId":"work-tasks-2023-sp1","id":"a5756aa9f-82cf-44ed-a8ee-c905efb803de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_3.html","title":"High-level view of server installation","navPath":"HighLevelViewofServerInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"a891e665f-28f2-43e7-bf2a-d76e28a20f5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_3.html","title":"Installation","navPath":"Installation_3.html","bundleId":"work-tasks-2023-sp1","id":"ad4f42cdc-56f1-4cff-a0a9-b2b309c3da44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_3.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae0e493e0-fc37-4ada-904b-4d4b0e148f44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_8.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_8.html","bundleId":"work-tasks-2023-sp1","id":"ab8677528-617e-4a04-ab6f-73ababa4466e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_8.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_8.html","bundleId":"work-tasks-2023-sp1","id":"aa2671ea2-f997-4bbd-9a0d-060ea33689a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_8.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_8.html","bundleId":"work-tasks-2023-sp1","id":"aae907b5e-fba1-4019-ba66-ac12d80ae3a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition.html","bundleId":"work-tasks-2023-sp1","id":"a179fa033-0686-4070-b521-65f50a24c2ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_5.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"ac2ab5e90-d3b2-44f1-9297-efb57025cdd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_5.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_5.html","bundleId":"work-tasks-2023-sp1","id":"ab0eac483-b121-4e43-83cc-bf9cb9e4c3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_5.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_5.html","bundleId":"work-tasks-2023-sp1","id":"af76dc3d8-a55f-4e2c-9a1f-ba41d2cd6f8b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_3.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_3.html","bundleId":"work-tasks-2023-sp1","id":"a6cd86bc4-ef40-4d6c-9ebb-818fdd1ecd80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineEnterpriseConsole.html","title":"Define Enterprise Console","navPath":"DefineEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a91876dab-12b4-494d-941f-44aec30f1525","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_5.html","title":"Provision Services","navPath":"ProvisionServices_5.html","bundleId":"work-tasks-2023-sp1","id":"af469032b-6dd1-4004-a54e-dfbf0f78de97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_5.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_5.html","bundleId":"work-tasks-2023-sp1","id":"a9db1a078-25a8-47ff-878a-9495a20342bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_5.html","title":"Create a Repository","navPath":"CreateaRepository_5.html","bundleId":"work-tasks-2023-sp1","id":"a10dca142-2341-4a81-9832-4d77843b6b61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallonMultipleMachines.html","title":"Install on Multiple Machines","navPath":"InstallonMultipleMachines.html","bundleId":"work-tasks-2023-sp1","id":"a03f5f3cb-ebd9-4be6-9fdd-e300f1ea6581","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_5.html","title":"Verify the Installation","navPath":"VerifytheInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"ab3964056-932d-439d-b69f-5da9bde808af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario4.html","title":"Web farm connecting to separate Services Cluster with Database on a Different Machine","navPath":"DifferentMachinesScenario4.html","bundleId":"work-tasks-2023-sp1","id":"ab8e621bd-212f-47cd-b940-3b24adcc7bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/High-LevelViewofServerInstallation.html","title":"High-level view of server installation","navPath":"High-LevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aade803e7-869e-48b8-905b-d06c90419de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation14.html","title":"High-level view of client installation","navPath":"high-levelviewofskeltaclientinstallation14.html","bundleId":"work-tasks-2023-sp1","id":"afba7a16d-4555-4fba-8dd8-b1f00d721109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation65.html","title":"Installation","navPath":"installation65.html","bundleId":"work-tasks-2023-sp1","id":"abfe408e1-124a-46ab-8004-d349f5e97809","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server.html","title":"AVEVA Work Tasks server","navPath":"Wonderware_Skelta_BPM_Server.html","bundleId":"work-tasks-2023-sp1","id":"a11f3a9ba-0369-4576-b18b-eedbdc508786","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_9.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_9.html","bundleId":"work-tasks-2023-sp1","id":"ae98cbb41-c264-4e3d-8e36-0bba17b742a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_9.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_9.html","bundleId":"work-tasks-2023-sp1","id":"aec6ee656-daa1-4583-ad07-9451f33c0b69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_9.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_9.html","bundleId":"work-tasks-2023-sp1","id":"acea7f020-86e3-4f8f-86be-56ee56b34a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_1.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_1.html","bundleId":"work-tasks-2023-sp1","id":"a433a9acd-c042-486d-8463-bc7ea9971e7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_6.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"afc54637e-45f0-4862-8548-6a2d3ba7e0a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_6.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a66fa955e-79f3-4260-bee0-771cb2af306b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_6.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a37ad7773-8f4f-46d2-b5fc-5be059f4faae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_4.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_4.html","bundleId":"work-tasks-2023-sp1","id":"af3e2ad62-d775-4b4e-adb6-334fb94f8790","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_6.html","title":"Provision Services","navPath":"ProvisionServices_6.html","bundleId":"work-tasks-2023-sp1","id":"aa29e4344-5226-4e02-ab05-4980dd51eb33","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client.html","bundleId":"work-tasks-2023-sp1","id":"aa5b548a0-a593-40f4-b709-4d2182f62b2a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_10.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_10.html","bundleId":"work-tasks-2023-sp1","id":"a4d91fb1f-68c3-45c9-934c-cca7c4b44a91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_10.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_10.html","bundleId":"work-tasks-2023-sp1","id":"afb389c8c-f18f-450b-a5f6-53fc6dbe0316","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_10.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_10.html","bundleId":"work-tasks-2023-sp1","id":"a1d1b290b-bf6d-4e9e-93c3-c69b10e6f4a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_3.html","title":"Select Client Installation","navPath":"SelectClientInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"add50eec4-8fae-4998-9ae9-6fd3e9c4efff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_3.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a2cef3d8e-f754-4766-bbf6-da8ba80b7281","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_3.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_3.html","bundleId":"work-tasks-2023-sp1","id":"a041c84b9-5727-4fbc-b712-c9fa3938093c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_6.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_6.html","bundleId":"work-tasks-2023-sp1","id":"a7dec73a2-82d7-4906-a266-e30557018cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_6.html","title":"Create a Repository","navPath":"CreateaRepository_6.html","bundleId":"work-tasks-2023-sp1","id":"a99fe1af8-0987-4a9f-8548-a32e128eef25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_6.html","title":"Verify the Installation","navPath":"VerifytheInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"aa05fb0de-2b3b-43d9-a566-6537c219aed0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/completestandalonedeploymentindevelopermachine112.html","title":"Single Server capable of adding machines at any time","navPath":"completestandalonedeploymentindevelopermachine112.html","bundleId":"work-tasks-2023-sp1","id":"a22efa9f1-bcf2-4e1a-983e-af011407ace3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelinstallationview1112.html","title":"High-level view of AVEVA Work Tasks installation","navPath":"high-levelinstallationview1112.html","bundleId":"work-tasks-2023-sp1","id":"ac6eda2b5-340a-47b1-8a6e-2ee608cb430f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation312.html","title":"Installation","navPath":"installation312.html","bundleId":"work-tasks-2023-sp1","id":"a28103a17-8497-4961-bc47-2363aee74535","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_11.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_11.html","bundleId":"work-tasks-2023-sp1","id":"afbca0a4f-8b82-4e01-8c47-aa697b21604f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_11.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_11.html","bundleId":"work-tasks-2023-sp1","id":"a5a312a7c-a275-48f0-807b-a35d386054d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_11.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_11.html","bundleId":"work-tasks-2023-sp1","id":"a74f84d5e-d465-4a53-8d12-1f657f1e91e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_2.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_2.html","bundleId":"work-tasks-2023-sp1","id":"a8f779995-d99d-49da-9526-55bdf29ea370","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_7.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_7.html","bundleId":"work-tasks-2023-sp1","id":"a81cb3211-794c-4046-837b-0da53b94d176","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_7.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_7.html","bundleId":"work-tasks-2023-sp1","id":"a450e9a9b-dac4-4836-9bf2-da2fecb92dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_7.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_7.html","bundleId":"work-tasks-2023-sp1","id":"af900e5b1-ca0b-4463-a4ac-9870a1e3c781","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_7.html","title":"Provision Services","navPath":"ProvisionServices_7.html","bundleId":"work-tasks-2023-sp1","id":"a9d382a9b-105e-4fed-ad92-5e9be9ed4203","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_7.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_7.html","bundleId":"work-tasks-2023-sp1","id":"a67bbedfc-308e-4089-bff5-41ecba4d46e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_7.html","title":"Create a Repository","navPath":"CreateaRepository_7.html","bundleId":"work-tasks-2023-sp1","id":"a99daed56-f5cc-4fd1-9d99-f83bd9ad366b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_7.html","title":"Verify the Installation","navPath":"VerifytheInstallation_7.html","bundleId":"work-tasks-2023-sp1","id":"a5138cb2d-19b6-4dfd-a434-0d63e2316d6c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","bundleId":"work-tasks-2023-sp1","id":"ac2bbbed2-42d8-467f-b005-7c36db4d1516","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation36.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation36.html","bundleId":"work-tasks-2023-sp1","id":"a2a43fc28-d531-4bf8-8be7-3c80dd7909c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation15.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation15.html","bundleId":"work-tasks-2023-sp1","id":"aac0fe502-384f-4c44-8855-08b8b2c0ac91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation66.html","title":"Installation","navPath":"installation66.html","bundleId":"work-tasks-2023-sp1","id":"a191a29d6-3570-40a4-81f3-73a984c6e776","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_1.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_1.html","bundleId":"work-tasks-2023-sp1","id":"a4829b101-042a-4ed7-a95b-678820b33f13","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_12.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_12.html","bundleId":"work-tasks-2023-sp1","id":"acae7a248-25bb-41e2-9e6b-75ff3e4f52ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_12.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_12.html","bundleId":"work-tasks-2023-sp1","id":"a9d55385a-e953-4636-b092-628313fceb78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_12.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_12.html","bundleId":"work-tasks-2023-sp1","id":"ac2dcafd4-5b35-4021-a756-4e3f47686de4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_3.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_3.html","bundleId":"work-tasks-2023-sp1","id":"a941a7c78-6ae1-48d0-847f-96689d824288","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_8.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_8.html","bundleId":"work-tasks-2023-sp1","id":"ad36b1fec-53e7-4a71-a9cb-23fde3a00982","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_8.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_8.html","bundleId":"work-tasks-2023-sp1","id":"abc632ed6-ac17-4961-baf1-587887f9e19c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_8.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_8.html","bundleId":"work-tasks-2023-sp1","id":"a26815e4d-6b6c-4a34-aba0-8cb7d8800a25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_5.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_5.html","bundleId":"work-tasks-2023-sp1","id":"a3312eaec-ab71-4b82-a476-15aaf3e22b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_8.html","title":"Provision Services","navPath":"ProvisionServices_8.html","bundleId":"work-tasks-2023-sp1","id":"a749442a9-00f3-42d5-8ef8-69f937a17f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_1.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_1.html","bundleId":"work-tasks-2023-sp1","id":"a313f1f00-e178-4248-87b3-750d7c9fadd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_13.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_13.html","bundleId":"work-tasks-2023-sp1","id":"a152a18c8-a305-4708-914f-bc4da3bf7d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_13.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_13.html","bundleId":"work-tasks-2023-sp1","id":"a3dfea202-c090-4e15-860c-33c6920e7f31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_4.html","title":"Select Client Installation","navPath":"SelectClientInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"adbc8fce8-5f4b-4a6c-b7b0-0e7d144cf394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_4.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"a4178dbb2-78b0-44ba-9623-866f281c2914","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_4.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_4.html","bundleId":"work-tasks-2023-sp1","id":"a5a95e2ed-a1d6-4733-b59e-4f2070e582fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_8.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_8.html","bundleId":"work-tasks-2023-sp1","id":"ab48db8ff-6d3c-48ad-89ac-35392bd81108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_8.html","title":"Create a Repository","navPath":"CreateaRepository_8.html","bundleId":"work-tasks-2023-sp1","id":"a8de02b7f-54ed-4175-a34c-c842294c2e05","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_8.html","title":"Verify the Installation","navPath":"VerifytheInstallation_8.html","bundleId":"work-tasks-2023-sp1","id":"a223e3b9d-3051-4c5b-8e41-ab04e29fcd21","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","title":"Client and Server Installation","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","bundleId":"work-tasks-2023-sp1","id":"a8c6beb07-38d5-4ff5-a3a1-3004a0db82e6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation31.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation31.html","bundleId":"work-tasks-2023-sp1","id":"a9f5e7db3-1db0-4952-976c-d17ffdce22be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation11.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation11.html","bundleId":"work-tasks-2023-sp1","id":"ae54199a2-ef72-4092-9ae1-6dc8c52208a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation67.html","title":"Installation","navPath":"installation67.html","bundleId":"work-tasks-2023-sp1","id":"a1bd1ce01-1748-4476-8015-fbc597d1a7df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_2.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_2.html","bundleId":"work-tasks-2023-sp1","id":"a729e3a69-cbb5-43e0-a2bf-287c7770696f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_14.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_14.html","bundleId":"work-tasks-2023-sp1","id":"af66b7f13-c078-480e-884b-17a6629cfd6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_14.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_14.html","bundleId":"work-tasks-2023-sp1","id":"aef7ca800-32c6-4d70-b236-4fec4dc9742d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_13.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_13.html","bundleId":"work-tasks-2023-sp1","id":"ad7aa383d-0f58-4f96-b397-68c8809b7c6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_4.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_4.html","bundleId":"work-tasks-2023-sp1","id":"acaa718be-afc4-4536-8988-3595c9f9a081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_9.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_9.html","bundleId":"work-tasks-2023-sp1","id":"affbd9a77-51f5-404d-b7a0-2932c4d3566b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_9.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a9506a727-5640-4822-8006-a2659ddfbd34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_9.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a050001eb-715c-4615-814c-18ac6e59b553","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_6.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_6.html","bundleId":"work-tasks-2023-sp1","id":"a2ea689ff-ee22-4e0e-b608-40754fdf19ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_9.html","title":"Provision Services","navPath":"ProvisionServices_9.html","bundleId":"work-tasks-2023-sp1","id":"ac37b77d8-9c96-4f85-9059-a8df114efc1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_2.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_2.html","bundleId":"work-tasks-2023-sp1","id":"a7490f85d-0a9e-44e7-8842-dc4c81cd3879","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_15.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_15.html","bundleId":"work-tasks-2023-sp1","id":"ad9a1cce3-3cc7-4320-a69f-74ea692b7495","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_15.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_15.html","bundleId":"work-tasks-2023-sp1","id":"a8cbacde9-beb4-4582-9d40-52093dfee4f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_14.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_14.html","bundleId":"work-tasks-2023-sp1","id":"a5580d68b-ffbd-498b-9cfa-4eb27b238910","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_5.html","title":"Select Client Installation","navPath":"SelectClientInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"a70cf1c65-167a-465b-9fba-819776a409eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_5.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"a68cb4f42-d8ae-4a4a-9764-d52c5e38ed9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_5.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_5.html","bundleId":"work-tasks-2023-sp1","id":"a361ccd72-cf87-4315-aef8-9db0e936c91a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_9.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_9.html","bundleId":"work-tasks-2023-sp1","id":"a1133d36d-4bc3-4d76-b7c3-62b6e549ddfb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_9.html","title":"Create a Repository","navPath":"CreateaRepository_9.html","bundleId":"work-tasks-2023-sp1","id":"a8e748d36-69d0-4467-aa75-02018b90bc88","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_9.html","title":"Verify the Installation","navPath":"VerifytheInstallation_9.html","bundleId":"work-tasks-2023-sp1","id":"af76a539e-fac8-49ae-977c-44a863bea567","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksinSilentMode.html","title":"Install and Configure AVEVA Work Tasks in Silent Mode","navPath":"InstallandConfigureAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a8d44ede5-9ba7-4823-bb80-fde76a9ddb68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforInstallingandConfiguringinSilentMode.html","title":"Prerequisites for Installing and Configuring in Silent Mode","navPath":"PrerequisitesforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a2026ddc8-d590-48aa-ac12-53d597b394a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallinSilentMode.html","title":"Install in Silent Mode","navPath":"InstallinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a22ab1c19-ccfc-40c6-a8bc-d31322406b08","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentMode.html","title":"Configure in Silent Mode","navPath":"ConfigureinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aacd23249-b069-4774-9c03-79695f60e9a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeUsingXML.html","title":"Configure in Silent Mode Using XML","navPath":"ConfigureinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaa216fd6-89ba-4729-aa91-691cde204c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingXML.html","title":"Configure DataSource in Silent Mode Using XML","navPath":"ConfigureDataSourceinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a74464d76-9c19-41da-a0f4-860601a6309a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aa12aae81-70b3-431f-94c3-5f51123b86fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingXML.html","title":"Configure Farm in Silent Mode Using XML","navPath":"ConfigureFarminSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a6a337a31-2a09-4305-bb04-761f5291ec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryinSilentModeUsingXML.html","title":"Configure Repository in Silent Mode Using XML","navPath":"ConfigureRepositoryinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a9d76d8f9-42e1-40db-adc1-37c95421e867","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQuickflowinSilentModeUsingXML.html","title":"Configure Quickflow in Silent Mode Using XML","navPath":"ConfigureQuickflowinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaccd1fb2-7454-41bf-888f-24d9abc8d972","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCryptographySettingsinSilentModeusingXML.html","title":"Configure Cryptography Settings in Silent Mode using XML","navPath":"ConfigureCryptographySettingsinSilentModeusingXML.html","bundleId":"work-tasks-2023-sp1","id":"a5b8939b2-be69-484d-9548-a9f112fcf249","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeusingCommandLineParameters.html","title":"Configure in Silent Mode using Command-Line Parameters","navPath":"ConfigureinSilentModeusingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a01c2c651-feda-4818-b48f-a0f7ff29a5c7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingCommandLineParameters.html","title":"Configure Farm in Silent Mode Using Command-Line Parameters","navPath":"ConfigureFarminSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a929dd387-9dda-4a7f-bdbc-6e24aa678a0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","title":"Configure DataSource in Silent Mode Using Command-Line Parameters","navPath":"ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5ff17cd8-8d2d-4971-9829-4101bbe83cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryInSilentMode.html","title":"Configure Repository in Silent Mode Using Command-Line Parameters","navPath":"ConfigureRepositoryInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aee03911c-0f61-45bd-ac20-a887ef5bc037","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnResultsforSilentConfiguration.html","title":"Return Results for Silent Configuration","navPath":"ReturnResultsforSilentConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1525e434-8f30-4012-8d87-ddd51571b743","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","title":"Sample Batch File Script for Installing and Configuring in Silent Mode","navPath":"SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aeb0632be-0e9d-4cea-ab4a-6103f1164f9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsandExceptionsSilentInstallationandConfiguration.html","title":"Limitations and Exceptions - Silent Installation and Configuration","navPath":"LimitationsandExceptionsSilentInstallationandConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1d9d2846-9ff8-484a-a55e-71eda59e7fbd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","title":"Installing AVEVA Work Tasks Add-in for Microsoft Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a42f8ab59-38df-4b07-b896-4d1e707ef549","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPrerequisites.html","title":"Installation Prerequisites","navPath":"InstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a9af94f46-3cd5-4b1a-84ec-428be19a1005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Install AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a3f62fc90-955f-4f97-a0a5-c8c46cb777de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Uninstalling AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a672fd0a7-aa26-4d93-821a-73a75f4873ad","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientonWindowsFormBasedApplication.html","title":"Install Client on Windows Form Based Application","navPath":"InstallClientonWindowsFormBasedApplication.html","bundleId":"work-tasks-2023-sp1","id":"a137140d3-7d52-41d4-9551-8136fb69ccc9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPlanningChecklist.html","title":"Installation Planning Checklist","navPath":"InstallationPlanningChecklist.html","bundleId":"work-tasks-2023-sp1","id":"a5980d571-97d5-4345-8c24-82ef4e62e81f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelInstallationView.html","title":"High-Level Installation View","navPath":"HighLevelInstallationView.html","bundleId":"work-tasks-2023-sp1","id":"a1828e508-fddc-4a4e-a1f0-58d9503c2a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_4.html","title":"Installation","navPath":"Installation_4.html","bundleId":"work-tasks-2023-sp1","id":"a538908ac-a935-4118-9586-d1e4b008f8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_16.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_16.html","bundleId":"work-tasks-2023-sp1","id":"aca8f3f31-2894-4660-9800-0029e828a1b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_16.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_16.html","bundleId":"work-tasks-2023-sp1","id":"a1edffe02-7add-4b48-8c9e-c8a31f083406","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_6.html","title":"Select Client Installation","navPath":"SelectClientInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"ac3e1d111-2388-4bef-8e5f-4c1efd035930","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_6.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"af28ed421-0bc7-413c-ab28-1f8a28e51387","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_6.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_6.html","bundleId":"work-tasks-2023-sp1","id":"acbb59515-2201-45bb-8613-4c4a37f71986","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_10.html","title":"Verify the Installation","navPath":"VerifytheInstallation_10.html","bundleId":"work-tasks-2023-sp1","id":"a99434ef3-1864-415c-bdd9-0aed0998d88c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","title":"Install AVEVA Work Tasks Locales for Brazilian Portuguese","navPath":"InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","bundleId":"work-tasks-2023-sp1","id":"aab87faca-6aee-4369-a3b3-7be3f4b1df29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetaRepositorytoSupportMultipleLocales.html","title":"Set a Repository to Support Multiple Locales","navPath":"SetaRepositorytoSupportMultipleLocales.html","bundleId":"work-tasks-2023-sp1","id":"a20125d73-90e9-4183-b81c-a44690f19ac1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicensing.html","title":"AVEVA Licensing","navPath":"AVEVALicensing.html","bundleId":"work-tasks-2023-sp1","id":"af5fdcdb7-92e8-441d-a3ba-69d7bcb72a53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutAVEVAEnterpriseLicensing.html","title":"About AVEVA Enterprise Licensing","navPath":"AboutAVEVAEnterpriseLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a9d484cfe-660e-4e95-ad44-a0866eb22047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowdoesLicensingwork.html","title":"How does Licensing work?","navPath":"HowdoesLicensingwork.html","bundleId":"work-tasks-2023-sp1","id":"a156211ff-8c83-4268-8891-894768753f61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LicensingforAVEVAWorkTasks.html","title":"Licensing for AVEVA Work Tasks","navPath":"LicensingforAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae7db001b-925e-4f44-8a74-4d002066508a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GracePeriodforAVEVALicense.html","title":"Grace Period for AVEVA License","navPath":"GracePeriodforAVEVALicense.html","bundleId":"work-tasks-2023-sp1","id":"a32155e86-5ca8-45e0-84df-72fedb1aaa3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeLoadBalanceSettings.html","title":"Change Load Balance Settings","navPath":"ChangeLoadBalanceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a15ecb961-99ec-4e28-8ee3-17688f0a58bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientConnectionLicenseforSystemPlatformIDE.html","title":"Client Connection License for System Platform IDE","navPath":"ClientConnectionLicenseforSystemPlatformIDE.html","bundleId":"work-tasks-2023-sp1","id":"ac95b3991-a2c7-4163-a550-f622999e6f51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense.html","title":"Client Connection License for InTouch","navPath":"SessionbasedClientConnectionLicense.html","bundleId":"work-tasks-2023-sp1","id":"a6aa101d2-2a34-4db2-ad74-88ccc6538149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense_1.html","title":"Session-based Client Connection License","navPath":"SessionbasedClientConnectionLicense_1.html","bundleId":"work-tasks-2023-sp1","id":"abf9dcea0-c54f-4cb6-b969-5b2ec85dba09","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/worktasksmobileapplication.html","title":"AVEVA Work Tasks Pro","navPath":"worktasksmobileapplication.html","bundleId":"work-tasks-2023-sp1","id":"a3a7556c5-bf4b-472f-9319-f5be256a393c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicenseUtilizationWorkTasksPro.html","title":"AVEVA License Utilization","navPath":"AVEVALicenseUtilizationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"abe5d6131-d043-4c75-aaed-1d101fc40cf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PushNotificationArchitectureforAVEVAWorkTasksPro.html","title":"Push Notification Architecture for AVEVA Work Tasks Pro","navPath":"PushNotificationArchitectureforAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aafdf648e-11fc-434c-8dd3-ef4f4633c48a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnhancedSecurity.html","title":"Enhanced Security","navPath":"EnhancedSecurity.html","bundleId":"work-tasks-2023-sp1","id":"a567d3005-4d9b-4ca0-8464-d1c4c06ef27e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksPro.html","title":"Install AVEVA Work Tasks Pro","navPath":"InstallAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"ab22d0d52-a6de-4529-80dc-e03d6526395b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites3.html","title":"Prerequisites","navPath":"Prerequisites3.html","bundleId":"work-tasks-2023-sp1","id":"aedb989e9-eb6f-4595-aa4a-ecfd665c3211","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","title":"High Level View of Configuration and Installation of AVEVA Work Tasks Pro","navPath":"HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a7753eb43-5acd-423c-81db-9ed82e603e61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksPro.html","title":"Access AVEVA Work Tasks Pro","navPath":"AccessAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a42b2678d-18f5-4b0c-9b93-6cbd9cd61c11","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro within the Corporate Network","navPath":"AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"a45c309e8-6c9f-4ecd-91ca-3da0f53663a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro Outside the Corporate Network","navPath":"Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"afa95a0b2-8105-415d-a507-f6b65947e24b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksProApp.html","title":"Install and Configure AVEVA Work Tasks Pro App","navPath":"InstallandConfigureAVEVAWorkTasksProApp.html","bundleId":"work-tasks-2023-sp1","id":"a4f345fbb-37e3-4c84-9f6c-c01f5775f91e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationWorkTasksPro.html","title":"Verify Installation","navPath":"VerifyInstallationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"af9b19fd9-be02-466c-94a8-2f4eaadec08c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAVEVAWorkTasksPro.html","title":"Configure AVEVA Work Tasks Pro","navPath":"ConfigureAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aa40c55b5-23c8-4feb-bfd8-328d451667fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelMobileWorkList.html","title":"Delivery Channel - MobileWorkList","navPath":"DeliveryChannelMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"ad9789d60-56e8-4660-9d77-1df39bd6ba5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockorUnblockMobileApplication.html","title":"Block or Unblock Mobile Application","navPath":"BlockorUnblockMobileApplication.html","bundleId":"work-tasks-2023-sp1","id":"a986e2063-a4ef-46ae-836c-ccc962a5e752","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedSettings.html","title":"Advanced Settings","navPath":"AdvancedSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7a3e3a8-0c45-462b-8a49-104bc9e31c3f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceMonitor.html","title":"Service Monitor","navPath":"ServiceMonitor.html","bundleId":"work-tasks-2023-sp1","id":"a855fa4ee-6822-42c7-9af8-8711b4068e89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSettings.html","title":"Service Settings","navPath":"ServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0618090b-e4cb-4de0-8c00-94f57011e3e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineSettings.html","title":"Engine Settings","navPath":"EngineSettings.html","bundleId":"work-tasks-2023-sp1","id":"a7c07c866-2f74-408f-b405-06ca032e567f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSchedulerSettings.html","title":"Task Scheduler Settings","navPath":"TaskSchedulerSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac0c3f6de-c38f-435d-81de-5e906e2b9069","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceSettings.html","title":"Communication Service Settings","navPath":"CommunicationServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a41c15f07-0359-4304-a655-6c0d5f91f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceSettings.html","title":"Client Service Settings","navPath":"ClientServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"abd8849e5-eac3-4fcb-a946-d17f4667389a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofRestarts.html","title":"Types of Restarts","navPath":"TypesofRestarts.html","bundleId":"work-tasks-2023-sp1","id":"abec65059-9d26-4678-aae6-bcf228a49f8c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesofServiceMonitoring.html","title":"Features of Service Monitoring","navPath":"FeaturesofServiceMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a0d19fbbc-7044-4c3a-a400-78981958cb82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processmemorycalculation.html","title":"Process Memory Calculation","navPath":"processmemorycalculation.html","bundleId":"work-tasks-2023-sp1","id":"ad0e1d88b-1802-4eec-a414-8df998982577","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofMonitoring.html","title":"Types of Monitoring","navPath":"TypesofMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b101f-5049-447c-99d6-d56df861e9ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Maintenance.html","title":"Maintenance","navPath":"Maintenance.html","bundleId":"work-tasks-2023-sp1","id":"ac3c7342b-392e-4e3f-8b65-c76793a097cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CriticalMemoryLimit.html","title":"Critical Memory Limit","navPath":"CriticalMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"ae264141e-f9d4-412d-8168-6289575f3366","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WarningMemoryLimit.html","title":"Warning Memory Limit","navPath":"WarningMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"a72a651cf-6630-4a16-b80c-1f025dd8d4f5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSpecificMonitoring.html","title":"Service Specific Monitoring","navPath":"ServiceSpecificMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5706b52e-86e3-4db4-a450-7c60af1328fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowEngine.html","title":"Workflow Engine","navPath":"WorkflowEngine.html","bundleId":"work-tasks-2023-sp1","id":"a241795c3-25b7-44e5-bed7-cb79e4447326","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceDependencies.html","title":"Service Dependencies","navPath":"ServiceDependencies.html","bundleId":"work-tasks-2023-sp1","id":"a86e1bd69-9426-4e2f-bc31-31a47c3d5d8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedEnvironment.html","title":"Load Balanced Environment","navPath":"LoadBalancedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a84ee5a84-e4d4-4324-bde8-3be1e55ab327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationSettings.html","title":"Configuration Settings","navPath":"ConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a175dcc05-4338-4d72-a658-9e51ab33a4e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationConstants.html","title":"Application Constants","navPath":"ApplicationConstants.html","bundleId":"work-tasks-2023-sp1","id":"a24d62c71-9dcc-47ac-a85a-2fcc6d53d1b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultSettings.html","title":"Default Settings","navPath":"DefaultSettings.html","bundleId":"work-tasks-2023-sp1","id":"a79cd6d59-9683-4c0b-ab64-9412f80d821a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios.html","title":"User Scenarios","navPath":"UserScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a138fefd4-641c-4d05-ac8e-f2f9b900274c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TechnicalScenariosandFeatures.html","title":"Technical Scenarios and Features","navPath":"TechnicalScenariosandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"ab3e89762-73e9-4cfb-94b0-fd1ea15b8903","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationService.html","title":"Mobile Notification Service","navPath":"MobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa434e44a-3cd8-4229-964a-e29d47499a8d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RegistertoMobileNotificationService.html","title":"Register to Mobile Notification Service","navPath":"RegistertoMobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa70ba683-5dfe-4289-b0ea-970159c8ae15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrySettings.html","title":"Retry Settings","navPath":"RetrySettings.html","bundleId":"work-tasks-2023-sp1","id":"abf7194e6-3be9-465a-bcb1-ca8099e85d30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings.html","bundleId":"work-tasks-2023-sp1","id":"a5e84f896-e5bc-423b-825d-320e8c11a403","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratingNotificationServices.html","title":"Migrating Notification Services","navPath":"MigratingNotificationServices.html","bundleId":"work-tasks-2023-sp1","id":"afde6efcc-67be-412e-bc1c-0e4f10983b8c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings_1.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"aa8cdcce1-d523-4906-a1b5-d67d89416a42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalSettings.html","title":"Global Settings","navPath":"GlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0f90a-56ed-4162-a7f5-3f9a3413970d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HTTPSettings.html","title":"HTTP Settings","navPath":"HTTPSettings.html","bundleId":"work-tasks-2023-sp1","id":"aa1d90df1-9bb0-4a8b-ad0b-e46f8fbc1ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogorTransactionSettings.html","title":"Log or Transaction Settings","navPath":"LogorTransactionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a57822d57-f2a8-4e63-959b-7f2e88c53e1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherSettings.html","title":"File Watcher Settings","navPath":"FileWatcherSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c21143e-23a5-4223-9432-ce970adf9e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MachineSetting.html","title":"Machine Setting","navPath":"MachineSetting.html","bundleId":"work-tasks-2023-sp1","id":"a38372161-3b2f-4905-98e6-01853383cd28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureSetting.html","title":"Azure Setting","navPath":"AzureSetting.html","bundleId":"work-tasks-2023-sp1","id":"a3329c8ec-667c-458e-a36b-e08e4f8982f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateEnterpriseConsolewithAnonymousAuthentication.html","title":"Create Enterprise Console with Anonymous Authentication","navPath":"CreateEnterpriseConsolewithAnonymousAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a74d7c4d6-6e5e-4fc0-b107-15a2c312aaf6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServiceBusListener.html","title":"Configure Service Bus Listener","navPath":"ConfigureServiceBusListener.html","bundleId":"work-tasks-2023-sp1","id":"af4cd2ae1-6738-412f-860c-08a97f80352c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GenerateSASToken.html","title":"Generate SAS Token","navPath":"GenerateSASToken.html","bundleId":"work-tasks-2023-sp1","id":"ab00e3385-aa49-4dad-b58a-15fbfab1820d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvideServerDetailstoMobileUser.html","title":"Provide Server Details to Mobile User","navPath":"ProvideServerDetailstoMobileUser.html","bundleId":"work-tasks-2023-sp1","id":"ad39cb56c-5c90-40f0-a790-06d08f952dd3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAServices.html","title":"ArchestrA Services","navPath":"ArchestrAServices.html","bundleId":"work-tasks-2023-sp1","id":"a345ab52b-15c4-4e1d-855e-7184a6ce4d68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenIDSettings.html","title":"OpenID Settings","navPath":"OpenIDSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1f2bca70-9490-4427-b761-20bcb0b083b0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAConnectSettings.html","title":"AVEVA Connect Settings","navPath":"AVEVAConnectSettings.html","bundleId":"work-tasks-2023-sp1","id":"a35546651-61ed-4c4f-906e-361bed27ae43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureActiveDirectorySettings.html","title":"Azure Active Directory Settings","navPath":"AzureActiveDirectorySettings.html","bundleId":"work-tasks-2023-sp1","id":"a842d1482-6c53-4e10-bb87-48aa5d93e380","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomScopeinAzureActiveDirectory.html","title":"Create Custom Scope in Azure Active Directory","navPath":"CreateCustomScopeinAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"ab8fba8bb-1a36-402b-96ef-aed20f8d610c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","title":"Retrieve Additional User Properties for Azure Active Directory User Provider","navPath":"RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","bundleId":"work-tasks-2023-sp1","id":"a3353af6e-9df7-4142-a801-3300f09ad5cd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoResumeSettings.html","title":"Auto Resume Settings","navPath":"AutoResumeSettings.html","bundleId":"work-tasks-2023-sp1","id":"af55cc2d9-e0fc-4594-94a9-4621866e338a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/720535.html","title":"Cache Refresh Settings","navPath":"720535.html","bundleId":"work-tasks-2023-sp1","id":"a78464617-e6f0-47bb-b9c1-7191cffe76d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrationTasks.html","title":"Administration Tasks","navPath":"AdministrationTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae59b26cc-e845-4225-9696-6215cf030cc8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutFormsDesigner.html","title":"About Forms Designer","navPath":"AboutFormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a0e8d52b2-522d-4301-95eb-3257e6d3a29e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInstalledProducts.html","title":"View Installed Products","navPath":"ViewInstalledProducts.html","bundleId":"work-tasks-2023-sp1","id":"a9068d703-1f5a-4c83-85c7-bedac07063ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageDatabases.html","title":"Manage Databases","navPath":"ManageDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a9b379c48-02b3-44bb-a0d4-5678fb42f560","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseUserSettingsforWindowsAuthentication.html","title":"Change Database User Settings for Windows Authentication","navPath":"ChangeDatabaseUserSettingsforWindowsAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa77722a0-477b-4d53-91b0-a609bdcf3d6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeSQLUserCredentialsforSQLAuthentication.html","title":"Change SQL User Credentials for SQL Authentication","navPath":"ChangeSQLUserCredentialsforSQLAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a96575ae0-2840-4b46-a9d0-ac4c98d819ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofFarmConnectionSettings.html","title":"Change Pool Size of Farm Connection Settings","navPath":"ChangePoolSizeofFarmConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a9d6fe843-8391-4cd0-ae2a-b7314822435d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseSettings.html","title":"Change Database Settings","navPath":"ChangeDatabaseSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3465c11a-d283-456e-ab66-177ab90f9ce5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServices.html","title":"Configure Services","navPath":"ConfigureServices.html","bundleId":"work-tasks-2023-sp1","id":"ac58fbc46-3e88-4538-a676-775daf3783d1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TwowayEmailNotification.html","title":"Two-way Email Notification","navPath":"TwowayEmailNotification.html","bundleId":"work-tasks-2023-sp1","id":"ab97d5713-3617-46fa-90c3-8a3d16b554d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeServiceSettings.html","title":"Change Service Settings","navPath":"ChangeServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a223da71a-6531-45f1-bcd9-3672dbd7abb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringSettings.html","title":"Client Service Monitoring Settings","navPath":"ClientServiceMonitoringSettings.html","bundleId":"work-tasks-2023-sp1","id":"aaf06aff1-9266-4a8e-801a-07b204acab96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettings.html","title":"Cryptography Settings","navPath":"CryptographySettings.html","bundleId":"work-tasks-2023-sp1","id":"a3a06b38a-22c1-49ca-9b22-16d36a89b564","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratePassphraseusingMigrationTool.html","title":"Migrate Passphrase using Migration Tool","navPath":"MigratePassphraseusingMigrationTool.html","bundleId":"work-tasks-2023-sp1","id":"af8724a67-1263-415f-b0ac-68d1e0718976","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministerWebServers.html","title":"Administer Web Servers","navPath":"AdministerWebServers.html","bundleId":"work-tasks-2023-sp1","id":"a0fa009e9-6962-4a9c-95e9-2dc14b4a8e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWebSiteSettings.html","title":"Change Web Site Settings","navPath":"ChangeWebSiteSettings.html","bundleId":"work-tasks-2023-sp1","id":"a4f8033fd-bc87-4233-9be7-1e315cdd026e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","title":"Set Desired Port Number for Central Configuration and Enterprise Console During Installation","navPath":"SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a85d3a217-272f-4e61-875c-58769c1f5e41","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","title":"Create Website with Desired Port Number Through Farm Configuration Wizard","navPath":"CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"a35481bc7-4e11-4d14-b9d0-b92b3ec49646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofAVEVAWorkTasksSites.html","title":"Change Port Number of AVEVA Work Tasks Sites","navPath":"ChangePortNumberofAVEVAWorkTasksSites.html","bundleId":"work-tasks-2023-sp1","id":"aee2426ea-26f6-4d12-b939-a4fedde7a695","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","title":"Change Port Number of Central Configuration and Enterprise Console","navPath":"ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"ac67b8d79-bb82-4997-b09a-7ad75369522d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewEnterpriseConsole.html","title":"Add a New Enterprise Console","navPath":"AddaNewEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a6bb124e6-ec09-4178-9614-7ec40bce0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","title":"Map or Un-map a Repository from an Existing Enterprise Console","navPath":"MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a01d2c096-5e88-425f-ade2-57db454cce1f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditClientMachines.html","title":"Edit Client Machines","navPath":"EditClientMachines.html","bundleId":"work-tasks-2023-sp1","id":"a8a8be082-63ad-4817-946f-b3c5b9381f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditLicenseServerDetails.html","title":"Edit License Server Details","navPath":"EditLicenseServerDetails.html","bundleId":"work-tasks-2023-sp1","id":"a6c96e6e3-fd6c-40fd-a0d8-dd31b47a8172","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithEnterpriseConsoleList.html","title":"Work with Enterprise Console List","navPath":"WorkwithEnterpriseConsoleList.html","bundleId":"work-tasks-2023-sp1","id":"a73c733a8-a8ec-49b4-a989-d368db0a05c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithCentralConfiguration.html","title":"Work with Central Configuration","navPath":"WorkwithCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ab57185f5-6a11-4094-93be-3a2b4510b7c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_10.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_10.html","bundleId":"work-tasks-2023-sp1","id":"a7d7ce977-c7df-4add-9f53-87493f02891a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageRepositoryDataSource.html","title":"Manage Repository DataSource","navPath":"ManageRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a81a4e275-9e31-4dd2-be4b-6dd216aa0a9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_10.html","title":"Create a Repository","navPath":"CreateaRepository_10.html","bundleId":"work-tasks-2023-sp1","id":"ab455356a-265e-4a4e-ba24-f87b07f79911","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAdministratorUser.html","title":"Configure Administrator User","navPath":"ConfigureAdministratorUser.html","bundleId":"work-tasks-2023-sp1","id":"a5fcd8a7a-546f-4d24-8cdc-db3ab6ef3dfa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureSystemUser.html","title":"Configure System User","navPath":"ConfigureSystemUser.html","bundleId":"work-tasks-2023-sp1","id":"aef3ee3a2-e82d-427d-8c24-504dfea3b73b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureExceptionMailTemplates.html","title":"Configure Exception Mail Templates","navPath":"ConfigureExceptionMailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"afe67e1cc-9f7a-46fb-b378-fd8e8988f4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","title":"Change Pool Size of Repository DataSource Connection Settings","navPath":"ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0105d9ad-a0fa-4ab1-bec4-08bf9b13bf51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePasswordofSQLServerUserCredentials.html","title":"Change Password of SQL Server User Credentials Used to Connect to Repository DataSource","navPath":"ChangePasswordofSQLServerUserCredentials.html","bundleId":"work-tasks-2023-sp1","id":"a71efdb85-942f-4f5b-a29b-6620fe056095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","title":"Map or Un-map a Repository from Servers and Enterprise Consoles","navPath":"MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","bundleId":"work-tasks-2023-sp1","id":"a052b0352-288a-4792-98c4-8256621eb17c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HideorUnhideRepository.html","title":"Hide or Unhide Repository","navPath":"HideorUnhideRepository.html","bundleId":"work-tasks-2023-sp1","id":"a38e6f722-076f-45ce-b962-b103d41e481d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepository.html","title":"Delete Repository","navPath":"DeleteRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad3f94814-6c43-4182-8ed2-9d2e1c51ee1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepositoryDataSource.html","title":"Delete Repository DataSource","navPath":"DeleteRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a7c18d054-24da-4f99-82eb-717828c536f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics.html","title":"Diagnostics","navPath":"Diagnostics.html","bundleId":"work-tasks-2023-sp1","id":"aaea126a1-100b-478d-a62c-db49021ddf71","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MailServerSetting.html","title":"Mail Server Setting","navPath":"MailServerSetting.html","bundleId":"work-tasks-2023-sp1","id":"a89cb5e71-b6dc-41a4-b7ac-2f789d6ec1c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1053479.html","title":"Configuring SMTP Settings","navPath":"1053479.html","bundleId":"work-tasks-2023-sp1","id":"a7a318bb8-aa93-4dd3-94ae-77efdb4be060","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePOP3Settings.html","title":"Configure POP3 Settings","navPath":"ConfigurePOP3Settings.html","bundleId":"work-tasks-2023-sp1","id":"ad979e322-2421-4167-92bc-5de31c84ca57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessGoogleAccount.html","title":"Configure OAuth2 to Access Google Account","navPath":"ConfigureOAuth2toAccessGoogleAccount.html","bundleId":"work-tasks-2023-sp1","id":"ab54c6962-9ef7-4a0a-955c-ab95d359cf9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessO365Account.html","title":"Configure OAuth2 to Access O365 Account","navPath":"ConfigureOAuth2toAccessO365Account.html","bundleId":"work-tasks-2023-sp1","id":"a004a19bd-b630-430d-aeec-9dc4de4015e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewtheEnterpriseServersList.html","title":"View the Enterprise Servers List","navPath":"ViewtheEnterpriseServersList.html","bundleId":"work-tasks-2023-sp1","id":"a88340819-5de3-4a10-9eef-6b9b8b1455d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/350802.html","title":"Configuring and Registering Token Service","navPath":"350802.html","bundleId":"work-tasks-2023-sp1","id":"af6208bab-61c5-4532-93b7-b51f79a87991","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableSecurityforaRepository.html","title":"Enable or Disable Security for a Repository","navPath":"EnableorDisableSecurityforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac3892bae-b9c0-4db1-9f4a-448b5fb7b957","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableWebPartsforaRepository.html","title":"Enable or Disable Web Parts for a Repository","navPath":"EnableorDisableWebPartsforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a99cdfa89-693b-4d8c-891d-330bba90fad4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserProviders.html","title":"User Providers","navPath":"UserProviders.html","bundleId":"work-tasks-2023-sp1","id":"af4b8b0c3-7df2-4772-85e1-16a259a42468","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeUserProviderProperties.html","title":"Change User Provider Properties","navPath":"ChangeUserProviderProperties.html","bundleId":"work-tasks-2023-sp1","id":"af16187ab-be7a-4c9e-ac36-67a169d3ff00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddAdditionalUserProviders.html","title":"Add Additional User Providers","navPath":"AddAdditionalUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"a351c0121-6f26-4164-b281-6b4f29ed497a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureUserProviders.html","title":"Configure User Providers","navPath":"ConfigureUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"ab124e8c5-e1e0-43a8-8c8c-623e0c9d2980","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserList.html","title":"User List","navPath":"UserList.html","bundleId":"work-tasks-2023-sp1","id":"ad9d414d6-2496-477e-9e02-634ee93db777","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList.html","title":"Manage Users in List Provider","navPath":"WorkingwithRepositoryProviderList.html","bundleId":"work-tasks-2023-sp1","id":"a3e5106a9-a80f-4ae2-aa27-e45c9582c02d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList_1.html","title":"Working with Repository-Provider List","navPath":"WorkingwithRepositoryProviderList_1.html","bundleId":"work-tasks-2023-sp1","id":"a369822d5-eed4-457f-8f31-edbbcc0c5a21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureProviderDefinitionXML.html","title":"Configure Provider Definition XML","navPath":"ConfigureProviderDefinitionXML.html","bundleId":"work-tasks-2023-sp1","id":"af2c0da88-e20e-4fbd-b96e-79189609fe6e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableanExistingRepositorywithCrossdomainRoleProvider.html","title":"Enable an Existing Repository with Cross-domain Role Provider","navPath":"EnableanExistingRepositorywithCrossdomainRoleProvider.html","bundleId":"work-tasks-2023-sp1","id":"a0c28c0c2-85bd-4810-974f-d0e743617b04","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles.html","title":"Synchronize Roles","navPath":"SynchronizeRoles.html","bundleId":"work-tasks-2023-sp1","id":"a5c9ed016-9f8f-4ae4-8373-49c048ae4bb4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks.html","bundleId":"work-tasks-2023-sp1","id":"a420abaee-c16d-4994-8c70-0fc36d705016","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeUserPropertieswithDataSourceProviders.html","title":"Synchronize User Properties with Data Source Providers","navPath":"SynchronizeUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"af3e96552-2a6e-4180-965a-a539cf6e7460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","title":"Synchronize Active or Inactive User Properties with Data Source Providers","navPath":"SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"aa0c4d8a4-19e3-4830-aaad-d768e0358598","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScheduleSynchronizationofUserProperties.html","title":"Schedule Synchronization of User Properties","navPath":"ScheduleSynchronizationofUserProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1a237d0d-8399-4faa-96c9-44ee885475e5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectorytoSQLProvider.html","title":"Map Active Directory to SQL Provider","navPath":"MapActiveDirectorytoSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa0a43d28-043d-46c7-b707-8768fb82effa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Debug.html","title":"Debug","navPath":"Debug.html","bundleId":"work-tasks-2023-sp1","id":"a0158cb26-c1d8-4e6d-901a-de76cbd5ecfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogFiles.html","title":"Log Files","navPath":"LogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a55d864d0-9a04-4d5d-9ae5-e8747272e89f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExceptionMessages.html","title":"Exception Messages","navPath":"ExceptionMessages.html","bundleId":"work-tasks-2023-sp1","id":"aec2e3bad-7f99-4d76-8b11-288355807d0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAIdentityManager.html","title":"AVEVA Identity Manager","navPath":"AVEVAIdentityManager.html","bundleId":"work-tasks-2023-sp1","id":"a0faf5fb1-8d18-4b37-94c0-3bca20293216","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPIwithAIMAuthentication.html","title":"Web API with AIM Authentication","navPath":"WebAPIwithAIMAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"addfaf353-ac80-4e68-868e-52c5eb7c0913","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConsumeAccessTokenfromInTouchOMIApp.html","title":"Consume Access Token from InTouch OMI App in AVEVA Work Tasks Controls","navPath":"ConsumeAccessTokenfromInTouchOMIApp.html","bundleId":"work-tasks-2023-sp1","id":"aa99d31f3-8591-4536-b36e-b282a1c978a8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingskeltainstallation.html","title":"Embedding AVEVA Work Tasks","navPath":"embeddingskeltainstallation.html","bundleId":"work-tasks-2023-sp1","id":"a53cacc28-df4d-40f7-a061-3172ca7cf932","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddanInstallationPath.html","title":"Add an Installation Path","navPath":"AddanInstallationPath.html","bundleId":"work-tasks-2023-sp1","id":"aaf294842-ac09-4ef4-9253-cf7b6580b892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddRegistryEntries.html","title":"Add Registry Entries","navPath":"AddRegistryEntries.html","bundleId":"work-tasks-2023-sp1","id":"ad64e1073-383d-4586-b780-b6f0987863d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingregistryentry.html","title":"Entry for AVEVA Work Tasks Folders","navPath":"addingregistryentry.html","bundleId":"work-tasks-2023-sp1","id":"ade7ddfeb-ef66-4128-89c9-2798cd8ae4f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforFarmWizardBackgroundImage.html","title":"Entry for Farm Wizard Background Image","navPath":"EntryforFarmWizardBackgroundImage.html","bundleId":"work-tasks-2023-sp1","id":"a2f65021f-6fc3-4222-b89e-ccc6d34a4d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforCentralConfigurationShortcutPath.html","title":"Entry for Central Configuration Shortcut Path","navPath":"EntryforCentralConfigurationShortcutPath.html","bundleId":"work-tasks-2023-sp1","id":"af6ef5cce-dfcf-4ee9-8f9f-f0e7c1201aba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUIText.html","title":"Customize UI Text","navPath":"CustomizeUIText.html","bundleId":"work-tasks-2023-sp1","id":"a1993227d-c90f-40f4-a865-7f6e08201442","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientService.html","title":"Install Client Service","navPath":"InstallClientService.html","bundleId":"work-tasks-2023-sp1","id":"a2561a154-4440-4865-95ed-86c80ff226b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementFarmEventsInterface.html","title":"Implement FarmEvents Interface","navPath":"ImplementFarmEventsInterface.html","bundleId":"work-tasks-2023-sp1","id":"aa79f076a-f578-4ae4-85d8-146b7e25ed43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyEmbeddedAVEVAWorkTasks.html","title":"Verify Embedded AVEVA Work Tasks","navPath":"VerifyEmbeddedAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a5e190b5d-89a1-4811-b573-033eee6e19f1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmRecovery.html","title":"Farm Recovery","navPath":"FarmRecovery.html","bundleId":"work-tasks-2023-sp1","id":"abb32e7ef-9fee-4427-bf50-a9628baf110e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MovefromDevelopmentEnvironmenttoProductionEnvironment.html","title":"Move from Development Environment to Production Environment","navPath":"MovefromDevelopmentEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa3b8f14b-98cd-41c7-8151-d0f63fcfdd92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReuseRepositoryData.html","title":"Reuse Repository Data","navPath":"ReuseRepositoryData.html","bundleId":"work-tasks-2023-sp1","id":"a1f0c8e9d-ed95-4af8-9dd8-91727f46a676","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploymentOptions.html","title":"Deployment Options","navPath":"DeploymentOptions.html","bundleId":"work-tasks-2023-sp1","id":"ad0f3c54f-3d67-4464-bc0e-e361f0018d0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttachDataSource.html","title":"Attach DataSource","navPath":"AttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a3fd0fd5f-47a6-4e25-b805-a9af45b6be67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoPerformAttachDataSource.html","title":"Steps to Perform Attach DataSource","navPath":"StepstoPerformAttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"ad89651dc-1d12-4ddc-9f7e-0e1d9c5b7260","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios_1.html","title":"User Scenarios","navPath":"UserScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a4d76ae-5aa8-45a0-b028-64db630595c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploysaSolutionfromOneMachinetoAnother.html","title":"Deploys a Solution from One Machine to Another","navPath":"DeploysaSolutionfromOneMachinetoAnother.html","bundleId":"work-tasks-2023-sp1","id":"a8e6fbeb8-764e-4513-8982-d6f582d2ecae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SolutionRequiresanUpgrade.html","title":"Solution Requires an Upgrade","navPath":"SolutionRequiresanUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"aef11cfb3-ec92-463c-aaa9-16c4888eab02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisasterRecoveryofaSolution.html","title":"Disaster Recovery of a Solution","navPath":"DisasterRecoveryofaSolution.html","bundleId":"work-tasks-2023-sp1","id":"a60f2aa84-83b4-44c4-a1f2-1eece54b3abe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMReportsfromanArchivedDatabase.html","title":"BAM Reports from an Archived Database","navPath":"BAMReportsfromanArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"ae0644511-85a0-4e71-9368-83967f8be0b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a689772af-241d-4863-8b28-cd9689897848","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallClient.html","title":"Uninstall Client","navPath":"UninstallClient.html","bundleId":"work-tasks-2023-sp1","id":"a20689f0a-3f5c-47e1-8a30-f17baace4256","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallServer.html","title":"Uninstall Server","navPath":"UninstallServer.html","bundleId":"work-tasks-2023-sp1","id":"a357f2519-5d44-4f9d-b921-7df9b739af84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallFarm.html","title":"Uninstall Farm","navPath":"UninstallFarm.html","bundleId":"work-tasks-2023-sp1","id":"afab76566-4043-44e0-bad2-09c39d435131","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a0267108e-d832-4794-bcf5-b4e8296d0ceb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradingskeltabpmnet.html","title":"Upgrading AVEVA Work Tasks","navPath":"upgradingskeltabpmnet.html","bundleId":"work-tasks-2023-sp1","id":"aafcf3b48-379c-4ffe-9563-fd5ffc701917","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradescenarios.html","title":"Upgrade Scenarios","navPath":"upgradescenarios.html","bundleId":"work-tasks-2023-sp1","id":"aa16b0926-ee22-4846-89c4-dd2c9cbc7247","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinStandaloneEnvironment.html","title":"Upgrade in Standalone Environment","navPath":"UpgradeinStandaloneEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a1c27d8a9-5c59-4d00-a08f-34683b13db92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinClientServerEnvironment.html","title":"Upgrade in Client - Server Environment","navPath":"UpgradeinClientServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a96715d22-7548-4fef-aad2-06aa5da6299d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinEnterpriseServerEnvironment.html","title":"Upgrade in Enterprise Server Environment","navPath":"UpgradeinEnterpriseServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a9d13a2b4-ceb6-4cef-8e2e-51141e8170cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradeprocedure.html","title":"Upgrade Procedure","navPath":"upgradeprocedure.html","bundleId":"work-tasks-2023-sp1","id":"a198f6c6f-2049-40c8-a991-b8b3dd0b2b18","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bpm2014-beforeyouupgrade.html","title":"Before You Upgrade","navPath":"bpm2014-beforeyouupgrade.html","bundleId":"work-tasks-2023-sp1","id":"a441157bb-a3cf-40a9-b872-5832ce213ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/682578.html","title":"Upgrading to AVEVA Work Tasks 2020","navPath":"682578.html","bundleId":"work-tasks-2023-sp1","id":"ab26a021d-7c37-4657-8502-fc83bed565e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746788.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 1","navPath":"746788.html","bundleId":"work-tasks-2023-sp1","id":"af237fcef-39f3-4d31-998c-195726103515","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/898602.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 2","navPath":"898602.html","bundleId":"work-tasks-2023-sp1","id":"a702153e0-c1eb-4e68-a6dc-d8192359732d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/926969.html","title":"Upgrading to AVEVA Work Tasks 2023","navPath":"926969.html","bundleId":"work-tasks-2023-sp1","id":"a93715420-05de-43c5-947b-4bb439b5c644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093466.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"1093466.html","bundleId":"work-tasks-2023-sp1","id":"a9cf9ad2e-758a-46a6-a768-e3c7afc20ecb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RunUpgradeManager.html","title":"Run Upgrade Manager","navPath":"RunUpgradeManager.html","bundleId":"work-tasks-2023-sp1","id":"a18d11e43-6e95-4734-9c7a-96ae9b154da3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/477027.html","title":"Upgrading AVEVA Work Tasks in Silent Mode","navPath":"477027.html","bundleId":"work-tasks-2023-sp1","id":"a044d3d84-0208-40e7-b94c-3c0a0f0defdc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","title":"Prerequisites to Upgrade AVEVA Work Tasks in Silent Mode","navPath":"PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a064748d4-6c26-4f81-b165-54fbf6b66139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","bundleId":"work-tasks-2023-sp1","id":"ae60478d8-b77d-4dc2-93c4-c34460c68030","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeSkeltaBPMInSilentMode.html","title":"Upgrading in Silent Mode Using Installer","navPath":"UpgradeSkeltaBPMInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ae5370597-18f1-456e-abdf-cf5bb61d0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinSilentMode.html","title":"Upgrade in Silent Mode","navPath":"UpgradeinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ac04fc3fe-6442-40ea-962d-1759645778b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/433840.html","title":"Return Results for AVEVA Work Tasks Silent Upgrade","navPath":"433840.html","bundleId":"work-tasks-2023-sp1","id":"af204e0e7-6d89-40c9-a0b8-7042bb688185","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseanExistingWebsite.html","title":"Use an Existing Website","navPath":"UseanExistingWebsite.html","bundleId":"work-tasks-2023-sp1","id":"a14b39f24-7c83-4888-9ff8-64a4edd48c67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesandGuidelines.html","title":"Best Practices and Guidelines","navPath":"BestPracticesandGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"a1ac57ee2-c68d-4758-996a-3ca4776e9b36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecuringAVEVAWorkTasks.html","title":"Best Practices for Securing AVEVA Work Tasks","navPath":"SecuringAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"aed8c4ea2-ec5a-4a33-9ff0-027a5871d78d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintainingAVEVAWorkTasksDatabases.html","title":"Best Practices for Maintaining AVEVA Work Tasks Databases","navPath":"MaintainingAVEVAWorkTasksDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a490ae853-8904-4665-862b-e70158fb1074","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisablingActiveDirectoryUsers.html","title":"Best Practice for Disabling Active Directory Users","navPath":"DisablingActiveDirectoryUsers.html","bundleId":"work-tasks-2023-sp1","id":"a2d8841de-1cb9-4b4c-8ed2-4b36ab704943","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingDifferentRegionalCultural_Settings.html","title":"Best Practices for Handling Different Regional/Cultural Settings","navPath":"HandlingDifferentRegionalCultural_Settings.html","bundleId":"work-tasks-2023-sp1","id":"af64e6e13-0ad8-4c94-aa30-b94ceb30239e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingCrossSiteRequestForgeryinCustomApplication.html","title":"Best Practice for Handling Cross Site Request Forgery in Custom Application","navPath":"HandlingCrossSiteRequestForgeryinCustomApplication.html","bundleId":"work-tasks-2023-sp1","id":"a31621086-ccc6-4651-9758-601aae0939c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforSizingDatabase.html","title":"Guidelines for Sizing Database","navPath":"GuidelinesforSizingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a7b52fc40-d543-41dd-9257-d122dd7c08b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforArchivingDatabase.html","title":"Guidelines for Archiving Database","navPath":"GuidelinesforArchivingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3ae5b579-b11d-49ff-b4bb-eeb432371c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforAVEVAWorkTasksDatabase.html","title":"Archival Strategy for AVEVA Work Tasks Database","navPath":"ArchivalStrategyforAVEVAWorkTasksDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9712ec33-d181-4271-9b96-65d8170571db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingRepositoryDatabase.html","title":"Archiving Repository Database","navPath":"ArchivingRepositoryDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a5a5478db-e478-4e36-958c-870ef656f707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingFarmDatabase.html","title":"Archiving Farm Database","navPath":"ArchivingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3254d220-8f78-441d-940d-8aadf2639eb2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforCustomTables.html","title":"Archival Strategy for Custom Tables","navPath":"ArchivalStrategyforCustomTables.html","bundleId":"work-tasks-2023-sp1","id":"a6ee943f6-d635-44fe-bf7d-d1cd371921ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforMigratedDatabase.html","title":"Archival Strategy for Migrated Database","navPath":"ArchivalStrategyforMigratedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a712d456d-8367-4d1a-a25b-980c5cec1671","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewingBAMReportsfortheArchivedDatabase.html","title":"Viewing BAM Reports for the Archived Database","navPath":"ViewingBAMReportsfortheArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a34120a23-ba24-4e06-bc65-f2db7c42f3ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationScenario.html","title":"Application Scenario","navPath":"ApplicationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a3cef2393-c8a7-409f-a3a7-5e5b76ab06b5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforPartitioningDatabase.html","title":"Guidelines for Partitioning Database","navPath":"GuidelinesforPartitioningDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9a4fb8a4-acde-4376-8ad0-ab7d199a5209","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Recommendations.html","title":"Recommendations","navPath":"Recommendations.html","bundleId":"work-tasks-2023-sp1","id":"a07edabac-d1d8-42b7-8181-13713e99cdbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesforFeaturesandServices.html","title":"Best Practices for Features and Services","navPath":"BestPracticesforFeaturesandServices.html","bundleId":"work-tasks-2023-sp1","id":"a5ab04d9e-1910-4f2f-8f32-121d0cd28719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","title":"Guidelines on using SQL AlwaysOn Availability Group","navPath":"GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","bundleId":"work-tasks-2023-sp1","id":"a11d3f9e1-37ef-4761-9d96-7998ada3e709","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","title":"Guidelines for Configuring AVEVA Work Tasks in DMZ","navPath":"GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","bundleId":"work-tasks-2023-sp1","id":"a015d4377-89c7-4758-afdb-c8de4d5fd218","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforAntivirus.html","title":"Guidelines for Antivirus","navPath":"GuidelinesforAntivirus.html","bundleId":"work-tasks-2023-sp1","id":"a42d7a8f2-a9d9-4555-84ed-58bf182a3b37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/chapter9-troubleshooting.html","title":"Troubleshooting","navPath":"chapter9-troubleshooting.html","bundleId":"work-tasks-2023-sp1","id":"abc7e52c2-8728-4122-a86e-354cc8e2a9ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforDebuggingExceptions.html","title":"Prerequisites for Debugging Exceptions","navPath":"PrerequisitesforDebuggingExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a68f6a939-efef-4171-8684-897abeb9d8ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrorswhileInstallingFarm.html","title":"Database Connection Errors while Installing Farm","navPath":"DatabaseConnectionErrorswhileInstallingFarm.html","bundleId":"work-tasks-2023-sp1","id":"a595851e6-c9ba-42b8-98cf-7112d3144d31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceErrors.html","title":"Client Service Errors","navPath":"ClientServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab59330c8-2c07-4dce-b3b1-7d8af9523b28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsServiceErrors.html","title":"Windows Service Errors","navPath":"WindowsServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"adba48073-9761-4b9f-bf5d-45f67d0aa8f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringErrors.html","title":"Client Service Monitoring Errors","navPath":"ClientServiceMonitoringErrors.html","bundleId":"work-tasks-2023-sp1","id":"a0ac0b7b9-0af5-4f5a-b757-233aab7d7915","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrors.html","title":"Database Connection Errors","navPath":"DatabaseConnectionErrors.html","bundleId":"work-tasks-2023-sp1","id":"a16cb219c-f85c-43a1-9eba-56c3298ee687","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IISErrorwhileConfiguringFarmConfiguration.html","title":"IIS Error while Configuring Farm Configuration","navPath":"IISErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ae347415e-4af3-40fa-9420-c48feb388178","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ASPNETErrorwhileConfiguringFarmConfiguration.html","title":"ASP​.NET Error while Configuring Farm Configuration","navPath":"ASPNETErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a0770902e-77ac-4b48-a611-f557791b51c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsAuthenticationorAnonymousAuthenticationError.html","title":"Windows Authentication or Anonymous Authentication Error","navPath":"WindowsAuthenticationorAnonymousAuthenticationError.html","bundleId":"work-tasks-2023-sp1","id":"a5c86479f-5945-4476-8e28-848f1867866f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Non-QueryExecutionFailure.html","title":"Non-Query Execution Failure","navPath":"Non-QueryExecutionFailure.html","bundleId":"work-tasks-2023-sp1","id":"abbfce4f5-5c8d-43fe-9663-ec705870703b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotAuthorizedtoAccessSiteError.html","title":"Not Authorized to Access Site Error","navPath":"NotAuthorizedtoAccessSiteError.html","bundleId":"work-tasks-2023-sp1","id":"ad547a74f-0698-4153-898b-e828a19c0654","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleErrors.html","title":"Enterprise Console Errors","navPath":"EnterpriseConsoleErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab36e843c-bd0a-47ec-bd92-d162b730d43e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AuthenticationandPersonalization.html","title":"Authentication and Personalization","navPath":"AuthenticationandPersonalization.html","bundleId":"work-tasks-2023-sp1","id":"a2154700f-9a18-4d53-aca1-f7ceea2bebd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceIssueWhileAccessingEnterpriseConsole.html","title":"Performance Issue While Accessing Enterprise Console","navPath":"PerformanceIssueWhileAccessingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abb180b12-d00c-42c5-95bc-4bf9653cabff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CentralConfigurationisnotLoading.html","title":"Central Configuration is not Loading","navPath":"CentralConfigurationisnotLoading.html","bundleId":"work-tasks-2023-sp1","id":"a994a35c1-1fdc-42b4-be55-36e3d39cf4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceErrors.html","title":"Communication Service Errors","navPath":"CommunicationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab6309b7d-e41c-4450-87e7-30529bbe4f42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmConfigurationError.html","title":"Farm Configuration Error","navPath":"FarmConfigurationError.html","bundleId":"work-tasks-2023-sp1","id":"a28ed446b-442d-4704-b8fe-98add61f87b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowTestRunErrors.html","title":"Workflow Test Run Errors","navPath":"WorkflowTestRunErrors.html","bundleId":"work-tasks-2023-sp1","id":"a25f5700a-00e5-4693-85b6-5ac950bd163d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveorCopyItemActivityErrors.html","title":"Move or Copy Item Activity Errors","navPath":"MoveorCopyItemActivityErrors.html","bundleId":"work-tasks-2023-sp1","id":"adb5520dc-97df-49f2-bfdc-a5904579b1aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangingResourceAccountCredentials.html","title":"Changing Resource Account Credentials","navPath":"ChangingResourceAccountCredentials.html","bundleId":"work-tasks-2023-sp1","id":"ac1991c97-416d-4cf2-9901-80eb0056882b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhileInstallingConfigurationFarmorWebSites.html","title":"Error while Installing Configuration Farm or Web Sites","navPath":"ErrorwhileInstallingConfigurationFarmorWebSites.html","bundleId":"work-tasks-2023-sp1","id":"a704e9973-eb6d-45ea-b422-39360f48efae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhilereinstallingAVEVAWorkTasksClient.html","title":"Error while reinstalling AVEVA Work Tasks Client","navPath":"ErrorwhilereinstallingAVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a43a6af09-4675-455a-9bc7-4b8bfaf68cb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoLogontoEnterpriseConsole.html","title":"Unable to Log on to Enterprise Console","navPath":"UnabletoLogontoEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"adde36a7a-f119-4f0d-a81a-29ff119f6b50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServerErrorinApplication.html","title":"Server Error in Application","navPath":"ServerErrorinApplication.html","bundleId":"work-tasks-2023-sp1","id":"a250e5c18-fb16-4d44-b530-50f135d7af3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootingAVEVAWorkTasksUpgrade.html","title":"Troubleshooting AVEVA Work Tasks Upgrade","navPath":"TroubleshootingAVEVAWorkTasksUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a12095862-2f0f-4a67-8422-10ed5f0e0554","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceBusListenerError.html","title":"Service Bus Listener Error","navPath":"ServiceBusListenerError.html","bundleId":"work-tasks-2023-sp1","id":"a83484e61-5289-4a8d-8724-4bf3bbc98670","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationServiceErrors.html","title":"Mobile Notification Service Errors","navPath":"MobileNotificationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"afb860bcf-a370-41d8-b8e7-af75f1a68151","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","title":"Error: Could not load file or assembly or Error while creating instance","navPath":"CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","bundleId":"work-tasks-2023-sp1","id":"a66279826-9e48-4087-9c40-f60851a4a2ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebPartError-Couldnotloadtherequiredtype.html","title":"Web Part Error: Could not load the required type","navPath":"WebPartError-Couldnotloadtherequiredtype.html","bundleId":"work-tasks-2023-sp1","id":"a50baa079-1736-4298-932c-87ae30646477","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherEventsError.html","title":"File Watcher Events Error","navPath":"FileWatcherEventsError.html","bundleId":"work-tasks-2023-sp1","id":"a4daa7e5f-d73e-454f-be09-0d79c038d10f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessDeniedtoAVEVAWorkTasksTempFolder_.html","title":"Access Denied to AVEVA Work Tasks Temp Folder along with System IO Errors","navPath":"AccessDeniedtoAVEVAWorkTasksTempFolder_.html","bundleId":"work-tasks-2023-sp1","id":"a54af1161-86b0-4a22-8423-22e9772b8887","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CacheRefreshnotReflectedaftertheProductUpgrade.html","title":"Cache Refresh not Reflected after the Product Upgrade","navPath":"CacheRefreshnotReflectedaftertheProductUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a53abbcda-29c7-4009-acb3-46de233c0473","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoRe-installAVEVAWorkTasks.html","title":"Unable to Re-install AVEVA Work Tasks","navPath":"UnabletoRe-installAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a68402aef-9feb-4176-953c-f941ae4d1738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","title":"Unexpected Error when Authenticating against Azure Active Directory","navPath":"UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a2f0430bd-8e28-407d-90b4-636fe776af16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SwappingRepositoryProvider.html","title":"Swapping Repository Provider","navPath":"SwappingRepositoryProvider.html","bundleId":"work-tasks-2023-sp1","id":"ab98f416c-74e9-422c-8ba0-0241e2b32ce1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmconnectorsandextensionsguide.html","title":"Connectors and Extensions User Guide","navPath":"wonderwareskeltabpmconnectorsandextensionsguide.html","bundleId":"work-tasks-2023-sp1","id":"a25269df5-a87a-455f-8964-b06c40df5c34","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeyFeatures.html","title":"Key Features","navPath":"KeyFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8847eb58-d2bb-4825-b86e-1384c27f0b8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewInstallConnectorforSystemPlatform.html","title":"Overview","navPath":"OverviewInstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"adfbca959-78cc-4520-90ef-5de54654821a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnectorforSystemPlatform.html","title":"Connector for System Platform","navPath":"ConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a96e94e65-5d65-4552-8ae3-6433cfe9d20c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchitectureforConnector.html","title":"Architecture","navPath":"ArchitectureforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a8796ac98-0c25-4591-85f2-c003e25b82b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationScenariosforConnector.html","title":"Installation scenarios","navPath":"InstallationScenariosforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a66ae24ef-3820-4783-9905-7cd6e48eedef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnetconnectorssystemplatformworkflowconnector.html","title":"Installation","navPath":"installingbpmnetconnectorssystemplatformworkflowconnector.html","bundleId":"work-tasks-2023-sp1","id":"a37add25e-04c8-48bb-8846-4a1be115a29a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallConnectorforSystemPlatform.html","title":"Install Connector for System Platform","navPath":"InstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"af5d439a7-33ea-42f0-a8b1-88c877973766","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542069.html","title":"Install Connector for System Platform in Silent Mode","navPath":"542069.html","bundleId":"work-tasks-2023-sp1","id":"a3568ca19-b462-4d79-8c82-850dcd072b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforConnector.html","title":"Verify Installation","navPath":"VerifyInstallationforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a3b2bbff7-8b94-4830-8c07-f91441a4d8c7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/721903.html","title":"Upgrade Connector for System Platform","navPath":"721903.html","bundleId":"work-tasks-2023-sp1","id":"afce1551d-12c0-4339-a652-62fa9c79c21c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallConnectorforSystemPlatform.html","title":"Uninstall Connector for System Platform","navPath":"UninstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a8317f121-bf68-41e6-89fd-53315a605ea5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsofConnector.html","title":"Connector limitations for System Platform","navPath":"LimitationsofConnector.html","bundleId":"work-tasks-2023-sp1","id":"aae2e60ea-e38d-4f76-9d50-bcd7d6381449","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforSystemPlatform.html","title":"Extension for System Platform","navPath":"ExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad425abe4-7cab-4b7f-95a0-c61f7eeb5b09","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnet20111.html","title":"Install Extension for System Platform","navPath":"installingbpmnet20111.html","bundleId":"work-tasks-2023-sp1","id":"a798f110c-5e79-44b7-9bdd-9142c50c467e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforSystem_Platform.html","title":"Install Extension for System Platform","navPath":"InstallExtensionforSystem_Platform.html","bundleId":"work-tasks-2023-sp1","id":"a9d29ec4d-8b9a-49a3-b287-4ba0bfdb1973","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542068.html","title":"Install Extension for System Platform in Silent Mode","navPath":"542068.html","bundleId":"work-tasks-2023-sp1","id":"ac4bee736-9ea8-40e6-8f3f-e04ac1ecefe1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforExtension.html","title":"Verify Extension installation","navPath":"VerifyInstallationforExtension.html","bundleId":"work-tasks-2023-sp1","id":"adff89b38-e235-4855-b4c1-f214ce8fb25a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallExtensionforSystemPlatform.html","title":"Uninstall Extension for System Platform","navPath":"UninstallExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad411c046-c29b-4488-99f9-22ba6ad234a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/363234.html","title":"Upgrade Extension for System Platform","navPath":"363234.html","bundleId":"work-tasks-2023-sp1","id":"a8a9be14e-d4d8-4bd6-9f1a-d2e0f2473e67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforOPCUA.html","title":"Extension for OPC UA","navPath":"ExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a2a815589-115f-4604-b7e0-fb50a729619c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"InstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"afb582cf2-d90b-48ca-bac3-2da67d5a7d3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationSequenceforOPCUA.html","title":"Installation Sequence","navPath":"InstallationSequenceforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a7f921c13-0828-42f5-b274-d3391b057f86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoInstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"StepstoInstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a23a585db-8135-4195-ad59-a2ec3a57cb45","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","title":"Provision Repository Using OPC UA Repository Provisioning Tool","navPath":"ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ac0daa9f7-529f-43b6-8ec3-b8993aa5a8f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeExtensionforOPCUA.html","title":"Upgrade Extension for OPC UA","navPath":"UpgradeExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"ae703b1ff-9214-4c90-809f-4ffc7160e25c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithConnectorsforSystemPlatform.html","title":"Work with Connectors for System Platform","navPath":"WorkwithConnectorsforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ab64edd94-dfc0-42b2-892b-31fd94184771","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","title":"Workflow Features Inside System Platform IDE and Runtime","navPath":"WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","bundleId":"work-tasks-2023-sp1","id":"ad5a0e255-bc1f-426b-871a-3c2a949f6b68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialGatewaySetup.html","title":"Initial Gateway Setup","navPath":"InitialGatewaySetup.html","bundleId":"work-tasks-2023-sp1","id":"a4b75c95a-6e65-46a2-ba6f-ca58a3fa0072","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI.html","title":"AIM Authentication for accessing Enterprise Console in System Platform IDE","navPath":"AIMAuthenticationforControlsinInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab6ade450-3964-4d33-8302-cc12e7d4f41f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureGateway.html","title":"Configure Gateway","navPath":"ConfigureGateway.html","bundleId":"work-tasks-2023-sp1","id":"a2fc3688d-3c5b-40cc-ac58-8112f2107698","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineWorkflowEventsinAppObject.html","title":"Define Workflow Events in AppObject","navPath":"DefineWorkflowEventsinAppObject.html","bundleId":"work-tasks-2023-sp1","id":"a434363fc-a7e5-42f6-8649-0f7387df8c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewWorkflow.html","title":"Create New Workflow","navPath":"CreateNewWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0480c695-0d2a-4f93-a4df-7e8ed8c94ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateanExistingWorkflowtoaWorkflowEvent.html","title":"Associate an Existing Workflow to a Workflow Event","navPath":"AssociateanExistingWorkflowtoaWorkflowEvent.html","bundleId":"work-tasks-2023-sp1","id":"a4312395e-8234-4b4e-b0fa-a4af030df6ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforAAEventActivityinaWorkflow.html","title":"Wait-for-AAEvent Activity in a Workflow","navPath":"WaitforAAEventActivityinaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a55284e64-9880-4bc4-b7c0-650278e9da20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6193b2ca-35fd-479e-b260-2f33e2d8914c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","bundleId":"work-tasks-2023-sp1","id":"a190560d2-68db-42ea-83d1-0f615557efb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","bundleId":"work-tasks-2023-sp1","id":"a321a94f3-f665-4728-8017-a7e01cd7f719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing.html","title":"Relative Referencing","navPath":"RelativeReferencing.html","bundleId":"work-tasks-2023-sp1","id":"a513bbb5a-6746-4e3b-902f-d66afbfc3d27","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivityWaitForAAEvent.html","title":"Wait-For-AAEvent Activity","navPath":"ConfigureActivityWaitForAAEvent.html","bundleId":"work-tasks-2023-sp1","id":"adeb9b324-55ee-4169-b972-64dd91402c86","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouch.html","title":"Workflow Features Inside InTouch","navPath":"WorkflowFeaturesInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a701cb52f-a6ba-4b82-8b26-ab1be767b7c0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchHMI.html","title":"AIM Authentication for Controls in InTouch HMI","navPath":"AIMAuthenticationforControlsinInTouchHMI.html","bundleId":"work-tasks-2023-sp1","id":"ae64d6e9b-9dc5-4ba9-a784-f0e1852bae4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouch.html","title":"Inbox Inside InTouch","navPath":"InboxInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3295247f-162d-4fc6-afb0-84bb59f364c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusViewInsideInTouch.html","title":"Workflow Status View Inside InTouch","navPath":"WorkflowStatusViewInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a0af95556-09a1-42d7-9466-8c6c5919bd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouch.html","title":"BAM Inside InTouch","navPath":"BAMInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a35f72e6a-bdf4-4ae4-9ef9-b3fa37c382e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsInsideInTouch.html","title":"Lists Inside InTouch","navPath":"ListsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"af2780a11-73a4-4444-8b7c-2989b610c463","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouch.html","title":"Forms Inside InTouch","navPath":"FormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a8eccb391-05b8-44fb-b74d-dcd5cb854a7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PassContextualInformationinFormsfromInTouch.html","title":"Pass Contextual Information in Forms from InTouch","navPath":"PassContextualInformationinFormsfromInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a1edf503f-263d-499d-b017-724f7311d832","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormsInsideInTouch.html","title":"List Forms Inside InTouch","navPath":"ListFormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a2a53da94-08fc-491b-9604-7d51db9e1550","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemInboxCountinInTouch.html","title":"WorkItemInboxCount in InTouch","navPath":"WorkItemInboxCountinInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3cb7eac9-aff7-4337-bd7a-e0d24e68962d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenInboxusingWorkItemInboxCount.html","title":"Open Inbox using WorkItemInboxCount","navPath":"OpenInboxusingWorkItemInboxCount.html","bundleId":"work-tasks-2023-sp1","id":"a48b1ddbe-9056-4218-8dd3-43870a6eb890","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouchOMI.html","title":"Workflow Features Inside InTouch OMI","navPath":"WorkflowFeaturesInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"af0af984c-782e-43b5-b395-a298c71ea88c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialStepsforInTouchOMI.html","title":"Initial Steps","navPath":"InitialStepsforInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8c544187-ca62-4bdd-b124-44950c70f932","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI_1.html","title":"AIM Authentication for Controls in InTouch OMI","navPath":"AIMAuthenticationforControlsinInTouchOMI_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9fc596b-0515-4bca-a2d0-2ed20df67414","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouchOMI.html","title":"Forms Inside InTouch OMI","navPath":"FormsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8ea85623-9b77-4cd7-a18a-b3d98bb1c57c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouchOMI.html","title":"Inbox Inside InTouch OMI","navPath":"InboxInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a0a6df9ad-0866-47d9-8723-52576147868e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViewInsideInTouchOMI.html","title":"List View Inside InTouch OMI","navPath":"ListViewInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a538a27ee-a3f2-4d7f-9e16-631faab3bac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormInsideInTouchOMI.html","title":"List Form Inside InTouch OMI","navPath":"ListFormInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"adb0007ce-f3be-45a7-a1c9-9e9a0238a890","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouchOMI.html","title":"BAM Inside InTouch OMI","navPath":"BAMInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a77c0436a-14df-4939-add4-66dae127d97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusInsideInTouchOMI.html","title":"Workflow Status Inside InTouch OMI","navPath":"WorkflowStatusInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab9ea5b76-50a3-45c3-bfe8-5e231b180b16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxWorkItemsCountInsideInTouchOMI.html","title":"Inbox Work Items Count Inside InTouch OMI","navPath":"InboxWorkItemsCountInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a28371a8b-4ed6-4051-bbe6-01558b8eb87a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettingsInsideInTouchOMI.html","title":"Cryptography Settings Inside InTouch OMI","navPath":"CryptographySettingsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"aad15fc77-f1be-4141-9c49-bba676165346","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HistorianServer.html","title":"Historian Server","navPath":"HistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"a45dd5e8c-2104-48a3-a857-5c68370076f5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggerWorkflowfromtheHistorianServer.html","title":"Trigger Workflow from the Historian Server","navPath":"TriggerWorkflowfromtheHistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"ae239fdc1-7f2a-4d3c-a14c-5ce8120f6c65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorMultipleHistorianEventTag.html","title":"Monitor Multiple Historian Event Tag","navPath":"MonitorMultipleHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"adb625f75-9a9e-4093-b453-e647a0ced460","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorSpecificHistorianEventTag.html","title":"Monitor Specific Historian Event Tag","navPath":"MonitorSpecificHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"aaf34fb66-ce16-4843-a495-508728f79c34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveHistorianDataUsingDatabaseActivity.html","title":"Retrieve Historian Data Using Database Activity","navPath":"RetrieveHistorianDataUsingDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a211d0cba-bdf2-4a02-8e24-ae19d8ce2849","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationServer.html","title":"Information Server","navPath":"InformationServer.html","bundleId":"work-tasks-2023-sp1","id":"afae5a83d-d1d5-42a6-b9bf-57a1c7e780e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","title":"Configure Repository Using AVEVA Work Tasks Connector for Information Server","navPath":"ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aca8a034a-b7eb-468a-8f81-21df5598a061","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowRepositoryandFarmforInformationServer.html","title":"Configure Workflow Repository and Farm for Information Server","navPath":"ConfigureWorkflowRepositoryandFarmforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acdd050b4-8571-4f7f-9273-f708adcc4bc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowServertoAddRepositoryDetails.html","title":"Configure Workflow Server to Add Repository Details","navPath":"ConfigureWorkflowServertoAddRepositoryDetails.html","bundleId":"work-tasks-2023-sp1","id":"aaf5399c9-6052-4a9e-ab49-9dc09f62bdb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageConnectedWorkflowRepositories.html","title":"Manage Connected Workflow Repositories","navPath":"ManageConnectedWorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a47cb83e4-9955-430f-9f6c-0596c27a567e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrativeActivity.html","title":"Administrative Activity","navPath":"AdministrativeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3fa8b771-f14a-42e1-885f-e42fc9fd81a6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddCustomPanel.html","title":"Add Custom Panel","navPath":"AddCustomPanel.html","bundleId":"work-tasks-2023-sp1","id":"abfa62b77-53de-485a-b2d9-8ca37fdc8775","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserPermissions.html","title":"Add User Permissions","navPath":"AddUserPermissions.html","bundleId":"work-tasks-2023-sp1","id":"a18bf308b-e7b2-4781-84c2-e1cfeb1bd50c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","title":"Perform Workflow Repository Functionality Within Information Server","navPath":"PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acc1fbcd4-b3fb-41d5-a65e-a6bff51540c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFarms.html","title":"Workflow Farms","navPath":"WorkflowFarms.html","bundleId":"work-tasks-2023-sp1","id":"ab26d35fb-caa3-409e-90eb-76bf447e6ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowRepositories.html","title":"Workflow Repositories","navPath":"WorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a8618bbb0-b78e-4b42-9102-442a5d0e77d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootissuesinInformationServer.html","title":"Troubleshoot Issues","navPath":"TroubleshootissuesinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aaab7bee2-ca4f-4654-baea-2b3370332f96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntelligenceDataInsideWorkflows.html","title":"Intelligence Data Inside Workflows","navPath":"IntelligenceDataInsideWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"adbbd73e1-85e1-4c0c-bd10-b619c8729463","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FetchDatafromIntellienceDatastore.html","title":"Fetch Data from Intellience Datastore","navPath":"FetchDatafromIntellienceDatastore.html","bundleId":"work-tasks-2023-sp1","id":"a688b6c1f-eea2-44b8-a6ea-b0133a3f0514","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflow.html","title":"Configure Workflow","navPath":"ConfigureWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a87a12983-5751-4c30-8a5f-d16474aa69ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDatabaseActivity.html","title":"Add Database Activity","navPath":"AddDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8f21a48e-690b-4471-9aac-6545abf17f1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddForEachLoop.html","title":"Add ForEach Loop","navPath":"AddForEachLoop.html","bundleId":"work-tasks-2023-sp1","id":"ac9430202-5472-4541-bb6b-f0c261c92967","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerActivity.html","title":"Edit Scheduler Activity","navPath":"EditSchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4f9bf75b-bde1-4ac9-9941-84c8af317d6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsusingLoggerActivity.html","title":"Diagnostics","navPath":"DiagnosticsusingLoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7579566a-d8f9-4ffc-ba5e-b06d6e8abb0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","title":"Move System Platform Galaxy and AVEVA Work Tasks Repository from Engineering Environment to Production Environment","navPath":"MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa58db427-701d-41b1-886c-382c83880ee3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxyandRepository.html","title":"Move System Platform Galaxy And Repository","navPath":"MoveSystemPlatformGalaxyandRepository.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b9e7b-c71b-47f3-99d7-5a720a18d499","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveRepository.html","title":"Move Repository","navPath":"MoveRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad12ff6fc-9f74-473a-8017-9afe6e81f6d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy.html","title":"Move System Platform Galaxy","navPath":"MoveSystemPlatformGalaxy.html","bundleId":"work-tasks-2023-sp1","id":"a24019401-8cd9-4f74-b327-31599c5377f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveonlytheWorkflow.html","title":"Move only the Workflow","navPath":"MoveonlytheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a95fecb09-49b0-490b-86ae-d3484f5baef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","title":"Move a Gateway Object, Workflows, and Associated Workflow Events","navPath":"MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","bundleId":"work-tasks-2023-sp1","id":"a328a9201-a23e-4641-809d-91d9d4c20fc6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsLoggerIntegrationwithArchestrALogger.html","title":"Diagnostics: Logger Integration with ArchestrA Logger","navPath":"DiagnosticsLoggerIntegrationwithArchestrALogger.html","bundleId":"work-tasks-2023-sp1","id":"a19d0550c-1d7c-4bcd-9fa4-8336031e494a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KnownIssuesinConnectorforSystemPlatform.html","title":"Known Issues","navPath":"KnownIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ac42665a9-0c1a-4fce-ada1-c34c2b28a5f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinConnectorforSystemPlatform.html","title":"Limitations","navPath":"LimitationsinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a64a5a02a-90a6-4dd2-825a-9d91590008cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinConnectorforSystemPlatform.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"aecb5f7ee-74cc-42dc-bae4-2e16bbb50f4e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithExtensionforOPCUA.html","title":"Work with Extension for OPC UA","navPath":"WorkwithExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a9d8ff0b9-c21c-482f-a23a-fdb1f1668b69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisioningRepositoryforOPCUA.html","title":"Provision Repository for OPC UA","navPath":"ProvisioningRepositoryforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a152e7c8e-ce5e-41c4-9811-30b4c68e33e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUARepositoryProvisioningTool.html","title":"OPC UA Repository Provisioning Tool","navPath":"OPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"a9cf91d3b-b903-4795-bfa2-2581d2f5b6bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAConnections.html","title":"Connections","navPath":"OPCUAConnections.html","bundleId":"work-tasks-2023-sp1","id":"a2bebea06-ac90-4dfe-84fb-76870e89e446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUATagReadWriteActivity_.html","title":"Activity: OPC UA Tag Read Write Activity","navPath":"OPCUATagReadWriteActivity_.html","bundleId":"work-tasks-2023-sp1","id":"a06d56357-01cc-4135-950f-42e0ea6d4ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAServerConnection.html","title":"OPC UA Server Connection","navPath":"OPCUAServerConnection.html","bundleId":"work-tasks-2023-sp1","id":"a03adacbd-18f5-42fa-955e-d878b7f27bc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/opcuatagreadwrite-selectattribute.html","title":"Select Attribute","navPath":"opcuatagreadwrite-selectattribute.html","bundleId":"work-tasks-2023-sp1","id":"a65be3264-0d30-4648-a9aa-90b4a74041fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutput.html","title":"Mapped Error Output","navPath":"MappedErrorOutput.html","bundleId":"work-tasks-2023-sp1","id":"ac763ee79-6d98-468f-af12-484c36898b5a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeveloperGuide.html","title":"Developer Guide","navPath":"DeveloperGuide.html","bundleId":"work-tasks-2023-sp1","id":"a51944afa-a152-4632-aebb-52ebcd014035","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted.html","title":"Get Started","navPath":"GetStarted.html","bundleId":"work-tasks-2023-sp1","id":"ae60f1c9b-fc1f-4da3-bb1d-ec1cfbfe77f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoAccessWorkTasksFeatures.html","title":"Prerequisites to Access AVEVA Work Tasks Features","navPath":"PrerequisitestoAccessWorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a117412cc-8a17-4428-8c7c-8f8b5ab0db3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationandAdministration.html","title":"Installation and Administration","navPath":"InstallationandAdministration.html","bundleId":"work-tasks-2023-sp1","id":"afa65a3bb-40e1-4f29-bd9e-0633299c9523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InterfacesandFeatures.html","title":"Interfaces and Features","navPath":"InterfacesandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a469fd45a-a61c-47a0-b40c-282e43ee7ca7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofUserInterfaces.html","title":"Overview of User Interfaces","navPath":"OverviewofUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a7939c682-e794-42f1-9505-415f0fe9d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessandManageAVEVA_WorkTasksFeatures.html","title":"Access and Manage AVEVA Work Tasks Features","navPath":"AccessandManageAVEVA_WorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a74d421f3-10fd-4c92-b588-34995bf5cf99","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksServices.html","title":"AVEVA Work Tasks Services","navPath":"WorkTasksServices.html","bundleId":"work-tasks-2023-sp1","id":"a0153d87a-8ee5-4d65-b0ca-a3dbb9c60dcf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole.html","title":"Enterprise Console","navPath":"EnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8ae058f6-2ddd-43d4-a0e1-bbb2f05be30b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueue.html","title":"Message Queue","navPath":"MessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a31787f9c-f604-4d45-b5fa-8fd45de73818","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections.html","title":"Message Queue Connections","navPath":"MessageQueueConnections.html","bundleId":"work-tasks-2023-sp1","id":"a4c6668fd-5616-4047-a6d1-7a80e9d62cf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueRepositoryProvisioningTool.html","title":"Message Queue Repository Provisioning Tool","navPath":"MessageQueueRepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ae98aa121-0b1f-48de-8f49-0a31be33ed8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections.html","title":"MQTT Connections","navPath":"MQTTConnections.html","bundleId":"work-tasks-2023-sp1","id":"a0840f85d-28fc-46e6-8cef-abcfd2a072ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections.html","title":"Logic App Connections","navPath":"LogicAppConnections.html","bundleId":"work-tasks-2023-sp1","id":"a8de052aa-303a-4624-b19e-e0edd070de87","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls.html","title":"Controls","navPath":"Controls.html","bundleId":"work-tasks-2023-sp1","id":"aa912d4b3-221f-468e-b644-084c6cea294c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControlsintheApplication.html","title":"Add Controls in the Application","navPath":"AddControlsintheApplication.html","bundleId":"work-tasks-2023-sp1","id":"a43c3f2d8-7f86-47fd-9a1c-51b39b09102c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanASPNETProjectinVisualStudioNET.html","title":"Create an ASP​.NET Project in Visual Studio ​.NET","navPath":"CreateanASPNETProjectinVisualStudioNET.html","bundleId":"work-tasks-2023-sp1","id":"a4745296d-0e70-491e-9993-993ee193d9fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserContext.html","title":"Create User Context","navPath":"CreateUserContext.html","bundleId":"work-tasks-2023-sp1","id":"a8655139e-bb40-43c3-ae96-16c4cf88de7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerControl.html","title":"Process Designer Control","navPath":"ProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"ab93561dc-fd24-49b3-844a-5e2f1025e719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListControl.html","title":"Work Items List Control","navPath":"WorkItemsListControl.html","bundleId":"work-tasks-2023-sp1","id":"af1b6853c-68c1-4870-bae0-da3cad0a4af5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseEventsofWorkItemListControl.html","title":"Use Events of Work Item List Control","navPath":"UseEventsofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a7a2db405-2a69-48ab-93f2-410f94d2b7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LayoutCustomization.html","title":"Layout Customization","navPath":"LayoutCustomization.html","bundleId":"work-tasks-2023-sp1","id":"a38e77ada-5d58-4ea1-a5d5-3199b0279f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomLinkinWorkItemListControl.html","title":"Create Custom Link in Work Item List Control","navPath":"CreateCustomLinkinWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"af7bc306d-46c1-4a16-8295-43620b014833","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CalendarControl.html","title":"Calendar Control","navPath":"CalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"ae7d200f3-c1d3-4209-bf44-26e48e1739ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMControl.html","title":"BAM Control","navPath":"BAMControl.html","bundleId":"work-tasks-2023-sp1","id":"ab56af880-614e-4444-a4d9-1c26fb032da5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddIndividualBAMReporttoaspxPage.html","title":"Add Individual BAM Report to aspx Page","navPath":"AddIndividualBAMReporttoaspxPage.html","bundleId":"work-tasks-2023-sp1","id":"a36fd8236-a6f9-4d61-b61d-796f4d992ee6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewSpecificWorkflowInstancesinBAMControl.html","title":"View Specific Workflow Instances in BAM Control","navPath":"ViewSpecificWorkflowInstancesinBAMControl.html","bundleId":"work-tasks-2023-sp1","id":"a95fe78f1-ecbd-4855-ab2d-b7a6c5571907","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueControl.html","title":"Queue Control","navPath":"QueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ad6fde17c-dde6-43dc-ae5c-49f747188292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControl.html","title":"List Control","navPath":"ListControl.html","bundleId":"work-tasks-2023-sp1","id":"a9aa75f3b-cb0c-42e3-b653-b6f1b0fe39cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormListWebpartControl.html","title":"Form List Webpart Control","navPath":"FormListWebpartControl.html","bundleId":"work-tasks-2023-sp1","id":"a4ed329eb-d385-4dec-a614-fdbf56da8aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowExecutionViewControl.html","title":"Workflow Execution View Control","navPath":"WorkflowExecutionViewControl.html","bundleId":"work-tasks-2023-sp1","id":"a0ad03be4-8dfe-4510-820b-9bbad0c7f54a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringNewRepository.html","title":"Configure New Repository","navPath":"ConfiguringNewRepository.html","bundleId":"work-tasks-2023-sp1","id":"a3cdcfbd3-498a-4157-8a5b-dede59840915","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupSourceElementsDirectory.html","title":"Set up Source Elements Directory","navPath":"SetupSourceElementsDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a5445089f-db24-4e18-922a-e23983d8ddc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupEmailAddressesforRepositories.html","title":"Set up Email Addresses for Repositories","navPath":"SetupEmailAddressesforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a27d98bd8-58a7-4cb7-b322-dc250621517f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupUserProvidersforRepositories.html","title":"Set up User Providers for Repositories","navPath":"SetupUserProvidersforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"aa3be2c15-ef1d-4f4c-881f-41f01e20b55c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupDocumentWebViewControlforRepositories.html","title":"Set up Document Web View Control for Repositories","navPath":"SetupDocumentWebViewControlforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"adaf7cf59-9536-4da7-8a4e-eae711889368","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Activities.html","title":"Activities","navPath":"Activities.html","bundleId":"work-tasks-2023-sp1","id":"a7df69af2-2499-41d2-939d-bfb9f77998f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity.html","title":"Start Activity","navPath":"StartActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4e28aa8-6ebc-4a3a-a1a6-3fc0acdb41be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables.html","title":"Start - Variables","navPath":"StartVariables.html","bundleId":"work-tasks-2023-sp1","id":"a7bd90253-07c4-4e44-b3fe-3db92ef29c73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartContents.html","title":"Start - Contents","navPath":"StartContents.html","bundleId":"work-tasks-2023-sp1","id":"ac5329289-4f3f-4f9d-aa29-884cdffd9df1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables.html","title":"XML Variables","navPath":"XMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a619dc708-7ee3-4e72-8fd8-66b8011aa87c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutXMLVariables.html","title":"About XML Variables","navPath":"AboutXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e70bc4c-aa4b-494b-a763-1c9d1f5967ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"a17b35e0e-96cb-4865-97e2-5e368f22007f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableof_typeXMLDocument.html","title":"XML Variable of Type 'XML Document'","navPath":"XMLVariableof_typeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a5b2419bb-58c8-4b8b-a53c-d0b7633bb971","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a67340516-e636-4b96-82d3-5a438ca39feb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildXMLSchema.html","title":"Build XML Schema","navPath":"BuildXMLSchema.html","bundleId":"work-tasks-2023-sp1","id":"a94a39b03-bf59-4677-8372-25ed5f98f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLDocumentofTypeVariables.html","title":"Use XML Document of Type 'Variables'","navPath":"UseXMLDocumentofTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a9efaeebe-7113-4b86-a3c2-da8091a26109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms.html","bundleId":"work-tasks-2023-sp1","id":"ab7e73d9d-de14-4ac1-a22a-3afefdfed358","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableforList.html","title":"XML Variable for List","navPath":"XMLVariableforList.html","bundleId":"work-tasks-2023-sp1","id":"a5bfade62-cb92-446a-b071-b67e7e3ce498","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListItemScopeofXMLListofTypeXMLVariable.html","title":"ListItem Scope of XML List of Type XML Variable","navPath":"ListItemScopeofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aea4c9635-567f-437b-a1d3-16b7c73fdad8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListofTypeXMLVariable.html","title":"Schema of XML List of Type XML Variable","navPath":"SchemaofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"adcf9efb1-22e5-42d2-8327-5bf0afc9e9e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListofTypeXMLVariable.html","title":"Create an XML List of Type XML Variable","navPath":"CreateanXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aaab4efc8-00ff-4194-9aa3-397cb2a79f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeScopeoftheXMLListofTypeXMLVariable.html","title":"Change Scope of the XML List of Type XML Variable","navPath":"ChangeScopeoftheXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"af7cd967e-0b1e-497a-9af5-c1205401f838","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupListQueryScope.html","title":"Set up List Query Scope","navPath":"SetupListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a5c7e5d13-daf5-4d93-8624-fbe9eb60b428","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorofTypeXMLVariable.html","title":"Create an XML List Iterator of Type XML Variable","navPath":"CreateanXMLListIteratorofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a19fe0e16-4ff9-4fdf-a5c9-82d8131ebe09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorofTypeXMLVariableforGridItems.html","title":"Create an XML Iterator of Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorofTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a7e80d973-e917-4a87-b633-0767e17f135a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWorkflowforaListinaSingleStep.html","title":"Create Workflow for a List in a Single Step","navPath":"CreateWorkflowforaListinaSingleStep.html","bundleId":"work-tasks-2023-sp1","id":"a6eab91ec-34ab-4056-bda3-7a20cfcb1d9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnderstandXMLNodeMapping.html","title":"Understand XML Node Mapping","navPath":"UnderstandXMLNodeMapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ba78eb9-0b44-4faa-82c8-b0f2d7b41891","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLListofTypeXMLVariableScenarios.html","title":"XML List of Type XML Variable Scenarios","navPath":"XMLListofTypeXMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac89f4985-11b6-4179-80f8-568f22ae3b58","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItem.html","title":"Add New List Item","navPath":"AddNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"ae34c1c5d-d058-4073-acf1-23f60b13cd67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a5bd7a1c9-4449-4f6e-b88e-7697df14af93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","title":"Save the List Item as Different Version as Draft/Published Using Xml Variable","navPath":"SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"a72231e4b-72a8-4472-b06a-f330466e2bf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewFolderUsingXmlVariable.html","title":"Create New Folder Using Xml Variable","navPath":"CreateNewFolderUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"abe2a32b6-e890-4dfc-ba9b-fc81c95b8da1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItemwithGridItems.html","title":"Add New List Item with Grid Items","navPath":"AddNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a3e3f42eb-87df-4064-a714-278870898836","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewGridItemtotheExistingListItem.html","title":"Add New Grid Item to the Existing List Item","navPath":"AddNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"af8c59cca-67ff-4e2c-9fe6-2b17397d136a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyListItemwithGridItems.html","title":"Copy List Item with Grid Items","navPath":"CopyListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a36e5601b-c22e-47a0-a1e3-d26384447c7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList.html","bundleId":"work-tasks-2023-sp1","id":"ae9fcf848-d7c7-4ac9-bcc0-f12f65a54819","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTypeXMLIterator.html","title":"XML Variable of Type XML Iterator","navPath":"XMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"ac3113419-bbea-4877-92d6-6fee062bf30e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator.html","title":"Create XML Variable of Type XML Iterator","navPath":"CreateXMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"abc088e93-3a30-4565-b20b-78e1a70c58df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesofTypeXMLIterator.html","title":"Use Variables of Type XML Iterator","navPath":"UseVariablesofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"acfc8e885-c5ce-4a9f-b613-db27b8a90f42","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTYpeFormsDataGrid.html","title":"XML Variable of Type XML Forms Data Grid","navPath":"XMLVariableofTYpeFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"afcb7344c-2b9f-47f1-b22a-6f5006dabbd4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLFormsDataGrid.html","title":"Create XML Variable of Type XML Forms Data Grid","navPath":"CreateXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"aa945595b-9c7f-4312-8502-b8a8428fd71c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariableofTypeXMLFormsDataGrid.html","title":"Use XML Variable of Type XML Forms Data Grid","navPath":"UseXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ad4cedfb0-7306-418b-b41d-65035046b290","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a61682d2f-9d81-4772-8b93-4f49b3840288","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitializeVariables.html","title":"Initialize Variables","navPath":"InitializeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a19615e64-bbc1-4df4-b786-4b72d999697f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutputs.html","title":"Mapped Error Outputs","navPath":"MappedErrorOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0ea0b-d0ff-4f86-b6a1-e92bae61bb1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivities.html","title":"Human Activities","navPath":"HumanActivities.html","bundleId":"work-tasks-2023-sp1","id":"a9657a14b-8596-450b-980d-18f259c52700","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity.html","title":"Approval Activity","navPath":"ApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"adee96629-49b8-468f-8920-964fe5945862","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalDeliveryChannels.html","title":"Approval - Delivery Channels","navPath":"ApprovalDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ad927c740-8bee-4fd1-b244-1352a4c15af6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"a286685b4-5ca4-4071-bbaf-31998b81bdc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalWorkItemFields.html","title":"Approval - Work Item Fields","navPath":"ApprovalWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a8cd42972-e484-4580-aae9-d4f2f4fd58bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignActor%28s%29.html","title":"Approval - Assign Actor(s)","navPath":"ApprovalAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a88c311d4-3526-4d7e-9219-4f4349a6368b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignQueue%28s%29.html","title":"Approval - Assign Queue(s)","navPath":"ApprovalAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"aa6a293ab-5020-47d9-b57f-41c91e3b7390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSubject.html","title":"Approval - Subject","navPath":"ApprovalSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4f2d5546-ea56-4ef4-88d0-95ce16282bc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalBody.html","title":"Approval - Body","navPath":"ApprovalBody.html","bundleId":"work-tasks-2023-sp1","id":"ad1bc337b-f6b9-420a-bbfc-0ae3e6d2a37a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalRedirectURL.html","title":"Approval - Redirect URL","navPath":"ApprovalRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a1f2f4409-28de-4a33-ab6f-83efe8d18bd4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalCustomDocumentViewURL.html","title":"Approval - Custom Document View URL","navPath":"ApprovalCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a319d1320-46ca-4d62-b19d-5a21b6f62361","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomDocumentViewURL.html","title":"Custom Document View URL","navPath":"CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a5045ccf2-dd43-45a4-9752-00981d15de00","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalHTMLTemplate.html","title":"Approval - HTML Template","navPath":"ApprovalHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5bd2a3b1-55c4-4f36-ae57-0f4079df8591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAttachReports.html","title":"Approval - Attach Reports","navPath":"ApprovalAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a90546373-dab9-478a-be2f-1c497a95dd5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSetCalendarforTimeout.html","title":"Approval - Set Calendar for Timeout","navPath":"ApprovalSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afa431c07-23a9-444d-9a40-6d114df6f68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalMultipleTimeoutWarning.html","title":"Approval - Multiple Timeout Warning","navPath":"ApprovalMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a9f15382e-2b87-4a70-a72f-850d2af58f1b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity.html","title":"Checklist Activity","navPath":"ChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a282e1d26-779d-4d4a-8ee8-ccdce698d8bf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListDeliveryChannels.html","title":"CheckList - Delivery Channels","navPath":"CheckListDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae8a79b37-ae12-4c41-ba6c-44570681250f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckList-Questions.html","title":"CheckList - Questions","navPath":"CheckList-Questions.html","bundleId":"work-tasks-2023-sp1","id":"a0878c9be-95ab-44cb-bb3c-8f1899f92794","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListWorkItemFields.html","title":"CheckList - Work Item Fields","navPath":"CheckListWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a3f691a2f-ba3a-4f20-8a0c-288b575be1bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignActor%28s%29.html","title":"CheckList - Assign Actor(s)","navPath":"CheckListAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a874345b9-69fc-4404-a3fc-13e553048bd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignQueue%28s%29.html","title":"CheckList - Assign Queue(s)","navPath":"CheckListAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a7b75104a-9ebe-48b1-a508-2ab78379dfc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSubject.html","title":"CheckList - Subject","navPath":"CheckListSubject.html","bundleId":"work-tasks-2023-sp1","id":"a98c3d697-5706-424d-9106-f2bc4d41162e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListBody.html","title":"CheckList - Body","navPath":"CheckListBody.html","bundleId":"work-tasks-2023-sp1","id":"a2cb0a0ed-39f7-4ea6-8323-2fc50976f832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListRedirectURL.html","title":"CheckList - Redirect URL","navPath":"CheckListRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a6771976d-b250-4024-a08a-30b7517436ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListCustomDocumentViewURL.html","title":"CheckList - Custom Document View URL","navPath":"CheckListCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a68d7192c-f7ff-4bbd-ac51-e49f0b867378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAttachReports.html","title":"CheckList - Attach Reports","navPath":"CheckListAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ac8a965ab-f24b-441a-bae8-28d156b99fb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListHTMLTemplate.html","title":"CheckList - HTML Template","navPath":"CheckListHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a51b53d95-4309-4546-85b4-5e632f71887c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSetCalendarforTimeout.html","title":"CheckList - Set Calendar for Timeout","navPath":"CheckListSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a26e65b21-dafc-4cc4-a417-8d9129f685ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListMultipleTimeoutWarning.html","title":"CheckList - Multiple Timeout Warning","navPath":"CheckListMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ab335fcb8-d6d9-4423-af43-fffce59132fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity.html","title":"Choice Activity","navPath":"ChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"abc9e3b81-e34d-47fd-91c0-ebe603cf6a71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceDeliveryChannels.html","title":"Choice - Delivery Channels","navPath":"ChoiceDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae3a406ba-5b76-4cdc-a365-18a89545dc6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActionOutputs.html","title":"Choice - Action Outputs","navPath":"ChoiceActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"a65a6e90b-dafb-4444-9e4a-80428010650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceWorkItemFields.html","title":"Choice - Work Item Fields","navPath":"ChoiceWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a964c7e12-7ec7-4f8d-b17e-57e84167b7da","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignActor%28s%29.html","title":"Choice - Assign Actor(s)","navPath":"ChoiceAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a2af805a5-2c07-452d-ac65-926451535bb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignQueue%28s%29.html","title":"Choice - Assign Queue(s)","navPath":"ChoiceAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ac45ed5c7-9cd1-4e0d-8d1e-c99b5f84de59","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSubject.html","title":"Choice - Subject","navPath":"ChoiceSubject.html","bundleId":"work-tasks-2023-sp1","id":"a3f6d9191-ca5a-44e6-84d1-4b439d6ae6c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceBody.html","title":"Choice - Body","navPath":"ChoiceBody.html","bundleId":"work-tasks-2023-sp1","id":"a5da73516-a25d-468d-a546-7fd6df988304","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceRedirectURL.html","title":"Choice - Redirect URL","navPath":"ChoiceRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a16c615d3-56d6-45e7-a45d-351d6d23f929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceCustomDocumentViewURL.html","title":"Choice - Custom Document View URL","navPath":"ChoiceCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a32aa7171-c0cd-4563-aa98-7ec62e009c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceHTMLTemplate.html","title":"Choice - HTML Template","navPath":"ChoiceHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a050bf4c7-adc1-4364-93f7-c411299b8d34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAttachReports.html","title":"Choice - Attach Reports","navPath":"ChoiceAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a1a726b60-1df8-4f57-86a6-9b2290f4fcdb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSetCalendarforTimeout.html","title":"Choice - Set Calendar for Timeout","navPath":"ChoiceSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a39f7a107-0ec5-4177-b5ba-97e744c499af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceMultipleTimeoutWarning.html","title":"Choice - Multiple Timeout Warning","navPath":"ChoiceMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ac34180aa-d43c-4e37-8f25-179f2deaa698","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivity.html","title":"Information Activity","navPath":"InformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa4fe74b9-37e0-41fd-a27d-21759c847f6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoDeliveryChannels.html","title":"Info - Delivery Channels","navPath":"InfoDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a299a74f3-6d0b-49f6-a297-413725c852b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_1.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_1.html","bundleId":"work-tasks-2023-sp1","id":"a3c91ff7b-13fe-4dff-a1f3-81ced6c4441d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoWorkItemFields.html","title":"Info - Work Item Fields","navPath":"InfoWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"acdce9620-7d4f-4595-8248-4f0ec695b4cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignActor%28s%29.html","title":"Info - Assign Actor(s)","navPath":"InfoAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a05e13c87-40c1-4e8f-8705-d2237bd1387f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignQueue%28s%29.html","title":"Info - Assign Queue(s)","navPath":"InfoAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a46d53986-f72d-4348-9211-26a164635e34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoSubject.html","title":"Info - Subject","navPath":"InfoSubject.html","bundleId":"work-tasks-2023-sp1","id":"a20ce723e-c95c-4f4f-878f-9cd2a2600d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoBody.html","title":"Info - Body","navPath":"InfoBody.html","bundleId":"work-tasks-2023-sp1","id":"ad67ae532-ea8f-49c0-bddd-c8d7f3422c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoRedirectURL.html","title":"Info - Redirect URL","navPath":"InfoRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a0b2535dc-c3b3-4ed3-9bc3-9258179c5785","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoCustomDocumentViewURL.html","title":"Info - Custom Document View URL","navPath":"InfoCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a26853060-60ec-426a-ac57-14580c1d15cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoHTMLTemplate.html","title":"Info - HTML Template","navPath":"InfoHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a4e6da927-2ea9-479f-8883-e2f61f1504d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAttachReports.html","title":"Info - Attach Reports","navPath":"InfoAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ab5fbd6a0-4c59-4121-a1ce-c1f6bed603af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActivity.html","title":"Resource Set Activity","navPath":"ResourceSetActivity.html","bundleId":"work-tasks-2023-sp1","id":"aed518339-14ce-4e29-919d-34b4e9c42579","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetDeliveryChannels.html","title":"ResourceSet - Delivery Channels","navPath":"ResourceSetDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a1e7c2008-4ecb-46e6-acb7-15f6486689ff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActorSelectionFilter.html","title":"ResourceSet - Actor Selection Filter","navPath":"ResourceSetActorSelectionFilter.html","bundleId":"work-tasks-2023-sp1","id":"ac145f75c-a96c-4f3a-a425-6b76d8ff1578","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetWorkItemFields.html","title":"ResourceSet - Work Item Fields","navPath":"ResourceSetWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"ab398d0d5-dc0b-4003-aeb8-e84cc51abd76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignActor%28s%29.html","title":"ResourceSet - Assign Actor(s)","navPath":"ResourceSetAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4d25e32f-c9f9-400f-b78d-824fa6f48a95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignQueue%28s%29.html","title":"ResourceSet - Assign Queue(s)","navPath":"ResourceSetAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ad1386520-88b4-4f91-823f-eb8a7bd2fc1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSubject.html","title":"ResourceSet - Subject","navPath":"ResourceSetSubject.html","bundleId":"work-tasks-2023-sp1","id":"ab4182093-b67b-4921-bfd5-86e4c654aa82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetBody.html","title":"ResourceSet - Body","navPath":"ResourceSetBody.html","bundleId":"work-tasks-2023-sp1","id":"afb82587a-15a4-4346-9b41-5dd27441f561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetRedirectURL.html","title":"ResourceSet - Redirect URL","navPath":"ResourceSetRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a5b5993fb-428d-4125-967d-cfe0dd2dce37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetCustomDocumentViewURL.html","title":"ResourceSet - Custom Document View URL","navPath":"ResourceSetCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"acd784ac7-173f-4bff-b01e-b7e7677fe253","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSetCalendarforTimeout.html","title":"ResourceSet - Set Calendar for Timeout","navPath":"ResourceSetSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"ade9bc59c-b37d-4413-ad10-4c21165c1b5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetMultipleTimeOutWarning.html","title":"ResourceSet - Multiple TimeOut Warning","navPath":"ResourceSetMultipleTimeOutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a0390430f-426e-4e7b-b563-5c9f9418a2f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity.html","title":"Task Activity","navPath":"TaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"af97ccdce-846f-4852-b680-f78d62f1a40b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskDeliveryChannels.html","title":"Task - Delivery Channels","navPath":"TaskDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a524d1fef-41bc-4720-b551-e589a3623519","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Task-TaskType.html","title":"Task - Task Type","navPath":"Task-TaskType.html","bundleId":"work-tasks-2023-sp1","id":"aba678a5b-b5b0-4f2f-8e42-0c11ed854294","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskWorkItemFields.html","title":"Task - Work Item Fields","navPath":"TaskWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"af6b8b114-09ea-4fcc-ba5b-6f210539a0e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/task-assignactors.html","title":"Task - Assign Actor(s)","navPath":"task-assignactors.html","bundleId":"work-tasks-2023-sp1","id":"aa6c0923f-c23f-4f64-ac36-03d384294b8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAssignQueue%28s%29.html","title":"Task - Assign Queue(s)","navPath":"TaskAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"afb951f54-6689-4a91-8f82-1dea20369cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSubject.html","title":"Task - Subject","navPath":"TaskSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4a97211f-bc06-4aae-90e9-387f6aaf2047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskBody.html","title":"Task - Body","navPath":"TaskBody.html","bundleId":"work-tasks-2023-sp1","id":"a1f15b2b6-c054-46f1-8a46-53e3fd40dd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskRedirectURL.html","title":"Task - Redirect URL","navPath":"TaskRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a668aa372-b8f2-42bf-b127-26b6e4943ead","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskCustomDocumentViewURL.html","title":"Task - Custom Document View URL","navPath":"TaskCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"abb1626c1-54c2-4c3b-acf0-6b62a6fddac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAttachReports.html","title":"Task - Attach Reports","navPath":"TaskAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"af1896c69-0878-42f8-9049-8f2b3c9ed9e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskHTMLTemplate.html","title":"Task - HTML Template","navPath":"TaskHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af52d3888-0d8d-4e3e-a1a2-959751f8a816","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSetCalendarforTimeout.html","title":"Task - Set Calendar for Timeout","navPath":"TaskSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a503a505b-fed5-4057-aa46-6d8a0a0d3ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskMultipleTimeoutWarning.html","title":"Task - Multiple Timeout Warning","navPath":"TaskMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"af30cacfa-6d00-4425-9670-e0ed0f75aa79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkActivity.html","title":"Work Activity","navPath":"WorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"afcafed35-4b29-4aec-b8bb-7d34d1c25096","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkDeliveryChannel.html","title":"Work - Delivery Channel","navPath":"WorkDeliveryChannel.html","bundleId":"work-tasks-2023-sp1","id":"a17c2555d-d76c-4288-96cc-72ff2c934996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAdvanceUIFields.html","title":"Work - AdvanceUI Fields","navPath":"WorkAdvanceUIFields.html","bundleId":"work-tasks-2023-sp1","id":"a5442eab2-a416-4088-a937-269d1014cdf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Work-WorkItemFields.html","title":"Work - Work Item Fields","navPath":"Work-WorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a5c625545-e557-4463-93aa-1c0417b047e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignActor%28s%29.html","title":"Work - Assign Actor(s)","navPath":"WorkAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a99a75915-2346-4bf3-a0fc-c11dfb6d9327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignQueue%28s%29.html","title":"Work - Assign Queue(s)","navPath":"WorkAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a97e0e802-0366-4039-8cc7-6ab269b12e1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSubject.html","title":"Work - Subject","navPath":"WorkSubject.html","bundleId":"work-tasks-2023-sp1","id":"a089431f5-04ca-4156-8e7e-867f41793658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkBody.html","title":"Work - Body","navPath":"WorkBody.html","bundleId":"work-tasks-2023-sp1","id":"a2b3c8590-98b9-4812-a50f-85139dec58f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkRedirectURL.html","title":"Work - Redirect URL","navPath":"WorkRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a749f6fa5-54b0-4c4b-8df9-07c75ba5ad66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkCustomDocumentViewURL.html","title":"Work - Custom Document View URL","navPath":"WorkCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a9cf76d44-1c07-4ff0-8533-fa03d84e6826","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSetCalendarforTimeout.html","title":"Work - Set Calendar for Timeout","navPath":"WorkSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afdfa2ef2-4139-4b41-a8cf-179b9faa4a9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkMultipleTimeoutWarning.html","title":"Work - Multiple Timeout Warning","navPath":"WorkMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"afbde02c6-20c1-4d45-a83b-9b4c10795d43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivity.html","title":"Invoke Form Activity","navPath":"InvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a10f82512-5a88-403f-875c-33dd65786d74","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormDeliveryChannels.html","title":"Invoke Form - Delivery Channels","navPath":"InvokeFormDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a8485e69c-0dd2-46c1-ba41-58f64dd1f3de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_2.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_2.html","bundleId":"work-tasks-2023-sp1","id":"a08ec02d9-b0dd-4922-a55b-8ea3026aca47","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormPossibleDistinctOutputs.html","title":"Invoke Form - Possible Distinct Outputs","navPath":"InvokeFormPossibleDistinctOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ab5946b6d-0ad8-488e-8407-9a2ea0784945","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-PossibleDistinctOutputsScenario.html","title":"Invoke Form - Possible Distinct Outputs Scenario","navPath":"InvokeForm-PossibleDistinctOutputsScenario.html","bundleId":"work-tasks-2023-sp1","id":"a5bb1247e-b408-4d47-93c2-4a560a565f55","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormWorkItemFields.html","title":"Invoke Form - Work Item Fields","navPath":"InvokeFormWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"abcb144a5-c33e-4fcb-b6a1-adc75f6bbd40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-AssignActor%28s%29.html","title":"Invoke Form - Assign Actor(s)","navPath":"InvokeForm-AssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4c6592f3-7020-4d1a-b437-92256a0decf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormAssignQueue%28s%29.html","title":"Invoke Form - Assign Queue(s)","navPath":"InvokeFormAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a68c2f508-6f29-45b1-849a-2df4dcc02dbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-FormName.html","title":"Invoke Form - Form Name","navPath":"InvokeForm-FormName.html","bundleId":"work-tasks-2023-sp1","id":"a774e9592-fa55-4522-a61a-af8d3bf014c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-OutputInstanceXML.html","title":"Invoke Form - Output Instance XML","navPath":"InvokeForm-OutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"ab91a374a-bcb0-4b4a-9405-a9f5b5c8a6d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-IndividualActor%27sResponseCollaborationinOutputInstanceXML.html","title":"Invoke Form - Individual Actor's Response Collaboration in Output Instance XML","navPath":"InvokeForm-IndividualActor'sResponseCollaborationinOutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"a9438f642-2b0e-4969-9dd5-ab0229a9654e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-UpdateFormParameters.html","title":"Invoke Form - Update Form Parameters","navPath":"InvokeForm-UpdateFormParameters.html","bundleId":"work-tasks-2023-sp1","id":"ae9ec7453-123f-48eb-bee6-178d4a5601ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Subject.html","title":"Invoke Form - Subject","navPath":"InvokeForm-Subject.html","bundleId":"work-tasks-2023-sp1","id":"a8fb72c3e-1719-43db-a84a-a2e5975be18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Body.html","title":"Invoke Form - Body","navPath":"InvokeForm-Body.html","bundleId":"work-tasks-2023-sp1","id":"a250fa835-6786-40dd-852b-255aa3352f2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-TemplatePath.html","title":"Invoke Form - Template Path","navPath":"InvokeForm-TemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a1e75a799-d03b-4ad7-94c1-5cd895f45fd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivityEmailTemplate.html","title":"Invoke Form Activity Email Template","navPath":"InvokeFormActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7f80ebe1-c27b-49cf-9d71-fa28550898ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInvokeFormActivity.html","title":"Use Variables in Invoke Form Activity","navPath":"UseVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5f61c66-3980-4e09-bc24-e98fd2eb7377","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInvokeFormActivity.html","title":"Use Contents in Invoke Form Activity","navPath":"UseContentsinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4c695291-8721-4ad4-a534-e0046ec43528","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInvokeFormActivity.html","title":"Use XML Variables in Invoke Form Activity","navPath":"UseXMLVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a52a05a22-3aee-4d43-bd26-f09763f5d216","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-RedirectURL.html","title":"Invoke Form - Redirect URL","navPath":"InvokeForm-RedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"ae1070c74-0650-43f6-a58a-6dd3f97f3835","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-CustomDocumentViewURL.html","title":"Invoke Form - Custom Document View URL","navPath":"InvokeForm-CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a6489b0b3-af4c-47cd-b22d-8b5dd49166f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-SetCalendarforTimeout.html","title":"Invoke Form - Set Calendar for Timeout","navPath":"InvokeForm-SetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a15952a70-97ac-4df2-979a-1d0ada026535","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MultipleTimeoutWarning.html","title":"Invoke Form - Multiple Timeout Warning","navPath":"InvokeForm-MultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a5d6312c3-a0da-489a-b7fd-a429127e8cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MailIntegrationScenario.html","title":"Invoke Form - Mail Integration Scenario","navPath":"InvokeForm-MailIntegrationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a93b5454c-3d05-4ec7-bbe8-04c85c4613f8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseBodyProperty.html","title":"Use 'Body' Property","navPath":"UseBodyProperty.html","bundleId":"work-tasks-2023-sp1","id":"a4d06b12a-6cd6-408e-bcb7-d81777dbceb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseTemplatePathProperty.html","title":"Use 'Template Path' Property","navPath":"UseTemplatePathProperty.html","bundleId":"work-tasks-2023-sp1","id":"ae6414b3c-e4a0-47f1-b723-49ab6a0461e8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssignaTasktoaManager.html","title":"Assign a Task to a Manager","navPath":"AssignaTasktoaManager.html","bundleId":"work-tasks-2023-sp1","id":"abc17f1ff-e7b8-4436-a58c-b50dff4827b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleControlECPlug-in.html","title":"Enterprise Console Control (EC Plug-in)","navPath":"EnterpriseConsoleControlECPlug-in.html","bundleId":"work-tasks-2023-sp1","id":"adb875483-bead-4f89-991c-d0fb95f7708d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationActivities.html","title":"Integration Activities","navPath":"IntegrationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a2228e2f0-24d6-4a8d-a1fb-171a58cf71a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentActivity.html","title":"Create-Open-Office-Document Activity","navPath":"CreateOpenOfficeDocumentActivity.html","bundleId":"work-tasks-2023-sp1","id":"a2b5c6a8f-a791-422b-bab1-ba843aa0f604","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentDestinationDetails.html","title":"Create-Open-Office-Document: Destination Details","navPath":"CreateOpenOfficeDocumentDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"a15dbbed5-a629-4cbd-be20-91bf6be87ce6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentSelectTemplate.html","title":"Create-Open-Office-Document: Select Template","navPath":"CreateOpenOfficeDocumentSelectTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aaf780b58-eb65-462d-92f1-33a4b7d2585f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebServiceActivity.html","title":"InvokeWebService Activity","navPath":"InvokeWebServiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5a8a0b46-f4f0-4c3e-aaee-12193ac61ad7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebService-WebServiceDetails.html","title":"InvokeWebService: Web Service Details","navPath":"InvokeWebService-WebServiceDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa9916b4c-d5f6-4908-9d3b-ebd0f2e9f275","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIActivity.html","title":"Invoke Web API Activity","navPath":"InvokeWebAPIActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5083ad8-ee5d-486a-8382-0955699d7055","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWebAPI.html","title":"Configure Web API","navPath":"ConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a9a6a5ee3-b38b-4a71-8d95-3b5b58390045","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI.html","bundleId":"work-tasks-2023-sp1","id":"ada6615b4-1be2-4788-b529-6808e3380329","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PATCHMethod.html","title":"PATCH Method","navPath":"PATCHMethod.html","bundleId":"work-tasks-2023-sp1","id":"a83f7d4f7-4034-48e0-9fb7-6cd2a6ffc493","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariable.html","title":"Create XML Variable","navPath":"CreateXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a107229eb-0bf2-4145-afcd-d9a2145b183b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity.html","title":"Script Activity","navPath":"ScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"a07b51c84-2874-46f6-bbc2-875d89332de6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode.html","title":"Script: Code","navPath":"ScriptCode.html","bundleId":"work-tasks-2023-sp1","id":"aca849bc3-4728-4187-9052-827a5f5220ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences.html","title":"Script: References","navPath":"ScriptReferences.html","bundleId":"work-tasks-2023-sp1","id":"ae4a63f8a-ffb8-41e3-88fa-0191f7f51702","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues.html","title":"Script: Return Values","navPath":"ScriptReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"a4a579e75-bea0-4aba-887c-a6cb5e00672e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileOperationsActivity.html","title":"File Operations Activity","navPath":"FileOperationsActivity.html","bundleId":"work-tasks-2023-sp1","id":"a23e232ba-ed10-48e7-af92-d910dfcccfa6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsSource_Details.html","title":"File Operations: Source Details","navPath":"File_OperationsSource_Details.html","bundleId":"work-tasks-2023-sp1","id":"ae5a77d45-21cc-4425-9aaf-d29461ca2446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsDestinationDetails.html","title":"File Operations: Destination Details","navPath":"File_OperationsDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"ab3c890f0-0c76-483b-bf6b-c5506d989e2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWorkflowStatusActivity.html","title":"Change Workflow Status Activity","navPath":"ChangeWorkflowStatusActivity.html","bundleId":"work-tasks-2023-sp1","id":"acd930056-fa54-458e-8c69-f283a27f91e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionActivity.html","title":"XML Action Activity","navPath":"XMLActionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5982cd4a-66a5-46fb-bcdd-dd1ad002febd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionGetData.html","title":"XML Action: Get Data","navPath":"XMLActionGetData.html","bundleId":"work-tasks-2023-sp1","id":"a592d992c-060f-40bf-9aef-e44ec33b536a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionSetVariables.html","title":"XML Action: Set Variables","navPath":"XMLActionSetVariables.html","bundleId":"work-tasks-2023-sp1","id":"a04ecdb58-d7b1-43a3-b934-195574529654","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities.html","title":"Engine Activities","navPath":"EngineActivities.html","bundleId":"work-tasks-2023-sp1","id":"a95e5070c-d07d-4608-917a-1facbe266ced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivity.html","title":"End Activity Execution Activity","navPath":"EndActivityExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa431465b-c54c-47b1-9edd-10fc1ac68d2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivityDetails.html","title":"End Activity Execution: Activity Details","navPath":"EndActivityExecutionActivityDetails.html","bundleId":"work-tasks-2023-sp1","id":"a839a74cc-8e3b-4000-bea9-ad278d3bf3bc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowExecutionActivity.html","title":"End Child Workflow Execution Activity","navPath":"EndChildWorkflowExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4af33c60-9604-4826-aa43-51a2ced43b0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowWorkflowDetails.html","title":"End Child Workflow: Workflow Details","navPath":"EndChildWorkflowWorkflowDetails.html","bundleId":"work-tasks-2023-sp1","id":"a9ddcbd2f-5670-4d98-b2f9-6477bf9828cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockingOutputActivity.html","title":"BlockingOutput Activity","navPath":"BlockingOutputActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8885a5fe-2592-4392-8ace-5751186d8b74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity.html","title":"Database Activity","navPath":"DatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa30c4cab-695c-4e38-a48e-6796c7abcbb7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity.html","title":"Decision Activity","navPath":"DecisionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aaa20909c-be11-433a-b2af-317d7f5a3391","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions.html","title":"Decision: Decisions","navPath":"Decisions.html","bundleId":"work-tasks-2023-sp1","id":"af4be743f-8ea5-48cb-82a0-9f6bd215509e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9ae79812-3254-45dd-9ef5-655ba8f9d448","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSerialExecution.html","title":"Example of Serial Execution","navPath":"ExampleofSerialExecution.html","bundleId":"work-tasks-2023-sp1","id":"ac7a03c8b-f0f4-4274-8e97-8fed5b2d04fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity.html","title":"For-Loop Activity","navPath":"ForLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad800355c-d50b-4389-b466-a89f2a4f1f0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount.html","title":"For - Loop Count","navPath":"ForLoopCount.html","bundleId":"work-tasks-2023-sp1","id":"aa7a1ca5c-9368-4333-9973-4089e621b15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity.html","title":"Logger Activity","navPath":"LoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ade018870-1550-4fba-a063-d1a5f5ea840c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage.html","title":"Log - Log Message","navPath":"Log-LogMessage.html","bundleId":"work-tasks-2023-sp1","id":"af981a1b9-7b65-476f-bc92-0109520a0598","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoopExecutionStepEntryActivity.html","title":"Loop Execution Step Entry Activity","navPath":"LoopExecutionStepEntryActivity.html","bundleId":"work-tasks-2023-sp1","id":"a35303179-d9b4-4df5-9f57-394981974e0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity.html","title":"Next Loop Activity","navPath":"NextLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a43b1defb-4dea-4ce4-844f-00f008ff0157","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariableActivity.html","title":"Resource Variable Activity","navPath":"ResourceVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"a33f41dc0-bbc9-468d-b23a-94ac0e636a7d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariable-Actors.html","title":"Resource Variable - Actors","navPath":"ResourceVariable-Actors.html","bundleId":"work-tasks-2023-sp1","id":"ae525a243-3c25-4ffd-8601-732c64be5fb4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity.html","title":"Rule Activity","navPath":"RuleActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6cb44d86-19d4-41c2-bf84-84ab7a855b6b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition.html","title":"Rule - Condition","navPath":"RuleCondition.html","bundleId":"work-tasks-2023-sp1","id":"ab7d41ffd-6f5e-492d-afa2-aba6b4321390","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActivity.html","title":"Workflow Activity","navPath":"WorkflowActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36a1c56e-acb9-4a99-a913-6c61eb4cf96e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowContents_forChildWorkflow.html","title":"Workflow - Contents for ChildWorkflow","navPath":"WorkflowContents_forChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6fcad1b9-8757-4b6e-ac7a-b63db9a3462f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a71e32ef6-dbfa-41d3-8208-6054245e83a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a39ac243b-6dd5-4f77-b52b-e6d9218d7509","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowReturnValues.html","title":"Workflow - Return Values","navPath":"WorkflowReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"ab5812c43-3dd6-4286-9f3d-553a8d3ef137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","title":"How to Pass Variables/Contents from Parent Workflow to Child Workflow?","navPath":"HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a2367ed1b-def4-41ab-8d20-a58e65971058","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetExecutionIDoftheChildWorkflow.html","title":"Get Execution ID of the Child Workflow","navPath":"GetExecutionIDoftheChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a59d5ed72-7e73-4b2b-8211-3719cef69c37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"abad358f2-db18-45db-9027-01ecc23fdb9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Variables.html","title":"Variables","navPath":"Variables.html","bundleId":"work-tasks-2023-sp1","id":"a3a0cfcae-3c2d-4704-bbcf-8c0d6d859474","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsXmlVariables.html","title":"Forms Xml Variables","navPath":"FormsXmlVariables.html","bundleId":"work-tasks-2023-sp1","id":"a3ae2a8ca-5873-4bac-9421-96a83dfccc59","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity.html","bundleId":"work-tasks-2023-sp1","id":"a71c50a76-6eb8-4dae-8779-99d2e29f608a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables.html","bundleId":"work-tasks-2023-sp1","id":"ab45d16c4-02a6-4d94-95ee-fa810c9b2c36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aee505bd0-11db-4d44-b91f-fc4cdb68cf1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity.html","title":"Synchronize Activity","navPath":"SynchronizeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8a38616a-e56e-4874-a21c-95229df13f0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable.html","bundleId":"work-tasks-2023-sp1","id":"a954cbf60-a88c-473e-ad9f-4baa70e26e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator.html","title":"XML Navigator","navPath":"XMLNavigator.html","bundleId":"work-tasks-2023-sp1","id":"ae366c9f0-4f08-4e4e-b36f-d2dd0ed1e0c1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivities.html","title":"Scheduler Activities","navPath":"SchedulerActivities.html","bundleId":"work-tasks-2023-sp1","id":"a0b0cb2a5-5845-4eca-bfb2-6cb2b9ffdbc2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlCustomTimerActivity.html","title":"Control Custom Timer Activity","navPath":"ControlCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4f46ae7-e15e-4d61-aa20-1b21addf8373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerActivity.html","title":"Set Custom Timer Activity","navPath":"SetCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab62c3b00-92d7-4788-9a59-3c3528ab2d79","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerScheduleTime.html","title":"Set Custom Timer: Schedule Time","navPath":"SetCustomTimerScheduleTime.html","bundleId":"work-tasks-2023-sp1","id":"af3246f9b-52f6-4eaa-825c-1dd09842fed1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivity.html","title":"Scheduler Activity","navPath":"SchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa77bd132-35e9-47b8-8606-fe07fa9467e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerDetails.html","title":"Scheduler: Scheduler Details","navPath":"SchedulerDetails.html","bundleId":"work-tasks-2023-sp1","id":"af4dde46c-d10f-4bae-9dde-b93709869e64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RescheduleFailedTasks.html","title":"Reschedule Failed Tasks","navPath":"RescheduleFailedTasks.html","bundleId":"work-tasks-2023-sp1","id":"a9bf90d9c-8c72-493b-b413-80af28a4888e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeTriggerActivity.html","title":"Time Trigger Activity","navPath":"TimeTriggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a94a60a80-9002-442e-9475-0234e1bc23b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimerTrigger.html","title":"Time Trigger: Timer Trigger","navPath":"TimerTrigger.html","bundleId":"work-tasks-2023-sp1","id":"a7f139c6b-1192-4c3a-affc-252ef50abed8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities.html","title":"Communication Activities","navPath":"CommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a82645408-29b2-4624-ac9f-1c0e4c719eb9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailActivity.html","title":"Email Activity","navPath":"EmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad7bdb004-2864-417a-9c78-66f477545e29","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailToResource.html","title":"Email: ToResource","navPath":"EmailToResource.html","bundleId":"work-tasks-2023-sp1","id":"a0bb21980-7c81-4856-b549-8d3b8b81c5ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBCCResource.html","title":"Email: BCC Resource","navPath":"EmailBCCResource.html","bundleId":"work-tasks-2023-sp1","id":"ac6978064-95f7-4fcd-ac9e-45ca0bf73f24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailCCResource.html","title":"Email: CCResource","navPath":"EmailCCResource.html","bundleId":"work-tasks-2023-sp1","id":"a265759a0-c819-4201-a207-1bf51401b5c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailSubject.html","title":"Email: Subject","navPath":"EmailSubject.html","bundleId":"work-tasks-2023-sp1","id":"afc44603b-ad6c-406c-97f1-825a9ca6c3e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBody.html","title":"Email: Body","navPath":"EmailBody.html","bundleId":"work-tasks-2023-sp1","id":"ae43938fb-7668-49bc-9542-e87c4c3198fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailAttachReports.html","title":"Email: Attach Reports","navPath":"EmailAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ae36f5a5f-47e8-439f-9a37-dc5d06d04fb3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCommunicationActivities.html","title":"Configure Communication Activities","navPath":"ConfigureCommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a21db4212-94e8-44e3-a458-9b35fd5d11df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites_1.html","title":"Prerequisites","navPath":"Prerequisites_1.html","bundleId":"work-tasks-2023-sp1","id":"a3d360ac3-346e-4b16-b204-a29cb0c0678b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforReceivingEmails.html","title":"Configure Farm Configuration Wizard for Receiving Emails","navPath":"ConfigureFarmConfigurationWizardforReceivingEmails.html","bundleId":"work-tasks-2023-sp1","id":"adf7dffa9-b4c0-4d6a-93d8-3836ba195e24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforSendingSMS.html","title":"Configure Farm Configuration Wizard for Sending SMS","navPath":"ConfigureFarmConfigurationWizardforSendingSMS.html","bundleId":"work-tasks-2023-sp1","id":"a42701d91-382c-49cc-b6f0-0ff2f5e67d4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisableReplyEmailforInvalidEmails.html","title":"Disable Reply Email for Invalid Emails","navPath":"DisableReplyEmailforInvalidEmails.html","bundleId":"work-tasks-2023-sp1","id":"a6b13a918-fa8a-4270-a2d5-5373a43ca818","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity.html","title":"Notification Activity","navPath":"NotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19dc15b1-f5c7-4e95-9b75-8f0c8ed93e31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource.html","title":"Notification: ToResource","navPath":"NotificationToResource.html","bundleId":"work-tasks-2023-sp1","id":"abdb34447-6718-4551-90b8-0725393ac109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_1.html","title":"Notification: ToResource","navPath":"NotificationToResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a640b4036-ea3b-4e46-b75d-efa7d08acc0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailActivity.html","title":"Wait for Email Activity","navPath":"WaitforEmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"abdc4d78f-1813-45e0-ba6e-ea7fa494d69a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailFilterExpression.html","title":"Wait for Email: Filter Expression","navPath":"WaitforEmailFilterExpression.html","bundleId":"work-tasks-2023-sp1","id":"afc2d8138-cc35-4ee8-9c37-492f5f16fc7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a5161d0ce-43c3-4434-a93c-d9908ccea4b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveOptions.html","title":"Wait for Email: Attachment Save Options","navPath":"WaitforEmailAttachmentSaveOptions.html","bundleId":"work-tasks-2023-sp1","id":"a2ca6a439-9bf5-4531-ad4c-a2704ea54c20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveLocation.html","title":"Wait for Email: Attachment Save Location","navPath":"WaitforEmailAttachmentSaveLocation.html","bundleId":"work-tasks-2023-sp1","id":"a7fcd6ae4-091a-4b4f-98e2-cc644cfb8985","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail_1.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail_1.html","bundleId":"work-tasks-2023-sp1","id":"a516fb5b9-e4c7-47eb-a4e0-dc4b17cb015f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotificationActivity.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a45419fb4-951e-4bf5-8b99-65215bfeffe3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource.html","bundleId":"work-tasks-2023-sp1","id":"a76b09728-645d-479d-85dd-d79d6f6b5ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetNotificationType.html","title":"Set Notification Type","navPath":"SetNotificationType.html","bundleId":"work-tasks-2023-sp1","id":"a5ea7c9e8-6498-4509-959c-111539e5d8fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVA_WorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVA_WorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"abb0522d5-61b3-477e-a7e0-1b5a7397a9b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a754a4a56-0248-412e-a7d1-16edd3bd24b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNElements.html","title":"BPMN Elements","navPath":"BPMNElements.html","bundleId":"work-tasks-2023-sp1","id":"a1ce0213d-5639-49d8-9ab3-7ffa67e28fba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GatewayPlaceholder.html","title":"Gateway Placeholder","navPath":"GatewayPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"adbd0ee6b-1d09-47e5-bd0e-9fae2268da82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupBox.html","title":"Group Box","navPath":"GroupBox.html","bundleId":"work-tasks-2023-sp1","id":"a0df5caa5-f782-4740-bae1-3697c615fc89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventPlaceholder.html","title":"Intermediate Event Placeholder","navPath":"IntermediateEventPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"a09719033-43f8-424c-bea2-281be86c608e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lane.html","title":"Lane","navPath":"Lane.html","bundleId":"work-tasks-2023-sp1","id":"a1fa672d4-0f02-4d60-91fe-4a2dd488f70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Placeholder.html","title":"Placeholder","navPath":"Placeholder.html","bundleId":"work-tasks-2023-sp1","id":"a916c84fd-43d6-4f6b-bef4-3e8b3cb50bfa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PlaceholderActionOutputs.html","title":"Placeholder: Action Outputs","navPath":"PlaceholderActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ae294db7f-6ba0-4ed7-a5d5-23d49520d392","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Pool.html","title":"Pool","navPath":"Pool.html","bundleId":"work-tasks-2023-sp1","id":"ad0824ae0-acb4-41f6-b1a9-1f08f72e4b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListActivities.html","title":"List Activities","navPath":"ListActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae5ca5838-8804-4ef0-9579-434931e3b261","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorActivity.html","title":"List Navigator Activity","navPath":"ListNavigatorActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4d6b5f85-bd48-4ea2-b882-adcd00c14493","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XmlListNavigatorActivity-XmlVariableOfListType.html","title":"XML List Navigator Activity - XMLVariable of List Type","navPath":"XmlListNavigatorActivity-XmlVariableOfListType.html","bundleId":"work-tasks-2023-sp1","id":"a24127fd9-8d01-4697-8dad-aede62a71120","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListNameorID.html","title":"List Navigator: List Name or ID","navPath":"ListNavigatorListNameorID.html","bundleId":"work-tasks-2023-sp1","id":"a55e089ca-67d5-4e9d-b5ec-89cf0013687d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListQuery.html","title":"List Navigator: List Query","navPath":"ListNavigatorListQuery.html","bundleId":"work-tasks-2023-sp1","id":"a934ce89e-686b-45ba-bb88-eaaf3988eeb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorQueryBuilder.html","title":"List Navigator: Query Builder","navPath":"ListNavigatorQueryBuilder.html","bundleId":"work-tasks-2023-sp1","id":"ad4ff32cd-5e06-4a86-93be-b891bc145f58","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForEventActivity.html","title":"Wait for Event Activity","navPath":"WaitForEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae161d7e9-5440-441b-8ba9-4e0743c1ff4e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventListID.html","title":"Wait for Event: List ID","navPath":"WaitforEventListID.html","bundleId":"work-tasks-2023-sp1","id":"a73680b3d-4100-4071-b107-7cff5eb4d7f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventNoofEvents.html","title":"Wait for Event: No of Events","navPath":"WaitforEventNoofEvents.html","bundleId":"work-tasks-2023-sp1","id":"a0b320b0e-ba44-41a1-ba37-b46e3205f6f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveFrom.html","title":"Wait for Event: Effective From","navPath":"WaitforEventEffectiveFrom.html","bundleId":"work-tasks-2023-sp1","id":"a7d706dcd-3c9d-4b10-909d-d1be0c0005bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveTo.html","title":"Wait for Event: Effective To","navPath":"WaitforEventEffectiveTo.html","bundleId":"work-tasks-2023-sp1","id":"aa559fbf1-83ce-494c-a841-ded0360e424d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventWorkflowEventDataXMLVariable.html","title":"Wait for Event: Workflow Event Data XML Variable","navPath":"WaitforEventWorkflowEventDataXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2be046d2-7ea4-4f26-8f71-861745c8d20c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityActivities.html","title":"Security Activities","navPath":"SecurityActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1e7e1e0-17e8-451b-8e70-fbd11880633d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelApprovalWorkflow.html","title":"Cancel Approval Workflow","navPath":"CancelApprovalWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a979a5b9d-056d-4e68-ad73-72be5358d892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityInstructionHandler.html","title":"Security Instruction Handler","navPath":"SecurityInstructionHandler.html","bundleId":"work-tasks-2023-sp1","id":"a1a0c95a6-7a3b-4a76-ac17-712a804edbce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportActivities.html","title":"Report Activities","navPath":"ReportActivities.html","bundleId":"work-tasks-2023-sp1","id":"abc7dd4c6-9816-4de6-8123-9917201b85b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportGeneratorActivity.html","title":"Report Generator Activity","navPath":"ReportGeneratorActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad043f159-88a5-48b0-91a0-8ea33bcc0469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureReportTemplate.html","title":"Configure Report Template","navPath":"ConfigureReportTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af42d1a2b-fb3b-4e3e-b8b7-f5315def2ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHistorianConnection.html","title":"Create a Historian Connection","navPath":"CreateaHistorianConnection.html","bundleId":"work-tasks-2023-sp1","id":"a024770fb-d8b7-44b0-a87a-589470202068","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAActivities.html","title":"SOA Activities","navPath":"SOAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a1e63dec3-186e-4296-80cc-274c27fe000a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAExecuteActivity.html","title":"SOA Execute Activity","navPath":"SOAExecuteActivity.html","bundleId":"work-tasks-2023-sp1","id":"acaecacf0-0483-4efb-85de-3b4e4a8d9952","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteMethodswithOutParametersinSOA.html","title":"Execute Methods with Out Parameters in SOA","navPath":"ExecuteMethodswithOutParametersinSOA.html","bundleId":"work-tasks-2023-sp1","id":"a1bc3d3eb-db20-43d2-aa14-f986252dbd01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveMultipleRecordsfromDatabaseUsingSOA.html","title":"Retrieve Multiple Records from Database Using SOA","navPath":"RetrieveMultipleRecordsfromDatabaseUsingSOA.html","bundleId":"work-tasks-2023-sp1","id":"a814f8475-aa00-4312-b5bf-3b72fa5eb0eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoIterateCollectionObject.html","title":"How to Iterate Collection Object?","navPath":"HowtoIterateCollectionObject.html","bundleId":"work-tasks-2023-sp1","id":"a577f6746-b0ff-4b17-af40-6144e1a9eab2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoDesignaWorkflow.html","title":"How to Design a Workflow?","navPath":"HowtoDesignaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a217e89a9-1f87-413d-8f1f-2e651d6f8c0f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEventsActivities.html","title":"ArchestrA Events","navPath":"ArchestrAEventsActivities.html","bundleId":"work-tasks-2023-sp1","id":"a22fc689b-13c4-4acc-b4e2-5d7c8d9f0174","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAWaitforEvent.html","title":"ArchestrA Wait for Event","navPath":"ArchestrAWaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a9ab269c4-a1a5-43b5-a8b0-2c2910aac10d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetArchestrAEventFilters.html","title":"Set ArchestrA Event Filters","navPath":"SetArchestrAEventFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91aff46b-d538-40fd-bc35-5540783d0c73","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities.html","title":"Message Queue Activities","navPath":"MessageQueueActivities.html","bundleId":"work-tasks-2023-sp1","id":"a4068501f-3ebb-49d7-91e8-cd10de8a14ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData.html","title":"SendMQData","navPath":"SendMQData.html","bundleId":"work-tasks-2023-sp1","id":"a0de6a88c-95ad-41cd-99e4-a0ddfb386429","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringMessageQueueConnection.html","title":"Configuring Message Queue Connection","navPath":"ConfiguringMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"af2009a71-d918-45cf-aa2d-db38c280fda5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForMQData.html","title":"WaitForMQData","navPath":"WaitForMQData.html","bundleId":"work-tasks-2023-sp1","id":"a4d94d537-22ab-4067-b4e9-097046bbee1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageQueueFilters.html","title":"Set Message Queue Filters","navPath":"SetMessageQueueFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91b2b46e-e74a-4a25-96e7-652ce7c7920d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities.html","title":"Logic App Activities","navPath":"LogicAppActivities.html","bundleId":"work-tasks-2023-sp1","id":"a108cffbb-f8d2-44ba-b4e7-09d7ba7d2bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity.html","bundleId":"work-tasks-2023-sp1","id":"afda05204-d7e4-425e-ba27-866f1071e830","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringLogicAppConnectionandData.html","title":"Configuring Logic App Connection and Data","navPath":"ConfiguringLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"aa3c9e4bc-fd28-4554-bbe8-06763f20c6eb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforLogicAppAlertActivity.html","title":"Wait for Logic App Alert Activity","navPath":"WaitforLogicAppAlertActivity.html","bundleId":"work-tasks-2023-sp1","id":"a754640c1-f7ac-4588-a32b-a35fbd5f25b1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandExecuteWorkflows.html","title":"Design and Execute Workflows","navPath":"DesignandExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aaf35a399-194f-4ecb-890a-9c34755d4164","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewWorkflowProcess.html","title":"Create a New Workflow Process","navPath":"CreateaNewWorkflowProcess.html","bundleId":"work-tasks-2023-sp1","id":"ab76d7c82-5136-4900-bb6b-33d3f47643b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecutetheWorkflow.html","title":"Execute the Workflow","navPath":"ExecutetheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ae0cbf4f4-cc13-48f7-956a-7e49f7b5a929","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofInternalStatusCodes.html","title":"List of Internal Status Codes","navPath":"ListofInternalStatusCodes.html","bundleId":"work-tasks-2023-sp1","id":"aaf49a492-e480-4c42-a9de-d1d56ea76832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflows.html","title":"Execute Workflows","navPath":"ExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a55737b80-4ff2-4179-b0e2-c68e5a8d87e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflowsAsynchronously.html","title":"Execute Workflows Asynchronously","navPath":"ExecuteWorkflowsAsynchronously.html","bundleId":"work-tasks-2023-sp1","id":"ac7c7a9bc-42cd-4657-93e8-bcba29c5dc96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseRedirectionEnabledPropertyforSynchronousExecution.html","title":"Use Redirection Enabled Property for Synchronous Execution","navPath":"UseRedirectionEnabledPropertyforSynchronousExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be8fc49-6b88-426f-af18-739778883656","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnablingHumanWorkflowInteraction.html","title":"Enable Human-Workflow Interaction","navPath":"EnablingHumanWorkflowInteraction.html","bundleId":"work-tasks-2023-sp1","id":"abe3d0c46-f8e5-4d06-bb8e-2598f5823624","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanWorkflowServices.html","title":"Human Workflow Services","navPath":"HumanWorkflowServices.html","bundleId":"work-tasks-2023-sp1","id":"a3427f323-e4ef-47f5-bafa-99fe03d9f64b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutChannels.html","title":"About Channels","navPath":"AboutChannels.html","bundleId":"work-tasks-2023-sp1","id":"a666d8a70-8940-4351-8899-eb69c8abe3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutForms.html","title":"About Forms","navPath":"AboutForms.html","bundleId":"work-tasks-2023-sp1","id":"a89983141-5060-4f88-ab42-ea21e76b0927","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateChannelsandForms.html","title":"Create Channels and Forms","navPath":"CreateChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a70cc5690-b4b0-4eab-a61e-58bc279ff081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseChannelsandForms.html","title":"Use Channels and Forms","navPath":"UseChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a6b6ee1c2-79fd-44ae-825b-da9da07b2bf4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeBehaviorofChannelsandForms.html","title":"Run-time Behavior of Channels and Forms","navPath":"RuntimeBehaviorofChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a1877836f-6a17-470e-a9b5-a290dd6b44f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAccessRightsforFormInstances.html","title":"Set Access Rights for Form Instances","navPath":"SetAccessRightsforFormInstances.html","bundleId":"work-tasks-2023-sp1","id":"a8109f407-808f-4f14-b98e-9f1fe4f62b14","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseASPXFormastheDetailedViewPageofWorkItemListControl.html","title":"Use ASPX Form as the Detailed View Page of Work Item List Control","navPath":"UseASPXFormastheDetailedViewPageofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a1f0d01e4-7fca-4c0e-aa4a-46f02d4e767c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailandMicrosoftOfficeOutlookIntegration.html","title":"Email and Microsoft Office Outlook Integration","navPath":"EmailandMicrosoftOfficeOutlookIntegration.html","bundleId":"work-tasks-2023-sp1","id":"aea36f96c-f336-4d5e-a187-a672a2ed3b15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoSendingActivitiesbyEmail.html","title":"Introduction to Sending Activities by Email","navPath":"IntroductiontoSendingActivitiesbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"adda7a138-bced-4a3b-b323-11ac8b38a33a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivitiestobeSentbyEmail.html","title":"Configure Activities to be Sent by Email","navPath":"ConfigureActivitiestobeSentbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"a4f9556e9-6268-482d-a249-210d4f43a34c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateFormatinEmailTemplate.html","title":"Date Format in Email Template","navPath":"DateFormatinEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad6c755e8-e867-45df-adcb-415fcb509233","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationwithMicrosoftOfficeOutlook.html","title":"Integration with Microsoft Office Outlook","navPath":"IntegrationwithMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a686ae0d4-b87c-4ff2-a357-bb01e2d40f25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoApprovalActivitiesfromEmail.html","title":"Respond to Approval Activities from Email","navPath":"RespondtoApprovalActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a11ae5cde-6072-4001-8fd6-10f3d3d3d0f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChecklistActivitiesfromEmail.html","title":"Respond to Checklist Activities from Email","navPath":"RespondtoChecklistActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3621f986-3dcc-4ecd-8faf-5a8c50125c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChoiceActivitiesfromEmail.html","title":"Respond to Choice Activities from Email","navPath":"RespondtoChoiceActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3659d735-50c2-46e1-bc7c-da460d262e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInformationActivitiesfromEmail.html","title":"View Information Activities from Email","navPath":"ViewInformationActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"ae700b7a0-b754-439d-bc33-a1a6fdd5869a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoTaskActivitiesfromEmail.html","title":"Respond to Task Activities from Email","navPath":"RespondtoTaskActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"af83317e6-ba6b-44a5-bb08-72760c0388ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","title":"Configure Repository Database to View Process Execution View, Document View, and Work Items View from Email","navPath":"ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a90ff5ff3-ff97-40bd-aa3f-08d96304c533","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportVariablesContentsandXMLVariablesinEmailTemplates.html","title":"Support Variables, Contents, and XML Variables in Email Templates","navPath":"SupportVariablesContentsandXMLVariablesinEmailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"a20989d4a-a7fe-4c1e-a300-d91c02504f35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivityEmailTemplate.html","title":"Approval Activity Email Template","navPath":"ApprovalActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a87abb814-8398-486f-9b80-ffd23c4579cb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesintheApprovalEmailTemplate.html","title":"Use Variables in the Approval Email Template","navPath":"UseVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2afae867-d7e7-46d7-bf67-419b80953762","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsintheApprovalEmailTemplate.html","title":"Use Contents in the Approval Email Template","navPath":"UseContentsintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac95550e8-220d-4332-a220-26232d4fce87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesintheApprovalEmailTemplate.html","title":"Use XML Variables in the Approval Email Template","navPath":"UseXMLVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae7c4ff48-2d4b-4077-a426-4aa58eb3adeb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivityEmailTemplate.html","title":"Choice Activity Email Template","navPath":"ChoiceActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a9b945a0f-c5ec-4ce3-8d14-85c440aeee44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinChoiceEmailTemplate.html","title":"Use Variables in Choice Email Template","navPath":"UseVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac933a8f7-c747-4ee8-8c82-4e8575187cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinChoiceEmailTemplate.html","title":"Use Contents in Choice Email Template","navPath":"UseContentsinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"afff89e01-f034-4356-aca0-152f6c4e6f12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinChoiceEmailTemplate.html","title":"Use XML Variables in Choice Email Template","navPath":"UseXMLVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a097000f0-3291-4b2d-bc43-2dbcc2b52f04","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/check-listactivityemailtemplate.html","title":"Check-List Activity Email Template","navPath":"check-listactivityemailtemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5c966dd6-b323-466b-8ba1-df2273c0f305","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinCheckListEmailTemplate.html","title":"Use Variables in Check-List Email Template","navPath":"UseVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a810bd848-b02c-4a20-b3d7-658939e67f33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinCheckListEmailTemplate.html","title":"Use Contents in Check-List Email Template","navPath":"UseContentsinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a0d1969b4-01e6-4260-8c05-9fd7b2d47bc3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinCheckListEmailTemplate.html","title":"Use XML Variables in Check-List Email Template","navPath":"UseXMLVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ab36f8de9-73e5-4d41-8a92-bf80eca1d664","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivityEmailTemplate.html","title":"Task Activity Email Template","navPath":"TaskActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1a4d6c1d-a413-46c4-84d9-3a4c008d4dcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinTaskEmailTemplate.html","title":"Use Variables in Task Email Template","navPath":"UseVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1d2c3fbc-0971-4a62-881b-1a9074230ae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinTaskEmailTemplate.html","title":"Use Contents in Task Email Template","navPath":"UseContentsinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a43c16a1e-b4bd-4691-be0f-811a662413b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinTaskEmailTemplate.html","title":"Use XML Variables in Task Email Template","navPath":"UseXMLVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2ddd6465-7286-4a68-a2d1-26aa648d209a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivityEmailTemplate.html","title":"Information Activity Email Template","navPath":"InformationActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7823e8d0-ed10-4987-a667-09155337ab44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInformationEmailTemplate.html","title":"Use Variables in Information Email Template","navPath":"UseVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1995307a-c882-409b-8b49-45975aa84be7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInformationEmailTemplate.html","title":"Use Contents in Information Email Template","navPath":"UseContentsinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a8947b830-0ade-48bd-add5-ea611642ae8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInformationEmailTemplate.html","title":"Use XML Variables in Information Email Template","navPath":"UseXMLVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a361d157a-2e76-4b2b-8800-01e92b9138d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differentemailtemplatefordifferentactivityinaworkflow.html","title":"Different Email Template for Different Activity in a Workflow","navPath":"differentemailtemplatefordifferentactivityinaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af4add5eb-9aaa-41d1-8df7-448be27d0f7b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofApprovalActivity.html","title":"Use 'HTML Template' Property of Approval Activity","navPath":"UseHTMLTemplatePropertyofApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6af2a093-0045-4aa4-b303-1c721cb1e69e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChoiceActivity.html","title":"Use 'HTML Template' Property of Choice Activity","navPath":"UseHTMLTemplatePropertyofChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a0ad5df4c-0faa-4298-9094-188dfce74f9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChecklistActivity.html","title":"Use 'HTML Template' Property of Checklist Activity","navPath":"UseHTMLTemplatePropertyofChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a420d6302-62b8-4bd9-9e6f-2f3001664537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofTaskActivity.html","title":"Use 'HTML Template' Property of Task Activity","navPath":"UseHTMLTemplatePropertyofTaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae2330773-66d2-4047-8441-61d9f807d619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofInformationActivity.html","title":"Use 'HTML Template' Property of Information Activity","navPath":"UseHTMLTemplatePropertyofInformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7a93971d-cc7e-4931-8472-043ff4aa31a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddinforMicrosoftOfficeOutlook.html","title":"Add-in for Microsoft Office Outlook","navPath":"AddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a019dd97f-7965-4718-a027-8ae575e1d3ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContextMenuOptions.html","title":"Context Menu Options","navPath":"ContextMenuOptions.html","bundleId":"work-tasks-2023-sp1","id":"a28b8b3e8-39b7-4a62-9f73-3cf276eed0ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity_1.html","title":"Approval Activity","navPath":"ApprovalActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4f804404-5855-4077-9a72-c3f764a5bcda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity_1.html","title":"Checklist Activity","navPath":"ChecklistActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a45b0653f-d777-4014-8815-db20c68c634b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity_1.html","title":"Choice Activity","navPath":"ChoiceActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3b2b7e8b-beeb-4639-8f33-60f6449caff3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity_1.html","title":"Task Activity","navPath":"TaskActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3a7bd192-c521-4673-b1a0-11dffd966cbf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MicrosoftOfficeOutlookFollowup.html","title":"Microsoft Office Outlook Follow up","navPath":"MicrosoftOfficeOutlookFollowup.html","bundleId":"work-tasks-2023-sp1","id":"a32f155f7-6c79-4d7c-af31-2260b41c67ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RibbonBarOptions.html","title":"Ribbon Bar Options","navPath":"RibbonBarOptions.html","bundleId":"work-tasks-2023-sp1","id":"ae93bda9b-b11b-4aa3-9316-240ed673c2d1","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Database.html","title":"Database","navPath":"Database.html","bundleId":"work-tasks-2023-sp1","id":"a930034ab-fb47-47f3-9d1d-6b60dea2fe6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDatabaseScriptstocreateDatabaseTables.html","title":"Use Database Scripts to create Database Tables","navPath":"UseDatabaseScriptstocreateDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"acc1c585c-2924-4b1a-a512-d279c3b98648","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedFeatures.html","title":"Advanced Features","navPath":"AdvancedFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a70e953d5-8f69-45ed-b76f-e2393b586c9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFramework.html","title":"Events Framework","navPath":"EventsFramework.html","bundleId":"work-tasks-2023-sp1","id":"a53009b3e-74d3-4d77-800e-b7252914b152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventFrameworkComponents.html","title":"Event Framework Components","navPath":"EventFrameworkComponents.html","bundleId":"work-tasks-2023-sp1","id":"a37d9f90b-ac9f-49be-8e88-69ac7e64cec3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFrameworkInterfacesandClasses.html","title":"Events Framework Interfaces and Classes","navPath":"EventsFrameworkInterfacesandClasses.html","bundleId":"work-tasks-2023-sp1","id":"ad618ced8-7623-4e40-8f7e-1db65c3fa1d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventProviderArchitecture.html","title":"Event Provider Architecture","navPath":"EventProviderArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a9cb1dd66-4a87-44cc-8a9f-ba4c522eaeda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboundEventProvider.html","title":"Inbound Event Provider","navPath":"InboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"af860ec65-5839-49db-9e0d-16a222a62d73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OutboundEventProvider.html","title":"Outbound Event Provider","navPath":"OutboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a78d5551c-e863-49bf-8cba-66a9c683efc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkEventBindingandProvider.html","title":"Link Event Binding and Provider","navPath":"LinkEventBindingandProvider.html","bundleId":"work-tasks-2023-sp1","id":"a040c612b-b132-40de-ac55-7ecd0ba8d2bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDefaultEventProviders.html","title":"Use Default Event Providers","navPath":"UseDefaultEventProviders.html","bundleId":"work-tasks-2023-sp1","id":"a7099eb74-8545-4f72-8da1-2adccf65a747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingaCustomEventProvider.html","title":"Add a Custom Event Provider","navPath":"AddingaCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a561f71f4-97a6-4e81-a6b2-13072a54d59f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoCreateCustomEventProvider.html","title":"Steps to Create Custom Event Provider","navPath":"StepstoCreateCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a9275fde5-8cf6-4815-8584-5dca299c52d7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleClassLibraryforCustomEventProvider.html","title":"Code Sample - Class Library for Custom Event Provider","navPath":"CodeSampleClassLibraryforCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a16f4fd34-5d29-4eb2-8038-fe9e966b31df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFilesforFileWatcherEventBindingPage.html","title":"Code Sample - Files for File Watcher Event Binding Page","navPath":"CodeSampleFilesforFileWatcherEventBindingPage.html","bundleId":"work-tasks-2023-sp1","id":"a464d928e-bd7c-46d0-8539-2f2b8f7b9172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","title":"Create File Watcher Initiated Workflow or Custom Workflow","navPath":"CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af0dbad4b-d819-4790-a108-2eb6c61853a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFileWatcherInitiatedWorkflow.html","title":"Code Sample - File Watcher Initiated Workflow","navPath":"CodeSampleFileWatcherInitiatedWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a56a4c914-03bf-4c77-96d8-04162c1a6f33","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportBPMNProcessModelsfromMicrosoftVisio.html","title":"Import BPMN Process Models from Microsoft Visio","navPath":"ImportBPMNProcessModelsfromMicrosoftVisio.html","bundleId":"work-tasks-2023-sp1","id":"a0b1c16e1-96fb-4d5f-ad72-62fb7d687d6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofVisioProcessImport.html","title":"Overview of Visio Process Import","navPath":"OverviewofVisioProcessImport.html","bundleId":"work-tasks-2023-sp1","id":"a8a072564-f32a-4a3e-8388-4e421c4839a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","title":"Map BPMN Events to AVEVA Work Tasks Actions","navPath":"Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","bundleId":"work-tasks-2023-sp1","id":"a543ceb38-84cb-4227-98d2-4c91cd9a4c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNEndEvents.html","title":"BPMN End Events","navPath":"BPMNEndEvents.html","bundleId":"work-tasks-2023-sp1","id":"a83b4df9b-f226-4353-8693-cfaa08d97657","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndEvent.html","title":"End Event","navPath":"EndEvent.html","bundleId":"work-tasks-2023-sp1","id":"a88124fc8-870d-4904-b34b-0c43e04217dc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RaiseException.html","title":"Raise Exception","navPath":"RaiseException.html","bundleId":"work-tasks-2023-sp1","id":"aabcf5fcb-0ccc-43dd-a66b-91fc66ad0802","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelTransaction.html","title":"Cancel Transaction","navPath":"CancelTransaction.html","bundleId":"work-tasks-2023-sp1","id":"a69c2224e-7923-4242-85a5-fbad4198655a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CompensateTransaction.html","title":"Compensate Transaction","navPath":"CompensateTransaction.html","bundleId":"work-tasks-2023-sp1","id":"aefab2658-6ce6-44e3-9772-0c14d07e69b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TerminateWorkflow.html","title":"Terminate Workflow","navPath":"TerminateWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c1f06-b320-4c31-aadf-4e3db2e7c608","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkSource.html","title":"Link Source","navPath":"LinkSource.html","bundleId":"work-tasks-2023-sp1","id":"a0f3bb9d3-f712-4ac7-8d35-f1fa68247d2a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndWithMessage.html","title":"End With Message","navPath":"EndWithMessage.html","bundleId":"work-tasks-2023-sp1","id":"abecad163-8770-4419-abdb-325e2bd16bf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MultipleNotMapped.html","title":"Multiple (Not Mapped)","navPath":"MultipleNotMapped.html","bundleId":"work-tasks-2023-sp1","id":"a09e70a6a-8bc9-4b40-aae5-9c08849dce43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNIntermediateEvents.html","title":"BPMN Intermediate Events","navPath":"BPMNIntermediateEvents.html","bundleId":"work-tasks-2023-sp1","id":"a66db56c5-85ab-4802-a3e2-ce63e500e1ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventsOverview.html","title":"Intermediate Events Overview","navPath":"IntermediateEventsOverview.html","bundleId":"work-tasks-2023-sp1","id":"a14369d26-46f6-43b9-a39c-21fe010fe0b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnException.html","title":"On Exception","navPath":"OnException.html","bundleId":"work-tasks-2023-sp1","id":"ab8a8d510-adf4-4155-9680-4629b61f3e4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEvent.html","title":"Wait for Event","navPath":"WaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a181f96b9-7a52-47a9-b2d2-a3f2883bb30d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitTimer.html","title":"Wait Timer","navPath":"WaitTimer.html","bundleId":"work-tasks-2023-sp1","id":"a088548bd-0edb-4520-a57c-7b381e64b870","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTransactionCanceled.html","title":"On Transaction Canceled","navPath":"OnTransactionCanceled.html","bundleId":"work-tasks-2023-sp1","id":"a1d2555e0-3858-44de-9db1-b2987dc1063f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCompensation.html","title":"On Compensation","navPath":"OnCompensation.html","bundleId":"work-tasks-2023-sp1","id":"a1ba72f97-bb38-44f9-839c-895b3c71cd25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapBPMNActivitiestoWorkTasksActivities.html","title":"Map BPMN Activities to AVEVA Work Tasks Activities","navPath":"MapBPMNActivitiestoWorkTasksActivities.html","bundleId":"work-tasks-2023-sp1","id":"a19e07397-c316-4562-b2e1-751488a1d568","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNTask.html","title":"BPMN Task","navPath":"BPMNTask.html","bundleId":"work-tasks-2023-sp1","id":"a2b4037b6-f50c-4a5c-8c87-ee7bab230adc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubProcess.html","title":"Sub-Process","navPath":"SubProcess.html","bundleId":"work-tasks-2023-sp1","id":"ad374b20d-ff42-460a-9a35-fffa4b6faa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapConnectors.html","title":"Map Connectors","navPath":"MapConnectors.html","bundleId":"work-tasks-2023-sp1","id":"a6c984813-ddc8-470c-9f8d-653ba64121b6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SequenceFlows.html","title":"Sequence Flows","navPath":"SequenceFlows.html","bundleId":"work-tasks-2023-sp1","id":"ad89837ce-b1da-4b0a-acb7-3f637655a15e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageLogs.html","title":"Message Logs","navPath":"MessageLogs.html","bundleId":"work-tasks-2023-sp1","id":"ad64e79fe-b7cc-4d41-9b64-4e6e9e711edc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageLogDebugModeLevel.html","title":"Set Message Log Debug Mode Level","navPath":"SetMessageLogDebugModeLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2f04304e-f1e8-4484-bc13-66314710e60c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewMessageLogFiles.html","title":"View Message Log Files","navPath":"ViewMessageLogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a27c3774f-aebb-479b-9612-ab03a4da2096","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerConsole.html","title":"Logger Console","navPath":"LoggerConsole.html","bundleId":"work-tasks-2023-sp1","id":"a767c5d3f-dc95-4bb5-baf5-fb0bfdedd791","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings.html","bundleId":"work-tasks-2023-sp1","id":"af216b8c4-b176-4605-ab74-7bb2cd12a576","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSynchronizeThreadsinEngine.html","title":"Manage and Synchronize Threads in Engine","navPath":"ManageandSynchronizeThreadsinEngine.html","bundleId":"work-tasks-2023-sp1","id":"af848a5a2-b8b6-44cd-966c-0cc86d99cef3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitInMemoryActivityStepsCountforRepository.html","title":"Limit In-Memory Activity/Steps Count for Repository","navPath":"LimitInMemoryActivityStepsCountforRepository.html","bundleId":"work-tasks-2023-sp1","id":"ada9dffc0-d1f8-4d56-9373-f1f8768fe6e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThreadPoolsatRepositoryLevel.html","title":"Thread Pools at Repository Level","navPath":"ThreadPoolsatRepositoryLevel.html","bundleId":"work-tasks-2023-sp1","id":"ada1fe555-3848-4508-9166-223dcf3e8ef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActivityConcurrencyLimit.html","title":"Activity Concurrency Limit","navPath":"ActivityConcurrencyLimit.html","bundleId":"work-tasks-2023-sp1","id":"aac19b5d3-0ad2-4a23-a1eb-c6932e1bda97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Entities.html","title":"Entities","navPath":"Entities.html","bundleId":"work-tasks-2023-sp1","id":"a34f498ac-3a09-45d3-b62d-0626bee8678d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicUnderstandingoftheNeedforDataBridgeInterface.html","title":"Basic Understanding of the Need for Data Bridge Interface","navPath":"BasicUnderstandingoftheNeedforDataBridgeInterface.html","bundleId":"work-tasks-2023-sp1","id":"acb6a6ca9-c71c-4f7d-9029-00344847f304","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataBridgeProvider.html","title":"DataBridge Provider","navPath":"DataBridgeProvider.html","bundleId":"work-tasks-2023-sp1","id":"ac79afbfb-6448-4997-aa11-96183b3487e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserEntity.html","title":"User Entity","navPath":"UserEntity.html","bundleId":"work-tasks-2023-sp1","id":"a1120c5f9-9a0d-4aa9-aad3-8c7c3312afa2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","title":"XML Schema for User Entity and User Entity Data Source Provider","navPath":"XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"ad34230a2-1db2-4b2d-91b4-d9c301915fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFormsProviderforAuthentication.html","title":"Configure Forms Provider for Authentication","navPath":"ConfigureFormsProviderforAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a9d5731c2-8533-4233-981f-29358bbca06f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectoryandSQLProvider.html","title":"Map Active Directory and SQL Provider","navPath":"MapActiveDirectoryandSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"af5799678-e162-4073-8e33-e1a5da0b1f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleEntity.html","title":"Role Entity","navPath":"RoleEntity.html","bundleId":"work-tasks-2023-sp1","id":"a8893b40f-73e3-4e0a-9ab2-4680efc25bcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaUsedbyRoleEntityDataSourceProvider.html","title":"XML Schema Used by Role Entity Data Source Provider","navPath":"XMLSchemaUsedbyRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a825f36cb-5615-4527-93e3-ce3c50fd9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizingRolesofQueueParticipants.html","title":"Synchronizing Roles of Queue Participants","navPath":"SynchronizingRolesofQueueParticipants.html","bundleId":"work-tasks-2023-sp1","id":"a2d6e4504-f901-4abb-8893-d846686be475","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntityDataSourceProviderCodeSamples.html","title":"Entity Data Source Provider Code Samples","navPath":"EntityDataSourceProviderCodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a6c956460-5ffa-46d1-917a-143b59faaced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserEntityDataSourceProvider.html","title":"Create User Entity Data Source Provider","navPath":"CreateUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a8007eb3c-e1f4-4543-b013-571f9a0c84a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserandRoleEntityDataSourceProvider.html","title":"Create User and Role Entity Data Source Provider","navPath":"CreateUserandRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a2686baa7-bc75-49c7-b285-8239e36a9d1c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step1CreateDataSourcefortheRepository.html","title":"Step 1: Create Data Source for the Repository","navPath":"Step1CreateDataSourcefortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a2bd07044-9841-425e-ba60-ddb60461ab80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","title":"Step 2: Create a Repository and Map the Data Source to the Repository","navPath":"Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","bundleId":"work-tasks-2023-sp1","id":"acfb88e62-8e66-4041-867f-7e36458143c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","title":"Step 3: Create Custom User Entity Data Source Provider for Authentication and User Information","navPath":"Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","bundleId":"work-tasks-2023-sp1","id":"a97057cac-0344-4c1d-8560-849cc996c8a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step4CreateDefaultAdminfortheRepository.html","title":"Step 4: Create Default Admin for the Repository","navPath":"Step4CreateDefaultAdminfortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a7eb4e4b8-0238-42c7-8158-3851b59a8d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step5CreateCustomRoleEntityDataSourceProvider.html","title":"Step 5: Create Custom Role Entity Data Source Provider","navPath":"Step5CreateCustomRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa91d11dd-f803-4862-80c2-df16c083e1cc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","title":"Custom Role Provider Fetching Roles from SQL and Users from Active Directory","navPath":"CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a815a8dd4-8524-4c3c-bf16-884200a06177","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateWorkflowtoSchedulerEvent.html","title":"Associate Workflow to Scheduler Event","navPath":"AssociateWorkflowtoSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"ad3ea6cb9-6120-438e-ba8d-0e44981206ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupaSchedule.html","title":"Set up a Schedule","navPath":"SetupaSchedule.html","bundleId":"work-tasks-2023-sp1","id":"a742fca2e-881e-4e6e-9fba-26ae57022e1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerAssociation.html","title":"Edit Scheduler Association","navPath":"EditSchedulerAssociation.html","bundleId":"work-tasks-2023-sp1","id":"a34d2614c-d385-4501-a0e4-207821a7e90b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSchedulingTasksUsingSchedulerEvent.html","title":"Example of Scheduling Tasks Using Scheduler Event","navPath":"ExampleofSchedulingTasksUsingSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"a90e4411e-6d5f-48c3-bf23-c2d15bbb97aa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItems.html","title":"Manage Work Items","navPath":"ManageWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"ae30c62ec-e323-4ab2-97b2-e90e71575e5d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItemstoOtherUsers.html","title":"Forward Work Items to Other Users","navPath":"ForwardWorkItemstoOtherUsers.html","bundleId":"work-tasks-2023-sp1","id":"a6440eb82-9fd8-4a36-9362-31813aeee9a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems.html","title":"Abort Work Items","navPath":"AbortWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a87309751-e778-4b7c-addd-6e37bd42d8ba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewTabandCustomLogictoProcessExecutionView.html","title":"Add New Tab and Custom Logic to Process Execution View","navPath":"AddNewTabandCustomLogictoProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"a5f69e18c-3e1b-4442-9579-aa2a86ca6a00","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheStepDetailsWindow.html","title":"Customize the 'Step Details' Window","navPath":"CustomizetheStepDetailsWindow.html","bundleId":"work-tasks-2023-sp1","id":"a07840b11-dcdf-4528-84ee-458f24b67602","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Customization.html","title":"Customization","navPath":"Customization.html","bundleId":"work-tasks-2023-sp1","id":"ada43870f-90db-471c-8dd8-f884a33b5ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizingUserInterfaces.html","title":"Customize User Interfaces","navPath":"CustomizingUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a8f7b63e0-64da-4b78-b818-22cbf6199d19","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StyleSheets.html","title":"Style Sheets","navPath":"StyleSheets.html","bundleId":"work-tasks-2023-sp1","id":"ad8d4a25a-c998-4281-be35-0b784e661e05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFarmConfigurationWizardUserInterface.html","title":"Customize Farm Configuration Wizard User Interface","navPath":"CustomizeFarmConfigurationWizardUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"ab03b03d0-3347-4c8c-936d-87a2f218b446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeEnterpriseConsoleMenu.html","title":"Customize Enterprise Console Menu","navPath":"CustomizeEnterpriseConsoleMenu.html","bundleId":"work-tasks-2023-sp1","id":"a586d5182-e355-4e1b-9c75-fb603d190596","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFonts.html","title":"Customize Fonts","navPath":"CustomizeFonts.html","bundleId":"work-tasks-2023-sp1","id":"a45d2a31b-78d7-42df-af2d-c5d1ebfb402a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeWorkItemControl.html","title":"Customize Work Item Control","navPath":"CustomizeWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a1d652084-0f06-4ac4-bc97-b022aa1d4f97","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeLeftMenuGrid.html","title":"Customize Left Menu Grid","navPath":"CustomizeLeftMenuGrid.html","bundleId":"work-tasks-2023-sp1","id":"a164b084d-b6a5-43c9-8cee-1d2c085f9dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeGridDetailsView.html","title":"Customize Grid Details View","navPath":"CustomizeGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"aa97f02be-cd92-4027-a8e8-2a6d02ccc2cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeHeightandWidthoftheGridDetailsView.html","title":"Change Height and Width of the Grid Details View","navPath":"ChangeHeightandWidthoftheGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"a1b251769-3219-41af-a8f1-5493f4ea614b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeFontStyleBasedontheStatusoftheWorkItem.html","title":"Change Font Style Based on the Status of the Work Item","navPath":"ChangeFontStyleBasedontheStatusoftheWorkItem.html","bundleId":"work-tasks-2023-sp1","id":"a0da32fe1-868a-46db-8ac7-2f0341e7a5bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddorRemoveImages.html","title":"Add or Remove Images","navPath":"AddorRemoveImages.html","bundleId":"work-tasks-2023-sp1","id":"a008c2ace-4a5f-4804-bb99-94b719be00e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUserName.html","title":"Customize User Name","navPath":"CustomizeUserName.html","bundleId":"work-tasks-2023-sp1","id":"a13ac7364-e0d9-490d-8fb9-b97bd3c30101","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeDocumentView.html","title":"Customize Document View","navPath":"CustomizeDocumentView.html","bundleId":"work-tasks-2023-sp1","id":"a55d13cbc-7035-4f03-b594-3c35e297c3f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Themes.html","title":"Themes","navPath":"Themes.html","bundleId":"work-tasks-2023-sp1","id":"ac6644598-0a96-44ca-9715-5f038c67f93e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemetotheCoreProduct.html","title":"Apply Theme to the Core Product","navPath":"ApplyThemetotheCoreProduct.html","bundleId":"work-tasks-2023-sp1","id":"a88721dda-dac4-4ab6-8633-93b1896f9ba5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinWorkItemControl.html","title":"Themes in Work Item Control","navPath":"ThemesinWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a74717d58-4f7b-4849-aa46-03938781bdbb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridLeftMenu.html","title":"Apply Themes in Grid Left Menu","navPath":"ApplyThemesinGridLeftMenu.html","bundleId":"work-tasks-2023-sp1","id":"a2b1950cc-1128-40d4-b5d8-7fe54115bf92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridDetailsView.html","title":"Apply Themes in Grid Details View","navPath":"ApplyThemesinGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"abada952a-54dc-4c93-a040-cfc549e7f790","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinCalendarControl.html","title":"Themes in Calendar Control","navPath":"ThemesinCalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"a9be4aadb-2dfc-4fd0-a8e7-57940821f4d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinQueueControl.html","title":"Themes in Queue Control","navPath":"ThemesinQueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ac783a923-26db-417b-889b-052bf44e6409","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinProcessDesignerControl.html","title":"Themes in Process Designer Control","navPath":"ThemesinProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"a3029df18-9fe8-477f-8f90-d243ac2155e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofNewMenuinEnterpriseConsole.html","title":"Change Style of New Menu in Enterprise Console","navPath":"ChangeStyleofNewMenuinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8a95510e-e8c0-49f3-8d07-f35a612c9450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofActionBarinLists.html","title":"Change Style of Action Bar in Lists","navPath":"ChangeStyleofActionBarinLists.html","bundleId":"work-tasks-2023-sp1","id":"af1837e5c-56b6-48db-a5d4-7b46a9d86730","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofWindow.html","title":"Change Style of Window","navPath":"ChangeStyleofWindow.html","bundleId":"work-tasks-2023-sp1","id":"a00f8420e-fbee-42fb-9f06-068e5948caff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofButtons.html","title":"Change Style of Buttons","navPath":"ChangeStyleofButtons.html","bundleId":"work-tasks-2023-sp1","id":"aac6333a6-f6fd-4f1e-b900-e9672eacdb96","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContentHandler.html","title":"Content Handler","navPath":"ContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad4f26d24-3444-411e-aa76-573aaf5162d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentHandler.html","title":"Use Content Handler","navPath":"UseContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"af159ce1b-6ec2-4c28-b10a-1fc9e49cfc9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLtoImportWFwhichImplementsCustomContentHandler.html","title":"XML to Import WF which Implements Custom Content Handler","navPath":"XMLtoImportWFwhichImplementsCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"a7ed113b3-3470-4724-97cb-04c9b4c66b2d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCustomContentHandler.html","title":"Use Custom Content Handler","navPath":"UseCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad6d16317-fd46-45e4-adf8-390e83413c49","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleCustomContentHandlerClassFile.html","title":"Code Sample - Custom Content Handler Class File","navPath":"CodeSampleCustomContentHandlerClassFile.html","bundleId":"work-tasks-2023-sp1","id":"a98af82b1-4874-4962-9ef7-cdb9875eb006","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PersistLoggedExceptionstoDatabase.html","title":"Persist Logged Exceptions to Database","navPath":"PersistLoggedExceptionstoDatabase.html","bundleId":"work-tasks-2023-sp1","id":"aa437a956-d1be-4ada-bc2f-3ee71c649f9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableExceptionPersistence.html","title":"Enable Exception Persistence","navPath":"EnableExceptionPersistence.html","bundleId":"work-tasks-2023-sp1","id":"a2745a98d-a4f2-4102-8f99-0c6f2fe74bc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsforViewingtheExceptions.html","title":"Different Views for Viewing the Exceptions","navPath":"DifferentViewsforViewingtheExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a8a5bb6ec-02fa-48a9-b2dd-5608cb8f03c2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowLevel.html","title":"Workflow Level","navPath":"WorkflowLevel.html","bundleId":"work-tasks-2023-sp1","id":"aa5ee087c-6b7a-459a-90f2-3d12b03c940d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstanceLevelException.html","title":"Instance Level Exception","navPath":"InstanceLevelException.html","bundleId":"work-tasks-2023-sp1","id":"a853cc4ac-3057-49d5-8571-f205cb2f11e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActionStepLevel.html","title":"Workflow Action Step Level","navPath":"WorkflowActionStepLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2a142228-c9c0-497c-9e67-4d2171f069a7","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProApplication.html","title":"AVEVA Work Tasks Pro Application","navPath":"AVEVAWorkTasksProApplication.html","bundleId":"work-tasks-2023-sp1","id":"a94337d45-465d-4d5d-9916-2b3d79546d68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomConflictManagement.html","title":"Custom Conflict Management","navPath":"CustomConflictManagement.html","bundleId":"work-tasks-2023-sp1","id":"a76ef3509-8868-48d3-ae23-a6512fb7cddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvidersforControls.html","title":"Providers for Controls","navPath":"ProvidersforControls.html","bundleId":"work-tasks-2023-sp1","id":"a8f6e45a1-ddb1-4d64-91bb-d62e9c7d86a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings_1.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings_1.html","bundleId":"work-tasks-2023-sp1","id":"aaec7c39a-5a76-4adb-8a35-fd8459099b4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLocalVariables.html","title":"Use Local Variables","navPath":"UseLocalVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac540920e-074c-4c1b-a90b-f9c37e92d500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomPropertiesforRepositoryDataSource.html","title":"Set Custom Properties for Repository Data Source","navPath":"SetCustomPropertiesforRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a539915e4-5bc0-4534-b160-c5e9c1557217","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableXcopyDeployment.html","title":"Enable Xcopy Deployment","navPath":"EnableXcopyDeployment.html","bundleId":"work-tasks-2023-sp1","id":"abb7c298b-9b2f-46b0-a9bb-5db4ea5e506d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivityEnhancementforEscalationandTimeout.html","title":"Human Activity - Enhancement for Escalation and Time out","navPath":"HumanActivityEnhancementforEscalationandTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a501ce943-62a8-42df-9a54-284332fff51f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ModifytheNumberofWorkItemFieldsLimitPerDataType.html","title":"Modify the Number of Work Item Fields Limit Per Data Type","navPath":"ModifytheNumberofWorkItemFieldsLimitPerDataType.html","bundleId":"work-tasks-2023-sp1","id":"a270d6d66-e27f-4b76-b16d-b4b218209ccf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagerLookupforUsersList.html","title":"Manager Lookup for Users List","navPath":"ManagerLookupforUsersList.html","bundleId":"work-tasks-2023-sp1","id":"af4d9c15e-9261-4b88-8f04-ff6c4faa58cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RedirecttheLogOnPage.html","title":"Redirect the Log On Page","navPath":"RedirecttheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"a37c33c7e-3507-4239-8b94-af47274c1480","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutRoleLookup.html","title":"About Role Lookup","navPath":"AboutRoleLookup.html","bundleId":"work-tasks-2023-sp1","id":"a393681e8-8c92-412f-a1e0-1e8ff5fc7b17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseWorkActivity.html","title":"Use Work Activity","navPath":"UseWorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7be6a27a-3f6a-4772-9c65-f956360530ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoMappingofActiveDirectoryProviders.html","title":"Auto Mapping of Active Directory Providers","navPath":"AutoMappingofActiveDirectoryProviders.html","bundleId":"work-tasks-2023-sp1","id":"a267339e8-e2b2-40d0-b27c-a8eb346f6d6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheLogOnPage.html","title":"Customize the Log On Page","navPath":"CustomizetheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"adea8829d-8117-4217-a019-22fca133eef7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Packages.html","title":"Packages","navPath":"Packages.html","bundleId":"work-tasks-2023-sp1","id":"a7b2edf4f-5357-4448-8c63-5f07cadcd3f3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutPackage.html","title":"About Package","navPath":"AboutPackage.html","bundleId":"work-tasks-2023-sp1","id":"a8b19922d-9add-47f9-bf3a-2b3f97b9d8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplate.html","title":"Package Template","navPath":"PackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa8ca760c-37c6-4ae9-a04d-fe2095dc985d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagePackage.html","title":"Manage Package","navPath":"ManagePackage.html","bundleId":"work-tasks-2023-sp1","id":"a9625239a-0657-48b1-9142-cf11e0263c67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesofPackaging.html","title":"Best Practices of Packaging","navPath":"BestPracticesofPackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5e5314ab-989e-4e66-bee9-ecfb8ac76200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithPackageTemplate.html","title":"Work with Package Template","navPath":"WorkwithPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"adaff5df0-8285-4304-b6e7-673a8bacfd72","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingapackagetemplate.html","title":"Create a Package Template","navPath":"creatingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a546f4347-f787-430f-9d0b-9f044ab2ef2d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingapackagetemplate.html","title":"Edit a Package Template","navPath":"editingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae318e60c-74d9-4e9f-88df-7ec0c2e4264b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePackageTemplate.html","title":"Configure Package Template","navPath":"ConfigurePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad65be17e-2005-4680-9ea3-eb0210ce1c33","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplateLevelConfigurationSettings.html","title":"Package Template Level Configuration Settings","navPath":"PackageTemplateLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a279da596-d41f-435a-a7c5-98e14dc8d904","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforPackageTemplate.html","title":"Prerequisites","navPath":"PrerequisitesforPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a52b3bca8-71e1-43d1-9c0a-af450301270d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/globalsettingsofapackagetemplate.html","title":"Runtime Initialization Settings","navPath":"globalsettingsofapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1ce6f4a7-730a-44d8-835f-9e1e8109e9e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptions.html","title":"Exceptions","navPath":"exceptions.html","bundleId":"work-tasks-2023-sp1","id":"ad5aff0c8-16d2-4396-8cb0-8bbb9887f600","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/633151.html","title":"Additional Package Files","navPath":"633151.html","bundleId":"work-tasks-2023-sp1","id":"abff16f9e-5753-4ddb-9330-3366c2912f81","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641195.html","title":"Configure Settings for Installer Files","navPath":"641195.html","bundleId":"work-tasks-2023-sp1","id":"a510ec3a5-9b48-4515-bc95-3cf3ed90e637","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalSettings.html","title":"Additional Settings","navPath":"AdditionalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac5faafe8-0d26-412c-b800-71f442566ac0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateConnections.html","title":"Validate Connections","navPath":"ValidateConnections.html","bundleId":"work-tasks-2023-sp1","id":"a47b7b197-2908-42ab-8573-09a2efcda01c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/331995.html","title":"Validate SQL Scripts","navPath":"331995.html","bundleId":"work-tasks-2023-sp1","id":"ad8743641-65ea-47f7-a628-0405bcf3c6d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteSQLScripts.html","title":"Execute SQL Scripts","navPath":"ExecuteSQLScripts.html","bundleId":"work-tasks-2023-sp1","id":"a39225e5e-0a99-4009-bb0c-940f8f2f45b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreatePackageTemplate.html","title":"Create Package Template","navPath":"CreatePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2e02f27d-f299-44c3-af5e-329ba22eb621","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArtifactLevelConfigurationSettings.html","title":"Artifact Level Configuration Settings","navPath":"ArtifactLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2af0d4e6-a1af-4ec6-8410-2a0ab334abe5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheArtifacts.html","title":"Configure the Artifacts","navPath":"ConfiguretheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"afd8f01fc-4e89-4389-b5d6-64dfb0c6c64f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rebuildingtheartifacts.html","title":"Rebuild the Artifacts","navPath":"rebuildingtheartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a9d79fa01-01ec-40a9-ab14-dccb4c10015b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeletetheArtifacts.html","title":"Delete the Artifacts","navPath":"DeletetheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"af02ca068-1e87-4c17-8ddd-35519aecb852","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavePackageTemplate.html","title":"Save Package Template","navPath":"SavePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"acd9b5c26-e605-47de-9a13-4e3c4b38aaa4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishaPackageTemplate.html","title":"Publish a Package Template","navPath":"PublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5da015b5-a5b9-4558-b21e-2098281a334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishaPackageTemplate.html","title":"Unpublish a Package Template","navPath":"UnpublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a95e98b92-0d20-4b7d-b2f6-9e5df8c5dccc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/generatingapackagetemplate1.html","title":"Generate a Package Template","navPath":"generatingapackagetemplate1.html","bundleId":"work-tasks-2023-sp1","id":"a20ff22c7-53f7-458a-a1bd-0365e47f22f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/downloadingapackagetemplate.html","title":"Export a Package Template","navPath":"downloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2aca88f9-9e03-45ff-baa0-606886121d1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/markingpackagetemplateasshipped.html","title":"Mark Package Template as Shipped","navPath":"markingpackagetemplateasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a40f66c55-724e-4451-9a51-40bf6d80262c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/260346.html","title":"Include Associated and Child Artifacts to a List Item","navPath":"260346.html","bundleId":"work-tasks-2023-sp1","id":"aacd5937e-c1cf-42ff-80d3-9977133eec01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts.html","title":"Include Security Artifacts","navPath":"securityartifacts.html","bundleId":"work-tasks-2023-sp1","id":"af77b92fc-9178-4a8b-b7d2-47395f17993b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts_1.html","title":"Include Automatically Generated SQL Script","navPath":"securityartifacts_1.html","bundleId":"work-tasks-2023-sp1","id":"ac574bac4-b8e4-4271-bdb2-6de49cb12a51","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deploylevel.html","title":"Manage Package","navPath":"deploylevel.html","bundleId":"work-tasks-2023-sp1","id":"a1f4faee6-d8d5-42d5-9b72-e41aeda58308","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportaPackage.html","title":"Import a Package","navPath":"ImportaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a19a8120c-a290-44ad-811f-4273399ac4c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageVersionsofaPackage.html","title":"Manage Versions of a Package","navPath":"ManageVersionsofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"af95508f2-1dc0-47a8-87ec-512426b9244c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StorePackageInformationforLists.html","title":"Store Package Information for Lists","navPath":"StorePackageInformationforLists.html","bundleId":"work-tasks-2023-sp1","id":"afee6bf6c-31e1-44c5-905b-436ef7ba432f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/488009.html","title":"Is Artifact Modified Column for Workflow","navPath":"488009.html","bundleId":"work-tasks-2023-sp1","id":"a4d486aaa-d906-45fe-a665-071cb1baf3d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaPackage.html","title":"Edit a Package","navPath":"EditaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a874696bf-e39c-4d7d-9f85-07e1ab0b0c91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPrerequisitesofaPackage.html","title":"View Prerequisites of a Package","navPath":"ViewPrerequisitesofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"ad2e6fe87-0b1c-4b7f-b750-497270e9b605","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/runningandinstallingapackage.html","title":"Install a Package","navPath":"runningandinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"acf53496c-b4e6-4ed7-953e-5fa46e89d7af","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringthePackage.html","title":"Configure the Package","navPath":"ConfiguringthePackage.html","bundleId":"work-tasks-2023-sp1","id":"ac08177f7-5e0c-41c2-b89a-7a17d180a5fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageInstallationPrerequisites.html","title":"Package Installation - Prerequisites","navPath":"PackageInstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"afc47c6cb-f6ac-42db-be65-6f21d8439841","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeInitializationValues.html","title":"Runtime Initialization Values","navPath":"RuntimeInitializationValues.html","bundleId":"work-tasks-2023-sp1","id":"adb7cb483-9fa9-4c9d-9b47-ab2fd2722f7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalPackageFiles.html","title":"Additional Package Files","navPath":"AdditionalPackageFiles.html","bundleId":"work-tasks-2023-sp1","id":"a635f4f28-c444-47f1-8377-043a37f52629","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewValidationLog.html","title":"View Validation Log","navPath":"ViewValidationLog.html","bundleId":"work-tasks-2023-sp1","id":"a2ff0248a-7e59-4cf7-9e7d-f251096f5c9d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPackageHistory.html","title":"View Package History","navPath":"ViewPackageHistory.html","bundleId":"work-tasks-2023-sp1","id":"acb9c42e2-06f3-440b-ba5e-bcb7ef6ecac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeScenarios_1.html","title":"Upgrade Scenarios","navPath":"UpgradeScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"ac42be6e9-ee23-477d-9b7e-52f39577fe86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallaPackage.html","title":"Uninstall a Package","navPath":"UninstallaPackage.html","bundleId":"work-tasks-2023-sp1","id":"aff3e7e3e-c944-4b84-afce-edb73db134e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaPackage.html","title":"Delete a Package","navPath":"DeleteaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a2b602501-df1b-4288-9bf2-bb85ae87547e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigrationofPackages.html","title":"Migration of Packages","navPath":"MigrationofPackages.html","bundleId":"work-tasks-2023-sp1","id":"ae3470e2f-68c7-4dce-b0fc-c6e37e37a98e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyManagingPackagesusingConsoleApplication.html","title":"Remotely Managing Packages using Console Application","navPath":"RemotelyManagingPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a333cfe0b-aba0-48d1-b2a5-e462841f462b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Remotely Export, Import, Install, or Uninstall Packages using Console Application","navPath":"RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"ad3042051-ce3e-41e5-9708-1738aab14177","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","title":"Configure WWSKBPMRemotePackageManager Using XML","navPath":"ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","bundleId":"work-tasks-2023-sp1","id":"a7ea753ad-a476-4ddc-bbe3-1084ace875de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Import, Install, or Uninstall Packages using Console Application","navPath":"ImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a7d179174-6c31-4495-adbd-d7c6dc70c2d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMPackageManagerUsingXML.html","title":"Configure WWSKBPMPackageManager Using XML","navPath":"ConfigureWWSKBPMPackageManagerUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"ab54df007-904d-46f6-be7a-1169b57347fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddArtifactstoaPackageTemplate.html","title":"Add Artifacts to a Package Template","navPath":"AddArtifactstoaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a63181abf-0fc2-4bc5-8093-6a5168034a94","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEvents.html","title":"ArchestrA Events","navPath":"ArchestrAEvents.html","bundleId":"work-tasks-2023-sp1","id":"a764bb8d0-de38-4f84-b1aa-0b1c13c09f84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAM.html","title":"BAM","navPath":"BAM.html","bundleId":"work-tasks-2023-sp1","id":"af1aeaa3c-fce2-417c-ad90-0bc868399a93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Calendar.html","title":"Calendar","navPath":"Calendar.html","bundleId":"work-tasks-2023-sp1","id":"a8870f793-b5f7-415d-9217-b9bf4b16fe2f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnection.html","title":"Database Connection","navPath":"DatabaseConnection.html","bundleId":"work-tasks-2023-sp1","id":"afd7dc39e-df60-4ded-9d04-e58d3794da53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociations.html","title":"Event Associations","navPath":"EventAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a2fdf1822-dcea-4ec7-a38e-6d60b865258f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeScheduler.html","title":"Event Associations of Type Scheduler","navPath":"EventAssociationsofTypeScheduler.html","bundleId":"work-tasks-2023-sp1","id":"aaca277fe-6138-4490-a3f3-7e97c391e1c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeEnterpriseConsole.html","title":"Event Associations of Type Enterprise Console","navPath":"EventAssociationsofTypeEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a88c03cfd-1eb9-4d99-8ebd-a6b44ce26164","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeFileWatcher.html","title":"Event Associations of Type File Watcher","navPath":"EventAssociationsofTypeFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a7b610f0b-829c-4c13-9b7d-ad853cffc1c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeSystemPlatformEvents.html","title":"Event Associations of Type System Platform Events","navPath":"EventAssociationsofTypeSystemPlatformEvents.html","bundleId":"work-tasks-2023-sp1","id":"a4952bc9d-f5bf-48a4-a29c-d3b7f75f662d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeLogicApp.html","title":"Event Associations of Type Logic App","navPath":"EventAssociationsofTypeLogicApp.html","bundleId":"work-tasks-2023-sp1","id":"a843ecfff-151f-44a3-8da7-7789e8843a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeMessageQueue.html","title":"Event Associations of Type Message Queue","navPath":"EventAssociationsofTypeMessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a03fa230c-40d7-4062-acd4-be181336b84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationofTypeBAM.html","title":"Event Association of Type BAM","navPath":"EventAssociationofTypeBAM.html","bundleId":"work-tasks-2023-sp1","id":"abea72b5e-c20e-4203-952a-067aa4b8f242","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcher.html","title":"File Watcher","navPath":"FileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a4a78bafd-1e15-4230-93d0-edb4f2b49cf8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePhysicalPathofFileWatcher.html","title":"Resolve Physical Path of File Watcher","navPath":"ResolvePhysicalPathofFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a288e8c8b-e79d-4f3a-babc-814cd29d651b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Folder.html","title":"Folder","navPath":"Folder.html","bundleId":"work-tasks-2023-sp1","id":"a27782d3c-954a-4fba-a666-305e70f66cd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChildFolder.html","title":"Child Folder","navPath":"ChildFolder.html","bundleId":"work-tasks-2023-sp1","id":"ab7bc0228-9a31-4fa2-9595-ac43b0551401","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms.html","title":"Forms","navPath":"Forms.html","bundleId":"work-tasks-2023-sp1","id":"acb8bc8b1-ffa9-45d5-83ca-e9cd80b93218","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms_1.html","title":"Forms","navPath":"Forms_1.html","bundleId":"work-tasks-2023-sp1","id":"a742e0ec3-7a3b-46b0-9733-f420f9c3a2cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveActionBarSettings.html","title":"Resolve Action Bar Settings","navPath":"ResolveActionBarSettings.html","bundleId":"work-tasks-2023-sp1","id":"ad782c9d7-8931-4f57-8d72-c45d9391624f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePrintFormsDetails.html","title":"Resolve Print Forms Details","navPath":"ResolvePrintFormsDetails.html","bundleId":"work-tasks-2023-sp1","id":"a18c2c4e1-82dc-498c-acc8-65da30a9301f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveNavigateFormDetails.html","title":"Resolve Navigate Form Details","navPath":"ResolveNavigateFormDetails.html","bundleId":"work-tasks-2023-sp1","id":"a60410ed6-e18f-4da0-9e8a-72f951aa1a1d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforForms.html","title":"Configure Artifact Type Settings for Forms","navPath":"ConfigureArtifactTypeSettingsforForms.html","bundleId":"work-tasks-2023-sp1","id":"a6ec6d53d-4dbb-4a5c-b2bb-15f0b409c1bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforForms.html","title":"Resolve Custom Dependent Files for Forms","navPath":"ResolveCustomDependentFilesforForms.html","bundleId":"work-tasks-2023-sp1","id":"a841e5183-4290-48fa-b6ba-c86a8922f24e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveInvokeWorkflow.html","title":"Resolve Invoke Workflow","navPath":"ResolveInvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a4b22a524-4f10-4f07-86d1-2100e977c382","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveImage.html","title":"Resolve Image","navPath":"ResolveImage.html","bundleId":"work-tasks-2023-sp1","id":"a1e657b15-db50-4d09-b5e5-4088abbd4497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvingHyperlink.html","title":"Resolve Hyperlink","navPath":"ResolvingHyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a5e305c4f-9b61-499e-bb34-6dfa4c1bab67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAssociation.html","title":"Forms Association","navPath":"FormsAssociation.html","bundleId":"work-tasks-2023-sp1","id":"ad7b895e2-b1bf-4949-9a22-557d3762a378","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls.html","title":"Form Controls","navPath":"FormControls.html","bundleId":"work-tasks-2023-sp1","id":"a33e28f7d-6ac7-47b1-922b-48adb930f266","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforFormControls.html","title":"Resolve Custom Dependent Files for Form Controls","navPath":"ResolveCustomDependentFilesforFormControls.html","bundleId":"work-tasks-2023-sp1","id":"a66a9713d-82f8-4e19-8415-5dd77bcbf2a3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalWorkItemLayout.html","title":"Global Work Item Layout","navPath":"GlobalWorkItemLayout.html","bundleId":"work-tasks-2023-sp1","id":"a93f71210-1aca-41f7-91fa-a0979c11a92b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GridConfiguration.html","title":"Grid Configuration","navPath":"GridConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a07a57fe5-5f11-4739-8d67-4ff07e33993a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections_1.html","title":"Logic App Connections","navPath":"LogicAppConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a1dca395b-1caf-428b-a5fd-ade3033cc970","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSettings.html","title":"Lookup Settings","navPath":"LookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3b8030da-251f-4a1c-9350-0a55258d7c64","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupExampleScenarios.html","title":"Lookup Example Scenarios","navPath":"LookupExampleScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a77c920fd-4912-4f50-9129-30c634cdcc79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageList.html","title":"Manage List","navPath":"ManageList.html","bundleId":"work-tasks-2023-sp1","id":"adae57df1-cf50-41e2-9753-2d48150ccef0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageView.html","title":"Manage View","navPath":"ManageView.html","bundleId":"work-tasks-2023-sp1","id":"ad2cc9ee6-577a-4f23-813e-ad2ae0b80302","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections_1.html","title":"Message Queue Connections","navPath":"MessageQueueConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a94b3777a-3a4e-48b0-b618-7267c8c35537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections_1.html","title":"MQTT Connections","navPath":"MQTTConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a5a923eed-3dc2-4fbf-99c3-6da1c36590bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationList.html","title":"Navigation List","navPath":"NavigationList.html","bundleId":"work-tasks-2023-sp1","id":"a228c572d-a28f-4445-986a-bacfde07ebdb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationListFolders.html","title":"Navigation List Folders","navPath":"NavigationListFolders.html","bundleId":"work-tasks-2023-sp1","id":"ae50e4a29-c7ee-4bdd-b127-7a6fcda3b6ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforNavigationLinks.html","title":"Resolve Custom Dependent Files for Navigation Links","navPath":"ResolveCustomDependentFilesforNavigationLinks.html","bundleId":"work-tasks-2023-sp1","id":"abe648a70-1427-43b1-8394-c929ff35796c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement.html","title":"Queue Management","navPath":"QueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a7441922e-9c6e-43c4-acb3-97a54b9f8037","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveAssociatedWorkflowsforQueue.html","title":"Resolve Associated Workflows for Queue","navPath":"ResolveAssociatedWorkflowsforQueue.html","bundleId":"work-tasks-2023-sp1","id":"a17ceddb0-aff8-496b-8df3-9b95278c7741","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforQueue.html","title":"Resolve Custom Dependent Files for Queue","navPath":"ResolveCustomDependentFilesforQueue.html","bundleId":"work-tasks-2023-sp1","id":"aa639d561-5d56-4fbf-8414-ddaf27fc7ac5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Reports.html","title":"Reports","navPath":"Reports.html","bundleId":"work-tasks-2023-sp1","id":"af1274707-574e-4577-8070-600d7e6134a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportConnections.html","title":"Report Connections","navPath":"ReportConnections.html","bundleId":"work-tasks-2023-sp1","id":"ae843c8e8-baee-4b0c-8399-4f6f891398bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportTemplates.html","title":"Report Templates","navPath":"ReportTemplates.html","bundleId":"work-tasks-2023-sp1","id":"ad31845df-b635-4d35-b75c-65dbe2a24f9f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveReportTemplatePath.html","title":"Resolve Report Template Path","navPath":"ResolveReportTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"ad018f391-4e3c-4b51-a8f4-d4e4a2f11deb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygorup.html","title":"Security Group","navPath":"securitygorup.html","bundleId":"work-tasks-2023-sp1","id":"a0ed39a5d-869a-439c-ab7b-d0ccf643fd3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygrouprepolevel.html","title":"Security Group - Repository Level","navPath":"managesecuritygrouprepolevel.html","bundleId":"work-tasks-2023-sp1","id":"aed096455-5177-47ca-8db3-ec9103e6d6b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListLevel.html","title":"Security Group - List Level","navPath":"SecurityGroupListLevel.html","bundleId":"work-tasks-2023-sp1","id":"a66e501cd-b48f-4939-8357-dc125924e98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListItemLevel.html","title":"Security Group - List Item Level","navPath":"SecurityGroupListItemLevel.html","bundleId":"work-tasks-2023-sp1","id":"ae67d58e8-884d-4a4d-b749-589abe51b5d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithFormsasAssociatedArtifacts.html","title":"Security Group with Forms as Associated Artifacts","navPath":"SecurityGroupwithFormsasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"ad65aef49-ce96-41f1-8fab-1738db06bce9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithWorkflowasAssociatedArtifacts.html","title":"Security Group with Workflow as Associated Artifacts","navPath":"SecurityGroupwithWorkflowasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"a47633229-b7c5-4d22-8d2c-c15a7101dc0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityRight.html","title":"Security Right","navPath":"SecurityRight.html","bundleId":"work-tasks-2023-sp1","id":"a3ca1096c-93dc-43d8-8e8e-c98a81085722","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAAssembly.html","title":"SOA Assembly","navPath":"SOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"a10bc2f4d-e783-4024-8d20-b0ceec8c063a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforSOAAssembly.html","title":"Resolve Custom Dependent Files for SOA Assembly","navPath":"ResolveCustomDependentFilesforSOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"ac107b900-87df-452d-8912-a55cba487fc7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAFolder.html","title":"SOA Folder","navPath":"SOAFolder.html","bundleId":"work-tasks-2023-sp1","id":"acfa4e1d4-1a72-4935-a487-8cfe82b81237","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPI.html","title":"Web API","navPath":"WebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a6e874046-b592-4502-8a77-d580aa993de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPISource.html","title":"Web API Source","navPath":"WebAPISource.html","bundleId":"work-tasks-2023-sp1","id":"a28b3ad04-aeb9-4550-898f-eb99f14c6b40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Workflows.html","title":"Workflows","navPath":"Workflows.html","bundleId":"work-tasks-2023-sp1","id":"a35ddeb1e-1ad1-4874-8c5b-5526b20416c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforWorkflow.html","title":"Configure Artifact Type Settings for Workflow","navPath":"ConfigureArtifactTypeSettingsforWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a7ada0421-0481-4ab6-a89c-91193d97fcb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowActivities.html","title":"Resolve Workflow Activities","navPath":"ResolveWorkflowActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae94698c3-57d7-47fe-a060-014e92ae4411","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","title":"Map the Version of the Associated Workflow to the Parent Workflow","navPath":"MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a34633789-e7e4-48d2-9a71-57aa0a0caf00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedForm.html","title":"Map the Version of the Associated Form","navPath":"MaptheVersionoftheAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"ab3f2a563-5245-44d6-8d85-63e01f6e0fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWebServiceConfigurations.html","title":"Resolve Web Service Configurations","navPath":"ResolveWebServiceConfigurations.html","bundleId":"work-tasks-2023-sp1","id":"a8a0f4991-4414-4edd-b211-7e045453708a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveFileDetails.html","title":"Resolve File Details","navPath":"ResolveFileDetails.html","bundleId":"work-tasks-2023-sp1","id":"a978ee28f-84d6-48f1-af64-184feb245cc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDocumentViewURL.html","title":"Resolve Custom Document View URL","navPath":"ResolveCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"ad7323fcd-95b0-49c5-8406-ad86149093ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRedirectURL.html","title":"Resolve Redirect URL","navPath":"ResolveRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"aa8c7d37f-29fe-4879-b8d4-86c975833c1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveTemplatePath.html","title":"Resolve Template Path","navPath":"ResolveTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a9ab9cc3b-e423-417c-930a-54bb3e1c3cb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowswithDatabaseActivity.html","title":"Resolve Workflows with Database Activity","navPath":"ResolveWorkflowswithDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9778ec46-634e-4fa2-bd6d-2d11bfc77b3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveScriptActivityReferences.html","title":"Resolve Script Activity References","navPath":"ResolveScriptActivityReferences.html","bundleId":"work-tasks-2023-sp1","id":"a7b67fd26-1c91-4867-9878-2ddc713e226e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforScriptActivity.html","title":"Resolve Custom Dependent Files for Script Activity","navPath":"ResolveCustomDependentFilesforScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad9aa3f23-2b9d-43b4-a530-86b6995bf64c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveUserorRoleBasedExceptionTemplate.html","title":"Resolve User or Role Based Exception Template","navPath":"ResolveUserorRoleBasedExceptionTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2d63143c-5c41-4297-bfcf-c486bd9b3ab7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveDeliveryChannels.html","title":"Resolve Delivery Channels","navPath":"ResolveDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a154c44b8-a1ec-4b7a-b767-2c0b78e4f08b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveXMLVariables.html","title":"Resolve XML Variables","navPath":"ResolveXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e3f4866-aa15-4500-ba57-195aa0c42047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomActivities.html","title":"Resolve Custom Activities","navPath":"ResolveCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"aee0d3336-f45b-419d-8495-827d80fa152b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CorrectCustomActivities.html","title":"Correct Custom Activities","navPath":"CorrectCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"a8ae25eb3-11d3-42fb-8be3-0b00c7a1c758","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveMESXMLCommandActivity.html","title":"Resolve MES XML Command Activity","navPath":"ResolveMESXMLCommandActivity.html","bundleId":"work-tasks-2023-sp1","id":"a215cdc5a-bea3-4780-9fdd-256fedf8ee9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitforMESEventActivity.html","title":"Resolve Wait for MES Event Activity","navPath":"ResolveWaitforMESEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae98bddbd-0a20-490a-9554-15c76b54e181","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveStartMESTransactionActivity.html","title":"Resolve Start MES Transaction Activity","navPath":"ResolveStartMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3ad3e86c-bc97-45fa-9264-ded38f7d5352","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCommitMESTransactionActivity.html","title":"Resolve Commit MES Transaction Activity","navPath":"ResolveCommitMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36bc9ada-6444-449d-90ea-faf1e3fee0f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRollbackMESTransactionActivity.html","title":"Resolve Rollback MES Transaction Activity","navPath":"ResolveRollbackMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19ebe465-cbc6-4008-b62d-fec18135c77b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveArchestrAActivities.html","title":"Resolve ArchestrA Activities","navPath":"ResolveArchestrAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a6a1f995f-bab4-4516-bf8d-4b8f9a441bf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitForLogicAppAlert.html","title":"Resolve Wait For Logic App Alert","navPath":"ResolveWaitForLogicAppAlert.html","bundleId":"work-tasks-2023-sp1","id":"a8f4808fe-0675-4216-bf13-a4eca6e4919d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCallLogicAppConnection.html","title":"Resolve Call Logic App Connection","navPath":"ResolveCallLogicAppConnection.html","bundleId":"work-tasks-2023-sp1","id":"a387a0499-8911-4e6a-9d5c-d328f7f5600e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemField.html","title":"Work Item Field","navPath":"WorkItemField.html","bundleId":"work-tasks-2023-sp1","id":"a6841114a-7422-4daa-b778-51507c1e6b44","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IncludeChildItem.html","title":"Include Child Item","navPath":"IncludeChildItem.html","bundleId":"work-tasks-2023-sp1","id":"aac6985d9-7561-4409-a574-b6d7e11a3311","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileDistribution.html","title":"File Distribution","navPath":"FileDistribution.html","bundleId":"work-tasks-2023-sp1","id":"a3a5758a3-4ec1-49dd-a387-d40c016c71f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SQLScriptGenerationandExecution.html","title":"SQL Script Generation and Execution","navPath":"SQLScriptGenerationandExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be4ce3b-451d-4f3b-8d26-36d1234541de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageinaDistributedEnvironment.html","title":"Package in a Distributed Environment","navPath":"PackageinaDistributedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a6aaaee99-38ad-415b-a36d-d6f21130fbba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingpackages.html","title":"Troubleshoot Packages","navPath":"troubleshootingpackages.html","bundleId":"work-tasks-2023-sp1","id":"acdb84908-1987-42c1-9000-c0f62106d81c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/eventassociationwithenterpriseconsoleatlistitemlevel.html","title":"Event Association with Enterprise Console at List item Level","navPath":"eventassociationwithenterpriseconsoleatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"abcad2b08-0d5e-4c61-a9ba-a1df9c52ea38","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packageableartifacts.html","title":"Packageable Artifacts","navPath":"packageableartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a201d85e4-34e6-4f95-bc45-5b7cb276fd8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Localization.html","title":"Localization","navPath":"Localization.html","bundleId":"work-tasks-2023-sp1","id":"ae5486f35-5ee5-4a37-b1df-439532805014","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScopeofLocalization.html","title":"Scope of Localization","navPath":"ScopeofLocalization.html","bundleId":"work-tasks-2023-sp1","id":"a0bcb2366-4ebc-46c5-a0f6-8b600cd96c52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeAVEVAWorkTasks.html","title":"Steps to Localize AVEVA Work Tasks","navPath":"StepstoLocalizeAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a2d272157-2747-4133-b354-8e31779784ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeGridControl.html","title":"Steps to Localize Grid Control","navPath":"StepstoLocalizeGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8f74be7-48ca-4ad4-a9ba-bc6051100183","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","title":"Steps to Localize Editor Control in WorkflowMemo and Wizard","navPath":"StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","bundleId":"work-tasks-2023-sp1","id":"a783abb2f-276d-4162-8c61-80cb2296d963","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizetheEscalationEmailWizard.html","title":"Steps to Localize the Escalation Email Wizard","navPath":"StepstoLocalizetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"a81ccd275-97c7-491a-9b70-d5071116408c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeRepositoryNameinEnterpriseConsole.html","title":"Steps to Localize Repository Name in Enterprise Console","navPath":"StepstoLocalizeRepositoryNameinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abaf899d1-7305-46d3-81bb-bc85fe858a48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeListNames.html","title":"Steps to Localize List Names","navPath":"StepstoLocalizeListNames.html","bundleId":"work-tasks-2023-sp1","id":"a8cbbb214-a79b-42ac-a4b1-0fe1e4aa8a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeForms.html","title":"Steps to Localize Forms","navPath":"StepstoLocalizeForms.html","bundleId":"work-tasks-2023-sp1","id":"a8787179c-6ecb-4c89-9508-3bef6b7c14a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeDefaultPropertiesofWebPartEditor.html","title":"Steps to Localize Default Properties of Web Part Editor","navPath":"StepstoLocalizeDefaultPropertiesofWebPartEditor.html","bundleId":"work-tasks-2023-sp1","id":"a18fdc0a8-ebcc-4eea-bd87-998fe35df479","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","title":"Steps to Localize Provider in Role Lookup User Lookup and Assign Actor Property","navPath":"StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","bundleId":"work-tasks-2023-sp1","id":"a6c98ae1f-8a58-45d6-bd93-6fec7eaa8524","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NonSupportedLocalizationTags.html","title":"Non-supported Localization Tags","navPath":"NonSupportedLocalizationTags.html","bundleId":"work-tasks-2023-sp1","id":"a792616b5-2ef0-4eda-9ece-317cff71f00a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizationFolders.html","title":"Localization Folders","navPath":"LocalizationFolders.html","bundleId":"work-tasks-2023-sp1","id":"a3ef1f73b-6e41-4b5f-aefa-b07487222367","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalesFolder.html","title":"Locales Folder","navPath":"LocalesFolder.html","bundleId":"work-tasks-2023-sp1","id":"ae695ebc9-c7f6-487c-8f20-c1aa29295173","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowElementsFolder.html","title":"Workflow Elements Folder","navPath":"WorkflowElementsFolder.html","bundleId":"work-tasks-2023-sp1","id":"a872b0e4e-26d8-4345-aaa1-f58f806cf145","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofKeystobeLocalizedforWorkItemListControl.html","title":"List of Keys to be Localized for Work Item List Control","navPath":"ListofKeystobeLocalizedforWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"ad19ff92b-bb54-47c9-92f7-d1ae7f0412ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingWebGridControl.html","title":"Keys for Localizing WebGrid Control","navPath":"KeysforLocalizingWebGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae5a5e460-746d-4974-bbe8-3fb2eda86410","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingListNames.html","title":"Keys for Localizing List Names","navPath":"KeysforLocalizingListNames.html","bundleId":"work-tasks-2023-sp1","id":"a695b5808-03f1-4735-83d2-9a6e3755dddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","title":"Localize the Response Sent for an Invalid Email to the Communication Engine","navPath":"LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","bundleId":"work-tasks-2023-sp1","id":"afeafda01-4879-4ea1-8ac1-6b1bddaed9dc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSamples.html","title":"Code Samples","navPath":"CodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a215c7c78-0c30-4489-bf5a-f8267e775cdd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RestartServices.html","title":"Restart Services","navPath":"RestartServices.html","bundleId":"work-tasks-2023-sp1","id":"a4e3e5d8b-91f4-47e0-97c9-575ad4843719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflow.html","title":"Execute Workflow","navPath":"ExecuteWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"acd2b4f4e-bb06-47a4-bd18-817382702e1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomActivity.html","title":"Custom Activity","navPath":"CustomActivity.html","bundleId":"work-tasks-2023-sp1","id":"aafcd6210-3d29-49aa-8e60-a1866e71ae48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomActivitywithoutanyProperties.html","title":"Configure Custom Activity without any Properties","navPath":"ConfigureCustomActivitywithoutanyProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1eac8260-62e1-4d48-b9e0-b74312bc9ad2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomApprovalActivity.html","title":"Custom Approval Activity","navPath":"CustomApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a307aed8c-e3f3-419a-96e1-25e9aae949fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomChoiceActivity.html","title":"Custom Choice Activity","navPath":"CustomChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"aef40a861-bd76-488e-9635-ed23619aacf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementationofCustomWorkItemForm.html","title":"Implementation of Custom WorkItemForm","navPath":"ImplementationofCustomWorkItemForm.html","bundleId":"work-tasks-2023-sp1","id":"acb340f03-6306-49c1-a4e1-0faf5837a2b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomASPXProperty.html","title":"Configure Custom ASPX Property","navPath":"ConfigureCustomASPXProperty.html","bundleId":"work-tasks-2023-sp1","id":"a2d76d1d0-3b38-48bc-8593-1f85f67a19ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomProperty.html","title":"Custom Property","navPath":"CustomProperty.html","bundleId":"work-tasks-2023-sp1","id":"a0ef4636a-141e-492c-bc17-d453da9d6d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomEngineActivity.html","title":"Custom Engine Activity","navPath":"CustomEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"adeba37ec-2049-4ee2-966b-cc02c2d28818","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureASPXFormasWorkItemDetailViewPage.html","title":"Configure ASPX Form as Work Item Detail View Page","navPath":"ConfigureASPXFormasWorkItemDetailViewPage.html","bundleId":"work-tasks-2023-sp1","id":"a04521a76-a93d-403d-b02a-871e94572664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetClientCredentialToken.html","title":"Get Client Credential Token","navPath":"GetClientCredentialToken.html","bundleId":"work-tasks-2023-sp1","id":"aeb607436-64c8-4c99-93d3-f23ad36ee7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IPropertyRoutingCondition.html","title":"IPropertyRoutingCondition","navPath":"IPropertyRoutingCondition.html","bundleId":"work-tasks-2023-sp1","id":"aaf34d098-9696-4644-b469-4ce29584161c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists.html","title":"Lists","navPath":"Lists.html","bundleId":"work-tasks-2023-sp1","id":"a17e72d43-769f-4adf-84d1-e5ab00e3a17a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowList.html","title":"Workflow List","navPath":"WorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"aa2999e6c-c196-4033-81c9-cded56b2f125","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddWorkflowItemtoWorkflowList.html","title":"Add Workflow Item to Workflow List","navPath":"AddWorkflowItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a504e0b60-8f7d-425f-8a8d-c335c0ffe378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheWorkflowsPresentintheSelectedRepository.html","title":"Get All the Workflows Present in the Selected Repository","navPath":"GetAlltheWorkflowsPresentintheSelectedRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac009fa59-9300-486c-84d4-19caaed7724b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheVersionsofaWorkflow.html","title":"Get All the Versions of a Workflow","navPath":"GetAlltheVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0929b3d1-94a6-4f90-bd69-fc00934749b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAllthePublishedVersionsofaWorkflow.html","title":"Get All the Published Versions of a Workflow","navPath":"GetAllthePublishedVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1c0c4fa0-d88b-4028-9467-9083fd193cc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFolderItemtoWorkflowList.html","title":"Add Folder Item to Workflow List","navPath":"AddFolderItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a152dbe9a-019b-4cd5-8170-8c59cf41c0e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditExistingFolderIteminWorkflowList.html","title":"Edit Existing Folder Item in Workflow List","navPath":"EditExistingFolderIteminWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a9db02238-cd82-4cd0-ba84-a5cfe8a9e132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImporttheWorkflowfromWorkflowDefinitionXml.html","title":"Import the Workflow from Workflow Definition Xml","navPath":"ImporttheWorkflowfromWorkflowDefinitionXml.html","bundleId":"work-tasks-2023-sp1","id":"a9c173f18-d8d7-4fc1-b30a-7befc57cb049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewVersion.html","title":"Create New Version","navPath":"CreateNewVersion.html","bundleId":"work-tasks-2023-sp1","id":"a716f2ca4-00ee-4298-93be-73540fa85471","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateListItem.html","title":"Create ListItem","navPath":"CreateListItem.html","bundleId":"work-tasks-2023-sp1","id":"a053bb9a5-6011-4388-9fa3-26c656a29292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem.html","title":"Save ListItem","navPath":"SaveListItem.html","bundleId":"work-tasks-2023-sp1","id":"a77ccad6e-279f-4f41-a704-aac9929c2105","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataSource.html","title":"Data Source","navPath":"DataSource.html","bundleId":"work-tasks-2023-sp1","id":"a630230ea-d016-42f3-9a3a-1c0605e6b484","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementIDBConnectionStringInterface.html","title":"Implement IDBConnectionString Interface","navPath":"ImplementIDBConnectionStringInterface.html","bundleId":"work-tasks-2023-sp1","id":"a11d57651-6f7c-49b0-836e-4dccc0e4a390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingConnectionString.html","title":"Create Data Source Using ConnectionString","navPath":"CreateDataSourceUsingConnectionString.html","bundleId":"work-tasks-2023-sp1","id":"a8a670fba-c623-4946-97f6-2177f1e3ce73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingAssemblyFile.html","title":"Create Data Source Using Assembly File","navPath":"CreateDataSourceUsingAssemblyFile.html","bundleId":"work-tasks-2023-sp1","id":"a80d2e326-4b7e-4a10-9e70-f32c2775f883","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","title":"Subscribe AssemblyResolve Event while Using APIs for Database-related Activities","navPath":"SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","bundleId":"work-tasks-2023-sp1","id":"aab3f0327-a611-4f38-a5fa-4c715681d243","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableAPI.html","title":"XML Variable API","navPath":"XMLVariableAPI.html","bundleId":"work-tasks-2023-sp1","id":"ac27828ca-8a43-48a6-9780-264676f86b77","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebServiceUsingWindowsApplication.html","title":"Create Web Service Using Windows Application","navPath":"CreateWebServiceUsingWindowsApplication.html","bundleId":"work-tasks-2023-sp1","id":"a9fb44239-4866-44f2-9cea-060def5a6393","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOACodeSamples.html","title":"SOA","navPath":"SOACodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a52473022-2c39-49db-86aa-12a30abd8851","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseSOAinaSimpleMethod.html","title":"How to Use SOA in a Simple Method?","navPath":"HowtoUseSOAinaSimpleMethod.html","bundleId":"work-tasks-2023-sp1","id":"a92ac3418-47b3-4ea1-a43d-0c167a97a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","title":"How to Use a Web Service or Remote Service using SOA Infrastructure?","navPath":"HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","bundleId":"work-tasks-2023-sp1","id":"a86638f50-0672-4aa5-891c-1a35857515b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseanApplicationthatInteractswiththeSQLServer.html","title":"How to Use an Application that Interacts with the SQL Server?","navPath":"HowtoUseanApplicationthatInteractswiththeSQLServer.html","bundleId":"work-tasks-2023-sp1","id":"ab8234781-c006-4eba-ba0b-6cac64d5e213","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseStaticMembersoftheClass.html","title":"How to Use Static Members of the Class?","navPath":"HowtoUseStaticMembersoftheClass.html","bundleId":"work-tasks-2023-sp1","id":"afff126d8-d5f8-4b07-9244-4e3063ab199c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPasstheObjectasParametertotheConstructor.html","title":"How to Pass the Object as Parameter to the Constructor?","navPath":"HowtoPasstheObjectasParametertotheConstructor.html","bundleId":"work-tasks-2023-sp1","id":"a909ff490-6db1-4a98-a50c-73730eeaccaa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseScriptinginExpressionEditor.html","title":"How to Use Scripting in Expression Editor?","navPath":"HowtoUseScriptinginExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"a202c8253-4a23-418c-8183-03bbe1eab9f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseExpressioninConstructorParameter.html","title":"How to Use Expression in Constructor Parameter?","navPath":"HowtoUseExpressioninConstructorParameter.html","bundleId":"work-tasks-2023-sp1","id":"a73678617-4939-4171-a45c-74a27367264d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAObjectSupport.html","title":"SOA Object Support","navPath":"SOAObjectSupport.html","bundleId":"work-tasks-2023-sp1","id":"ab3052381-a5d7-4ac5-9171-fbe189c7782a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesSupportedforSOA.html","title":"Features Supported for SOA","navPath":"FeaturesSupportedforSOA.html","bundleId":"work-tasks-2023-sp1","id":"a69192bad-5f21-485e-9ac5-aaaf2e4b4156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario.html","title":"Scenario","navPath":"Scenario.html","bundleId":"work-tasks-2023-sp1","id":"a241788be-d230-4fc4-8917-d3655716b7a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateClassforHandlingtheProductObject.html","title":"How to Create a Class for Handling the 'Product' Object?","navPath":"HowtoCreateClassforHandlingtheProductObject.html","bundleId":"work-tasks-2023-sp1","id":"a3ee7ead4-3547-4e93-9ce3-54a531e28b66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateanObjectInstance.html","title":"How to Create an Object Instance?","navPath":"HowtoCreateanObjectInstance.html","bundleId":"work-tasks-2023-sp1","id":"a58cb4d1b-86f6-4e82-8477-c65cb5fbe3f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateaVariable.html","title":"How to Create a Variable?","navPath":"HowtoCreateaVariable.html","bundleId":"work-tasks-2023-sp1","id":"a91da87ce-8a73-498d-8dbb-97b2509e1c54","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowTo.html","title":"How To","navPath":"HowTo.html","bundleId":"work-tasks-2023-sp1","id":"a2eb52bdd-1a20-4a9b-a68b-e5d8197f2dc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserstoActiveDirectory.html","title":"Add Users to Active Directory","navPath":"AddUserstoActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a528aa006-b311-4d5c-97cc-c17763e9b340","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomWizards.html","title":"Create Custom Wizards","navPath":"CreateCustomWizards.html","bundleId":"work-tasks-2023-sp1","id":"a679655ab-25f2-4417-a654-b0b3b937965c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnValuesfromEnginetoClient.html","title":"Return Values from Engine to Client","navPath":"ReturnValuesfromEnginetoClient.html","bundleId":"work-tasks-2023-sp1","id":"af847ced3-ddf3-4d71-b794-13ce274619fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","title":"Implement Interface to Get Action and Workflow Status Change Information from Engine","navPath":"ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","bundleId":"work-tasks-2023-sp1","id":"a22552730-b231-456e-a1b0-3929f3496121","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserNamewithDomainName.html","title":"Get User Name with Domain Name","navPath":"GetUserNamewithDomainName.html","bundleId":"work-tasks-2023-sp1","id":"a56eeff39-63a6-4c61-990f-7af79806bd94","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices.html","title":"Best Practices","navPath":"BestPractices.html","bundleId":"work-tasks-2023-sp1","id":"ac6e8fad9-9986-42f7-a836-71bace2c02ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseTips.html","title":"Database Tips","navPath":"DatabaseTips.html","bundleId":"work-tasks-2023-sp1","id":"a66b1e681-7fcd-4155-b339-5a9b7c95482b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodingTips.html","title":"Coding Tips","navPath":"CodingTips.html","bundleId":"work-tasks-2023-sp1","id":"a6f12ea63-4162-4ca4-9253-53bf3e41e9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceTips.html","title":"Performance Tips","navPath":"PerformanceTips.html","bundleId":"work-tasks-2023-sp1","id":"af478b4c7-b8d8-4ccf-9c87-f600d2b28222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinWorkTasks.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a177a28f1-cf7a-4798-921f-a557f4deec68","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinWorkTasks.html","title":"Limitations","navPath":"LimitationsinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"af5904716-f74a-4700-98b3-e9b77fd40041","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsandlistsuserguide.html","title":"Forms and Lists User Guide","navPath":"wonderwareskeltabpmformsandlistsuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a4d41db51-af01-4204-acc6-e10db9405f66","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsguide.html","title":"Forms","navPath":"wonderwareskeltabpmformsguide.html","bundleId":"work-tasks-2023-sp1","id":"ac232b753-edab-4ad5-8a0c-c0fcfb547ba3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithforms.html","title":"Get Started with Forms","navPath":"gettingstartedwithforms.html","bundleId":"work-tasks-2023-sp1","id":"acb0bfb0c-74b3-483c-b1f3-a6cd73749615","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/forms_2.html","title":"Access Forms","navPath":"forms_2.html","bundleId":"work-tasks-2023-sp1","id":"ab3f9fd16-2394-4973-bc47-b22028bc3823","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateandOrganizeForms.html","title":"Create and Organize Forms","navPath":"CreateandOrganizeForms.html","bundleId":"work-tasks-2023-sp1","id":"ae49fc783-bf58-4380-bda4-6ab731d7655b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateForms.html","title":"Create Forms","navPath":"CreateForms.html","bundleId":"work-tasks-2023-sp1","id":"a7db0fb64-14f1-4bb7-bebe-3a46446346f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFoldersforForms.html","title":"Create Folders for Forms","navPath":"CreateFoldersforForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b07bc5c-262c-400e-b6f3-e8549db312ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewChildItemsofForms.html","title":"View Child Items of Forms","navPath":"ViewChildItemsofForms.html","bundleId":"work-tasks-2023-sp1","id":"a5f6081ed-4ebe-4d40-ae11-ef9f9565e5f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingforms.html","title":"Organize Forms","navPath":"organizingforms.html","bundleId":"work-tasks-2023-sp1","id":"a6112ecf8-367e-4ace-b409-f4a54dd6dd5b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandSaveForms.html","title":"Import and save Forms","navPath":"ImportandSaveForms.html","bundleId":"work-tasks-2023-sp1","id":"aa01c9006-3085-4feb-be64-2b6054e44dd1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importingforms.html","title":"Import Forms","navPath":"importingforms.html","bundleId":"work-tasks-2023-sp1","id":"ac88ca5ae-98d5-43f1-82f0-d1fe0006b6d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportForms.html","title":"Export Forms","navPath":"ExportForms.html","bundleId":"work-tasks-2023-sp1","id":"a7ef8c390-cabc-4a22-bbfe-ecf5aee3e998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewVersionsofForms.html","title":"View Versions of Forms","navPath":"ViewVersionsofForms.html","bundleId":"work-tasks-2023-sp1","id":"ab3606a53-6302-4ee2-ad63-651af87d21d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandPublishForms.html","title":"Design and publish Forms","navPath":"DesignandPublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a37518f9a-7723-4917-aa8c-a07e541acc3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignForms.html","title":"Design Forms","navPath":"DesignForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b4f1c2f-eef6-432d-992c-6b9a3cc6dc34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditForms.html","title":"Edit Forms","navPath":"EditForms.html","bundleId":"work-tasks-2023-sp1","id":"a98999839-0f1b-4060-af5a-b264634373f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteForms.html","title":"Delete Forms","navPath":"DeleteForms.html","bundleId":"work-tasks-2023-sp1","id":"a204b7034-040b-4807-a5cc-1196450d386b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreviewForms.html","title":"Preview Forms","navPath":"PreviewForms.html","bundleId":"work-tasks-2023-sp1","id":"a78547e24-2792-48b9-91f2-22e07856d2ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms.html","title":"Publish Forms","navPath":"PublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a3fc6f79b-9762-48c3-9aea-a65a6d5f2b92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishForms.html","title":"Unpublish Forms","navPath":"UnpublishForms.html","bundleId":"work-tasks-2023-sp1","id":"adf090849-95c4-4f1e-b3a2-943eb83cf88f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishFolders.html","title":"Publish Folders","navPath":"PublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"adb3c5f1c-d6bb-4f1a-ae10-c2f103f46c9a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishFolders.html","title":"Unpublish Folders","navPath":"UnpublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"ad039447a-8787-4710-b2fe-9ddf82d65c06","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSecureForms.html","title":"Manage and secure Forms","navPath":"ManageandSecureForms.html","bundleId":"work-tasks-2023-sp1","id":"a432f6b55-f2a2-46b6-bb24-42d757747671","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockForms.html","title":"Lock Forms","navPath":"LockForms.html","bundleId":"work-tasks-2023-sp1","id":"afd88f03e-8b36-450a-b92a-9c171ee4025e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnlockForms.html","title":"Unlock Forms","navPath":"UnlockForms.html","bundleId":"work-tasks-2023-sp1","id":"a8fcdd00f-b986-40e8-9df1-4079af5b4bc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingforms.html","title":"Disable Forms","navPath":"disablingforms.html","bundleId":"work-tasks-2023-sp1","id":"ad21b4bcd-cc5c-45c0-b00b-1cab741cbae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableForms.html","title":"Enable Forms","navPath":"EnableForms.html","bundleId":"work-tasks-2023-sp1","id":"aaf760fb1-3ec7-4538-8193-29f095a4e9f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filteringforms.html","title":"Filter Forms","navPath":"filteringforms.html","bundleId":"work-tasks-2023-sp1","id":"ad7b81541-a380-4a6e-b838-7151c823f34e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnershipofForms.html","title":"Change ownership of Forms","navPath":"ChangeOwnershipofForms.html","bundleId":"work-tasks-2023-sp1","id":"a7d113f02-b5e1-49c5-81b5-d012fe51572c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityofforms.html","title":"Set Security of Forms","navPath":"settingsecurityofforms.html","bundleId":"work-tasks-2023-sp1","id":"a7ed7b6b9-1dba-43e9-854a-165075a1b149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPropertiesofForms.html","title":"View Properties of Forms","navPath":"ViewPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a09fdf93b-3af5-46e7-a7b1-0273c74197a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAuditHistoryofForms.html","title":"View Audit History of Forms","navPath":"ViewAuditHistoryofForms.html","bundleId":"work-tasks-2023-sp1","id":"aed057f29-7aa6-4c12-8f2c-0f2d1c2c1772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingformslinks.html","title":"Create Forms Links","navPath":"creatingformslinks.html","bundleId":"work-tasks-2023-sp1","id":"af79f7c11-3eac-493c-8e2c-e8cd7185ccce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dynamiclistforms.html","title":"Dynamic list Forms","navPath":"dynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a1818c4a9-f704-4525-8bff-25c8d0bfde05","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingdynamiclistforms.html","title":"Create dynamic List Forms","navPath":"creatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"ac5c24c2c-9b8c-44d6-9e9e-a3f679aedb25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/validatingdynamiclistforms.html","title":"Validate Dynamic List Forms","navPath":"validatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a64e7bb6b-a0f9-4494-a3b9-b5d80c738147","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateFormstoWorkflows.html","title":"Associate Forms to Workflows","navPath":"AssociateFormstoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a56876be2-9292-4c12-9a22-07fd66d031ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associatingformstoworkflows.html","title":"Associate Forms to Workflows","navPath":"associatingformstoworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac2d07e91-93a4-4e4e-846f-515ad4198513","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BindaFormtotheWorkflow.html","title":"Bind a Form to the Workflow","navPath":"BindaFormtotheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab7e19ec2-cd8b-40a5-ab6e-2382e8b22487","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormXMLMapping.html","title":"Form XML Mapping","navPath":"FormXMLMapping.html","bundleId":"work-tasks-2023-sp1","id":"a71e56b5d-6207-4c22-8450-595a6a14be12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditAssociationoftheAlreadyAssociatedForm.html","title":"Edit Association of the Already Associated Form","navPath":"EditAssociationoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"aeea8bf3e-4531-4d13-801c-e1acf97a0df3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditMappingsoftheAlreadyAssociatedForm.html","title":"Edit Mappings of the Already Associated Form","navPath":"EditMappingsoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"a6fb01a36-65f9-4398-88b7-f2b908f4211f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAssociationofFormswithWorkflows.html","title":"View Association of Forms with Workflows","navPath":"ViewAssociationofFormswithWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"acc9b8eb1-9a49-40e5-9a1f-e050838a27a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DissociateFormsfromWorkflows.html","title":"Dissociate Forms from Workflows","navPath":"DissociateFormsfromWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a50d60ebf-7c49-4b32-a947-c2f603ae6c6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignWorkflowsforAssociatedForms.html","title":"Design Workflows for Associated Forms","navPath":"DesignWorkflowsforAssociatedForms.html","bundleId":"work-tasks-2023-sp1","id":"ab4f051a9-d658-4e17-bfb7-c376dabcea7a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsDesigner.html","title":"Forms Designer","navPath":"FormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a50e1ecd0-69a6-45ad-8677-68ed408a7143","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageForms.html","title":"Manage Forms","navPath":"ManageForms.html","bundleId":"work-tasks-2023-sp1","id":"a114992b9-4e56-4286-80ec-80c7fe490b31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofForms.html","title":"Edit Properties of Forms","navPath":"EditPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a2adb3343-c3b0-4419-b96a-5fd247631014","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/previewingformsinformsdesigner.html","title":"Preview Forms","navPath":"previewingformsinformsdesigner.html","bundleId":"work-tasks-2023-sp1","id":"afd7c297c-6b4c-49ff-ba8c-0e5437c109ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms_1.html","title":"Publish Forms","navPath":"PublishForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a7b03bdd7-105d-4411-a037-9da813b1a0bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/220967.html","title":"List Structure","navPath":"220967.html","bundleId":"work-tasks-2023-sp1","id":"a799ff288-274f-46d4-8779-7be21223c652","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageControls.html","title":"Manage Controls","navPath":"ManageControls.html","bundleId":"work-tasks-2023-sp1","id":"a672dff7e-94d6-40cf-bb66-2aa0ffdcbb37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControls.html","title":"Add Controls","navPath":"AddControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c359367-0034-4295-9658-d01063829b4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls.html","title":"Move Controls","navPath":"MoveControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c38e9b3-06a1-4b13-aaee-4dba8a92eba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CloneControls.html","title":"Clone Controls","navPath":"CloneControls.html","bundleId":"work-tasks-2023-sp1","id":"a6420aea4-4be4-400e-ac33-dc1e53db3638","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls.html","title":"Delete Controls","navPath":"DeleteControls.html","bundleId":"work-tasks-2023-sp1","id":"a701d8781-a959-45c8-80dc-6b925c8d3e9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClearControls.html","title":"Clear Controls","navPath":"ClearControls.html","bundleId":"work-tasks-2023-sp1","id":"ab139807e-2aac-4638-81e9-a827d2b90aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls.html","title":"Replace Controls","navPath":"ReplaceControls.html","bundleId":"work-tasks-2023-sp1","id":"a3446a468-7e97-4417-815a-b70676936aec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditNameofControls.html","title":"Edit Name of Controls","navPath":"EditNameofControls.html","bundleId":"work-tasks-2023-sp1","id":"ac8818bc6-79db-4565-824b-8b9dd0dfa07e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls.html","bundleId":"work-tasks-2023-sp1","id":"af46d3334-0b0d-4997-b5d0-693a7d62e8d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignGuidelines.html","title":"Design Guidelines","navPath":"DesignGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad18bf23a-e772-4c8d-8429-4e683e6796ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customstyles.html","title":"Custom Styles","navPath":"customstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad621322c-2b57-4150-8cff-5322f10e18b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718950.html","title":"Arc","navPath":"718950.html","bundleId":"work-tasks-2023-sp1","id":"a979531cd-7162-4552-a2d2-f641c56eff53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buttoncustomstyles.html","title":"Button","navPath":"buttoncustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a2ae9945b-d27c-4521-aa7f-444d94b1c024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719693.html","title":"Card","navPath":"719693.html","bundleId":"work-tasks-2023-sp1","id":"ab4eae85a-7342-4af7-a241-db29e141d99d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/732886.html","title":"Gantt Chart","navPath":"732886.html","bundleId":"work-tasks-2023-sp1","id":"a588ebf3a-c1ac-49c9-84ac-66d123285708","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/253979.html","title":"Gauge","navPath":"253979.html","bundleId":"work-tasks-2023-sp1","id":"a9a1c7c45-28b2-4fd0-a7c9-d5976d05ab34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formcustomstyles.html","title":"Form","navPath":"formcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a54aa6bfe-b7ac-4939-a675-95218ad641a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformcustomstyles.html","title":"Base Form","navPath":"baseformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a495bda55-a7d1-4b05-9ea8-20bc2359b04f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelformcustomstyles.html","title":"Panel Form","navPath":"panelformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"aac62edfc-6ed6-450a-a7a5-b3e182ef95a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/201636.html","title":"Embed Form","navPath":"201636.html","bundleId":"work-tasks-2023-sp1","id":"acb660e5a-3a2f-4ffa-a192-711f2dc50123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719160.html","title":"Progress Bar","navPath":"719160.html","bundleId":"work-tasks-2023-sp1","id":"a8ed318e1-59e9-45b4-9a65-14d39b7da82b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabscustomstyles.html","title":"Tabs","navPath":"tabscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad2267193-7e56-4b2a-9810-e233f649e829","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/othercontrolscustomstyles.html","title":"Other Controls","navPath":"othercontrolscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a346301e7-d0ad-4ca7-b256-08fdc5c32dc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimits.html","title":"Boundaries and Limits","navPath":"BoundariesandLimits.html","bundleId":"work-tasks-2023-sp1","id":"a231a022d-c8bd-4fef-9dbd-a66ffed322f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TestEnvironment.html","title":"Test Environment","navPath":"TestEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a5a55fc53-9979-427b-a11e-c291ef2771a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimitsbyProperty.html","title":"Boundaries and Limits by Property","navPath":"BoundariesandLimitsbyProperty.html","bundleId":"work-tasks-2023-sp1","id":"ab98ec54d-0684-433b-97cd-7d041266e847","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81448.html","title":"Control Classification","navPath":"81448.html","bundleId":"work-tasks-2023-sp1","id":"a496d45a1-05b0-453d-a231-f6e5b7bfc65d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81449.html","title":"Boundaries and Limits by Control","navPath":"81449.html","bundleId":"work-tasks-2023-sp1","id":"acebc6963-8690-4957-b194-e9ea9b12c450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81450.html","title":"Boundaries and Limits by Form","navPath":"81450.html","bundleId":"work-tasks-2023-sp1","id":"a7e067bfb-91a8-4012-ba30-53c9db5137d3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices_1.html","title":"Best Practices","navPath":"BestPractices_1.html","bundleId":"work-tasks-2023-sp1","id":"af25f7ecd-343d-4109-9f1f-aa1f8ac96fe2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls_1.html","title":"Form Controls","navPath":"FormControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a201c375d-6f1a-4153-b72d-062c49be8bec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Containers.html","title":"Containers","navPath":"Containers.html","bundleId":"work-tasks-2023-sp1","id":"a9b7a0429-96cc-45b3-a570-3b08fab7d328","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/form.html","title":"Form","navPath":"form.html","bundleId":"work-tasks-2023-sp1","id":"abd3bc9a5-88a1-4620-b333-6848f865689c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/324677.html","title":"Action Bar","navPath":"324677.html","bundleId":"work-tasks-2023-sp1","id":"a8fcf52ab-07db-4efb-8234-7e3e9c00ec87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/609518.html","title":"MQTT Topic Configuration","navPath":"609518.html","bundleId":"work-tasks-2023-sp1","id":"ac02d3635-fc24-4c04-ac04-bab0c1f3eaa4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataTypesinMQTTTopicConfiguration.html","title":"Data Types in MQTT Topic Configuration","navPath":"DataTypesinMQTTTopicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a48abf035-8020-471d-bc3c-b8469952c64c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SpecifyJSONPath.html","title":"Specify JSON Path","navPath":"SpecifyJSONPath.html","bundleId":"work-tasks-2023-sp1","id":"af3794367-1ef6-411d-b3f9-b72e053ca293","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseform.html","title":"Base Form","navPath":"baseform.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c90dd-d759-4ccc-9a2d-5cc5848735b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelform.html","title":"Panel Form","navPath":"panelform.html","bundleId":"work-tasks-2023-sp1","id":"a44951dc6-091f-438d-a52a-e758218572e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabs.html","title":"Tabs","navPath":"tabs.html","bundleId":"work-tasks-2023-sp1","id":"adfb6a5f4-bbd7-49e7-8568-2648aa54dd15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Tab.html","title":"Tab","navPath":"Tab.html","bundleId":"work-tasks-2023-sp1","id":"a44332dbf-4d85-423f-9dee-30e75e90e30e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls_1.html","title":"Controls","navPath":"Controls_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a90651d-1d75-4561-80d2-f458069f7afb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Arc.html","title":"Arc","navPath":"Arc.html","bundleId":"work-tasks-2023-sp1","id":"acd9d74ba-7ce1-4a50-880e-115c12240cbf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleArcRendering.html","title":"Example Arc Rendering","navPath":"ExampleArcRendering.html","bundleId":"work-tasks-2023-sp1","id":"a7c93b698-2296-4b01-bcb8-204273b79a57","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachment.html","title":"Attachment","navPath":"attachment.html","bundleId":"work-tasks-2023-sp1","id":"a2e90e84a-cfd9-4a89-8657-f83219d1ae00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/boolean.html","title":"Boolean","navPath":"boolean.html","bundleId":"work-tasks-2023-sp1","id":"a9bef6536-55d5-4a2c-8f21-3df3f6bd563c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/button.html","title":"Button","navPath":"button.html","bundleId":"work-tasks-2023-sp1","id":"ab4553b23-0f5f-42df-ba2e-1a473db18a32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719692.html","title":"Card","navPath":"719692.html","bundleId":"work-tasks-2023-sp1","id":"a1b01075c-011e-468c-9109-23d8b72436c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536292.html","title":"Chart","navPath":"536292.html","bundleId":"work-tasks-2023-sp1","id":"ada607e61-9185-4d55-b9fd-fe7091df9dab","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSourceConfigurationforSankeyChart.html","title":"Lookup Source Configuration for Sankey Chart","navPath":"LookupSourceConfigurationforSankeyChart.html","bundleId":"work-tasks-2023-sp1","id":"a4ddf77de-57fb-4f91-b0ad-c9dff486f5d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/checkbox.html","title":"Check Box","navPath":"checkbox.html","bundleId":"work-tasks-2023-sp1","id":"a1f47ccff-4052-4392-a95e-a1c87dc8f983","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datagrid.html","title":"Data Grid","navPath":"datagrid.html","bundleId":"work-tasks-2023-sp1","id":"a42d95c84-c234-4af2-92f3-6b4be196eb43","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180639.html","title":"Configure Grids","navPath":"180639.html","bundleId":"work-tasks-2023-sp1","id":"ada57b8a4-4a00-4b3f-abf9-fc92e3c862e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/652758.html","title":"Update Grid Configuration for Lookup Modification","navPath":"652758.html","bundleId":"work-tasks-2023-sp1","id":"a8a440f42-0f6e-492c-90b2-9fc013f78007","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180640.html","title":"Highlight Records","navPath":"180640.html","bundleId":"work-tasks-2023-sp1","id":"ae3d8da4f-7262-4486-b00b-3b8af98618a3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datalookup.html","title":"Data Lookup","navPath":"datalookup.html","bundleId":"work-tasks-2023-sp1","id":"a90d318b3-af00-42e9-8e63-eea96b5269f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/date.html","title":"Date","navPath":"date.html","bundleId":"work-tasks-2023-sp1","id":"a76386d0c-f172-4fd6-8a5f-e510af125cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datetime.html","title":"Date Time","navPath":"datetime.html","bundleId":"work-tasks-2023-sp1","id":"ab048709f-a86d-4290-9786-1a767e51aa9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/drop-down.html","title":"Drop-Down","navPath":"drop-down.html","bundleId":"work-tasks-2023-sp1","id":"ae51b3423-1b30-47ee-97b6-e31b76529168","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/email.html","title":"Email","navPath":"email.html","bundleId":"work-tasks-2023-sp1","id":"ada90ec81-6b97-4986-8391-edc246b8161f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199295.html","title":"Embed Form","navPath":"199295.html","bundleId":"work-tasks-2023-sp1","id":"ac5234d47-963b-43e7-aba9-e895c7fcb28c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embedpage.html","title":"Embed Page","navPath":"embedpage.html","bundleId":"work-tasks-2023-sp1","id":"ae53a9084-4bf0-4f19-9df5-8e0299c6918c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetEmbedPageUrlandTriggertheOnDataChangeScript.html","title":"Set Embed Page Url and Trigger the On Data Change Script","navPath":"SetEmbedPageUrlandTriggertheOnDataChangeScript.html","bundleId":"work-tasks-2023-sp1","id":"a6fb2ddbd-3fd1-4388-bc09-8dc851dac1a5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signature.html","title":"E-signature","navPath":"e-signature.html","bundleId":"work-tasks-2023-sp1","id":"adcbd5574-2525-47b2-bc37-4a7f81af8834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartProperties.html","title":"Gantt Chart","navPath":"GanttChartProperties.html","bundleId":"work-tasks-2023-sp1","id":"a8289a0f5-7116-431f-94c5-5107af325376","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleGanttChartRendering.html","title":"Example Gantt Chart Rendering","navPath":"ExampleGanttChartRendering.html","bundleId":"work-tasks-2023-sp1","id":"a720db0a7-96ac-41f1-9345-406d36020030","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252063.html","title":"Gauge","navPath":"252063.html","bundleId":"work-tasks-2023-sp1","id":"a6f44ab38-c625-4528-baa8-4e778bceb523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644117.html","title":"Geolocation","navPath":"644117.html","bundleId":"work-tasks-2023-sp1","id":"aaeb11b03-178a-42e3-849d-d2223f445df0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenField.html","title":"Hidden Field","navPath":"HiddenField.html","bundleId":"work-tasks-2023-sp1","id":"a4d91ea1f-5900-4095-8a8c-c297bc00d0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536289.html","title":"Hierarchical List","navPath":"536289.html","bundleId":"work-tasks-2023-sp1","id":"a6ddc9689-31fc-4974-ab8e-0dfaa2566053","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/hyperlink.html","title":"Hyperlink","navPath":"hyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a78400f88-6710-4c60-9665-ea5bc05fae31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/image.html","title":"Image","navPath":"image.html","bundleId":"work-tasks-2023-sp1","id":"a8ed9e4a5-5162-4ed7-8bd7-4298d097cc83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflow.html","title":"Invoke Workflow","navPath":"invokeworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aff382396-16d2-46b7-aa9c-6007910312d9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteWorkflows.html","title":"Overwrite Workflows","navPath":"OverwriteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a9f9a7523-9184-4b1e-b210-f7bd2c9e5c74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteXMLVariables.html","title":"Overwrite XML Variables","navPath":"OverwriteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a4fb6839d-31c0-412e-8304-87a1fce166ef","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/label.html","title":"Label","navPath":"label.html","bundleId":"work-tasks-2023-sp1","id":"ae808f33c-63f3-47bf-83de-ce038f34a035","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/list.html","title":"List","navPath":"list.html","bundleId":"work-tasks-2023-sp1","id":"a69f4afab-8a41-4085-bedc-34ebe7ae4851","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number.html","title":"Number","navPath":"number.html","bundleId":"work-tasks-2023-sp1","id":"a34182536-f83d-41db-88d5-778abe4fedc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/password.html","title":"Password","navPath":"password.html","bundleId":"work-tasks-2023-sp1","id":"a865861ff-7bf5-4a8f-845e-031477ba99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pop-up.html","title":"Pop-Up","navPath":"pop-up.html","bundleId":"work-tasks-2023-sp1","id":"a71c925a0-ef60-45fe-aebd-ff2be0922c63","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719163.html","title":"Progress Bar","navPath":"719163.html","bundleId":"work-tasks-2023-sp1","id":"a91430a49-3326-4df9-87b9-4faa3c31a1ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleScriptingScenariosandRendering.html","title":"Example Scripting Scenarios and Rendering","navPath":"ExampleScriptingScenariosandRendering.html","bundleId":"work-tasks-2023-sp1","id":"a9a2bd64e-302a-40d3-8b58-7e08f1f6dfa0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleProgressBarRendering.html","title":"Example Progress Bar Rendering","navPath":"ExampleProgressBarRendering.html","bundleId":"work-tasks-2023-sp1","id":"aa4f415f2-6866-483d-95b0-7c662be19d81","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435385.html","title":"QR Code","navPath":"435385.html","bundleId":"work-tasks-2023-sp1","id":"a3e6ec2a9-5fb5-419b-a53a-87b8a9c45de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/radiobutton.html","title":"Radio Button","navPath":"radiobutton.html","bundleId":"work-tasks-2023-sp1","id":"a249452f2-0738-4849-ac27-25bc3e9f5b52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewer.html","title":"Report Viewer","navPath":"reportviewer.html","bundleId":"work-tasks-2023-sp1","id":"a631795e2-e4d1-4304-bf8c-bf559a4a5912","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/437769.html","title":"Report Viewer Configuration","navPath":"437769.html","bundleId":"work-tasks-2023-sp1","id":"a5c477187-3548-4182-bf78-b751837417c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingreports.html","title":"Embed Reports","navPath":"embeddingreports.html","bundleId":"work-tasks-2023-sp1","id":"a803bc65c-406d-4562-95d8-cab0cf93e2b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingpop-upreports.html","title":"Link Pop-up Reports","navPath":"linkingpop-upreports.html","bundleId":"work-tasks-2023-sp1","id":"af193ff5b-9506-4f37-bde3-ab0b3f00dcb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingdownloadablereports.html","title":"Link Downloadable Reports","navPath":"linkingdownloadablereports.html","bundleId":"work-tasks-2023-sp1","id":"adc017387-9847-4ff2-89a9-a10d341beec9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/489816.html","title":"RFID","navPath":"489816.html","bundleId":"work-tasks-2023-sp1","id":"a5bc1e47f-0333-4325-b898-c6a894e5b634","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/198651.html","title":"Rich Text","navPath":"198651.html","bundleId":"work-tasks-2023-sp1","id":"a8aa04154-1c50-499d-a2b6-8572731e213a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolelookup.html","title":"Role Lookup","navPath":"rolelookup.html","bundleId":"work-tasks-2023-sp1","id":"a0710cd4d-70dd-4a10-adb6-3df84d78f843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/614604.html","title":"Signature","navPath":"614604.html","bundleId":"work-tasks-2023-sp1","id":"a2e78b5a2-49ee-419b-bb95-0c63c4b9c995","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number_1.html","title":"Slider","navPath":"number_1.html","bundleId":"work-tasks-2023-sp1","id":"ac1934253-0c6b-4f45-bb5d-8c33bd98990c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/text.html","title":"Text","navPath":"text.html","bundleId":"work-tasks-2023-sp1","id":"a8c2e2ae8-368a-465e-9fbd-111d98d500b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/time.html","title":"Time","navPath":"time.html","bundleId":"work-tasks-2023-sp1","id":"a2a4e4db7-482f-4c86-b677-84f2ce238906","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/230651.html","title":"Tree","navPath":"230651.html","bundleId":"work-tasks-2023-sp1","id":"a86c42515-6160-479d-a21c-4959a22832ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userlookup.html","title":"User Lookup","navPath":"userlookup.html","bundleId":"work-tasks-2023-sp1","id":"ae436d009-1a27-40ba-80a0-be34b2f21874","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/826789.html","title":"Widget","navPath":"826789.html","bundleId":"work-tasks-2023-sp1","id":"ade3a8c96-4603-49f8-a29a-2dce3bf8aeea","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902485.html","title":"Dynamic Widget Properties and Events","navPath":"902485.html","bundleId":"work-tasks-2023-sp1","id":"a433aba59-6149-40b9-82d7-946eeda34e2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902497.html","title":"Add or Edit a Dynamic Property or Event","navPath":"902497.html","bundleId":"work-tasks-2023-sp1","id":"a09966e34-9444-4e1a-a169-a8c1bc42f28f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855752.html","title":"Grid Widget","navPath":"855752.html","bundleId":"work-tasks-2023-sp1","id":"af05cdb2f-afea-40c7-b62f-88312bd3ccad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093483.html","title":"Grid Widget Properties Usage","navPath":"1093483.html","bundleId":"work-tasks-2023-sp1","id":"ab25d2768-32c2-4c08-a840-3e07330243ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903237.html","title":"Grid Widget Event","navPath":"903237.html","bundleId":"work-tasks-2023-sp1","id":"a302af65a-1f1f-4151-a215-b75587391e0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903242.html","title":"On Cell Change","navPath":"903242.html","bundleId":"work-tasks-2023-sp1","id":"a4d0d6148-e098-4cba-bee2-11e2466da47d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/917567.html","title":"On Initialize","navPath":"917567.html","bundleId":"work-tasks-2023-sp1","id":"ac9084f6f-2948-4689-9a3e-116ec478b97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093482.html","title":"On Row Selection","navPath":"1093482.html","bundleId":"work-tasks-2023-sp1","id":"ad96c9386-a19c-416d-abeb-365b7f6b535a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/858794.html","title":"Configure the Grid Widget","navPath":"858794.html","bundleId":"work-tasks-2023-sp1","id":"a0c4c2376-91c3-4720-81be-b365690daf37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860015.html","title":"Pass Data to or from the Widget","navPath":"860015.html","bundleId":"work-tasks-2023-sp1","id":"a5681a57a-d92a-42bb-b9d6-2bbd0b8d49c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869728.html","title":"Define Data Columns","navPath":"869728.html","bundleId":"work-tasks-2023-sp1","id":"a009b7099-abb7-4e58-91f0-6b19cd0d2726","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869729.html","title":"Clear Data Filters","navPath":"869729.html","bundleId":"work-tasks-2023-sp1","id":"aca5a6920-49fb-47e6-9faf-22dad2c5238a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869731.html","title":"Reset Grid Data Sort Order Setting","navPath":"869731.html","bundleId":"work-tasks-2023-sp1","id":"a88d100a2-382c-462c-a3aa-d6c12f6d9d7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869732.html","title":"Validate Data","navPath":"869732.html","bundleId":"work-tasks-2023-sp1","id":"aeac82f73-cb47-450c-a1bf-c8a79667110d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860016.html","title":"Grid Widget Configurable Parameters","navPath":"860016.html","bundleId":"work-tasks-2023-sp1","id":"aadc12c92-091c-4173-b9ec-2fc024536ab7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877810.html","title":"Modify Grid Widget Title","navPath":"877810.html","bundleId":"work-tasks-2023-sp1","id":"a52dc3eb5-9d3d-46e2-86fe-529c0e4cdf0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869895.html","title":"Modify Column Width and Column Headers","navPath":"869895.html","bundleId":"work-tasks-2023-sp1","id":"a9dee9f16-7636-467c-81de-2b46b4807110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869898.html","title":"Set Number of Records to Display in a Grid Page","navPath":"869898.html","bundleId":"work-tasks-2023-sp1","id":"a2b77e774-ad09-4f6c-884f-9bb3df5ab3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869909.html","title":"Configure Cell Datatypes and Input Field","navPath":"869909.html","bundleId":"work-tasks-2023-sp1","id":"a2777b038-930c-40e2-9410-8c2473940d6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876387.html","title":"Configure Column Background Color","navPath":"876387.html","bundleId":"work-tasks-2023-sp1","id":"aa5e8649a-3d91-4af0-8fc3-560e3fe93fbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876830.html","title":"Add Column-value Tooltip","navPath":"876830.html","bundleId":"work-tasks-2023-sp1","id":"a5096cb28-7e33-475d-9129-3ffcfdf5af7c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876835.html","title":"Grid widget UI controls","navPath":"876835.html","bundleId":"work-tasks-2023-sp1","id":"a7728fdfc-8f8c-4230-a5ea-708f1730bd6f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876832.html","title":"Add Progress Bar in Grid Column","navPath":"876832.html","bundleId":"work-tasks-2023-sp1","id":"afa049062-42fd-4d7f-a528-bf833f63f2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876834.html","title":"Add Datetime Picker","navPath":"876834.html","bundleId":"work-tasks-2023-sp1","id":"ab01a631b-2441-47c7-a3e4-0f1dd54f8fe4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876837.html","title":"Add Drop-down List","navPath":"876837.html","bundleId":"work-tasks-2023-sp1","id":"abd74153b-1bb9-49bd-9bba-d70acbe52c4f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860017.html","title":"Sort, Filter, and Reorder","navPath":"860017.html","bundleId":"work-tasks-2023-sp1","id":"a7226d970-1949-4ee8-abc3-be0386389e2b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869733.html","title":"Change Default Sorting Behavior","navPath":"869733.html","bundleId":"work-tasks-2023-sp1","id":"aa762ffed-c4c5-414b-bd5e-570b56292d33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/879965.html","title":"Filter Data through Scripting","navPath":"879965.html","bundleId":"work-tasks-2023-sp1","id":"a7754ab49-276d-4a7c-974c-4b154a9295e3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877839.html","title":"Column Data Alignment","navPath":"877839.html","bundleId":"work-tasks-2023-sp1","id":"aaf612e5b-a6e8-4ecb-aa7e-d97349a85c02","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855776.html","title":"Hierarchy Selector Widget","navPath":"855776.html","bundleId":"work-tasks-2023-sp1","id":"a71ff368d-ae12-4b81-9e0c-817cf1d489b5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/872741.html","title":"Hierarchy Selector Widget Properties Usage","navPath":"872741.html","bundleId":"work-tasks-2023-sp1","id":"aef16e252-58b6-4339-8c08-3afc63e662cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903458.html","title":"Hierarchy Selector Events","navPath":"903458.html","bundleId":"work-tasks-2023-sp1","id":"ae24365fa-b9c6-414c-9ac9-af6dfa6252d8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903243.html","title":"On Initialize","navPath":"903243.html","bundleId":"work-tasks-2023-sp1","id":"a50ce0e43-ce33-4045-a8c5-2a87391d4a41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/915579.html","title":"On Selection Change","navPath":"915579.html","bundleId":"work-tasks-2023-sp1","id":"a056f30ef-9cc2-474c-8231-87124e5847f4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/859853.html","title":"Configure Hierarchy Selector Widget","navPath":"859853.html","bundleId":"work-tasks-2023-sp1","id":"a851d01c5-f4c4-4308-8962-86d8653137cf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/863435.html","title":"Pass Data to and from Widget","navPath":"863435.html","bundleId":"work-tasks-2023-sp1","id":"a33cda13e-1a07-44f4-9b80-9be0bdf76f77","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869735.html","title":"Load Hierarchical Dataset","navPath":"869735.html","bundleId":"work-tasks-2023-sp1","id":"a42cba02c-9930-4387-9583-8de9ec438ca9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/885338.html","title":"Override the Hierarchy Selector's Default Behavior for Selected Child Node","navPath":"885338.html","bundleId":"work-tasks-2023-sp1","id":"afea65ab8-5343-41ba-bed2-8b95ce0b2a12","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869736.html","title":"Modify Widget Title, Header, and Captions","navPath":"869736.html","bundleId":"work-tasks-2023-sp1","id":"a55829891-dcdc-4e49-8eac-8a85e7c8bd15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869737.html","title":"Set Color for Parent Node","navPath":"869737.html","bundleId":"work-tasks-2023-sp1","id":"a7880db35-d2f9-49f4-b1ee-17ff5f11b4ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869738.html","title":"Set Color for Child Node","navPath":"869738.html","bundleId":"work-tasks-2023-sp1","id":"a9b57e5ac-deec-48f7-816f-c1374c8000bb","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/868368.html","title":"Localize Widgets","navPath":"868368.html","bundleId":"work-tasks-2023-sp1","id":"a968337d1-3423-4f29-8c73-358956d802da","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/870059.html","title":"Example localization text file","navPath":"870059.html","bundleId":"work-tasks-2023-sp1","id":"a987c2c80-67d4-4acf-bf60-6e239260e88b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/920100.html","title":"Configure Communication between Widget Control and Form","navPath":"920100.html","bundleId":"work-tasks-2023-sp1","id":"a473cd473-cf8c-4994-9dcc-bb09a51d62c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcontrols.html","title":"Custom Controls","navPath":"customcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ae2173cb2-afd8-464b-b213-a029dd81c5ec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcontrols.html","title":"Create Custom Controls","navPath":"creatingcustomcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a3fbf361a-b2e3-4ce2-a601-4b1bc46175f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/extendingexistingcontrols.html","title":"Extend Existing Controls","navPath":"extendingexistingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a2737d472-59be-40f3-a2eb-0e0fdf912f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customproperties.html","title":"Custom Properties","navPath":"customproperties.html","bundleId":"work-tasks-2023-sp1","id":"a4e4d5f87-5d47-4484-af39-c0e126ace00f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attributingproperties.html","title":"Attributing Properties","navPath":"attributingproperties.html","bundleId":"work-tasks-2023-sp1","id":"a5abd747d-d526-4ef7-b6e4-6091364a8b07","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/propertyindex.html","title":"Property Index","navPath":"propertyindex.html","bundleId":"work-tasks-2023-sp1","id":"a4292642d-610e-44f9-ba79-a31809d6a4d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomproperties.html","title":"Create Custom Properties","navPath":"creatingcustomproperties.html","bundleId":"work-tasks-2023-sp1","id":"a96a56339-ec84-4992-a7cd-e07c4d480956","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189993.html","title":"IControlProperty","navPath":"189993.html","bundleId":"work-tasks-2023-sp1","id":"a214dee0a-a0d7-4c33-905b-7b67a0119458","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/custombindings.html","title":"Custom Bindings","navPath":"custombindings.html","bundleId":"work-tasks-2023-sp1","id":"a6d50d77f-88a8-4362-8faf-58f6bbb79ce8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ibindingproperty.html","title":"IBindingProperty","navPath":"ibindingproperty.html","bundleId":"work-tasks-2023-sp1","id":"abcc9d34b-8c5d-4c8f-ba6c-f2c45dc9f034","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rulescustom.html","title":"Rules","navPath":"rulescustom.html","bundleId":"work-tasks-2023-sp1","id":"aed91c7e8-7e9e-47e8-9410-7bf6cf617d61","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/definingrules.html","title":"Define Rules","navPath":"definingrules.html","bundleId":"work-tasks-2023-sp1","id":"a56ffef63-d3cb-4be2-8411-d774598134a1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/referencingcustom.html","title":"Reference External CSS and JS Files","navPath":"referencingcustom.html","bundleId":"work-tasks-2023-sp1","id":"a7ae6a9d8-cce7-4757-b4d9-cb716614c561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizationcustom.html","title":"Localization","navPath":"localizationcustom.html","bundleId":"work-tasks-2023-sp1","id":"a17ddf634-0c61-47cd-8f7b-5ceab71238ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcategories.html","title":"Custom Categories","navPath":"customcategories.html","bundleId":"work-tasks-2023-sp1","id":"a69e53080-fad2-4127-abd2-35aef9bd5b4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcategories.html","title":"Create Custom Categories","navPath":"creatingcustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"a25b35faa-26e8-42aa-a65c-8cb60ed9731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsincustomcategories.html","title":"Add Custom Controls in Custom Categories","navPath":"addingcustomcontrolsincustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"aa2c29b15-5ee6-41f2-abda-24e4e293f3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsinthecontrolscategory.html","title":"Add Custom Controls in the Controls Category","navPath":"addingcustomcontrolsinthecontrolscategory.html","bundleId":"work-tasks-2023-sp1","id":"aeb424396-1a43-4ebe-b85f-014ac0e90c7b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295134.html","title":"Organize Form Controls","navPath":"295134.html","bundleId":"work-tasks-2023-sp1","id":"a902d09a4-e74b-4145-918b-9bcb7082768d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplemaskedinputcontrol.html","title":"Example: Masked Input Control","navPath":"examplemaskedinputcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a35e2b0c6-f779-4e42-bbc5-d18082ebb0e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputsfcontrolscs.html","title":"SFControl​.cs","navPath":"maskedinputsfcontrolscs.html","bundleId":"work-tasks-2023-sp1","id":"a1a6963e3-2429-44c1-b33f-426508cfdaed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputmycustomcs.html","title":"MaskedInput​.cs","navPath":"maskedinputmycustomcs.html","bundleId":"work-tasks-2023-sp1","id":"a75829226-e7ae-47a0-b427-ea5113a59ee8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltamaskedinputjs.html","title":"skelta​.maskedinput​.js","navPath":"skeltamaskedinputjs.html","bundleId":"work-tasks-2023-sp1","id":"a488c3696-b53a-40f4-a3d4-4269929bca18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295366.html","title":"Add Masked Input Property for Check Syntax Validation","navPath":"295366.html","bundleId":"work-tasks-2023-sp1","id":"a1d6aaab7-4d8a-4fd6-a4f2-8bc5b1193443","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188411.html","title":"Custom Controls with Kendo UI","navPath":"188411.html","bundleId":"work-tasks-2023-sp1","id":"a44f81021-7388-4eb7-be6d-cf2952a39e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188412.html","title":"Create Custom Controls with Kendo UI","navPath":"188412.html","bundleId":"work-tasks-2023-sp1","id":"adb3b09ae-2577-4e9c-b780-620e325b4824","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188413.html","title":"Create Knockout Bindings for Kendo UI","navPath":"188413.html","bundleId":"work-tasks-2023-sp1","id":"a6e13d8b2-25aa-4218-b763-e646bb12bbc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188640.html","title":"Knockout Bindings for Kendo UI","navPath":"188640.html","bundleId":"work-tasks-2023-sp1","id":"a5ddf53b0-1a8d-451a-8fa7-3af813383abb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188806.html","title":"Example: Barchart Control","navPath":"188806.html","bundleId":"work-tasks-2023-sp1","id":"a792152a9-dbcf-4b2c-947f-71132a4db200","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299.html","title":"SFControl​.cs","navPath":"262299.html","bundleId":"work-tasks-2023-sp1","id":"acefb05f3-3c8d-4ca5-a103-d6262dff4632","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188808.html","title":"BarChart​.cs","navPath":"188808.html","bundleId":"work-tasks-2023-sp1","id":"a99a93241-6fb6-4b4e-b45c-3d2873196998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188815.html","title":"BarChartBindingProperty​.cs","navPath":"188815.html","bundleId":"work-tasks-2023-sp1","id":"a0ba40cdf-ba81-46b7-8864-77c892454eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262301.html","title":"knockout-kendo​.kendochart​.js","navPath":"262301.html","bundleId":"work-tasks-2023-sp1","id":"abb60e5f0-db85-484e-9de2-1e7bac8f57c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262302.html","title":"corp​.customcontrol​.barchart​.js","navPath":"262302.html","bundleId":"work-tasks-2023-sp1","id":"a28da1015-7ef0-4f51-adbc-8c3059a729e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295368.html","title":"Add Barchart Properties for Check Syntax Validation","navPath":"295368.html","bundleId":"work-tasks-2023-sp1","id":"a25fef3e4-164a-4c91-a4b5-5341fb651b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190589.html","title":"Example: RichTextBox Control","navPath":"190589.html","bundleId":"work-tasks-2023-sp1","id":"ab48bcd5a-7f18-410d-a07e-187656f5d71e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299_1.html","title":"SFControl​.cs","navPath":"262299_1.html","bundleId":"work-tasks-2023-sp1","id":"a80d159c7-da7e-4fb3-8384-f4dc73583cc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190592.html","title":"RichTextBox​.cs","navPath":"190592.html","bundleId":"work-tasks-2023-sp1","id":"a7a2bb3f8-8d64-4d6e-bbb6-02218fb5bd99","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190595.html","title":"knockout-kendo​.editor​.js","navPath":"190595.html","bundleId":"work-tasks-2023-sp1","id":"a6bc5330a-bf55-4b3b-8a8c-38689cec746b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190596.html","title":"richtextbox​.js","navPath":"190596.html","bundleId":"work-tasks-2023-sp1","id":"a7f6e8a50-0ab9-4247-a6f2-ce7cc59d497e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555182.html","title":"Custom Controls with Angular 12","navPath":"555182.html","bundleId":"work-tasks-2023-sp1","id":"a2107ed1f-f066-4a34-b3a6-9b4e52c0c769","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555183.html","title":"Create Custom Controls with Angular 12","navPath":"555183.html","bundleId":"work-tasks-2023-sp1","id":"a50d24f3f-ee95-4331-9774-c49c42084735","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190538.html","title":"Custom Controls with Custom Properties","navPath":"190538.html","bundleId":"work-tasks-2023-sp1","id":"a20ce88b2-6153-4c5f-8ffd-c69231ebc74d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190699.html","title":"Example: PropertyLookup Control","navPath":"190699.html","bundleId":"work-tasks-2023-sp1","id":"af20774d6-5aea-418a-827d-f7f9b88bbd92","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190694.html","title":"SFControl​.cs","navPath":"190694.html","bundleId":"work-tasks-2023-sp1","id":"a8786c070-6cfa-4730-a709-f2ae5597fcf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190695.html","title":"PropertyLookup​.cs","navPath":"190695.html","bundleId":"work-tasks-2023-sp1","id":"a9eaf01b9-833c-4319-810e-905ef48b9da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190696.html","title":"PropertyLookup​.js","navPath":"190696.html","bundleId":"work-tasks-2023-sp1","id":"a37567bbc-0b0f-4859-a11d-84a4dfb0d633","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190698.html","title":"PropertyLookup​.css","navPath":"190698.html","bundleId":"work-tasks-2023-sp1","id":"aca5d548a-b54b-4a01-a116-478e86f58c3e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190705.html","title":"Example: Autocomplete Control","navPath":"190705.html","bundleId":"work-tasks-2023-sp1","id":"a9830c03b-43cc-4bbd-9b60-a06467a0ec44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190706.html","title":"SFControl​.cs","navPath":"190706.html","bundleId":"work-tasks-2023-sp1","id":"a59d4c3e6-3cf4-4c5d-9de0-58630dce3b4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190707.html","title":"Autocomplete​.cs","navPath":"190707.html","bundleId":"work-tasks-2023-sp1","id":"a7b5c5d7c-f488-4af7-b071-befaf4997e47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190714.html","title":"GridProperty​.cs","navPath":"190714.html","bundleId":"work-tasks-2023-sp1","id":"a4018c3e0-1acc-4e51-a8ec-5844d5de45f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190715.html","title":"PopupProperty​.cs","navPath":"190715.html","bundleId":"work-tasks-2023-sp1","id":"a92b0ec44-2edd-4f5a-846c-82ff344ceafd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190710.html","title":"Autocomplete​.js","navPath":"190710.html","bundleId":"work-tasks-2023-sp1","id":"ac20fa403-83aa-483a-9245-718f953b6d3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190712.html","title":"knockout-kendo​.autocompletebinding​.js","navPath":"190712.html","bundleId":"work-tasks-2023-sp1","id":"a64cdb11b-139c-4de9-8133-fd094ba9d481","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190713.html","title":"BaseFormWithValidationScript​.xml","navPath":"190713.html","bundleId":"work-tasks-2023-sp1","id":"a9b45a9ba-3e6a-416e-884f-69e63ff30bf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/191052.html","title":"PropertyLookup​.htm","navPath":"191052.html","bundleId":"work-tasks-2023-sp1","id":"afacedca2-acde-4252-a8dc-d81d5a121a15","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202165.html","title":"Custom Control with Standard Properties","navPath":"202165.html","bundleId":"work-tasks-2023-sp1","id":"a5f8de4ef-ff0b-4e27-a5e8-75fcc15037db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202426.html","title":"Example: TreeView Control","navPath":"202426.html","bundleId":"work-tasks-2023-sp1","id":"a895feaca-ef9f-430f-85f4-08bd287354a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202427.html","title":"SFControl​.cs","navPath":"202427.html","bundleId":"work-tasks-2023-sp1","id":"a64d96ae7-d4f7-4462-9010-0b4c020cf0ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202428.html","title":"TreeView​.cs","navPath":"202428.html","bundleId":"work-tasks-2023-sp1","id":"a7296694b-6eb2-4c4b-a3b5-709ec8fbe31d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202429.html","title":"TreeViewBinding​.cs","navPath":"202429.html","bundleId":"work-tasks-2023-sp1","id":"ab0a228d7-668f-48cc-ae9e-a45229817672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202430.html","title":"corp​.customControls​.treeView​.js","navPath":"202430.html","bundleId":"work-tasks-2023-sp1","id":"af6611fcb-ec95-4b34-a849-6b54f8e2bcdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202431.html","title":"kendo​.treeview​.js","navPath":"202431.html","bundleId":"work-tasks-2023-sp1","id":"a7c0684c9-ff30-464e-b999-783edce9f7b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202432.html","title":"knockout-kendo​.treeview​.js","navPath":"202432.html","bundleId":"work-tasks-2023-sp1","id":"a71ec1f18-98d7-42e0-ab2c-0683c5a0eb85","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295001.html","title":"Add Custom Control Members as White List for Check syntax validations","navPath":"295001.html","bundleId":"work-tasks-2023-sp1","id":"a472a650f-9964-4e3e-90d6-67947698b8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultValues.html","title":"Default Values","navPath":"DefaultValues.html","bundleId":"work-tasks-2023-sp1","id":"af9abd76f-37b2-4a3f-94d2-5366a91447c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidationofValues.html","title":"Validation of Values","navPath":"ValidationofValues.html","bundleId":"work-tasks-2023-sp1","id":"ae1fde206-3367-4216-b720-c924e7e37620","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/layouts.html","title":"Form Layouts","navPath":"layouts.html","bundleId":"work-tasks-2023-sp1","id":"aaf2ea2fa-bfdc-4210-8dde-84aa39057a48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designingformlayouts.html","title":"Design Form Layouts","navPath":"designingformlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a3a50344c-b41c-492d-aed9-e7275103e28a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplesaleregistrationform.html","title":"Example: Sale Registration Form","navPath":"examplesaleregistrationform.html","bundleId":"work-tasks-2023-sp1","id":"ae88e3d7d-e653-4f47-8132-62e8875c1531","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190453.html","title":"Forms in Custom Pages","navPath":"190453.html","bundleId":"work-tasks-2023-sp1","id":"ad4bcb0bb-a66f-4570-b4f5-db8d47c239a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190455.html","title":"Load Single Form","navPath":"190455.html","bundleId":"work-tasks-2023-sp1","id":"a547cb497-d48a-4302-9851-329cac4949cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190456.html","title":"Single Form Custom Page Template","navPath":"190456.html","bundleId":"work-tasks-2023-sp1","id":"a1682d639-f76e-46af-8187-7f8b7af054f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localization_1.html","title":"Localization","navPath":"localization_1.html","bundleId":"work-tasks-2023-sp1","id":"ace2317db-c30d-42ff-aa11-6533c0f190a3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingforms.html","title":"Localize Forms","navPath":"localizingforms.html","bundleId":"work-tasks-2023-sp1","id":"aef9a34bf-a86f-4b75-9ab4-551269bab5f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingcontrolnames.html","title":"Localize Control Names and Descriptions","navPath":"localizingcontrolnames.html","bundleId":"work-tasks-2023-sp1","id":"a73564500-0340-4343-9493-fcc29c2f3a0d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingstandardvalidationmessages.html","title":"Localize Standard Validation Messages","navPath":"localizingstandardvalidationmessages.html","bundleId":"work-tasks-2023-sp1","id":"a1dc9cf0a-b76f-436a-ab5b-2c33e5b3a71d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingmessagesinvalidationscripts.html","title":"Localize Messages in Validation Scripts","navPath":"localizingmessagesinvalidationscripts.html","bundleId":"work-tasks-2023-sp1","id":"a3b3f51ec-7079-4c75-91ee-f7b917196e48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/517766.html","title":"Localize Column Names in Data Grid","navPath":"517766.html","bundleId":"work-tasks-2023-sp1","id":"afe160a75-aaec-4ba9-b9b1-370d88e9af2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberanddateformats.html","title":"Number and Date Formats","navPath":"numberanddateformats.html","bundleId":"work-tasks-2023-sp1","id":"a32d6db62-9493-4ea2-98a2-6eb288086469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberformats.html","title":"Number Formats","navPath":"numberformats.html","bundleId":"work-tasks-2023-sp1","id":"a0ec7d95d-561d-4432-b642-c51c8edd5efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dateandtimeformats.html","title":"Date and Time Formats","navPath":"dateandtimeformats.html","bundleId":"work-tasks-2023-sp1","id":"abc560300-78ab-48e6-a460-ad54dcf2447d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scripts.html","title":"Form Scripts","navPath":"scripts.html","bundleId":"work-tasks-2023-sp1","id":"ab0965f6d-0e55-42af-bf6c-353a0a0ecc0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Framework.html","title":"Framework","navPath":"Framework.html","bundleId":"work-tasks-2023-sp1","id":"a23816853-01cd-4944-8ef8-4f61cfb53a96","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JavaScript.html","title":"JavaScript","navPath":"JavaScript.html","bundleId":"work-tasks-2023-sp1","id":"abf2c8678-1353-4f0a-a95e-a70b51e5f372","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73293.html","title":"Script Editor","navPath":"73293.html","bundleId":"work-tasks-2023-sp1","id":"a24bb6e88-22db-4796-bc4f-98a8ef3a0c53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateScripts.html","title":"Validate Scripts","navPath":"ValidateScripts.html","bundleId":"work-tasks-2023-sp1","id":"aa9446cb7-5c2e-4a0c-92c2-0f25a8db2133","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soathroughscripts.html","title":"SOA through Scripts","navPath":"soathroughscripts.html","bundleId":"work-tasks-2023-sp1","id":"ac5b8ffe5-7101-4c1c-ad8d-c17c382531cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Guidelines.html","title":"Guidelines","navPath":"Guidelines.html","bundleId":"work-tasks-2023-sp1","id":"a6d11d79b-0e8c-4990-bc18-3726bd5e43e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PropertiesandEvents.html","title":"Properties and Events","navPath":"PropertiesandEvents.html","bundleId":"work-tasks-2023-sp1","id":"a673575fe-b388-4f46-a5d4-a464e45743ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Enable.html","title":"Enable","navPath":"Enable.html","bundleId":"work-tasks-2023-sp1","id":"a9b0d16d0-1d3e-43b3-97b0-596a7402a56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Visible.html","title":"Visible","navPath":"Visible.html","bundleId":"work-tasks-2023-sp1","id":"af0b8486e-c771-41c6-a36c-2bb97a17825c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReadOnly.html","title":"Read-Only","navPath":"ReadOnly.html","bundleId":"work-tasks-2023-sp1","id":"aee7d2409-5b2b-4af9-a162-01b17552ada4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mandatory.html","title":"Mandatory","navPath":"Mandatory.html","bundleId":"work-tasks-2023-sp1","id":"a6cfba6a9-d83a-40e0-843c-1f2f95702d19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Validate.html","title":"Validate","navPath":"Validate.html","bundleId":"work-tasks-2023-sp1","id":"a24f8c472-6ca2-400a-a8d2-b8965bf4b18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/options.html","title":"Options","navPath":"options.html","bundleId":"work-tasks-2023-sp1","id":"a5fc376fe-fe6f-4971-9120-e019de5b9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Behavior.html","title":"Behavior","navPath":"Behavior.html","bundleId":"work-tasks-2023-sp1","id":"a662aff08-c2ae-4414-894d-28c556228fec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingextendedinformation.html","title":"Extended Information","navPath":"accessingextendedinformation.html","bundleId":"work-tasks-2023-sp1","id":"a523334e5-ca8d-42ee-b724-fd6c6d42bc78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/onclick.html","title":"On Click","navPath":"onclick.html","bundleId":"work-tasks-2023-sp1","id":"a1dd8f6db-60bc-4877-9a02-d70f4da42d0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataBound.html","title":"On Data Bound","navPath":"OnDataBound.html","bundleId":"work-tasks-2023-sp1","id":"a406b9a38-741c-4840-9697-0f72f811618c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataChange.html","title":"On Data Change","navPath":"OnDataChange.html","bundleId":"work-tasks-2023-sp1","id":"a5e379efb-1fab-43ea-acb1-51c3629c4c1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnFormLoad.html","title":"On Form Load","navPath":"OnFormLoad.html","bundleId":"work-tasks-2023-sp1","id":"a053eb07b-ab76-466c-9380-b1620958819b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordAdd.html","title":"On Record Add","navPath":"OnRecordAdd.html","bundleId":"work-tasks-2023-sp1","id":"a917a1c31-3751-4611-a48f-fd9d904d5b1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordDelete.html","title":"On Record Delete","navPath":"OnRecordDelete.html","bundleId":"work-tasks-2023-sp1","id":"a1d01c0b3-5d25-4e5d-97d1-5b2c1f481968","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnSelectionChange.html","title":"On Selection Change","navPath":"OnSelectionChange.html","bundleId":"work-tasks-2023-sp1","id":"aa4a03b7b-b945-4492-bbbd-a69f06c5ed5e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTabIndexChange.html","title":"On Tab Index Change","navPath":"OnTabIndexChange.html","bundleId":"work-tasks-2023-sp1","id":"a36eba1fb-db22-4df4-924d-4f97cd9cb920","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCheckChange.html","title":"On Check Change","navPath":"OnCheckChange.html","bundleId":"work-tasks-2023-sp1","id":"a95be1fe6-6e86-481e-91ab-c6a714295247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252067.html","title":"On Initialize","navPath":"252067.html","bundleId":"work-tasks-2023-sp1","id":"a0cad9e4f-d52a-4cac-9b1c-97afa5de5c51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RecordVisible.html","title":"Record Visible","navPath":"RecordVisible.html","bundleId":"work-tasks-2023-sp1","id":"a69a71c07-6055-4ea6-92fd-39a8732be427","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RangeColor.html","title":"Range Color","navPath":"RangeColor.html","bundleId":"work-tasks-2023-sp1","id":"aadc7df27-561f-40ff-8c1e-2af804dceb50","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContainersScript.html","title":"Containers","navPath":"ContainersScript.html","bundleId":"work-tasks-2023-sp1","id":"a173d0ffa-36ba-4222-bfe5-00d711c2ed7c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformscriptguidelines.html","title":"Base Form","navPath":"baseformscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aff985446-0dfd-4289-840c-9ecf85f92865","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PanelFormScript.html","title":"Panel Form","navPath":"PanelFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a806b1401-3ac1-4317-b70d-2dd966e70a8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionBarScript.html","title":"Action Bar","navPath":"ActionBarScript.html","bundleId":"work-tasks-2023-sp1","id":"a8859f11d-c302-400c-9a26-ebd0f7b77e29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabsScript.html","title":"Tabs","navPath":"TabsScript.html","bundleId":"work-tasks-2023-sp1","id":"a7f8f2d9d-20a0-4609-8f0b-bb1b49306e30","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabScript.html","title":"Tab","navPath":"TabScript.html","bundleId":"work-tasks-2023-sp1","id":"adfe7ac43-c535-4920-914f-356c38fc0082","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlsScripts.html","title":"Controls","navPath":"ControlsScripts.html","bundleId":"work-tasks-2023-sp1","id":"abbe351b8-8faa-4d02-80fd-2a0f17dbbca9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArcScripting.html","title":"Arc","navPath":"ArcScripting.html","bundleId":"work-tasks-2023-sp1","id":"a2c9f6493-98d2-4fea-91ac-9731f7f1df21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachmentscriptguidelines.html","title":"Attachment","navPath":"attachmentscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad85a9940-8b58-4cea-8007-8547774cfd7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanScript.html","title":"Boolean","navPath":"BooleanScript.html","bundleId":"work-tasks-2023-sp1","id":"a61f57124-bd8b-46ac-914b-8d405187b3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ButtonScript.html","title":"Button","navPath":"ButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"add3c0abf-3869-4a06-8083-fb50d4412c4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719691.html","title":"Card","navPath":"719691.html","bundleId":"work-tasks-2023-sp1","id":"a6c0bb2d2-035a-4690-a144-87b5c3a6bd27","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718901.html","title":"Example Scripting Scenarios and Rendering","navPath":"718901.html","bundleId":"work-tasks-2023-sp1","id":"af021cb5e-c010-43a5-8209-84587a6b9203","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/701201.html","title":"Scripting Scenarios","navPath":"701201.html","bundleId":"work-tasks-2023-sp1","id":"a3aebda6f-b56c-40f2-aa27-91a40d40fe6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/705389.html","title":"Example Card Control Rendering","navPath":"705389.html","bundleId":"work-tasks-2023-sp1","id":"a1e1e8bc5-a04d-4d57-b7c4-c15c1c6972f3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536293.html","title":"Chart","navPath":"536293.html","bundleId":"work-tasks-2023-sp1","id":"a779eb158-8be4-46f2-a345-886cfb025b72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckBox_1.html","title":"Check Box","navPath":"CheckBox_1.html","bundleId":"work-tasks-2023-sp1","id":"ad59a63f6-68b3-4fa9-9004-c341ff1c4d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataGrid_1.html","title":"Data Grid","navPath":"DataGrid_1.html","bundleId":"work-tasks-2023-sp1","id":"a0be95846-3ca4-445f-817d-b93fdb6d16ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataLookup_1.html","title":"Data Lookup","navPath":"DataLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a92d16e-ea2e-43f7-88fb-a65012adb9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateScript.html","title":"Date","navPath":"DateScript.html","bundleId":"work-tasks-2023-sp1","id":"a50d50d5e-40b8-4018-b810-8f504ba07988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeScript.html","title":"Date Time","navPath":"DateTimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a538bb564-2ce9-41df-82fe-4df0d8820001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DropDownScript.html","title":"Drop-Down","navPath":"DropDownScript.html","bundleId":"work-tasks-2023-sp1","id":"ad97e1b65-fc0f-426f-a542-19cbc9532219","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailScript.html","title":"Email","navPath":"EmailScript.html","bundleId":"work-tasks-2023-sp1","id":"a17eaad80-c8ab-4afc-81f2-146e7767334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedFormScript.html","title":"Embed Form","navPath":"EmbedFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a3c1c4eca-008c-45b2-8427-6f41897e4a22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedPageScript.html","title":"Embed Page","navPath":"EmbedPageScript.html","bundleId":"work-tasks-2023-sp1","id":"a7ea6ebf2-49ee-44af-b6d0-a9d5aeb4414d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signaturescriptguidelines.html","title":"E-signature","navPath":"e-signaturescriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ae7fa3d90-a123-4c85-8c19-0de21a1fdac8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartScripting.html","title":"Gantt Chart","navPath":"GanttChartScripting.html","bundleId":"work-tasks-2023-sp1","id":"a77eb5cec-820f-46c1-ae31-29affe7e006c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GaugeScript.html","title":"Gauge","navPath":"GaugeScript.html","bundleId":"work-tasks-2023-sp1","id":"a887cccaa-6cad-41cf-845e-f9d0bf448656","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GeolocationScript.html","title":"Geolocation","navPath":"GeolocationScript.html","bundleId":"work-tasks-2023-sp1","id":"a55df2eac-f404-4d83-a0ba-1fbd87d6b98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenFieldScript.html","title":"Hidden Field","navPath":"HiddenFieldScript.html","bundleId":"work-tasks-2023-sp1","id":"ad16c6f2b-4e8f-4c94-b50d-9dc7800d7adf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HierarchicalListScript.html","title":"Hierarchical List","navPath":"HierarchicalListScript.html","bundleId":"work-tasks-2023-sp1","id":"a4147403f-77bf-4f5a-857f-43d65e6e8612","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HyperlinkScript.html","title":"Hyperlink","navPath":"HyperlinkScript.html","bundleId":"work-tasks-2023-sp1","id":"a80db9c87-481f-48bc-9dea-4996f9bc9e03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImageScript.html","title":"Image","navPath":"ImageScript.html","bundleId":"work-tasks-2023-sp1","id":"aec471e74-cfb1-4bde-8841-fe1fca873c66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflowscriptguidelines.html","title":"Invoke Workflow","navPath":"invokeworkflowscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aabf8a4bb-8188-4e2e-bf46-b3f4a1568ff8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LabelScript.html","title":"Label","navPath":"LabelScript.html","bundleId":"work-tasks-2023-sp1","id":"a87c3f791-6cc5-4002-b765-5d3eff298c84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScript.html","title":"List","navPath":"ListScript.html","bundleId":"work-tasks-2023-sp1","id":"a0334c277-ebb3-45d5-b41c-cfbaccb1aed5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NumberScript.html","title":"Number","navPath":"NumberScript.html","bundleId":"work-tasks-2023-sp1","id":"ae9725cb1-a63b-473d-b263-8d5eb7d1586a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PasswordScript.html","title":"Password","navPath":"PasswordScript.html","bundleId":"work-tasks-2023-sp1","id":"afba5abd2-5992-4565-aa3d-dc4027347497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PopUpScript.html","title":"Pop-Up","navPath":"PopUpScript.html","bundleId":"work-tasks-2023-sp1","id":"af68fd846-6ce4-4257-b5e1-6b3381fafc37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719165.html","title":"Progress Bar","navPath":"719165.html","bundleId":"work-tasks-2023-sp1","id":"add8f6177-50ce-40ed-8354-2d7537a3688e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RadioButtonScript.html","title":"Radio Button","navPath":"RadioButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"a46e1d47d-df8d-4f45-ae13-8a48ca9985a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewerscriptguidelines.html","title":"Report Viewer","navPath":"reportviewerscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aaf191e60-b8bc-4e25-8420-100489060f8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RichTextScript.html","title":"Rich Text","navPath":"RichTextScript.html","bundleId":"work-tasks-2023-sp1","id":"aa553ef56-7bab-4646-92fe-c26fabc1b06b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleLookupScript.html","title":"Role Lookup","navPath":"RoleLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a55f67cef-817a-4f60-80d9-72b7e5325afa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SignatureScript.html","title":"Signature","navPath":"SignatureScript.html","bundleId":"work-tasks-2023-sp1","id":"ac60f2463-47ba-4b0f-aa50-d2613d2f8a6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SliderScript.html","title":"Slider","navPath":"SliderScript.html","bundleId":"work-tasks-2023-sp1","id":"a299b25e3-247f-4014-9af5-58ff71378a18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextScript.html","title":"Text","navPath":"TextScript.html","bundleId":"work-tasks-2023-sp1","id":"a0a4ced46-ff52-4822-844c-f7d5e675f3bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeScript.html","title":"Time","navPath":"TimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a342aa2df-d01e-4ff1-b4d5-c9b6002af3bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TreeScript.html","title":"Tree","navPath":"TreeScript.html","bundleId":"work-tasks-2023-sp1","id":"a73dc6437-3b03-45fc-8605-5a687896b193","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookupScript.html","title":"User Lookup","navPath":"UserLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a5f379bbf-ad8c-40ef-b47a-0e6b9c7bfe2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/827028.html","title":"Widget","navPath":"827028.html","bundleId":"work-tasks-2023-sp1","id":"abe42c193-0e6c-4ce8-bb7e-da9925eb556e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParameters.html","title":"Forms Parameters","navPath":"FormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"a8c9c7e79-3043-429d-86a5-d8fc47dcd5be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFormsParameters.html","title":"Add Forms Parameters","navPath":"AddFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"ab2106091-7396-415c-8d58-ad075eebbbc6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteFormsParameters.html","title":"Delete Forms Parameters","navPath":"DeleteFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"abfed2378-fbb2-415a-84d5-b3fe77375a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetFormsParameters.html","title":"Set Forms Parameters","navPath":"SetFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"add1680cf-2275-48ef-950f-30c6b6402be2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParametersforInvokeFormActivity.html","title":"Forms Parameters for Invoke Form Activity","navPath":"FormsParametersforInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a40527d76-4cf6-4c34-a731-cd1e93b0ba05","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesinScripts.html","title":"Best Practices","navPath":"BestPracticesinScripts.html","bundleId":"work-tasks-2023-sp1","id":"a7e06072b-5686-46fc-a891-347daba7ee74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/APIs.html","title":"APIs","navPath":"APIs.html","bundleId":"work-tasks-2023-sp1","id":"a8a4529fc-1934-4d11-b523-ac365299ec63","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAPIs.html","title":"Forms APIs","navPath":"FormsAPIs.html","bundleId":"work-tasks-2023-sp1","id":"a77a13ccb-5735-4142-9a1c-520210d4b161","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUcloseForm.html","title":"SFU​.closeForm()","navPath":"SFUcloseForm.html","bundleId":"work-tasks-2023-sp1","id":"a405f6fe4-91af-4f08-b2c9-03e213c8b49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUdecodeXmlValue.html","title":"SFU​.decodeXmlValue()","navPath":"SFUdecodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"ab560123e-3571-4393-9c28-6f1920103901","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUencodeXmlValue.html","title":"SFU​.encodeXmlValue()","navPath":"SFUencodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"a39ff212b-b27c-4d49-9343-31e3524fa5e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/765030.html","title":"SFU​.getClientCredentialToken()","navPath":"765030.html","bundleId":"work-tasks-2023-sp1","id":"a2d5543f8-07f9-40b1-9836-39021af69a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInStringFormat.html","title":"SFU​.getDateTimeInStringFormat()","navPath":"SFUgetDateTimeInStringFormat.html","bundleId":"work-tasks-2023-sp1","id":"a37bea45a-9ab4-4f07-95ea-155581ae546c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInServerUTCFormat.html","title":"SFU​.getDateTimeInServerUTCFormat()","navPath":"SFUgetDateTimeInServerUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"a77e802af-d947-41ac-a986-d287f7b781e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInUTCFormat.html","title":"SFU​.getDateTimeInUTCFormat()","navPath":"SFUgetDateTimeInUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"afb06954b-2d9f-42ef-a94a-bf8154a6e90c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetFormUrl.html","title":"SFU​.getFormUrl()","navPath":"SFUgetFormUrl.html","bundleId":"work-tasks-2023-sp1","id":"ae84ccc75-53a6-4f25-814e-f80f6323d8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetGridValue.html","title":"SFU​.getGridValue()","navPath":"SFUgetGridValue.html","bundleId":"work-tasks-2023-sp1","id":"abc5e4b6d-b5ca-4292-9288-7a33ef5668d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetImagePath.html","title":"SFU​.getImagePath()","navPath":"SFUgetImagePath.html","bundleId":"work-tasks-2023-sp1","id":"a3b25c910-8d9e-4a40-88d4-ee17beb18699","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetJSONObjectFromXml.html","title":"SFU​.getJSONObjectFromXml()","navPath":"SFUgetJSONObjectFromXml.html","bundleId":"work-tasks-2023-sp1","id":"aef63007c-f450-4c86-9ec2-3b5f7a9cb222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetLookupSchemaAndData.html","title":"SFU​.getLookupSchemaAndData()","navPath":"SFUgetLookupSchemaAndData.html","bundleId":"work-tasks-2023-sp1","id":"aaf1cea43-b018-4bd2-8d8c-ff28683cd200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetServerUtcOffset.html","title":"SFU​.getServerUtcOffset()","navPath":"SFUgetServerUtcOffset.html","bundleId":"work-tasks-2023-sp1","id":"a51117c4a-b3de-477b-a5e0-acd2c878a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetStorageItem.html","title":"SFU​.getStorageItem()","navPath":"SFUgetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"aeec65e35-5b22-4a7a-849d-51b0734e0c09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserAccessToken.html","title":"SFU​.getUserAccessToken()","navPath":"SFUgetUserAccessToken.html","bundleId":"work-tasks-2023-sp1","id":"ac8456f4f-584f-47b7-a627-fa699c6b6a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserLookupExtendedInformation.html","title":"SFU​.getUserLookupExtendedInformation()","navPath":"SFUgetUserLookupExtendedInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9e7586df-a8e9-4d92-8f7f-d0a38f3055e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/833395.html","title":"SFU​.getUserMemberOf()","navPath":"833395.html","bundleId":"work-tasks-2023-sp1","id":"a9fb5e779-8633-4110-b420-aac7d339fbda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserRoles.html","title":"SFU​.getUserRoles()","navPath":"SFUgetUserRoles.html","bundleId":"work-tasks-2023-sp1","id":"a261da06b-5080-4adb-b3a6-15588709721a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserSecurityGroup.html","title":"SFU​.getUserSecurityGroup()","navPath":"SFUgetUserSecurityGroup.html","bundleId":"work-tasks-2023-sp1","id":"ab8235884-a73b-43bc-8142-58c299e65c60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetValueForRightCode.html","title":"SFU​.getValueForRightCode()","navPath":"SFUgetValueForRightCode.html","bundleId":"work-tasks-2023-sp1","id":"a6f8409fd-9654-41ed-bac2-87068dc0ef61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetVirtualActorId.html","title":"SFU​.getVirtualActorId()","navPath":"SFUgetVirtualActorId.html","bundleId":"work-tasks-2023-sp1","id":"a9623a4ae-bef5-41f3-9095-4c0671200f96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetXmlFromJSONObject.html","title":"SFU​.getXmlFromJSONObject()","navPath":"SFUgetXmlFromJSONObject.html","bundleId":"work-tasks-2023-sp1","id":"a445b578b-9b19-4599-90b4-87e9ca5835b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUhideLoader.html","title":"SFU​.hideLoader()","navPath":"SFUhideLoader.html","bundleId":"work-tasks-2023-sp1","id":"aac3d9e80-d787-48ab-9f4a-bca90865a0c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfuincludecustomcssfiles.html","title":"SFU​.includeCustomCssFiles()","navPath":"sfuincludecustomcssfiles.html","bundleId":"work-tasks-2023-sp1","id":"a83668983-4e0e-43a4-b237-1690183f5d57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaformsutilitiesincludecustomjsfiles.html","title":"SFU​.includeCustomJsFiles()","navPath":"skeltaformsutilitiesincludecustomjsfiles.html","bundleId":"work-tasks-2023-sp1","id":"a9176345d-ceb1-47e2-845d-e8315bc001e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1057633.html","title":"SFU​.initializeWidgetFormCommunication()","navPath":"1057633.html","bundleId":"work-tasks-2023-sp1","id":"afdf9386c-b09a-40d1-b511-fdb8d7660f6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUinvokeWorkflow.html","title":"SFU​.invokeWorkflow()","navPath":"SFUinvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a86fcf416-ce93-417d-9c58-678e7317af47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisArray.html","title":"SFU​.isArray()","navPath":"SFUisArray.html","bundleId":"work-tasks-2023-sp1","id":"ac7e64843-c68d-4c28-ad8e-54bf72109446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisControlInNewMode.html","title":"SFU​.isControlInNewMode()","navPath":"SFUisControlInNewMode.html","bundleId":"work-tasks-2023-sp1","id":"a86b40c31-8681-4d53-8429-cdf09d56524b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisEmpty.html","title":"SFU​.isEmpty()","navPath":"SFUisEmpty.html","bundleId":"work-tasks-2023-sp1","id":"a821d474a-39e2-45e2-8957-9a5434d26590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisFormInEditMode.html","title":"SFU​.isFormInEditMode()","navPath":"SFUisFormInEditMode.html","bundleId":"work-tasks-2023-sp1","id":"acafc88dc-b80b-4ed1-abd5-96139505e899","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisMobileDisplayMode.html","title":"SFU​.isMobileDisplayMode()","navPath":"SFUisMobileDisplayMode.html","bundleId":"work-tasks-2023-sp1","id":"a4532b8f9-0123-4510-af32-67e4a8499f2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisNumber.html","title":"SFU​.isNumber()","navPath":"SFUisNumber.html","bundleId":"work-tasks-2023-sp1","id":"aafcf0211-ec0a-496a-ac6e-432d86dbb197","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisUndefined.html","title":"SFU​.isUndefined()","navPath":"SFUisUndefined.html","bundleId":"work-tasks-2023-sp1","id":"a31ac9026-c9e2-49ac-8adf-6bb9e8353fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767421.html","title":"SFU​.isWorkTasksPro()","navPath":"767421.html","bundleId":"work-tasks-2023-sp1","id":"a95cb0e37-ee6d-4c21-b74b-3e46e9c6d586","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767422.html","title":"SFU​.isWorkTasksProConnectedToInternet()","navPath":"767422.html","bundleId":"work-tasks-2023-sp1","id":"a11d306cf-8886-4a58-94ba-295a1aa7a981","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644453.html","title":"SFU​.logMessageToWMLogger()","navPath":"644453.html","bundleId":"work-tasks-2023-sp1","id":"ab8b9fc83-1f59-490e-86db-c8048b3daeae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUparseNumberValue.html","title":"SFU​.parseNumberValue()","navPath":"SFUparseNumberValue.html","bundleId":"work-tasks-2023-sp1","id":"a4fbe35f5-854e-440e-a1a5-e21d91994e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUreloadForm.html","title":"SFU​.reloadForm()","navPath":"SFUreloadForm.html","bundleId":"work-tasks-2023-sp1","id":"ac41338b3-dd8f-4220-b292-4973eb05a4b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsetStorageItem.html","title":"SFU​.setStorageItem()","navPath":"SFUsetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"afca8e0ca-6711-4728-bb9a-a8f2f066552b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189252.html","title":"SFU​.soaMethod()","navPath":"189252.html","bundleId":"work-tasks-2023-sp1","id":"ad97ec3a9-6ecd-416f-bc56-ee10c714bc50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfushowalert.html","title":"SFU​.showAlert()","navPath":"sfushowalert.html","bundleId":"work-tasks-2023-sp1","id":"ab9c94d5c-e1f0-4875-9f76-18e0cebd4e1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowConfirmation.html","title":"SFU​.showConfirmation()","navPath":"SFUshowConfirmation.html","bundleId":"work-tasks-2023-sp1","id":"aecbfc49b-5259-4982-8fa7-d84627dc845c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowError.html","title":"SFU​.showError()","navPath":"SFUshowError.html","bundleId":"work-tasks-2023-sp1","id":"a579c1261-c7d7-413b-8b65-622609364a60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowLoader.html","title":"SFU​.showLoader()","navPath":"SFUshowLoader.html","bundleId":"work-tasks-2023-sp1","id":"a81ca8df0-fbac-40a4-b229-bd54980f6948","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowPopupControl.html","title":"SFU​.showPopupControl()","navPath":"SFUshowPopupControl.html","bundleId":"work-tasks-2023-sp1","id":"a37e3b671-4bc4-40a0-bd11-897d205d5aca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowWarning.html","title":"SFU​.showWarning()","navPath":"SFUshowWarning.html","bundleId":"work-tasks-2023-sp1","id":"af136ba85-7c25-488e-88ec-20162e28d8ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsubscribeToControlParameters.html","title":"SFU​.subscribeToControlParameters()","navPath":"SFUsubscribeToControlParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5b4c10c3-4bb0-46f1-bb7a-309679c89769","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/686372.html","title":"SFU​.updateFormHeaderForWorkTasksPro()","navPath":"686372.html","bundleId":"work-tasks-2023-sp1","id":"ada1b5c27-0dfb-460f-8fe7-38711527b224","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecord.html","title":"control​.addRecord()","navPath":"controladdRecord.html","bundleId":"work-tasks-2023-sp1","id":"afdfbfcfd-2562-4211-b30c-e6dac525b834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToBottom.html","title":"control​.addRecordToBottom()","navPath":"controladdRecordToBottom.html","bundleId":"work-tasks-2023-sp1","id":"a21c30781-0bce-492b-b86b-c0acba3d89bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToPosition.html","title":"control​.addRecordToPosition()","navPath":"controladdRecordToPosition.html","bundleId":"work-tasks-2023-sp1","id":"a5a8980ba-1336-46ea-b5ea-5c85889af292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToTop.html","title":"control​.addRecordToTop()","navPath":"controladdRecordToTop.html","bundleId":"work-tasks-2023-sp1","id":"a03c04916-fb28-4ed6-b467-0d599300fc8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlapplyFilter.html","title":"control​.applyFilter()","navPath":"controlapplyFilter.html","bundleId":"work-tasks-2023-sp1","id":"a20712e16-4525-4929-bc75-8bdc5d54629f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlassociatedform.html","title":"control​.associatedForm","navPath":"controlassociatedform.html","bundleId":"work-tasks-2023-sp1","id":"a875a7749-9265-4123-a257-7cf7b8b89738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearContent.html","title":"control​.clearContent()","navPath":"controlclearContent.html","bundleId":"work-tasks-2023-sp1","id":"a63412c78-c083-4ef0-8f97-c4a0cfbaf119","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearFilter.html","title":"control​.clearFilter()","navPath":"controlclearFilter.html","bundleId":"work-tasks-2023-sp1","id":"a36a02df5-3cf8-4761-8553-b1eda99cbe94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlcontrols.html","title":"control​.controls()","navPath":"controlcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a66ecb487-6338-4fe8-84f0-4093ec4521bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controldatacontainerform.html","title":"control​.dataContainerForm","navPath":"controldatacontainerform.html","bundleId":"work-tasks-2023-sp1","id":"a27558c82-5d0f-4131-a5d7-e682298bebeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllById.html","title":"control​.findAllById()","navPath":"controlfindAllById.html","bundleId":"work-tasks-2023-sp1","id":"a55de738a-fcc1-4c37-acc0-4cd82dbafd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByName.html","title":"control​.findAllByName()","navPath":"controlfindAllByName.html","bundleId":"work-tasks-2023-sp1","id":"a3b7f6ab9-12a3-434a-a2dd-d5d0d2ef5810","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByXmlNode.html","title":"control​.findAllByXmlNode()","navPath":"controlfindAllByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a939ba394-c30f-45c4-8fdd-33e08bd13767","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindById.html","title":"control​.findById()","navPath":"controlfindById.html","bundleId":"work-tasks-2023-sp1","id":"ae62f0440-484a-4c8a-9716-61ab2d0b3fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByName.html","title":"control​.findByName()","navPath":"controlfindByName.html","bundleId":"work-tasks-2023-sp1","id":"a7e53f5b9-55ef-4572-a021-bc7c9e11d00f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByXmlNode.html","title":"control​.findByXmlNode()","navPath":"controlfindByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"aadb194bd-459e-4b08-a099-c0763d2252b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlById.html","title":"control​.findChildRecordControlById()","navPath":"controlfindChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a78b44e8a-4ad7-4a99-b35e-2410a37a494f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByName.html","title":"control​.findChildRecordControlByName()","navPath":"controlfindChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"aa675f610-8714-476a-b3a0-e2df9aeec0a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByXmlNode.html","title":"control​.findChildRecordControlByXmlNode()","navPath":"controlfindChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a51957a78-10bf-4b2a-8918-7fea3616fe16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlById.html","title":"control​.findImmediateChildRecordControlById()","navPath":"controlfindImmediateChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a89576048-ea1b-4820-95a3-27c919f744d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByName.html","title":"control​.findImmediateChildRecordControlByName()","navPath":"controlfindImmediateChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"a298bce29-69cc-4862-8bbb-8d68e16ff843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByXmlNode.html","title":"control​.findImmediateChildRecordControlByXmlNode()","navPath":"controlfindImmediateChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"adf24826e-82e3-4d37-9786-c07a082ecadb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetFormSubmissionData.html","title":"control​.getFormSubmissionData()","navPath":"controlgetFormSubmissionData.html","bundleId":"work-tasks-2023-sp1","id":"aa98c37e7-06c1-466d-acd9-0d116c4d57f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetType.html","title":"control​.getType()","navPath":"controlgetType.html","bundleId":"work-tasks-2023-sp1","id":"a536b728e-885b-47b6-ad22-0685434156b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775629.html","title":"control​.refreshCard()","navPath":"775629.html","bundleId":"work-tasks-2023-sp1","id":"a7e42d501-7a87-40c3-b5d7-052ae0dc61d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746399.html","title":"control​.refreshData()","navPath":"746399.html","bundleId":"work-tasks-2023-sp1","id":"aa6b99bde-6f35-4d81-ae0a-3d89f819a0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshGrid.html","title":"control​.refreshGrid()","navPath":"controlrefreshGrid.html","bundleId":"work-tasks-2023-sp1","id":"af51f3403-aa16-4db6-ba70-7c0ecdff1a06","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshTree.html","title":"control​.refreshTree()","navPath":"controlrefreshTree.html","bundleId":"work-tasks-2023-sp1","id":"a3b936c62-2c01-41ac-b677-73d4c61f0ff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremove.html","title":"control​.remove()","navPath":"controlremove.html","bundleId":"work-tasks-2023-sp1","id":"a4d9b2d7f-d2b5-424c-b0f9-d2629d9f053a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAll.html","title":"control​.removeAll()","navPath":"controlremoveAll.html","bundleId":"work-tasks-2023-sp1","id":"a249e15c8-7120-4163-aca2-25b1de0b039a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAt.html","title":"control​.removeAt()","navPath":"controlremoveAt.html","bundleId":"work-tasks-2023-sp1","id":"a590139ba-f0bb-499d-ac13-d5cf179b1744","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoverecord.html","title":"control​.removeRecord()","navPath":"controlremoverecord.html","bundleId":"work-tasks-2023-sp1","id":"aa0a2605f-5ab4-4f80-ac9e-e2fc5d7e38a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitClick.html","title":"control​.submitClick()","navPath":"controlsubmitClick.html","bundleId":"work-tasks-2023-sp1","id":"abe7abf84-b0cf-45a3-ac27-d636d0e48efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectedTabIndex.html","title":"control​.selectedTabIndex()","navPath":"controlselectedTabIndex.html","bundleId":"work-tasks-2023-sp1","id":"a71379190-420f-4c20-af03-17960b53a592","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectRecord.html","title":"control​.selectRecord()","navPath":"controlselectRecord.html","bundleId":"work-tasks-2023-sp1","id":"adf416278-4380-4991-80c2-67440138ef4e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectTab.html","title":"control​.selectTab()","navPath":"controlselectTab.html","bundleId":"work-tasks-2023-sp1","id":"aa78e3e14-d2af-4a4d-b398-26a80b679123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitForm.html","title":"control​.submitForm()","navPath":"controlsubmitForm.html","bundleId":"work-tasks-2023-sp1","id":"a2cadeef8-a4b9-40ed-9ddd-48cc882a4099","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumById.html","title":"control​.sumById()","navPath":"controlsumById.html","bundleId":"work-tasks-2023-sp1","id":"a65aee269-b417-4d9a-b313-d936dab00b3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByName.html","title":"control​.sumByName()","navPath":"controlsumByName.html","bundleId":"work-tasks-2023-sp1","id":"a260f7588-5d12-4ed8-81fd-f57b9372067a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByXmlNode.html","title":"control​.sumByXmlNode()","navPath":"controlsumByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"afb71381b-da7a-43e1-9be1-e880deb2cd3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelForm.html","title":"control​.topLevelForm()","navPath":"controltopLevelForm.html","bundleId":"work-tasks-2023-sp1","id":"a817848b3-25b2-49fc-b436-1f252f8eb5c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelFormactionbargetActionItemByName.html","title":"control​.topLevelForm​.actionbar​.getActionItemByName()","navPath":"controltopLevelFormactionbargetActionItemByName.html","bundleId":"work-tasks-2023-sp1","id":"ad3266f92-ff52-4963-a1d9-052486a4b386","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel1ProgressDisplay.html","title":"control​.updateLevel1ProgressDisplay()","navPath":"controlupdateLevel1ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a8296cc22-bd9d-4d28-8d15-c55df89389a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2.html","title":"control​.updateLevel2()","navPath":"controlupdateLevel2.html","bundleId":"work-tasks-2023-sp1","id":"a41ef86c4-7452-4a5b-ac73-f3e84538ce74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ProgressDisplay.html","title":"control​.updateLevel2ProgressDisplay()","navPath":"controlupdateLevel2ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a0b2c126a-658e-460b-9655-022095e4f8e4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2SelectItem.html","title":"control​.updateLevel2SelectItem()","navPath":"controlupdateLevel2SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"a43b9b9d2-713b-4816-9160-c5cf597c0c30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ToggleDisplay.html","title":"control​.updateLevel2ToggleDisplay()","navPath":"controlupdateLevel2ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a3b5779a9-d845-4711-9eb4-762d9182cee7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3.html","title":"control​.updateLevel3()","navPath":"controlupdateLevel3.html","bundleId":"work-tasks-2023-sp1","id":"a20ed3c4b-e9df-4436-9576-2fb53cefe7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ProgressDisplay.html","title":"control​.updateLevel3ProgressDisplay()","navPath":"controlupdateLevel3ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a52775845-8d54-401a-b722-51181b5c2813","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3SelectItem.html","title":"control​.updateLevel3SelectItem()","navPath":"controlupdateLevel3SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"ae02508e8-b630-4347-9496-d3f34e634ede","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ToggleDisplay.html","title":"control​.updateLevel3ToggleDisplay()","navPath":"controlupdateLevel3ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a1bf8806b-3f97-4648-adb1-29263bd81bfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateControl.html","title":"control​.validateControl()","navPath":"controlvalidateControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8eaab29-70d0-4a49-827c-dc37d2d84d1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateForm.html","title":"control​.validateForm()","navPath":"controlvalidateForm.html","bundleId":"work-tasks-2023-sp1","id":"ae59ac6c6-3c7c-48c5-87d1-59e96d4c22ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateRecord.html","title":"control​.validateRecord()","navPath":"controlvalidateRecord.html","bundleId":"work-tasks-2023-sp1","id":"aecdd5689-8853-461a-8e71-94d8dc98dbc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/isControlVisible.html","title":"isControlVisible()","navPath":"isControlVisible.html","bundleId":"work-tasks-2023-sp1","id":"a5e38e4f9-58e0-4d2c-887d-2d3d64ffcbbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81024.html","title":"skelta​.localize​.getString()","navPath":"81024.html","bundleId":"work-tasks-2023-sp1","id":"a4187ccf6-2b96-4d5e-bed7-399c0124c90a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81025.html","title":"skelta​.userContext​.getUserContextFor()","navPath":"81025.html","bundleId":"work-tasks-2023-sp1","id":"a2cf35c4d-c80e-48b5-ad68-0cdff21a68dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltagridgetDataSource.html","title":"skelta​.grid​.getDataSource()","navPath":"skeltagridgetDataSource.html","bundleId":"work-tasks-2023-sp1","id":"abc5da88d-d9dc-4c9e-8443-6da5819ef15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webapis.html","title":"Web APIs","navPath":"webapis.html","bundleId":"work-tasks-2023-sp1","id":"a960defc8-1bb7-41cd-b6f8-42f862b2e758","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/677026.html","title":"Web API Certificate-based Authentication","navPath":"677026.html","bundleId":"work-tasks-2023-sp1","id":"affb264c2-32d4-4c09-a783-e4c9313ea1de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676962.html","title":"Web API Server Configuration","navPath":"676962.html","bundleId":"work-tasks-2023-sp1","id":"a406703ae-7afa-42de-8f6f-026650ec387c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676963.html","title":"Web API Client Configuration","navPath":"676963.html","bundleId":"work-tasks-2023-sp1","id":"a0e098884-2f02-48dd-b9bc-b08e7bac7a19","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/724528.html","title":"Web API Type files for Swagger/OpenAPI based Web APIs","navPath":"724528.html","bundleId":"work-tasks-2023-sp1","id":"abe0abd60-fba1-431f-8fa9-3035b8d73815","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/738916.html","title":"Web API Source","navPath":"738916.html","bundleId":"work-tasks-2023-sp1","id":"aa843c866-ebee-4a28-bc59-3b53ce4587c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/217543.html","title":"Import a New Form using an API","navPath":"217543.html","bundleId":"work-tasks-2023-sp1","id":"aee1e33bf-a3fe-457e-bd8b-ce496cb1b3c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenarios.html","title":"Scenarios","navPath":"Scenarios.html","bundleId":"work-tasks-2023-sp1","id":"abc552ca8-f718-4e1e-a6f1-343284a931f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario1Purchase_Order_Form.html","title":"Scenario 1: Purchase Order Form","navPath":"Scenario1Purchase_Order_Form.html","bundleId":"work-tasks-2023-sp1","id":"ab792a337-3340-428b-bff6-8b7d2a61f108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario2VehicleRegistrationForm.html","title":"Scenario 2: Vehicle Registration Form","navPath":"Scenario2VehicleRegistrationForm.html","bundleId":"work-tasks-2023-sp1","id":"a4e1d49cb-a27b-4014-a536-4b453a1c9a38","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario3EMIForm.html","title":"Scenario 3: EMI Form","navPath":"Scenario3EMIForm.html","bundleId":"work-tasks-2023-sp1","id":"a9781e4f0-7b1b-468c-9cca-e16bb1d3c324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Examples.html","title":"Examples","navPath":"Examples.html","bundleId":"work-tasks-2023-sp1","id":"a925e9048-9a86-4a11-a365-beeb61e5377e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessingValuesofaSelectedRowThroughOtherControls.html","title":"Accessing Values of a Selected Row Through Other Controls","navPath":"AccessingValuesofaSelectedRowThroughOtherControls.html","bundleId":"work-tasks-2023-sp1","id":"a9ae4e676-f81f-4363-b08a-00ed7606a751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDataGridtoWorkflows.html","title":"Add Data Grid to Workflows","navPath":"AddDataGridtoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aee4c279e-a9bb-4d08-9a68-f5ead2957de1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHierarchicalDataGrid.html","title":"Create a Hierarchical Data Grid","navPath":"CreateaHierarchicalDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a8c58c15b-9296-4d6c-87be-86f4100d25a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/197670.html","title":"Customize Forms Using Custom Styles","navPath":"197670.html","bundleId":"work-tasks-2023-sp1","id":"a66f9f137-a99a-4ef3-a809-909bef729c8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/179029.html","title":"Data Binding Drop-Down Controls Using Lookups","navPath":"179029.html","bundleId":"work-tasks-2023-sp1","id":"affe8b62d-1f0e-4ad6-830c-1a8385e9ac6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202435.html","title":"Data Binding Drop-Down Controls Using Lookup Name (Non-parameterized)","navPath":"202435.html","bundleId":"work-tasks-2023-sp1","id":"a492cdcf1-c636-416c-9d2c-25b9c1abb3ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202437.html","title":"Data Binding Drop-Down Controls Using a Lookup Name (Parameterized)","navPath":"202437.html","bundleId":"work-tasks-2023-sp1","id":"a6c92b501-fcb7-4a66-b179-1441486b67d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRecordinaBaseFormControl.html","title":"Delete Record in a Base Form Control","navPath":"DeleteRecordinaBaseFormControl.html","bundleId":"work-tasks-2023-sp1","id":"a084ad00a-f1fb-4273-afcb-e9c48dfff07f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserInformationofLoggedonUser.html","title":"Get User Information of Logged-on User","navPath":"GetUserInformationofLoggedonUser.html","bundleId":"work-tasks-2023-sp1","id":"a004d6356-ca34-4827-aeab-8acd1fab82d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HidetheColumnHeaderinaDataGrid.html","title":"Hide the Column Header in a Data Grid","navPath":"HidetheColumnHeaderinaDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ac70fbee5-757a-448a-bd7e-c1239599cc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","title":"Localize BlockingOutput Messages for Invoke Workflow Control","navPath":"LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","bundleId":"work-tasks-2023-sp1","id":"afe5cc4b6-ee9f-4b28-bd86-d46067bfbcc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreventDuplicateDataEntriesinControls.html","title":"Prevent Duplicate Data Entries in Controls","navPath":"PreventDuplicateDataEntriesinControls.html","bundleId":"work-tasks-2023-sp1","id":"a7cb80af3-e5b5-4a0d-b960-007e323ee32f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/206583.html","title":"Print a Form","navPath":"206583.html","bundleId":"work-tasks-2023-sp1","id":"a8781960d-bd45-4592-b761-f2c3f6641ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","title":"Select and Act on Multiple Work Items Using the Enable Multi Select option","navPath":"SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","bundleId":"work-tasks-2023-sp1","id":"aa98cc65a-63b6-4eba-a221-dca364c8ddde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","title":"Set the Consider Available Height and Dynamic Page Size Properties","navPath":"SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","bundleId":"work-tasks-2023-sp1","id":"ab88a132e-9509-49d1-9a03-61905f95f115","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetValuesforaDataGridonPostExecutionofaWorkflow.html","title":"Set Values for a Data Grid on Post Execution of a Workflow","navPath":"SetValuesforaDataGridonPostExecutionofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73b272b6-2b69-4776-bb44-de32cc457565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ShowEmbeddedDatafromWebAPILookupinDataGrid.html","title":"Show Embedded Data from Web API Lookup in Data Grid","navPath":"ShowEmbeddedDatafromWebAPILookupinDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a2f3c4c02-4e99-40e6-9d6c-30bc70377692","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194926.html","title":"Show Icons in Data Grid Columns","navPath":"194926.html","bundleId":"work-tasks-2023-sp1","id":"abf747be9-22e8-4852-a43f-42bc0d84aa0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateColumnNamesinaBaseForm.html","title":"Update Column Names in a Base Form","navPath":"UpdateColumnNamesinaBaseForm.html","bundleId":"work-tasks-2023-sp1","id":"a7dd04821-a08f-4f7b-925a-aeb4a2c9bf05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189701.html","title":"Use Data from Data Grid Set As Data Source","navPath":"189701.html","bundleId":"work-tasks-2023-sp1","id":"abf72bd4b-19b1-4918-9a4e-595fc1919cb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194592.html","title":"Use Data from Parameterized Data Grid in Base Form","navPath":"194592.html","bundleId":"work-tasks-2023-sp1","id":"a265b46a7-8e68-4f67-af82-9d95b6c199b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheSecurityAPIs.html","title":"Use the Security APIs","navPath":"UsetheSecurityAPIs.html","bundleId":"work-tasks-2023-sp1","id":"ad57d70bd-d767-4e9f-bf32-c82177eac8d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189973.html","title":"View Attachments uploaded from Forms","navPath":"189973.html","bundleId":"work-tasks-2023-sp1","id":"af3cc25a6-cfff-417d-8bcc-8c4f1456e6af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1264475.html","title":"Access Attachments from Another Form","navPath":"1264475.html","bundleId":"work-tasks-2023-sp1","id":"aefa7a2e1-a483-4dd1-8e43-a6dad471b999","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/support.html","title":"Troubleshooting Forms","navPath":"support.html","bundleId":"work-tasks-2023-sp1","id":"a8d6af9bb-cc0a-4e04-a326-63cb2bb073f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/62676.html","title":"Troubleshoot","navPath":"62676.html","bundleId":"work-tasks-2023-sp1","id":"a515d9a0d-0fe4-4c3f-9691-23d0b535ade1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/195029.html","title":"Supported Library Versions","navPath":"195029.html","bundleId":"work-tasks-2023-sp1","id":"a9ac26027-4a4b-4846-8a1f-b8138b796f05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/faqs.html","title":"FAQs","navPath":"faqs.html","bundleId":"work-tasks-2023-sp1","id":"a96c4fc7c-eb1d-4659-a160-205e666f8f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsDesigner.html","title":"Lists Designer","navPath":"ListsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ad7788037-0ba1-4fc3-9d62-8cb15368d9ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managelists.html","title":"Manage Lists","navPath":"managelists.html","bundleId":"work-tasks-2023-sp1","id":"a076bdd81-e378-45ea-848c-4f55a2a68523","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportLists.html","title":"Import Lists","navPath":"ImportLists.html","bundleId":"work-tasks-2023-sp1","id":"a512d8783-afa5-413c-b2b9-9a22aae9ad92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportLists.html","title":"Export Lists","navPath":"ExportLists.html","bundleId":"work-tasks-2023-sp1","id":"ae564ad1d-e05c-4e39-85ef-0fceea200bff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofLists.html","title":"Edit Properties of Lists","navPath":"EditPropertiesofLists.html","bundleId":"work-tasks-2023-sp1","id":"a56b97624-7279-429c-ae5a-88a164fae713","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewFormStructure.html","title":"View Form Structure","navPath":"ViewFormStructure.html","bundleId":"work-tasks-2023-sp1","id":"a434cdd85-57fb-4881-9801-73d2840ec1a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoGeneratingForms.html","title":"Auto Generating Forms","navPath":"AutoGeneratingForms.html","bundleId":"work-tasks-2023-sp1","id":"a0f1d3042-c007-4a34-bff1-5d4f437d36da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsmanagecontrols.html","title":"Manage Controls","navPath":"listsmanagecontrols.html","bundleId":"work-tasks-2023-sp1","id":"a1d5663ae-7df2-4d8b-91dc-7894171354b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsaddingcontrols.html","title":"Add Controls","navPath":"listsaddingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"aa9366a7a-dc0a-4cca-8262-e2f39f412658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls_1.html","title":"Replace Controls","navPath":"ReplaceControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ae5e3cd2f-9292-4da2-870c-e5c11499d15a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls_1.html","title":"Move Controls","navPath":"MoveControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ac4fd82e2-cd73-4d52-aeb9-e9b294ed6672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls_1.html","title":"Delete Controls","navPath":"DeleteControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a088c7f55-59e9-4607-9a40-da5ac522b043","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls_1.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a43a3a65b-8fa1-4ec7-8181-38b5e040e17f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsapi.html","title":"Lists API","navPath":"listsapi.html","bundleId":"work-tasks-2023-sp1","id":"a5b1dd7c1-f6b6-4216-8d50-0c6715cb8908","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinglistusinglistdefinition.html","title":"Create List using ListDefinition","navPath":"creatinglistusinglistdefinition.html","bundleId":"work-tasks-2023-sp1","id":"ae57727b8-4d87-43dc-9793-866d1c4d106c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updatinglistitembyvalidatingsecurity.html","title":"Update List Item by Validating Security","navPath":"updatinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a1496d837-63c0-4cef-99d9-42a126e286fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinglistitembyvalidatingsecurity.html","title":"Delete List Item by Validating Security","navPath":"deletinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a6f91f6db-3646-4133-a965-314341481cee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingvaluesofdefaultfieldoflist.html","title":"Get Values of Default Field of List","navPath":"gettingvaluesofdefaultfieldoflist.html","bundleId":"work-tasks-2023-sp1","id":"a4a661f6f-7dcb-4dba-8041-cd8c55fdc1b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem_1.html","title":"Save ListItem","navPath":"SaveListItem_1.html","bundleId":"work-tasks-2023-sp1","id":"ac6ed7b91-6669-4a50-bb69-a72fd8940b39","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsadvanced.html","title":"Advanced List Features","navPath":"listsadvanced.html","bundleId":"work-tasks-2023-sp1","id":"ae640255b-8b2b-4636-951e-3286bceb14f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControlProperties.html","title":"List Control Properties","navPath":"ListControlProperties.html","bundleId":"work-tasks-2023-sp1","id":"a4c0c2920-97b6-4f38-8542-45e9d3765b3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListParent.html","title":"List(Parent)","navPath":"ListParent.html","bundleId":"work-tasks-2023-sp1","id":"a40fcaaf7-4686-4b0a-a95f-3fa37ad0bae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Attachment_1.html","title":"Attachment","navPath":"Attachment_1.html","bundleId":"work-tasks-2023-sp1","id":"a2840e555-d69e-4e8c-8fb4-5e0cf5640ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanInput.html","title":"BooleanInput","navPath":"BooleanInput.html","bundleId":"work-tasks-2023-sp1","id":"aab480cfd-dd0c-46fd-94ba-51ec345ebe21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateInput.html","title":"DateInput","navPath":"DateInput.html","bundleId":"work-tasks-2023-sp1","id":"ab9eed917-36db-483c-a4f3-c0aeb571823c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecimalInput.html","title":"DecimalInput","navPath":"DecimalInput.html","bundleId":"work-tasks-2023-sp1","id":"ad335ff83-55f1-42f5-af73-d27ad56a66aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GUIDInput.html","title":"GUIDInput","navPath":"GUIDInput.html","bundleId":"work-tasks-2023-sp1","id":"abef8182f-d7c0-4248-a942-0be7d44ea4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegerInput.html","title":"IntegerInput","navPath":"IntegerInput.html","bundleId":"work-tasks-2023-sp1","id":"a369d1ec0-398d-4004-8cdb-55b386fb807a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookup_1.html","title":"UserLookup","navPath":"UserLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a7e091d6c-08f1-4610-8763-a418326e845e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupInput.html","title":"LookupInput","navPath":"LookupInput.html","bundleId":"work-tasks-2023-sp1","id":"a77d5607a-7c31-4539-a9e7-4a55dd83d2c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextInput.html","title":"TextInput","navPath":"TextInput.html","bundleId":"work-tasks-2023-sp1","id":"ac8c5d94b-ab84-46c6-9874-6c14f4b78a70","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listtable1.html","title":"List Table","navPath":"listtable1.html","bundleId":"work-tasks-2023-sp1","id":"a090e00d3-c109-4f47-82d7-f9942b5adb15","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariablesforLists.html","title":"XML Variables for Lists","navPath":"XMLVariablesforLists.html","bundleId":"work-tasks-2023-sp1","id":"a346fef35-1a6d-4382-ae77-d5aacda5a8b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaworkflowforalistinasinglestep2.html","title":"Create a Workflow for a List in a Single Step","navPath":"creatingaworkflowforalistinasinglestep2.html","bundleId":"work-tasks-2023-sp1","id":"a2597933c-5863-4ef3-b4fe-2575c0863b86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListXMLVariable.html","title":"Schema of XML List XML Variable","navPath":"SchemaofXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a351d2d80-2ba4-4c21-b94d-b07d85fdb146","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListTypeXMLVariable.html","title":"Create an XML List Type XML Variable","navPath":"CreateanXMLListTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a76c20650-bce1-4bd8-9245-a9037c5ca964","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangetheScopeoftheXMLListXMLVariable.html","title":"Change the Scope of the XML List XML Variable","navPath":"ChangetheScopeoftheXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad2db3173-6bc6-48e4-9423-b892ff4f4c7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetuptheListQueryScope.html","title":"Set up the List Query Scope","navPath":"SetuptheListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a840bca9f-4960-4e30-8b86-ec41fe3141ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorTypeXMLVariable.html","title":"Create an XML List Iterator Type XML Variable","navPath":"CreateanXMLListIteratorTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a9314240a-54a3-484c-b6ac-017857a235f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorTypeXMLVariableforGridItems.html","title":"Create an XML Iterator Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"aa2457c9e-d4e4-4701-9cf0-cb2e624297b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableScenarios.html","title":"XML Variable Scenarios","navPath":"XMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afb1b8e97-c1a6-470c-bd83-1db7dab54d9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItem.html","title":"Add a New List Item","navPath":"AddaNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"a3b71e2af-9b07-4ea0-aa2f-2535d8810949","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow_1.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa5bfb51a-0bc2-46bd-bc86-71b74c1e3b65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingthelistitemasdifferentversion.html","title":"Save the List item as Different Version as Draft/Published using XML Variable","navPath":"savingthelistitemasdifferentversion.html","bundleId":"work-tasks-2023-sp1","id":"ad769b3ad-dcdb-4b8f-a5a1-f8bc6e4a3c6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewItemtoaListFolderusingListXMLVariable.html","title":"Add New Item to a List Folder using List XML Variable","navPath":"AddNewItemtoaListFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ade03724f-9314-4152-9cd3-21e50f871e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteanItemfromaListFolderusingXMLVariable.html","title":"Delete an Item from a List Folder using XML Variable","navPath":"DeleteanItemfromaListFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a472ad476-da04-41fd-a814-8ce179804fb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveanItemtoaFolderusingListXMLVariable.html","title":"Move an Item to a Folder using List XML Variable","navPath":"MoveanItemtoaFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a3a369ae2-7795-476e-8096-4840f8039de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewFolderusingXMLVariable.html","title":"Create a New Folder using XML Variable","navPath":"CreateaNewFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad3cdde1f-df0f-47f2-aedf-69a5c38ad9be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItemwithGridItems.html","title":"Add a New List Item with Grid Items","navPath":"AddaNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"abecac426-1c4b-4999-9636-ede8cca72a16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewGridItemtotheExistingListItem.html","title":"Add a New Grid Item to the Existing List Item","navPath":"AddaNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"a75ed5d38-45ac-434f-b9dc-5dd5f246fb85","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyaListItemwithGridItems.html","title":"Copy a List Item with Grid Items","navPath":"CopyaListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a4f69e529-862b-46bc-b596-3d2c3978b0ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList_1.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList_1.html","bundleId":"work-tasks-2023-sp1","id":"afeff6abe-65eb-4fc0-aaf6-bffbf6180400","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViews.html","title":"List Views","navPath":"ListViews.html","bundleId":"work-tasks-2023-sp1","id":"a80131328-8a02-425c-b437-27d6500cf6ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithListViews.html","title":"Work with List Views","navPath":"WorkwithListViews.html","bundleId":"work-tasks-2023-sp1","id":"a7d6aa47d-5d51-46d8-8617-47278bac78a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutCreatingListViews.html","title":"About Creating List Views","navPath":"AboutCreatingListViews.html","bundleId":"work-tasks-2023-sp1","id":"a0eb77762-8f4e-4819-9979-b1ff61c82516","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewview.html","title":"Create a New View","navPath":"creatinganewview.html","bundleId":"work-tasks-2023-sp1","id":"a229f7405-b6b8-4613-aa37-32d938889929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaDefaultView.html","title":"Create a Default View","navPath":"CreateaDefaultView.html","bundleId":"work-tasks-2023-sp1","id":"af1d5871c-2c56-4883-9f0d-5319e88458be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPublicView.html","title":"Create a Public View","navPath":"CreateaPublicView.html","bundleId":"work-tasks-2023-sp1","id":"a660ca679-f4e4-4a4c-8480-0468c4104437","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPrivateView.html","title":"Create a Private View","navPath":"CreateaPrivateView.html","bundleId":"work-tasks-2023-sp1","id":"a9d2f9577-7572-45a3-bf86-b5dfe6b0afb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFilters.html","title":"Add Filters","navPath":"AddFilters.html","bundleId":"work-tasks-2023-sp1","id":"a1fa07cb0-b95e-4255-a7c3-313391b6a735","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterGrouping.html","title":"Filter Grouping","navPath":"FilterGrouping.html","bundleId":"work-tasks-2023-sp1","id":"ae8e1bc6a-47c7-4143-996a-3185188f6001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDateTimeVariabletoFilterColumns.html","title":"Use Date Time Variable to Filter Columns","navPath":"UseDateTimeVariabletoFilterColumns.html","bundleId":"work-tasks-2023-sp1","id":"af93f108b-d201-4ba7-b743-80a62dba1189","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SorttheColumns.html","title":"Sort the Columns","navPath":"SorttheColumns.html","bundleId":"work-tasks-2023-sp1","id":"a44733bf3-ba3d-4e05-9b07-485074335481","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SystemVariables.html","title":"System Variables","navPath":"SystemVariables.html","bundleId":"work-tasks-2023-sp1","id":"a16957713-19a4-4ab8-845e-c4fb5fdcd106","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeVariables.html","title":"Date Time Variables","navPath":"DateTimeVariables.html","bundleId":"work-tasks-2023-sp1","id":"abb33cc42-c6da-4bb2-a3e0-65b51cb08b05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariables.html","title":"Workflow Variables","navPath":"WorkflowVariables.html","bundleId":"work-tasks-2023-sp1","id":"aafc18474-138f-4023-908f-a72d1f2f8b6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserVariables.html","title":"User Variables","navPath":"UserVariables.html","bundleId":"work-tasks-2023-sp1","id":"aacd7c323-1ddd-4e0b-9ed8-8306d865e50d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupColumns.html","title":"Group Columns","navPath":"GroupColumns.html","bundleId":"work-tasks-2023-sp1","id":"afe624fde-3dc5-4ed9-8864-c19036ec9681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayAllItems.html","title":"Display All Items","navPath":"DisplayAllItems.html","bundleId":"work-tasks-2023-sp1","id":"a7c9138a9-346a-49b6-85b3-5859e87a0681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaReadOnlyView.html","title":"Create a Read-Only View","navPath":"CreateaReadOnlyView.html","bundleId":"work-tasks-2023-sp1","id":"a61ca7533-dbc3-40b3-8e9e-9c4c1cb5fd68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArrangeGridColumns.html","title":"Arrange Grid Columns","navPath":"ArrangeGridColumns.html","bundleId":"work-tasks-2023-sp1","id":"a06c77853-7a12-4af4-bad9-2bdf4b97a84f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyfromExistingViews.html","title":"Copy from Existing Views","navPath":"CopyfromExistingViews.html","bundleId":"work-tasks-2023-sp1","id":"a206da4c6-4af9-4850-94e1-499b6f0cc995","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageViews.html","title":"Manage Views","navPath":"ManageViews.html","bundleId":"work-tasks-2023-sp1","id":"a3547a7e5-df8b-4325-b34d-31903423f375","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updateaview.html","title":"Update a View","navPath":"updateaview.html","bundleId":"work-tasks-2023-sp1","id":"aefba4328-0177-4c08-8945-785d119e8b22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaView.html","title":"Delete a View","navPath":"DeleteaView.html","bundleId":"work-tasks-2023-sp1","id":"a80913c78-d439-4e0e-844f-ca63b57649a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/secureaview.html","title":"Secure a View","navPath":"secureaview.html","bundleId":"work-tasks-2023-sp1","id":"af8aa441c-dc7a-4ff9-9cc9-672916d4741f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookups.html","title":"List Lookups","navPath":"ListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ad2e2e0cf-7639-489a-806d-8f7a80d4e1a0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportedDataTypes.html","title":"Supported Data Types","navPath":"SupportedDataTypes.html","bundleId":"work-tasks-2023-sp1","id":"a0869ff75-8849-4bff-bcf3-d9a8e8035086","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartLookupSettings.html","title":"Start Lookup Settings","navPath":"StartLookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a870fcc17-e451-42ac-9a3d-5ef6862516be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/lookupsettingsinterface.html","title":"Lookup Settings Interface","navPath":"lookupsettingsinterface.html","bundleId":"work-tasks-2023-sp1","id":"a029504d7-0833-4729-bedb-e3b63abd3456","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workingwithlookupsettings.html","title":"Lookup Settings","navPath":"workingwithlookupsettings.html","bundleId":"work-tasks-2023-sp1","id":"ad4a54116-a261-454e-9bee-9c971ffb5057","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewRepositoryListLookup.html","title":"Add a New Repository List Lookup","navPath":"AddaNewRepositoryListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a18faf58f-7848-490d-a2e1-72ce510c5a0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727452.html","title":"Add a List Query","navPath":"727452.html","bundleId":"work-tasks-2023-sp1","id":"a8f342cf0-1c4b-4132-9a0a-3ceb841fa2ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727453.html","title":"Add an Order By Query","navPath":"727453.html","bundleId":"work-tasks-2023-sp1","id":"a160ef831-5934-44b3-b0ef-1e1b5755801b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewdatabaselookup.html","title":"Add a New Database Lookup","navPath":"addinganewdatabaselookup.html","bundleId":"work-tasks-2023-sp1","id":"ae86bb9af-1b97-4356-b39a-47d14c994cfe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181666.html","title":"Add a New Database Lookup Using Query","navPath":"181666.html","bundleId":"work-tasks-2023-sp1","id":"af3c37beb-41de-4bcf-8bb9-cf6c8ab53e7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181667.html","title":"Add a New Database Lookup Using Stored Procedure","navPath":"181667.html","bundleId":"work-tasks-2023-sp1","id":"a42407e8e-9c09-45d6-8573-1029fbf68835","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewwebapilookup.html","title":"Add a New Web API Lookup","navPath":"addinganewwebapilookup.html","bundleId":"work-tasks-2023-sp1","id":"af4ed8ce1-dfcd-413e-8c87-e401b7fd4fc8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaListLookup.html","title":"Edit a List Lookup","navPath":"EditaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a8699652c-f6f2-4173-bce4-40a4d3c231cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295054.html","title":"Organize Lookup Lists","navPath":"295054.html","bundleId":"work-tasks-2023-sp1","id":"a095f4e12-70af-4d3a-ab8e-7097387c55f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaListLookup.html","title":"Delete a List Lookup","navPath":"DeleteaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a681bb1b0-6124-42d1-ba2b-6d12d5df3936","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookupScenarios.html","title":"List Lookup Scenarios","navPath":"ListLookupScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a474eea5e-7689-4b2b-b99d-f09598b56c76","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetable.html","title":"Create a Lookup for a Database Table","navPath":"creatingalookupforadatabasetable.html","bundleId":"work-tasks-2023-sp1","id":"abe5e16aa-ecd6-4ce4-8365-2060225a2501","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetablewithcompositeprimarykey.html","title":"Create a Lookup for a Database Table with Composite Primary Key","navPath":"creatingalookupforadatabasetablewithcompositeprimarykey.html","bundleId":"work-tasks-2023-sp1","id":"ae9935239-b79b-4778-8026-b6cb0e956d5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDependentLookupfromDatabaseTables.html","title":"Create Dependent Lookup from Database Tables","navPath":"CreateDependentLookupfromDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"a5a635c1a-6d83-41a6-b0e0-80276459b6b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforalist.html","title":"Create a Lookup for a List","navPath":"creatingalookupforalist.html","bundleId":"work-tasks-2023-sp1","id":"a8c36a3b0-8c7d-4166-babb-dfb5f2d951ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData.html","title":"Search or Sort within a Lookup Data","navPath":"SearchorSortwithinaLookupData.html","bundleId":"work-tasks-2023-sp1","id":"a3d685643-4f83-45fe-9d4f-2c169be5e68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData_1.html","title":"Add an Item from Lookup Control","navPath":"SearchorSortwithinaLookupData_1.html","bundleId":"work-tasks-2023-sp1","id":"a44119b2e-f8b2-4cd9-b9ac-72b93755e664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforListLookups.html","title":"Use ExtendedInformation Property for List Lookups","navPath":"UseExtendedInformationPropertyforListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ab77672af-8471-4845-a919-1aa0b4280d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforDatabaseLookups.html","title":"Use ExtendedInformation Property for Database Lookups","navPath":"UseExtendedInformationPropertyforDatabaseLookups.html","bundleId":"work-tasks-2023-sp1","id":"afd19ae0f-9bc6-4f6f-81b8-978790ff8a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","title":"Use Aliases, Joins, Aggregate Functions in Database Lookup Query","navPath":"UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"aa955dfad-3c3f-4e71-9dd0-4c0795197214","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCASEExpressionintheDatabaseLookupQuery.html","title":"Use CASE Expression in the Database Lookup Query","navPath":"UseCASEExpressionintheDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"af385e2ea-f513-4488-8957-e456c887e637","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScenarios.html","title":"List Scenarios","navPath":"ListScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a1e3a4c96-7f7b-4c0b-a662-b9dff8fb25fc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaleaveapplicationlist.html","title":"Create a Leave Application List","navPath":"creatingaleaveapplicationlist.html","bundleId":"work-tasks-2023-sp1","id":"a9f759301-78b1-4895-98cf-42d9809cc9b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalistmappedtomultipletables.html","title":"Create a List Mapped to Multiple Tables","navPath":"creatingalistmappedtomultipletables.html","bundleId":"work-tasks-2023-sp1","id":"ac77b13c9-9c74-437c-bf9f-a8abce8a26b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingthedefaultlistform.html","title":"Modify the default List form","navPath":"modifyingthedefaultlistform.html","bundleId":"work-tasks-2023-sp1","id":"af8c620b1-b828-4722-aa26-823feab53504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListData.html","title":"Sort List Data","navPath":"SortListData.html","bundleId":"work-tasks-2023-sp1","id":"a04913b22-6431-4adc-8a07-29a8f6257d61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportListItemDatatoanExcelSheet.html","title":"Export List Item Data to an Excel Sheet","navPath":"ExportListItemDatatoanExcelSheet.html","bundleId":"work-tasks-2023-sp1","id":"afc95246d-d294-4a51-865a-cf395877bb98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingversioningforlistitem.html","title":"Enable Versioning for List Item","navPath":"enablingversioningforlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a760bced5-ea5d-4d17-aa41-4d84dce82926","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListitemsusingDisplaySortOrderProperty.html","title":"Sort List items using DisplaySortOrder Property","navPath":"SortListitemsusingDisplaySortOrderProperty.html","bundleId":"work-tasks-2023-sp1","id":"a8815f479-fb7b-4751-8053-58cd7bd78caa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/setcustomviewforalistcontrol.html","title":"Set Custom View for a List Control from a Custom ASPX Page using API","navPath":"setcustomviewforalistcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a20b168f3-ab23-42d7-a7ef-f8e174e922e4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsintegration.html","title":"Lists Integration","navPath":"listsintegration.html","bundleId":"work-tasks-2023-sp1","id":"a3c16dc27-a316-4018-a191-fe0bed1bfad8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutlistsintegrationcomponents.html","title":"About Lists Integration Components","navPath":"aboutlistsintegrationcomponents.html","bundleId":"work-tasks-2023-sp1","id":"a33b8d865-a94c-4f0b-9fff-bebc992082fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/keyfeaturesandbenefits.html","title":"Key Features and Benefits","navPath":"keyfeaturesandbenefits.html","bundleId":"work-tasks-2023-sp1","id":"a383d5213-ff6e-4521-a724-f7945ab4d110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites_2.html","title":"Prerequisites","navPath":"prerequisites_2.html","bundleId":"work-tasks-2023-sp1","id":"a817557c1-34d2-4bda-961d-d86e986a7cf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installationandconfiguration.html","title":"Installation and Configuration","navPath":"installationandconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"afedc024c-2792-44b3-b807-f779091c8570","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutconfiguration.html","title":"About Configuration","navPath":"aboutconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"aec4d23a5-13b4-4658-a794-89ef158c09b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73298.html","title":"List Source Data Flow","navPath":"73298.html","bundleId":"work-tasks-2023-sp1","id":"a94860ca0-608f-4a63-864d-c6cf456d03eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73300.html","title":"Import and Export Data","navPath":"73300.html","bundleId":"work-tasks-2023-sp1","id":"a37ef99ff-c5e7-4450-aa06-3dc2365f15e9","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listssupport.html","title":"Troubleshooting Lists","navPath":"listssupport.html","bundleId":"work-tasks-2023-sp1","id":"a108d62bb-0843-4cf6-9340-4e92fc403c5a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604373.html","title":"Quickflow User Guide","navPath":"604373.html","bundleId":"work-tasks-2023-sp1","id":"abfe512d0-bd00-4ee2-9c05-193ef29fee4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/613300.html","title":"Prerequisites","navPath":"613300.html","bundleId":"work-tasks-2023-sp1","id":"ac0627737-79b8-4e8c-b488-c555d6f9d41b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/603289.html","title":"Deploy Quickflow","navPath":"603289.html","bundleId":"work-tasks-2023-sp1","id":"abb5934ea-4caf-47c1-a9c6-8c8bc77e37e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateQuickflow.html","title":"Create Quickflow","navPath":"CreateQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"ab13b1950-687b-4902-b06e-c83acec1c70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604271.html","title":"Activities","navPath":"604271.html","bundleId":"work-tasks-2023-sp1","id":"a23c637f4-5584-4418-9ed9-8d4b8686e794","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/620121.html","title":"Supported Activities","navPath":"620121.html","bundleId":"work-tasks-2023-sp1","id":"adb95f866-b3ab-49b4-ba3e-172dedfd9798","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity_1.html","title":"Start Activity","navPath":"StartActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ada556791-b94a-4dd5-a658-5accdae46a91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables_1.html","title":"Start - Variables","navPath":"StartVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a88a19ceb-2e77-470c-841f-5940d5e55cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables_1.html","title":"XML Variables","navPath":"XMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"aa30a4a92-ab34-4f59-96ba-c0c9c411010c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface_1.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface_1.html","bundleId":"work-tasks-2023-sp1","id":"a73f50020-820f-4f06-a447-b30b0490ec25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLDocumentXMLVariable.html","title":"Introduction to XML Document XML Variable","navPath":"IntroductiontoXMLDocumentXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2a2873a7-d219-4cc9-bf14-810d087f3956","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument_1.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument_1.html","bundleId":"work-tasks-2023-sp1","id":"a192519d7-f412-4086-8539-b1625189fbee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buildingxmlschema.html","title":"Build XML Schema","navPath":"buildingxmlschema.html","bundleId":"work-tasks-2023-sp1","id":"ae0abfc6e-1381-4109-9ddc-514b8ac1b23b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms_1.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a243f6917-6f8e-4e23-bbf7-32cf46ec39e0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLIteratorXMLVariable.html","title":"Introduction to 'XML Iterator' XML Variable","navPath":"IntroductiontoXMLIteratorXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aeabdcabe-e8a5-44c6-88b4-7786423f1a16","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator_1.html","title":"Create XML Variable of Type 'XML Iterator'","navPath":"CreateXMLVariableofTypeXMLIterator_1.html","bundleId":"work-tasks-2023-sp1","id":"a3732687d-44fc-44ad-a3c1-fde9a876718f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLIteratorTypeVariables.html","title":"Use 'XML Iterator' Type Variables","navPath":"UseXMLIteratorTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac713f6ff-ca17-4181-8154-80e67fe6e0bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables_1.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a7cf0b5d8-483b-4fae-ae77-0e87fe66d872","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities_1.html","title":"Communication Activities","navPath":"CommunicationActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"abc23b6e0-b25e-4754-8372-05b11f4a3ed7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity_1.html","title":"Notification Activity","navPath":"NotificationActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a1e53c1be-3763-431a-bb6b-1ebe45e786d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_2.html","title":"Notification: ToResource","navPath":"NotificationToResource_2.html","bundleId":"work-tasks-2023-sp1","id":"aa7b5fc5d-dd64-4778-bcd5-f6e026e69b88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationMessage.html","title":"Notification: Message","navPath":"NotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a22d1c569-38be-4bb1-92eb-45269a92980e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotification.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotification.html","bundleId":"work-tasks-2023-sp1","id":"adfea9ab4-f65f-441b-b9c0-5cb01ced5763","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource_1.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a8905abff-e5a6-4a5b-b29f-b727205b751b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pushnotificationmessage11.html","title":"Set Notification Type","navPath":"pushnotificationmessage11.html","bundleId":"work-tasks-2023-sp1","id":"acdcfd711-a745-49fa-9b8d-314f8058e488","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVAWorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac7c42c92-cb53-4e57-b9a8-627134e7a504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage_1.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1685f44-dd48-4e1a-b2b2-14ab9419e5dd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities_1.html","title":"Engine Activities","navPath":"EngineActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae95c9908-6c61-48a2-a43c-8174c4bae56b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/blockoutputactivity.html","title":"BlockingOutput Activity","navPath":"blockoutputactivity.html","bundleId":"work-tasks-2023-sp1","id":"a1c24ce7a-38f2-48e8-ba3b-d76b087c5268","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity_1.html","title":"Database Activity","navPath":"DatabaseActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4c3f2a7f-68a4-4e28-8cf8-49e132556ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity_1.html","title":"Decision Activity","navPath":"DecisionActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"aa7446da6-905e-447f-a200-fa4c132b89fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions_1.html","title":"Decision: Decisions","navPath":"Decisions_1.html","bundleId":"work-tasks-2023-sp1","id":"a0d6cc59c-dcd8-494f-8950-555992f49612","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity_1.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a28ffd98b-7a5b-4fc3-9061-ca0e4071d394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity_1.html","title":"For-Loop Activity","navPath":"ForLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"add25a390-9281-4442-be07-2bcdbb1eb62c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount_1.html","title":"For-Loop Count","navPath":"ForLoopCount_1.html","bundleId":"work-tasks-2023-sp1","id":"ac91d7742-c1b4-4047-9d78-ad3bfd011021","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity_1.html","title":"Logger Activity","navPath":"LoggerActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a92b7545a-4c84-4215-b921-7cfbecb57152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage_1.html","title":"Log - Log Message","navPath":"Log-LogMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1868785-0479-465f-b36e-fcbfbc7a295e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity_1.html","title":"Next Loop Activity","navPath":"NextLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a216e6f3e-1a83-4123-9d48-d75b8b9019aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity_1.html","title":"Rule Activity","navPath":"RuleActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a238ed1ce-7780-4452-b475-a8c3bf91ef68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition_1.html","title":"Rule - Condition","navPath":"RuleCondition_1.html","bundleId":"work-tasks-2023-sp1","id":"a0e3c2445-d021-4a04-97ff-2533d16b5890","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable_1.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable_1.html","bundleId":"work-tasks-2023-sp1","id":"a87dc078e-dc70-4c2c-be7e-a9d0f74f311a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity_1.html","title":"Synchronize Activity","navPath":"SynchronizeActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ace9e3051-aa4e-4b78-bd5b-98684930a937","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity_1.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9caf828-4674-4928-abda-ffccbd678adf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables_1.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a476ca464-0b3d-4a48-b42a-29c48f013b54","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a65757198-6355-4d95-97d0-bea91eaba578","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity_1.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"af277eb06-a8d6-4969-9733-0577e564c0c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowaction.html","title":"Workflow Activity","navPath":"workflowaction.html","bundleId":"work-tasks-2023-sp1","id":"abeb7fbc7-06a6-4a78-8202-14a5ce81511b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow_1.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a53514f50-a015-4a6d-a246-a565b91b45fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow_1.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa70d0235-c21b-4608-aea7-f4c8df946f49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","title":"How to Pass Variables from Parent Workflow/Quickflow to Child Workflow?","navPath":"howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","bundleId":"work-tasks-2023-sp1","id":"a86a57158-1fdd-4dd0-858c-697ba16127e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GettingExecutionIDoftheChildQuickflow.html","title":"Getting Execution ID of the Child Quickflow","navPath":"GettingExecutionIDoftheChildQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"a8ba6f769-d9c0-4edc-888c-b5f047cd82ac","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator_1.html","title":"XML Navigator","navPath":"XMLNavigator_1.html","bundleId":"work-tasks-2023-sp1","id":"a45e93061-77ab-467b-b9be-cb2b779055b9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Integration_Activities.html","title":"Integration Activities","navPath":"Integration_Activities.html","bundleId":"work-tasks-2023-sp1","id":"a5aad2a2c-7f9d-4626-8e53-fb2882f23460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebapiactivity_1.html","title":"Invoke Web API Activity","navPath":"invokewebapiactivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae0b84382-3514-4e82-be26-d7a6155b6ad4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIConfigureWebAPI.html","title":"Invoke Web API: Configure Web API","navPath":"InvokeWebAPIConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a3958a8bf-2a88-4a80-97dd-308e7e699e74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI_1.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI_1.html","bundleId":"work-tasks-2023-sp1","id":"a3821dcc2-3010-4f71-8a63-731903079e82","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity_1.html","title":"Script Activity","navPath":"ScriptActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ad54af351-ae26-4bdd-b365-bf9bfb58d23c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode_1.html","title":"Script: Code","navPath":"ScriptCode_1.html","bundleId":"work-tasks-2023-sp1","id":"a14f05003-46e3-4a03-be7a-df5ace46619f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences_1.html","title":"Script: References","navPath":"ScriptReferences_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cff7e06-00df-41ba-80fc-fca2ebb83ed7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues_1.html","title":"Script: Return Values","navPath":"ScriptReturnValues_1.html","bundleId":"work-tasks-2023-sp1","id":"a977e2a1b-5210-4431-b4ae-8343dfa434da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/xmlaction1.html","title":"XML Action Activity","navPath":"xmlaction1.html","bundleId":"work-tasks-2023-sp1","id":"a4963e747-2cd7-424c-901b-d39aba86b4e2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities_1.html","title":"Message Queue Activities","navPath":"MessageQueueActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"acc8577f0-9073-47c5-9950-081768e28ded","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData_1.html","title":"SendMQData","navPath":"SendMQData_1.html","bundleId":"work-tasks-2023-sp1","id":"aa92f26d2-7a9f-4b13-a0d7-e3f9f73f9cf7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureMessageQueueConnection.html","title":"Configure Message Queue Connection","navPath":"ConfigureMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"a4d4e28c9-c754-4940-a649-4bfd9decf662","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities_1.html","title":"Logic App Activities","navPath":"LogicAppActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9de13e3-b77a-4b32-8b40-dce2dd0ca2bd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity_1.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a67934cc7-f636-4a87-a58d-819314acd37a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLogicAppConnectionandData.html","title":"Configure Logic App Connection and Data","navPath":"ConfigureLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"a62c98ed4-a578-430f-9578-a373766d84d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity_1.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a56126034-fa4a-4435-ae5c-8e767943c2b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8285582-567d-4aee-8a43-3ae44bdef109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"abab1d6f7-cd61-44f7-bc4a-f25bc4fce09c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing_1.html","title":"Relative Referencing","navPath":"RelativeReferencing_1.html","bundleId":"work-tasks-2023-sp1","id":"a08af0980-09bf-4708-863e-5c11171f63f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/678853.html","title":"Custom Activity","navPath":"678853.html","bundleId":"work-tasks-2023-sp1","id":"acce64137-6950-4492-8897-4975bdc79798","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesigner.html","title":"Process Designer","navPath":"ProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a9ce0cfa6-bc2c-4daa-b739-a198ccd379e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinition.html","title":"Export Process Definition","navPath":"ExportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a406935b1-f84f-4b31-9d43-3003342240df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinition.html","title":"Import Process Definition","navPath":"ImportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a6230bc99-c571-465a-8b69-477cf4c86fae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildExpression.html","title":"Build Expression","navPath":"BuildExpression.html","bundleId":"work-tasks-2023-sp1","id":"ab50167ab-4246-4946-bcd7-76a5bdad9228","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Support_1.html","title":"Support","navPath":"Support_1.html","bundleId":"work-tasks-2023-sp1","id":"a1cf72bce-e0e3-4684-af85-47970a4d33b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics_1.html","title":"Diagnostics","navPath":"Diagnostics_1.html","bundleId":"work-tasks-2023-sp1","id":"ad43df2d6-71a0-45ef-b475-846ded247fe9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Limitations.html","title":"Limitations","navPath":"Limitations.html","bundleId":"work-tasks-2023-sp1","id":"a50d46ae6-4cde-4944-85f5-b9e286b54ac2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Troubleshoot.html","title":"Troubleshoot","navPath":"Troubleshoot.html","bundleId":"work-tasks-2023-sp1","id":"abe8f4828-bf51-44b8-8661-feb3c7e36229","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmuserguide.html","title":"User Guide","navPath":"wonderwareskeltabpmuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a2a87808a-62a3-4993-b38c-1029b836bd6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wwskeltabpminstallationandadministration.html","title":"Administration","navPath":"wwskeltabpminstallationandadministration.html","bundleId":"work-tasks-2023-sp1","id":"aeb1de17c-414b-4a02-809b-a29463c79988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisitesfordesigningworkflows.html","title":"Prerequisites","navPath":"prerequisitesfordesigningworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad0a941c0-d99c-4a49-bdd9-06b5f5ba88cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted_1.html","title":"Get started","navPath":"GetStarted_1.html","bundleId":"work-tasks-2023-sp1","id":"ab5ba867c-c67a-47f6-8a2c-5d6c182b00bb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingahelloworldworkflow.html","title":"Create a Workflow","navPath":"creatingahelloworldworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ad7a7499e-21ca-4d8d-b9e4-7779a9b476b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingvariablesinworkflow.html","title":"Use Variables in Workflow","navPath":"usingvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a35fcd1cb-9cd8-4bda-95d9-21d62ce6ed5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingxmlvariablesinworkflow.html","title":"Use XML Variables in Workflow","navPath":"usingxmlvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6d117e90-e411-4b64-ab2a-ec581f9e333a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/familiarizingwithskeltaxmlvariables.html","title":"Familiarize with XML Variables","navPath":"familiarizingwithskeltaxmlvariables.html","bundleId":"work-tasks-2023-sp1","id":"a1922eea6-d13d-4e61-9563-c5cbecf2b1f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loopingthroughxmldocument.html","title":"Loop Through an XML Document","navPath":"loopingthroughxmldocument.html","bundleId":"work-tasks-2023-sp1","id":"a8245bc71-7baf-48e9-960e-a984f38c8194","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithskeltaforms.html","title":"Use Forms","navPath":"gettingstartedwithskeltaforms.html","bundleId":"work-tasks-2023-sp1","id":"a808d9ddc-42c3-43f1-800a-7bab6c778f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebservicefromworkflows.html","title":"Invoke Web Service from Workflows","navPath":"invokewebservicefromworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a30a5496f-ae02-4647-9ae7-0002b603fbe5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetcontrols.html","title":"Interfaces","navPath":"skeltabpmnetcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ac68d126c-5698-4494-90f0-e7ee67e0a15d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingskeltabpmnetfeatures.html","title":"Access Features","navPath":"accessingskeltabpmnetfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a4f2570db-0fb2-45ed-8d27-67300ee6bdd0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole_1.html","title":"Enterprise Console","navPath":"EnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3a226f4-14b5-4d34-9469-d313ea4d4732","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaenterpriseconsoleauthentication.html","title":"Enterprise Console Authentication","navPath":"skeltaenterpriseconsoleauthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa2cbbc9f-bc9c-47f9-a2f5-83dafdfec44b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaworkitemlist.html","title":"Enterprise Console Home Page","navPath":"skeltaworkitemlist.html","bundleId":"work-tasks-2023-sp1","id":"a61f1cd52-a9d6-4f34-9fa7-43c80976e182","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowManagement.html","title":"Workflow Management","navPath":"WorkflowManagement.html","bundleId":"work-tasks-2023-sp1","id":"abe23487f-fae4-4e68-8a5a-1c2d81e4f559","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist1.html","title":"What is a Workflow List","navPath":"workflowlist1.html","bundleId":"work-tasks-2023-sp1","id":"a75031b45-67ad-40ed-8ba2-468ba2c256f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/groupingworkflowitemswithfolders.html","title":"Group Workflow Items within a Folder","navPath":"groupingworkflowitemswithfolders.html","bundleId":"work-tasks-2023-sp1","id":"ae1d9c677-b889-4b46-9078-82a34099d470","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewfolderworkflow.html","title":"Create a Folder","navPath":"creatinganewfolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af50f8793-a053-4320-9203-3a7515e1f955","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingafolderworkflows.html","title":"Publish a Folder","navPath":"publishingafolderworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a0476c204-90f8-4921-a5f5-98c397142337","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingafolderworkflow.html","title":"Delete a Folder","navPath":"deletingafolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab9618690-accc-46f3-a1ee-facfe14fb0be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingordisablingafolder.html","title":"Enable or Disable a Folder","navPath":"enablingordisablingafolder.html","bundleId":"work-tasks-2023-sp1","id":"a1d0b6ff6-c1aa-4d8a-9551-d1bc139211e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changingtheownerofthefolder.html","title":"Change the Owner of the Folder","navPath":"changingtheownerofthefolder.html","bundleId":"work-tasks-2023-sp1","id":"af91fb070-9180-48a8-8777-00d658ef0f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/applyingsecuritysettingstoafolder.html","title":"Apply Security Settings to a Folder","navPath":"applyingsecuritysettingstoafolder.html","bundleId":"work-tasks-2023-sp1","id":"ace01028f-35ec-4d0c-8dd3-f2c1deb5acad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/navigate.html","title":"Navigate to Different Folders in Workflows List","navPath":"navigate.html","bundleId":"work-tasks-2023-sp1","id":"a9f0a388f-24d0-40c6-b9d6-e5e8a1fd587d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingandassociatingaworkflow.html","title":"Create a Workflow","navPath":"creatingandassociatingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a214c7e9e-9480-43e9-bc06-0983c070fc0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createassociations.html","title":"Create an Association for a Workflow","navPath":"createassociations.html","bundleId":"work-tasks-2023-sp1","id":"a2b517777-2bad-46a4-a477-479811d5637f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associateworkflowwithenterpriseconsole.html","title":"Associate Workflow with Enterprise Console Events","navPath":"associateworkflowwithenterpriseconsole.html","bundleId":"work-tasks-2023-sp1","id":"aba5bca6d-8f08-43e5-ae4c-600f4e82793e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a349b51b8-706c-4d65-b103-4c326fbb4dbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505.html","bundleId":"work-tasks-2023-sp1","id":"abcbbbee2-75f7-44b9-89bc-318746f339e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/512536.html","title":"Associate Workflow with Message Queue","navPath":"512536.html","bundleId":"work-tasks-2023-sp1","id":"a96035563-4d6c-4e7e-8ce8-bb87ff75629d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaExample.html","title":"XML Schema Example","navPath":"XMLSchemaExample.html","bundleId":"work-tasks-2023-sp1","id":"af1bfb35c-2e69-4fa8-ac11-9b0f5ea1a65b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JSONSampleExample.html","title":"JSON Sample Example","navPath":"JSONSampleExample.html","bundleId":"work-tasks-2023-sp1","id":"a12177a3d-c580-44d2-88c3-fb30aebffa70","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/572497.html","title":"Associate Workflow with Logic App Events","navPath":"572497.html","bundleId":"work-tasks-2023-sp1","id":"af20b4802-18bf-4425-92bf-655a68c29005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewassociations.html","title":"View all Associations of a Workflow","navPath":"viewassociations.html","bundleId":"work-tasks-2023-sp1","id":"a975602b6-945a-495d-b4b7-eb1b9d23f8f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflowassociations.html","title":"Delete Workflow Associations","navPath":"deletingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"ae10fd997-b6f8-49da-96e3-ef5946121fa9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingworkflowassociations.html","title":"Disable Workflow Associations","navPath":"disablingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"a661e2016-f7ad-48b1-8c7d-2a68a0863cc4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/saveas1.html","title":"Create different versions of a Workflow","navPath":"saveas1.html","bundleId":"work-tasks-2023-sp1","id":"ade11312c-f7fb-47ad-91f4-5fecb763e0b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showallversions.html","title":"View All the Versions of a Workflow","navPath":"showallversions.html","bundleId":"work-tasks-2023-sp1","id":"a241d85fc-fce9-4891-8d44-3901965c03d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designworkflow.html","title":"Modify a Workflow Design","navPath":"designworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac129db54-6637-472a-a958-501acf136c78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingaworkflow.html","title":"Edit a Workflow","navPath":"editingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"adba79694-3c18-437a-b749-db9f74882422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflows.html","title":"Delete a Workflow","navPath":"deletingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"af14602e1-d56d-45c7-9cdf-53bacfee5996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingworkflows.html","title":"Publish a Workflow","navPath":"publishingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a61ad94f3-e234-4f44-abdd-9e37885d7f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/unpublishingaworkflow.html","title":"Unpublish a Workflow","navPath":"unpublishingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"abb6a6046-3d45-489e-b947-a0ddccf45740","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importworkflow.html","title":"Import a Workflow","navPath":"importworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a62800b85-ccee-42cf-8c02-a55b3ee7a75d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exportworkflow.html","title":"Export a Workflow","navPath":"exportworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac057f9aa-e86c-4cfd-8f7f-17d1f405a84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction1.html","title":"Lock a Workflow for Editing","navPath":"introduction1.html","bundleId":"work-tasks-2023-sp1","id":"a1332246d-221f-4b81-81a9-0d362bc164fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enable_1.html","title":"Enable  and Disable Workflow","navPath":"enable_1.html","bundleId":"work-tasks-2023-sp1","id":"ab6341bed-a18e-4bc7-a7cb-920a1ef4ba6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfiguration1.html","title":"Access BAM Configuration","navPath":"bamconfiguration1.html","bundleId":"work-tasks-2023-sp1","id":"a421431d7-b45c-434b-86b0-a3c5e2864575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changeowner1.html","title":"Change Owner Information of a Workflow","navPath":"changeowner1.html","bundleId":"work-tasks-2023-sp1","id":"acc9c8b5d-fc85-4d52-8314-f221012e3d12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tasks.html","title":"Access Workflow Tasks","navPath":"tasks.html","bundleId":"work-tasks-2023-sp1","id":"ae117d2e4-9daf-498b-8c47-a081d554adb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsAvailableinaWorkflowList.html","title":"Different Views Available in a Workflow List","navPath":"DifferentViewsAvailableinaWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a73ce3392-b047-4692-8199-9e4d32e467d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewworkflow.html","title":"View a Workflow","navPath":"viewworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aa5bd43af-2990-4cb6-a9d3-53a916b2954c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/testrun.html","title":"View the Execution of the Published Workflow","navPath":"testrun.html","bundleId":"work-tasks-2023-sp1","id":"afb296ef0-ec9c-4365-ac8c-60f99f9c0ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showchilditems.html","title":"View Child Items of a Workflow","navPath":"showchilditems.html","bundleId":"work-tasks-2023-sp1","id":"a57bb9039-f4ae-4f7a-9412-002a8b98d094","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewaudithistory.html","title":"View Audit History","navPath":"viewaudithistory.html","bundleId":"work-tasks-2023-sp1","id":"a541ffc86-5613-4932-b821-bbea49844786","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewproperties.html","title":"View the Properties of a Workflow","navPath":"viewproperties.html","bundleId":"work-tasks-2023-sp1","id":"a6fe34c2f-2df9-4ea3-8aa0-40791277cf41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingexception.html","title":"View Exceptions","navPath":"viewingexception.html","bundleId":"work-tasks-2023-sp1","id":"ae1ad7b45-c8c6-42f5-ba35-8b87ab5fe311","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitysettings.html","title":"Set Security at Workflow Listitem Level","navPath":"securitysettings.html","bundleId":"work-tasks-2023-sp1","id":"aa01ca25e-91d8-47c1-9265-9679e079a1ca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutSkeltaCalendars.html","title":"Calendars","navPath":"AboutSkeltaCalendars.html","bundleId":"work-tasks-2023-sp1","id":"ab51e704c-6b45-47ef-a7d5-a5bff9298765","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceCalendar.html","title":"Resource Calendar","navPath":"ResourceCalendar.html","bundleId":"work-tasks-2023-sp1","id":"a20d5aa0e-8364-486a-8540-1f121e444a34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configurationofresourcecalendarbyadministrator.html","title":"Configure Resource Calendar by Administrator","navPath":"configurationofresourcecalendarbyadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a06de864e-4acf-474d-bba6-804d158a3ef4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingthecalendar.html","title":"Check Resource Availability","navPath":"searchingthecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a01d6efcd-1c7c-42c6-b333-52dda0c34863","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement_1.html","title":"Queue Management","navPath":"QueueManagement_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1e11c71-d9f5-472a-882c-11796ea02464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQueueManagement.html","title":"Configure Queue Management","navPath":"ConfigureQueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a88a2f3b9-416c-4672-a50d-1267c50b0672","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ParticipantsTab.html","title":"Participants Tab","navPath":"ParticipantsTab.html","bundleId":"work-tasks-2023-sp1","id":"a9ffc8082-bf4b-44a6-a995-6fbb583b78fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DispatchPatternsTab.html","title":"Dispatch Patterns Tab","navPath":"DispatchPatternsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3f948682-4002-461b-a1a5-78339f608751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingsTab.html","title":"Settings Tab","navPath":"SettingsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3a6f6b5a-431b-47a2-8ef5-0ffdbcc8df46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EscalationTab.html","title":"Escalation Tab","navPath":"EscalationTab.html","bundleId":"work-tasks-2023-sp1","id":"a1d98defa-eabd-4e40-8c1a-52bca7b14f10","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingqueuecontroltocreateandmanagequeues1.html","title":"Use Queue Control to Create and Manage Queues","navPath":"usingqueuecontroltocreateandmanagequeues1.html","bundleId":"work-tasks-2023-sp1","id":"ab38c2f42-2b28-4644-90d5-45d06871e87d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingparticipantstothequeue1.html","title":"Add Participants to the Queue","navPath":"addingparticipantstothequeue1.html","bundleId":"work-tasks-2023-sp1","id":"a44784ec8-a8c7-43a7-aa6e-7719d95bd49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringdispatchpatterns1.html","title":"Configure Dispatch Patterns","navPath":"configuringdispatchpatterns1.html","bundleId":"work-tasks-2023-sp1","id":"a0bf68420-a333-4bce-95c6-db28918fc6b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingthequeuepreference.html","title":"Set the Queue Preference","navPath":"settingthequeuepreference.html","bundleId":"work-tasks-2023-sp1","id":"ac7de4f75-c715-4f98-a424-525dff54cb80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingescalations1.html","title":"Set Escalations for Queues","navPath":"settingescalations1.html","bundleId":"work-tasks-2023-sp1","id":"a00ead208-a37d-4bfd-832c-91f63b62fba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingthequeuesinworkflows1.html","title":"Use Queues in Workflows","navPath":"usingthequeuesinworkflows1.html","bundleId":"work-tasks-2023-sp1","id":"af9741bd6-7299-4877-bb84-617365d5a53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueuesintheactivitylist1.html","title":"Access Queues in the Work Items List","navPath":"accessingqueuesintheactivitylist1.html","bundleId":"work-tasks-2023-sp1","id":"adf334d3b-078d-4695-8600-76c04ef8cba4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199511.html","title":"Database Connections","navPath":"199511.html","bundleId":"work-tasks-2023-sp1","id":"a0a7ed262-4da9-4666-a963-313a1a898950","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199512.html","title":"Create a Database Connection","navPath":"199512.html","bundleId":"work-tasks-2023-sp1","id":"a4ac56958-37e7-40e7-9d25-09aa1640de0b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsList.html","title":"Work Items List","navPath":"WorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a047625cb-f932-42b1-ac24-ec8820a50c35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItemViewAllUsers.html","title":"Manage Work Item - View All Users","navPath":"ManageWorkItemViewAllUsers.html","bundleId":"work-tasks-2023-sp1","id":"af81f0985-bb87-4af1-ab66-23a21e66837f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListUserInterfaceElements.html","title":"Work Items List User Interface Elements","navPath":"WorkItemsListUserInterfaceElements.html","bundleId":"work-tasks-2023-sp1","id":"adeb344ce-1d10-4be6-9975-294b377a9e01","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListFolders.html","title":"Work Items List Folders","navPath":"WorkItemsListFolders.html","bundleId":"work-tasks-2023-sp1","id":"a2ffdf90e-2cd6-4daa-a02e-d33b3643aa19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListView.html","title":"Work Items List View","navPath":"WorkItemsListView.html","bundleId":"work-tasks-2023-sp1","id":"a29ab4fb1-5613-41c8-89ed-6f04e28ce62c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemDetails.html","title":"Work Item Details","navPath":"WorkItemDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa8549216-f88c-4407-b2ef-a5d24f2e56ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListToolbar.html","title":"Work Items List Toolbar","navPath":"WorkItemsListToolbar.html","bundleId":"work-tasks-2023-sp1","id":"a73f3d260-3d3f-4e89-81bc-dd1667f09f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListManagerView.html","title":"Work Items List Manager View","navPath":"WorkItemsListManagerView.html","bundleId":"work-tasks-2023-sp1","id":"affe89bdb-7f53-413e-91e9-aa5f9de5bfa7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueMultiSelectandReassignQueueWorkItems.html","title":"Queue Multi-Select and Reassign Queue Work Items","navPath":"QueueMultiSelectandReassignQueueWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"afd99f191-445f-45b5-b811-9d2733491672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueueitems.html","title":"Access Queue Items","navPath":"accessingqueueitems.html","bundleId":"work-tasks-2023-sp1","id":"ae6164755-6d53-4358-bb7c-41ab0c126707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistview.html","title":"Customize Work Items List","navPath":"customizingworkitemlistview.html","bundleId":"work-tasks-2023-sp1","id":"aa3c6b4c1-e59b-4bc3-837a-88681a027f39","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistlayouts.html","title":"Customize Work Items List Layouts","navPath":"customizingworkitemlistlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a057aa02e-451e-477b-bcb7-1eeba7e3db0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemlistcustomizationoptions.html","title":"Work Items List Layout Customization","navPath":"workitemlistcustomizationoptions.html","bundleId":"work-tasks-2023-sp1","id":"a4ce246ab-f838-4c54-8bef-789f0dde5293","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsatworkflowlevel.html","title":"Define Layouts at Workflow Level","navPath":"defininglayoutsatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6d5e6b35-957f-4bd7-bef5-9fb78db95ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininggloballayouts.html","title":"Define Global Layouts","navPath":"defininggloballayouts.html","bundleId":"work-tasks-2023-sp1","id":"a5f38699a-11bb-4ade-ad61-2b7a4aa3681e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsforqueues.html","title":"Define Layouts for Queues","navPath":"defininglayoutsforqueues.html","bundleId":"work-tasks-2023-sp1","id":"a1ab0f428-47c8-44ba-803e-6ecb5d81cd6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizinginboxview.html","title":"Define Work Items List Layouts for a User","navPath":"customizinginboxview.html","bundleId":"work-tasks-2023-sp1","id":"a762bad58-27eb-40b6-85fc-f127d2a31abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistviews.html","title":"Customize Work Items List Views","navPath":"customizingworkitemlistviews.html","bundleId":"work-tasks-2023-sp1","id":"a53f35ba4-b327-4b8e-851a-fc7af64652e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListbyApplication.html","title":"Display Work Items List by Application","navPath":"DisplayWorkItemsListbyApplication.html","bundleId":"work-tasks-2023-sp1","id":"a95d75a49-7814-4339-9a63-841d0b8e5756","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListGroupedbyWorkflows.html","title":"Display Work Items List Grouped by Workflows","navPath":"DisplayWorkItemsListGroupedbyWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac69dac17-c15e-40f3-ad97-423e309911ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedWorkflows.html","title":"Display Work Items List for Specified Workflows","navPath":"DisplayWorkItemsListforSpecifiedWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a493df458-b3fb-4cc0-aeb2-9d92d410133c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedQueues.html","title":"Display Work Items List for Specified Queues","navPath":"DisplayWorkItemsListforSpecifiedQueues.html","bundleId":"work-tasks-2023-sp1","id":"af5b1c5cb-397c-4dae-9eb2-54948a9fe25e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayInboxView.html","title":"Display Inbox View","navPath":"DisplayInboxView.html","bundleId":"work-tasks-2023-sp1","id":"a97f10efc-aa4a-4853-8aad-2be7bb653465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayManager%27sView.html","title":"Display Manager's View","navPath":"DisplayManager'sView.html","bundleId":"work-tasks-2023-sp1","id":"a5030b5e1-c942-4db6-9457-3e55f02e9eca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/preferencesforworkitemmanagement.html","title":"Preferences for Work Item Management","navPath":"preferencesforworkitemmanagement.html","bundleId":"work-tasks-2023-sp1","id":"ae1f48915-254f-420b-a90f-09b0e8e6a4cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoownershiponRowClick.html","title":"Auto-ownership on Row Click","navPath":"AutoownershiponRowClick.html","bundleId":"work-tasks-2023-sp1","id":"a20a40308-1066-446c-a5f7-e4598d985689","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableMultiSelectOptioninWorkItemList.html","title":"Enable Multi-Select Option in Work Item List","navPath":"EnableMultiSelectOptioninWorkItemList.html","bundleId":"work-tasks-2023-sp1","id":"a00eb1adf-c7e7-4092-8a78-274b2c1255d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterDatainWorkItemsList.html","title":"Filter Data in Work Items List","navPath":"FilterDatainWorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a691d4587-e1b0-407c-9915-8f71dc0298fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagingWorkItems.html","title":"Manage Work Items","navPath":"ManagingWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"aec8f1303-98a7-416a-987d-85266d6dae1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItems.html","title":"Forward Work Items","navPath":"ForwardWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a029816da-e58e-49bf-8e0d-bcc6334db56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems_1.html","title":"Abort Work Items","navPath":"AbortWorkItems_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf6a28b7-9a25-40b3-b0d0-d7eccd534076","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemoveWorkItems.html","title":"Remove Work Items","navPath":"RemoveWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a04d47171-9e39-49f2-bf2d-e76d5887fad2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlternateActors.html","title":"Alternate Actors","navPath":"AlternateActors.html","bundleId":"work-tasks-2023-sp1","id":"a1c168a79-4294-43ba-8010-3867f0eee4d2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/250494.html","title":"Alternate Actors","navPath":"250494.html","bundleId":"work-tasks-2023-sp1","id":"a693d237e-1e85-4f67-a2f5-f7b7fbb043d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationScenarios.html","title":"Configuration Scenarios","navPath":"ConfigurationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afbb2f810-8d7a-450c-af0b-8064c6bb369d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/businessactivitymonitoringbamalertfeatures.html","title":"Business Activity Monitoring Alert","navPath":"businessactivitymonitoringbamalertfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8da31cfd-4581-4081-95f4-6475f3fd10db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheThresholdValueinBAM.html","title":"Set the Threshold Value in BAM","navPath":"SettheThresholdValueinBAM.html","bundleId":"work-tasks-2023-sp1","id":"a2480dc16-6495-4b83-994a-5052250aae7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetBAMAlertforOverduesandKPIs.html","title":"Set BAM Alert for Overdues and KPIs","navPath":"SetBAMAlertforOverduesandKPIs.html","bundleId":"work-tasks-2023-sp1","id":"ac2ba96e4-8257-4f5d-8604-827e7715c591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations_1.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations_1.html","bundleId":"work-tasks-2023-sp1","id":"ab45ce846-8ad7-4d54-90ea-db32e8f36f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMWorkflow.html","title":"BAM Workflow","navPath":"BAMWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af54195dd-f4cf-4be3-8dfc-176052519606","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampletoConfigureBAMAlerts.html","title":"Example to Configure BAM Alerts","navPath":"ExampletoConfigureBAMAlerts.html","bundleId":"work-tasks-2023-sp1","id":"ac406c55e-7d14-4b4a-89b4-47b42ab09dd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alertsforbusinessactivitythresholds1.html","title":"BAM Alert Settings","navPath":"alertsforbusinessactivitythresholds1.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b6f9-bdfd-4f80-9902-6b2826b63ce7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder.html","title":"Enabling and Disabling SOA Folder","navPath":"disablefolder.html","bundleId":"work-tasks-2023-sp1","id":"a0a78a278-fc09-40b6-8547-ea42a7bc5893","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPIDataPoints.html","title":"Create KPI Data Points","navPath":"CreateKPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a14845587-0657-4670-9c7e-1153dcc79167","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPI%28s%29andSettheThresholdValue.html","title":"Create KPI(s) and Set the Threshold Value","navPath":"CreateKPI(s)andSettheThresholdValue.html","bundleId":"work-tasks-2023-sp1","id":"afbe6b07c-7dd0-4406-8e10-f7424a1b444c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAlertConfigurationSettings.html","title":"BAM Alert Configuration Settings","navPath":"BAMAlertConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"abbc586a1-1885-452d-8441-1d22ce738ea1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMRuleSettings.html","title":"BAM Rule Settings","navPath":"BAMRuleSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2d380176-c263-4b0d-9661-ab2ab5f0bc0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMTimeSettings.html","title":"BAM Time Settings","navPath":"BAMTimeSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1c921c92-a81c-46e4-9e15-f7a78322b621","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMActionSettings.html","title":"BAM Action Settings","navPath":"BAMActionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a19ff9de7-1dfb-4685-afe2-c923cb353f1a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsinEnterpriseConsoleSite.html","title":"BAM Events in Enterprise Console Site","navPath":"BAMEventsinEnterpriseConsoleSite.html","bundleId":"work-tasks-2023-sp1","id":"af6e0c3cc-6af9-4512-ba0c-6f1eb9316ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggeraBAMAlert.html","title":"Trigger a BAM Alert","navPath":"TriggeraBAMAlert.html","bundleId":"work-tasks-2023-sp1","id":"a3671530b-9cac-4163-a599-b964796d4611","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BusinessActivityMonitoringandReports.html","title":"Business Activity Monitoring and Reports","navPath":"BusinessActivityMonitoringandReports.html","bundleId":"work-tasks-2023-sp1","id":"a7cf4e624-8d4a-441a-918c-d6958bb3e481","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMDashboardView.html","title":"BAM Dashboard View","navPath":"BAMDashboardView.html","bundleId":"work-tasks-2023-sp1","id":"afb1551c9-f84a-49b4-90b6-6ab46e47e84c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamexecutionreports.html","title":"BAM Execution Reports","navPath":"bamexecutionreports.html","bundleId":"work-tasks-2023-sp1","id":"a82f10c1d-9846-451b-8a85-0e4faf093bac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAnalyzeReports.html","title":"BAM Analyze Reports","navPath":"BAMAnalyzeReports.html","bundleId":"work-tasks-2023-sp1","id":"af9d29d85-5e49-4d43-8f6f-cf43bdaa0d3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMProcessExecutionView.html","title":"BAM Process Execution View","navPath":"BAMProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"af737dfd3-5021-444a-8743-9ee7593f1d6b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userguide.html","title":"File Watcher","navPath":"userguide.html","bundleId":"work-tasks-2023-sp1","id":"a2be64cda-2281-43cb-98c4-a5b8fd026665","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcheroperations.html","title":"File Watcher Operations","navPath":"filewatcheroperations.html","bundleId":"work-tasks-2023-sp1","id":"aec189ef1-0527-485a-a56b-e6cce1945f1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addfolder.html","title":"Add Folder","navPath":"addfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5862ec71-ffa7-43b5-8484-c552ac050886","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editfolder.html","title":"Edit Folder Configuration Settings","navPath":"editfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad5b4b4ca-3ac5-48d0-852f-adc5bc797bfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletefolder.html","title":"Delete Folder","navPath":"deletefolder.html","bundleId":"work-tasks-2023-sp1","id":"a3b09eb30-f066-443f-b848-ee8f8fea9c63","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcherevents.html","title":"File Watcher Events","navPath":"filewatcherevents.html","bundleId":"work-tasks-2023-sp1","id":"a14f3036b-e3f6-4095-a35a-b1e565c24313","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createdevent.html","title":"Created Event","navPath":"createdevent.html","bundleId":"work-tasks-2023-sp1","id":"a9340b49f-1951-4526-9e9d-cc5097506028","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changedevent.html","title":"Changed Event","navPath":"changedevent.html","bundleId":"work-tasks-2023-sp1","id":"acc4023ba-ff1e-4437-968e-00778b9238ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/renamedevent.html","title":"Renamed Event","navPath":"renamedevent.html","bundleId":"work-tasks-2023-sp1","id":"aba1963e1-6b28-4166-8d3e-9228a2e80348","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletedevent.html","title":"Deleted Event","navPath":"deletedevent.html","bundleId":"work-tasks-2023-sp1","id":"a5d6069e4-c788-4ec5-b840-2d6a93cc0f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dosanddonts.html","title":"Limitations of File Watcher","navPath":"dosanddonts.html","bundleId":"work-tasks-2023-sp1","id":"a4fa2351d-6b61-4d60-b468-c7a78527be66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/frequentlyaskedquestionsfaq.html","title":"Frequently Asked Questions","navPath":"frequentlyaskedquestionsfaq.html","bundleId":"work-tasks-2023-sp1","id":"a517beed8-a731-4f5d-8915-e1a6b1a4a89d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soa.html","title":"Object Access","navPath":"soa.html","bundleId":"work-tasks-2023-sp1","id":"aa8b57c5a-39f7-4dad-b521-106d5dd5ef4b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soafolders.html","title":"SOA Folders","navPath":"soafolders.html","bundleId":"work-tasks-2023-sp1","id":"a6c3aa215-89ec-4b9b-aaed-cff0d7d19da6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsoafolder.html","title":"Add New SOA Folder Details","navPath":"newsoafolder.html","bundleId":"work-tasks-2023-sp1","id":"aca44e468-71e1-4f7a-aa10-b00350412cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder1.html","title":"View Registered SOA Folder Details","navPath":"viewfolder1.html","bundleId":"work-tasks-2023-sp1","id":"a5c4f5fec-a50b-4446-8dd4-29cb5a38c16b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder.html","title":"Delete an SOA Folder","navPath":"viewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5a1f9ec1-c809-4501-8faf-d85664b1f945","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder_1.html","title":"Enable and Disable SOA Folder","navPath":"disablefolder_1.html","bundleId":"work-tasks-2023-sp1","id":"a4bbe9fd3-d71f-406a-af46-f54eedf25498","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurity.html","title":"Security Settings for SOA Folder","navPath":"managesecurity.html","bundleId":"work-tasks-2023-sp1","id":"aa1dbcdf7-6aa8-4fee-b45e-84f81722b9a0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Assemblies.html","title":"Assemblies","navPath":"Wonderware_Skelta_BPM_Assemblies.html","bundleId":"work-tasks-2023-sp1","id":"a0820f638-effb-4417-b8e8-387dc5c026b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromgac.html","title":"Register Assemblies From GAC","navPath":"fromgac.html","bundleId":"work-tasks-2023-sp1","id":"af942b441-e801-4805-b29b-c3f6bc9477ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromfolder.html","title":"Register Assemblies From Assembly Folder","navPath":"fromfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad6d43d48-cd9a-4f28-a37f-48b476f308a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromweb.html","title":"Register Assemblies From Web","navPath":"fromweb.html","bundleId":"work-tasks-2023-sp1","id":"ae7f0a6ba-aafb-4779-8b72-bded4a072247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newfolder.html","title":"Create Folder for Registered Objects","navPath":"newfolder.html","bundleId":"work-tasks-2023-sp1","id":"aeb8a6481-b50b-4841-89f6-9f19432d72be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/edit.html","title":"View Registered Assembly Details","navPath":"edit.html","bundleId":"work-tasks-2023-sp1","id":"a90649ff4-2d7e-4b4b-ba7e-48cebb6a2afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editassembly.html","title":"Edit an Object in SOA Assembly","navPath":"editassembly.html","bundleId":"work-tasks-2023-sp1","id":"a399ef953-d81f-4fca-9d03-5cc427202422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295132.html","title":"Organize SOA Assembly","navPath":"295132.html","bundleId":"work-tasks-2023-sp1","id":"a8ee85fac-c774-400a-9d1c-cdda6141065e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/delete.html","title":"Delete a Registered Assembly","navPath":"delete.html","bundleId":"work-tasks-2023-sp1","id":"af1cb0544-2941-4343-8267-ac64a5971a02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageitemsecurityforassembly.html","title":"Manage Security for a Assembly","navPath":"manageitemsecurityforassembly.html","bundleId":"work-tasks-2023-sp1","id":"a6cc38875-6875-4276-994f-bece20c7f450","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/instantiateanassemblyclassinworkflow.html","title":"Instantiate an Assembly Class in Workflow","navPath":"instantiateanassemblyclassinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a41e83768-a2a0-49c6-a3c8-db5382f238dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstance.html","title":"SOA Object Instances in SOA Property","navPath":"soaobjectinstance.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b1f9-d312-4f32-b6dc-f883ee947bc2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstancesinexpressioneditor.html","title":"SOA Object Instances in Expression Editor","navPath":"soaobjectinstancesinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"a15617711-2e6d-4267-8d86-b772c2ea5ce8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soawebobjectsinexpressioneditor.html","title":"SOA Web Objects in Expression Editor","navPath":"soawebobjectsinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"aab9cb504-0368-46ad-ac4c-ab3fa8cfdb08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/integrationvssoa.html","title":"Difference Between Integration and SOA","navPath":"integrationvssoa.html","bundleId":"work-tasks-2023-sp1","id":"ad84c4c72-7ecd-4400-8666-638b63aefd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityfeatures.html","title":"Security Features for Folders and Assemblies","navPath":"securityfeatures.html","bundleId":"work-tasks-2023-sp1","id":"ad54bef57-f535-4380-9b0c-179ba0834b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitations1.html","title":"Limitations of SOA","navPath":"limitations1.html","bundleId":"work-tasks-2023-sp1","id":"ac38d2c67-79df-43ee-9eab-e392c04dce3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaactivities_1.html","title":"SOA Activity","navPath":"soaactivities_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a5df4bc-3918-4e80-b5b8-812948a0dfce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingsoaexecuteactivitiesinworkflows.html","title":"Use SOA Execute Activity in Workflows","navPath":"usingsoaexecuteactivitiesinworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ab90d2a75-129e-4926-b907-7d6b9ffb5c32","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityinskelta.html","title":"Security Framework","navPath":"introductiontosecurityinskelta.html","bundleId":"work-tasks-2023-sp1","id":"a4df273d9-22cc-42e7-86f0-fdef4d0d6a20","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityframework.html","title":"Introduction to Security Framework","navPath":"introductiontosecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"a61c65f95-0fac-4bae-8b7c-aa751d34a03c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewsecuritymappingatrepositorylevel.html","title":"View Security Mapping at Repository Level","navPath":"viewsecuritymappingatrepositorylevel.html","bundleId":"work-tasks-2023-sp1","id":"a0281f09f-a2b7-4c95-b67b-ca53dd173da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/componentsofsecurityframework.html","title":"Components of Security Framework","navPath":"componentsofsecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"aefa4d24e-13fe-4ea7-9517-49268d3df052","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityright.html","title":"Security Rights","navPath":"introductiontosecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a850df2c9-cc17-4f1d-815d-1e6a97fabc2e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupRights.html","title":"Security Rights Available for a Repository","navPath":"SecurityGroupRights.html","bundleId":"work-tasks-2023-sp1","id":"ad1b680e6-ae25-41fd-8b40-30840295a2f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/typesofsecurityrights.html","title":"Types of Security Rights","navPath":"typesofsecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"afc31167f-91bf-4811-b322-fad576db99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differencebetweenvaluefortherights.html","title":"Difference between Value for the Rights and Follower Specific Value for Rights","navPath":"differencebetweenvaluefortherights.html","bundleId":"work-tasks-2023-sp1","id":"aa2879531-53cd-43b4-aa20-bee68d035ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dictrorandfollower.html","title":"Dictator and Follower","navPath":"dictrorandfollower.html","bundleId":"work-tasks-2023-sp1","id":"a304d9c28-6865-4f59-aae3-7e43715384fb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecuritygroup.html","title":"Security Group","navPath":"introductiontosecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"aa4043848-7b0a-4ea4-8add-3f703005f278","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroups.html","title":"Manage Security Groups","navPath":"managesecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a2bcde821-127d-4415-927b-620077b460ed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingsecuritygroup.html","title":"Create Security Group","navPath":"creatingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a5309db88-845f-4e74-84ab-7698131d3016","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingsecuritygroup.html","title":"Modify Security Group","navPath":"modifyingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a2c17c9ce-f3c1-439a-8601-2926db2e8eed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapprovalandrequiresapprovalwithprompt.html","title":"Example for Allow or Disallow","navPath":"exampleforrequiresapprovalandrequiresapprovalwithprompt.html","bundleId":"work-tasks-2023-sp1","id":"a5aff382e-e679-4240-a44d-6b8e660eeff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapproval.html","title":"Example for Requires Approval and Requires Approval With Prompt","navPath":"exampleforrequiresapproval.html","bundleId":"work-tasks-2023-sp1","id":"a78f08d47-b9b8-4959-9c09-e9c869592de4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup.html","title":"View Security Group","navPath":"viewingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a782ba1e5-d6b2-4dd4-8e9c-48e0d07cecf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup1.html","title":"Delete Security Group","navPath":"deletingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a0a716117-edf8-43a2-a4fd-2bd34458443e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectivemapping.html","title":"Effective Mapping of a Security Group","navPath":"effectivemapping.html","bundleId":"work-tasks-2023-sp1","id":"a5461f41e-ffb4-4789-9feb-613709963047","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityresourcemapping.html","title":"Security Resource Mapping","navPath":"introductiontosecurityresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ccf7468-0615-4396-a6a1-ddc14fbd032c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroup-resourcemapping.html","title":"Manage Security Group - Resource Mapping","navPath":"managesecuritygroup-resourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"abe9b0222-6d2d-4c30-a27b-6837b648aca4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsecuritygroup.html","title":"Create a Resource Mapping","navPath":"newsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3dd02549-3cbc-4bd0-a913-b9c146d4d3a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingsecuritygroup.html","title":"Edit Resource Mapping","navPath":"editingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a8b7950f2-a314-4150-a316-5ed2d2775ba3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup.html","title":"Delete Resource Mapping","navPath":"deletingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ace19acd3-b40e-4bb2-8da2-9602053eb125","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/vieweffectivesecurityforuserorrole.html","title":"View Effective Security Rights for User or Role","navPath":"vieweffectivesecurityforuserorrole.html","bundleId":"work-tasks-2023-sp1","id":"a1eb15cf7-cca7-4f5a-ad6a-36bbf327e3a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolebased.html","title":"View Effective Security Rights for Roles","navPath":"rolebased.html","bundleId":"work-tasks-2023-sp1","id":"a8348b843-0fe8-478c-a137-b4004aad2cd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userbased.html","title":"View Effective Security Rights for User/Role","navPath":"userbased.html","bundleId":"work-tasks-2023-sp1","id":"a2d73fc56-b7f1-4f51-bef0-6ccf5ac3b33f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/levelsofsecurity.html","title":"Levels of Security","navPath":"levelsofsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ab0900760-629a-47bf-a091-77bab2247838","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritysettings.html","title":"Set Security at Repository Level","navPath":"repositorylevelsecuritysettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c94b4ba-6486-4e67-bfd8-eb6e8c683df4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel1.html","title":"Set Security at List Level","navPath":"settingsecurityatlistlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a5994bd0e-984e-468a-a2bd-a7582b371434","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel1.html","title":"Set Security at ListItem Level","navPath":"settingsecurityatlistitemlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a67539795-171f-4b9d-b193-7a27ac979a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overwritingdefinitionsfromabovelevel1.html","title":"Overwrite Definitions from Above Level","navPath":"overwritingdefinitionsfromabovelevel1.html","bundleId":"work-tasks-2023-sp1","id":"af620be0b-9d01-4816-98e5-b700cf56bb35","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtochoosebetweenmappingandcustomization.html","title":"Choose between Mapping and Customization","navPath":"howtochoosebetweenmappingandcustomization.html","bundleId":"work-tasks-2023-sp1","id":"a4948ebb1-cca5-430d-8334-8763a52e0f03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel.html","title":"Enable Security at List Level","navPath":"settingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6a699121-2e81-49b9-80e0-b144adb55b03","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevelbyenablingresourcemapping.html","title":"Enable Security at List Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistlevelbyenablingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"ada9ba19f-e4ea-44b0-a634-752f86782b12","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewmapping.html","title":"Add a Resource Mapping","navPath":"addinganewmapping.html","bundleId":"work-tasks-2023-sp1","id":"aa50098bd-8107-4d76-8a17-402facb1c7b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"afc5ff02f-888b-4ebf-92b0-5cc6888bd575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a46c90eed-0478-4b39-a5b8-4dc227eee944","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevel.html","title":"Enable Security at List Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a17ab69d2-df97-4435-9d33-a87332cc5cde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavilableatlistlevel.html","title":"Remove Mapping Available at List Level","navPath":"howtoremovemappingavilableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a2c686b66-12d2-4471-a56c-7ebfe663d4a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomizationavailableatlistlevel.html","title":"Remove Customization Available at List Level","navPath":"howtoremovecustomizationavailableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a50140ab2-c4a5-4f25-a1ab-dfe681af023f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level","navPath":"settingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a1472f8cc-e8ed-4d04-b09e-adb77d2f838a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a7180b33e-75c1-48a6-91c6-4ed5550dc97a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewresourcemapping.html","title":"Add a Resource Mapping","navPath":"addinganewresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"af2f17a83-146d-4def-969f-f15b666a2eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping1.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a7a727f54-fe93-461e-9944-413152816b47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping1.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a44e964d2-a232-40cc-8c31-7f7c57bea52e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel_1.html","title":"Enable Security at List Item Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistitemlevel_1.html","bundleId":"work-tasks-2023-sp1","id":"a8bfdb344-5dcc-40ce-88db-d4e6cd1f74f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavailableatlistitemlevel.html","title":"Remove Mapping Available at ListItem Level","navPath":"howtoremovemappingavailableatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"aa45742fc-3d69-4a3d-b406-d19ffb25fa9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomization.html","title":"Remove Customization Available at ListItem Level","navPath":"howtoremovecustomization.html","bundleId":"work-tasks-2023-sp1","id":"a92e80f8d-b6f8-4ed9-b6c3-426a734981cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectofresourcerightsafterdeletingmapping.html","title":"Effect on Resource Rights after Deleting the Mapping","navPath":"effectofresourcerightsafterdeletingmapping.html","bundleId":"work-tasks-2023-sp1","id":"a3a128346-227f-48a9-b412-1b56e2e11502","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/synchronization.html","title":"Synchronization","navPath":"synchronization.html","bundleId":"work-tasks-2023-sp1","id":"af57b44ce-0e9b-48ac-96a2-ada8f20118db","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecureRepositoryUsingSecurityFramework.html","title":"Secure Repository Using Security Framework","navPath":"SecureRepositoryUsingSecurityFramework.html","bundleId":"work-tasks-2023-sp1","id":"a89361c49-2834-4cc5-a28f-6932946df03d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securinglistandlistitem.html","title":"Secure List and ListItems","navPath":"securinglistandlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a84d4efea-ab7b-4c52-94f5-4fe1dbc9c35e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingskeltaservercontrols.html","title":"Secure AVEVA Work Tasks Server Controls","navPath":"securingskeltaservercontrols.html","bundleId":"work-tasks-2023-sp1","id":"a09e61749-2ae2-421e-966a-488cd95f9810","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Menus.html","title":"Secure Menus","navPath":"Securing_Menus.html","bundleId":"work-tasks-2023-sp1","id":"a6727fe61-c539-4dde-a95c-a104a34ffb50","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managenavigationlist.html","title":"Manage Navigation List","navPath":"managenavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"ad2473d28-4afd-45b8-b3c2-fee56f40c593","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewfolder.html","title":"Create Folder","navPath":"creatingnewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a0ca5064a-9a00-4ed5-9b55-5a25cac372ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180642.html","title":"Create Navigation Link","navPath":"180642.html","bundleId":"work-tasks-2023-sp1","id":"a906930cc-9c9d-42a8-b984-dc582eb1d53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewformlink.html","title":"Create Form Link","navPath":"creatingnewformlink.html","bundleId":"work-tasks-2023-sp1","id":"ad898f593-53de-44a4-82a1-3fcc5b5b297f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewlistlink.html","title":"Create List Link","navPath":"creatingnewlistlink.html","bundleId":"work-tasks-2023-sp1","id":"a1905245e-d3d2-4766-839d-8603725f287b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/544723.html","title":"Create Dashboard Link","navPath":"544723.html","bundleId":"work-tasks-2023-sp1","id":"a889ab4fc-48ae-4dd3-b979-dea2d6dd95cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingformlink.html","title":"Edit Navigation List Items","navPath":"editingformlink.html","bundleId":"work-tasks-2023-sp1","id":"ab697a40b-d26f-4e08-84e5-7d83a442fd46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9cb998ed-875a-40ab-8838-3c8630b0fe68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingnavigationlist.html","title":"Organize Navigation List","navPath":"organizingnavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"a185ccb77-bca5-4111-93e4-f3352a2482e2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Event_Providers.html","title":"Secure Event Providers","navPath":"Securing_Event_Providers.html","bundleId":"work-tasks-2023-sp1","id":"a065c9a14-7839-4a87-bbcb-b2e892df1177","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageeventproviders.html","title":"Manage Event Providers","navPath":"manageeventproviders.html","bundleId":"work-tasks-2023-sp1","id":"a04a2d995-4357-499a-985e-1bee28ef19c5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganeweventprovider.html","title":"Create an Event Provider","navPath":"creatinganeweventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a8d56ba6a-a7d6-45d8-952a-bd36ebb00091","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingeventprovider.html","title":"Edit an Event Provider","navPath":"editinganexistingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a1edfe7c5-8f45-4357-97c3-8e73474f41b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation_1.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9f89ad6-07b4-41d6-b312-fb47e6ef4ed0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingeventprovider.html","title":"Secure Event Provider","navPath":"securingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a4dbe6d23-9d7b-46f3-bdc2-15daeabd9961","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurequeuecontrol.html","title":"Secure Queue Control","navPath":"howtosecurequeuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"a77f12471-14a6-4110-9c62-30c7c1da8f69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewqueue.html","title":"Control New Queue Addition","navPath":"howtocontroladdinganewqueue.html","bundleId":"work-tasks-2023-sp1","id":"a1a8e1bb9-e6df-4777-b4ad-19e5ad0484e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingqueuecontrol.html","title":"Control Queue View","navPath":"howtocontrolviewingqueuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"aea2e8032-5995-49a8-b3a8-488ca1a35681","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureworkitemcontrol.html","title":"Secure Work Item Control","navPath":"howtosecureworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a80b87034-bd44-417a-bf88-444151ec2d8b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowqueueworkitemcontrol.html","title":"Secure Work Item Control - Show Queue","navPath":"howtosecureshowqueueworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a4e59bb77-2aa5-4686-88dd-a75eb6be7330","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowalternateactorworkitemcontrol.html","title":"Secure Work Item Control - Show Alternate Actor","navPath":"howtosecureshowalternateactorworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a00930b47-9421-491b-81c9-2a795ab8203d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowresourcecalendarworkitemcontrol.html","title":"Secure  Work Item Control - Show Resource Calendar","navPath":"howtosecureshowresourcecalendarworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ae5e74cb5-bfa2-4fad-8438-34875254b2a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuresetpreferencesworkitemcontrol.html","title":"Secure Work Item Control - Set Preferences","navPath":"howtosecuresetpreferencesworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a31520053-12ec-46c3-9b49-192ba7e5141e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingworkitemcontrol.html","title":"Secure Work Item Control - View","navPath":"howtocontrolviewingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a2d46cc2d-6bb2-4fb5-b297-f8d904168191","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureforwardingworkitemcontrol.html","title":"Secure Work Item Control - Forward","navPath":"howtosecureforwardingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad499b0f1-b6e6-4f3d-bc64-62a5c8840faa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingpackage1.html","title":"Secure Package","navPath":"securingpackage1.html","bundleId":"work-tasks-2023-sp1","id":"a6ce2ecf7-8d95-477c-90c0-8b6be82818c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinpackagetemplate.html","title":"Secure Actions in Package Template","navPath":"howtosecureactionsinpackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad64f3bf4-6fb9-4f47-a40a-9fc4814a2c3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuregeneratingapackagetemplate.html","title":"Control Generation of Package Template","navPath":"howtosecuregeneratingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa281fe82-86a1-4ecd-ba7e-faba3951b6d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldownloadingapackagetemplate.html","title":"Control Package Template Export","navPath":"howtocontroldownloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"afd9ce747-3831-4d09-94ee-598b009ff619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolmarkingapackagetempalteasshipped.html","title":"Control Package Template Marking","navPath":"howtocontrolmarkingapackagetempalteasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a41d705f9-c501-4b9b-aa68-d972ff5c0a9f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinmanagepackage.html","title":"Secure Actions in Manage Package","navPath":"howtosecureactionsinmanagepackage.html","bundleId":"work-tasks-2023-sp1","id":"aa77a2596-0872-4d00-8204-41badf2d7dfd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolinstallingapackage.html","title":"Control Package Install","navPath":"howtocontrolinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"a7fa6820b-8ca8-4f1c-bd2b-1800295f59a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroluninstallingapackage.html","title":"Control Package Uninstall","navPath":"howtocontroluninstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"ade3bac84-0d6b-4d08-8135-8a6fcdffc356","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecalendarcontrol.html","title":"Secure Calendar Control","navPath":"howtosecurecalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"aacbc5be7-9cd1-44a1-b544-8412ecbd0f5c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewcalendar.html","title":"Control Adding a New Calendar","navPath":"howtocontroladdinganewcalendar.html","bundleId":"work-tasks-2023-sp1","id":"a6b40a0f1-a6eb-4fd4-807e-19c440980de7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldeletinganexistingcalendar.html","title":"Control Deleting an Existing Calendar","navPath":"howtocontroldeletinganexistingcalendar.html","bundleId":"work-tasks-2023-sp1","id":"af86c2a44-1fb3-45c6-bfc3-470184f0da3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingallcalendars.html","title":"Control Viewing All Calendars","navPath":"howtocontrolviewingallcalendars.html","bundleId":"work-tasks-2023-sp1","id":"a5260d098-a606-4174-b302-2f76992a650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingbasecalendar.html","title":"Control Viewing Base Calendar","navPath":"howtocontrolviewingbasecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a25d7b7ac-38e7-4ecb-a7a5-99e52d57ba6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingcalendarcontrol.html","title":"Control Viewing Calendar Control","navPath":"howtocontrolviewingcalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"af1da3df1-1398-4004-8647-ca8125c78d08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamsecurity.html","title":"Secure BAM Control","navPath":"bamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a69feeb1b-c959-45bc-9a08-41c8982985e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtousebamsecurity.html","title":"Use BAM Security","navPath":"howtousebamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ac7bee4b4-185a-473e-9a84-4b4079eac2dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defaultscenariosfordifferentsecuritygroups.html","title":"Default Rights for Different Security Groups","navPath":"defaultscenariosfordifferentsecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a9a8ab519-d3f2-4f8d-9960-62430becc9ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamrights1.html","title":"BAM Report Rights","navPath":"bamrights1.html","bundleId":"work-tasks-2023-sp1","id":"ae5aae4ce-d40a-4840-bc5a-e69188a28623","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamtreemenurights.html","title":"BAM Tree Menu Rights","navPath":"bamtreemenurights.html","bundleId":"work-tasks-2023-sp1","id":"a98c9111f-5b2a-470f-8362-939929afa2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/views.html","title":"Views","navPath":"views.html","bundleId":"work-tasks-2023-sp1","id":"a314a6b01-3b13-429f-9318-6226a45a8614","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Actions.html","title":"Actions","navPath":"Actions.html","bundleId":"work-tasks-2023-sp1","id":"a21785487-60b7-493f-bd1b-c915457f230a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfigurations.html","title":"BAM Configuration","navPath":"bamconfigurations.html","bundleId":"work-tasks-2023-sp1","id":"af65fda71-5410-463f-b086-5412e13c22f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/executiondetailswindow.html","title":"Execution Details Window","navPath":"executiondetailswindow.html","bundleId":"work-tasks-2023-sp1","id":"a6b83ce18-d7b1-4e90-b443-89b5e0854081","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewglobalreports.html","title":"Can View Global Reports","navPath":"canviewglobalreports.html","bundleId":"work-tasks-2023-sp1","id":"a5f09ef6e-c315-41a3-bbbc-13d749aaa1cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewtriggeredreports.html","title":"Workflowscope_InitiatedWorkflow","navPath":"canviewtriggeredreports.html","bundleId":"work-tasks-2023-sp1","id":"aae2f18a8-0176-4da2-98c4-4a2f68ca8231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewownedreports.html","title":"Workflowscope_OwnedWorkflow","navPath":"canviewownedreports.html","bundleId":"work-tasks-2023-sp1","id":"aaa9c6d53-859a-42a6-bffe-465491321a05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewothersreport.html","title":"Workflowscope_Any","navPath":"canviewothersreport.html","bundleId":"work-tasks-2023-sp1","id":"a30e5799e-8246-4e81-ba1c-8520cc271faa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewbamcontrol.html","title":"Can View BAM Control","navPath":"canviewbamcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a567a03bd-3044-478f-953a-670d046a3066","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureprocessdesign.html","title":"Secure Process Designer","navPath":"howtosecureprocessdesign.html","bundleId":"work-tasks-2023-sp1","id":"a851a7d4f-bcdb-4080-90be-0116cc87e265","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processdesignerrights1.html","title":"Process Designer Rights","navPath":"processdesignerrights1.html","bundleId":"work-tasks-2023-sp1","id":"a2e25c91d-6121-4789-b1ca-edc1fd09f5c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inclusionandexclusion.html","title":"Inclusion and Exclusion","navPath":"inclusionandexclusion.html","bundleId":"work-tasks-2023-sp1","id":"a64951bdc-fac1-44bc-b747-ec8be8645e30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionRights.html","title":"Action Rights","navPath":"ActionRights.html","bundleId":"work-tasks-2023-sp1","id":"a4fe9cbaa-91bc-46bf-8052-76f6a6bb3d06","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecategories.html","title":"Secure Categories","navPath":"howtosecurecategories.html","bundleId":"work-tasks-2023-sp1","id":"a86732bba-164b-4e71-9564-22d4387374b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactivities.html","title":"Secure Activities of Categories","navPath":"howtosecureactivities.html","bundleId":"work-tasks-2023-sp1","id":"a624cedce-fcea-44ca-a0cc-0cc7e8855ca8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurepropertiesofactivities.html","title":"Secure Properties of Activities","navPath":"howtosecurepropertiesofactivities.html","bundleId":"work-tasks-2023-sp1","id":"ac692666c-ab45-4d8e-a97b-7793cdc9af22","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/menurights.html","title":"Menu Rights","navPath":"menurights.html","bundleId":"work-tasks-2023-sp1","id":"a5bb8bd8c-3ef5-49ee-afe4-24a5f5709ed8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importbehaviourforrestrictedactivities.html","title":"Import Behavior for Restricted Activities and Activity Properties","navPath":"importbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4dde9ddd-7726-4ffb-8342-46c14c026b6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designbehaviourforrestrictedactivities.html","title":"Design Behavior for Restricted Activities and Activity Properties","navPath":"designbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4a87cbde-7bf4-4256-afd4-6bea273b9052","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingprocessdesignercontrolatworkflowlevel.html","title":"Secure Process Designer Control at Workflow Level","navPath":"securingprocessdesignercontrolatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a504c3047-36b8-42c5-93a9-8cfd13383f17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canoverwritepublishedworkflowright.html","title":"Can Overwrite Published Workflow Right","navPath":"canoverwritepublishedworkflowright.html","bundleId":"work-tasks-2023-sp1","id":"a5d8f37c5-da04-43c0-ac07-9e5e034dde54","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Advanced_Security_Options.html","title":"Advanced Security Options","navPath":"Advanced_Security_Options.html","bundleId":"work-tasks-2023-sp1","id":"a1f3220f6-19d3-4c4a-9ea4-3a1b1f0ad9a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingupsecurityapproovalworkflow.html","title":"Set up Security Approval Workflow","navPath":"settingupsecurityapproovalworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1024557b-77af-4d75-946b-94b411804132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurityrights.html","title":"Manage Security Rights","navPath":"managesecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"a9469249e-e11d-45eb-9458-0a5c5077db56","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingasecurityright.html","title":"Create a Security Right","navPath":"creatingasecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a38b6d204-15bf-4f0d-9a66-6971a0e6cd50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingasecuritygroup.html","title":"Modify a Security Right","navPath":"modifyingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ae521aaa1-885d-4cdf-9993-3393ec0c47c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup1.html","title":"View Security Right","navPath":"viewingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a131cb16a-5f17-4449-ad95-c42eeb6f0220","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingasecuritygroup.html","title":"Delete a Security Right","navPath":"deletingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3275c70d-4e1c-455e-8b12-7afb2130b712","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scopeofrights.html","title":"Scope of Rights","navPath":"scopeofrights.html","bundleId":"work-tasks-2023-sp1","id":"adbeeb95c-ab90-4d52-afd0-c9159c20b34b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinguserdesfinedoperationsandrights.html","title":"Create User Defined Operations and Rights","navPath":"creatinguserdesfinedoperationsandrights.html","bundleId":"work-tasks-2023-sp1","id":"a91a5fdca-b437-41dd-a5e1-d31b9380c7bd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listlevelsettings.html","title":"Enable and Disable Security at List/List item level","navPath":"listlevelsettings.html","bundleId":"work-tasks-2023-sp1","id":"a60ce66ae-d4a4-412a-bf88-a93cc6c6f512","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityforrenderingcustomforms.html","title":"Dynamic Form Rendering Based on Security","navPath":"securityforrenderingcustomforms.html","bundleId":"work-tasks-2023-sp1","id":"aae67769e-d7c7-440f-842e-0d6db1c22644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinganddisablingsecurity.html","title":"Enable and Disable Security for a Repository","navPath":"enablinganddisablingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a142667db-d0eb-4537-987a-af2805972d61","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/672322.html","title":"Http Strict Transport Security Enforcement","navPath":"672322.html","bundleId":"work-tasks-2023-sp1","id":"a049f49bf-050e-4be7-b36f-a0b494242962","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775988.html","title":"Access-Control-Allow-Origin","navPath":"775988.html","bundleId":"work-tasks-2023-sp1","id":"a72da2f3f-4e98-4d94-8a93-be76ec1bd837","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityvulnerabilities.html","title":"Security Vulnerabilities","navPath":"securityvulnerabilities.html","bundleId":"work-tasks-2023-sp1","id":"a13fee3a8-6ddd-4c8f-aa15-9636638457f4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/removingunwantedhttpresponseheaders.html","title":"Remove Unwanted HTTP Response Headers","navPath":"removingunwantedhttpresponseheaders.html","bundleId":"work-tasks-2023-sp1","id":"ad0c531e4-2df0-4fef-98e9-1707ea05e5fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/255251.html","title":"Prevent Clickjacking Attack","navPath":"255251.html","bundleId":"work-tasks-2023-sp1","id":"abaccebcd-99fe-4371-a5ee-854cd3790324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/306082.html","title":"SDL Cookie with Secure Flag","navPath":"306082.html","bundleId":"work-tasks-2023-sp1","id":"a6a0e52d0-57ca-4a2c-89b3-361973bc2abe","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshooting1.html","title":"Troubleshoot Security Issues","navPath":"troubleshooting1.html","bundleId":"work-tasks-2023-sp1","id":"a23fe967d-4820-415c-a727-a194ecc9c155","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootlookupcontrol.html","title":"View Others Items in the Lookup Control","navPath":"troubleshootlookupcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a8731c86c-78ce-4e5b-b5bf-c8865ea8434b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootgridcontrol.html","title":"View Others Items in the Grid Control","navPath":"troubleshootgridcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad8445cbe-4cdd-4d2b-990c-df1240244c81","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootsecurityissueinthelist.html","title":"View Others Items in the List","navPath":"troubleshootsecurityissueinthelist.html","bundleId":"work-tasks-2023-sp1","id":"a610ed231-d383-4d36-9400-90f820c1abb3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootviewingotheritemsirrespectiveofstatus.html","title":"View Others Items Irrespective of Status","navPath":"troubleshootviewingotheritemsirrespectiveofstatus.html","bundleId":"work-tasks-2023-sp1","id":"a8f57f3d7-0622-4cef-b895-7ebf7cc26f7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootnavigationlistmenus.html","title":"Navigation List Menus","navPath":"troubleshootnavigationlistmenus.html","bundleId":"work-tasks-2023-sp1","id":"a8e4fa47a-8aee-4686-a09d-b35337a49989","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles_1.html","title":"Synchronize Roles","navPath":"SynchronizeRoles_1.html","bundleId":"work-tasks-2023-sp1","id":"a080cf3bc-fb86-4f26-85e8-33dd7683827d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks_1.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02870ef-5e4a-4537-9445-c4c39eb59ac6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts.html","title":"Web Parts","navPath":"aboutwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a7f9ef4f4-e850-471b-9ef6-8c9e301e0d25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overview.html","title":"Use Web Parts Infrastructure","navPath":"overview.html","bundleId":"work-tasks-2023-sp1","id":"ae153da41-cea8-4d25-87c9-dd744f570f0b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webpartsframework.html","title":"Web Parts Framework","navPath":"webpartsframework.html","bundleId":"work-tasks-2023-sp1","id":"a9278cf3b-66e2-41eb-a793-9cd7424603dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts-out-of-the-box.html","title":"Out-of-the-Box Web Parts","navPath":"aboutwebparts-out-of-the-box.html","bundleId":"work-tasks-2023-sp1","id":"a2ee6e970-7582-487a-9e8c-7ffb41470d02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/otherwebpartproperties.html","title":"Other Web Part Properties","navPath":"otherwebpartproperties.html","bundleId":"work-tasks-2023-sp1","id":"a7ce88981-ace0-4492-978a-8ab10dec315a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/authenticationandpersonalization_1.html","title":"Authentication and Personalization","navPath":"authenticationandpersonalization_1.html","bundleId":"work-tasks-2023-sp1","id":"a4eddedf8-f93c-4de8-ba8f-4df866eba8c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomwebparts.html","title":"Create Custom Web Parts","navPath":"creatingcustomwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a4488a29c-c45e-4dfa-89ad-9c3810751396","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","title":"Web Part Display Modes","navPath":"Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","bundleId":"work-tasks-2023-sp1","id":"aece43bbc-b053-4aaf-8036-04754d501139","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltahomepagedisplaymodes.html","title":"Browse Mode","navPath":"skeltahomepagedisplaymodes.html","bundleId":"work-tasks-2023-sp1","id":"a653cb6dc-b763-4d26-9253-b136f19b8451","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designmode.html","title":"Design Mode","navPath":"designmode.html","bundleId":"work-tasks-2023-sp1","id":"af729579e-5692-4b31-ad9a-1920a2fda35d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editmode.html","title":"Edit Mode","navPath":"editmode.html","bundleId":"work-tasks-2023-sp1","id":"a6cd638f8-7364-426a-be4a-dd14ad98c200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartenabledhomepages.html","title":"Web Part Enabled Home Pages","navPath":"skeltawebpartenabledhomepages.html","bundleId":"work-tasks-2023-sp1","id":"a883bd49f-8fa8-4447-9585-da507e08fa46","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inboxorworkitemlistwebpart.html","title":"Inbox","navPath":"inboxorworkitemlistwebpart.html","bundleId":"work-tasks-2023-sp1","id":"a11645db1-665d-41e6-9225-0db4ecbbcdc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/calendarwebpartpage.html","title":"Calendar","navPath":"calendarwebpartpage.html","bundleId":"work-tasks-2023-sp1","id":"a612a3b19-d95f-4257-a846-dfb1e296ffb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/queuemanagement1.html","title":"Queue Management","navPath":"queuemanagement1.html","bundleId":"work-tasks-2023-sp1","id":"afc305572-7fd2-42c2-a80a-777ef19bf324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabusinessactivitymonitoring.html","title":"Business Activity Monitoring","navPath":"skeltabusinessactivitymonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a04406296-6af1-41e3-90af-e547891c934c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage1.html","title":"Page 1","navPath":"homepage1.html","bundleId":"work-tasks-2023-sp1","id":"a4677753f-5690-44a4-b40c-1776e96e0971","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage2.html","title":"Page 2","navPath":"homepage2.html","bundleId":"work-tasks-2023-sp1","id":"a91a7c9f0-a9d7-4b6c-b474-f4a814cf29c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage3.html","title":"Page 3","navPath":"homepage3.html","bundleId":"work-tasks-2023-sp1","id":"a358d5eb3-cd9b-4e7d-9e88-895144086bb6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createownhomepage.html","title":"Create Custom Page","navPath":"createownhomepage.html","bundleId":"work-tasks-2023-sp1","id":"a8c808b4d-1c71-4843-83cd-9a7b5812ffa8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartzones.html","title":"Add a Web Part to the Web Part Zone","navPath":"skeltawebpartzones.html","bundleId":"work-tasks-2023-sp1","id":"ac1aff11d-b2fd-44c5-abe0-67746bf1ff3f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingwebpart.html","title":"Delete Web Part","navPath":"deletingwebpart.html","bundleId":"work-tasks-2023-sp1","id":"adb78b0f0-393c-4a93-9490-13187a33ae07","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingawebpart.html","title":"Edit a Web Part","navPath":"editingawebpart.html","bundleId":"work-tasks-2023-sp1","id":"a786f7b9d-b724-4d63-bf8c-a93b3d3ff342","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/minimizingandrestoringwebparts.html","title":"Minimize and Restore Web Parts","navPath":"minimizingandrestoringwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a3f0651f6-c348-4f18-890b-ad85c12c7c76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygroups.html","title":"Web Part Rights","navPath":"securitygroups.html","bundleId":"work-tasks-2023-sp1","id":"a7ba9a6a6-e4aa-4ddd-814f-7bc88bc3277d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/personalizingscopeinskeltawebparts.html","title":"Personalize Scope in Web Parts","navPath":"personalizingscopeinskeltawebparts.html","bundleId":"work-tasks-2023-sp1","id":"a75b0dbc4-2bb3-4400-9ea4-13cc26c60150","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitationsinwebparts.html","title":"Recommendations in Web Parts","navPath":"limitationsinwebparts.html","bundleId":"work-tasks-2023-sp1","id":"ad840a02a-6d05-4683-90f0-b19463beb172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportingservice.html","title":"Report Service","navPath":"reportingservice.html","bundleId":"work-tasks-2023-sp1","id":"a7e89ff33-7ae2-4551-83a7-d3f58124309c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/samplebuisnesscasestudy1.html","title":"Sample Business Case Study","navPath":"samplebuisnesscasestudy1.html","bundleId":"work-tasks-2023-sp1","id":"aa62cbc28-9c83-4d25-af65-f7c15ac2045c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Connections.html","title":"Connections","navPath":"Working_with_Connections.html","bundleId":"work-tasks-2023-sp1","id":"a57370ea6-dce0-4204-bf15-fe297d3bc025","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection.html","title":"Configure Report Connection","navPath":"configuringssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"aa391278f-bd99-4656-a500-b2b6caf2e725","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection.html","title":"Create a New Report Connection Item","navPath":"createanewssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a2264156c-e6b4-487d-9a24-4f3627563c14","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyssrsconnection.html","title":"Modify Report Connection Item","navPath":"modifyssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a611b20e7-d6ef-4ee0-b85d-ac29af1b6f4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletessrsconnection.html","title":"Delete Report Connection Item","navPath":"deletessrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a63771e64-3cbc-44fa-83f5-f84eb675f2c5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Report_Templates.html","title":"Report Templates","navPath":"Working_with_Report_Templates.html","bundleId":"work-tasks-2023-sp1","id":"ac3de050f-b48a-4a6f-b049-3d13331d89ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate.html","title":"Configure Report Templates","navPath":"configuringskeltatemplate.html","bundleId":"work-tasks-2023-sp1","id":"acb0b8d96-414a-413b-9041-2105b33f1b1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrstemplate.html","title":"Create a New Report Template Item","navPath":"createanewssrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"acf9d09dc-7e11-4993-be2c-88dfcd348c1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrstemplate.html","title":"Modify a Report Template Item","navPath":"modifyassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5f932840-3e03-471a-b6e3-66fe8f2c90d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrstemplate.html","title":"Delete a Report Template Item","navPath":"deleteassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2dfcfd54-776f-42ed-bf8e-882e0316101e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Reports.html","title":"Reports","navPath":"Working_with_Reports.html","bundleId":"work-tasks-2023-sp1","id":"af0dce07d-9151-4451-9f94-dce39d0ecc36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsreport.html","title":"Configure Reports","navPath":"configuringssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a88da1ec3-ed04-4cd3-b0dc-16a62c62f7e7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsreport.html","title":"Create a New Report Item","navPath":"createanewssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a956658e9-a6c9-4910-aceb-be8ab50b849f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrsreport.html","title":"Modify a Report Item","navPath":"modifyassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"adca3a4f3-a7e1-4132-a8be-d9bd09d7afbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrsreport.html","title":"Delete a Report Item","navPath":"deleteassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a60e173e6-cfee-4130-8b88-63106b35582c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingreports.html","title":"Organize Reports","navPath":"organizingreports.html","bundleId":"work-tasks-2023-sp1","id":"ac343b591-6e28-4da0-b8db-c1849bf83cec","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringarchestrareports.html","title":"Configure Reports for Reporting Service","navPath":"configuringarchestrareports.html","bundleId":"work-tasks-2023-sp1","id":"a991d903b-0747-4f56-867f-fb4615ce9c0f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replaceusers.html","title":"User Tools","navPath":"replaceusers.html","bundleId":"work-tasks-2023-sp1","id":"a923cbd2b-352b-4171-b402-814e8a9e2c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusers.html","title":"Replace User","navPath":"replacingusers.html","bundleId":"work-tasks-2023-sp1","id":"a2ba2924e-fb82-48e6-b8af-9060aee34836","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Replacing_User_in_Artifacts_of_a_Repository.html","title":"Replace User in Artifacts of a Repository","navPath":"Replacing_User_in_Artifacts_of_a_Repository.html","bundleId":"work-tasks-2023-sp1","id":"a3e7756f7-5c3f-4f7e-ac95-374ea6567fbe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists_1.html","title":"Lists","navPath":"Lists_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8e172ee-7e6d-4922-ac39-2ba08cb9d24f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacinglistowners.html","title":"Replace List Item Owners","navPath":"replacinglistowners.html","bundleId":"work-tasks-2023-sp1","id":"a7c7e46f9-4b87-4781-8416-f99eef0e4772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusersinsecuritymapping.html","title":"Replace User in Security Resource Mapping","navPath":"replacingusersinsecuritymapping.html","bundleId":"work-tasks-2023-sp1","id":"acc2f0a39-3c0e-42dc-b95f-916b6f144ec2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Other_Artifacts.html","title":"Other Artifacts","navPath":"Other_Artifacts.html","bundleId":"work-tasks-2023-sp1","id":"ac34fe834-91ab-405d-ab90-dcc92a2fdbe8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection_1.html","title":"Queue","navPath":"configuringssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02668fa-5b0d-446b-86e0-84a04a179d65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection_1.html","title":"BAM","navPath":"createanewssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"a739c6a59-ef01-42b3-bec3-21b213e325f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitems.html","title":"Work Items","navPath":"workitems.html","bundleId":"work-tasks-2023-sp1","id":"a4897c452-2f6e-4b90-bc76-3676bb108dbd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate_1.html","title":"Alternate Actor","navPath":"configuringskeltatemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3c0da8a-2ef7-40cb-81b5-a66c99ce5c0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Repository_Configuration.html","title":"Repository Configuration","navPath":"Repository_Configuration.html","bundleId":"work-tasks-2023-sp1","id":"ac94222ea-9238-45fe-a848-bba47a50de6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/systemuser.html","title":"System User","navPath":"systemuser.html","bundleId":"work-tasks-2023-sp1","id":"a254a1ff3-20e7-4b38-9fa2-8a84e662841b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositoryadministrator.html","title":"Repository Administrator","navPath":"repositoryadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a2f07964d-6069-4c12-a5bf-735e7bcf38c4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritygroupresourcemapping.html","title":"Repository Level Security Group Resource Mapping","navPath":"repositorylevelsecuritygroupresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6cfbd654-e9b6-423b-8f4b-085a5773da37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptionmailsettings.html","title":"Exception Mail Settings","navPath":"exceptionmailsettings.html","bundleId":"work-tasks-2023-sp1","id":"a08d6d48d-7151-4757-acf1-e3c940dcb30b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingfortheactorsdirectrefrencesinworkflow.html","title":"View User Reference","navPath":"searchingfortheactorsdirectrefrencesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73f0d28d-6c5e-493b-ad1d-c45d7441867b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewandunlocklockeditems.html","title":"Unlock Locked Items","navPath":"viewandunlocklockeditems.html","bundleId":"work-tasks-2023-sp1","id":"ac5d31bfb-7ea5-4965-a708-c4800871aa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Deleted_List_Items.html","title":"Deleted List Items","navPath":"Deleted_List_Items.html","bundleId":"work-tasks-2023-sp1","id":"ab0c2ea54-585d-4478-a402-526b878837a4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction2.html","title":"Introduction","navPath":"introduction2.html","bundleId":"work-tasks-2023-sp1","id":"a8545fcc1-2fa3-4f29-84ad-d5f4e1f9c912","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingaudittrail.html","title":"Use Deleted List Items","navPath":"usingaudittrail.html","bundleId":"work-tasks-2023-sp1","id":"a58bf703a-e3f2-4c6e-bb5a-d7841dfdbe10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enableordisableaudittrailforarepository.html","title":"Enable or Disable Deleted List Items feature for a Repository","navPath":"enableordisableaudittrailforarepository.html","bundleId":"work-tasks-2023-sp1","id":"a9d895d08-2648-43e7-a2aa-845bbb455231","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetpackage.html","title":"Package","navPath":"skeltabpmnetpackage.html","bundleId":"work-tasks-2023-sp1","id":"a6ea0b72c-f93a-406b-9bb4-e3456a1c1cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/needforskeltapackaging.html","title":"Advantages of Package","navPath":"needforskeltapackaging.html","bundleId":"work-tasks-2023-sp1","id":"abe7eb8a4-92d1-42bf-9f6d-5e2ff8dcbe84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutpackaging.html","title":"About Package","navPath":"aboutpackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5025f35e-0dc1-48fd-9584-55a632430a4c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packagetemplate_1.html","title":"Package Template","navPath":"packagetemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"af4298a1d-0717-4d60-bf73-5e713ed4f8fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managetemplate.html","title":"Manage Package","navPath":"managetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a271781c4-6f33-4197-ba5a-2f86e12c233a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189310.html","title":"ArchestrA Events","navPath":"189310.html","bundleId":"work-tasks-2023-sp1","id":"acaf7e3d5-d83f-4ccc-9125-4516f3f87b99","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189311.html","title":"ArchestrA Events and AVEVA Work Tasks","navPath":"189311.html","bundleId":"work-tasks-2023-sp1","id":"a4a8903b3-ceac-4c5b-a616-384a9aab54a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505_1.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505_1.html","bundleId":"work-tasks-2023-sp1","id":"af91fdf68-2f75-4fe0-8180-d0ea97c62657","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190541.html","title":"ArchestrA Events Lookup List","navPath":"190541.html","bundleId":"work-tasks-2023-sp1","id":"a28b28e7c-e260-48e4-b6ce-509d0c048385","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189475.html","title":"Create ArchestrA Events List Item","navPath":"189475.html","bundleId":"work-tasks-2023-sp1","id":"a534bbe10-446e-48ef-87ab-9f4da4399139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189824.html","title":"Edit ArchestrA Events List Item","navPath":"189824.html","bundleId":"work-tasks-2023-sp1","id":"a5cc78756-999d-40cc-87e7-06f9794f152b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189823.html","title":"Delete ArchestrA Events List item","navPath":"189823.html","bundleId":"work-tasks-2023-sp1","id":"aeb688035-30da-43f9-bd97-02810c901753","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_the_Process_Designer.html","title":"Process Designer","navPath":"Working_with_the_Process_Designer.html","bundleId":"work-tasks-2023-sp1","id":"a1c5c5881-89b6-453e-8ff3-1346087a29ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/abouttheprocessdesigner.html","title":"About the Process Designer","navPath":"abouttheprocessdesigner.html","bundleId":"work-tasks-2023-sp1","id":"af774ffed-af37-428d-9b2b-bdd2adc41dd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasEMFImage.html","title":"Save File as EMF Image","navPath":"SaveFileasEMFImage.html","bundleId":"work-tasks-2023-sp1","id":"a0a7fa872-5d31-468b-9495-fe3a8f9839b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasPNGImage.html","title":"Save File as PNG Image","navPath":"SaveFileasPNGImage.html","bundleId":"work-tasks-2023-sp1","id":"a8d95db1b-cf9e-415b-870f-b99b2b8a32bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionXMLFile.html","title":"Import Process Definition XML File","navPath":"ImportProcessDefinitionXMLFile.html","bundleId":"work-tasks-2023-sp1","id":"a55dddbe8-0676-4bb7-abc4-bfc5f083270c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinitionXMLfile.html","title":"Export Process Definition XML file","navPath":"ExportProcessDefinitionXMLfile.html","bundleId":"work-tasks-2023-sp1","id":"a80c7fcdf-8042-415d-9204-8a0e95ef1310","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionfromVisio.html","title":"Import Process Definition from Visio","navPath":"ImportProcessDefinitionfromVisio.html","bundleId":"work-tasks-2023-sp1","id":"a3fcf59b0-3439-4554-ab6a-c6d755746fb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemfields.html","title":"Add Work Item Fields","navPath":"workitemfields.html","bundleId":"work-tasks-2023-sp1","id":"a37392bc0-4852-4587-914c-b8d57e42435e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alternateactors_1.html","title":"Alternate Actors","navPath":"alternateactors_1.html","bundleId":"work-tasks-2023-sp1","id":"ae283ffec-153f-43dd-84bb-0f39c87bd212","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMConfiguration.html","title":"BAM Configuration","navPath":"BAMConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a6ca61536-4b55-485f-82b0-25c0418d9464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysis.html","title":"Overdue Analysis","navPath":"OverdueAnalysis.html","bundleId":"work-tasks-2023-sp1","id":"a0a390462-1859-48b0-8af2-a78643a9d83d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIDataPoints.html","title":"KPI Data Points","navPath":"KPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a9ecfaa8a-26b3-4c34-8135-c87fd73b4548","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIs.html","title":"KPI(s)","navPath":"KPIs.html","bundleId":"work-tasks-2023-sp1","id":"a659a53a0-cb89-4b0d-89a7-2a3937e370d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Performance.html","title":"Performance","navPath":"Performance.html","bundleId":"work-tasks-2023-sp1","id":"a7a4dcf04-c5ca-43db-a2ca-77a668193049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlertConfiguration.html","title":"Alert Configuration","navPath":"AlertConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a209a8ba3-7ec9-4afc-a9d0-c98aeb5c5137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicConfiguration.html","title":"Basic Configuration","navPath":"BasicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"af57c3210-039b-433e-a054-00beca8b6202","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysisReport.html","title":"Overdue Analysis Report","navPath":"OverdueAnalysisReport.html","bundleId":"work-tasks-2023-sp1","id":"aca60541f-69f8-4b48-afaa-e55e59caf0e7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActions.html","title":"Link Actions","navPath":"LinkActions.html","bundleId":"work-tasks-2023-sp1","id":"a270f149e-5127-4bf7-8b45-3e41f770c284","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Process_Designer_File_Operations.html","title":"Process Designer File Operations","navPath":"Process_Designer_File_Operations.html","bundleId":"work-tasks-2023-sp1","id":"a864b7689-6159-454f-a761-c33a8b7912fd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reuseexistingprocessdesignsbyopeningandrenamethem.html","title":"Reuse Existing Process Designs by Renaming Them","navPath":"reuseexistingprocessdesignsbyopeningandrenamethem.html","bundleId":"work-tasks-2023-sp1","id":"ae17a3798-9909-45e1-8cb5-e480de39947a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/clearthediagramtostartfromscratch.html","title":"Clear the Process Diagram","navPath":"clearthediagramtostartfromscratch.html","bundleId":"work-tasks-2023-sp1","id":"a6ab08e87-c246-43c0-be0d-ec616cd92309","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingtheprocessdiagramasanimage.html","title":"Save the Process Diagram as Image","navPath":"savingtheprocessdiagramasanimage.html","bundleId":"work-tasks-2023-sp1","id":"a13c3cd02-b86a-4b23-be85-e65f31fbd5b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerEditOperations.html","title":"Process Designer Edit Operations","navPath":"ProcessDesignerEditOperations.html","bundleId":"work-tasks-2023-sp1","id":"ad209a5e4-8355-4102-8831-484a699dab26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/cutcopypasteactivities.html","title":"Copy and Paste Activities","navPath":"cutcopypasteactivities.html","bundleId":"work-tasks-2023-sp1","id":"a6cd7bbab-07a0-4775-97c7-0d8b826ed465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UndoandRedoActions.html","title":"Undo and Redo Actions","navPath":"UndoandRedoActions.html","bundleId":"work-tasks-2023-sp1","id":"ae637e8ab-260b-4ed2-88d5-1ecb94cda195","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetPropertiesintheActivityPropertiesWindow.html","title":"Set Properties in the Activity Properties Window","navPath":"SetPropertiesintheActivityPropertiesWindow.html","bundleId":"work-tasks-2023-sp1","id":"a7b682ba3-1527-49d4-8265-15de6bf75759","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandExportFunctionsinProcessDesigner.html","title":"Import and Export Functions in Process Designer","navPath":"ImportandExportFunctionsinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a74b5fb8b-57ac-4a14-96f7-d7072c35aadc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromxml.html","title":"Import from XML","navPath":"importfromxml.html","bundleId":"work-tasks-2023-sp1","id":"afb01713d-adfe-459f-bc8e-1a453809d156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExporttoXML.html","title":"Export to XML","navPath":"ExporttoXML.html","bundleId":"work-tasks-2023-sp1","id":"a041b46fa-0559-4c9c-af9e-11c5eb652ca3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromvisiobpmnstencil.html","title":"Import from Visio (BPMN Stencil)","navPath":"importfromvisiobpmnstencil.html","bundleId":"work-tasks-2023-sp1","id":"a6f325abc-9bff-445a-8a80-729d3f068abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingActivitiesinProcessDesigner.html","title":"Add Activities in Process Designer","navPath":"AddingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"aee13587c-a324-4db0-9235-308f9faae04b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DragandDropActivities.html","title":"Drag and Drop Activities","navPath":"DragandDropActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1d686a5-241e-4d51-b233-350d0690cf3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddActivitiesUsingtheContextMenu.html","title":"Add Activities Using the Context Menu","navPath":"AddActivitiesUsingtheContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"a6f88093c-2a91-4b76-b226-4c2d5d51c4cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkingActivitiesinProcessDesigner.html","title":"Link Activities in Process Designer","navPath":"LinkingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ac4ace3e0-0f1f-4035-a80f-6b1d3ad0f566","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesbyClickingandLinking.html","title":"Link Activities by Clicking and Linking","navPath":"LinkActivitiesbyClickingandLinking.html","bundleId":"work-tasks-2023-sp1","id":"a8192a945-4dd2-4ffa-a32c-a397c81b24de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesUsingtheLinkTool.html","title":"Link Activities Using the Link Tool","navPath":"LinkActivitiesUsingtheLinkTool.html","bundleId":"work-tasks-2023-sp1","id":"a7e79af6e-6cae-40b6-abff-2e55b849039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetLinkOptionsintheActivitiesContextMenu.html","title":"Set Link Options in the Activities Context Menu","navPath":"SetLinkOptionsintheActivitiesContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"af234a3fe-00a3-4492-9df2-1c1127f2849f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingActivityandLinkProperties.html","title":"Set Activity and Link Properties","navPath":"SettingActivityandLinkProperties.html","bundleId":"work-tasks-2023-sp1","id":"a26bf0eb7-5bae-4c7b-a2e0-1c14b0dd7c73","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IdentifyMandatoryProperties.html","title":"Identify Mandatory Properties","navPath":"IdentifyMandatoryProperties.html","bundleId":"work-tasks-2023-sp1","id":"a043aae2e-51c1-44d6-b351-39c0a932878f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method1RightClickandSelectActivityProperties.html","title":"Method 1: Right Click and Select Activity Properties","navPath":"Method1RightClickandSelectActivityProperties.html","bundleId":"work-tasks-2023-sp1","id":"a570cc1bb-7746-46f3-a38d-788b9a8a2825","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","title":"Method 2: Select Activity and then Select Activity Properties from Edit Menu","navPath":"Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","bundleId":"work-tasks-2023-sp1","id":"a5bef891a-1f80-4a30-a738-a265b808e448","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method3UseWizardsForResourceActivitieswhereapplicable.html","title":"Method 3: Use Wizards For Resource Activities (where applicable)","navPath":"Method3UseWizardsForResourceActivitieswhereapplicable.html","bundleId":"work-tasks-2023-sp1","id":"a1e9777fa-69a2-4f28-9dad-8b74871dd63f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoPropertySettingWizards.html","title":"Introduction to Property Setting Wizards","navPath":"IntroductiontoPropertySettingWizards.html","bundleId":"work-tasks-2023-sp1","id":"a57455bfa-9121-4a23-af49-741992fda5f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheActorsSelectionWizard.html","title":"Use the Actors Selection Wizard","navPath":"UsetheActorsSelectionWizard.html","bundleId":"work-tasks-2023-sp1","id":"afd2ac53b-6633-4448-a24c-4d3eb3f45165","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheEscalationEmailWizard.html","title":"Use the Escalation Email Wizard","navPath":"UsetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"aadd05c37-23fc-4ef9-9016-2f25b349e8cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingtheExpressionEditor.html","title":"Use the Expression Editor","navPath":"UsingtheExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"adb76f90f-1e91-4883-a064-daddf58e1f9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingtheexpressioneditortosetactionproperties.html","title":"About the Expression Editor","navPath":"usingtheexpressioneditortosetactionproperties.html","bundleId":"work-tasks-2023-sp1","id":"a1b1f6360-1a0c-470a-8859-a77fb9f0334d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExpressionEditortoBuildExpressionsforProperties.html","title":"Use Expression Editor to Build Expressions for Properties","navPath":"UseExpressionEditortoBuildExpressionsforProperties.html","bundleId":"work-tasks-2023-sp1","id":"ae2d1fe52-4e28-418b-99d9-8b3ec313c053","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAppearancePropertiesforActivityIcons.html","title":"Set Appearance Properties for Activity Icons","navPath":"SetAppearancePropertiesforActivityIcons.html","bundleId":"work-tasks-2023-sp1","id":"a41881247-9bcc-4d36-8af6-a1c7c95984b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchforContentinWorkflow.html","title":"Search for Content in Workflow","navPath":"SearchforContentinWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aec7bcc1e-2c6f-40eb-bc06-3dec29fed468","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheProcessMapImageforNavigation.html","title":"Use the Process Map Image for Navigation","navPath":"UsetheProcessMapImageforNavigation.html","bundleId":"work-tasks-2023-sp1","id":"a1c064f49-2433-4ea5-bb2b-99cefc7f5a8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessModelingandSavingtheAnalyst%27sView.html","title":"Process Modeling and Saving the Analyst's View","navPath":"ProcessModelingandSavingtheAnalyst'sView.html","bundleId":"work-tasks-2023-sp1","id":"a315cfc2a-f886-44a9-824f-fcfde9c27aee","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockandUnlockDesigners.html","title":"Lock and Unlock Designers","navPath":"LockandUnlockDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a7bd3c85e-ae9b-43fc-8c53-bf2770993cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforrepository.html","title":"Enable and Disable Lock for Repository","navPath":"enablinglockforrepository.html","bundleId":"work-tasks-2023-sp1","id":"a5eed50c7-8c61-4d83-adb2-a6a89d89b93f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentTypesofLocks.html","title":"Different Types of Locks","navPath":"DifferentTypesofLocks.html","bundleId":"work-tasks-2023-sp1","id":"acd96aa2b-ec2c-4d60-9250-a16d80f976dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManualLockandUnlock.html","title":"Manual Lock and Unlock","navPath":"ManualLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a3f5ab54c-5c0e-471e-890e-46b23e098ded","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoLockandUnlock.html","title":"Auto Lock and Unlock","navPath":"AutoLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a6be31189-eaca-444a-aeef-2e78a7feafde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLockandUnlockonDesigners.html","title":"Use Lock and Unlock on Designers","navPath":"UseLockandUnlockonDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a100fe4b5-e5b9-4143-8994-4865c5d53f48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist2.html","title":"Process Designer","navPath":"workflowlist2.html","bundleId":"work-tasks-2023-sp1","id":"ad476e8ce-60fa-41d2-b588-9766e81ce8f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formslist.html","title":"Forms Designer","navPath":"formslist.html","bundleId":"work-tasks-2023-sp1","id":"a0d9d4255-9e45-4c06-ab73-f8b49f8c4eda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListDesigner.html","title":"List Designer","navPath":"ListDesigner.html","bundleId":"work-tasks-2023-sp1","id":"af83e3d32-f2d2-4ab3-98d8-071c3569270e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingLockandUnlockonUserDefinedLists.html","title":"Use Lock and Unlock on User Defined Lists","navPath":"UsingLockandUnlockonUserDefinedLists.html","bundleId":"work-tasks-2023-sp1","id":"ab6c64c0d-b3f7-4caf-b05a-a97cb2bc5650","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforuserdefinedlist.html","title":"Enabling Lock for User Defined List","navPath":"enablinglockforuserdefinedlist.html","bundleId":"work-tasks-2023-sp1","id":"a56a9826b-f987-42ac-8bc8-944de9a1507c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EffectsofLockandUnlockonUserDefinedList.html","title":"Effects of Lock and Unlock on User Defined List","navPath":"EffectsofLockandUnlockonUserDefinedList.html","bundleId":"work-tasks-2023-sp1","id":"ad95989ef-6c5f-4ea1-8824-10b5335e046b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisEnabled.html","title":"User Defined List when Lock is Enabled","navPath":"UserDefinedListwhenLockisEnabled.html","bundleId":"work-tasks-2023-sp1","id":"a033d1d39-31de-4a26-9013-851267135265","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisDisabled.html","title":"User Defined List when Lock is Disabled","navPath":"UserDefinedListwhenLockisDisabled.html","bundleId":"work-tasks-2023-sp1","id":"a9de8ab83-ed57-46e7-9812-34f7a8a7dd7b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemThroughWorkflows.html","title":"Update a Locked List Item Through Workflows","navPath":"UpdateaLockedListItemThroughWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad56f4dae-3528-492e-b211-cd4e25b64f0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromInvokeFormActivity.html","title":"Update a Locked List Item from Invoke Form Activity","navPath":"UpdateaLockedListItemfromInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"afb55a13a-1c0d-46d8-a9eb-5fca0907064f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromEngineActivity.html","title":"Update a Locked List Item from Engine Activity","navPath":"UpdateaLockedListItemfromEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"ac432e9de-455d-4311-a0e2-e243140c802e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewLockandUnlockHistoryofListItems.html","title":"View Lock and Unlock History of List Items","navPath":"ViewLockandUnlockHistoryofListItems.html","bundleId":"work-tasks-2023-sp1","id":"ae49e14a5-eef8-4b0c-b8e0-5138d9a319f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Work_Tasks.html","title":"AVEVA Work Tasks Pro","navPath":"Working_with_Work_Tasks.html","bundleId":"work-tasks-2023-sp1","id":"abc2138c6-6d36-48b8-ac88-031d7c09d4fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435174.html","title":"Introduction","navPath":"435174.html","bundleId":"work-tasks-2023-sp1","id":"a37289543-c494-477b-b0a5-2d33c0ec806f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithworktasks.html","title":"Get Started with AVEVA Work Tasks Pro","navPath":"gettingstartedwithworktasks.html","bundleId":"work-tasks-2023-sp1","id":"ad9307521-9099-4858-b5a4-4c9eae97a50a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435176.html","title":"Install and Configure AVEVA Work Tasks Pro Application","navPath":"435176.html","bundleId":"work-tasks-2023-sp1","id":"a123524d3-9c2f-48f7-9f1a-756247a66ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/625157.html","title":"Mobile Device Management","navPath":"625157.html","bundleId":"work-tasks-2023-sp1","id":"ab61704a8-9515-4e29-bf99-2be44b9a17f8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522505.html","title":"View the Demo of AVEVA Work Tasks Pro App","navPath":"522505.html","bundleId":"work-tasks-2023-sp1","id":"afbfb01d7-6a16-495b-963e-91344ed24bbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loginandlogout.html","title":"Log On and Log Off","navPath":"loginandlogout.html","bundleId":"work-tasks-2023-sp1","id":"a1ab38b2e-f69a-461c-b137-a91861578283","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1440390.html","title":"Online and Offline Support for Controls and Containers","navPath":"1440390.html","bundleId":"work-tasks-2023-sp1","id":"ab59dde31-32c7-415b-b544-a3b6032a18a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522508.html","title":"Inbox","navPath":"522508.html","bundleId":"work-tasks-2023-sp1","id":"a890f4120-a881-4195-938e-49863c91bd26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/categories.html","title":"Categories","navPath":"categories.html","bundleId":"work-tasks-2023-sp1","id":"a546f38cf-ecf5-42d6-a551-11565b5cded6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Queue.html","title":"Queue","navPath":"Queue.html","bundleId":"work-tasks-2023-sp1","id":"a09da8166-ce9a-4f7b-bc6a-3eedf2b1aa41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435179.html","title":"Fill Form","navPath":"435179.html","bundleId":"work-tasks-2023-sp1","id":"a8dfc1285-5920-4390-b63d-dc6d83477ac5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Drafts.html","title":"Drafts","navPath":"Drafts.html","bundleId":"work-tasks-2023-sp1","id":"a845a83f9-0ba8-462e-8fef-6fe06dac2a83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SentItems.html","title":"Sent Items","navPath":"SentItems.html","bundleId":"work-tasks-2023-sp1","id":"aa96ed23e-e1eb-407c-8434-4a7e83ba3d2c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Outbox.html","title":"Outbox","navPath":"Outbox.html","bundleId":"work-tasks-2023-sp1","id":"a26caa3e8-7069-426d-b6e8-023462386df6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Sync.html","title":"Sync","navPath":"Sync.html","bundleId":"work-tasks-2023-sp1","id":"aea97bdb7-3aa3-4583-a252-83dbc13bc9d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793038.html","title":"Save Settings","navPath":"793038.html","bundleId":"work-tasks-2023-sp1","id":"a2235aa20-f60e-4f32-98d2-a269a56a5773","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeNotificationToneforiOSDevices.html","title":"Change Notification Tone for iOS Devices","navPath":"ChangeNotificationToneforiOSDevices.html","bundleId":"work-tasks-2023-sp1","id":"a9362e409-7ba9-4dd6-ace6-cb6cc2529f8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793046.html","title":"Configure Save Settings","navPath":"793046.html","bundleId":"work-tasks-2023-sp1","id":"a35028ebf-6b6a-4eeb-9a2b-c605544dd4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNumberofItemstoSyncfortheLookupControl.html","title":"Configure Number of Items to Sync for the Lookup Control","navPath":"ConfigureNumberofItemstoSyncfortheLookupControl.html","bundleId":"work-tasks-2023-sp1","id":"aa17dfb59-a9cd-4203-9a9a-e7ec153cd3f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/571749.html","title":"Configure Thresholds","navPath":"571749.html","bundleId":"work-tasks-2023-sp1","id":"aa1fe90fe-d6ac-420c-bd7c-c9355c8a15f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDrafts.html","title":"Configure Drafts","navPath":"ConfigureDrafts.html","bundleId":"work-tasks-2023-sp1","id":"a67dd678f-55e0-4541-9097-ac1fffec5f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/658450.html","title":"Configure Sent Items","navPath":"658450.html","bundleId":"work-tasks-2023-sp1","id":"a168b9432-8a25-4b33-a97a-8ac1f80bdbf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/599341.html","title":"Configure Inbox Settings","navPath":"599341.html","bundleId":"work-tasks-2023-sp1","id":"a6deb063e-3c83-4b0a-a554-ed236a48d149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641267.html","title":"Configure Offline Support","navPath":"641267.html","bundleId":"work-tasks-2023-sp1","id":"a3bf9e7f6-6ef3-497c-bbde-d2b4501bca6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659533.html","title":"Use Themes","navPath":"659533.html","bundleId":"work-tasks-2023-sp1","id":"aefcf97f7-71bd-4bab-83df-b58534456033","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659544.html","title":"Apply Theme to AVEVA Work Tasks Pro App","navPath":"659544.html","bundleId":"work-tasks-2023-sp1","id":"a0c00a64d-d648-48c3-818a-ded1ba40340f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyle.html","title":"Change Style","navPath":"ChangeStyle.html","bundleId":"work-tasks-2023-sp1","id":"a5994f8ee-3927-4730-a44e-6cf921d98f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/490121.html","title":"Logs","navPath":"490121.html","bundleId":"work-tasks-2023-sp1","id":"a98528026-133d-44c6-87f1-f225c834fbcc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingworktasks.html","title":"Troubleshooting","navPath":"troubleshootingworktasks.html","bundleId":"work-tasks-2023-sp1","id":"adb770337-1720-4a62-bd66-f6e967118ef3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/731829.html","title":"Debugging","navPath":"731829.html","bundleId":"work-tasks-2023-sp1","id":"ae2da79e5-3dcb-4eab-82a1-640493911a92","isActive":false,"outputclasses":[],"children":[]}]}]}]}},"apiErrorHandler":{}} ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.

If you enter the value as '-125', then it is displayed as '125.00 - symbol is interpreted as a format specifier in the format string. If you need\n to prevent this, you will need to precede the ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }

symbol with a '\u003Cspan class=\"uicontrol\"\u003E\\\u003C/span\u003E'.\n \u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf the current server culture is “en-US”, then the currency is displayed as ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EHowever, if the current server culture is “Brazilian”, then the currency is displayed\n as 'R ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\n \u003C/p\u003E\n \u003Cul class=\"ulsubitem\"\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# $\u003C/span\u003E and the number is 12, then the number is displayed as 12 R$.\n \u003C/p\u003E\n \u003C/li\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# \\$\u003C/span\u003E and the number is 12, then the number is displayed as \u003Cbr\u003E12 $.\n \u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/li\u003E\n \u003C/ul\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E;\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ESection separator.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EDefines sections with separate format strings for positive, negative, and zero numbers.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E#.00 $;#.00 - $;#.00 $\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '125', then it is displayed as '125.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '-125', then it is displayed as '125.00 - ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '0', then it is displayed as '0.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E\"string\"/'string'\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ELiteral string delimiter.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIndicates that the enclosed characters should be copied to the result string.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"paragraph\"\u003E#,##,###.00 ‘₹’ or #,##,###.00 “₹”\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003EIf you enter the value as '125.00', then it is displayed as '125.00 ₹'.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003C/tbody\u003E\u003C/table\u003E\n \u003C/div\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003C/div\u003E\n \n\n\u003C/article\u003E\u003C/article\u003E\n","topic_language":"enus","views":0,"your_rating":null,"watermark":null,"isFallbackLanguage":false,"collapsibleContentExists":false,"miniTOCHeadings":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"miniTOCHeadingsFlat":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"isInlineExternalTopic":false},"workflow":null,"isWorkflow":false,"showWorkflow":false,"error":null},"TocComponent":{"toc":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/help.html","title":"Welcome to AVEVA Work Tasks","navPath":"help.html","bundleId":"work-tasks-2023-sp1","id":"ae28db577-8710-4c61-a2aa-693e53b48c7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/copyright.html","title":"Legal information","navPath":"copyright.html","bundleId":"work-tasks-2023-sp1","id":"a63f0ebce-097d-40e6-81a4-35d87844d39a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/31015.html","title":"Contact information","navPath":"31015.html","bundleId":"work-tasks-2023-sp1","id":"a667c3c4d-6ab6-4553-932e-bc8aa99e6ae8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/520827.html","title":"Acknowledgements","navPath":"520827.html","bundleId":"work-tasks-2023-sp1","id":"a26d32884-a0c6-4c59-a25d-11ef7d3f506f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759100.html","title":"AjaxMin","navPath":"759100.html","bundleId":"work-tasks-2023-sp1","id":"ad6a51842-6aeb-49da-b5b9-840458b1b18d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759101.html","title":"AmqpNet Lite","navPath":"759101.html","bundleId":"work-tasks-2023-sp1","id":"acd0f0923-07b3-4a28-b810-aa5288aaccc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759105.html","title":"AngleSharp","navPath":"759105.html","bundleId":"work-tasks-2023-sp1","id":"abbdbe2b5-b07c-48e7-b2fe-79a3a98bb095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910312.html","title":"AngleSharp​.Css","navPath":"910312.html","bundleId":"work-tasks-2023-sp1","id":"a76c98495-70fb-4e3e-b0ba-cea00f933124","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759109.html","title":"AngularJS","navPath":"759109.html","bundleId":"work-tasks-2023-sp1","id":"a1425355f-ed78-47b4-8eff-f7c946bb37ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759110.html","title":"AntiXSS","navPath":"759110.html","bundleId":"work-tasks-2023-sp1","id":"ad66fb273-6e98-498d-a151-99223d9cb1fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759115.html","title":"AutoMapper","navPath":"759115.html","bundleId":"work-tasks-2023-sp1","id":"abf7e477f-1d68-4dee-b357-5824631932c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904394.html","title":"Azure​.Identity","navPath":"904394.html","bundleId":"work-tasks-2023-sp1","id":"a24914844-2e7d-4b62-abef-533b4eea907c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904395.html","title":"Azure​.Security​.KeyVault​.Secrets","navPath":"904395.html","bundleId":"work-tasks-2023-sp1","id":"af3d45a29-c808-43aa-9521-c70f148db138","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759117.html","title":"bootstrap","navPath":"759117.html","bundleId":"work-tasks-2023-sp1","id":"a5e287859-b798-42a9-b648-801a3dc68e2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759118.html","title":"bootstrap-datepicker","navPath":"759118.html","bundleId":"work-tasks-2023-sp1","id":"ab329437c-60cf-470d-966f-31a8aefc411c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762837.html","title":"chilkat-x64","navPath":"762837.html","bundleId":"work-tasks-2023-sp1","id":"af620fdf4-880e-4466-a658-aa9f66b7151c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762838.html","title":"CodeMirror","navPath":"762838.html","bundleId":"work-tasks-2023-sp1","id":"a93e06817-85a8-4ddd-9bd6-f2a440eb7a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762839.html","title":"ComponentArt Charting","navPath":"762839.html","bundleId":"work-tasks-2023-sp1","id":"a8f8e4c4a-5da5-4f78-8fc7-5214cd1ed646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762840.html","title":"crypto-js","navPath":"762840.html","bundleId":"work-tasks-2023-sp1","id":"ad731a0fa-e72c-4769-927c-e8675fb82ed6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762841.html","title":"datejs","navPath":"762841.html","bundleId":"work-tasks-2023-sp1","id":"a406094f6-6dcb-447d-a3fa-5961c29b89a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762842.html","title":"EasyNetQ","navPath":"762842.html","bundleId":"work-tasks-2023-sp1","id":"aaad8da03-830e-41f6-858f-e9b5de8435b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762843.html","title":"ExcelDataReader","navPath":"762843.html","bundleId":"work-tasks-2023-sp1","id":"a22c5035f-a2fe-4880-be52-d0d7939da4a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762844.html","title":"FastAndroidCamera","navPath":"762844.html","bundleId":"work-tasks-2023-sp1","id":"a9dbda76a-9c5e-4d59-85e6-56991baaa4b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762851.html","title":"HtmlSanitizer","navPath":"762851.html","bundleId":"work-tasks-2023-sp1","id":"acb876ee2-7161-4004-98cc-50227c3a8ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762855.html","title":"Intersoft WebGrid","navPath":"762855.html","bundleId":"work-tasks-2023-sp1","id":"a688f63b7-f50f-4263-8a5e-b20b4d1bffd3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762865.html","title":"JavaScriptEngineSwitcher","navPath":"762865.html","bundleId":"work-tasks-2023-sp1","id":"ac6c7098b-b48c-40da-9ddc-e74ae011eb7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762866.html","title":"jquery","navPath":"762866.html","bundleId":"work-tasks-2023-sp1","id":"abe23520a-4715-47be-b563-fd1f30ae340a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910313.html","title":"jquery dotdotdot","navPath":"910313.html","bundleId":"work-tasks-2023-sp1","id":"a029d6063-76de-4e93-b583-20fd75e61c1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762867.html","title":"jquery easing","navPath":"762867.html","bundleId":"work-tasks-2023-sp1","id":"a18fbf154-6c99-4b9f-b10e-c85984dab2fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910314.html","title":"jshint","navPath":"910314.html","bundleId":"work-tasks-2023-sp1","id":"a5bffd613-1a6d-489b-affd-a0399213aa52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762868.html","title":"jszip","navPath":"762868.html","bundleId":"work-tasks-2023-sp1","id":"a8045ffe9-3e48-4f7b-9ac3-542a8dd221cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910315.html","title":"Kendo UI","navPath":"910315.html","bundleId":"work-tasks-2023-sp1","id":"a5fa81750-8074-465e-9b17-998b0f31e125","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762869.html","title":"Knockout","navPath":"762869.html","bundleId":"work-tasks-2023-sp1","id":"a2a634dc4-fb7a-439e-ab6f-c482f7d8c590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910316.html","title":"Knockout-Kendo","navPath":"910316.html","bundleId":"work-tasks-2023-sp1","id":"a637cfc9b-4332-4f09-9c4a-f1bbb7cf1d88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762871.html","title":"LumiSoft​.Net","navPath":"762871.html","bundleId":"work-tasks-2023-sp1","id":"a91793d03-7bf4-4551-b4c9-b6b8a556be29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1265011.html","title":"Microsoft​.Web​.WebView2","navPath":"1265011.html","bundleId":"work-tasks-2023-sp1","id":"a30eb0f3c-70fc-4dc8-8696-ef8581185c8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762872.html","title":"Newtonsoft​.Json","navPath":"762872.html","bundleId":"work-tasks-2023-sp1","id":"a3da01c8b-c223-49cb-a6b1-ac1753d181e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904396.html","title":"Oracle​.ManagedDataAccess","navPath":"904396.html","bundleId":"work-tasks-2023-sp1","id":"ad1d1ed6a-03fe-4e5b-920f-8fbb90c5a648","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762873.html","title":"Oracle Providers for ASP​.NET","navPath":"762873.html","bundleId":"work-tasks-2023-sp1","id":"a7b58f71d-a6db-4951-a003-17eb04959573","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763108.html","title":"Owin","navPath":"763108.html","bundleId":"work-tasks-2023-sp1","id":"a0f8ed29c-916b-448d-8080-a62d5cabf75c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763109.html","title":"Paho MQTT","navPath":"763109.html","bundleId":"work-tasks-2023-sp1","id":"ad844c945-fc81-40c1-b39b-01617e41212a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910317.html","title":"Pako","navPath":"910317.html","bundleId":"work-tasks-2023-sp1","id":"aa5ed6cde-2f17-4d56-bb70-81e435bcadd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907877.html","title":"polly​.extensions​.http","navPath":"907877.html","bundleId":"work-tasks-2023-sp1","id":"a3aa2c1eb-90a3-4b1c-b067-22f9e88fbe44","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904402.html","title":"RabbitMQ​.Client","navPath":"904402.html","bundleId":"work-tasks-2023-sp1","id":"a2ea194d1-ff32-44f3-a83e-a5720ce169cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907810.html","title":"SendGrid","navPath":"907810.html","bundleId":"work-tasks-2023-sp1","id":"ae494e7f0-6fa4-457b-b9e9-bc0573a79080","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910318.html","title":"Spin js","navPath":"910318.html","bundleId":"work-tasks-2023-sp1","id":"a15c2fc95-49c7-4223-bca0-d5e02f1ef565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763110.html","title":"SQLite","navPath":"763110.html","bundleId":"work-tasks-2023-sp1","id":"ac6a29ce2-e7ce-4341-85d5-d06387ee7464","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/878052.html","title":"sqlite-net SQLCipher","navPath":"878052.html","bundleId":"work-tasks-2023-sp1","id":"a3abec5d2-3e17-4bff-9181-a609bb8b4ac9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907875.html","title":"StarkbankEcdsa","navPath":"907875.html","bundleId":"work-tasks-2023-sp1","id":"a047e36b6-dc55-4825-b585-ed70ab9ec0f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763111.html","title":"Telerik® UI for ASP​.NET AJAX","navPath":"763111.html","bundleId":"work-tasks-2023-sp1","id":"afd1a3492-aae4-4b89-9c49-2e26f8cfde53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763174.html","title":"tensorspace","navPath":"763174.html","bundleId":"work-tasks-2023-sp1","id":"a86b53742-cf80-4fa1-a813-07ceb8b8bf7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763175.html","title":"Unity​.Abstractions","navPath":"763175.html","bundleId":"work-tasks-2023-sp1","id":"a1eee0410-ccbf-4bed-86f9-a625be2fd148","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763176.html","title":"Unity​.Container","navPath":"763176.html","bundleId":"work-tasks-2023-sp1","id":"a6989ef72-9c35-4c0a-bbae-ee0becb4731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907886.html","title":"WindowsBase","navPath":"907886.html","bundleId":"work-tasks-2023-sp1","id":"a59108fdd-8e1a-451d-a943-c6bbe897d3be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903678.html","title":"WiX Toolset","navPath":"903678.html","bundleId":"work-tasks-2023-sp1","id":"aa93e3612-0ac3-413a-afd2-b9253881b63b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904489.html","title":"xamarin​.essentials","navPath":"904489.html","bundleId":"work-tasks-2023-sp1","id":"a8f5d4e26-0989-49b0-ad66-62d108f912ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904585.html","title":"xam​.plugin​.battery","navPath":"904585.html","bundleId":"work-tasks-2023-sp1","id":"ada01ab43-d704-4c5b-a0b1-a16f5234ac4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910319.html","title":"Xml2Json","navPath":"910319.html","bundleId":"work-tasks-2023-sp1","id":"a93d3fa59-5a65-459a-b47e-32ad4d71ea20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910269.html","title":"ZXing","navPath":"910269.html","bundleId":"work-tasks-2023-sp1","id":"a572944d3-ff6b-4cd9-ac8e-f24d5c11848c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904248.html","title":"Other Components","navPath":"904248.html","bundleId":"work-tasks-2023-sp1","id":"a4ef74d2e-0249-4993-8bad-83da603f9f5a","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/789641.html","title":"What's new in AVEVA Work Tasks?","navPath":"789641.html","bundleId":"work-tasks-2023-sp1","id":"a66e23fbc-3b01-4be9-9b81-b0177a0d59ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1282500.html","title":"2023 Releases","navPath":"1282500.html","bundleId":"work-tasks-2023-sp1","id":"a1dba44ae-e988-4e6f-92c3-d8052c1b05f1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733522.html","title":"AVEVA Work Tasks 2023 SP1 Release Notes","navPath":"733522.html","bundleId":"work-tasks-2023-sp1","id":"a32ff6b55-da45-43e6-b669-6a23a4ed605e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733517.html","title":"System Requirements","navPath":"733517.html","bundleId":"work-tasks-2023-sp1","id":"a51cb72ec-fc8a-4a8b-b97a-2f1af94210c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733515.html","title":"Product Compatibility","navPath":"733515.html","bundleId":"work-tasks-2023-sp1","id":"a6651e44e-1259-4554-905b-f82e7bdfc500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733511.html","title":"ISO Details","navPath":"733511.html","bundleId":"work-tasks-2023-sp1","id":"a791f4bfd-49d2-495e-a78f-83ee14388a28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733510.html","title":"Installation Instructions","navPath":"733510.html","bundleId":"work-tasks-2023-sp1","id":"a0a6c3e62-3d79-4e27-a9d9-79e9b5a39caf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733518.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"733518.html","bundleId":"work-tasks-2023-sp1","id":"a1dd1a603-ab92-4324-89bf-5b85b9a363a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733513.html","title":"Key Features","navPath":"733513.html","bundleId":"work-tasks-2023-sp1","id":"a5e7174ee-3582-463e-9017-2c201502b7e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733509.html","title":"General Enhancements","navPath":"733509.html","bundleId":"work-tasks-2023-sp1","id":"a509245ef-ee5a-4984-adf9-59919b74d5d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733512.html","title":"Issues Resolved","navPath":"733512.html","bundleId":"work-tasks-2023-sp1","id":"ae916007c-b016-4b00-ad18-8921574d37ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1382390.html","title":"Known Issues","navPath":"1382390.html","bundleId":"work-tasks-2023-sp1","id":"a61b0656e-0b6d-4158-886d-3efb2d54a93e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1398635.html","title":"AVEVA Work Tasks Pro","navPath":"1398635.html","bundleId":"work-tasks-2023-sp1","id":"a67ba2b0b-ab19-4975-84ae-93c69f864ac7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/administratorguide.html","title":"Administrator Guide","navPath":"administratorguide.html","bundleId":"work-tasks-2023-sp1","id":"acd6f48c0-0189-4856-b51a-7ea385bc2321","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/architecture.html","title":"Architecture","navPath":"architecture.html","bundleId":"work-tasks-2023-sp1","id":"ab226a82e-b181-443c-99a2-96d44cd59b3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/corecomponents.html","title":"Core Components","navPath":"corecomponents.html","bundleId":"work-tasks-2023-sp1","id":"a1c2ca690-9b51-4d2f-8f72-7027542d3917","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/microsoftoutlookintegration.html","title":"Microsoft Outlook Integration","navPath":"microsoftoutlookintegration.html","bundleId":"work-tasks-2023-sp1","id":"aee929c2a-0793-4ad1-867d-43491b651264","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scalabilityandavailability.html","title":"Scalability and Availability","navPath":"scalabilityandavailability.html","bundleId":"work-tasks-2023-sp1","id":"af5529dab-4015-4277-893a-57e9fc74458d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingintranetandextranetwebfronts.html","title":"Set up intranet and extranet web fronts","navPath":"settingintranetandextranetwebfronts.html","bundleId":"work-tasks-2023-sp1","id":"aac89cba2-320f-4543-b1ce-88e09364ce74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540500.html","title":"Partitioning Database","navPath":"540500.html","bundleId":"work-tasks-2023-sp1","id":"a8f63c245-27c2-4820-84d0-f226f3b33ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540501.html","title":"Partitioning with Central Configuration","navPath":"540501.html","bundleId":"work-tasks-2023-sp1","id":"ad6093e39-a6db-4958-85fc-a0786faa96a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540502.html","title":"Partitioning with Partition Manager","navPath":"540502.html","bundleId":"work-tasks-2023-sp1","id":"a484386ac-a929-4962-88d3-8630e49c21ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/657844.html","title":"Verifying Partition","navPath":"657844.html","bundleId":"work-tasks-2023-sp1","id":"a1243e8bf-0d2c-4b60-a08c-c18afcf8c1b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintenanceActivities.html","title":"Maintenance activities","navPath":"MaintenanceActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae4e3fe93-e008-4cde-b76a-d1c2f5b682b1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Editions.html","title":"Editions","navPath":"Editions.html","bundleId":"work-tasks-2023-sp1","id":"aeb075841-906b-4065-bad7-c8935f935dcf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenarios.html","title":"Single server","navPath":"SingleServerScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a107d7344-9da7-4cce-89a3-63801559f204","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario1.html","title":"Deployment of AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on a single machine","navPath":"SingleMachineScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a4d833f21-2965-43bb-b378-fcb446ebded0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario2.html","title":"AVEVA Work Tasks web server and AVEVA Work Tasks server on different machines","navPath":"SingleMachineScenario2.html","bundleId":"work-tasks-2023-sp1","id":"a6dae3899-8a3a-4f34-8b47-23c51c552ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario3.html","title":"AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on different machines","navPath":"SingleMachineScenario3.html","bundleId":"work-tasks-2023-sp1","id":"aa1b068b2-5113-4a3f-a0cf-6b0ff85fcc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenario4.html","title":"AVEVA Work Tasks Web Server Farm, Work Tasks Server, and AVEVA Work Tasks Database Server on Different Machines","navPath":"SingleServerScenario4.html","bundleId":"work-tasks-2023-sp1","id":"aa4fce7cc-d070-4824-b337-5e45ae20a72d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerLicensing.html","title":"Single server licensing information","navPath":"SingleServerLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a2fed8d65-d6ba-4e6d-85dd-fe8020eb43e8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServer.html","title":"Load balanced server","navPath":"LoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a0f5a8aa0-4340-4869-b21e-e7f753a73e71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerArchitecture.html","title":"Load Balanced Server Architecture","navPath":"LoadBalancedServerArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a632ad1cc-5885-4043-976f-54162386ceac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerInstallationScenarios.html","title":"Load balanced server installation scenarios","navPath":"LoadBalancedServerInstallationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a97927939-7d10-467f-a318-488abcc4817b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerCapableofAddingMachinesatAnyTime.html","title":"Single server capable of adding machines at any time","navPath":"SingleServerCapableofAddingMachinesatAnyTime.html","bundleId":"work-tasks-2023-sp1","id":"a9012c07f-7baf-4406-b961-071fbe0abc95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines1.html","title":"Web Server Farm with Clustered Work Tasks Services and Databases on Different Machines","navPath":"LoadBalancedServersonDifferentMachines1.html","bundleId":"work-tasks-2023-sp1","id":"a66065868-d03e-48b6-af16-689176e5d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines2.html","title":"AVEVA Work Tasks Web Server Farm Connecting to AVEVA Work Tasks Services with AVEVA Work Tasks Databases on a Different Machine","navPath":"LoadBalancedServersonDifferentMachines2.html","bundleId":"work-tasks-2023-sp1","id":"afabb36ea-ded9-45d7-baad-de710b5cf8a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","title":"Behavior of AVEVA Work Tasks Services on Enterprise Server","navPath":"BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"a775fa8f6-59d5-4326-a1fa-7f8347dea231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ToolsUsedinEnterpriseServer.html","title":"Tools used in Enterprise Server","navPath":"ToolsUsedinEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"afd759f43-ff92-4ae1-9779-804d9c910afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLimitations.html","title":"Load balanced server limitations","navPath":"LoadBalancedServerLimitations.html","bundleId":"work-tasks-2023-sp1","id":"ad53407b0-151d-4eeb-875b-e5eebad2ebf9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLicensingInformation.html","title":"Load balanced server licensing information","navPath":"LoadBalancedServerLicensingInformation.html","bundleId":"work-tasks-2023-sp1","id":"a867b5c92-282c-4592-a664-fea3051a57c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetscenarios.html","title":"Installing Different Editions","navPath":"skeltabpmnetscenarios.html","bundleId":"work-tasks-2023-sp1","id":"a72603d98-5f56-45da-99b1-13ce8d5f3626","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/planningforinstallation.html","title":"Layout Editing Modes","navPath":"planningforinstallation.html","bundleId":"work-tasks-2023-sp1","id":"a4610a32b-0c8c-4ef0-8922-4a2efc3abafd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/serverroles.html","title":"Identifying Server Roles","navPath":"serverroles.html","bundleId":"work-tasks-2023-sp1","id":"ab492887c-02d8-4ca6-91d3-dd29a9c1f5f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usersource.html","title":"Identifying User Source","navPath":"usersource.html","bundleId":"work-tasks-2023-sp1","id":"a7b1429f9-6330-480c-b460-a7b916c023f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/databaseselection.html","title":"Making Database Selection","navPath":"databaseselection.html","bundleId":"work-tasks-2023-sp1","id":"a7157b66c-ac99-4c5f-ae1d-a0871000f5e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/communication.html","title":"Setting up Communication","navPath":"communication.html","bundleId":"work-tasks-2023-sp1","id":"a583b3a22-e4b3-495b-bbdb-873bc70617cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-mailintegration.html","title":"Integrating Email","navPath":"e-mailintegration.html","bundleId":"work-tasks-2023-sp1","id":"a7d113291-57fe-4631-9a9e-c176f8818a64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ports.html","title":"Setting up Ports","navPath":"ports.html","bundleId":"work-tasks-2023-sp1","id":"aa60682cb-00fd-4190-aa60-bb6808956aef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CookiesCreatedbyWebApplication.html","title":"Cookies Created by Web Application","navPath":"CookiesCreatedbyWebApplication.html","bundleId":"work-tasks-2023-sp1","id":"a19de9f1f-9aea-44ee-88b4-e189f7a695e9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites.html","title":"Prerequisites","navPath":"prerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a492c158f-8d4d-4689-84d7-c74288472cb2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureInternetInformationServices.html","title":"Configure Internet Information Services","navPath":"ConfigureInternetInformationServices.html","bundleId":"work-tasks-2023-sp1","id":"ae96ae8c4-c230-476f-9280-d3331d815034","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableandVerifyMSDTC.html","title":"Enable and verify MSDTC","navPath":"EnableandVerifyMSDTC.html","bundleId":"work-tasks-2023-sp1","id":"ab26f206f-77d8-4adc-97cf-f7a287dd6e32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/575435.html","title":"Configure Oracle Data Handler","navPath":"575435.html","bundleId":"work-tasks-2023-sp1","id":"ab93b8534-ed57-4791-bd5b-3a82d3b62ef9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallSingleServer.html","title":"Install Single Server","navPath":"InstallSingleServer.html","bundleId":"work-tasks-2023-sp1","id":"a45bfca0b-f779-4e1e-b7ff-902e86956460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineInstallation.html","title":"Single machine installation","navPath":"SingleMachineInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a481ae858-6156-44fa-9869-62ea1e302ccf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofInstallation.html","title":"High-level view of installation","navPath":"HighLevelViewofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a8bf30945-82fd-4275-bcee-77e8f98257d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation.html","title":"Installation","navPath":"Installation.html","bundleId":"work-tasks-2023-sp1","id":"af42d13e4-452e-4af9-a199-85ca2f7e611d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae253cc50-afd2-4fb0-ba8e-b675067911fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"ab3689631-1a0e-427c-8ce5-fa4548684934","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer.html","bundleId":"work-tasks-2023-sp1","id":"a67b444e5-626c-4b1f-a390-893ae2021f9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aae749dc4-2e84-4682-80af-b004ca1f6e84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase.html","title":"Create Farm Database","navPath":"CreateFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a48d45138-1692-43d6-a05b-df802e880f22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings.html","title":"Define Security Settings","navPath":"DefineSecuritySettings.html","bundleId":"work-tasks-2023-sp1","id":"a0a2e7d97-da96-4fdd-a301-1b9acda9168e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac494bac4-af74-4696-bb98-0fe1aa3ac81d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices.html","title":"Provision Services","navPath":"ProvisionServices.html","bundleId":"work-tasks-2023-sp1","id":"ad2aeacdc-e4c8-4179-a669-89f180edee31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"aa54978ff-7c5e-432a-bb48-65ef4aca487d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository.html","title":"Create a Repository","navPath":"CreateaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a32bcc35f-9259-4204-8701-a002ab434a56","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation.html","title":"Verify the Installation","navPath":"VerifytheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a764e413b-d27a-4c6b-9719-9b2af91b718c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebServerandAVEVAWorkTasksServeronDifferentMachines.html","title":"Web server and AVEVA Work Tasks server on different machines","navPath":"WebServerandAVEVAWorkTasksServeronDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"aa8617912-fae9-4e6b-baab-ec0ebf08688f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewoftheInstallation.html","title":"High-level view of the installation","navPath":"HighLevelViewoftheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a1a1d45c1-dde5-431a-9dfb-865c0b1ec29a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_1.html","title":"Installation","navPath":"Installation_1.html","bundleId":"work-tasks-2023-sp1","id":"abfcac7a8-6b46-43f9-9f5f-48d4b956b286","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_1.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"a933569eb-b920-4ea4-a792-349bcc2ad225","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_1.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_1.html","bundleId":"work-tasks-2023-sp1","id":"a913d8bcc-8ec4-4bcd-ab9f-96769deb6e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_1.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_1.html","bundleId":"work-tasks-2023-sp1","id":"a505106b3-37f7-4f64-a51f-69d1016ae601","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_1.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"aea45d23f-dd61-4050-81fc-fb13a4b8859f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_1.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"a8e7ae67b-7544-4ae4-a31d-5c7aff94445a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_1.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_1.html","bundleId":"work-tasks-2023-sp1","id":"ad4220f03-df07-4d65-b96d-90f3a724ffa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_1.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"a83fc8459-274a-4027-b031-3859b847e3c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_1.html","title":"Provision Services","navPath":"ProvisionServices_1.html","bundleId":"work-tasks-2023-sp1","id":"a866eb46d-271f-4172-aeb0-5cb25d6e3a5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_1.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_1.html","bundleId":"work-tasks-2023-sp1","id":"a7bac03a2-96c0-47fe-8138-289c2dc7f444","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_1.html","title":"Create a Repository","navPath":"CreateaRepository_1.html","bundleId":"work-tasks-2023-sp1","id":"a625355b9-6fe7-4626-80e1-6d0b552cbd08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_1.html","title":"Verify the Installation","navPath":"VerifytheInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cd1a4ef-ea8f-47a4-a6eb-cccd4fa3c044","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServersonDifferentMachinesScenario1.html","title":"Web Server, AVEVA Work Tasks Server, and Database Server on Different Machines","navPath":"ServersonDifferentMachinesScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a6f2d08b6-5d69-4ef4-9074-6635ad748a9e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a69064966-2138-4f7f-9608-e499ec99792e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aa3b1318f-06d9-4a64-b20e-4e110554039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_2.html","title":"Installation","navPath":"Installation_2.html","bundleId":"work-tasks-2023-sp1","id":"aca02022f-498d-4340-88e5-ec13d75decba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer.html","bundleId":"work-tasks-2023-sp1","id":"a035d3e80-fe80-4732-bf0c-cb68e0415893","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_2.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_2.html","bundleId":"work-tasks-2023-sp1","id":"a9b424b1b-2ab9-4a0f-84d0-74695e3d22df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_2.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_2.html","bundleId":"work-tasks-2023-sp1","id":"adfc9046a-7ac8-4400-9d7c-e76d3c810b5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_2.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a96c418d4-5430-415c-97aa-f8047a5f79a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_2.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a624d1cb2-944f-400c-bcf4-a30642a1426f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_2.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a1d0959a9-4644-437d-b37d-8f39a8097f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_2.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ad5b6f8a2-81a7-45ed-8e29-e312e391c666","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_2.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ae9819721-e27b-4960-b6a5-14587de43783","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a54288089-9e05-4b58-bad8-f5047f9935b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_2.html","title":"Provision Services","navPath":"ProvisionServices_2.html","bundleId":"work-tasks-2023-sp1","id":"a455cc1a3-e8fc-41a2-b1c6-23df9a39637d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a5ceb92f5-a5b1-41e2-b5fa-013dedd9f52c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_3.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_3.html","bundleId":"work-tasks-2023-sp1","id":"a640e2eb0-f478-4acf-a48a-4474dedef67b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_3.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_3.html","bundleId":"work-tasks-2023-sp1","id":"aa2ec7624-973c-4be1-a668-b81a800b6b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_3.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae26e193c-027c-41c0-b9fa-825db1fa5747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation.html","title":"Select Client Installation","navPath":"SelectClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"abf07edd4-6720-49c2-829c-1138d73aada2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a50f36563-78a3-43b5-a2d2-a90d13fb2fd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a751d70d1-6419-4977-974c-0e331d5ca0ec","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_2.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_2.html","bundleId":"work-tasks-2023-sp1","id":"a868acfb6-0014-4b3b-8ad4-bb1028af4d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_2.html","title":"Create a Repository","navPath":"CreateaRepository_2.html","bundleId":"work-tasks-2023-sp1","id":"afd56dfa0-8c17-4ed6-a09b-7ab65e5279d2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_2.html","title":"Verify the Installation","navPath":"VerifytheInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac68c967a-e2ba-4e5c-95e5-110ec7dc8be3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario3.html","title":"Web Farm (Multiple Web servers), AVEVA Work Tasks Server, and Database on Different Machines","navPath":"DifferentMachinesScenario3.html","bundleId":"work-tasks-2023-sp1","id":"ae3311fc0-4c32-46fb-86e5-ffe7672e2d5b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_1.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"addf2ca0e-010c-43c7-bb63-8fb5833dec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_1.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac72bbf83-f0d4-45c4-9735-1b3fe75e741c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation3.html","title":"Installation","navPath":"Installation3.html","bundleId":"work-tasks-2023-sp1","id":"a9ed50da2-4e4c-49ba-b8d7-2ce232cec927","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_1.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_1.html","bundleId":"work-tasks-2023-sp1","id":"ab1499953-dc0b-46f0-bfb7-3c662c8d3bd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_4.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_4.html","bundleId":"work-tasks-2023-sp1","id":"a76d788ac-3db1-448c-aedc-4fd244344ff7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_4.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_4.html","bundleId":"work-tasks-2023-sp1","id":"a8c250d9d-be7a-4f4b-a1f5-f36f94ac61cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_4.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_4.html","bundleId":"work-tasks-2023-sp1","id":"a092fe9e2-40bc-4611-a327-3bcfb520455a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_3.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"acb6e856b-c47e-4a8d-a717-a522c4d4b024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_3.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a95b4006d-5975-44ae-b9fe-d27ce837cc49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_3.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_3.html","bundleId":"work-tasks-2023-sp1","id":"a566f3fc5-401e-461f-bd95-b21d0de8fc1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_3.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_3.html","bundleId":"work-tasks-2023-sp1","id":"adb87c5fe-2382-4b9c-a852-913389fe44fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_1.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_1.html","bundleId":"work-tasks-2023-sp1","id":"ad5fefae5-7366-46f2-80cd-e16c09fe3a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_3.html","title":"Provision Services","navPath":"ProvisionServices_3.html","bundleId":"work-tasks-2023-sp1","id":"a307352a0-c9fd-4c11-93a1-528f291d9a34","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_1.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_1.html","bundleId":"work-tasks-2023-sp1","id":"a277c0d22-027c-4eca-a158-966bc6d5e5db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_5.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_5.html","bundleId":"work-tasks-2023-sp1","id":"a75680dd1-2424-46ae-b3f3-4c11a40cfb31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_5.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_5.html","bundleId":"work-tasks-2023-sp1","id":"ab4c8bbf9-c82c-40b2-b72c-c20beaa8da50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_5.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_5.html","bundleId":"work-tasks-2023-sp1","id":"a434ca78e-5f6a-4dfe-ac02-58e13767f267","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_1.html","title":"Select Client Installation","navPath":"SelectClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a7ad90ce4-a2da-4772-988f-47c7c8b895c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_1.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf1a1f89-20a6-4671-8d12-354116ed4373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_1.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa1cda9b2-e7f2-42bb-b4ed-c4719ed9be0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_3.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_3.html","bundleId":"work-tasks-2023-sp1","id":"a440a6207-5934-425a-8a87-e7a4b51c2a7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_3.html","title":"Create a Repository","navPath":"CreateaRepository_3.html","bundleId":"work-tasks-2023-sp1","id":"a7dab86cc-d63d-4c41-bbba-01836c19106a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_3.html","title":"Verify the Installation","navPath":"VerifytheInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"af7c37d8e-3fe4-44e0-95be-1b45923dbc52","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntranetandExtranetWebServersonDifferentMachines.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"IntranetandExtranetWebServersonDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"ac3aec5f2-c298-45d9-9dc8-a9cebf79ba78","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_2.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a64701b76-336a-436d-a570-31f1fa584d40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_2.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"aebfdb26b-87cb-42db-9294-d01d660f096a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation4.html","title":"Installation","navPath":"Installation4.html","bundleId":"work-tasks-2023-sp1","id":"a09bb2f61-42b6-49c2-bd23-27b50924a30f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_2.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a5ebd6fba-2939-45c9-8075-a60c4650084f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_6.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_6.html","bundleId":"work-tasks-2023-sp1","id":"aa069adfc-f170-470c-b06f-b839743353c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_6.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_6.html","bundleId":"work-tasks-2023-sp1","id":"a9cbdc714-4614-42c7-8d87-802b3b078f10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_6.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_6.html","bundleId":"work-tasks-2023-sp1","id":"aa7fb5e67-761e-4cd6-a73c-e87d9f6ce01a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_4.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a8fc203d1-1d63-4386-a73e-2d2653920dd0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_4.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"aa1afd3fb-490e-4fd5-856a-8582711e1f29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_4.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a5adcbd73-d68b-44bd-91dc-591d4f40e43c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_4.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a53a70877-9dbe-4e0a-80d3-67198731b0ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_2.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_2.html","bundleId":"work-tasks-2023-sp1","id":"a06a15f40-89c7-40f7-aed0-f8e8b8dde03c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_4.html","title":"Provision Services","navPath":"ProvisionServices_4.html","bundleId":"work-tasks-2023-sp1","id":"a1633ff85-fcce-4b97-bad2-508eae8232bf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_2.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_2.html","bundleId":"work-tasks-2023-sp1","id":"aee81a62b-7bd8-47fd-816c-9eda79936089","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_7.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_7.html","bundleId":"work-tasks-2023-sp1","id":"a296db8f0-9f9a-4e41-abff-3f9b4a9957bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_7.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_7.html","bundleId":"work-tasks-2023-sp1","id":"ab7c5d636-984c-499e-bb26-ff3e39eb3b26","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_7.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_7.html","bundleId":"work-tasks-2023-sp1","id":"ad880a4d6-9e47-46a2-9373-09da13708e9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_2.html","title":"Select Client Installation","navPath":"SelectClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac5184e73-0bb0-49e4-962c-88563a06e364","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_2.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a0c5c825d-28e3-4357-912e-464f55014cf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_2.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_2.html","bundleId":"work-tasks-2023-sp1","id":"ab9fec341-7a64-429e-a79f-752834180a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_4.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_4.html","bundleId":"work-tasks-2023-sp1","id":"a5be6e137-6b2d-4687-baaf-d35ecceaea36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_4.html","title":"Create a Repository","navPath":"CreateaRepository_4.html","bundleId":"work-tasks-2023-sp1","id":"ac694c9f5-56b0-43eb-9aec-6db21a3f0ec4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_4.html","title":"Verify the Installation","navPath":"VerifytheInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a3802cc7b-0d91-4dfc-aae2-8ba0be00e343","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallLoadBalancedServer.html","title":"Install Load Balanced Server","navPath":"InstallLoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a00903dcd-0472-45c8-8401-b07dc0a33b47","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","title":"Web Farm with clustered services on Web Farm Machines with database on a different machine","navPath":"WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","bundleId":"work-tasks-2023-sp1","id":"a5756aa9f-82cf-44ed-a8ee-c905efb803de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_3.html","title":"High-level view of server installation","navPath":"HighLevelViewofServerInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"a891e665f-28f2-43e7-bf2a-d76e28a20f5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_3.html","title":"Installation","navPath":"Installation_3.html","bundleId":"work-tasks-2023-sp1","id":"ad4f42cdc-56f1-4cff-a0a9-b2b309c3da44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_3.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae0e493e0-fc37-4ada-904b-4d4b0e148f44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_8.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_8.html","bundleId":"work-tasks-2023-sp1","id":"ab8677528-617e-4a04-ab6f-73ababa4466e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_8.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_8.html","bundleId":"work-tasks-2023-sp1","id":"aa2671ea2-f997-4bbd-9a0d-060ea33689a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_8.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_8.html","bundleId":"work-tasks-2023-sp1","id":"aae907b5e-fba1-4019-ba66-ac12d80ae3a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition.html","bundleId":"work-tasks-2023-sp1","id":"a179fa033-0686-4070-b521-65f50a24c2ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_5.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"ac2ab5e90-d3b2-44f1-9297-efb57025cdd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_5.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_5.html","bundleId":"work-tasks-2023-sp1","id":"ab0eac483-b121-4e43-83cc-bf9cb9e4c3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_5.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_5.html","bundleId":"work-tasks-2023-sp1","id":"af76dc3d8-a55f-4e2c-9a1f-ba41d2cd6f8b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_3.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_3.html","bundleId":"work-tasks-2023-sp1","id":"a6cd86bc4-ef40-4d6c-9ebb-818fdd1ecd80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineEnterpriseConsole.html","title":"Define Enterprise Console","navPath":"DefineEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a91876dab-12b4-494d-941f-44aec30f1525","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_5.html","title":"Provision Services","navPath":"ProvisionServices_5.html","bundleId":"work-tasks-2023-sp1","id":"af469032b-6dd1-4004-a54e-dfbf0f78de97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_5.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_5.html","bundleId":"work-tasks-2023-sp1","id":"a9db1a078-25a8-47ff-878a-9495a20342bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_5.html","title":"Create a Repository","navPath":"CreateaRepository_5.html","bundleId":"work-tasks-2023-sp1","id":"a10dca142-2341-4a81-9832-4d77843b6b61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallonMultipleMachines.html","title":"Install on Multiple Machines","navPath":"InstallonMultipleMachines.html","bundleId":"work-tasks-2023-sp1","id":"a03f5f3cb-ebd9-4be6-9fdd-e300f1ea6581","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_5.html","title":"Verify the Installation","navPath":"VerifytheInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"ab3964056-932d-439d-b69f-5da9bde808af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario4.html","title":"Web farm connecting to separate Services Cluster with Database on a Different Machine","navPath":"DifferentMachinesScenario4.html","bundleId":"work-tasks-2023-sp1","id":"ab8e621bd-212f-47cd-b940-3b24adcc7bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/High-LevelViewofServerInstallation.html","title":"High-level view of server installation","navPath":"High-LevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aade803e7-869e-48b8-905b-d06c90419de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation14.html","title":"High-level view of client installation","navPath":"high-levelviewofskeltaclientinstallation14.html","bundleId":"work-tasks-2023-sp1","id":"afba7a16d-4555-4fba-8dd8-b1f00d721109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation65.html","title":"Installation","navPath":"installation65.html","bundleId":"work-tasks-2023-sp1","id":"abfe408e1-124a-46ab-8004-d349f5e97809","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server.html","title":"AVEVA Work Tasks server","navPath":"Wonderware_Skelta_BPM_Server.html","bundleId":"work-tasks-2023-sp1","id":"a11f3a9ba-0369-4576-b18b-eedbdc508786","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_9.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_9.html","bundleId":"work-tasks-2023-sp1","id":"ae98cbb41-c264-4e3d-8e36-0bba17b742a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_9.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_9.html","bundleId":"work-tasks-2023-sp1","id":"aec6ee656-daa1-4583-ad07-9451f33c0b69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_9.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_9.html","bundleId":"work-tasks-2023-sp1","id":"acea7f020-86e3-4f8f-86be-56ee56b34a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_1.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_1.html","bundleId":"work-tasks-2023-sp1","id":"a433a9acd-c042-486d-8463-bc7ea9971e7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_6.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"afc54637e-45f0-4862-8548-6a2d3ba7e0a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_6.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a66fa955e-79f3-4260-bee0-771cb2af306b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_6.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a37ad7773-8f4f-46d2-b5fc-5be059f4faae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_4.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_4.html","bundleId":"work-tasks-2023-sp1","id":"af3e2ad62-d775-4b4e-adb6-334fb94f8790","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_6.html","title":"Provision Services","navPath":"ProvisionServices_6.html","bundleId":"work-tasks-2023-sp1","id":"aa29e4344-5226-4e02-ab05-4980dd51eb33","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client.html","bundleId":"work-tasks-2023-sp1","id":"aa5b548a0-a593-40f4-b709-4d2182f62b2a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_10.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_10.html","bundleId":"work-tasks-2023-sp1","id":"a4d91fb1f-68c3-45c9-934c-cca7c4b44a91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_10.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_10.html","bundleId":"work-tasks-2023-sp1","id":"afb389c8c-f18f-450b-a5f6-53fc6dbe0316","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_10.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_10.html","bundleId":"work-tasks-2023-sp1","id":"a1d1b290b-bf6d-4e9e-93c3-c69b10e6f4a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_3.html","title":"Select Client Installation","navPath":"SelectClientInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"add50eec4-8fae-4998-9ae9-6fd3e9c4efff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_3.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a2cef3d8e-f754-4766-bbf6-da8ba80b7281","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_3.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_3.html","bundleId":"work-tasks-2023-sp1","id":"a041c84b9-5727-4fbc-b712-c9fa3938093c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_6.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_6.html","bundleId":"work-tasks-2023-sp1","id":"a7dec73a2-82d7-4906-a266-e30557018cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_6.html","title":"Create a Repository","navPath":"CreateaRepository_6.html","bundleId":"work-tasks-2023-sp1","id":"a99fe1af8-0987-4a9f-8548-a32e128eef25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_6.html","title":"Verify the Installation","navPath":"VerifytheInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"aa05fb0de-2b3b-43d9-a566-6537c219aed0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/completestandalonedeploymentindevelopermachine112.html","title":"Single Server capable of adding machines at any time","navPath":"completestandalonedeploymentindevelopermachine112.html","bundleId":"work-tasks-2023-sp1","id":"a22efa9f1-bcf2-4e1a-983e-af011407ace3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelinstallationview1112.html","title":"High-level view of AVEVA Work Tasks installation","navPath":"high-levelinstallationview1112.html","bundleId":"work-tasks-2023-sp1","id":"ac6eda2b5-340a-47b1-8a6e-2ee608cb430f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation312.html","title":"Installation","navPath":"installation312.html","bundleId":"work-tasks-2023-sp1","id":"a28103a17-8497-4961-bc47-2363aee74535","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_11.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_11.html","bundleId":"work-tasks-2023-sp1","id":"afbca0a4f-8b82-4e01-8c47-aa697b21604f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_11.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_11.html","bundleId":"work-tasks-2023-sp1","id":"a5a312a7c-a275-48f0-807b-a35d386054d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_11.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_11.html","bundleId":"work-tasks-2023-sp1","id":"a74f84d5e-d465-4a53-8d12-1f657f1e91e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_2.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_2.html","bundleId":"work-tasks-2023-sp1","id":"a8f779995-d99d-49da-9526-55bdf29ea370","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_7.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_7.html","bundleId":"work-tasks-2023-sp1","id":"a81cb3211-794c-4046-837b-0da53b94d176","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_7.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_7.html","bundleId":"work-tasks-2023-sp1","id":"a450e9a9b-dac4-4836-9bf2-da2fecb92dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_7.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_7.html","bundleId":"work-tasks-2023-sp1","id":"af900e5b1-ca0b-4463-a4ac-9870a1e3c781","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_7.html","title":"Provision Services","navPath":"ProvisionServices_7.html","bundleId":"work-tasks-2023-sp1","id":"a9d382a9b-105e-4fed-ad92-5e9be9ed4203","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_7.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_7.html","bundleId":"work-tasks-2023-sp1","id":"a67bbedfc-308e-4089-bff5-41ecba4d46e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_7.html","title":"Create a Repository","navPath":"CreateaRepository_7.html","bundleId":"work-tasks-2023-sp1","id":"a99daed56-f5cc-4fd1-9d99-f83bd9ad366b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_7.html","title":"Verify the Installation","navPath":"VerifytheInstallation_7.html","bundleId":"work-tasks-2023-sp1","id":"a5138cb2d-19b6-4dfd-a434-0d63e2316d6c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","bundleId":"work-tasks-2023-sp1","id":"ac2bbbed2-42d8-467f-b005-7c36db4d1516","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation36.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation36.html","bundleId":"work-tasks-2023-sp1","id":"a2a43fc28-d531-4bf8-8be7-3c80dd7909c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation15.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation15.html","bundleId":"work-tasks-2023-sp1","id":"aac0fe502-384f-4c44-8855-08b8b2c0ac91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation66.html","title":"Installation","navPath":"installation66.html","bundleId":"work-tasks-2023-sp1","id":"a191a29d6-3570-40a4-81f3-73a984c6e776","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_1.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_1.html","bundleId":"work-tasks-2023-sp1","id":"a4829b101-042a-4ed7-a95b-678820b33f13","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_12.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_12.html","bundleId":"work-tasks-2023-sp1","id":"acae7a248-25bb-41e2-9e6b-75ff3e4f52ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_12.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_12.html","bundleId":"work-tasks-2023-sp1","id":"a9d55385a-e953-4636-b092-628313fceb78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_12.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_12.html","bundleId":"work-tasks-2023-sp1","id":"ac2dcafd4-5b35-4021-a756-4e3f47686de4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_3.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_3.html","bundleId":"work-tasks-2023-sp1","id":"a941a7c78-6ae1-48d0-847f-96689d824288","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_8.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_8.html","bundleId":"work-tasks-2023-sp1","id":"ad36b1fec-53e7-4a71-a9cb-23fde3a00982","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_8.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_8.html","bundleId":"work-tasks-2023-sp1","id":"abc632ed6-ac17-4961-baf1-587887f9e19c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_8.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_8.html","bundleId":"work-tasks-2023-sp1","id":"a26815e4d-6b6c-4a34-aba0-8cb7d8800a25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_5.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_5.html","bundleId":"work-tasks-2023-sp1","id":"a3312eaec-ab71-4b82-a476-15aaf3e22b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_8.html","title":"Provision Services","navPath":"ProvisionServices_8.html","bundleId":"work-tasks-2023-sp1","id":"a749442a9-00f3-42d5-8ef8-69f937a17f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_1.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_1.html","bundleId":"work-tasks-2023-sp1","id":"a313f1f00-e178-4248-87b3-750d7c9fadd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_13.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_13.html","bundleId":"work-tasks-2023-sp1","id":"a152a18c8-a305-4708-914f-bc4da3bf7d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_13.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_13.html","bundleId":"work-tasks-2023-sp1","id":"a3dfea202-c090-4e15-860c-33c6920e7f31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_4.html","title":"Select Client Installation","navPath":"SelectClientInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"adbc8fce8-5f4b-4a6c-b7b0-0e7d144cf394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_4.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"a4178dbb2-78b0-44ba-9623-866f281c2914","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_4.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_4.html","bundleId":"work-tasks-2023-sp1","id":"a5a95e2ed-a1d6-4733-b59e-4f2070e582fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_8.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_8.html","bundleId":"work-tasks-2023-sp1","id":"ab48db8ff-6d3c-48ad-89ac-35392bd81108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_8.html","title":"Create a Repository","navPath":"CreateaRepository_8.html","bundleId":"work-tasks-2023-sp1","id":"a8de02b7f-54ed-4175-a34c-c842294c2e05","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_8.html","title":"Verify the Installation","navPath":"VerifytheInstallation_8.html","bundleId":"work-tasks-2023-sp1","id":"a223e3b9d-3051-4c5b-8e41-ab04e29fcd21","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","title":"Client and Server Installation","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","bundleId":"work-tasks-2023-sp1","id":"a8c6beb07-38d5-4ff5-a3a1-3004a0db82e6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation31.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation31.html","bundleId":"work-tasks-2023-sp1","id":"a9f5e7db3-1db0-4952-976c-d17ffdce22be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation11.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation11.html","bundleId":"work-tasks-2023-sp1","id":"ae54199a2-ef72-4092-9ae1-6dc8c52208a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation67.html","title":"Installation","navPath":"installation67.html","bundleId":"work-tasks-2023-sp1","id":"a1bd1ce01-1748-4476-8015-fbc597d1a7df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_2.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_2.html","bundleId":"work-tasks-2023-sp1","id":"a729e3a69-cbb5-43e0-a2bf-287c7770696f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_14.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_14.html","bundleId":"work-tasks-2023-sp1","id":"af66b7f13-c078-480e-884b-17a6629cfd6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_14.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_14.html","bundleId":"work-tasks-2023-sp1","id":"aef7ca800-32c6-4d70-b236-4fec4dc9742d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_13.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_13.html","bundleId":"work-tasks-2023-sp1","id":"ad7aa383d-0f58-4f96-b397-68c8809b7c6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_4.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_4.html","bundleId":"work-tasks-2023-sp1","id":"acaa718be-afc4-4536-8988-3595c9f9a081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_9.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_9.html","bundleId":"work-tasks-2023-sp1","id":"affbd9a77-51f5-404d-b7a0-2932c4d3566b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_9.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a9506a727-5640-4822-8006-a2659ddfbd34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_9.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a050001eb-715c-4615-814c-18ac6e59b553","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_6.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_6.html","bundleId":"work-tasks-2023-sp1","id":"a2ea689ff-ee22-4e0e-b608-40754fdf19ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_9.html","title":"Provision Services","navPath":"ProvisionServices_9.html","bundleId":"work-tasks-2023-sp1","id":"ac37b77d8-9c96-4f85-9059-a8df114efc1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_2.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_2.html","bundleId":"work-tasks-2023-sp1","id":"a7490f85d-0a9e-44e7-8842-dc4c81cd3879","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_15.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_15.html","bundleId":"work-tasks-2023-sp1","id":"ad9a1cce3-3cc7-4320-a69f-74ea692b7495","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_15.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_15.html","bundleId":"work-tasks-2023-sp1","id":"a8cbacde9-beb4-4582-9d40-52093dfee4f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_14.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_14.html","bundleId":"work-tasks-2023-sp1","id":"a5580d68b-ffbd-498b-9cfa-4eb27b238910","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_5.html","title":"Select Client Installation","navPath":"SelectClientInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"a70cf1c65-167a-465b-9fba-819776a409eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_5.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"a68cb4f42-d8ae-4a4a-9764-d52c5e38ed9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_5.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_5.html","bundleId":"work-tasks-2023-sp1","id":"a361ccd72-cf87-4315-aef8-9db0e936c91a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_9.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_9.html","bundleId":"work-tasks-2023-sp1","id":"a1133d36d-4bc3-4d76-b7c3-62b6e549ddfb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_9.html","title":"Create a Repository","navPath":"CreateaRepository_9.html","bundleId":"work-tasks-2023-sp1","id":"a8e748d36-69d0-4467-aa75-02018b90bc88","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_9.html","title":"Verify the Installation","navPath":"VerifytheInstallation_9.html","bundleId":"work-tasks-2023-sp1","id":"af76a539e-fac8-49ae-977c-44a863bea567","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksinSilentMode.html","title":"Install and Configure AVEVA Work Tasks in Silent Mode","navPath":"InstallandConfigureAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a8d44ede5-9ba7-4823-bb80-fde76a9ddb68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforInstallingandConfiguringinSilentMode.html","title":"Prerequisites for Installing and Configuring in Silent Mode","navPath":"PrerequisitesforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a2026ddc8-d590-48aa-ac12-53d597b394a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallinSilentMode.html","title":"Install in Silent Mode","navPath":"InstallinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a22ab1c19-ccfc-40c6-a8bc-d31322406b08","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentMode.html","title":"Configure in Silent Mode","navPath":"ConfigureinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aacd23249-b069-4774-9c03-79695f60e9a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeUsingXML.html","title":"Configure in Silent Mode Using XML","navPath":"ConfigureinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaa216fd6-89ba-4729-aa91-691cde204c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingXML.html","title":"Configure DataSource in Silent Mode Using XML","navPath":"ConfigureDataSourceinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a74464d76-9c19-41da-a0f4-860601a6309a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aa12aae81-70b3-431f-94c3-5f51123b86fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingXML.html","title":"Configure Farm in Silent Mode Using XML","navPath":"ConfigureFarminSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a6a337a31-2a09-4305-bb04-761f5291ec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryinSilentModeUsingXML.html","title":"Configure Repository in Silent Mode Using XML","navPath":"ConfigureRepositoryinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a9d76d8f9-42e1-40db-adc1-37c95421e867","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQuickflowinSilentModeUsingXML.html","title":"Configure Quickflow in Silent Mode Using XML","navPath":"ConfigureQuickflowinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaccd1fb2-7454-41bf-888f-24d9abc8d972","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCryptographySettingsinSilentModeusingXML.html","title":"Configure Cryptography Settings in Silent Mode using XML","navPath":"ConfigureCryptographySettingsinSilentModeusingXML.html","bundleId":"work-tasks-2023-sp1","id":"a5b8939b2-be69-484d-9548-a9f112fcf249","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeusingCommandLineParameters.html","title":"Configure in Silent Mode using Command-Line Parameters","navPath":"ConfigureinSilentModeusingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a01c2c651-feda-4818-b48f-a0f7ff29a5c7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingCommandLineParameters.html","title":"Configure Farm in Silent Mode Using Command-Line Parameters","navPath":"ConfigureFarminSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a929dd387-9dda-4a7f-bdbc-6e24aa678a0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","title":"Configure DataSource in Silent Mode Using Command-Line Parameters","navPath":"ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5ff17cd8-8d2d-4971-9829-4101bbe83cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryInSilentMode.html","title":"Configure Repository in Silent Mode Using Command-Line Parameters","navPath":"ConfigureRepositoryInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aee03911c-0f61-45bd-ac20-a887ef5bc037","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnResultsforSilentConfiguration.html","title":"Return Results for Silent Configuration","navPath":"ReturnResultsforSilentConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1525e434-8f30-4012-8d87-ddd51571b743","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","title":"Sample Batch File Script for Installing and Configuring in Silent Mode","navPath":"SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aeb0632be-0e9d-4cea-ab4a-6103f1164f9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsandExceptionsSilentInstallationandConfiguration.html","title":"Limitations and Exceptions - Silent Installation and Configuration","navPath":"LimitationsandExceptionsSilentInstallationandConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1d9d2846-9ff8-484a-a55e-71eda59e7fbd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","title":"Installing AVEVA Work Tasks Add-in for Microsoft Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a42f8ab59-38df-4b07-b896-4d1e707ef549","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPrerequisites.html","title":"Installation Prerequisites","navPath":"InstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a9af94f46-3cd5-4b1a-84ec-428be19a1005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Install AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a3f62fc90-955f-4f97-a0a5-c8c46cb777de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Uninstalling AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a672fd0a7-aa26-4d93-821a-73a75f4873ad","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientonWindowsFormBasedApplication.html","title":"Install Client on Windows Form Based Application","navPath":"InstallClientonWindowsFormBasedApplication.html","bundleId":"work-tasks-2023-sp1","id":"a137140d3-7d52-41d4-9551-8136fb69ccc9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPlanningChecklist.html","title":"Installation Planning Checklist","navPath":"InstallationPlanningChecklist.html","bundleId":"work-tasks-2023-sp1","id":"a5980d571-97d5-4345-8c24-82ef4e62e81f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelInstallationView.html","title":"High-Level Installation View","navPath":"HighLevelInstallationView.html","bundleId":"work-tasks-2023-sp1","id":"a1828e508-fddc-4a4e-a1f0-58d9503c2a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_4.html","title":"Installation","navPath":"Installation_4.html","bundleId":"work-tasks-2023-sp1","id":"a538908ac-a935-4118-9586-d1e4b008f8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_16.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_16.html","bundleId":"work-tasks-2023-sp1","id":"aca8f3f31-2894-4660-9800-0029e828a1b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_16.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_16.html","bundleId":"work-tasks-2023-sp1","id":"a1edffe02-7add-4b48-8c9e-c8a31f083406","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_6.html","title":"Select Client Installation","navPath":"SelectClientInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"ac3e1d111-2388-4bef-8e5f-4c1efd035930","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_6.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"af28ed421-0bc7-413c-ab28-1f8a28e51387","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_6.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_6.html","bundleId":"work-tasks-2023-sp1","id":"acbb59515-2201-45bb-8613-4c4a37f71986","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_10.html","title":"Verify the Installation","navPath":"VerifytheInstallation_10.html","bundleId":"work-tasks-2023-sp1","id":"a99434ef3-1864-415c-bdd9-0aed0998d88c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","title":"Install AVEVA Work Tasks Locales for Brazilian Portuguese","navPath":"InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","bundleId":"work-tasks-2023-sp1","id":"aab87faca-6aee-4369-a3b3-7be3f4b1df29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetaRepositorytoSupportMultipleLocales.html","title":"Set a Repository to Support Multiple Locales","navPath":"SetaRepositorytoSupportMultipleLocales.html","bundleId":"work-tasks-2023-sp1","id":"a20125d73-90e9-4183-b81c-a44690f19ac1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicensing.html","title":"AVEVA Licensing","navPath":"AVEVALicensing.html","bundleId":"work-tasks-2023-sp1","id":"af5fdcdb7-92e8-441d-a3ba-69d7bcb72a53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutAVEVAEnterpriseLicensing.html","title":"About AVEVA Enterprise Licensing","navPath":"AboutAVEVAEnterpriseLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a9d484cfe-660e-4e95-ad44-a0866eb22047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowdoesLicensingwork.html","title":"How does Licensing work?","navPath":"HowdoesLicensingwork.html","bundleId":"work-tasks-2023-sp1","id":"a156211ff-8c83-4268-8891-894768753f61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LicensingforAVEVAWorkTasks.html","title":"Licensing for AVEVA Work Tasks","navPath":"LicensingforAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae7db001b-925e-4f44-8a74-4d002066508a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GracePeriodforAVEVALicense.html","title":"Grace Period for AVEVA License","navPath":"GracePeriodforAVEVALicense.html","bundleId":"work-tasks-2023-sp1","id":"a32155e86-5ca8-45e0-84df-72fedb1aaa3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeLoadBalanceSettings.html","title":"Change Load Balance Settings","navPath":"ChangeLoadBalanceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a15ecb961-99ec-4e28-8ee3-17688f0a58bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientConnectionLicenseforSystemPlatformIDE.html","title":"Client Connection License for System Platform IDE","navPath":"ClientConnectionLicenseforSystemPlatformIDE.html","bundleId":"work-tasks-2023-sp1","id":"ac95b3991-a2c7-4163-a550-f622999e6f51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense.html","title":"Client Connection License for InTouch","navPath":"SessionbasedClientConnectionLicense.html","bundleId":"work-tasks-2023-sp1","id":"a6aa101d2-2a34-4db2-ad74-88ccc6538149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense_1.html","title":"Session-based Client Connection License","navPath":"SessionbasedClientConnectionLicense_1.html","bundleId":"work-tasks-2023-sp1","id":"abf9dcea0-c54f-4cb6-b969-5b2ec85dba09","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/worktasksmobileapplication.html","title":"AVEVA Work Tasks Pro","navPath":"worktasksmobileapplication.html","bundleId":"work-tasks-2023-sp1","id":"a3a7556c5-bf4b-472f-9319-f5be256a393c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicenseUtilizationWorkTasksPro.html","title":"AVEVA License Utilization","navPath":"AVEVALicenseUtilizationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"abe5d6131-d043-4c75-aaed-1d101fc40cf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PushNotificationArchitectureforAVEVAWorkTasksPro.html","title":"Push Notification Architecture for AVEVA Work Tasks Pro","navPath":"PushNotificationArchitectureforAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aafdf648e-11fc-434c-8dd3-ef4f4633c48a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnhancedSecurity.html","title":"Enhanced Security","navPath":"EnhancedSecurity.html","bundleId":"work-tasks-2023-sp1","id":"a567d3005-4d9b-4ca0-8464-d1c4c06ef27e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksPro.html","title":"Install AVEVA Work Tasks Pro","navPath":"InstallAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"ab22d0d52-a6de-4529-80dc-e03d6526395b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites3.html","title":"Prerequisites","navPath":"Prerequisites3.html","bundleId":"work-tasks-2023-sp1","id":"aedb989e9-eb6f-4595-aa4a-ecfd665c3211","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","title":"High Level View of Configuration and Installation of AVEVA Work Tasks Pro","navPath":"HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a7753eb43-5acd-423c-81db-9ed82e603e61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksPro.html","title":"Access AVEVA Work Tasks Pro","navPath":"AccessAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a42b2678d-18f5-4b0c-9b93-6cbd9cd61c11","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro within the Corporate Network","navPath":"AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"a45c309e8-6c9f-4ecd-91ca-3da0f53663a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro Outside the Corporate Network","navPath":"Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"afa95a0b2-8105-415d-a507-f6b65947e24b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksProApp.html","title":"Install and Configure AVEVA Work Tasks Pro App","navPath":"InstallandConfigureAVEVAWorkTasksProApp.html","bundleId":"work-tasks-2023-sp1","id":"a4f345fbb-37e3-4c84-9f6c-c01f5775f91e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationWorkTasksPro.html","title":"Verify Installation","navPath":"VerifyInstallationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"af9b19fd9-be02-466c-94a8-2f4eaadec08c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAVEVAWorkTasksPro.html","title":"Configure AVEVA Work Tasks Pro","navPath":"ConfigureAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aa40c55b5-23c8-4feb-bfd8-328d451667fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelMobileWorkList.html","title":"Delivery Channel - MobileWorkList","navPath":"DeliveryChannelMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"ad9789d60-56e8-4660-9d77-1df39bd6ba5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockorUnblockMobileApplication.html","title":"Block or Unblock Mobile Application","navPath":"BlockorUnblockMobileApplication.html","bundleId":"work-tasks-2023-sp1","id":"a986e2063-a4ef-46ae-836c-ccc962a5e752","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedSettings.html","title":"Advanced Settings","navPath":"AdvancedSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7a3e3a8-0c45-462b-8a49-104bc9e31c3f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceMonitor.html","title":"Service Monitor","navPath":"ServiceMonitor.html","bundleId":"work-tasks-2023-sp1","id":"a855fa4ee-6822-42c7-9af8-8711b4068e89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSettings.html","title":"Service Settings","navPath":"ServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0618090b-e4cb-4de0-8c00-94f57011e3e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineSettings.html","title":"Engine Settings","navPath":"EngineSettings.html","bundleId":"work-tasks-2023-sp1","id":"a7c07c866-2f74-408f-b405-06ca032e567f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSchedulerSettings.html","title":"Task Scheduler Settings","navPath":"TaskSchedulerSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac0c3f6de-c38f-435d-81de-5e906e2b9069","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceSettings.html","title":"Communication Service Settings","navPath":"CommunicationServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a41c15f07-0359-4304-a655-6c0d5f91f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceSettings.html","title":"Client Service Settings","navPath":"ClientServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"abd8849e5-eac3-4fcb-a946-d17f4667389a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofRestarts.html","title":"Types of Restarts","navPath":"TypesofRestarts.html","bundleId":"work-tasks-2023-sp1","id":"abec65059-9d26-4678-aae6-bcf228a49f8c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesofServiceMonitoring.html","title":"Features of Service Monitoring","navPath":"FeaturesofServiceMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a0d19fbbc-7044-4c3a-a400-78981958cb82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processmemorycalculation.html","title":"Process Memory Calculation","navPath":"processmemorycalculation.html","bundleId":"work-tasks-2023-sp1","id":"ad0e1d88b-1802-4eec-a414-8df998982577","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofMonitoring.html","title":"Types of Monitoring","navPath":"TypesofMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b101f-5049-447c-99d6-d56df861e9ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Maintenance.html","title":"Maintenance","navPath":"Maintenance.html","bundleId":"work-tasks-2023-sp1","id":"ac3c7342b-392e-4e3f-8b65-c76793a097cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CriticalMemoryLimit.html","title":"Critical Memory Limit","navPath":"CriticalMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"ae264141e-f9d4-412d-8168-6289575f3366","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WarningMemoryLimit.html","title":"Warning Memory Limit","navPath":"WarningMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"a72a651cf-6630-4a16-b80c-1f025dd8d4f5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSpecificMonitoring.html","title":"Service Specific Monitoring","navPath":"ServiceSpecificMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5706b52e-86e3-4db4-a450-7c60af1328fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowEngine.html","title":"Workflow Engine","navPath":"WorkflowEngine.html","bundleId":"work-tasks-2023-sp1","id":"a241795c3-25b7-44e5-bed7-cb79e4447326","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceDependencies.html","title":"Service Dependencies","navPath":"ServiceDependencies.html","bundleId":"work-tasks-2023-sp1","id":"a86e1bd69-9426-4e2f-bc31-31a47c3d5d8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedEnvironment.html","title":"Load Balanced Environment","navPath":"LoadBalancedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a84ee5a84-e4d4-4324-bde8-3be1e55ab327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationSettings.html","title":"Configuration Settings","navPath":"ConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a175dcc05-4338-4d72-a658-9e51ab33a4e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationConstants.html","title":"Application Constants","navPath":"ApplicationConstants.html","bundleId":"work-tasks-2023-sp1","id":"a24d62c71-9dcc-47ac-a85a-2fcc6d53d1b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultSettings.html","title":"Default Settings","navPath":"DefaultSettings.html","bundleId":"work-tasks-2023-sp1","id":"a79cd6d59-9683-4c0b-ab64-9412f80d821a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios.html","title":"User Scenarios","navPath":"UserScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a138fefd4-641c-4d05-ac8e-f2f9b900274c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TechnicalScenariosandFeatures.html","title":"Technical Scenarios and Features","navPath":"TechnicalScenariosandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"ab3e89762-73e9-4cfb-94b0-fd1ea15b8903","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationService.html","title":"Mobile Notification Service","navPath":"MobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa434e44a-3cd8-4229-964a-e29d47499a8d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RegistertoMobileNotificationService.html","title":"Register to Mobile Notification Service","navPath":"RegistertoMobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa70ba683-5dfe-4289-b0ea-970159c8ae15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrySettings.html","title":"Retry Settings","navPath":"RetrySettings.html","bundleId":"work-tasks-2023-sp1","id":"abf7194e6-3be9-465a-bcb1-ca8099e85d30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings.html","bundleId":"work-tasks-2023-sp1","id":"a5e84f896-e5bc-423b-825d-320e8c11a403","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratingNotificationServices.html","title":"Migrating Notification Services","navPath":"MigratingNotificationServices.html","bundleId":"work-tasks-2023-sp1","id":"afde6efcc-67be-412e-bc1c-0e4f10983b8c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings_1.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"aa8cdcce1-d523-4906-a1b5-d67d89416a42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalSettings.html","title":"Global Settings","navPath":"GlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0f90a-56ed-4162-a7f5-3f9a3413970d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HTTPSettings.html","title":"HTTP Settings","navPath":"HTTPSettings.html","bundleId":"work-tasks-2023-sp1","id":"aa1d90df1-9bb0-4a8b-ad0b-e46f8fbc1ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogorTransactionSettings.html","title":"Log or Transaction Settings","navPath":"LogorTransactionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a57822d57-f2a8-4e63-959b-7f2e88c53e1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherSettings.html","title":"File Watcher Settings","navPath":"FileWatcherSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c21143e-23a5-4223-9432-ce970adf9e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MachineSetting.html","title":"Machine Setting","navPath":"MachineSetting.html","bundleId":"work-tasks-2023-sp1","id":"a38372161-3b2f-4905-98e6-01853383cd28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureSetting.html","title":"Azure Setting","navPath":"AzureSetting.html","bundleId":"work-tasks-2023-sp1","id":"a3329c8ec-667c-458e-a36b-e08e4f8982f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateEnterpriseConsolewithAnonymousAuthentication.html","title":"Create Enterprise Console with Anonymous Authentication","navPath":"CreateEnterpriseConsolewithAnonymousAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a74d7c4d6-6e5e-4fc0-b107-15a2c312aaf6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServiceBusListener.html","title":"Configure Service Bus Listener","navPath":"ConfigureServiceBusListener.html","bundleId":"work-tasks-2023-sp1","id":"af4cd2ae1-6738-412f-860c-08a97f80352c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GenerateSASToken.html","title":"Generate SAS Token","navPath":"GenerateSASToken.html","bundleId":"work-tasks-2023-sp1","id":"ab00e3385-aa49-4dad-b58a-15fbfab1820d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvideServerDetailstoMobileUser.html","title":"Provide Server Details to Mobile User","navPath":"ProvideServerDetailstoMobileUser.html","bundleId":"work-tasks-2023-sp1","id":"ad39cb56c-5c90-40f0-a790-06d08f952dd3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAServices.html","title":"ArchestrA Services","navPath":"ArchestrAServices.html","bundleId":"work-tasks-2023-sp1","id":"a345ab52b-15c4-4e1d-855e-7184a6ce4d68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenIDSettings.html","title":"OpenID Settings","navPath":"OpenIDSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1f2bca70-9490-4427-b761-20bcb0b083b0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAConnectSettings.html","title":"AVEVA Connect Settings","navPath":"AVEVAConnectSettings.html","bundleId":"work-tasks-2023-sp1","id":"a35546651-61ed-4c4f-906e-361bed27ae43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureActiveDirectorySettings.html","title":"Azure Active Directory Settings","navPath":"AzureActiveDirectorySettings.html","bundleId":"work-tasks-2023-sp1","id":"a842d1482-6c53-4e10-bb87-48aa5d93e380","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomScopeinAzureActiveDirectory.html","title":"Create Custom Scope in Azure Active Directory","navPath":"CreateCustomScopeinAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"ab8fba8bb-1a36-402b-96ef-aed20f8d610c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","title":"Retrieve Additional User Properties for Azure Active Directory User Provider","navPath":"RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","bundleId":"work-tasks-2023-sp1","id":"a3353af6e-9df7-4142-a801-3300f09ad5cd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoResumeSettings.html","title":"Auto Resume Settings","navPath":"AutoResumeSettings.html","bundleId":"work-tasks-2023-sp1","id":"af55cc2d9-e0fc-4594-94a9-4621866e338a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/720535.html","title":"Cache Refresh Settings","navPath":"720535.html","bundleId":"work-tasks-2023-sp1","id":"a78464617-e6f0-47bb-b9c1-7191cffe76d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrationTasks.html","title":"Administration Tasks","navPath":"AdministrationTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae59b26cc-e845-4225-9696-6215cf030cc8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutFormsDesigner.html","title":"About Forms Designer","navPath":"AboutFormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a0e8d52b2-522d-4301-95eb-3257e6d3a29e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInstalledProducts.html","title":"View Installed Products","navPath":"ViewInstalledProducts.html","bundleId":"work-tasks-2023-sp1","id":"a9068d703-1f5a-4c83-85c7-bedac07063ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageDatabases.html","title":"Manage Databases","navPath":"ManageDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a9b379c48-02b3-44bb-a0d4-5678fb42f560","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseUserSettingsforWindowsAuthentication.html","title":"Change Database User Settings for Windows Authentication","navPath":"ChangeDatabaseUserSettingsforWindowsAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa77722a0-477b-4d53-91b0-a609bdcf3d6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeSQLUserCredentialsforSQLAuthentication.html","title":"Change SQL User Credentials for SQL Authentication","navPath":"ChangeSQLUserCredentialsforSQLAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a96575ae0-2840-4b46-a9d0-ac4c98d819ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofFarmConnectionSettings.html","title":"Change Pool Size of Farm Connection Settings","navPath":"ChangePoolSizeofFarmConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a9d6fe843-8391-4cd0-ae2a-b7314822435d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseSettings.html","title":"Change Database Settings","navPath":"ChangeDatabaseSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3465c11a-d283-456e-ab66-177ab90f9ce5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServices.html","title":"Configure Services","navPath":"ConfigureServices.html","bundleId":"work-tasks-2023-sp1","id":"ac58fbc46-3e88-4538-a676-775daf3783d1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TwowayEmailNotification.html","title":"Two-way Email Notification","navPath":"TwowayEmailNotification.html","bundleId":"work-tasks-2023-sp1","id":"ab97d5713-3617-46fa-90c3-8a3d16b554d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeServiceSettings.html","title":"Change Service Settings","navPath":"ChangeServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a223da71a-6531-45f1-bcd9-3672dbd7abb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringSettings.html","title":"Client Service Monitoring Settings","navPath":"ClientServiceMonitoringSettings.html","bundleId":"work-tasks-2023-sp1","id":"aaf06aff1-9266-4a8e-801a-07b204acab96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettings.html","title":"Cryptography Settings","navPath":"CryptographySettings.html","bundleId":"work-tasks-2023-sp1","id":"a3a06b38a-22c1-49ca-9b22-16d36a89b564","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratePassphraseusingMigrationTool.html","title":"Migrate Passphrase using Migration Tool","navPath":"MigratePassphraseusingMigrationTool.html","bundleId":"work-tasks-2023-sp1","id":"af8724a67-1263-415f-b0ac-68d1e0718976","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministerWebServers.html","title":"Administer Web Servers","navPath":"AdministerWebServers.html","bundleId":"work-tasks-2023-sp1","id":"a0fa009e9-6962-4a9c-95e9-2dc14b4a8e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWebSiteSettings.html","title":"Change Web Site Settings","navPath":"ChangeWebSiteSettings.html","bundleId":"work-tasks-2023-sp1","id":"a4f8033fd-bc87-4233-9be7-1e315cdd026e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","title":"Set Desired Port Number for Central Configuration and Enterprise Console During Installation","navPath":"SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a85d3a217-272f-4e61-875c-58769c1f5e41","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","title":"Create Website with Desired Port Number Through Farm Configuration Wizard","navPath":"CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"a35481bc7-4e11-4d14-b9d0-b92b3ec49646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofAVEVAWorkTasksSites.html","title":"Change Port Number of AVEVA Work Tasks Sites","navPath":"ChangePortNumberofAVEVAWorkTasksSites.html","bundleId":"work-tasks-2023-sp1","id":"aee2426ea-26f6-4d12-b939-a4fedde7a695","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","title":"Change Port Number of Central Configuration and Enterprise Console","navPath":"ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"ac67b8d79-bb82-4997-b09a-7ad75369522d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewEnterpriseConsole.html","title":"Add a New Enterprise Console","navPath":"AddaNewEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a6bb124e6-ec09-4178-9614-7ec40bce0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","title":"Map or Un-map a Repository from an Existing Enterprise Console","navPath":"MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a01d2c096-5e88-425f-ade2-57db454cce1f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditClientMachines.html","title":"Edit Client Machines","navPath":"EditClientMachines.html","bundleId":"work-tasks-2023-sp1","id":"a8a8be082-63ad-4817-946f-b3c5b9381f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditLicenseServerDetails.html","title":"Edit License Server Details","navPath":"EditLicenseServerDetails.html","bundleId":"work-tasks-2023-sp1","id":"a6c96e6e3-fd6c-40fd-a0d8-dd31b47a8172","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithEnterpriseConsoleList.html","title":"Work with Enterprise Console List","navPath":"WorkwithEnterpriseConsoleList.html","bundleId":"work-tasks-2023-sp1","id":"a73c733a8-a8ec-49b4-a989-d368db0a05c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithCentralConfiguration.html","title":"Work with Central Configuration","navPath":"WorkwithCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ab57185f5-6a11-4094-93be-3a2b4510b7c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_10.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_10.html","bundleId":"work-tasks-2023-sp1","id":"a7d7ce977-c7df-4add-9f53-87493f02891a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageRepositoryDataSource.html","title":"Manage Repository DataSource","navPath":"ManageRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a81a4e275-9e31-4dd2-be4b-6dd216aa0a9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_10.html","title":"Create a Repository","navPath":"CreateaRepository_10.html","bundleId":"work-tasks-2023-sp1","id":"ab455356a-265e-4a4e-ba24-f87b07f79911","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAdministratorUser.html","title":"Configure Administrator User","navPath":"ConfigureAdministratorUser.html","bundleId":"work-tasks-2023-sp1","id":"a5fcd8a7a-546f-4d24-8cdc-db3ab6ef3dfa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureSystemUser.html","title":"Configure System User","navPath":"ConfigureSystemUser.html","bundleId":"work-tasks-2023-sp1","id":"aef3ee3a2-e82d-427d-8c24-504dfea3b73b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureExceptionMailTemplates.html","title":"Configure Exception Mail Templates","navPath":"ConfigureExceptionMailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"afe67e1cc-9f7a-46fb-b378-fd8e8988f4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","title":"Change Pool Size of Repository DataSource Connection Settings","navPath":"ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0105d9ad-a0fa-4ab1-bec4-08bf9b13bf51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePasswordofSQLServerUserCredentials.html","title":"Change Password of SQL Server User Credentials Used to Connect to Repository DataSource","navPath":"ChangePasswordofSQLServerUserCredentials.html","bundleId":"work-tasks-2023-sp1","id":"a71efdb85-942f-4f5b-a29b-6620fe056095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","title":"Map or Un-map a Repository from Servers and Enterprise Consoles","navPath":"MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","bundleId":"work-tasks-2023-sp1","id":"a052b0352-288a-4792-98c4-8256621eb17c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HideorUnhideRepository.html","title":"Hide or Unhide Repository","navPath":"HideorUnhideRepository.html","bundleId":"work-tasks-2023-sp1","id":"a38e6f722-076f-45ce-b962-b103d41e481d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepository.html","title":"Delete Repository","navPath":"DeleteRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad3f94814-6c43-4182-8ed2-9d2e1c51ee1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepositoryDataSource.html","title":"Delete Repository DataSource","navPath":"DeleteRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a7c18d054-24da-4f99-82eb-717828c536f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics.html","title":"Diagnostics","navPath":"Diagnostics.html","bundleId":"work-tasks-2023-sp1","id":"aaea126a1-100b-478d-a62c-db49021ddf71","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MailServerSetting.html","title":"Mail Server Setting","navPath":"MailServerSetting.html","bundleId":"work-tasks-2023-sp1","id":"a89cb5e71-b6dc-41a4-b7ac-2f789d6ec1c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1053479.html","title":"Configuring SMTP Settings","navPath":"1053479.html","bundleId":"work-tasks-2023-sp1","id":"a7a318bb8-aa93-4dd3-94ae-77efdb4be060","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePOP3Settings.html","title":"Configure POP3 Settings","navPath":"ConfigurePOP3Settings.html","bundleId":"work-tasks-2023-sp1","id":"ad979e322-2421-4167-92bc-5de31c84ca57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessGoogleAccount.html","title":"Configure OAuth2 to Access Google Account","navPath":"ConfigureOAuth2toAccessGoogleAccount.html","bundleId":"work-tasks-2023-sp1","id":"ab54c6962-9ef7-4a0a-955c-ab95d359cf9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessO365Account.html","title":"Configure OAuth2 to Access O365 Account","navPath":"ConfigureOAuth2toAccessO365Account.html","bundleId":"work-tasks-2023-sp1","id":"a004a19bd-b630-430d-aeec-9dc4de4015e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewtheEnterpriseServersList.html","title":"View the Enterprise Servers List","navPath":"ViewtheEnterpriseServersList.html","bundleId":"work-tasks-2023-sp1","id":"a88340819-5de3-4a10-9eef-6b9b8b1455d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/350802.html","title":"Configuring and Registering Token Service","navPath":"350802.html","bundleId":"work-tasks-2023-sp1","id":"af6208bab-61c5-4532-93b7-b51f79a87991","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableSecurityforaRepository.html","title":"Enable or Disable Security for a Repository","navPath":"EnableorDisableSecurityforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac3892bae-b9c0-4db1-9f4a-448b5fb7b957","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableWebPartsforaRepository.html","title":"Enable or Disable Web Parts for a Repository","navPath":"EnableorDisableWebPartsforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a99cdfa89-693b-4d8c-891d-330bba90fad4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserProviders.html","title":"User Providers","navPath":"UserProviders.html","bundleId":"work-tasks-2023-sp1","id":"af4b8b0c3-7df2-4772-85e1-16a259a42468","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeUserProviderProperties.html","title":"Change User Provider Properties","navPath":"ChangeUserProviderProperties.html","bundleId":"work-tasks-2023-sp1","id":"af16187ab-be7a-4c9e-ac36-67a169d3ff00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddAdditionalUserProviders.html","title":"Add Additional User Providers","navPath":"AddAdditionalUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"a351c0121-6f26-4164-b281-6b4f29ed497a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureUserProviders.html","title":"Configure User Providers","navPath":"ConfigureUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"ab124e8c5-e1e0-43a8-8c8c-623e0c9d2980","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserList.html","title":"User List","navPath":"UserList.html","bundleId":"work-tasks-2023-sp1","id":"ad9d414d6-2496-477e-9e02-634ee93db777","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList.html","title":"Manage Users in List Provider","navPath":"WorkingwithRepositoryProviderList.html","bundleId":"work-tasks-2023-sp1","id":"a3e5106a9-a80f-4ae2-aa27-e45c9582c02d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList_1.html","title":"Working with Repository-Provider List","navPath":"WorkingwithRepositoryProviderList_1.html","bundleId":"work-tasks-2023-sp1","id":"a369822d5-eed4-457f-8f31-edbbcc0c5a21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureProviderDefinitionXML.html","title":"Configure Provider Definition XML","navPath":"ConfigureProviderDefinitionXML.html","bundleId":"work-tasks-2023-sp1","id":"af2c0da88-e20e-4fbd-b96e-79189609fe6e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableanExistingRepositorywithCrossdomainRoleProvider.html","title":"Enable an Existing Repository with Cross-domain Role Provider","navPath":"EnableanExistingRepositorywithCrossdomainRoleProvider.html","bundleId":"work-tasks-2023-sp1","id":"a0c28c0c2-85bd-4810-974f-d0e743617b04","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles.html","title":"Synchronize Roles","navPath":"SynchronizeRoles.html","bundleId":"work-tasks-2023-sp1","id":"a5c9ed016-9f8f-4ae4-8373-49c048ae4bb4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks.html","bundleId":"work-tasks-2023-sp1","id":"a420abaee-c16d-4994-8c70-0fc36d705016","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeUserPropertieswithDataSourceProviders.html","title":"Synchronize User Properties with Data Source Providers","navPath":"SynchronizeUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"af3e96552-2a6e-4180-965a-a539cf6e7460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","title":"Synchronize Active or Inactive User Properties with Data Source Providers","navPath":"SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"aa0c4d8a4-19e3-4830-aaad-d768e0358598","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScheduleSynchronizationofUserProperties.html","title":"Schedule Synchronization of User Properties","navPath":"ScheduleSynchronizationofUserProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1a237d0d-8399-4faa-96c9-44ee885475e5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectorytoSQLProvider.html","title":"Map Active Directory to SQL Provider","navPath":"MapActiveDirectorytoSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa0a43d28-043d-46c7-b707-8768fb82effa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Debug.html","title":"Debug","navPath":"Debug.html","bundleId":"work-tasks-2023-sp1","id":"a0158cb26-c1d8-4e6d-901a-de76cbd5ecfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogFiles.html","title":"Log Files","navPath":"LogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a55d864d0-9a04-4d5d-9ae5-e8747272e89f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExceptionMessages.html","title":"Exception Messages","navPath":"ExceptionMessages.html","bundleId":"work-tasks-2023-sp1","id":"aec2e3bad-7f99-4d76-8b11-288355807d0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAIdentityManager.html","title":"AVEVA Identity Manager","navPath":"AVEVAIdentityManager.html","bundleId":"work-tasks-2023-sp1","id":"a0faf5fb1-8d18-4b37-94c0-3bca20293216","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPIwithAIMAuthentication.html","title":"Web API with AIM Authentication","navPath":"WebAPIwithAIMAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"addfaf353-ac80-4e68-868e-52c5eb7c0913","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConsumeAccessTokenfromInTouchOMIApp.html","title":"Consume Access Token from InTouch OMI App in AVEVA Work Tasks Controls","navPath":"ConsumeAccessTokenfromInTouchOMIApp.html","bundleId":"work-tasks-2023-sp1","id":"aa99d31f3-8591-4536-b36e-b282a1c978a8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingskeltainstallation.html","title":"Embedding AVEVA Work Tasks","navPath":"embeddingskeltainstallation.html","bundleId":"work-tasks-2023-sp1","id":"a53cacc28-df4d-40f7-a061-3172ca7cf932","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddanInstallationPath.html","title":"Add an Installation Path","navPath":"AddanInstallationPath.html","bundleId":"work-tasks-2023-sp1","id":"aaf294842-ac09-4ef4-9253-cf7b6580b892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddRegistryEntries.html","title":"Add Registry Entries","navPath":"AddRegistryEntries.html","bundleId":"work-tasks-2023-sp1","id":"ad64e1073-383d-4586-b780-b6f0987863d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingregistryentry.html","title":"Entry for AVEVA Work Tasks Folders","navPath":"addingregistryentry.html","bundleId":"work-tasks-2023-sp1","id":"ade7ddfeb-ef66-4128-89c9-2798cd8ae4f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforFarmWizardBackgroundImage.html","title":"Entry for Farm Wizard Background Image","navPath":"EntryforFarmWizardBackgroundImage.html","bundleId":"work-tasks-2023-sp1","id":"a2f65021f-6fc3-4222-b89e-ccc6d34a4d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforCentralConfigurationShortcutPath.html","title":"Entry for Central Configuration Shortcut Path","navPath":"EntryforCentralConfigurationShortcutPath.html","bundleId":"work-tasks-2023-sp1","id":"af6ef5cce-dfcf-4ee9-8f9f-f0e7c1201aba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUIText.html","title":"Customize UI Text","navPath":"CustomizeUIText.html","bundleId":"work-tasks-2023-sp1","id":"a1993227d-c90f-40f4-a865-7f6e08201442","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientService.html","title":"Install Client Service","navPath":"InstallClientService.html","bundleId":"work-tasks-2023-sp1","id":"a2561a154-4440-4865-95ed-86c80ff226b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementFarmEventsInterface.html","title":"Implement FarmEvents Interface","navPath":"ImplementFarmEventsInterface.html","bundleId":"work-tasks-2023-sp1","id":"aa79f076a-f578-4ae4-85d8-146b7e25ed43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyEmbeddedAVEVAWorkTasks.html","title":"Verify Embedded AVEVA Work Tasks","navPath":"VerifyEmbeddedAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a5e190b5d-89a1-4811-b573-033eee6e19f1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmRecovery.html","title":"Farm Recovery","navPath":"FarmRecovery.html","bundleId":"work-tasks-2023-sp1","id":"abb32e7ef-9fee-4427-bf50-a9628baf110e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MovefromDevelopmentEnvironmenttoProductionEnvironment.html","title":"Move from Development Environment to Production Environment","navPath":"MovefromDevelopmentEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa3b8f14b-98cd-41c7-8151-d0f63fcfdd92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReuseRepositoryData.html","title":"Reuse Repository Data","navPath":"ReuseRepositoryData.html","bundleId":"work-tasks-2023-sp1","id":"a1f0c8e9d-ed95-4af8-9dd8-91727f46a676","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploymentOptions.html","title":"Deployment Options","navPath":"DeploymentOptions.html","bundleId":"work-tasks-2023-sp1","id":"ad0f3c54f-3d67-4464-bc0e-e361f0018d0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttachDataSource.html","title":"Attach DataSource","navPath":"AttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a3fd0fd5f-47a6-4e25-b805-a9af45b6be67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoPerformAttachDataSource.html","title":"Steps to Perform Attach DataSource","navPath":"StepstoPerformAttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"ad89651dc-1d12-4ddc-9f7e-0e1d9c5b7260","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios_1.html","title":"User Scenarios","navPath":"UserScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a4d76ae-5aa8-45a0-b028-64db630595c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploysaSolutionfromOneMachinetoAnother.html","title":"Deploys a Solution from One Machine to Another","navPath":"DeploysaSolutionfromOneMachinetoAnother.html","bundleId":"work-tasks-2023-sp1","id":"a8e6fbeb8-764e-4513-8982-d6f582d2ecae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SolutionRequiresanUpgrade.html","title":"Solution Requires an Upgrade","navPath":"SolutionRequiresanUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"aef11cfb3-ec92-463c-aaa9-16c4888eab02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisasterRecoveryofaSolution.html","title":"Disaster Recovery of a Solution","navPath":"DisasterRecoveryofaSolution.html","bundleId":"work-tasks-2023-sp1","id":"a60f2aa84-83b4-44c4-a1f2-1eece54b3abe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMReportsfromanArchivedDatabase.html","title":"BAM Reports from an Archived Database","navPath":"BAMReportsfromanArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"ae0644511-85a0-4e71-9368-83967f8be0b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a689772af-241d-4863-8b28-cd9689897848","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallClient.html","title":"Uninstall Client","navPath":"UninstallClient.html","bundleId":"work-tasks-2023-sp1","id":"a20689f0a-3f5c-47e1-8a30-f17baace4256","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallServer.html","title":"Uninstall Server","navPath":"UninstallServer.html","bundleId":"work-tasks-2023-sp1","id":"a357f2519-5d44-4f9d-b921-7df9b739af84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallFarm.html","title":"Uninstall Farm","navPath":"UninstallFarm.html","bundleId":"work-tasks-2023-sp1","id":"afab76566-4043-44e0-bad2-09c39d435131","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a0267108e-d832-4794-bcf5-b4e8296d0ceb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradingskeltabpmnet.html","title":"Upgrading AVEVA Work Tasks","navPath":"upgradingskeltabpmnet.html","bundleId":"work-tasks-2023-sp1","id":"aafcf3b48-379c-4ffe-9563-fd5ffc701917","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradescenarios.html","title":"Upgrade Scenarios","navPath":"upgradescenarios.html","bundleId":"work-tasks-2023-sp1","id":"aa16b0926-ee22-4846-89c4-dd2c9cbc7247","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinStandaloneEnvironment.html","title":"Upgrade in Standalone Environment","navPath":"UpgradeinStandaloneEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a1c27d8a9-5c59-4d00-a08f-34683b13db92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinClientServerEnvironment.html","title":"Upgrade in Client - Server Environment","navPath":"UpgradeinClientServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a96715d22-7548-4fef-aad2-06aa5da6299d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinEnterpriseServerEnvironment.html","title":"Upgrade in Enterprise Server Environment","navPath":"UpgradeinEnterpriseServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a9d13a2b4-ceb6-4cef-8e2e-51141e8170cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradeprocedure.html","title":"Upgrade Procedure","navPath":"upgradeprocedure.html","bundleId":"work-tasks-2023-sp1","id":"a198f6c6f-2049-40c8-a991-b8b3dd0b2b18","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bpm2014-beforeyouupgrade.html","title":"Before You Upgrade","navPath":"bpm2014-beforeyouupgrade.html","bundleId":"work-tasks-2023-sp1","id":"a441157bb-a3cf-40a9-b872-5832ce213ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/682578.html","title":"Upgrading to AVEVA Work Tasks 2020","navPath":"682578.html","bundleId":"work-tasks-2023-sp1","id":"ab26a021d-7c37-4657-8502-fc83bed565e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746788.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 1","navPath":"746788.html","bundleId":"work-tasks-2023-sp1","id":"af237fcef-39f3-4d31-998c-195726103515","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/898602.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 2","navPath":"898602.html","bundleId":"work-tasks-2023-sp1","id":"a702153e0-c1eb-4e68-a6dc-d8192359732d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/926969.html","title":"Upgrading to AVEVA Work Tasks 2023","navPath":"926969.html","bundleId":"work-tasks-2023-sp1","id":"a93715420-05de-43c5-947b-4bb439b5c644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093466.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"1093466.html","bundleId":"work-tasks-2023-sp1","id":"a9cf9ad2e-758a-46a6-a768-e3c7afc20ecb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RunUpgradeManager.html","title":"Run Upgrade Manager","navPath":"RunUpgradeManager.html","bundleId":"work-tasks-2023-sp1","id":"a18d11e43-6e95-4734-9c7a-96ae9b154da3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/477027.html","title":"Upgrading AVEVA Work Tasks in Silent Mode","navPath":"477027.html","bundleId":"work-tasks-2023-sp1","id":"a044d3d84-0208-40e7-b94c-3c0a0f0defdc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","title":"Prerequisites to Upgrade AVEVA Work Tasks in Silent Mode","navPath":"PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a064748d4-6c26-4f81-b165-54fbf6b66139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","bundleId":"work-tasks-2023-sp1","id":"ae60478d8-b77d-4dc2-93c4-c34460c68030","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeSkeltaBPMInSilentMode.html","title":"Upgrading in Silent Mode Using Installer","navPath":"UpgradeSkeltaBPMInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ae5370597-18f1-456e-abdf-cf5bb61d0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinSilentMode.html","title":"Upgrade in Silent Mode","navPath":"UpgradeinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ac04fc3fe-6442-40ea-962d-1759645778b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/433840.html","title":"Return Results for AVEVA Work Tasks Silent Upgrade","navPath":"433840.html","bundleId":"work-tasks-2023-sp1","id":"af204e0e7-6d89-40c9-a0b8-7042bb688185","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseanExistingWebsite.html","title":"Use an Existing Website","navPath":"UseanExistingWebsite.html","bundleId":"work-tasks-2023-sp1","id":"a14b39f24-7c83-4888-9ff8-64a4edd48c67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesandGuidelines.html","title":"Best Practices and Guidelines","navPath":"BestPracticesandGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"a1ac57ee2-c68d-4758-996a-3ca4776e9b36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecuringAVEVAWorkTasks.html","title":"Best Practices for Securing AVEVA Work Tasks","navPath":"SecuringAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"aed8c4ea2-ec5a-4a33-9ff0-027a5871d78d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintainingAVEVAWorkTasksDatabases.html","title":"Best Practices for Maintaining AVEVA Work Tasks Databases","navPath":"MaintainingAVEVAWorkTasksDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a490ae853-8904-4665-862b-e70158fb1074","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisablingActiveDirectoryUsers.html","title":"Best Practice for Disabling Active Directory Users","navPath":"DisablingActiveDirectoryUsers.html","bundleId":"work-tasks-2023-sp1","id":"a2d8841de-1cb9-4b4c-8ed2-4b36ab704943","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingDifferentRegionalCultural_Settings.html","title":"Best Practices for Handling Different Regional/Cultural Settings","navPath":"HandlingDifferentRegionalCultural_Settings.html","bundleId":"work-tasks-2023-sp1","id":"af64e6e13-0ad8-4c94-aa30-b94ceb30239e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingCrossSiteRequestForgeryinCustomApplication.html","title":"Best Practice for Handling Cross Site Request Forgery in Custom Application","navPath":"HandlingCrossSiteRequestForgeryinCustomApplication.html","bundleId":"work-tasks-2023-sp1","id":"a31621086-ccc6-4651-9758-601aae0939c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforSizingDatabase.html","title":"Guidelines for Sizing Database","navPath":"GuidelinesforSizingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a7b52fc40-d543-41dd-9257-d122dd7c08b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforArchivingDatabase.html","title":"Guidelines for Archiving Database","navPath":"GuidelinesforArchivingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3ae5b579-b11d-49ff-b4bb-eeb432371c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforAVEVAWorkTasksDatabase.html","title":"Archival Strategy for AVEVA Work Tasks Database","navPath":"ArchivalStrategyforAVEVAWorkTasksDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9712ec33-d181-4271-9b96-65d8170571db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingRepositoryDatabase.html","title":"Archiving Repository Database","navPath":"ArchivingRepositoryDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a5a5478db-e478-4e36-958c-870ef656f707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingFarmDatabase.html","title":"Archiving Farm Database","navPath":"ArchivingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3254d220-8f78-441d-940d-8aadf2639eb2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforCustomTables.html","title":"Archival Strategy for Custom Tables","navPath":"ArchivalStrategyforCustomTables.html","bundleId":"work-tasks-2023-sp1","id":"a6ee943f6-d635-44fe-bf7d-d1cd371921ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforMigratedDatabase.html","title":"Archival Strategy for Migrated Database","navPath":"ArchivalStrategyforMigratedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a712d456d-8367-4d1a-a25b-980c5cec1671","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewingBAMReportsfortheArchivedDatabase.html","title":"Viewing BAM Reports for the Archived Database","navPath":"ViewingBAMReportsfortheArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a34120a23-ba24-4e06-bc65-f2db7c42f3ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationScenario.html","title":"Application Scenario","navPath":"ApplicationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a3cef2393-c8a7-409f-a3a7-5e5b76ab06b5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforPartitioningDatabase.html","title":"Guidelines for Partitioning Database","navPath":"GuidelinesforPartitioningDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9a4fb8a4-acde-4376-8ad0-ab7d199a5209","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Recommendations.html","title":"Recommendations","navPath":"Recommendations.html","bundleId":"work-tasks-2023-sp1","id":"a07edabac-d1d8-42b7-8181-13713e99cdbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesforFeaturesandServices.html","title":"Best Practices for Features and Services","navPath":"BestPracticesforFeaturesandServices.html","bundleId":"work-tasks-2023-sp1","id":"a5ab04d9e-1910-4f2f-8f32-121d0cd28719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","title":"Guidelines on using SQL AlwaysOn Availability Group","navPath":"GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","bundleId":"work-tasks-2023-sp1","id":"a11d3f9e1-37ef-4761-9d96-7998ada3e709","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","title":"Guidelines for Configuring AVEVA Work Tasks in DMZ","navPath":"GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","bundleId":"work-tasks-2023-sp1","id":"a015d4377-89c7-4758-afdb-c8de4d5fd218","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforAntivirus.html","title":"Guidelines for Antivirus","navPath":"GuidelinesforAntivirus.html","bundleId":"work-tasks-2023-sp1","id":"a42d7a8f2-a9d9-4555-84ed-58bf182a3b37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/chapter9-troubleshooting.html","title":"Troubleshooting","navPath":"chapter9-troubleshooting.html","bundleId":"work-tasks-2023-sp1","id":"abc7e52c2-8728-4122-a86e-354cc8e2a9ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforDebuggingExceptions.html","title":"Prerequisites for Debugging Exceptions","navPath":"PrerequisitesforDebuggingExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a68f6a939-efef-4171-8684-897abeb9d8ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrorswhileInstallingFarm.html","title":"Database Connection Errors while Installing Farm","navPath":"DatabaseConnectionErrorswhileInstallingFarm.html","bundleId":"work-tasks-2023-sp1","id":"a595851e6-c9ba-42b8-98cf-7112d3144d31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceErrors.html","title":"Client Service Errors","navPath":"ClientServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab59330c8-2c07-4dce-b3b1-7d8af9523b28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsServiceErrors.html","title":"Windows Service Errors","navPath":"WindowsServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"adba48073-9761-4b9f-bf5d-45f67d0aa8f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringErrors.html","title":"Client Service Monitoring Errors","navPath":"ClientServiceMonitoringErrors.html","bundleId":"work-tasks-2023-sp1","id":"a0ac0b7b9-0af5-4f5a-b757-233aab7d7915","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrors.html","title":"Database Connection Errors","navPath":"DatabaseConnectionErrors.html","bundleId":"work-tasks-2023-sp1","id":"a16cb219c-f85c-43a1-9eba-56c3298ee687","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IISErrorwhileConfiguringFarmConfiguration.html","title":"IIS Error while Configuring Farm Configuration","navPath":"IISErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ae347415e-4af3-40fa-9420-c48feb388178","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ASPNETErrorwhileConfiguringFarmConfiguration.html","title":"ASP​.NET Error while Configuring Farm Configuration","navPath":"ASPNETErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a0770902e-77ac-4b48-a611-f557791b51c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsAuthenticationorAnonymousAuthenticationError.html","title":"Windows Authentication or Anonymous Authentication Error","navPath":"WindowsAuthenticationorAnonymousAuthenticationError.html","bundleId":"work-tasks-2023-sp1","id":"a5c86479f-5945-4476-8e28-848f1867866f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Non-QueryExecutionFailure.html","title":"Non-Query Execution Failure","navPath":"Non-QueryExecutionFailure.html","bundleId":"work-tasks-2023-sp1","id":"abbfce4f5-5c8d-43fe-9663-ec705870703b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotAuthorizedtoAccessSiteError.html","title":"Not Authorized to Access Site Error","navPath":"NotAuthorizedtoAccessSiteError.html","bundleId":"work-tasks-2023-sp1","id":"ad547a74f-0698-4153-898b-e828a19c0654","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleErrors.html","title":"Enterprise Console Errors","navPath":"EnterpriseConsoleErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab36e843c-bd0a-47ec-bd92-d162b730d43e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AuthenticationandPersonalization.html","title":"Authentication and Personalization","navPath":"AuthenticationandPersonalization.html","bundleId":"work-tasks-2023-sp1","id":"a2154700f-9a18-4d53-aca1-f7ceea2bebd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceIssueWhileAccessingEnterpriseConsole.html","title":"Performance Issue While Accessing Enterprise Console","navPath":"PerformanceIssueWhileAccessingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abb180b12-d00c-42c5-95bc-4bf9653cabff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CentralConfigurationisnotLoading.html","title":"Central Configuration is not Loading","navPath":"CentralConfigurationisnotLoading.html","bundleId":"work-tasks-2023-sp1","id":"a994a35c1-1fdc-42b4-be55-36e3d39cf4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceErrors.html","title":"Communication Service Errors","navPath":"CommunicationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab6309b7d-e41c-4450-87e7-30529bbe4f42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmConfigurationError.html","title":"Farm Configuration Error","navPath":"FarmConfigurationError.html","bundleId":"work-tasks-2023-sp1","id":"a28ed446b-442d-4704-b8fe-98add61f87b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowTestRunErrors.html","title":"Workflow Test Run Errors","navPath":"WorkflowTestRunErrors.html","bundleId":"work-tasks-2023-sp1","id":"a25f5700a-00e5-4693-85b6-5ac950bd163d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveorCopyItemActivityErrors.html","title":"Move or Copy Item Activity Errors","navPath":"MoveorCopyItemActivityErrors.html","bundleId":"work-tasks-2023-sp1","id":"adb5520dc-97df-49f2-bfdc-a5904579b1aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangingResourceAccountCredentials.html","title":"Changing Resource Account Credentials","navPath":"ChangingResourceAccountCredentials.html","bundleId":"work-tasks-2023-sp1","id":"ac1991c97-416d-4cf2-9901-80eb0056882b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhileInstallingConfigurationFarmorWebSites.html","title":"Error while Installing Configuration Farm or Web Sites","navPath":"ErrorwhileInstallingConfigurationFarmorWebSites.html","bundleId":"work-tasks-2023-sp1","id":"a704e9973-eb6d-45ea-b422-39360f48efae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhilereinstallingAVEVAWorkTasksClient.html","title":"Error while reinstalling AVEVA Work Tasks Client","navPath":"ErrorwhilereinstallingAVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a43a6af09-4675-455a-9bc7-4b8bfaf68cb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoLogontoEnterpriseConsole.html","title":"Unable to Log on to Enterprise Console","navPath":"UnabletoLogontoEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"adde36a7a-f119-4f0d-a81a-29ff119f6b50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServerErrorinApplication.html","title":"Server Error in Application","navPath":"ServerErrorinApplication.html","bundleId":"work-tasks-2023-sp1","id":"a250e5c18-fb16-4d44-b530-50f135d7af3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootingAVEVAWorkTasksUpgrade.html","title":"Troubleshooting AVEVA Work Tasks Upgrade","navPath":"TroubleshootingAVEVAWorkTasksUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a12095862-2f0f-4a67-8422-10ed5f0e0554","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceBusListenerError.html","title":"Service Bus Listener Error","navPath":"ServiceBusListenerError.html","bundleId":"work-tasks-2023-sp1","id":"a83484e61-5289-4a8d-8724-4bf3bbc98670","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationServiceErrors.html","title":"Mobile Notification Service Errors","navPath":"MobileNotificationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"afb860bcf-a370-41d8-b8e7-af75f1a68151","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","title":"Error: Could not load file or assembly or Error while creating instance","navPath":"CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","bundleId":"work-tasks-2023-sp1","id":"a66279826-9e48-4087-9c40-f60851a4a2ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebPartError-Couldnotloadtherequiredtype.html","title":"Web Part Error: Could not load the required type","navPath":"WebPartError-Couldnotloadtherequiredtype.html","bundleId":"work-tasks-2023-sp1","id":"a50baa079-1736-4298-932c-87ae30646477","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherEventsError.html","title":"File Watcher Events Error","navPath":"FileWatcherEventsError.html","bundleId":"work-tasks-2023-sp1","id":"a4daa7e5f-d73e-454f-be09-0d79c038d10f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessDeniedtoAVEVAWorkTasksTempFolder_.html","title":"Access Denied to AVEVA Work Tasks Temp Folder along with System IO Errors","navPath":"AccessDeniedtoAVEVAWorkTasksTempFolder_.html","bundleId":"work-tasks-2023-sp1","id":"a54af1161-86b0-4a22-8423-22e9772b8887","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CacheRefreshnotReflectedaftertheProductUpgrade.html","title":"Cache Refresh not Reflected after the Product Upgrade","navPath":"CacheRefreshnotReflectedaftertheProductUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a53abbcda-29c7-4009-acb3-46de233c0473","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoRe-installAVEVAWorkTasks.html","title":"Unable to Re-install AVEVA Work Tasks","navPath":"UnabletoRe-installAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a68402aef-9feb-4176-953c-f941ae4d1738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","title":"Unexpected Error when Authenticating against Azure Active Directory","navPath":"UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a2f0430bd-8e28-407d-90b4-636fe776af16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SwappingRepositoryProvider.html","title":"Swapping Repository Provider","navPath":"SwappingRepositoryProvider.html","bundleId":"work-tasks-2023-sp1","id":"ab98f416c-74e9-422c-8ba0-0241e2b32ce1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmconnectorsandextensionsguide.html","title":"Connectors and Extensions User Guide","navPath":"wonderwareskeltabpmconnectorsandextensionsguide.html","bundleId":"work-tasks-2023-sp1","id":"a25269df5-a87a-455f-8964-b06c40df5c34","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeyFeatures.html","title":"Key Features","navPath":"KeyFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8847eb58-d2bb-4825-b86e-1384c27f0b8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewInstallConnectorforSystemPlatform.html","title":"Overview","navPath":"OverviewInstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"adfbca959-78cc-4520-90ef-5de54654821a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnectorforSystemPlatform.html","title":"Connector for System Platform","navPath":"ConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a96e94e65-5d65-4552-8ae3-6433cfe9d20c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchitectureforConnector.html","title":"Architecture","navPath":"ArchitectureforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a8796ac98-0c25-4591-85f2-c003e25b82b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationScenariosforConnector.html","title":"Installation scenarios","navPath":"InstallationScenariosforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a66ae24ef-3820-4783-9905-7cd6e48eedef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnetconnectorssystemplatformworkflowconnector.html","title":"Installation","navPath":"installingbpmnetconnectorssystemplatformworkflowconnector.html","bundleId":"work-tasks-2023-sp1","id":"a37add25e-04c8-48bb-8846-4a1be115a29a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallConnectorforSystemPlatform.html","title":"Install Connector for System Platform","navPath":"InstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"af5d439a7-33ea-42f0-a8b1-88c877973766","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542069.html","title":"Install Connector for System Platform in Silent Mode","navPath":"542069.html","bundleId":"work-tasks-2023-sp1","id":"a3568ca19-b462-4d79-8c82-850dcd072b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforConnector.html","title":"Verify Installation","navPath":"VerifyInstallationforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a3b2bbff7-8b94-4830-8c07-f91441a4d8c7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/721903.html","title":"Upgrade Connector for System Platform","navPath":"721903.html","bundleId":"work-tasks-2023-sp1","id":"afce1551d-12c0-4339-a652-62fa9c79c21c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallConnectorforSystemPlatform.html","title":"Uninstall Connector for System Platform","navPath":"UninstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a8317f121-bf68-41e6-89fd-53315a605ea5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsofConnector.html","title":"Connector limitations for System Platform","navPath":"LimitationsofConnector.html","bundleId":"work-tasks-2023-sp1","id":"aae2e60ea-e38d-4f76-9d50-bcd7d6381449","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforSystemPlatform.html","title":"Extension for System Platform","navPath":"ExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad425abe4-7cab-4b7f-95a0-c61f7eeb5b09","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnet20111.html","title":"Install Extension for System Platform","navPath":"installingbpmnet20111.html","bundleId":"work-tasks-2023-sp1","id":"a798f110c-5e79-44b7-9bdd-9142c50c467e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforSystem_Platform.html","title":"Install Extension for System Platform","navPath":"InstallExtensionforSystem_Platform.html","bundleId":"work-tasks-2023-sp1","id":"a9d29ec4d-8b9a-49a3-b287-4ba0bfdb1973","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542068.html","title":"Install Extension for System Platform in Silent Mode","navPath":"542068.html","bundleId":"work-tasks-2023-sp1","id":"ac4bee736-9ea8-40e6-8f3f-e04ac1ecefe1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforExtension.html","title":"Verify Extension installation","navPath":"VerifyInstallationforExtension.html","bundleId":"work-tasks-2023-sp1","id":"adff89b38-e235-4855-b4c1-f214ce8fb25a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallExtensionforSystemPlatform.html","title":"Uninstall Extension for System Platform","navPath":"UninstallExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad411c046-c29b-4488-99f9-22ba6ad234a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/363234.html","title":"Upgrade Extension for System Platform","navPath":"363234.html","bundleId":"work-tasks-2023-sp1","id":"a8a9be14e-d4d8-4bd6-9f1a-d2e0f2473e67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforOPCUA.html","title":"Extension for OPC UA","navPath":"ExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a2a815589-115f-4604-b7e0-fb50a729619c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"InstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"afb582cf2-d90b-48ca-bac3-2da67d5a7d3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationSequenceforOPCUA.html","title":"Installation Sequence","navPath":"InstallationSequenceforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a7f921c13-0828-42f5-b274-d3391b057f86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoInstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"StepstoInstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a23a585db-8135-4195-ad59-a2ec3a57cb45","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","title":"Provision Repository Using OPC UA Repository Provisioning Tool","navPath":"ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ac0daa9f7-529f-43b6-8ec3-b8993aa5a8f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeExtensionforOPCUA.html","title":"Upgrade Extension for OPC UA","navPath":"UpgradeExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"ae703b1ff-9214-4c90-809f-4ffc7160e25c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithConnectorsforSystemPlatform.html","title":"Work with Connectors for System Platform","navPath":"WorkwithConnectorsforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ab64edd94-dfc0-42b2-892b-31fd94184771","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","title":"Workflow Features Inside System Platform IDE and Runtime","navPath":"WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","bundleId":"work-tasks-2023-sp1","id":"ad5a0e255-bc1f-426b-871a-3c2a949f6b68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialGatewaySetup.html","title":"Initial Gateway Setup","navPath":"InitialGatewaySetup.html","bundleId":"work-tasks-2023-sp1","id":"a4b75c95a-6e65-46a2-ba6f-ca58a3fa0072","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI.html","title":"AIM Authentication for accessing Enterprise Console in System Platform IDE","navPath":"AIMAuthenticationforControlsinInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab6ade450-3964-4d33-8302-cc12e7d4f41f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureGateway.html","title":"Configure Gateway","navPath":"ConfigureGateway.html","bundleId":"work-tasks-2023-sp1","id":"a2fc3688d-3c5b-40cc-ac58-8112f2107698","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineWorkflowEventsinAppObject.html","title":"Define Workflow Events in AppObject","navPath":"DefineWorkflowEventsinAppObject.html","bundleId":"work-tasks-2023-sp1","id":"a434363fc-a7e5-42f6-8649-0f7387df8c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewWorkflow.html","title":"Create New Workflow","navPath":"CreateNewWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0480c695-0d2a-4f93-a4df-7e8ed8c94ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateanExistingWorkflowtoaWorkflowEvent.html","title":"Associate an Existing Workflow to a Workflow Event","navPath":"AssociateanExistingWorkflowtoaWorkflowEvent.html","bundleId":"work-tasks-2023-sp1","id":"a4312395e-8234-4b4e-b0fa-a4af030df6ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforAAEventActivityinaWorkflow.html","title":"Wait-for-AAEvent Activity in a Workflow","navPath":"WaitforAAEventActivityinaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a55284e64-9880-4bc4-b7c0-650278e9da20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6193b2ca-35fd-479e-b260-2f33e2d8914c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","bundleId":"work-tasks-2023-sp1","id":"a190560d2-68db-42ea-83d1-0f615557efb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","bundleId":"work-tasks-2023-sp1","id":"a321a94f3-f665-4728-8017-a7e01cd7f719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing.html","title":"Relative Referencing","navPath":"RelativeReferencing.html","bundleId":"work-tasks-2023-sp1","id":"a513bbb5a-6746-4e3b-902f-d66afbfc3d27","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivityWaitForAAEvent.html","title":"Wait-For-AAEvent Activity","navPath":"ConfigureActivityWaitForAAEvent.html","bundleId":"work-tasks-2023-sp1","id":"adeb9b324-55ee-4169-b972-64dd91402c86","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouch.html","title":"Workflow Features Inside InTouch","navPath":"WorkflowFeaturesInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a701cb52f-a6ba-4b82-8b26-ab1be767b7c0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchHMI.html","title":"AIM Authentication for Controls in InTouch HMI","navPath":"AIMAuthenticationforControlsinInTouchHMI.html","bundleId":"work-tasks-2023-sp1","id":"ae64d6e9b-9dc5-4ba9-a784-f0e1852bae4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouch.html","title":"Inbox Inside InTouch","navPath":"InboxInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3295247f-162d-4fc6-afb0-84bb59f364c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusViewInsideInTouch.html","title":"Workflow Status View Inside InTouch","navPath":"WorkflowStatusViewInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a0af95556-09a1-42d7-9466-8c6c5919bd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouch.html","title":"BAM Inside InTouch","navPath":"BAMInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a35f72e6a-bdf4-4ae4-9ef9-b3fa37c382e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsInsideInTouch.html","title":"Lists Inside InTouch","navPath":"ListsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"af2780a11-73a4-4444-8b7c-2989b610c463","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouch.html","title":"Forms Inside InTouch","navPath":"FormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a8eccb391-05b8-44fb-b74d-dcd5cb854a7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PassContextualInformationinFormsfromInTouch.html","title":"Pass Contextual Information in Forms from InTouch","navPath":"PassContextualInformationinFormsfromInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a1edf503f-263d-499d-b017-724f7311d832","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormsInsideInTouch.html","title":"List Forms Inside InTouch","navPath":"ListFormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a2a53da94-08fc-491b-9604-7d51db9e1550","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemInboxCountinInTouch.html","title":"WorkItemInboxCount in InTouch","navPath":"WorkItemInboxCountinInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3cb7eac9-aff7-4337-bd7a-e0d24e68962d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenInboxusingWorkItemInboxCount.html","title":"Open Inbox using WorkItemInboxCount","navPath":"OpenInboxusingWorkItemInboxCount.html","bundleId":"work-tasks-2023-sp1","id":"a48b1ddbe-9056-4218-8dd3-43870a6eb890","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouchOMI.html","title":"Workflow Features Inside InTouch OMI","navPath":"WorkflowFeaturesInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"af0af984c-782e-43b5-b395-a298c71ea88c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialStepsforInTouchOMI.html","title":"Initial Steps","navPath":"InitialStepsforInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8c544187-ca62-4bdd-b124-44950c70f932","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI_1.html","title":"AIM Authentication for Controls in InTouch OMI","navPath":"AIMAuthenticationforControlsinInTouchOMI_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9fc596b-0515-4bca-a2d0-2ed20df67414","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouchOMI.html","title":"Forms Inside InTouch OMI","navPath":"FormsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8ea85623-9b77-4cd7-a18a-b3d98bb1c57c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouchOMI.html","title":"Inbox Inside InTouch OMI","navPath":"InboxInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a0a6df9ad-0866-47d9-8723-52576147868e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViewInsideInTouchOMI.html","title":"List View Inside InTouch OMI","navPath":"ListViewInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a538a27ee-a3f2-4d7f-9e16-631faab3bac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormInsideInTouchOMI.html","title":"List Form Inside InTouch OMI","navPath":"ListFormInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"adb0007ce-f3be-45a7-a1c9-9e9a0238a890","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouchOMI.html","title":"BAM Inside InTouch OMI","navPath":"BAMInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a77c0436a-14df-4939-add4-66dae127d97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusInsideInTouchOMI.html","title":"Workflow Status Inside InTouch OMI","navPath":"WorkflowStatusInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab9ea5b76-50a3-45c3-bfe8-5e231b180b16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxWorkItemsCountInsideInTouchOMI.html","title":"Inbox Work Items Count Inside InTouch OMI","navPath":"InboxWorkItemsCountInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a28371a8b-4ed6-4051-bbe6-01558b8eb87a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettingsInsideInTouchOMI.html","title":"Cryptography Settings Inside InTouch OMI","navPath":"CryptographySettingsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"aad15fc77-f1be-4141-9c49-bba676165346","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HistorianServer.html","title":"Historian Server","navPath":"HistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"a45dd5e8c-2104-48a3-a857-5c68370076f5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggerWorkflowfromtheHistorianServer.html","title":"Trigger Workflow from the Historian Server","navPath":"TriggerWorkflowfromtheHistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"ae239fdc1-7f2a-4d3c-a14c-5ce8120f6c65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorMultipleHistorianEventTag.html","title":"Monitor Multiple Historian Event Tag","navPath":"MonitorMultipleHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"adb625f75-9a9e-4093-b453-e647a0ced460","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorSpecificHistorianEventTag.html","title":"Monitor Specific Historian Event Tag","navPath":"MonitorSpecificHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"aaf34fb66-ce16-4843-a495-508728f79c34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveHistorianDataUsingDatabaseActivity.html","title":"Retrieve Historian Data Using Database Activity","navPath":"RetrieveHistorianDataUsingDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a211d0cba-bdf2-4a02-8e24-ae19d8ce2849","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationServer.html","title":"Information Server","navPath":"InformationServer.html","bundleId":"work-tasks-2023-sp1","id":"afae5a83d-d1d5-42a6-b9bf-57a1c7e780e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","title":"Configure Repository Using AVEVA Work Tasks Connector for Information Server","navPath":"ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aca8a034a-b7eb-468a-8f81-21df5598a061","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowRepositoryandFarmforInformationServer.html","title":"Configure Workflow Repository and Farm for Information Server","navPath":"ConfigureWorkflowRepositoryandFarmforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acdd050b4-8571-4f7f-9273-f708adcc4bc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowServertoAddRepositoryDetails.html","title":"Configure Workflow Server to Add Repository Details","navPath":"ConfigureWorkflowServertoAddRepositoryDetails.html","bundleId":"work-tasks-2023-sp1","id":"aaf5399c9-6052-4a9e-ab49-9dc09f62bdb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageConnectedWorkflowRepositories.html","title":"Manage Connected Workflow Repositories","navPath":"ManageConnectedWorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a47cb83e4-9955-430f-9f6c-0596c27a567e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrativeActivity.html","title":"Administrative Activity","navPath":"AdministrativeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3fa8b771-f14a-42e1-885f-e42fc9fd81a6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddCustomPanel.html","title":"Add Custom Panel","navPath":"AddCustomPanel.html","bundleId":"work-tasks-2023-sp1","id":"abfa62b77-53de-485a-b2d9-8ca37fdc8775","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserPermissions.html","title":"Add User Permissions","navPath":"AddUserPermissions.html","bundleId":"work-tasks-2023-sp1","id":"a18bf308b-e7b2-4781-84c2-e1cfeb1bd50c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","title":"Perform Workflow Repository Functionality Within Information Server","navPath":"PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acc1fbcd4-b3fb-41d5-a65e-a6bff51540c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFarms.html","title":"Workflow Farms","navPath":"WorkflowFarms.html","bundleId":"work-tasks-2023-sp1","id":"ab26d35fb-caa3-409e-90eb-76bf447e6ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowRepositories.html","title":"Workflow Repositories","navPath":"WorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a8618bbb0-b78e-4b42-9102-442a5d0e77d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootissuesinInformationServer.html","title":"Troubleshoot Issues","navPath":"TroubleshootissuesinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aaab7bee2-ca4f-4654-baea-2b3370332f96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntelligenceDataInsideWorkflows.html","title":"Intelligence Data Inside Workflows","navPath":"IntelligenceDataInsideWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"adbbd73e1-85e1-4c0c-bd10-b619c8729463","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FetchDatafromIntellienceDatastore.html","title":"Fetch Data from Intellience Datastore","navPath":"FetchDatafromIntellienceDatastore.html","bundleId":"work-tasks-2023-sp1","id":"a688b6c1f-eea2-44b8-a6ea-b0133a3f0514","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflow.html","title":"Configure Workflow","navPath":"ConfigureWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a87a12983-5751-4c30-8a5f-d16474aa69ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDatabaseActivity.html","title":"Add Database Activity","navPath":"AddDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8f21a48e-690b-4471-9aac-6545abf17f1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddForEachLoop.html","title":"Add ForEach Loop","navPath":"AddForEachLoop.html","bundleId":"work-tasks-2023-sp1","id":"ac9430202-5472-4541-bb6b-f0c261c92967","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerActivity.html","title":"Edit Scheduler Activity","navPath":"EditSchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4f9bf75b-bde1-4ac9-9941-84c8af317d6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsusingLoggerActivity.html","title":"Diagnostics","navPath":"DiagnosticsusingLoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7579566a-d8f9-4ffc-ba5e-b06d6e8abb0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","title":"Move System Platform Galaxy and AVEVA Work Tasks Repository from Engineering Environment to Production Environment","navPath":"MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa58db427-701d-41b1-886c-382c83880ee3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxyandRepository.html","title":"Move System Platform Galaxy And Repository","navPath":"MoveSystemPlatformGalaxyandRepository.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b9e7b-c71b-47f3-99d7-5a720a18d499","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveRepository.html","title":"Move Repository","navPath":"MoveRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad12ff6fc-9f74-473a-8017-9afe6e81f6d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy.html","title":"Move System Platform Galaxy","navPath":"MoveSystemPlatformGalaxy.html","bundleId":"work-tasks-2023-sp1","id":"a24019401-8cd9-4f74-b327-31599c5377f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveonlytheWorkflow.html","title":"Move only the Workflow","navPath":"MoveonlytheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a95fecb09-49b0-490b-86ae-d3484f5baef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","title":"Move a Gateway Object, Workflows, and Associated Workflow Events","navPath":"MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","bundleId":"work-tasks-2023-sp1","id":"a328a9201-a23e-4641-809d-91d9d4c20fc6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsLoggerIntegrationwithArchestrALogger.html","title":"Diagnostics: Logger Integration with ArchestrA Logger","navPath":"DiagnosticsLoggerIntegrationwithArchestrALogger.html","bundleId":"work-tasks-2023-sp1","id":"a19d0550c-1d7c-4bcd-9fa4-8336031e494a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KnownIssuesinConnectorforSystemPlatform.html","title":"Known Issues","navPath":"KnownIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ac42665a9-0c1a-4fce-ada1-c34c2b28a5f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinConnectorforSystemPlatform.html","title":"Limitations","navPath":"LimitationsinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a64a5a02a-90a6-4dd2-825a-9d91590008cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinConnectorforSystemPlatform.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"aecb5f7ee-74cc-42dc-bae4-2e16bbb50f4e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithExtensionforOPCUA.html","title":"Work with Extension for OPC UA","navPath":"WorkwithExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a9d8ff0b9-c21c-482f-a23a-fdb1f1668b69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisioningRepositoryforOPCUA.html","title":"Provision Repository for OPC UA","navPath":"ProvisioningRepositoryforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a152e7c8e-ce5e-41c4-9811-30b4c68e33e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUARepositoryProvisioningTool.html","title":"OPC UA Repository Provisioning Tool","navPath":"OPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"a9cf91d3b-b903-4795-bfa2-2581d2f5b6bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAConnections.html","title":"Connections","navPath":"OPCUAConnections.html","bundleId":"work-tasks-2023-sp1","id":"a2bebea06-ac90-4dfe-84fb-76870e89e446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUATagReadWriteActivity_.html","title":"Activity: OPC UA Tag Read Write Activity","navPath":"OPCUATagReadWriteActivity_.html","bundleId":"work-tasks-2023-sp1","id":"a06d56357-01cc-4135-950f-42e0ea6d4ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAServerConnection.html","title":"OPC UA Server Connection","navPath":"OPCUAServerConnection.html","bundleId":"work-tasks-2023-sp1","id":"a03adacbd-18f5-42fa-955e-d878b7f27bc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/opcuatagreadwrite-selectattribute.html","title":"Select Attribute","navPath":"opcuatagreadwrite-selectattribute.html","bundleId":"work-tasks-2023-sp1","id":"a65be3264-0d30-4648-a9aa-90b4a74041fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutput.html","title":"Mapped Error Output","navPath":"MappedErrorOutput.html","bundleId":"work-tasks-2023-sp1","id":"ac763ee79-6d98-468f-af12-484c36898b5a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeveloperGuide.html","title":"Developer Guide","navPath":"DeveloperGuide.html","bundleId":"work-tasks-2023-sp1","id":"a51944afa-a152-4632-aebb-52ebcd014035","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted.html","title":"Get Started","navPath":"GetStarted.html","bundleId":"work-tasks-2023-sp1","id":"ae60f1c9b-fc1f-4da3-bb1d-ec1cfbfe77f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoAccessWorkTasksFeatures.html","title":"Prerequisites to Access AVEVA Work Tasks Features","navPath":"PrerequisitestoAccessWorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a117412cc-8a17-4428-8c7c-8f8b5ab0db3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationandAdministration.html","title":"Installation and Administration","navPath":"InstallationandAdministration.html","bundleId":"work-tasks-2023-sp1","id":"afa65a3bb-40e1-4f29-bd9e-0633299c9523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InterfacesandFeatures.html","title":"Interfaces and Features","navPath":"InterfacesandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a469fd45a-a61c-47a0-b40c-282e43ee7ca7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofUserInterfaces.html","title":"Overview of User Interfaces","navPath":"OverviewofUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a7939c682-e794-42f1-9505-415f0fe9d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessandManageAVEVA_WorkTasksFeatures.html","title":"Access and Manage AVEVA Work Tasks Features","navPath":"AccessandManageAVEVA_WorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a74d421f3-10fd-4c92-b588-34995bf5cf99","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksServices.html","title":"AVEVA Work Tasks Services","navPath":"WorkTasksServices.html","bundleId":"work-tasks-2023-sp1","id":"a0153d87a-8ee5-4d65-b0ca-a3dbb9c60dcf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole.html","title":"Enterprise Console","navPath":"EnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8ae058f6-2ddd-43d4-a0e1-bbb2f05be30b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueue.html","title":"Message Queue","navPath":"MessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a31787f9c-f604-4d45-b5fa-8fd45de73818","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections.html","title":"Message Queue Connections","navPath":"MessageQueueConnections.html","bundleId":"work-tasks-2023-sp1","id":"a4c6668fd-5616-4047-a6d1-7a80e9d62cf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueRepositoryProvisioningTool.html","title":"Message Queue Repository Provisioning Tool","navPath":"MessageQueueRepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ae98aa121-0b1f-48de-8f49-0a31be33ed8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections.html","title":"MQTT Connections","navPath":"MQTTConnections.html","bundleId":"work-tasks-2023-sp1","id":"a0840f85d-28fc-46e6-8cef-abcfd2a072ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections.html","title":"Logic App Connections","navPath":"LogicAppConnections.html","bundleId":"work-tasks-2023-sp1","id":"a8de052aa-303a-4624-b19e-e0edd070de87","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls.html","title":"Controls","navPath":"Controls.html","bundleId":"work-tasks-2023-sp1","id":"aa912d4b3-221f-468e-b644-084c6cea294c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControlsintheApplication.html","title":"Add Controls in the Application","navPath":"AddControlsintheApplication.html","bundleId":"work-tasks-2023-sp1","id":"a43c3f2d8-7f86-47fd-9a1c-51b39b09102c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanASPNETProjectinVisualStudioNET.html","title":"Create an ASP​.NET Project in Visual Studio ​.NET","navPath":"CreateanASPNETProjectinVisualStudioNET.html","bundleId":"work-tasks-2023-sp1","id":"a4745296d-0e70-491e-9993-993ee193d9fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserContext.html","title":"Create User Context","navPath":"CreateUserContext.html","bundleId":"work-tasks-2023-sp1","id":"a8655139e-bb40-43c3-ae96-16c4cf88de7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerControl.html","title":"Process Designer Control","navPath":"ProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"ab93561dc-fd24-49b3-844a-5e2f1025e719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListControl.html","title":"Work Items List Control","navPath":"WorkItemsListControl.html","bundleId":"work-tasks-2023-sp1","id":"af1b6853c-68c1-4870-bae0-da3cad0a4af5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseEventsofWorkItemListControl.html","title":"Use Events of Work Item List Control","navPath":"UseEventsofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a7a2db405-2a69-48ab-93f2-410f94d2b7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LayoutCustomization.html","title":"Layout Customization","navPath":"LayoutCustomization.html","bundleId":"work-tasks-2023-sp1","id":"a38e77ada-5d58-4ea1-a5d5-3199b0279f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomLinkinWorkItemListControl.html","title":"Create Custom Link in Work Item List Control","navPath":"CreateCustomLinkinWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"af7bc306d-46c1-4a16-8295-43620b014833","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CalendarControl.html","title":"Calendar Control","navPath":"CalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"ae7d200f3-c1d3-4209-bf44-26e48e1739ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMControl.html","title":"BAM Control","navPath":"BAMControl.html","bundleId":"work-tasks-2023-sp1","id":"ab56af880-614e-4444-a4d9-1c26fb032da5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddIndividualBAMReporttoaspxPage.html","title":"Add Individual BAM Report to aspx Page","navPath":"AddIndividualBAMReporttoaspxPage.html","bundleId":"work-tasks-2023-sp1","id":"a36fd8236-a6f9-4d61-b61d-796f4d992ee6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewSpecificWorkflowInstancesinBAMControl.html","title":"View Specific Workflow Instances in BAM Control","navPath":"ViewSpecificWorkflowInstancesinBAMControl.html","bundleId":"work-tasks-2023-sp1","id":"a95fe78f1-ecbd-4855-ab2d-b7a6c5571907","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueControl.html","title":"Queue Control","navPath":"QueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ad6fde17c-dde6-43dc-ae5c-49f747188292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControl.html","title":"List Control","navPath":"ListControl.html","bundleId":"work-tasks-2023-sp1","id":"a9aa75f3b-cb0c-42e3-b653-b6f1b0fe39cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormListWebpartControl.html","title":"Form List Webpart Control","navPath":"FormListWebpartControl.html","bundleId":"work-tasks-2023-sp1","id":"a4ed329eb-d385-4dec-a614-fdbf56da8aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowExecutionViewControl.html","title":"Workflow Execution View Control","navPath":"WorkflowExecutionViewControl.html","bundleId":"work-tasks-2023-sp1","id":"a0ad03be4-8dfe-4510-820b-9bbad0c7f54a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringNewRepository.html","title":"Configure New Repository","navPath":"ConfiguringNewRepository.html","bundleId":"work-tasks-2023-sp1","id":"a3cdcfbd3-498a-4157-8a5b-dede59840915","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupSourceElementsDirectory.html","title":"Set up Source Elements Directory","navPath":"SetupSourceElementsDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a5445089f-db24-4e18-922a-e23983d8ddc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupEmailAddressesforRepositories.html","title":"Set up Email Addresses for Repositories","navPath":"SetupEmailAddressesforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a27d98bd8-58a7-4cb7-b322-dc250621517f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupUserProvidersforRepositories.html","title":"Set up User Providers for Repositories","navPath":"SetupUserProvidersforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"aa3be2c15-ef1d-4f4c-881f-41f01e20b55c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupDocumentWebViewControlforRepositories.html","title":"Set up Document Web View Control for Repositories","navPath":"SetupDocumentWebViewControlforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"adaf7cf59-9536-4da7-8a4e-eae711889368","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Activities.html","title":"Activities","navPath":"Activities.html","bundleId":"work-tasks-2023-sp1","id":"a7df69af2-2499-41d2-939d-bfb9f77998f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity.html","title":"Start Activity","navPath":"StartActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4e28aa8-6ebc-4a3a-a1a6-3fc0acdb41be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables.html","title":"Start - Variables","navPath":"StartVariables.html","bundleId":"work-tasks-2023-sp1","id":"a7bd90253-07c4-4e44-b3fe-3db92ef29c73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartContents.html","title":"Start - Contents","navPath":"StartContents.html","bundleId":"work-tasks-2023-sp1","id":"ac5329289-4f3f-4f9d-aa29-884cdffd9df1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables.html","title":"XML Variables","navPath":"XMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a619dc708-7ee3-4e72-8fd8-66b8011aa87c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutXMLVariables.html","title":"About XML Variables","navPath":"AboutXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e70bc4c-aa4b-494b-a763-1c9d1f5967ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"a17b35e0e-96cb-4865-97e2-5e368f22007f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableof_typeXMLDocument.html","title":"XML Variable of Type 'XML Document'","navPath":"XMLVariableof_typeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a5b2419bb-58c8-4b8b-a53c-d0b7633bb971","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a67340516-e636-4b96-82d3-5a438ca39feb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildXMLSchema.html","title":"Build XML Schema","navPath":"BuildXMLSchema.html","bundleId":"work-tasks-2023-sp1","id":"a94a39b03-bf59-4677-8372-25ed5f98f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLDocumentofTypeVariables.html","title":"Use XML Document of Type 'Variables'","navPath":"UseXMLDocumentofTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a9efaeebe-7113-4b86-a3c2-da8091a26109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms.html","bundleId":"work-tasks-2023-sp1","id":"ab7e73d9d-de14-4ac1-a22a-3afefdfed358","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableforList.html","title":"XML Variable for List","navPath":"XMLVariableforList.html","bundleId":"work-tasks-2023-sp1","id":"a5bfade62-cb92-446a-b071-b67e7e3ce498","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListItemScopeofXMLListofTypeXMLVariable.html","title":"ListItem Scope of XML List of Type XML Variable","navPath":"ListItemScopeofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aea4c9635-567f-437b-a1d3-16b7c73fdad8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListofTypeXMLVariable.html","title":"Schema of XML List of Type XML Variable","navPath":"SchemaofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"adcf9efb1-22e5-42d2-8327-5bf0afc9e9e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListofTypeXMLVariable.html","title":"Create an XML List of Type XML Variable","navPath":"CreateanXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aaab4efc8-00ff-4194-9aa3-397cb2a79f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeScopeoftheXMLListofTypeXMLVariable.html","title":"Change Scope of the XML List of Type XML Variable","navPath":"ChangeScopeoftheXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"af7cd967e-0b1e-497a-9af5-c1205401f838","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupListQueryScope.html","title":"Set up List Query Scope","navPath":"SetupListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a5c7e5d13-daf5-4d93-8624-fbe9eb60b428","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorofTypeXMLVariable.html","title":"Create an XML List Iterator of Type XML Variable","navPath":"CreateanXMLListIteratorofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a19fe0e16-4ff9-4fdf-a5c9-82d8131ebe09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorofTypeXMLVariableforGridItems.html","title":"Create an XML Iterator of Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorofTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a7e80d973-e917-4a87-b633-0767e17f135a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWorkflowforaListinaSingleStep.html","title":"Create Workflow for a List in a Single Step","navPath":"CreateWorkflowforaListinaSingleStep.html","bundleId":"work-tasks-2023-sp1","id":"a6eab91ec-34ab-4056-bda3-7a20cfcb1d9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnderstandXMLNodeMapping.html","title":"Understand XML Node Mapping","navPath":"UnderstandXMLNodeMapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ba78eb9-0b44-4faa-82c8-b0f2d7b41891","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLListofTypeXMLVariableScenarios.html","title":"XML List of Type XML Variable Scenarios","navPath":"XMLListofTypeXMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac89f4985-11b6-4179-80f8-568f22ae3b58","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItem.html","title":"Add New List Item","navPath":"AddNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"ae34c1c5d-d058-4073-acf1-23f60b13cd67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a5bd7a1c9-4449-4f6e-b88e-7697df14af93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","title":"Save the List Item as Different Version as Draft/Published Using Xml Variable","navPath":"SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"a72231e4b-72a8-4472-b06a-f330466e2bf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewFolderUsingXmlVariable.html","title":"Create New Folder Using Xml Variable","navPath":"CreateNewFolderUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"abe2a32b6-e890-4dfc-ba9b-fc81c95b8da1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItemwithGridItems.html","title":"Add New List Item with Grid Items","navPath":"AddNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a3e3f42eb-87df-4064-a714-278870898836","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewGridItemtotheExistingListItem.html","title":"Add New Grid Item to the Existing List Item","navPath":"AddNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"af8c59cca-67ff-4e2c-9fe6-2b17397d136a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyListItemwithGridItems.html","title":"Copy List Item with Grid Items","navPath":"CopyListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a36e5601b-c22e-47a0-a1e3-d26384447c7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList.html","bundleId":"work-tasks-2023-sp1","id":"ae9fcf848-d7c7-4ac9-bcc0-f12f65a54819","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTypeXMLIterator.html","title":"XML Variable of Type XML Iterator","navPath":"XMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"ac3113419-bbea-4877-92d6-6fee062bf30e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator.html","title":"Create XML Variable of Type XML Iterator","navPath":"CreateXMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"abc088e93-3a30-4565-b20b-78e1a70c58df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesofTypeXMLIterator.html","title":"Use Variables of Type XML Iterator","navPath":"UseVariablesofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"acfc8e885-c5ce-4a9f-b613-db27b8a90f42","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTYpeFormsDataGrid.html","title":"XML Variable of Type XML Forms Data Grid","navPath":"XMLVariableofTYpeFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"afcb7344c-2b9f-47f1-b22a-6f5006dabbd4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLFormsDataGrid.html","title":"Create XML Variable of Type XML Forms Data Grid","navPath":"CreateXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"aa945595b-9c7f-4312-8502-b8a8428fd71c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariableofTypeXMLFormsDataGrid.html","title":"Use XML Variable of Type XML Forms Data Grid","navPath":"UseXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ad4cedfb0-7306-418b-b41d-65035046b290","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a61682d2f-9d81-4772-8b93-4f49b3840288","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitializeVariables.html","title":"Initialize Variables","navPath":"InitializeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a19615e64-bbc1-4df4-b786-4b72d999697f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutputs.html","title":"Mapped Error Outputs","navPath":"MappedErrorOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0ea0b-d0ff-4f86-b6a1-e92bae61bb1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivities.html","title":"Human Activities","navPath":"HumanActivities.html","bundleId":"work-tasks-2023-sp1","id":"a9657a14b-8596-450b-980d-18f259c52700","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity.html","title":"Approval Activity","navPath":"ApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"adee96629-49b8-468f-8920-964fe5945862","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalDeliveryChannels.html","title":"Approval - Delivery Channels","navPath":"ApprovalDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ad927c740-8bee-4fd1-b244-1352a4c15af6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"a286685b4-5ca4-4071-bbaf-31998b81bdc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalWorkItemFields.html","title":"Approval - Work Item Fields","navPath":"ApprovalWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a8cd42972-e484-4580-aae9-d4f2f4fd58bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignActor%28s%29.html","title":"Approval - Assign Actor(s)","navPath":"ApprovalAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a88c311d4-3526-4d7e-9219-4f4349a6368b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignQueue%28s%29.html","title":"Approval - Assign Queue(s)","navPath":"ApprovalAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"aa6a293ab-5020-47d9-b57f-41c91e3b7390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSubject.html","title":"Approval - Subject","navPath":"ApprovalSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4f2d5546-ea56-4ef4-88d0-95ce16282bc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalBody.html","title":"Approval - Body","navPath":"ApprovalBody.html","bundleId":"work-tasks-2023-sp1","id":"ad1bc337b-f6b9-420a-bbfc-0ae3e6d2a37a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalRedirectURL.html","title":"Approval - Redirect URL","navPath":"ApprovalRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a1f2f4409-28de-4a33-ab6f-83efe8d18bd4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalCustomDocumentViewURL.html","title":"Approval - Custom Document View URL","navPath":"ApprovalCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a319d1320-46ca-4d62-b19d-5a21b6f62361","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomDocumentViewURL.html","title":"Custom Document View URL","navPath":"CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a5045ccf2-dd43-45a4-9752-00981d15de00","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalHTMLTemplate.html","title":"Approval - HTML Template","navPath":"ApprovalHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5bd2a3b1-55c4-4f36-ae57-0f4079df8591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAttachReports.html","title":"Approval - Attach Reports","navPath":"ApprovalAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a90546373-dab9-478a-be2f-1c497a95dd5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSetCalendarforTimeout.html","title":"Approval - Set Calendar for Timeout","navPath":"ApprovalSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afa431c07-23a9-444d-9a40-6d114df6f68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalMultipleTimeoutWarning.html","title":"Approval - Multiple Timeout Warning","navPath":"ApprovalMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a9f15382e-2b87-4a70-a72f-850d2af58f1b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity.html","title":"Checklist Activity","navPath":"ChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a282e1d26-779d-4d4a-8ee8-ccdce698d8bf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListDeliveryChannels.html","title":"CheckList - Delivery Channels","navPath":"CheckListDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae8a79b37-ae12-4c41-ba6c-44570681250f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckList-Questions.html","title":"CheckList - Questions","navPath":"CheckList-Questions.html","bundleId":"work-tasks-2023-sp1","id":"a0878c9be-95ab-44cb-bb3c-8f1899f92794","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListWorkItemFields.html","title":"CheckList - Work Item Fields","navPath":"CheckListWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a3f691a2f-ba3a-4f20-8a0c-288b575be1bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignActor%28s%29.html","title":"CheckList - Assign Actor(s)","navPath":"CheckListAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a874345b9-69fc-4404-a3fc-13e553048bd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignQueue%28s%29.html","title":"CheckList - Assign Queue(s)","navPath":"CheckListAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a7b75104a-9ebe-48b1-a508-2ab78379dfc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSubject.html","title":"CheckList - Subject","navPath":"CheckListSubject.html","bundleId":"work-tasks-2023-sp1","id":"a98c3d697-5706-424d-9106-f2bc4d41162e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListBody.html","title":"CheckList - Body","navPath":"CheckListBody.html","bundleId":"work-tasks-2023-sp1","id":"a2cb0a0ed-39f7-4ea6-8323-2fc50976f832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListRedirectURL.html","title":"CheckList - Redirect URL","navPath":"CheckListRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a6771976d-b250-4024-a08a-30b7517436ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListCustomDocumentViewURL.html","title":"CheckList - Custom Document View URL","navPath":"CheckListCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a68d7192c-f7ff-4bbd-ac51-e49f0b867378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAttachReports.html","title":"CheckList - Attach Reports","navPath":"CheckListAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ac8a965ab-f24b-441a-bae8-28d156b99fb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListHTMLTemplate.html","title":"CheckList - HTML Template","navPath":"CheckListHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a51b53d95-4309-4546-85b4-5e632f71887c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSetCalendarforTimeout.html","title":"CheckList - Set Calendar for Timeout","navPath":"CheckListSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a26e65b21-dafc-4cc4-a417-8d9129f685ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListMultipleTimeoutWarning.html","title":"CheckList - Multiple Timeout Warning","navPath":"CheckListMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ab335fcb8-d6d9-4423-af43-fffce59132fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity.html","title":"Choice Activity","navPath":"ChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"abc9e3b81-e34d-47fd-91c0-ebe603cf6a71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceDeliveryChannels.html","title":"Choice - Delivery Channels","navPath":"ChoiceDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae3a406ba-5b76-4cdc-a365-18a89545dc6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActionOutputs.html","title":"Choice - Action Outputs","navPath":"ChoiceActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"a65a6e90b-dafb-4444-9e4a-80428010650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceWorkItemFields.html","title":"Choice - Work Item Fields","navPath":"ChoiceWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a964c7e12-7ec7-4f8d-b17e-57e84167b7da","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignActor%28s%29.html","title":"Choice - Assign Actor(s)","navPath":"ChoiceAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a2af805a5-2c07-452d-ac65-926451535bb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignQueue%28s%29.html","title":"Choice - Assign Queue(s)","navPath":"ChoiceAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ac45ed5c7-9cd1-4e0d-8d1e-c99b5f84de59","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSubject.html","title":"Choice - Subject","navPath":"ChoiceSubject.html","bundleId":"work-tasks-2023-sp1","id":"a3f6d9191-ca5a-44e6-84d1-4b439d6ae6c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceBody.html","title":"Choice - Body","navPath":"ChoiceBody.html","bundleId":"work-tasks-2023-sp1","id":"a5da73516-a25d-468d-a546-7fd6df988304","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceRedirectURL.html","title":"Choice - Redirect URL","navPath":"ChoiceRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a16c615d3-56d6-45e7-a45d-351d6d23f929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceCustomDocumentViewURL.html","title":"Choice - Custom Document View URL","navPath":"ChoiceCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a32aa7171-c0cd-4563-aa98-7ec62e009c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceHTMLTemplate.html","title":"Choice - HTML Template","navPath":"ChoiceHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a050bf4c7-adc1-4364-93f7-c411299b8d34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAttachReports.html","title":"Choice - Attach Reports","navPath":"ChoiceAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a1a726b60-1df8-4f57-86a6-9b2290f4fcdb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSetCalendarforTimeout.html","title":"Choice - Set Calendar for Timeout","navPath":"ChoiceSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a39f7a107-0ec5-4177-b5ba-97e744c499af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceMultipleTimeoutWarning.html","title":"Choice - Multiple Timeout Warning","navPath":"ChoiceMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ac34180aa-d43c-4e37-8f25-179f2deaa698","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivity.html","title":"Information Activity","navPath":"InformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa4fe74b9-37e0-41fd-a27d-21759c847f6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoDeliveryChannels.html","title":"Info - Delivery Channels","navPath":"InfoDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a299a74f3-6d0b-49f6-a297-413725c852b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_1.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_1.html","bundleId":"work-tasks-2023-sp1","id":"a3c91ff7b-13fe-4dff-a1f3-81ced6c4441d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoWorkItemFields.html","title":"Info - Work Item Fields","navPath":"InfoWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"acdce9620-7d4f-4595-8248-4f0ec695b4cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignActor%28s%29.html","title":"Info - Assign Actor(s)","navPath":"InfoAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a05e13c87-40c1-4e8f-8705-d2237bd1387f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignQueue%28s%29.html","title":"Info - Assign Queue(s)","navPath":"InfoAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a46d53986-f72d-4348-9211-26a164635e34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoSubject.html","title":"Info - Subject","navPath":"InfoSubject.html","bundleId":"work-tasks-2023-sp1","id":"a20ce723e-c95c-4f4f-878f-9cd2a2600d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoBody.html","title":"Info - Body","navPath":"InfoBody.html","bundleId":"work-tasks-2023-sp1","id":"ad67ae532-ea8f-49c0-bddd-c8d7f3422c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoRedirectURL.html","title":"Info - Redirect URL","navPath":"InfoRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a0b2535dc-c3b3-4ed3-9bc3-9258179c5785","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoCustomDocumentViewURL.html","title":"Info - Custom Document View URL","navPath":"InfoCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a26853060-60ec-426a-ac57-14580c1d15cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoHTMLTemplate.html","title":"Info - HTML Template","navPath":"InfoHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a4e6da927-2ea9-479f-8883-e2f61f1504d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAttachReports.html","title":"Info - Attach Reports","navPath":"InfoAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ab5fbd6a0-4c59-4121-a1ce-c1f6bed603af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActivity.html","title":"Resource Set Activity","navPath":"ResourceSetActivity.html","bundleId":"work-tasks-2023-sp1","id":"aed518339-14ce-4e29-919d-34b4e9c42579","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetDeliveryChannels.html","title":"ResourceSet - Delivery Channels","navPath":"ResourceSetDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a1e7c2008-4ecb-46e6-acb7-15f6486689ff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActorSelectionFilter.html","title":"ResourceSet - Actor Selection Filter","navPath":"ResourceSetActorSelectionFilter.html","bundleId":"work-tasks-2023-sp1","id":"ac145f75c-a96c-4f3a-a425-6b76d8ff1578","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetWorkItemFields.html","title":"ResourceSet - Work Item Fields","navPath":"ResourceSetWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"ab398d0d5-dc0b-4003-aeb8-e84cc51abd76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignActor%28s%29.html","title":"ResourceSet - Assign Actor(s)","navPath":"ResourceSetAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4d25e32f-c9f9-400f-b78d-824fa6f48a95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignQueue%28s%29.html","title":"ResourceSet - Assign Queue(s)","navPath":"ResourceSetAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ad1386520-88b4-4f91-823f-eb8a7bd2fc1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSubject.html","title":"ResourceSet - Subject","navPath":"ResourceSetSubject.html","bundleId":"work-tasks-2023-sp1","id":"ab4182093-b67b-4921-bfd5-86e4c654aa82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetBody.html","title":"ResourceSet - Body","navPath":"ResourceSetBody.html","bundleId":"work-tasks-2023-sp1","id":"afb82587a-15a4-4346-9b41-5dd27441f561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetRedirectURL.html","title":"ResourceSet - Redirect URL","navPath":"ResourceSetRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a5b5993fb-428d-4125-967d-cfe0dd2dce37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetCustomDocumentViewURL.html","title":"ResourceSet - Custom Document View URL","navPath":"ResourceSetCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"acd784ac7-173f-4bff-b01e-b7e7677fe253","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSetCalendarforTimeout.html","title":"ResourceSet - Set Calendar for Timeout","navPath":"ResourceSetSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"ade9bc59c-b37d-4413-ad10-4c21165c1b5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetMultipleTimeOutWarning.html","title":"ResourceSet - Multiple TimeOut Warning","navPath":"ResourceSetMultipleTimeOutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a0390430f-426e-4e7b-b563-5c9f9418a2f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity.html","title":"Task Activity","navPath":"TaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"af97ccdce-846f-4852-b680-f78d62f1a40b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskDeliveryChannels.html","title":"Task - Delivery Channels","navPath":"TaskDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a524d1fef-41bc-4720-b551-e589a3623519","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Task-TaskType.html","title":"Task - Task Type","navPath":"Task-TaskType.html","bundleId":"work-tasks-2023-sp1","id":"aba678a5b-b5b0-4f2f-8e42-0c11ed854294","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskWorkItemFields.html","title":"Task - Work Item Fields","navPath":"TaskWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"af6b8b114-09ea-4fcc-ba5b-6f210539a0e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/task-assignactors.html","title":"Task - Assign Actor(s)","navPath":"task-assignactors.html","bundleId":"work-tasks-2023-sp1","id":"aa6c0923f-c23f-4f64-ac36-03d384294b8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAssignQueue%28s%29.html","title":"Task - Assign Queue(s)","navPath":"TaskAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"afb951f54-6689-4a91-8f82-1dea20369cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSubject.html","title":"Task - Subject","navPath":"TaskSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4a97211f-bc06-4aae-90e9-387f6aaf2047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskBody.html","title":"Task - Body","navPath":"TaskBody.html","bundleId":"work-tasks-2023-sp1","id":"a1f15b2b6-c054-46f1-8a46-53e3fd40dd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskRedirectURL.html","title":"Task - Redirect URL","navPath":"TaskRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a668aa372-b8f2-42bf-b127-26b6e4943ead","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskCustomDocumentViewURL.html","title":"Task - Custom Document View URL","navPath":"TaskCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"abb1626c1-54c2-4c3b-acf0-6b62a6fddac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAttachReports.html","title":"Task - Attach Reports","navPath":"TaskAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"af1896c69-0878-42f8-9049-8f2b3c9ed9e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskHTMLTemplate.html","title":"Task - HTML Template","navPath":"TaskHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af52d3888-0d8d-4e3e-a1a2-959751f8a816","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSetCalendarforTimeout.html","title":"Task - Set Calendar for Timeout","navPath":"TaskSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a503a505b-fed5-4057-aa46-6d8a0a0d3ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskMultipleTimeoutWarning.html","title":"Task - Multiple Timeout Warning","navPath":"TaskMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"af30cacfa-6d00-4425-9670-e0ed0f75aa79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkActivity.html","title":"Work Activity","navPath":"WorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"afcafed35-4b29-4aec-b8bb-7d34d1c25096","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkDeliveryChannel.html","title":"Work - Delivery Channel","navPath":"WorkDeliveryChannel.html","bundleId":"work-tasks-2023-sp1","id":"a17c2555d-d76c-4288-96cc-72ff2c934996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAdvanceUIFields.html","title":"Work - AdvanceUI Fields","navPath":"WorkAdvanceUIFields.html","bundleId":"work-tasks-2023-sp1","id":"a5442eab2-a416-4088-a937-269d1014cdf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Work-WorkItemFields.html","title":"Work - Work Item Fields","navPath":"Work-WorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a5c625545-e557-4463-93aa-1c0417b047e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignActor%28s%29.html","title":"Work - Assign Actor(s)","navPath":"WorkAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a99a75915-2346-4bf3-a0fc-c11dfb6d9327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignQueue%28s%29.html","title":"Work - Assign Queue(s)","navPath":"WorkAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a97e0e802-0366-4039-8cc7-6ab269b12e1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSubject.html","title":"Work - Subject","navPath":"WorkSubject.html","bundleId":"work-tasks-2023-sp1","id":"a089431f5-04ca-4156-8e7e-867f41793658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkBody.html","title":"Work - Body","navPath":"WorkBody.html","bundleId":"work-tasks-2023-sp1","id":"a2b3c8590-98b9-4812-a50f-85139dec58f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkRedirectURL.html","title":"Work - Redirect URL","navPath":"WorkRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a749f6fa5-54b0-4c4b-8df9-07c75ba5ad66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkCustomDocumentViewURL.html","title":"Work - Custom Document View URL","navPath":"WorkCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a9cf76d44-1c07-4ff0-8533-fa03d84e6826","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSetCalendarforTimeout.html","title":"Work - Set Calendar for Timeout","navPath":"WorkSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afdfa2ef2-4139-4b41-a8cf-179b9faa4a9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkMultipleTimeoutWarning.html","title":"Work - Multiple Timeout Warning","navPath":"WorkMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"afbde02c6-20c1-4d45-a83b-9b4c10795d43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivity.html","title":"Invoke Form Activity","navPath":"InvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a10f82512-5a88-403f-875c-33dd65786d74","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormDeliveryChannels.html","title":"Invoke Form - Delivery Channels","navPath":"InvokeFormDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a8485e69c-0dd2-46c1-ba41-58f64dd1f3de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_2.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_2.html","bundleId":"work-tasks-2023-sp1","id":"a08ec02d9-b0dd-4922-a55b-8ea3026aca47","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormPossibleDistinctOutputs.html","title":"Invoke Form - Possible Distinct Outputs","navPath":"InvokeFormPossibleDistinctOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ab5946b6d-0ad8-488e-8407-9a2ea0784945","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-PossibleDistinctOutputsScenario.html","title":"Invoke Form - Possible Distinct Outputs Scenario","navPath":"InvokeForm-PossibleDistinctOutputsScenario.html","bundleId":"work-tasks-2023-sp1","id":"a5bb1247e-b408-4d47-93c2-4a560a565f55","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormWorkItemFields.html","title":"Invoke Form - Work Item Fields","navPath":"InvokeFormWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"abcb144a5-c33e-4fcb-b6a1-adc75f6bbd40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-AssignActor%28s%29.html","title":"Invoke Form - Assign Actor(s)","navPath":"InvokeForm-AssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4c6592f3-7020-4d1a-b437-92256a0decf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormAssignQueue%28s%29.html","title":"Invoke Form - Assign Queue(s)","navPath":"InvokeFormAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a68c2f508-6f29-45b1-849a-2df4dcc02dbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-FormName.html","title":"Invoke Form - Form Name","navPath":"InvokeForm-FormName.html","bundleId":"work-tasks-2023-sp1","id":"a774e9592-fa55-4522-a61a-af8d3bf014c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-OutputInstanceXML.html","title":"Invoke Form - Output Instance XML","navPath":"InvokeForm-OutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"ab91a374a-bcb0-4b4a-9405-a9f5b5c8a6d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-IndividualActor%27sResponseCollaborationinOutputInstanceXML.html","title":"Invoke Form - Individual Actor's Response Collaboration in Output Instance XML","navPath":"InvokeForm-IndividualActor'sResponseCollaborationinOutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"a9438f642-2b0e-4969-9dd5-ab0229a9654e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-UpdateFormParameters.html","title":"Invoke Form - Update Form Parameters","navPath":"InvokeForm-UpdateFormParameters.html","bundleId":"work-tasks-2023-sp1","id":"ae9ec7453-123f-48eb-bee6-178d4a5601ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Subject.html","title":"Invoke Form - Subject","navPath":"InvokeForm-Subject.html","bundleId":"work-tasks-2023-sp1","id":"a8fb72c3e-1719-43db-a84a-a2e5975be18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Body.html","title":"Invoke Form - Body","navPath":"InvokeForm-Body.html","bundleId":"work-tasks-2023-sp1","id":"a250fa835-6786-40dd-852b-255aa3352f2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-TemplatePath.html","title":"Invoke Form - Template Path","navPath":"InvokeForm-TemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a1e75a799-d03b-4ad7-94c1-5cd895f45fd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivityEmailTemplate.html","title":"Invoke Form Activity Email Template","navPath":"InvokeFormActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7f80ebe1-c27b-49cf-9d71-fa28550898ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInvokeFormActivity.html","title":"Use Variables in Invoke Form Activity","navPath":"UseVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5f61c66-3980-4e09-bc24-e98fd2eb7377","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInvokeFormActivity.html","title":"Use Contents in Invoke Form Activity","navPath":"UseContentsinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4c695291-8721-4ad4-a534-e0046ec43528","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInvokeFormActivity.html","title":"Use XML Variables in Invoke Form Activity","navPath":"UseXMLVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a52a05a22-3aee-4d43-bd26-f09763f5d216","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-RedirectURL.html","title":"Invoke Form - Redirect URL","navPath":"InvokeForm-RedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"ae1070c74-0650-43f6-a58a-6dd3f97f3835","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-CustomDocumentViewURL.html","title":"Invoke Form - Custom Document View URL","navPath":"InvokeForm-CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a6489b0b3-af4c-47cd-b22d-8b5dd49166f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-SetCalendarforTimeout.html","title":"Invoke Form - Set Calendar for Timeout","navPath":"InvokeForm-SetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a15952a70-97ac-4df2-979a-1d0ada026535","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MultipleTimeoutWarning.html","title":"Invoke Form - Multiple Timeout Warning","navPath":"InvokeForm-MultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a5d6312c3-a0da-489a-b7fd-a429127e8cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MailIntegrationScenario.html","title":"Invoke Form - Mail Integration Scenario","navPath":"InvokeForm-MailIntegrationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a93b5454c-3d05-4ec7-bbe8-04c85c4613f8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseBodyProperty.html","title":"Use 'Body' Property","navPath":"UseBodyProperty.html","bundleId":"work-tasks-2023-sp1","id":"a4d06b12a-6cd6-408e-bcb7-d81777dbceb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseTemplatePathProperty.html","title":"Use 'Template Path' Property","navPath":"UseTemplatePathProperty.html","bundleId":"work-tasks-2023-sp1","id":"ae6414b3c-e4a0-47f1-b723-49ab6a0461e8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssignaTasktoaManager.html","title":"Assign a Task to a Manager","navPath":"AssignaTasktoaManager.html","bundleId":"work-tasks-2023-sp1","id":"abc17f1ff-e7b8-4436-a58c-b50dff4827b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleControlECPlug-in.html","title":"Enterprise Console Control (EC Plug-in)","navPath":"EnterpriseConsoleControlECPlug-in.html","bundleId":"work-tasks-2023-sp1","id":"adb875483-bead-4f89-991c-d0fb95f7708d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationActivities.html","title":"Integration Activities","navPath":"IntegrationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a2228e2f0-24d6-4a8d-a1fb-171a58cf71a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentActivity.html","title":"Create-Open-Office-Document Activity","navPath":"CreateOpenOfficeDocumentActivity.html","bundleId":"work-tasks-2023-sp1","id":"a2b5c6a8f-a791-422b-bab1-ba843aa0f604","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentDestinationDetails.html","title":"Create-Open-Office-Document: Destination Details","navPath":"CreateOpenOfficeDocumentDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"a15dbbed5-a629-4cbd-be20-91bf6be87ce6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentSelectTemplate.html","title":"Create-Open-Office-Document: Select Template","navPath":"CreateOpenOfficeDocumentSelectTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aaf780b58-eb65-462d-92f1-33a4b7d2585f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebServiceActivity.html","title":"InvokeWebService Activity","navPath":"InvokeWebServiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5a8a0b46-f4f0-4c3e-aaee-12193ac61ad7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebService-WebServiceDetails.html","title":"InvokeWebService: Web Service Details","navPath":"InvokeWebService-WebServiceDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa9916b4c-d5f6-4908-9d3b-ebd0f2e9f275","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIActivity.html","title":"Invoke Web API Activity","navPath":"InvokeWebAPIActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5083ad8-ee5d-486a-8382-0955699d7055","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWebAPI.html","title":"Configure Web API","navPath":"ConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a9a6a5ee3-b38b-4a71-8d95-3b5b58390045","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI.html","bundleId":"work-tasks-2023-sp1","id":"ada6615b4-1be2-4788-b529-6808e3380329","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PATCHMethod.html","title":"PATCH Method","navPath":"PATCHMethod.html","bundleId":"work-tasks-2023-sp1","id":"a83f7d4f7-4034-48e0-9fb7-6cd2a6ffc493","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariable.html","title":"Create XML Variable","navPath":"CreateXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a107229eb-0bf2-4145-afcd-d9a2145b183b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity.html","title":"Script Activity","navPath":"ScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"a07b51c84-2874-46f6-bbc2-875d89332de6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode.html","title":"Script: Code","navPath":"ScriptCode.html","bundleId":"work-tasks-2023-sp1","id":"aca849bc3-4728-4187-9052-827a5f5220ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences.html","title":"Script: References","navPath":"ScriptReferences.html","bundleId":"work-tasks-2023-sp1","id":"ae4a63f8a-ffb8-41e3-88fa-0191f7f51702","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues.html","title":"Script: Return Values","navPath":"ScriptReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"a4a579e75-bea0-4aba-887c-a6cb5e00672e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileOperationsActivity.html","title":"File Operations Activity","navPath":"FileOperationsActivity.html","bundleId":"work-tasks-2023-sp1","id":"a23e232ba-ed10-48e7-af92-d910dfcccfa6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsSource_Details.html","title":"File Operations: Source Details","navPath":"File_OperationsSource_Details.html","bundleId":"work-tasks-2023-sp1","id":"ae5a77d45-21cc-4425-9aaf-d29461ca2446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsDestinationDetails.html","title":"File Operations: Destination Details","navPath":"File_OperationsDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"ab3c890f0-0c76-483b-bf6b-c5506d989e2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWorkflowStatusActivity.html","title":"Change Workflow Status Activity","navPath":"ChangeWorkflowStatusActivity.html","bundleId":"work-tasks-2023-sp1","id":"acd930056-fa54-458e-8c69-f283a27f91e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionActivity.html","title":"XML Action Activity","navPath":"XMLActionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5982cd4a-66a5-46fb-bcdd-dd1ad002febd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionGetData.html","title":"XML Action: Get Data","navPath":"XMLActionGetData.html","bundleId":"work-tasks-2023-sp1","id":"a592d992c-060f-40bf-9aef-e44ec33b536a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionSetVariables.html","title":"XML Action: Set Variables","navPath":"XMLActionSetVariables.html","bundleId":"work-tasks-2023-sp1","id":"a04ecdb58-d7b1-43a3-b934-195574529654","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities.html","title":"Engine Activities","navPath":"EngineActivities.html","bundleId":"work-tasks-2023-sp1","id":"a95e5070c-d07d-4608-917a-1facbe266ced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivity.html","title":"End Activity Execution Activity","navPath":"EndActivityExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa431465b-c54c-47b1-9edd-10fc1ac68d2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivityDetails.html","title":"End Activity Execution: Activity Details","navPath":"EndActivityExecutionActivityDetails.html","bundleId":"work-tasks-2023-sp1","id":"a839a74cc-8e3b-4000-bea9-ad278d3bf3bc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowExecutionActivity.html","title":"End Child Workflow Execution Activity","navPath":"EndChildWorkflowExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4af33c60-9604-4826-aa43-51a2ced43b0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowWorkflowDetails.html","title":"End Child Workflow: Workflow Details","navPath":"EndChildWorkflowWorkflowDetails.html","bundleId":"work-tasks-2023-sp1","id":"a9ddcbd2f-5670-4d98-b2f9-6477bf9828cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockingOutputActivity.html","title":"BlockingOutput Activity","navPath":"BlockingOutputActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8885a5fe-2592-4392-8ace-5751186d8b74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity.html","title":"Database Activity","navPath":"DatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa30c4cab-695c-4e38-a48e-6796c7abcbb7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity.html","title":"Decision Activity","navPath":"DecisionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aaa20909c-be11-433a-b2af-317d7f5a3391","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions.html","title":"Decision: Decisions","navPath":"Decisions.html","bundleId":"work-tasks-2023-sp1","id":"af4be743f-8ea5-48cb-82a0-9f6bd215509e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9ae79812-3254-45dd-9ef5-655ba8f9d448","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSerialExecution.html","title":"Example of Serial Execution","navPath":"ExampleofSerialExecution.html","bundleId":"work-tasks-2023-sp1","id":"ac7a03c8b-f0f4-4274-8e97-8fed5b2d04fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity.html","title":"For-Loop Activity","navPath":"ForLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad800355c-d50b-4389-b466-a89f2a4f1f0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount.html","title":"For - Loop Count","navPath":"ForLoopCount.html","bundleId":"work-tasks-2023-sp1","id":"aa7a1ca5c-9368-4333-9973-4089e621b15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity.html","title":"Logger Activity","navPath":"LoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ade018870-1550-4fba-a063-d1a5f5ea840c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage.html","title":"Log - Log Message","navPath":"Log-LogMessage.html","bundleId":"work-tasks-2023-sp1","id":"af981a1b9-7b65-476f-bc92-0109520a0598","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoopExecutionStepEntryActivity.html","title":"Loop Execution Step Entry Activity","navPath":"LoopExecutionStepEntryActivity.html","bundleId":"work-tasks-2023-sp1","id":"a35303179-d9b4-4df5-9f57-394981974e0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity.html","title":"Next Loop Activity","navPath":"NextLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a43b1defb-4dea-4ce4-844f-00f008ff0157","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariableActivity.html","title":"Resource Variable Activity","navPath":"ResourceVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"a33f41dc0-bbc9-468d-b23a-94ac0e636a7d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariable-Actors.html","title":"Resource Variable - Actors","navPath":"ResourceVariable-Actors.html","bundleId":"work-tasks-2023-sp1","id":"ae525a243-3c25-4ffd-8601-732c64be5fb4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity.html","title":"Rule Activity","navPath":"RuleActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6cb44d86-19d4-41c2-bf84-84ab7a855b6b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition.html","title":"Rule - Condition","navPath":"RuleCondition.html","bundleId":"work-tasks-2023-sp1","id":"ab7d41ffd-6f5e-492d-afa2-aba6b4321390","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActivity.html","title":"Workflow Activity","navPath":"WorkflowActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36a1c56e-acb9-4a99-a913-6c61eb4cf96e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowContents_forChildWorkflow.html","title":"Workflow - Contents for ChildWorkflow","navPath":"WorkflowContents_forChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6fcad1b9-8757-4b6e-ac7a-b63db9a3462f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a71e32ef6-dbfa-41d3-8208-6054245e83a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a39ac243b-6dd5-4f77-b52b-e6d9218d7509","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowReturnValues.html","title":"Workflow - Return Values","navPath":"WorkflowReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"ab5812c43-3dd6-4286-9f3d-553a8d3ef137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","title":"How to Pass Variables/Contents from Parent Workflow to Child Workflow?","navPath":"HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a2367ed1b-def4-41ab-8d20-a58e65971058","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetExecutionIDoftheChildWorkflow.html","title":"Get Execution ID of the Child Workflow","navPath":"GetExecutionIDoftheChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a59d5ed72-7e73-4b2b-8211-3719cef69c37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"abad358f2-db18-45db-9027-01ecc23fdb9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Variables.html","title":"Variables","navPath":"Variables.html","bundleId":"work-tasks-2023-sp1","id":"a3a0cfcae-3c2d-4704-bbcf-8c0d6d859474","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsXmlVariables.html","title":"Forms Xml Variables","navPath":"FormsXmlVariables.html","bundleId":"work-tasks-2023-sp1","id":"a3ae2a8ca-5873-4bac-9421-96a83dfccc59","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity.html","bundleId":"work-tasks-2023-sp1","id":"a71c50a76-6eb8-4dae-8779-99d2e29f608a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables.html","bundleId":"work-tasks-2023-sp1","id":"ab45d16c4-02a6-4d94-95ee-fa810c9b2c36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aee505bd0-11db-4d44-b91f-fc4cdb68cf1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity.html","title":"Synchronize Activity","navPath":"SynchronizeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8a38616a-e56e-4874-a21c-95229df13f0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable.html","bundleId":"work-tasks-2023-sp1","id":"a954cbf60-a88c-473e-ad9f-4baa70e26e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator.html","title":"XML Navigator","navPath":"XMLNavigator.html","bundleId":"work-tasks-2023-sp1","id":"ae366c9f0-4f08-4e4e-b36f-d2dd0ed1e0c1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivities.html","title":"Scheduler Activities","navPath":"SchedulerActivities.html","bundleId":"work-tasks-2023-sp1","id":"a0b0cb2a5-5845-4eca-bfb2-6cb2b9ffdbc2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlCustomTimerActivity.html","title":"Control Custom Timer Activity","navPath":"ControlCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4f46ae7-e15e-4d61-aa20-1b21addf8373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerActivity.html","title":"Set Custom Timer Activity","navPath":"SetCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab62c3b00-92d7-4788-9a59-3c3528ab2d79","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerScheduleTime.html","title":"Set Custom Timer: Schedule Time","navPath":"SetCustomTimerScheduleTime.html","bundleId":"work-tasks-2023-sp1","id":"af3246f9b-52f6-4eaa-825c-1dd09842fed1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivity.html","title":"Scheduler Activity","navPath":"SchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa77bd132-35e9-47b8-8606-fe07fa9467e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerDetails.html","title":"Scheduler: Scheduler Details","navPath":"SchedulerDetails.html","bundleId":"work-tasks-2023-sp1","id":"af4dde46c-d10f-4bae-9dde-b93709869e64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RescheduleFailedTasks.html","title":"Reschedule Failed Tasks","navPath":"RescheduleFailedTasks.html","bundleId":"work-tasks-2023-sp1","id":"a9bf90d9c-8c72-493b-b413-80af28a4888e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeTriggerActivity.html","title":"Time Trigger Activity","navPath":"TimeTriggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a94a60a80-9002-442e-9475-0234e1bc23b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimerTrigger.html","title":"Time Trigger: Timer Trigger","navPath":"TimerTrigger.html","bundleId":"work-tasks-2023-sp1","id":"a7f139c6b-1192-4c3a-affc-252ef50abed8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities.html","title":"Communication Activities","navPath":"CommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a82645408-29b2-4624-ac9f-1c0e4c719eb9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailActivity.html","title":"Email Activity","navPath":"EmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad7bdb004-2864-417a-9c78-66f477545e29","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailToResource.html","title":"Email: ToResource","navPath":"EmailToResource.html","bundleId":"work-tasks-2023-sp1","id":"a0bb21980-7c81-4856-b549-8d3b8b81c5ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBCCResource.html","title":"Email: BCC Resource","navPath":"EmailBCCResource.html","bundleId":"work-tasks-2023-sp1","id":"ac6978064-95f7-4fcd-ac9e-45ca0bf73f24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailCCResource.html","title":"Email: CCResource","navPath":"EmailCCResource.html","bundleId":"work-tasks-2023-sp1","id":"a265759a0-c819-4201-a207-1bf51401b5c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailSubject.html","title":"Email: Subject","navPath":"EmailSubject.html","bundleId":"work-tasks-2023-sp1","id":"afc44603b-ad6c-406c-97f1-825a9ca6c3e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBody.html","title":"Email: Body","navPath":"EmailBody.html","bundleId":"work-tasks-2023-sp1","id":"ae43938fb-7668-49bc-9542-e87c4c3198fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailAttachReports.html","title":"Email: Attach Reports","navPath":"EmailAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ae36f5a5f-47e8-439f-9a37-dc5d06d04fb3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCommunicationActivities.html","title":"Configure Communication Activities","navPath":"ConfigureCommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a21db4212-94e8-44e3-a458-9b35fd5d11df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites_1.html","title":"Prerequisites","navPath":"Prerequisites_1.html","bundleId":"work-tasks-2023-sp1","id":"a3d360ac3-346e-4b16-b204-a29cb0c0678b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforReceivingEmails.html","title":"Configure Farm Configuration Wizard for Receiving Emails","navPath":"ConfigureFarmConfigurationWizardforReceivingEmails.html","bundleId":"work-tasks-2023-sp1","id":"adf7dffa9-b4c0-4d6a-93d8-3836ba195e24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforSendingSMS.html","title":"Configure Farm Configuration Wizard for Sending SMS","navPath":"ConfigureFarmConfigurationWizardforSendingSMS.html","bundleId":"work-tasks-2023-sp1","id":"a42701d91-382c-49cc-b6f0-0ff2f5e67d4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisableReplyEmailforInvalidEmails.html","title":"Disable Reply Email for Invalid Emails","navPath":"DisableReplyEmailforInvalidEmails.html","bundleId":"work-tasks-2023-sp1","id":"a6b13a918-fa8a-4270-a2d5-5373a43ca818","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity.html","title":"Notification Activity","navPath":"NotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19dc15b1-f5c7-4e95-9b75-8f0c8ed93e31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource.html","title":"Notification: ToResource","navPath":"NotificationToResource.html","bundleId":"work-tasks-2023-sp1","id":"abdb34447-6718-4551-90b8-0725393ac109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_1.html","title":"Notification: ToResource","navPath":"NotificationToResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a640b4036-ea3b-4e46-b75d-efa7d08acc0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailActivity.html","title":"Wait for Email Activity","navPath":"WaitforEmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"abdc4d78f-1813-45e0-ba6e-ea7fa494d69a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailFilterExpression.html","title":"Wait for Email: Filter Expression","navPath":"WaitforEmailFilterExpression.html","bundleId":"work-tasks-2023-sp1","id":"afc2d8138-cc35-4ee8-9c37-492f5f16fc7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a5161d0ce-43c3-4434-a93c-d9908ccea4b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveOptions.html","title":"Wait for Email: Attachment Save Options","navPath":"WaitforEmailAttachmentSaveOptions.html","bundleId":"work-tasks-2023-sp1","id":"a2ca6a439-9bf5-4531-ad4c-a2704ea54c20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveLocation.html","title":"Wait for Email: Attachment Save Location","navPath":"WaitforEmailAttachmentSaveLocation.html","bundleId":"work-tasks-2023-sp1","id":"a7fcd6ae4-091a-4b4f-98e2-cc644cfb8985","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail_1.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail_1.html","bundleId":"work-tasks-2023-sp1","id":"a516fb5b9-e4c7-47eb-a4e0-dc4b17cb015f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotificationActivity.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a45419fb4-951e-4bf5-8b99-65215bfeffe3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource.html","bundleId":"work-tasks-2023-sp1","id":"a76b09728-645d-479d-85dd-d79d6f6b5ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetNotificationType.html","title":"Set Notification Type","navPath":"SetNotificationType.html","bundleId":"work-tasks-2023-sp1","id":"a5ea7c9e8-6498-4509-959c-111539e5d8fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVA_WorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVA_WorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"abb0522d5-61b3-477e-a7e0-1b5a7397a9b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a754a4a56-0248-412e-a7d1-16edd3bd24b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNElements.html","title":"BPMN Elements","navPath":"BPMNElements.html","bundleId":"work-tasks-2023-sp1","id":"a1ce0213d-5639-49d8-9ab3-7ffa67e28fba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GatewayPlaceholder.html","title":"Gateway Placeholder","navPath":"GatewayPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"adbd0ee6b-1d09-47e5-bd0e-9fae2268da82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupBox.html","title":"Group Box","navPath":"GroupBox.html","bundleId":"work-tasks-2023-sp1","id":"a0df5caa5-f782-4740-bae1-3697c615fc89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventPlaceholder.html","title":"Intermediate Event Placeholder","navPath":"IntermediateEventPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"a09719033-43f8-424c-bea2-281be86c608e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lane.html","title":"Lane","navPath":"Lane.html","bundleId":"work-tasks-2023-sp1","id":"a1fa672d4-0f02-4d60-91fe-4a2dd488f70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Placeholder.html","title":"Placeholder","navPath":"Placeholder.html","bundleId":"work-tasks-2023-sp1","id":"a916c84fd-43d6-4f6b-bef4-3e8b3cb50bfa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PlaceholderActionOutputs.html","title":"Placeholder: Action Outputs","navPath":"PlaceholderActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ae294db7f-6ba0-4ed7-a5d5-23d49520d392","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Pool.html","title":"Pool","navPath":"Pool.html","bundleId":"work-tasks-2023-sp1","id":"ad0824ae0-acb4-41f6-b1a9-1f08f72e4b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListActivities.html","title":"List Activities","navPath":"ListActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae5ca5838-8804-4ef0-9579-434931e3b261","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorActivity.html","title":"List Navigator Activity","navPath":"ListNavigatorActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4d6b5f85-bd48-4ea2-b882-adcd00c14493","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XmlListNavigatorActivity-XmlVariableOfListType.html","title":"XML List Navigator Activity - XMLVariable of List Type","navPath":"XmlListNavigatorActivity-XmlVariableOfListType.html","bundleId":"work-tasks-2023-sp1","id":"a24127fd9-8d01-4697-8dad-aede62a71120","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListNameorID.html","title":"List Navigator: List Name or ID","navPath":"ListNavigatorListNameorID.html","bundleId":"work-tasks-2023-sp1","id":"a55e089ca-67d5-4e9d-b5ec-89cf0013687d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListQuery.html","title":"List Navigator: List Query","navPath":"ListNavigatorListQuery.html","bundleId":"work-tasks-2023-sp1","id":"a934ce89e-686b-45ba-bb88-eaaf3988eeb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorQueryBuilder.html","title":"List Navigator: Query Builder","navPath":"ListNavigatorQueryBuilder.html","bundleId":"work-tasks-2023-sp1","id":"ad4ff32cd-5e06-4a86-93be-b891bc145f58","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForEventActivity.html","title":"Wait for Event Activity","navPath":"WaitForEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae161d7e9-5440-441b-8ba9-4e0743c1ff4e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventListID.html","title":"Wait for Event: List ID","navPath":"WaitforEventListID.html","bundleId":"work-tasks-2023-sp1","id":"a73680b3d-4100-4071-b107-7cff5eb4d7f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventNoofEvents.html","title":"Wait for Event: No of Events","navPath":"WaitforEventNoofEvents.html","bundleId":"work-tasks-2023-sp1","id":"a0b320b0e-ba44-41a1-ba37-b46e3205f6f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveFrom.html","title":"Wait for Event: Effective From","navPath":"WaitforEventEffectiveFrom.html","bundleId":"work-tasks-2023-sp1","id":"a7d706dcd-3c9d-4b10-909d-d1be0c0005bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveTo.html","title":"Wait for Event: Effective To","navPath":"WaitforEventEffectiveTo.html","bundleId":"work-tasks-2023-sp1","id":"aa559fbf1-83ce-494c-a841-ded0360e424d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventWorkflowEventDataXMLVariable.html","title":"Wait for Event: Workflow Event Data XML Variable","navPath":"WaitforEventWorkflowEventDataXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2be046d2-7ea4-4f26-8f71-861745c8d20c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityActivities.html","title":"Security Activities","navPath":"SecurityActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1e7e1e0-17e8-451b-8e70-fbd11880633d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelApprovalWorkflow.html","title":"Cancel Approval Workflow","navPath":"CancelApprovalWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a979a5b9d-056d-4e68-ad73-72be5358d892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityInstructionHandler.html","title":"Security Instruction Handler","navPath":"SecurityInstructionHandler.html","bundleId":"work-tasks-2023-sp1","id":"a1a0c95a6-7a3b-4a76-ac17-712a804edbce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportActivities.html","title":"Report Activities","navPath":"ReportActivities.html","bundleId":"work-tasks-2023-sp1","id":"abc7dd4c6-9816-4de6-8123-9917201b85b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportGeneratorActivity.html","title":"Report Generator Activity","navPath":"ReportGeneratorActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad043f159-88a5-48b0-91a0-8ea33bcc0469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureReportTemplate.html","title":"Configure Report Template","navPath":"ConfigureReportTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af42d1a2b-fb3b-4e3e-b8b7-f5315def2ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHistorianConnection.html","title":"Create a Historian Connection","navPath":"CreateaHistorianConnection.html","bundleId":"work-tasks-2023-sp1","id":"a024770fb-d8b7-44b0-a87a-589470202068","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAActivities.html","title":"SOA Activities","navPath":"SOAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a1e63dec3-186e-4296-80cc-274c27fe000a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAExecuteActivity.html","title":"SOA Execute Activity","navPath":"SOAExecuteActivity.html","bundleId":"work-tasks-2023-sp1","id":"acaecacf0-0483-4efb-85de-3b4e4a8d9952","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteMethodswithOutParametersinSOA.html","title":"Execute Methods with Out Parameters in SOA","navPath":"ExecuteMethodswithOutParametersinSOA.html","bundleId":"work-tasks-2023-sp1","id":"a1bc3d3eb-db20-43d2-aa14-f986252dbd01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveMultipleRecordsfromDatabaseUsingSOA.html","title":"Retrieve Multiple Records from Database Using SOA","navPath":"RetrieveMultipleRecordsfromDatabaseUsingSOA.html","bundleId":"work-tasks-2023-sp1","id":"a814f8475-aa00-4312-b5bf-3b72fa5eb0eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoIterateCollectionObject.html","title":"How to Iterate Collection Object?","navPath":"HowtoIterateCollectionObject.html","bundleId":"work-tasks-2023-sp1","id":"a577f6746-b0ff-4b17-af40-6144e1a9eab2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoDesignaWorkflow.html","title":"How to Design a Workflow?","navPath":"HowtoDesignaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a217e89a9-1f87-413d-8f1f-2e651d6f8c0f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEventsActivities.html","title":"ArchestrA Events","navPath":"ArchestrAEventsActivities.html","bundleId":"work-tasks-2023-sp1","id":"a22fc689b-13c4-4acc-b4e2-5d7c8d9f0174","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAWaitforEvent.html","title":"ArchestrA Wait for Event","navPath":"ArchestrAWaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a9ab269c4-a1a5-43b5-a8b0-2c2910aac10d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetArchestrAEventFilters.html","title":"Set ArchestrA Event Filters","navPath":"SetArchestrAEventFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91aff46b-d538-40fd-bc35-5540783d0c73","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities.html","title":"Message Queue Activities","navPath":"MessageQueueActivities.html","bundleId":"work-tasks-2023-sp1","id":"a4068501f-3ebb-49d7-91e8-cd10de8a14ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData.html","title":"SendMQData","navPath":"SendMQData.html","bundleId":"work-tasks-2023-sp1","id":"a0de6a88c-95ad-41cd-99e4-a0ddfb386429","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringMessageQueueConnection.html","title":"Configuring Message Queue Connection","navPath":"ConfiguringMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"af2009a71-d918-45cf-aa2d-db38c280fda5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForMQData.html","title":"WaitForMQData","navPath":"WaitForMQData.html","bundleId":"work-tasks-2023-sp1","id":"a4d94d537-22ab-4067-b4e9-097046bbee1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageQueueFilters.html","title":"Set Message Queue Filters","navPath":"SetMessageQueueFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91b2b46e-e74a-4a25-96e7-652ce7c7920d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities.html","title":"Logic App Activities","navPath":"LogicAppActivities.html","bundleId":"work-tasks-2023-sp1","id":"a108cffbb-f8d2-44ba-b4e7-09d7ba7d2bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity.html","bundleId":"work-tasks-2023-sp1","id":"afda05204-d7e4-425e-ba27-866f1071e830","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringLogicAppConnectionandData.html","title":"Configuring Logic App Connection and Data","navPath":"ConfiguringLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"aa3c9e4bc-fd28-4554-bbe8-06763f20c6eb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforLogicAppAlertActivity.html","title":"Wait for Logic App Alert Activity","navPath":"WaitforLogicAppAlertActivity.html","bundleId":"work-tasks-2023-sp1","id":"a754640c1-f7ac-4588-a32b-a35fbd5f25b1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandExecuteWorkflows.html","title":"Design and Execute Workflows","navPath":"DesignandExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aaf35a399-194f-4ecb-890a-9c34755d4164","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewWorkflowProcess.html","title":"Create a New Workflow Process","navPath":"CreateaNewWorkflowProcess.html","bundleId":"work-tasks-2023-sp1","id":"ab76d7c82-5136-4900-bb6b-33d3f47643b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecutetheWorkflow.html","title":"Execute the Workflow","navPath":"ExecutetheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ae0cbf4f4-cc13-48f7-956a-7e49f7b5a929","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofInternalStatusCodes.html","title":"List of Internal Status Codes","navPath":"ListofInternalStatusCodes.html","bundleId":"work-tasks-2023-sp1","id":"aaf49a492-e480-4c42-a9de-d1d56ea76832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflows.html","title":"Execute Workflows","navPath":"ExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a55737b80-4ff2-4179-b0e2-c68e5a8d87e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflowsAsynchronously.html","title":"Execute Workflows Asynchronously","navPath":"ExecuteWorkflowsAsynchronously.html","bundleId":"work-tasks-2023-sp1","id":"ac7c7a9bc-42cd-4657-93e8-bcba29c5dc96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseRedirectionEnabledPropertyforSynchronousExecution.html","title":"Use Redirection Enabled Property for Synchronous Execution","navPath":"UseRedirectionEnabledPropertyforSynchronousExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be8fc49-6b88-426f-af18-739778883656","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnablingHumanWorkflowInteraction.html","title":"Enable Human-Workflow Interaction","navPath":"EnablingHumanWorkflowInteraction.html","bundleId":"work-tasks-2023-sp1","id":"abe3d0c46-f8e5-4d06-bb8e-2598f5823624","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanWorkflowServices.html","title":"Human Workflow Services","navPath":"HumanWorkflowServices.html","bundleId":"work-tasks-2023-sp1","id":"a3427f323-e4ef-47f5-bafa-99fe03d9f64b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutChannels.html","title":"About Channels","navPath":"AboutChannels.html","bundleId":"work-tasks-2023-sp1","id":"a666d8a70-8940-4351-8899-eb69c8abe3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutForms.html","title":"About Forms","navPath":"AboutForms.html","bundleId":"work-tasks-2023-sp1","id":"a89983141-5060-4f88-ab42-ea21e76b0927","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateChannelsandForms.html","title":"Create Channels and Forms","navPath":"CreateChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a70cc5690-b4b0-4eab-a61e-58bc279ff081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseChannelsandForms.html","title":"Use Channels and Forms","navPath":"UseChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a6b6ee1c2-79fd-44ae-825b-da9da07b2bf4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeBehaviorofChannelsandForms.html","title":"Run-time Behavior of Channels and Forms","navPath":"RuntimeBehaviorofChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a1877836f-6a17-470e-a9b5-a290dd6b44f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAccessRightsforFormInstances.html","title":"Set Access Rights for Form Instances","navPath":"SetAccessRightsforFormInstances.html","bundleId":"work-tasks-2023-sp1","id":"a8109f407-808f-4f14-b98e-9f1fe4f62b14","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseASPXFormastheDetailedViewPageofWorkItemListControl.html","title":"Use ASPX Form as the Detailed View Page of Work Item List Control","navPath":"UseASPXFormastheDetailedViewPageofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a1f0d01e4-7fca-4c0e-aa4a-46f02d4e767c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailandMicrosoftOfficeOutlookIntegration.html","title":"Email and Microsoft Office Outlook Integration","navPath":"EmailandMicrosoftOfficeOutlookIntegration.html","bundleId":"work-tasks-2023-sp1","id":"aea36f96c-f336-4d5e-a187-a672a2ed3b15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoSendingActivitiesbyEmail.html","title":"Introduction to Sending Activities by Email","navPath":"IntroductiontoSendingActivitiesbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"adda7a138-bced-4a3b-b323-11ac8b38a33a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivitiestobeSentbyEmail.html","title":"Configure Activities to be Sent by Email","navPath":"ConfigureActivitiestobeSentbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"a4f9556e9-6268-482d-a249-210d4f43a34c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateFormatinEmailTemplate.html","title":"Date Format in Email Template","navPath":"DateFormatinEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad6c755e8-e867-45df-adcb-415fcb509233","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationwithMicrosoftOfficeOutlook.html","title":"Integration with Microsoft Office Outlook","navPath":"IntegrationwithMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a686ae0d4-b87c-4ff2-a357-bb01e2d40f25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoApprovalActivitiesfromEmail.html","title":"Respond to Approval Activities from Email","navPath":"RespondtoApprovalActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a11ae5cde-6072-4001-8fd6-10f3d3d3d0f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChecklistActivitiesfromEmail.html","title":"Respond to Checklist Activities from Email","navPath":"RespondtoChecklistActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3621f986-3dcc-4ecd-8faf-5a8c50125c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChoiceActivitiesfromEmail.html","title":"Respond to Choice Activities from Email","navPath":"RespondtoChoiceActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3659d735-50c2-46e1-bc7c-da460d262e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInformationActivitiesfromEmail.html","title":"View Information Activities from Email","navPath":"ViewInformationActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"ae700b7a0-b754-439d-bc33-a1a6fdd5869a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoTaskActivitiesfromEmail.html","title":"Respond to Task Activities from Email","navPath":"RespondtoTaskActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"af83317e6-ba6b-44a5-bb08-72760c0388ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","title":"Configure Repository Database to View Process Execution View, Document View, and Work Items View from Email","navPath":"ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a90ff5ff3-ff97-40bd-aa3f-08d96304c533","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportVariablesContentsandXMLVariablesinEmailTemplates.html","title":"Support Variables, Contents, and XML Variables in Email Templates","navPath":"SupportVariablesContentsandXMLVariablesinEmailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"a20989d4a-a7fe-4c1e-a300-d91c02504f35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivityEmailTemplate.html","title":"Approval Activity Email Template","navPath":"ApprovalActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a87abb814-8398-486f-9b80-ffd23c4579cb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesintheApprovalEmailTemplate.html","title":"Use Variables in the Approval Email Template","navPath":"UseVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2afae867-d7e7-46d7-bf67-419b80953762","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsintheApprovalEmailTemplate.html","title":"Use Contents in the Approval Email Template","navPath":"UseContentsintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac95550e8-220d-4332-a220-26232d4fce87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesintheApprovalEmailTemplate.html","title":"Use XML Variables in the Approval Email Template","navPath":"UseXMLVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae7c4ff48-2d4b-4077-a426-4aa58eb3adeb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivityEmailTemplate.html","title":"Choice Activity Email Template","navPath":"ChoiceActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a9b945a0f-c5ec-4ce3-8d14-85c440aeee44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinChoiceEmailTemplate.html","title":"Use Variables in Choice Email Template","navPath":"UseVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac933a8f7-c747-4ee8-8c82-4e8575187cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinChoiceEmailTemplate.html","title":"Use Contents in Choice Email Template","navPath":"UseContentsinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"afff89e01-f034-4356-aca0-152f6c4e6f12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinChoiceEmailTemplate.html","title":"Use XML Variables in Choice Email Template","navPath":"UseXMLVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a097000f0-3291-4b2d-bc43-2dbcc2b52f04","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/check-listactivityemailtemplate.html","title":"Check-List Activity Email Template","navPath":"check-listactivityemailtemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5c966dd6-b323-466b-8ba1-df2273c0f305","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinCheckListEmailTemplate.html","title":"Use Variables in Check-List Email Template","navPath":"UseVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a810bd848-b02c-4a20-b3d7-658939e67f33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinCheckListEmailTemplate.html","title":"Use Contents in Check-List Email Template","navPath":"UseContentsinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a0d1969b4-01e6-4260-8c05-9fd7b2d47bc3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinCheckListEmailTemplate.html","title":"Use XML Variables in Check-List Email Template","navPath":"UseXMLVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ab36f8de9-73e5-4d41-8a92-bf80eca1d664","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivityEmailTemplate.html","title":"Task Activity Email Template","navPath":"TaskActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1a4d6c1d-a413-46c4-84d9-3a4c008d4dcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinTaskEmailTemplate.html","title":"Use Variables in Task Email Template","navPath":"UseVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1d2c3fbc-0971-4a62-881b-1a9074230ae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinTaskEmailTemplate.html","title":"Use Contents in Task Email Template","navPath":"UseContentsinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a43c16a1e-b4bd-4691-be0f-811a662413b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinTaskEmailTemplate.html","title":"Use XML Variables in Task Email Template","navPath":"UseXMLVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2ddd6465-7286-4a68-a2d1-26aa648d209a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivityEmailTemplate.html","title":"Information Activity Email Template","navPath":"InformationActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7823e8d0-ed10-4987-a667-09155337ab44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInformationEmailTemplate.html","title":"Use Variables in Information Email Template","navPath":"UseVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1995307a-c882-409b-8b49-45975aa84be7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInformationEmailTemplate.html","title":"Use Contents in Information Email Template","navPath":"UseContentsinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a8947b830-0ade-48bd-add5-ea611642ae8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInformationEmailTemplate.html","title":"Use XML Variables in Information Email Template","navPath":"UseXMLVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a361d157a-2e76-4b2b-8800-01e92b9138d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differentemailtemplatefordifferentactivityinaworkflow.html","title":"Different Email Template for Different Activity in a Workflow","navPath":"differentemailtemplatefordifferentactivityinaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af4add5eb-9aaa-41d1-8df7-448be27d0f7b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofApprovalActivity.html","title":"Use 'HTML Template' Property of Approval Activity","navPath":"UseHTMLTemplatePropertyofApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6af2a093-0045-4aa4-b303-1c721cb1e69e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChoiceActivity.html","title":"Use 'HTML Template' Property of Choice Activity","navPath":"UseHTMLTemplatePropertyofChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a0ad5df4c-0faa-4298-9094-188dfce74f9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChecklistActivity.html","title":"Use 'HTML Template' Property of Checklist Activity","navPath":"UseHTMLTemplatePropertyofChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a420d6302-62b8-4bd9-9e6f-2f3001664537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofTaskActivity.html","title":"Use 'HTML Template' Property of Task Activity","navPath":"UseHTMLTemplatePropertyofTaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae2330773-66d2-4047-8441-61d9f807d619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofInformationActivity.html","title":"Use 'HTML Template' Property of Information Activity","navPath":"UseHTMLTemplatePropertyofInformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7a93971d-cc7e-4931-8472-043ff4aa31a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddinforMicrosoftOfficeOutlook.html","title":"Add-in for Microsoft Office Outlook","navPath":"AddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a019dd97f-7965-4718-a027-8ae575e1d3ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContextMenuOptions.html","title":"Context Menu Options","navPath":"ContextMenuOptions.html","bundleId":"work-tasks-2023-sp1","id":"a28b8b3e8-39b7-4a62-9f73-3cf276eed0ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity_1.html","title":"Approval Activity","navPath":"ApprovalActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4f804404-5855-4077-9a72-c3f764a5bcda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity_1.html","title":"Checklist Activity","navPath":"ChecklistActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a45b0653f-d777-4014-8815-db20c68c634b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity_1.html","title":"Choice Activity","navPath":"ChoiceActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3b2b7e8b-beeb-4639-8f33-60f6449caff3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity_1.html","title":"Task Activity","navPath":"TaskActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3a7bd192-c521-4673-b1a0-11dffd966cbf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MicrosoftOfficeOutlookFollowup.html","title":"Microsoft Office Outlook Follow up","navPath":"MicrosoftOfficeOutlookFollowup.html","bundleId":"work-tasks-2023-sp1","id":"a32f155f7-6c79-4d7c-af31-2260b41c67ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RibbonBarOptions.html","title":"Ribbon Bar Options","navPath":"RibbonBarOptions.html","bundleId":"work-tasks-2023-sp1","id":"ae93bda9b-b11b-4aa3-9316-240ed673c2d1","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Database.html","title":"Database","navPath":"Database.html","bundleId":"work-tasks-2023-sp1","id":"a930034ab-fb47-47f3-9d1d-6b60dea2fe6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDatabaseScriptstocreateDatabaseTables.html","title":"Use Database Scripts to create Database Tables","navPath":"UseDatabaseScriptstocreateDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"acc1c585c-2924-4b1a-a512-d279c3b98648","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedFeatures.html","title":"Advanced Features","navPath":"AdvancedFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a70e953d5-8f69-45ed-b76f-e2393b586c9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFramework.html","title":"Events Framework","navPath":"EventsFramework.html","bundleId":"work-tasks-2023-sp1","id":"a53009b3e-74d3-4d77-800e-b7252914b152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventFrameworkComponents.html","title":"Event Framework Components","navPath":"EventFrameworkComponents.html","bundleId":"work-tasks-2023-sp1","id":"a37d9f90b-ac9f-49be-8e88-69ac7e64cec3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFrameworkInterfacesandClasses.html","title":"Events Framework Interfaces and Classes","navPath":"EventsFrameworkInterfacesandClasses.html","bundleId":"work-tasks-2023-sp1","id":"ad618ced8-7623-4e40-8f7e-1db65c3fa1d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventProviderArchitecture.html","title":"Event Provider Architecture","navPath":"EventProviderArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a9cb1dd66-4a87-44cc-8a9f-ba4c522eaeda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboundEventProvider.html","title":"Inbound Event Provider","navPath":"InboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"af860ec65-5839-49db-9e0d-16a222a62d73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OutboundEventProvider.html","title":"Outbound Event Provider","navPath":"OutboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a78d5551c-e863-49bf-8cba-66a9c683efc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkEventBindingandProvider.html","title":"Link Event Binding and Provider","navPath":"LinkEventBindingandProvider.html","bundleId":"work-tasks-2023-sp1","id":"a040c612b-b132-40de-ac55-7ecd0ba8d2bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDefaultEventProviders.html","title":"Use Default Event Providers","navPath":"UseDefaultEventProviders.html","bundleId":"work-tasks-2023-sp1","id":"a7099eb74-8545-4f72-8da1-2adccf65a747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingaCustomEventProvider.html","title":"Add a Custom Event Provider","navPath":"AddingaCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a561f71f4-97a6-4e81-a6b2-13072a54d59f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoCreateCustomEventProvider.html","title":"Steps to Create Custom Event Provider","navPath":"StepstoCreateCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a9275fde5-8cf6-4815-8584-5dca299c52d7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleClassLibraryforCustomEventProvider.html","title":"Code Sample - Class Library for Custom Event Provider","navPath":"CodeSampleClassLibraryforCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a16f4fd34-5d29-4eb2-8038-fe9e966b31df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFilesforFileWatcherEventBindingPage.html","title":"Code Sample - Files for File Watcher Event Binding Page","navPath":"CodeSampleFilesforFileWatcherEventBindingPage.html","bundleId":"work-tasks-2023-sp1","id":"a464d928e-bd7c-46d0-8539-2f2b8f7b9172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","title":"Create File Watcher Initiated Workflow or Custom Workflow","navPath":"CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af0dbad4b-d819-4790-a108-2eb6c61853a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFileWatcherInitiatedWorkflow.html","title":"Code Sample - File Watcher Initiated Workflow","navPath":"CodeSampleFileWatcherInitiatedWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a56a4c914-03bf-4c77-96d8-04162c1a6f33","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportBPMNProcessModelsfromMicrosoftVisio.html","title":"Import BPMN Process Models from Microsoft Visio","navPath":"ImportBPMNProcessModelsfromMicrosoftVisio.html","bundleId":"work-tasks-2023-sp1","id":"a0b1c16e1-96fb-4d5f-ad72-62fb7d687d6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofVisioProcessImport.html","title":"Overview of Visio Process Import","navPath":"OverviewofVisioProcessImport.html","bundleId":"work-tasks-2023-sp1","id":"a8a072564-f32a-4a3e-8388-4e421c4839a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","title":"Map BPMN Events to AVEVA Work Tasks Actions","navPath":"Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","bundleId":"work-tasks-2023-sp1","id":"a543ceb38-84cb-4227-98d2-4c91cd9a4c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNEndEvents.html","title":"BPMN End Events","navPath":"BPMNEndEvents.html","bundleId":"work-tasks-2023-sp1","id":"a83b4df9b-f226-4353-8693-cfaa08d97657","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndEvent.html","title":"End Event","navPath":"EndEvent.html","bundleId":"work-tasks-2023-sp1","id":"a88124fc8-870d-4904-b34b-0c43e04217dc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RaiseException.html","title":"Raise Exception","navPath":"RaiseException.html","bundleId":"work-tasks-2023-sp1","id":"aabcf5fcb-0ccc-43dd-a66b-91fc66ad0802","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelTransaction.html","title":"Cancel Transaction","navPath":"CancelTransaction.html","bundleId":"work-tasks-2023-sp1","id":"a69c2224e-7923-4242-85a5-fbad4198655a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CompensateTransaction.html","title":"Compensate Transaction","navPath":"CompensateTransaction.html","bundleId":"work-tasks-2023-sp1","id":"aefab2658-6ce6-44e3-9772-0c14d07e69b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TerminateWorkflow.html","title":"Terminate Workflow","navPath":"TerminateWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c1f06-b320-4c31-aadf-4e3db2e7c608","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkSource.html","title":"Link Source","navPath":"LinkSource.html","bundleId":"work-tasks-2023-sp1","id":"a0f3bb9d3-f712-4ac7-8d35-f1fa68247d2a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndWithMessage.html","title":"End With Message","navPath":"EndWithMessage.html","bundleId":"work-tasks-2023-sp1","id":"abecad163-8770-4419-abdb-325e2bd16bf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MultipleNotMapped.html","title":"Multiple (Not Mapped)","navPath":"MultipleNotMapped.html","bundleId":"work-tasks-2023-sp1","id":"a09e70a6a-8bc9-4b40-aae5-9c08849dce43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNIntermediateEvents.html","title":"BPMN Intermediate Events","navPath":"BPMNIntermediateEvents.html","bundleId":"work-tasks-2023-sp1","id":"a66db56c5-85ab-4802-a3e2-ce63e500e1ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventsOverview.html","title":"Intermediate Events Overview","navPath":"IntermediateEventsOverview.html","bundleId":"work-tasks-2023-sp1","id":"a14369d26-46f6-43b9-a39c-21fe010fe0b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnException.html","title":"On Exception","navPath":"OnException.html","bundleId":"work-tasks-2023-sp1","id":"ab8a8d510-adf4-4155-9680-4629b61f3e4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEvent.html","title":"Wait for Event","navPath":"WaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a181f96b9-7a52-47a9-b2d2-a3f2883bb30d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitTimer.html","title":"Wait Timer","navPath":"WaitTimer.html","bundleId":"work-tasks-2023-sp1","id":"a088548bd-0edb-4520-a57c-7b381e64b870","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTransactionCanceled.html","title":"On Transaction Canceled","navPath":"OnTransactionCanceled.html","bundleId":"work-tasks-2023-sp1","id":"a1d2555e0-3858-44de-9db1-b2987dc1063f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCompensation.html","title":"On Compensation","navPath":"OnCompensation.html","bundleId":"work-tasks-2023-sp1","id":"a1ba72f97-bb38-44f9-839c-895b3c71cd25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapBPMNActivitiestoWorkTasksActivities.html","title":"Map BPMN Activities to AVEVA Work Tasks Activities","navPath":"MapBPMNActivitiestoWorkTasksActivities.html","bundleId":"work-tasks-2023-sp1","id":"a19e07397-c316-4562-b2e1-751488a1d568","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNTask.html","title":"BPMN Task","navPath":"BPMNTask.html","bundleId":"work-tasks-2023-sp1","id":"a2b4037b6-f50c-4a5c-8c87-ee7bab230adc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubProcess.html","title":"Sub-Process","navPath":"SubProcess.html","bundleId":"work-tasks-2023-sp1","id":"ad374b20d-ff42-460a-9a35-fffa4b6faa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapConnectors.html","title":"Map Connectors","navPath":"MapConnectors.html","bundleId":"work-tasks-2023-sp1","id":"a6c984813-ddc8-470c-9f8d-653ba64121b6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SequenceFlows.html","title":"Sequence Flows","navPath":"SequenceFlows.html","bundleId":"work-tasks-2023-sp1","id":"ad89837ce-b1da-4b0a-acb7-3f637655a15e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageLogs.html","title":"Message Logs","navPath":"MessageLogs.html","bundleId":"work-tasks-2023-sp1","id":"ad64e79fe-b7cc-4d41-9b64-4e6e9e711edc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageLogDebugModeLevel.html","title":"Set Message Log Debug Mode Level","navPath":"SetMessageLogDebugModeLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2f04304e-f1e8-4484-bc13-66314710e60c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewMessageLogFiles.html","title":"View Message Log Files","navPath":"ViewMessageLogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a27c3774f-aebb-479b-9612-ab03a4da2096","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerConsole.html","title":"Logger Console","navPath":"LoggerConsole.html","bundleId":"work-tasks-2023-sp1","id":"a767c5d3f-dc95-4bb5-baf5-fb0bfdedd791","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings.html","bundleId":"work-tasks-2023-sp1","id":"af216b8c4-b176-4605-ab74-7bb2cd12a576","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSynchronizeThreadsinEngine.html","title":"Manage and Synchronize Threads in Engine","navPath":"ManageandSynchronizeThreadsinEngine.html","bundleId":"work-tasks-2023-sp1","id":"af848a5a2-b8b6-44cd-966c-0cc86d99cef3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitInMemoryActivityStepsCountforRepository.html","title":"Limit In-Memory Activity/Steps Count for Repository","navPath":"LimitInMemoryActivityStepsCountforRepository.html","bundleId":"work-tasks-2023-sp1","id":"ada9dffc0-d1f8-4d56-9373-f1f8768fe6e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThreadPoolsatRepositoryLevel.html","title":"Thread Pools at Repository Level","navPath":"ThreadPoolsatRepositoryLevel.html","bundleId":"work-tasks-2023-sp1","id":"ada1fe555-3848-4508-9166-223dcf3e8ef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActivityConcurrencyLimit.html","title":"Activity Concurrency Limit","navPath":"ActivityConcurrencyLimit.html","bundleId":"work-tasks-2023-sp1","id":"aac19b5d3-0ad2-4a23-a1eb-c6932e1bda97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Entities.html","title":"Entities","navPath":"Entities.html","bundleId":"work-tasks-2023-sp1","id":"a34f498ac-3a09-45d3-b62d-0626bee8678d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicUnderstandingoftheNeedforDataBridgeInterface.html","title":"Basic Understanding of the Need for Data Bridge Interface","navPath":"BasicUnderstandingoftheNeedforDataBridgeInterface.html","bundleId":"work-tasks-2023-sp1","id":"acb6a6ca9-c71c-4f7d-9029-00344847f304","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataBridgeProvider.html","title":"DataBridge Provider","navPath":"DataBridgeProvider.html","bundleId":"work-tasks-2023-sp1","id":"ac79afbfb-6448-4997-aa11-96183b3487e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserEntity.html","title":"User Entity","navPath":"UserEntity.html","bundleId":"work-tasks-2023-sp1","id":"a1120c5f9-9a0d-4aa9-aad3-8c7c3312afa2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","title":"XML Schema for User Entity and User Entity Data Source Provider","navPath":"XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"ad34230a2-1db2-4b2d-91b4-d9c301915fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFormsProviderforAuthentication.html","title":"Configure Forms Provider for Authentication","navPath":"ConfigureFormsProviderforAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a9d5731c2-8533-4233-981f-29358bbca06f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectoryandSQLProvider.html","title":"Map Active Directory and SQL Provider","navPath":"MapActiveDirectoryandSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"af5799678-e162-4073-8e33-e1a5da0b1f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleEntity.html","title":"Role Entity","navPath":"RoleEntity.html","bundleId":"work-tasks-2023-sp1","id":"a8893b40f-73e3-4e0a-9ab2-4680efc25bcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaUsedbyRoleEntityDataSourceProvider.html","title":"XML Schema Used by Role Entity Data Source Provider","navPath":"XMLSchemaUsedbyRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a825f36cb-5615-4527-93e3-ce3c50fd9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizingRolesofQueueParticipants.html","title":"Synchronizing Roles of Queue Participants","navPath":"SynchronizingRolesofQueueParticipants.html","bundleId":"work-tasks-2023-sp1","id":"a2d6e4504-f901-4abb-8893-d846686be475","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntityDataSourceProviderCodeSamples.html","title":"Entity Data Source Provider Code Samples","navPath":"EntityDataSourceProviderCodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a6c956460-5ffa-46d1-917a-143b59faaced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserEntityDataSourceProvider.html","title":"Create User Entity Data Source Provider","navPath":"CreateUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a8007eb3c-e1f4-4543-b013-571f9a0c84a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserandRoleEntityDataSourceProvider.html","title":"Create User and Role Entity Data Source Provider","navPath":"CreateUserandRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a2686baa7-bc75-49c7-b285-8239e36a9d1c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step1CreateDataSourcefortheRepository.html","title":"Step 1: Create Data Source for the Repository","navPath":"Step1CreateDataSourcefortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a2bd07044-9841-425e-ba60-ddb60461ab80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","title":"Step 2: Create a Repository and Map the Data Source to the Repository","navPath":"Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","bundleId":"work-tasks-2023-sp1","id":"acfb88e62-8e66-4041-867f-7e36458143c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","title":"Step 3: Create Custom User Entity Data Source Provider for Authentication and User Information","navPath":"Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","bundleId":"work-tasks-2023-sp1","id":"a97057cac-0344-4c1d-8560-849cc996c8a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step4CreateDefaultAdminfortheRepository.html","title":"Step 4: Create Default Admin for the Repository","navPath":"Step4CreateDefaultAdminfortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a7eb4e4b8-0238-42c7-8158-3851b59a8d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step5CreateCustomRoleEntityDataSourceProvider.html","title":"Step 5: Create Custom Role Entity Data Source Provider","navPath":"Step5CreateCustomRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa91d11dd-f803-4862-80c2-df16c083e1cc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","title":"Custom Role Provider Fetching Roles from SQL and Users from Active Directory","navPath":"CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a815a8dd4-8524-4c3c-bf16-884200a06177","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateWorkflowtoSchedulerEvent.html","title":"Associate Workflow to Scheduler Event","navPath":"AssociateWorkflowtoSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"ad3ea6cb9-6120-438e-ba8d-0e44981206ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupaSchedule.html","title":"Set up a Schedule","navPath":"SetupaSchedule.html","bundleId":"work-tasks-2023-sp1","id":"a742fca2e-881e-4e6e-9fba-26ae57022e1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerAssociation.html","title":"Edit Scheduler Association","navPath":"EditSchedulerAssociation.html","bundleId":"work-tasks-2023-sp1","id":"a34d2614c-d385-4501-a0e4-207821a7e90b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSchedulingTasksUsingSchedulerEvent.html","title":"Example of Scheduling Tasks Using Scheduler Event","navPath":"ExampleofSchedulingTasksUsingSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"a90e4411e-6d5f-48c3-bf23-c2d15bbb97aa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItems.html","title":"Manage Work Items","navPath":"ManageWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"ae30c62ec-e323-4ab2-97b2-e90e71575e5d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItemstoOtherUsers.html","title":"Forward Work Items to Other Users","navPath":"ForwardWorkItemstoOtherUsers.html","bundleId":"work-tasks-2023-sp1","id":"a6440eb82-9fd8-4a36-9362-31813aeee9a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems.html","title":"Abort Work Items","navPath":"AbortWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a87309751-e778-4b7c-addd-6e37bd42d8ba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewTabandCustomLogictoProcessExecutionView.html","title":"Add New Tab and Custom Logic to Process Execution View","navPath":"AddNewTabandCustomLogictoProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"a5f69e18c-3e1b-4442-9579-aa2a86ca6a00","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheStepDetailsWindow.html","title":"Customize the 'Step Details' Window","navPath":"CustomizetheStepDetailsWindow.html","bundleId":"work-tasks-2023-sp1","id":"a07840b11-dcdf-4528-84ee-458f24b67602","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Customization.html","title":"Customization","navPath":"Customization.html","bundleId":"work-tasks-2023-sp1","id":"ada43870f-90db-471c-8dd8-f884a33b5ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizingUserInterfaces.html","title":"Customize User Interfaces","navPath":"CustomizingUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a8f7b63e0-64da-4b78-b818-22cbf6199d19","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StyleSheets.html","title":"Style Sheets","navPath":"StyleSheets.html","bundleId":"work-tasks-2023-sp1","id":"ad8d4a25a-c998-4281-be35-0b784e661e05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFarmConfigurationWizardUserInterface.html","title":"Customize Farm Configuration Wizard User Interface","navPath":"CustomizeFarmConfigurationWizardUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"ab03b03d0-3347-4c8c-936d-87a2f218b446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeEnterpriseConsoleMenu.html","title":"Customize Enterprise Console Menu","navPath":"CustomizeEnterpriseConsoleMenu.html","bundleId":"work-tasks-2023-sp1","id":"a586d5182-e355-4e1b-9c75-fb603d190596","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFonts.html","title":"Customize Fonts","navPath":"CustomizeFonts.html","bundleId":"work-tasks-2023-sp1","id":"a45d2a31b-78d7-42df-af2d-c5d1ebfb402a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeWorkItemControl.html","title":"Customize Work Item Control","navPath":"CustomizeWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a1d652084-0f06-4ac4-bc97-b022aa1d4f97","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeLeftMenuGrid.html","title":"Customize Left Menu Grid","navPath":"CustomizeLeftMenuGrid.html","bundleId":"work-tasks-2023-sp1","id":"a164b084d-b6a5-43c9-8cee-1d2c085f9dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeGridDetailsView.html","title":"Customize Grid Details View","navPath":"CustomizeGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"aa97f02be-cd92-4027-a8e8-2a6d02ccc2cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeHeightandWidthoftheGridDetailsView.html","title":"Change Height and Width of the Grid Details View","navPath":"ChangeHeightandWidthoftheGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"a1b251769-3219-41af-a8f1-5493f4ea614b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeFontStyleBasedontheStatusoftheWorkItem.html","title":"Change Font Style Based on the Status of the Work Item","navPath":"ChangeFontStyleBasedontheStatusoftheWorkItem.html","bundleId":"work-tasks-2023-sp1","id":"a0da32fe1-868a-46db-8ac7-2f0341e7a5bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddorRemoveImages.html","title":"Add or Remove Images","navPath":"AddorRemoveImages.html","bundleId":"work-tasks-2023-sp1","id":"a008c2ace-4a5f-4804-bb99-94b719be00e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUserName.html","title":"Customize User Name","navPath":"CustomizeUserName.html","bundleId":"work-tasks-2023-sp1","id":"a13ac7364-e0d9-490d-8fb9-b97bd3c30101","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeDocumentView.html","title":"Customize Document View","navPath":"CustomizeDocumentView.html","bundleId":"work-tasks-2023-sp1","id":"a55d13cbc-7035-4f03-b594-3c35e297c3f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Themes.html","title":"Themes","navPath":"Themes.html","bundleId":"work-tasks-2023-sp1","id":"ac6644598-0a96-44ca-9715-5f038c67f93e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemetotheCoreProduct.html","title":"Apply Theme to the Core Product","navPath":"ApplyThemetotheCoreProduct.html","bundleId":"work-tasks-2023-sp1","id":"a88721dda-dac4-4ab6-8633-93b1896f9ba5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinWorkItemControl.html","title":"Themes in Work Item Control","navPath":"ThemesinWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a74717d58-4f7b-4849-aa46-03938781bdbb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridLeftMenu.html","title":"Apply Themes in Grid Left Menu","navPath":"ApplyThemesinGridLeftMenu.html","bundleId":"work-tasks-2023-sp1","id":"a2b1950cc-1128-40d4-b5d8-7fe54115bf92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridDetailsView.html","title":"Apply Themes in Grid Details View","navPath":"ApplyThemesinGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"abada952a-54dc-4c93-a040-cfc549e7f790","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinCalendarControl.html","title":"Themes in Calendar Control","navPath":"ThemesinCalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"a9be4aadb-2dfc-4fd0-a8e7-57940821f4d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinQueueControl.html","title":"Themes in Queue Control","navPath":"ThemesinQueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ac783a923-26db-417b-889b-052bf44e6409","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinProcessDesignerControl.html","title":"Themes in Process Designer Control","navPath":"ThemesinProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"a3029df18-9fe8-477f-8f90-d243ac2155e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofNewMenuinEnterpriseConsole.html","title":"Change Style of New Menu in Enterprise Console","navPath":"ChangeStyleofNewMenuinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8a95510e-e8c0-49f3-8d07-f35a612c9450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofActionBarinLists.html","title":"Change Style of Action Bar in Lists","navPath":"ChangeStyleofActionBarinLists.html","bundleId":"work-tasks-2023-sp1","id":"af1837e5c-56b6-48db-a5d4-7b46a9d86730","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofWindow.html","title":"Change Style of Window","navPath":"ChangeStyleofWindow.html","bundleId":"work-tasks-2023-sp1","id":"a00f8420e-fbee-42fb-9f06-068e5948caff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofButtons.html","title":"Change Style of Buttons","navPath":"ChangeStyleofButtons.html","bundleId":"work-tasks-2023-sp1","id":"aac6333a6-f6fd-4f1e-b900-e9672eacdb96","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContentHandler.html","title":"Content Handler","navPath":"ContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad4f26d24-3444-411e-aa76-573aaf5162d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentHandler.html","title":"Use Content Handler","navPath":"UseContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"af159ce1b-6ec2-4c28-b10a-1fc9e49cfc9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLtoImportWFwhichImplementsCustomContentHandler.html","title":"XML to Import WF which Implements Custom Content Handler","navPath":"XMLtoImportWFwhichImplementsCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"a7ed113b3-3470-4724-97cb-04c9b4c66b2d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCustomContentHandler.html","title":"Use Custom Content Handler","navPath":"UseCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad6d16317-fd46-45e4-adf8-390e83413c49","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleCustomContentHandlerClassFile.html","title":"Code Sample - Custom Content Handler Class File","navPath":"CodeSampleCustomContentHandlerClassFile.html","bundleId":"work-tasks-2023-sp1","id":"a98af82b1-4874-4962-9ef7-cdb9875eb006","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PersistLoggedExceptionstoDatabase.html","title":"Persist Logged Exceptions to Database","navPath":"PersistLoggedExceptionstoDatabase.html","bundleId":"work-tasks-2023-sp1","id":"aa437a956-d1be-4ada-bc2f-3ee71c649f9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableExceptionPersistence.html","title":"Enable Exception Persistence","navPath":"EnableExceptionPersistence.html","bundleId":"work-tasks-2023-sp1","id":"a2745a98d-a4f2-4102-8f99-0c6f2fe74bc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsforViewingtheExceptions.html","title":"Different Views for Viewing the Exceptions","navPath":"DifferentViewsforViewingtheExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a8a5bb6ec-02fa-48a9-b2dd-5608cb8f03c2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowLevel.html","title":"Workflow Level","navPath":"WorkflowLevel.html","bundleId":"work-tasks-2023-sp1","id":"aa5ee087c-6b7a-459a-90f2-3d12b03c940d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstanceLevelException.html","title":"Instance Level Exception","navPath":"InstanceLevelException.html","bundleId":"work-tasks-2023-sp1","id":"a853cc4ac-3057-49d5-8571-f205cb2f11e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActionStepLevel.html","title":"Workflow Action Step Level","navPath":"WorkflowActionStepLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2a142228-c9c0-497c-9e67-4d2171f069a7","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProApplication.html","title":"AVEVA Work Tasks Pro Application","navPath":"AVEVAWorkTasksProApplication.html","bundleId":"work-tasks-2023-sp1","id":"a94337d45-465d-4d5d-9916-2b3d79546d68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomConflictManagement.html","title":"Custom Conflict Management","navPath":"CustomConflictManagement.html","bundleId":"work-tasks-2023-sp1","id":"a76ef3509-8868-48d3-ae23-a6512fb7cddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvidersforControls.html","title":"Providers for Controls","navPath":"ProvidersforControls.html","bundleId":"work-tasks-2023-sp1","id":"a8f6e45a1-ddb1-4d64-91bb-d62e9c7d86a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings_1.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings_1.html","bundleId":"work-tasks-2023-sp1","id":"aaec7c39a-5a76-4adb-8a35-fd8459099b4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLocalVariables.html","title":"Use Local Variables","navPath":"UseLocalVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac540920e-074c-4c1b-a90b-f9c37e92d500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomPropertiesforRepositoryDataSource.html","title":"Set Custom Properties for Repository Data Source","navPath":"SetCustomPropertiesforRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a539915e4-5bc0-4534-b160-c5e9c1557217","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableXcopyDeployment.html","title":"Enable Xcopy Deployment","navPath":"EnableXcopyDeployment.html","bundleId":"work-tasks-2023-sp1","id":"abb7c298b-9b2f-46b0-a9bb-5db4ea5e506d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivityEnhancementforEscalationandTimeout.html","title":"Human Activity - Enhancement for Escalation and Time out","navPath":"HumanActivityEnhancementforEscalationandTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a501ce943-62a8-42df-9a54-284332fff51f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ModifytheNumberofWorkItemFieldsLimitPerDataType.html","title":"Modify the Number of Work Item Fields Limit Per Data Type","navPath":"ModifytheNumberofWorkItemFieldsLimitPerDataType.html","bundleId":"work-tasks-2023-sp1","id":"a270d6d66-e27f-4b76-b16d-b4b218209ccf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagerLookupforUsersList.html","title":"Manager Lookup for Users List","navPath":"ManagerLookupforUsersList.html","bundleId":"work-tasks-2023-sp1","id":"af4d9c15e-9261-4b88-8f04-ff6c4faa58cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RedirecttheLogOnPage.html","title":"Redirect the Log On Page","navPath":"RedirecttheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"a37c33c7e-3507-4239-8b94-af47274c1480","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutRoleLookup.html","title":"About Role Lookup","navPath":"AboutRoleLookup.html","bundleId":"work-tasks-2023-sp1","id":"a393681e8-8c92-412f-a1e0-1e8ff5fc7b17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseWorkActivity.html","title":"Use Work Activity","navPath":"UseWorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7be6a27a-3f6a-4772-9c65-f956360530ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoMappingofActiveDirectoryProviders.html","title":"Auto Mapping of Active Directory Providers","navPath":"AutoMappingofActiveDirectoryProviders.html","bundleId":"work-tasks-2023-sp1","id":"a267339e8-e2b2-40d0-b27c-a8eb346f6d6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheLogOnPage.html","title":"Customize the Log On Page","navPath":"CustomizetheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"adea8829d-8117-4217-a019-22fca133eef7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Packages.html","title":"Packages","navPath":"Packages.html","bundleId":"work-tasks-2023-sp1","id":"a7b2edf4f-5357-4448-8c63-5f07cadcd3f3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutPackage.html","title":"About Package","navPath":"AboutPackage.html","bundleId":"work-tasks-2023-sp1","id":"a8b19922d-9add-47f9-bf3a-2b3f97b9d8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplate.html","title":"Package Template","navPath":"PackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa8ca760c-37c6-4ae9-a04d-fe2095dc985d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagePackage.html","title":"Manage Package","navPath":"ManagePackage.html","bundleId":"work-tasks-2023-sp1","id":"a9625239a-0657-48b1-9142-cf11e0263c67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesofPackaging.html","title":"Best Practices of Packaging","navPath":"BestPracticesofPackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5e5314ab-989e-4e66-bee9-ecfb8ac76200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithPackageTemplate.html","title":"Work with Package Template","navPath":"WorkwithPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"adaff5df0-8285-4304-b6e7-673a8bacfd72","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingapackagetemplate.html","title":"Create a Package Template","navPath":"creatingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a546f4347-f787-430f-9d0b-9f044ab2ef2d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingapackagetemplate.html","title":"Edit a Package Template","navPath":"editingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae318e60c-74d9-4e9f-88df-7ec0c2e4264b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePackageTemplate.html","title":"Configure Package Template","navPath":"ConfigurePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad65be17e-2005-4680-9ea3-eb0210ce1c33","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplateLevelConfigurationSettings.html","title":"Package Template Level Configuration Settings","navPath":"PackageTemplateLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a279da596-d41f-435a-a7c5-98e14dc8d904","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforPackageTemplate.html","title":"Prerequisites","navPath":"PrerequisitesforPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a52b3bca8-71e1-43d1-9c0a-af450301270d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/globalsettingsofapackagetemplate.html","title":"Runtime Initialization Settings","navPath":"globalsettingsofapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1ce6f4a7-730a-44d8-835f-9e1e8109e9e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptions.html","title":"Exceptions","navPath":"exceptions.html","bundleId":"work-tasks-2023-sp1","id":"ad5aff0c8-16d2-4396-8cb0-8bbb9887f600","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/633151.html","title":"Additional Package Files","navPath":"633151.html","bundleId":"work-tasks-2023-sp1","id":"abff16f9e-5753-4ddb-9330-3366c2912f81","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641195.html","title":"Configure Settings for Installer Files","navPath":"641195.html","bundleId":"work-tasks-2023-sp1","id":"a510ec3a5-9b48-4515-bc95-3cf3ed90e637","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalSettings.html","title":"Additional Settings","navPath":"AdditionalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac5faafe8-0d26-412c-b800-71f442566ac0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateConnections.html","title":"Validate Connections","navPath":"ValidateConnections.html","bundleId":"work-tasks-2023-sp1","id":"a47b7b197-2908-42ab-8573-09a2efcda01c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/331995.html","title":"Validate SQL Scripts","navPath":"331995.html","bundleId":"work-tasks-2023-sp1","id":"ad8743641-65ea-47f7-a628-0405bcf3c6d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteSQLScripts.html","title":"Execute SQL Scripts","navPath":"ExecuteSQLScripts.html","bundleId":"work-tasks-2023-sp1","id":"a39225e5e-0a99-4009-bb0c-940f8f2f45b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreatePackageTemplate.html","title":"Create Package Template","navPath":"CreatePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2e02f27d-f299-44c3-af5e-329ba22eb621","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArtifactLevelConfigurationSettings.html","title":"Artifact Level Configuration Settings","navPath":"ArtifactLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2af0d4e6-a1af-4ec6-8410-2a0ab334abe5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheArtifacts.html","title":"Configure the Artifacts","navPath":"ConfiguretheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"afd8f01fc-4e89-4389-b5d6-64dfb0c6c64f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rebuildingtheartifacts.html","title":"Rebuild the Artifacts","navPath":"rebuildingtheartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a9d79fa01-01ec-40a9-ab14-dccb4c10015b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeletetheArtifacts.html","title":"Delete the Artifacts","navPath":"DeletetheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"af02ca068-1e87-4c17-8ddd-35519aecb852","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavePackageTemplate.html","title":"Save Package Template","navPath":"SavePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"acd9b5c26-e605-47de-9a13-4e3c4b38aaa4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishaPackageTemplate.html","title":"Publish a Package Template","navPath":"PublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5da015b5-a5b9-4558-b21e-2098281a334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishaPackageTemplate.html","title":"Unpublish a Package Template","navPath":"UnpublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a95e98b92-0d20-4b7d-b2f6-9e5df8c5dccc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/generatingapackagetemplate1.html","title":"Generate a Package Template","navPath":"generatingapackagetemplate1.html","bundleId":"work-tasks-2023-sp1","id":"a20ff22c7-53f7-458a-a1bd-0365e47f22f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/downloadingapackagetemplate.html","title":"Export a Package Template","navPath":"downloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2aca88f9-9e03-45ff-baa0-606886121d1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/markingpackagetemplateasshipped.html","title":"Mark Package Template as Shipped","navPath":"markingpackagetemplateasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a40f66c55-724e-4451-9a51-40bf6d80262c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/260346.html","title":"Include Associated and Child Artifacts to a List Item","navPath":"260346.html","bundleId":"work-tasks-2023-sp1","id":"aacd5937e-c1cf-42ff-80d3-9977133eec01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts.html","title":"Include Security Artifacts","navPath":"securityartifacts.html","bundleId":"work-tasks-2023-sp1","id":"af77b92fc-9178-4a8b-b7d2-47395f17993b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts_1.html","title":"Include Automatically Generated SQL Script","navPath":"securityartifacts_1.html","bundleId":"work-tasks-2023-sp1","id":"ac574bac4-b8e4-4271-bdb2-6de49cb12a51","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deploylevel.html","title":"Manage Package","navPath":"deploylevel.html","bundleId":"work-tasks-2023-sp1","id":"a1f4faee6-d8d5-42d5-9b72-e41aeda58308","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportaPackage.html","title":"Import a Package","navPath":"ImportaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a19a8120c-a290-44ad-811f-4273399ac4c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageVersionsofaPackage.html","title":"Manage Versions of a Package","navPath":"ManageVersionsofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"af95508f2-1dc0-47a8-87ec-512426b9244c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StorePackageInformationforLists.html","title":"Store Package Information for Lists","navPath":"StorePackageInformationforLists.html","bundleId":"work-tasks-2023-sp1","id":"afee6bf6c-31e1-44c5-905b-436ef7ba432f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/488009.html","title":"Is Artifact Modified Column for Workflow","navPath":"488009.html","bundleId":"work-tasks-2023-sp1","id":"a4d486aaa-d906-45fe-a665-071cb1baf3d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaPackage.html","title":"Edit a Package","navPath":"EditaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a874696bf-e39c-4d7d-9f85-07e1ab0b0c91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPrerequisitesofaPackage.html","title":"View Prerequisites of a Package","navPath":"ViewPrerequisitesofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"ad2e6fe87-0b1c-4b7f-b750-497270e9b605","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/runningandinstallingapackage.html","title":"Install a Package","navPath":"runningandinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"acf53496c-b4e6-4ed7-953e-5fa46e89d7af","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringthePackage.html","title":"Configure the Package","navPath":"ConfiguringthePackage.html","bundleId":"work-tasks-2023-sp1","id":"ac08177f7-5e0c-41c2-b89a-7a17d180a5fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageInstallationPrerequisites.html","title":"Package Installation - Prerequisites","navPath":"PackageInstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"afc47c6cb-f6ac-42db-be65-6f21d8439841","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeInitializationValues.html","title":"Runtime Initialization Values","navPath":"RuntimeInitializationValues.html","bundleId":"work-tasks-2023-sp1","id":"adb7cb483-9fa9-4c9d-9b47-ab2fd2722f7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalPackageFiles.html","title":"Additional Package Files","navPath":"AdditionalPackageFiles.html","bundleId":"work-tasks-2023-sp1","id":"a635f4f28-c444-47f1-8377-043a37f52629","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewValidationLog.html","title":"View Validation Log","navPath":"ViewValidationLog.html","bundleId":"work-tasks-2023-sp1","id":"a2ff0248a-7e59-4cf7-9e7d-f251096f5c9d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPackageHistory.html","title":"View Package History","navPath":"ViewPackageHistory.html","bundleId":"work-tasks-2023-sp1","id":"acb9c42e2-06f3-440b-ba5e-bcb7ef6ecac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeScenarios_1.html","title":"Upgrade Scenarios","navPath":"UpgradeScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"ac42be6e9-ee23-477d-9b7e-52f39577fe86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallaPackage.html","title":"Uninstall a Package","navPath":"UninstallaPackage.html","bundleId":"work-tasks-2023-sp1","id":"aff3e7e3e-c944-4b84-afce-edb73db134e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaPackage.html","title":"Delete a Package","navPath":"DeleteaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a2b602501-df1b-4288-9bf2-bb85ae87547e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigrationofPackages.html","title":"Migration of Packages","navPath":"MigrationofPackages.html","bundleId":"work-tasks-2023-sp1","id":"ae3470e2f-68c7-4dce-b0fc-c6e37e37a98e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyManagingPackagesusingConsoleApplication.html","title":"Remotely Managing Packages using Console Application","navPath":"RemotelyManagingPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a333cfe0b-aba0-48d1-b2a5-e462841f462b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Remotely Export, Import, Install, or Uninstall Packages using Console Application","navPath":"RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"ad3042051-ce3e-41e5-9708-1738aab14177","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","title":"Configure WWSKBPMRemotePackageManager Using XML","navPath":"ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","bundleId":"work-tasks-2023-sp1","id":"a7ea753ad-a476-4ddc-bbe3-1084ace875de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Import, Install, or Uninstall Packages using Console Application","navPath":"ImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a7d179174-6c31-4495-adbd-d7c6dc70c2d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMPackageManagerUsingXML.html","title":"Configure WWSKBPMPackageManager Using XML","navPath":"ConfigureWWSKBPMPackageManagerUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"ab54df007-904d-46f6-be7a-1169b57347fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddArtifactstoaPackageTemplate.html","title":"Add Artifacts to a Package Template","navPath":"AddArtifactstoaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a63181abf-0fc2-4bc5-8093-6a5168034a94","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEvents.html","title":"ArchestrA Events","navPath":"ArchestrAEvents.html","bundleId":"work-tasks-2023-sp1","id":"a764bb8d0-de38-4f84-b1aa-0b1c13c09f84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAM.html","title":"BAM","navPath":"BAM.html","bundleId":"work-tasks-2023-sp1","id":"af1aeaa3c-fce2-417c-ad90-0bc868399a93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Calendar.html","title":"Calendar","navPath":"Calendar.html","bundleId":"work-tasks-2023-sp1","id":"a8870f793-b5f7-415d-9217-b9bf4b16fe2f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnection.html","title":"Database Connection","navPath":"DatabaseConnection.html","bundleId":"work-tasks-2023-sp1","id":"afd7dc39e-df60-4ded-9d04-e58d3794da53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociations.html","title":"Event Associations","navPath":"EventAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a2fdf1822-dcea-4ec7-a38e-6d60b865258f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeScheduler.html","title":"Event Associations of Type Scheduler","navPath":"EventAssociationsofTypeScheduler.html","bundleId":"work-tasks-2023-sp1","id":"aaca277fe-6138-4490-a3f3-7e97c391e1c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeEnterpriseConsole.html","title":"Event Associations of Type Enterprise Console","navPath":"EventAssociationsofTypeEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a88c03cfd-1eb9-4d99-8ebd-a6b44ce26164","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeFileWatcher.html","title":"Event Associations of Type File Watcher","navPath":"EventAssociationsofTypeFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a7b610f0b-829c-4c13-9b7d-ad853cffc1c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeSystemPlatformEvents.html","title":"Event Associations of Type System Platform Events","navPath":"EventAssociationsofTypeSystemPlatformEvents.html","bundleId":"work-tasks-2023-sp1","id":"a4952bc9d-f5bf-48a4-a29c-d3b7f75f662d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeLogicApp.html","title":"Event Associations of Type Logic App","navPath":"EventAssociationsofTypeLogicApp.html","bundleId":"work-tasks-2023-sp1","id":"a843ecfff-151f-44a3-8da7-7789e8843a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeMessageQueue.html","title":"Event Associations of Type Message Queue","navPath":"EventAssociationsofTypeMessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a03fa230c-40d7-4062-acd4-be181336b84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationofTypeBAM.html","title":"Event Association of Type BAM","navPath":"EventAssociationofTypeBAM.html","bundleId":"work-tasks-2023-sp1","id":"abea72b5e-c20e-4203-952a-067aa4b8f242","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcher.html","title":"File Watcher","navPath":"FileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a4a78bafd-1e15-4230-93d0-edb4f2b49cf8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePhysicalPathofFileWatcher.html","title":"Resolve Physical Path of File Watcher","navPath":"ResolvePhysicalPathofFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a288e8c8b-e79d-4f3a-babc-814cd29d651b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Folder.html","title":"Folder","navPath":"Folder.html","bundleId":"work-tasks-2023-sp1","id":"a27782d3c-954a-4fba-a666-305e70f66cd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChildFolder.html","title":"Child Folder","navPath":"ChildFolder.html","bundleId":"work-tasks-2023-sp1","id":"ab7bc0228-9a31-4fa2-9595-ac43b0551401","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms.html","title":"Forms","navPath":"Forms.html","bundleId":"work-tasks-2023-sp1","id":"acb8bc8b1-ffa9-45d5-83ca-e9cd80b93218","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms_1.html","title":"Forms","navPath":"Forms_1.html","bundleId":"work-tasks-2023-sp1","id":"a742e0ec3-7a3b-46b0-9733-f420f9c3a2cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveActionBarSettings.html","title":"Resolve Action Bar Settings","navPath":"ResolveActionBarSettings.html","bundleId":"work-tasks-2023-sp1","id":"ad782c9d7-8931-4f57-8d72-c45d9391624f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePrintFormsDetails.html","title":"Resolve Print Forms Details","navPath":"ResolvePrintFormsDetails.html","bundleId":"work-tasks-2023-sp1","id":"a18c2c4e1-82dc-498c-acc8-65da30a9301f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveNavigateFormDetails.html","title":"Resolve Navigate Form Details","navPath":"ResolveNavigateFormDetails.html","bundleId":"work-tasks-2023-sp1","id":"a60410ed6-e18f-4da0-9e8a-72f951aa1a1d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforForms.html","title":"Configure Artifact Type Settings for Forms","navPath":"ConfigureArtifactTypeSettingsforForms.html","bundleId":"work-tasks-2023-sp1","id":"a6ec6d53d-4dbb-4a5c-b2bb-15f0b409c1bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforForms.html","title":"Resolve Custom Dependent Files for Forms","navPath":"ResolveCustomDependentFilesforForms.html","bundleId":"work-tasks-2023-sp1","id":"a841e5183-4290-48fa-b6ba-c86a8922f24e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveInvokeWorkflow.html","title":"Resolve Invoke Workflow","navPath":"ResolveInvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a4b22a524-4f10-4f07-86d1-2100e977c382","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveImage.html","title":"Resolve Image","navPath":"ResolveImage.html","bundleId":"work-tasks-2023-sp1","id":"a1e657b15-db50-4d09-b5e5-4088abbd4497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvingHyperlink.html","title":"Resolve Hyperlink","navPath":"ResolvingHyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a5e305c4f-9b61-499e-bb34-6dfa4c1bab67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAssociation.html","title":"Forms Association","navPath":"FormsAssociation.html","bundleId":"work-tasks-2023-sp1","id":"ad7b895e2-b1bf-4949-9a22-557d3762a378","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls.html","title":"Form Controls","navPath":"FormControls.html","bundleId":"work-tasks-2023-sp1","id":"a33e28f7d-6ac7-47b1-922b-48adb930f266","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforFormControls.html","title":"Resolve Custom Dependent Files for Form Controls","navPath":"ResolveCustomDependentFilesforFormControls.html","bundleId":"work-tasks-2023-sp1","id":"a66a9713d-82f8-4e19-8415-5dd77bcbf2a3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalWorkItemLayout.html","title":"Global Work Item Layout","navPath":"GlobalWorkItemLayout.html","bundleId":"work-tasks-2023-sp1","id":"a93f71210-1aca-41f7-91fa-a0979c11a92b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GridConfiguration.html","title":"Grid Configuration","navPath":"GridConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a07a57fe5-5f11-4739-8d67-4ff07e33993a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections_1.html","title":"Logic App Connections","navPath":"LogicAppConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a1dca395b-1caf-428b-a5fd-ade3033cc970","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSettings.html","title":"Lookup Settings","navPath":"LookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3b8030da-251f-4a1c-9350-0a55258d7c64","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupExampleScenarios.html","title":"Lookup Example Scenarios","navPath":"LookupExampleScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a77c920fd-4912-4f50-9129-30c634cdcc79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageList.html","title":"Manage List","navPath":"ManageList.html","bundleId":"work-tasks-2023-sp1","id":"adae57df1-cf50-41e2-9753-2d48150ccef0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageView.html","title":"Manage View","navPath":"ManageView.html","bundleId":"work-tasks-2023-sp1","id":"ad2cc9ee6-577a-4f23-813e-ad2ae0b80302","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections_1.html","title":"Message Queue Connections","navPath":"MessageQueueConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a94b3777a-3a4e-48b0-b618-7267c8c35537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections_1.html","title":"MQTT Connections","navPath":"MQTTConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a5a923eed-3dc2-4fbf-99c3-6da1c36590bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationList.html","title":"Navigation List","navPath":"NavigationList.html","bundleId":"work-tasks-2023-sp1","id":"a228c572d-a28f-4445-986a-bacfde07ebdb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationListFolders.html","title":"Navigation List Folders","navPath":"NavigationListFolders.html","bundleId":"work-tasks-2023-sp1","id":"ae50e4a29-c7ee-4bdd-b127-7a6fcda3b6ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforNavigationLinks.html","title":"Resolve Custom Dependent Files for Navigation Links","navPath":"ResolveCustomDependentFilesforNavigationLinks.html","bundleId":"work-tasks-2023-sp1","id":"abe648a70-1427-43b1-8394-c929ff35796c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement.html","title":"Queue Management","navPath":"QueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a7441922e-9c6e-43c4-acb3-97a54b9f8037","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveAssociatedWorkflowsforQueue.html","title":"Resolve Associated Workflows for Queue","navPath":"ResolveAssociatedWorkflowsforQueue.html","bundleId":"work-tasks-2023-sp1","id":"a17ceddb0-aff8-496b-8df3-9b95278c7741","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforQueue.html","title":"Resolve Custom Dependent Files for Queue","navPath":"ResolveCustomDependentFilesforQueue.html","bundleId":"work-tasks-2023-sp1","id":"aa639d561-5d56-4fbf-8414-ddaf27fc7ac5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Reports.html","title":"Reports","navPath":"Reports.html","bundleId":"work-tasks-2023-sp1","id":"af1274707-574e-4577-8070-600d7e6134a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportConnections.html","title":"Report Connections","navPath":"ReportConnections.html","bundleId":"work-tasks-2023-sp1","id":"ae843c8e8-baee-4b0c-8399-4f6f891398bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportTemplates.html","title":"Report Templates","navPath":"ReportTemplates.html","bundleId":"work-tasks-2023-sp1","id":"ad31845df-b635-4d35-b75c-65dbe2a24f9f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveReportTemplatePath.html","title":"Resolve Report Template Path","navPath":"ResolveReportTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"ad018f391-4e3c-4b51-a8f4-d4e4a2f11deb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygorup.html","title":"Security Group","navPath":"securitygorup.html","bundleId":"work-tasks-2023-sp1","id":"a0ed39a5d-869a-439c-ab7b-d0ccf643fd3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygrouprepolevel.html","title":"Security Group - Repository Level","navPath":"managesecuritygrouprepolevel.html","bundleId":"work-tasks-2023-sp1","id":"aed096455-5177-47ca-8db3-ec9103e6d6b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListLevel.html","title":"Security Group - List Level","navPath":"SecurityGroupListLevel.html","bundleId":"work-tasks-2023-sp1","id":"a66e501cd-b48f-4939-8357-dc125924e98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListItemLevel.html","title":"Security Group - List Item Level","navPath":"SecurityGroupListItemLevel.html","bundleId":"work-tasks-2023-sp1","id":"ae67d58e8-884d-4a4d-b749-589abe51b5d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithFormsasAssociatedArtifacts.html","title":"Security Group with Forms as Associated Artifacts","navPath":"SecurityGroupwithFormsasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"ad65aef49-ce96-41f1-8fab-1738db06bce9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithWorkflowasAssociatedArtifacts.html","title":"Security Group with Workflow as Associated Artifacts","navPath":"SecurityGroupwithWorkflowasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"a47633229-b7c5-4d22-8d2c-c15a7101dc0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityRight.html","title":"Security Right","navPath":"SecurityRight.html","bundleId":"work-tasks-2023-sp1","id":"a3ca1096c-93dc-43d8-8e8e-c98a81085722","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAAssembly.html","title":"SOA Assembly","navPath":"SOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"a10bc2f4d-e783-4024-8d20-b0ceec8c063a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforSOAAssembly.html","title":"Resolve Custom Dependent Files for SOA Assembly","navPath":"ResolveCustomDependentFilesforSOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"ac107b900-87df-452d-8912-a55cba487fc7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAFolder.html","title":"SOA Folder","navPath":"SOAFolder.html","bundleId":"work-tasks-2023-sp1","id":"acfa4e1d4-1a72-4935-a487-8cfe82b81237","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPI.html","title":"Web API","navPath":"WebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a6e874046-b592-4502-8a77-d580aa993de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPISource.html","title":"Web API Source","navPath":"WebAPISource.html","bundleId":"work-tasks-2023-sp1","id":"a28b3ad04-aeb9-4550-898f-eb99f14c6b40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Workflows.html","title":"Workflows","navPath":"Workflows.html","bundleId":"work-tasks-2023-sp1","id":"a35ddeb1e-1ad1-4874-8c5b-5526b20416c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforWorkflow.html","title":"Configure Artifact Type Settings for Workflow","navPath":"ConfigureArtifactTypeSettingsforWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a7ada0421-0481-4ab6-a89c-91193d97fcb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowActivities.html","title":"Resolve Workflow Activities","navPath":"ResolveWorkflowActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae94698c3-57d7-47fe-a060-014e92ae4411","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","title":"Map the Version of the Associated Workflow to the Parent Workflow","navPath":"MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a34633789-e7e4-48d2-9a71-57aa0a0caf00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedForm.html","title":"Map the Version of the Associated Form","navPath":"MaptheVersionoftheAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"ab3f2a563-5245-44d6-8d85-63e01f6e0fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWebServiceConfigurations.html","title":"Resolve Web Service Configurations","navPath":"ResolveWebServiceConfigurations.html","bundleId":"work-tasks-2023-sp1","id":"a8a0f4991-4414-4edd-b211-7e045453708a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveFileDetails.html","title":"Resolve File Details","navPath":"ResolveFileDetails.html","bundleId":"work-tasks-2023-sp1","id":"a978ee28f-84d6-48f1-af64-184feb245cc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDocumentViewURL.html","title":"Resolve Custom Document View URL","navPath":"ResolveCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"ad7323fcd-95b0-49c5-8406-ad86149093ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRedirectURL.html","title":"Resolve Redirect URL","navPath":"ResolveRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"aa8c7d37f-29fe-4879-b8d4-86c975833c1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveTemplatePath.html","title":"Resolve Template Path","navPath":"ResolveTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a9ab9cc3b-e423-417c-930a-54bb3e1c3cb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowswithDatabaseActivity.html","title":"Resolve Workflows with Database Activity","navPath":"ResolveWorkflowswithDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9778ec46-634e-4fa2-bd6d-2d11bfc77b3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveScriptActivityReferences.html","title":"Resolve Script Activity References","navPath":"ResolveScriptActivityReferences.html","bundleId":"work-tasks-2023-sp1","id":"a7b67fd26-1c91-4867-9878-2ddc713e226e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforScriptActivity.html","title":"Resolve Custom Dependent Files for Script Activity","navPath":"ResolveCustomDependentFilesforScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad9aa3f23-2b9d-43b4-a530-86b6995bf64c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveUserorRoleBasedExceptionTemplate.html","title":"Resolve User or Role Based Exception Template","navPath":"ResolveUserorRoleBasedExceptionTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2d63143c-5c41-4297-bfcf-c486bd9b3ab7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveDeliveryChannels.html","title":"Resolve Delivery Channels","navPath":"ResolveDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a154c44b8-a1ec-4b7a-b767-2c0b78e4f08b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveXMLVariables.html","title":"Resolve XML Variables","navPath":"ResolveXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e3f4866-aa15-4500-ba57-195aa0c42047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomActivities.html","title":"Resolve Custom Activities","navPath":"ResolveCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"aee0d3336-f45b-419d-8495-827d80fa152b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CorrectCustomActivities.html","title":"Correct Custom Activities","navPath":"CorrectCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"a8ae25eb3-11d3-42fb-8be3-0b00c7a1c758","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveMESXMLCommandActivity.html","title":"Resolve MES XML Command Activity","navPath":"ResolveMESXMLCommandActivity.html","bundleId":"work-tasks-2023-sp1","id":"a215cdc5a-bea3-4780-9fdd-256fedf8ee9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitforMESEventActivity.html","title":"Resolve Wait for MES Event Activity","navPath":"ResolveWaitforMESEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae98bddbd-0a20-490a-9554-15c76b54e181","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveStartMESTransactionActivity.html","title":"Resolve Start MES Transaction Activity","navPath":"ResolveStartMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3ad3e86c-bc97-45fa-9264-ded38f7d5352","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCommitMESTransactionActivity.html","title":"Resolve Commit MES Transaction Activity","navPath":"ResolveCommitMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36bc9ada-6444-449d-90ea-faf1e3fee0f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRollbackMESTransactionActivity.html","title":"Resolve Rollback MES Transaction Activity","navPath":"ResolveRollbackMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19ebe465-cbc6-4008-b62d-fec18135c77b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveArchestrAActivities.html","title":"Resolve ArchestrA Activities","navPath":"ResolveArchestrAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a6a1f995f-bab4-4516-bf8d-4b8f9a441bf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitForLogicAppAlert.html","title":"Resolve Wait For Logic App Alert","navPath":"ResolveWaitForLogicAppAlert.html","bundleId":"work-tasks-2023-sp1","id":"a8f4808fe-0675-4216-bf13-a4eca6e4919d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCallLogicAppConnection.html","title":"Resolve Call Logic App Connection","navPath":"ResolveCallLogicAppConnection.html","bundleId":"work-tasks-2023-sp1","id":"a387a0499-8911-4e6a-9d5c-d328f7f5600e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemField.html","title":"Work Item Field","navPath":"WorkItemField.html","bundleId":"work-tasks-2023-sp1","id":"a6841114a-7422-4daa-b778-51507c1e6b44","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IncludeChildItem.html","title":"Include Child Item","navPath":"IncludeChildItem.html","bundleId":"work-tasks-2023-sp1","id":"aac6985d9-7561-4409-a574-b6d7e11a3311","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileDistribution.html","title":"File Distribution","navPath":"FileDistribution.html","bundleId":"work-tasks-2023-sp1","id":"a3a5758a3-4ec1-49dd-a387-d40c016c71f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SQLScriptGenerationandExecution.html","title":"SQL Script Generation and Execution","navPath":"SQLScriptGenerationandExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be4ce3b-451d-4f3b-8d26-36d1234541de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageinaDistributedEnvironment.html","title":"Package in a Distributed Environment","navPath":"PackageinaDistributedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a6aaaee99-38ad-415b-a36d-d6f21130fbba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingpackages.html","title":"Troubleshoot Packages","navPath":"troubleshootingpackages.html","bundleId":"work-tasks-2023-sp1","id":"acdb84908-1987-42c1-9000-c0f62106d81c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/eventassociationwithenterpriseconsoleatlistitemlevel.html","title":"Event Association with Enterprise Console at List item Level","navPath":"eventassociationwithenterpriseconsoleatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"abcad2b08-0d5e-4c61-a9ba-a1df9c52ea38","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packageableartifacts.html","title":"Packageable Artifacts","navPath":"packageableartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a201d85e4-34e6-4f95-bc45-5b7cb276fd8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Localization.html","title":"Localization","navPath":"Localization.html","bundleId":"work-tasks-2023-sp1","id":"ae5486f35-5ee5-4a37-b1df-439532805014","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScopeofLocalization.html","title":"Scope of Localization","navPath":"ScopeofLocalization.html","bundleId":"work-tasks-2023-sp1","id":"a0bcb2366-4ebc-46c5-a0f6-8b600cd96c52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeAVEVAWorkTasks.html","title":"Steps to Localize AVEVA Work Tasks","navPath":"StepstoLocalizeAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a2d272157-2747-4133-b354-8e31779784ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeGridControl.html","title":"Steps to Localize Grid Control","navPath":"StepstoLocalizeGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8f74be7-48ca-4ad4-a9ba-bc6051100183","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","title":"Steps to Localize Editor Control in WorkflowMemo and Wizard","navPath":"StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","bundleId":"work-tasks-2023-sp1","id":"a783abb2f-276d-4162-8c61-80cb2296d963","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizetheEscalationEmailWizard.html","title":"Steps to Localize the Escalation Email Wizard","navPath":"StepstoLocalizetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"a81ccd275-97c7-491a-9b70-d5071116408c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeRepositoryNameinEnterpriseConsole.html","title":"Steps to Localize Repository Name in Enterprise Console","navPath":"StepstoLocalizeRepositoryNameinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abaf899d1-7305-46d3-81bb-bc85fe858a48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeListNames.html","title":"Steps to Localize List Names","navPath":"StepstoLocalizeListNames.html","bundleId":"work-tasks-2023-sp1","id":"a8cbbb214-a79b-42ac-a4b1-0fe1e4aa8a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeForms.html","title":"Steps to Localize Forms","navPath":"StepstoLocalizeForms.html","bundleId":"work-tasks-2023-sp1","id":"a8787179c-6ecb-4c89-9508-3bef6b7c14a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeDefaultPropertiesofWebPartEditor.html","title":"Steps to Localize Default Properties of Web Part Editor","navPath":"StepstoLocalizeDefaultPropertiesofWebPartEditor.html","bundleId":"work-tasks-2023-sp1","id":"a18fdc0a8-ebcc-4eea-bd87-998fe35df479","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","title":"Steps to Localize Provider in Role Lookup User Lookup and Assign Actor Property","navPath":"StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","bundleId":"work-tasks-2023-sp1","id":"a6c98ae1f-8a58-45d6-bd93-6fec7eaa8524","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NonSupportedLocalizationTags.html","title":"Non-supported Localization Tags","navPath":"NonSupportedLocalizationTags.html","bundleId":"work-tasks-2023-sp1","id":"a792616b5-2ef0-4eda-9ece-317cff71f00a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizationFolders.html","title":"Localization Folders","navPath":"LocalizationFolders.html","bundleId":"work-tasks-2023-sp1","id":"a3ef1f73b-6e41-4b5f-aefa-b07487222367","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalesFolder.html","title":"Locales Folder","navPath":"LocalesFolder.html","bundleId":"work-tasks-2023-sp1","id":"ae695ebc9-c7f6-487c-8f20-c1aa29295173","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowElementsFolder.html","title":"Workflow Elements Folder","navPath":"WorkflowElementsFolder.html","bundleId":"work-tasks-2023-sp1","id":"a872b0e4e-26d8-4345-aaa1-f58f806cf145","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofKeystobeLocalizedforWorkItemListControl.html","title":"List of Keys to be Localized for Work Item List Control","navPath":"ListofKeystobeLocalizedforWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"ad19ff92b-bb54-47c9-92f7-d1ae7f0412ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingWebGridControl.html","title":"Keys for Localizing WebGrid Control","navPath":"KeysforLocalizingWebGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae5a5e460-746d-4974-bbe8-3fb2eda86410","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingListNames.html","title":"Keys for Localizing List Names","navPath":"KeysforLocalizingListNames.html","bundleId":"work-tasks-2023-sp1","id":"a695b5808-03f1-4735-83d2-9a6e3755dddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","title":"Localize the Response Sent for an Invalid Email to the Communication Engine","navPath":"LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","bundleId":"work-tasks-2023-sp1","id":"afeafda01-4879-4ea1-8ac1-6b1bddaed9dc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSamples.html","title":"Code Samples","navPath":"CodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a215c7c78-0c30-4489-bf5a-f8267e775cdd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RestartServices.html","title":"Restart Services","navPath":"RestartServices.html","bundleId":"work-tasks-2023-sp1","id":"a4e3e5d8b-91f4-47e0-97c9-575ad4843719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflow.html","title":"Execute Workflow","navPath":"ExecuteWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"acd2b4f4e-bb06-47a4-bd18-817382702e1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomActivity.html","title":"Custom Activity","navPath":"CustomActivity.html","bundleId":"work-tasks-2023-sp1","id":"aafcd6210-3d29-49aa-8e60-a1866e71ae48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomActivitywithoutanyProperties.html","title":"Configure Custom Activity without any Properties","navPath":"ConfigureCustomActivitywithoutanyProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1eac8260-62e1-4d48-b9e0-b74312bc9ad2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomApprovalActivity.html","title":"Custom Approval Activity","navPath":"CustomApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a307aed8c-e3f3-419a-96e1-25e9aae949fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomChoiceActivity.html","title":"Custom Choice Activity","navPath":"CustomChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"aef40a861-bd76-488e-9635-ed23619aacf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementationofCustomWorkItemForm.html","title":"Implementation of Custom WorkItemForm","navPath":"ImplementationofCustomWorkItemForm.html","bundleId":"work-tasks-2023-sp1","id":"acb340f03-6306-49c1-a4e1-0faf5837a2b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomASPXProperty.html","title":"Configure Custom ASPX Property","navPath":"ConfigureCustomASPXProperty.html","bundleId":"work-tasks-2023-sp1","id":"a2d76d1d0-3b38-48bc-8593-1f85f67a19ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomProperty.html","title":"Custom Property","navPath":"CustomProperty.html","bundleId":"work-tasks-2023-sp1","id":"a0ef4636a-141e-492c-bc17-d453da9d6d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomEngineActivity.html","title":"Custom Engine Activity","navPath":"CustomEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"adeba37ec-2049-4ee2-966b-cc02c2d28818","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureASPXFormasWorkItemDetailViewPage.html","title":"Configure ASPX Form as Work Item Detail View Page","navPath":"ConfigureASPXFormasWorkItemDetailViewPage.html","bundleId":"work-tasks-2023-sp1","id":"a04521a76-a93d-403d-b02a-871e94572664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetClientCredentialToken.html","title":"Get Client Credential Token","navPath":"GetClientCredentialToken.html","bundleId":"work-tasks-2023-sp1","id":"aeb607436-64c8-4c99-93d3-f23ad36ee7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IPropertyRoutingCondition.html","title":"IPropertyRoutingCondition","navPath":"IPropertyRoutingCondition.html","bundleId":"work-tasks-2023-sp1","id":"aaf34d098-9696-4644-b469-4ce29584161c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists.html","title":"Lists","navPath":"Lists.html","bundleId":"work-tasks-2023-sp1","id":"a17e72d43-769f-4adf-84d1-e5ab00e3a17a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowList.html","title":"Workflow List","navPath":"WorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"aa2999e6c-c196-4033-81c9-cded56b2f125","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddWorkflowItemtoWorkflowList.html","title":"Add Workflow Item to Workflow List","navPath":"AddWorkflowItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a504e0b60-8f7d-425f-8a8d-c335c0ffe378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheWorkflowsPresentintheSelectedRepository.html","title":"Get All the Workflows Present in the Selected Repository","navPath":"GetAlltheWorkflowsPresentintheSelectedRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac009fa59-9300-486c-84d4-19caaed7724b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheVersionsofaWorkflow.html","title":"Get All the Versions of a Workflow","navPath":"GetAlltheVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0929b3d1-94a6-4f90-bd69-fc00934749b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAllthePublishedVersionsofaWorkflow.html","title":"Get All the Published Versions of a Workflow","navPath":"GetAllthePublishedVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1c0c4fa0-d88b-4028-9467-9083fd193cc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFolderItemtoWorkflowList.html","title":"Add Folder Item to Workflow List","navPath":"AddFolderItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a152dbe9a-019b-4cd5-8170-8c59cf41c0e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditExistingFolderIteminWorkflowList.html","title":"Edit Existing Folder Item in Workflow List","navPath":"EditExistingFolderIteminWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a9db02238-cd82-4cd0-ba84-a5cfe8a9e132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImporttheWorkflowfromWorkflowDefinitionXml.html","title":"Import the Workflow from Workflow Definition Xml","navPath":"ImporttheWorkflowfromWorkflowDefinitionXml.html","bundleId":"work-tasks-2023-sp1","id":"a9c173f18-d8d7-4fc1-b30a-7befc57cb049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewVersion.html","title":"Create New Version","navPath":"CreateNewVersion.html","bundleId":"work-tasks-2023-sp1","id":"a716f2ca4-00ee-4298-93be-73540fa85471","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateListItem.html","title":"Create ListItem","navPath":"CreateListItem.html","bundleId":"work-tasks-2023-sp1","id":"a053bb9a5-6011-4388-9fa3-26c656a29292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem.html","title":"Save ListItem","navPath":"SaveListItem.html","bundleId":"work-tasks-2023-sp1","id":"a77ccad6e-279f-4f41-a704-aac9929c2105","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataSource.html","title":"Data Source","navPath":"DataSource.html","bundleId":"work-tasks-2023-sp1","id":"a630230ea-d016-42f3-9a3a-1c0605e6b484","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementIDBConnectionStringInterface.html","title":"Implement IDBConnectionString Interface","navPath":"ImplementIDBConnectionStringInterface.html","bundleId":"work-tasks-2023-sp1","id":"a11d57651-6f7c-49b0-836e-4dccc0e4a390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingConnectionString.html","title":"Create Data Source Using ConnectionString","navPath":"CreateDataSourceUsingConnectionString.html","bundleId":"work-tasks-2023-sp1","id":"a8a670fba-c623-4946-97f6-2177f1e3ce73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingAssemblyFile.html","title":"Create Data Source Using Assembly File","navPath":"CreateDataSourceUsingAssemblyFile.html","bundleId":"work-tasks-2023-sp1","id":"a80d2e326-4b7e-4a10-9e70-f32c2775f883","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","title":"Subscribe AssemblyResolve Event while Using APIs for Database-related Activities","navPath":"SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","bundleId":"work-tasks-2023-sp1","id":"aab3f0327-a611-4f38-a5fa-4c715681d243","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableAPI.html","title":"XML Variable API","navPath":"XMLVariableAPI.html","bundleId":"work-tasks-2023-sp1","id":"ac27828ca-8a43-48a6-9780-264676f86b77","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebServiceUsingWindowsApplication.html","title":"Create Web Service Using Windows Application","navPath":"CreateWebServiceUsingWindowsApplication.html","bundleId":"work-tasks-2023-sp1","id":"a9fb44239-4866-44f2-9cea-060def5a6393","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOACodeSamples.html","title":"SOA","navPath":"SOACodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a52473022-2c39-49db-86aa-12a30abd8851","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseSOAinaSimpleMethod.html","title":"How to Use SOA in a Simple Method?","navPath":"HowtoUseSOAinaSimpleMethod.html","bundleId":"work-tasks-2023-sp1","id":"a92ac3418-47b3-4ea1-a43d-0c167a97a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","title":"How to Use a Web Service or Remote Service using SOA Infrastructure?","navPath":"HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","bundleId":"work-tasks-2023-sp1","id":"a86638f50-0672-4aa5-891c-1a35857515b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseanApplicationthatInteractswiththeSQLServer.html","title":"How to Use an Application that Interacts with the SQL Server?","navPath":"HowtoUseanApplicationthatInteractswiththeSQLServer.html","bundleId":"work-tasks-2023-sp1","id":"ab8234781-c006-4eba-ba0b-6cac64d5e213","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseStaticMembersoftheClass.html","title":"How to Use Static Members of the Class?","navPath":"HowtoUseStaticMembersoftheClass.html","bundleId":"work-tasks-2023-sp1","id":"afff126d8-d5f8-4b07-9244-4e3063ab199c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPasstheObjectasParametertotheConstructor.html","title":"How to Pass the Object as Parameter to the Constructor?","navPath":"HowtoPasstheObjectasParametertotheConstructor.html","bundleId":"work-tasks-2023-sp1","id":"a909ff490-6db1-4a98-a50c-73730eeaccaa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseScriptinginExpressionEditor.html","title":"How to Use Scripting in Expression Editor?","navPath":"HowtoUseScriptinginExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"a202c8253-4a23-418c-8183-03bbe1eab9f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseExpressioninConstructorParameter.html","title":"How to Use Expression in Constructor Parameter?","navPath":"HowtoUseExpressioninConstructorParameter.html","bundleId":"work-tasks-2023-sp1","id":"a73678617-4939-4171-a45c-74a27367264d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAObjectSupport.html","title":"SOA Object Support","navPath":"SOAObjectSupport.html","bundleId":"work-tasks-2023-sp1","id":"ab3052381-a5d7-4ac5-9171-fbe189c7782a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesSupportedforSOA.html","title":"Features Supported for SOA","navPath":"FeaturesSupportedforSOA.html","bundleId":"work-tasks-2023-sp1","id":"a69192bad-5f21-485e-9ac5-aaaf2e4b4156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario.html","title":"Scenario","navPath":"Scenario.html","bundleId":"work-tasks-2023-sp1","id":"a241788be-d230-4fc4-8917-d3655716b7a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateClassforHandlingtheProductObject.html","title":"How to Create a Class for Handling the 'Product' Object?","navPath":"HowtoCreateClassforHandlingtheProductObject.html","bundleId":"work-tasks-2023-sp1","id":"a3ee7ead4-3547-4e93-9ce3-54a531e28b66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateanObjectInstance.html","title":"How to Create an Object Instance?","navPath":"HowtoCreateanObjectInstance.html","bundleId":"work-tasks-2023-sp1","id":"a58cb4d1b-86f6-4e82-8477-c65cb5fbe3f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateaVariable.html","title":"How to Create a Variable?","navPath":"HowtoCreateaVariable.html","bundleId":"work-tasks-2023-sp1","id":"a91da87ce-8a73-498d-8dbb-97b2509e1c54","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowTo.html","title":"How To","navPath":"HowTo.html","bundleId":"work-tasks-2023-sp1","id":"a2eb52bdd-1a20-4a9b-a68b-e5d8197f2dc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserstoActiveDirectory.html","title":"Add Users to Active Directory","navPath":"AddUserstoActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a528aa006-b311-4d5c-97cc-c17763e9b340","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomWizards.html","title":"Create Custom Wizards","navPath":"CreateCustomWizards.html","bundleId":"work-tasks-2023-sp1","id":"a679655ab-25f2-4417-a654-b0b3b937965c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnValuesfromEnginetoClient.html","title":"Return Values from Engine to Client","navPath":"ReturnValuesfromEnginetoClient.html","bundleId":"work-tasks-2023-sp1","id":"af847ced3-ddf3-4d71-b794-13ce274619fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","title":"Implement Interface to Get Action and Workflow Status Change Information from Engine","navPath":"ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","bundleId":"work-tasks-2023-sp1","id":"a22552730-b231-456e-a1b0-3929f3496121","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserNamewithDomainName.html","title":"Get User Name with Domain Name","navPath":"GetUserNamewithDomainName.html","bundleId":"work-tasks-2023-sp1","id":"a56eeff39-63a6-4c61-990f-7af79806bd94","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices.html","title":"Best Practices","navPath":"BestPractices.html","bundleId":"work-tasks-2023-sp1","id":"ac6e8fad9-9986-42f7-a836-71bace2c02ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseTips.html","title":"Database Tips","navPath":"DatabaseTips.html","bundleId":"work-tasks-2023-sp1","id":"a66b1e681-7fcd-4155-b339-5a9b7c95482b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodingTips.html","title":"Coding Tips","navPath":"CodingTips.html","bundleId":"work-tasks-2023-sp1","id":"a6f12ea63-4162-4ca4-9253-53bf3e41e9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceTips.html","title":"Performance Tips","navPath":"PerformanceTips.html","bundleId":"work-tasks-2023-sp1","id":"af478b4c7-b8d8-4ccf-9c87-f600d2b28222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinWorkTasks.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a177a28f1-cf7a-4798-921f-a557f4deec68","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinWorkTasks.html","title":"Limitations","navPath":"LimitationsinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"af5904716-f74a-4700-98b3-e9b77fd40041","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsandlistsuserguide.html","title":"Forms and Lists User Guide","navPath":"wonderwareskeltabpmformsandlistsuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a4d41db51-af01-4204-acc6-e10db9405f66","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsguide.html","title":"Forms","navPath":"wonderwareskeltabpmformsguide.html","bundleId":"work-tasks-2023-sp1","id":"ac232b753-edab-4ad5-8a0c-c0fcfb547ba3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithforms.html","title":"Get Started with Forms","navPath":"gettingstartedwithforms.html","bundleId":"work-tasks-2023-sp1","id":"acb0bfb0c-74b3-483c-b1f3-a6cd73749615","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/forms_2.html","title":"Access Forms","navPath":"forms_2.html","bundleId":"work-tasks-2023-sp1","id":"ab3f9fd16-2394-4973-bc47-b22028bc3823","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateandOrganizeForms.html","title":"Create and Organize Forms","navPath":"CreateandOrganizeForms.html","bundleId":"work-tasks-2023-sp1","id":"ae49fc783-bf58-4380-bda4-6ab731d7655b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateForms.html","title":"Create Forms","navPath":"CreateForms.html","bundleId":"work-tasks-2023-sp1","id":"a7db0fb64-14f1-4bb7-bebe-3a46446346f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFoldersforForms.html","title":"Create Folders for Forms","navPath":"CreateFoldersforForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b07bc5c-262c-400e-b6f3-e8549db312ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewChildItemsofForms.html","title":"View Child Items of Forms","navPath":"ViewChildItemsofForms.html","bundleId":"work-tasks-2023-sp1","id":"a5f6081ed-4ebe-4d40-ae11-ef9f9565e5f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingforms.html","title":"Organize Forms","navPath":"organizingforms.html","bundleId":"work-tasks-2023-sp1","id":"a6112ecf8-367e-4ace-b409-f4a54dd6dd5b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandSaveForms.html","title":"Import and save Forms","navPath":"ImportandSaveForms.html","bundleId":"work-tasks-2023-sp1","id":"aa01c9006-3085-4feb-be64-2b6054e44dd1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importingforms.html","title":"Import Forms","navPath":"importingforms.html","bundleId":"work-tasks-2023-sp1","id":"ac88ca5ae-98d5-43f1-82f0-d1fe0006b6d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportForms.html","title":"Export Forms","navPath":"ExportForms.html","bundleId":"work-tasks-2023-sp1","id":"a7ef8c390-cabc-4a22-bbfe-ecf5aee3e998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewVersionsofForms.html","title":"View Versions of Forms","navPath":"ViewVersionsofForms.html","bundleId":"work-tasks-2023-sp1","id":"ab3606a53-6302-4ee2-ad63-651af87d21d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandPublishForms.html","title":"Design and publish Forms","navPath":"DesignandPublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a37518f9a-7723-4917-aa8c-a07e541acc3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignForms.html","title":"Design Forms","navPath":"DesignForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b4f1c2f-eef6-432d-992c-6b9a3cc6dc34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditForms.html","title":"Edit Forms","navPath":"EditForms.html","bundleId":"work-tasks-2023-sp1","id":"a98999839-0f1b-4060-af5a-b264634373f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteForms.html","title":"Delete Forms","navPath":"DeleteForms.html","bundleId":"work-tasks-2023-sp1","id":"a204b7034-040b-4807-a5cc-1196450d386b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreviewForms.html","title":"Preview Forms","navPath":"PreviewForms.html","bundleId":"work-tasks-2023-sp1","id":"a78547e24-2792-48b9-91f2-22e07856d2ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms.html","title":"Publish Forms","navPath":"PublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a3fc6f79b-9762-48c3-9aea-a65a6d5f2b92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishForms.html","title":"Unpublish Forms","navPath":"UnpublishForms.html","bundleId":"work-tasks-2023-sp1","id":"adf090849-95c4-4f1e-b3a2-943eb83cf88f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishFolders.html","title":"Publish Folders","navPath":"PublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"adb3c5f1c-d6bb-4f1a-ae10-c2f103f46c9a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishFolders.html","title":"Unpublish Folders","navPath":"UnpublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"ad039447a-8787-4710-b2fe-9ddf82d65c06","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSecureForms.html","title":"Manage and secure Forms","navPath":"ManageandSecureForms.html","bundleId":"work-tasks-2023-sp1","id":"a432f6b55-f2a2-46b6-bb24-42d757747671","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockForms.html","title":"Lock Forms","navPath":"LockForms.html","bundleId":"work-tasks-2023-sp1","id":"afd88f03e-8b36-450a-b92a-9c171ee4025e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnlockForms.html","title":"Unlock Forms","navPath":"UnlockForms.html","bundleId":"work-tasks-2023-sp1","id":"a8fcdd00f-b986-40e8-9df1-4079af5b4bc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingforms.html","title":"Disable Forms","navPath":"disablingforms.html","bundleId":"work-tasks-2023-sp1","id":"ad21b4bcd-cc5c-45c0-b00b-1cab741cbae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableForms.html","title":"Enable Forms","navPath":"EnableForms.html","bundleId":"work-tasks-2023-sp1","id":"aaf760fb1-3ec7-4538-8193-29f095a4e9f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filteringforms.html","title":"Filter Forms","navPath":"filteringforms.html","bundleId":"work-tasks-2023-sp1","id":"ad7b81541-a380-4a6e-b838-7151c823f34e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnershipofForms.html","title":"Change ownership of Forms","navPath":"ChangeOwnershipofForms.html","bundleId":"work-tasks-2023-sp1","id":"a7d113f02-b5e1-49c5-81b5-d012fe51572c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityofforms.html","title":"Set Security of Forms","navPath":"settingsecurityofforms.html","bundleId":"work-tasks-2023-sp1","id":"a7ed7b6b9-1dba-43e9-854a-165075a1b149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPropertiesofForms.html","title":"View Properties of Forms","navPath":"ViewPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a09fdf93b-3af5-46e7-a7b1-0273c74197a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAuditHistoryofForms.html","title":"View Audit History of Forms","navPath":"ViewAuditHistoryofForms.html","bundleId":"work-tasks-2023-sp1","id":"aed057f29-7aa6-4c12-8f2c-0f2d1c2c1772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingformslinks.html","title":"Create Forms Links","navPath":"creatingformslinks.html","bundleId":"work-tasks-2023-sp1","id":"af79f7c11-3eac-493c-8e2c-e8cd7185ccce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dynamiclistforms.html","title":"Dynamic list Forms","navPath":"dynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a1818c4a9-f704-4525-8bff-25c8d0bfde05","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingdynamiclistforms.html","title":"Create dynamic List Forms","navPath":"creatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"ac5c24c2c-9b8c-44d6-9e9e-a3f679aedb25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/validatingdynamiclistforms.html","title":"Validate Dynamic List Forms","navPath":"validatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a64e7bb6b-a0f9-4494-a3b9-b5d80c738147","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateFormstoWorkflows.html","title":"Associate Forms to Workflows","navPath":"AssociateFormstoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a56876be2-9292-4c12-9a22-07fd66d031ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associatingformstoworkflows.html","title":"Associate Forms to Workflows","navPath":"associatingformstoworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac2d07e91-93a4-4e4e-846f-515ad4198513","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BindaFormtotheWorkflow.html","title":"Bind a Form to the Workflow","navPath":"BindaFormtotheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab7e19ec2-cd8b-40a5-ab6e-2382e8b22487","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormXMLMapping.html","title":"Form XML Mapping","navPath":"FormXMLMapping.html","bundleId":"work-tasks-2023-sp1","id":"a71e56b5d-6207-4c22-8450-595a6a14be12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditAssociationoftheAlreadyAssociatedForm.html","title":"Edit Association of the Already Associated Form","navPath":"EditAssociationoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"aeea8bf3e-4531-4d13-801c-e1acf97a0df3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditMappingsoftheAlreadyAssociatedForm.html","title":"Edit Mappings of the Already Associated Form","navPath":"EditMappingsoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"a6fb01a36-65f9-4398-88b7-f2b908f4211f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAssociationofFormswithWorkflows.html","title":"View Association of Forms with Workflows","navPath":"ViewAssociationofFormswithWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"acc9b8eb1-9a49-40e5-9a1f-e050838a27a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DissociateFormsfromWorkflows.html","title":"Dissociate Forms from Workflows","navPath":"DissociateFormsfromWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a50d60ebf-7c49-4b32-a947-c2f603ae6c6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignWorkflowsforAssociatedForms.html","title":"Design Workflows for Associated Forms","navPath":"DesignWorkflowsforAssociatedForms.html","bundleId":"work-tasks-2023-sp1","id":"ab4f051a9-d658-4e17-bfb7-c376dabcea7a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsDesigner.html","title":"Forms Designer","navPath":"FormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a50e1ecd0-69a6-45ad-8677-68ed408a7143","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageForms.html","title":"Manage Forms","navPath":"ManageForms.html","bundleId":"work-tasks-2023-sp1","id":"a114992b9-4e56-4286-80ec-80c7fe490b31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofForms.html","title":"Edit Properties of Forms","navPath":"EditPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a2adb3343-c3b0-4419-b96a-5fd247631014","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/previewingformsinformsdesigner.html","title":"Preview Forms","navPath":"previewingformsinformsdesigner.html","bundleId":"work-tasks-2023-sp1","id":"afd7c297c-6b4c-49ff-ba8c-0e5437c109ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms_1.html","title":"Publish Forms","navPath":"PublishForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a7b03bdd7-105d-4411-a037-9da813b1a0bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/220967.html","title":"List Structure","navPath":"220967.html","bundleId":"work-tasks-2023-sp1","id":"a799ff288-274f-46d4-8779-7be21223c652","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageControls.html","title":"Manage Controls","navPath":"ManageControls.html","bundleId":"work-tasks-2023-sp1","id":"a672dff7e-94d6-40cf-bb66-2aa0ffdcbb37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControls.html","title":"Add Controls","navPath":"AddControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c359367-0034-4295-9658-d01063829b4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls.html","title":"Move Controls","navPath":"MoveControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c38e9b3-06a1-4b13-aaee-4dba8a92eba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CloneControls.html","title":"Clone Controls","navPath":"CloneControls.html","bundleId":"work-tasks-2023-sp1","id":"a6420aea4-4be4-400e-ac33-dc1e53db3638","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls.html","title":"Delete Controls","navPath":"DeleteControls.html","bundleId":"work-tasks-2023-sp1","id":"a701d8781-a959-45c8-80dc-6b925c8d3e9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClearControls.html","title":"Clear Controls","navPath":"ClearControls.html","bundleId":"work-tasks-2023-sp1","id":"ab139807e-2aac-4638-81e9-a827d2b90aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls.html","title":"Replace Controls","navPath":"ReplaceControls.html","bundleId":"work-tasks-2023-sp1","id":"a3446a468-7e97-4417-815a-b70676936aec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditNameofControls.html","title":"Edit Name of Controls","navPath":"EditNameofControls.html","bundleId":"work-tasks-2023-sp1","id":"ac8818bc6-79db-4565-824b-8b9dd0dfa07e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls.html","bundleId":"work-tasks-2023-sp1","id":"af46d3334-0b0d-4997-b5d0-693a7d62e8d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignGuidelines.html","title":"Design Guidelines","navPath":"DesignGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad18bf23a-e772-4c8d-8429-4e683e6796ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customstyles.html","title":"Custom Styles","navPath":"customstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad621322c-2b57-4150-8cff-5322f10e18b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718950.html","title":"Arc","navPath":"718950.html","bundleId":"work-tasks-2023-sp1","id":"a979531cd-7162-4552-a2d2-f641c56eff53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buttoncustomstyles.html","title":"Button","navPath":"buttoncustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a2ae9945b-d27c-4521-aa7f-444d94b1c024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719693.html","title":"Card","navPath":"719693.html","bundleId":"work-tasks-2023-sp1","id":"ab4eae85a-7342-4af7-a241-db29e141d99d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/732886.html","title":"Gantt Chart","navPath":"732886.html","bundleId":"work-tasks-2023-sp1","id":"a588ebf3a-c1ac-49c9-84ac-66d123285708","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/253979.html","title":"Gauge","navPath":"253979.html","bundleId":"work-tasks-2023-sp1","id":"a9a1c7c45-28b2-4fd0-a7c9-d5976d05ab34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formcustomstyles.html","title":"Form","navPath":"formcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a54aa6bfe-b7ac-4939-a675-95218ad641a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformcustomstyles.html","title":"Base Form","navPath":"baseformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a495bda55-a7d1-4b05-9ea8-20bc2359b04f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelformcustomstyles.html","title":"Panel Form","navPath":"panelformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"aac62edfc-6ed6-450a-a7a5-b3e182ef95a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/201636.html","title":"Embed Form","navPath":"201636.html","bundleId":"work-tasks-2023-sp1","id":"acb660e5a-3a2f-4ffa-a192-711f2dc50123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719160.html","title":"Progress Bar","navPath":"719160.html","bundleId":"work-tasks-2023-sp1","id":"a8ed318e1-59e9-45b4-9a65-14d39b7da82b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabscustomstyles.html","title":"Tabs","navPath":"tabscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad2267193-7e56-4b2a-9810-e233f649e829","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/othercontrolscustomstyles.html","title":"Other Controls","navPath":"othercontrolscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a346301e7-d0ad-4ca7-b256-08fdc5c32dc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimits.html","title":"Boundaries and Limits","navPath":"BoundariesandLimits.html","bundleId":"work-tasks-2023-sp1","id":"a231a022d-c8bd-4fef-9dbd-a66ffed322f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TestEnvironment.html","title":"Test Environment","navPath":"TestEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a5a55fc53-9979-427b-a11e-c291ef2771a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimitsbyProperty.html","title":"Boundaries and Limits by Property","navPath":"BoundariesandLimitsbyProperty.html","bundleId":"work-tasks-2023-sp1","id":"ab98ec54d-0684-433b-97cd-7d041266e847","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81448.html","title":"Control Classification","navPath":"81448.html","bundleId":"work-tasks-2023-sp1","id":"a496d45a1-05b0-453d-a231-f6e5b7bfc65d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81449.html","title":"Boundaries and Limits by Control","navPath":"81449.html","bundleId":"work-tasks-2023-sp1","id":"acebc6963-8690-4957-b194-e9ea9b12c450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81450.html","title":"Boundaries and Limits by Form","navPath":"81450.html","bundleId":"work-tasks-2023-sp1","id":"a7e067bfb-91a8-4012-ba30-53c9db5137d3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices_1.html","title":"Best Practices","navPath":"BestPractices_1.html","bundleId":"work-tasks-2023-sp1","id":"af25f7ecd-343d-4109-9f1f-aa1f8ac96fe2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls_1.html","title":"Form Controls","navPath":"FormControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a201c375d-6f1a-4153-b72d-062c49be8bec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Containers.html","title":"Containers","navPath":"Containers.html","bundleId":"work-tasks-2023-sp1","id":"a9b7a0429-96cc-45b3-a570-3b08fab7d328","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/form.html","title":"Form","navPath":"form.html","bundleId":"work-tasks-2023-sp1","id":"abd3bc9a5-88a1-4620-b333-6848f865689c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/324677.html","title":"Action Bar","navPath":"324677.html","bundleId":"work-tasks-2023-sp1","id":"a8fcf52ab-07db-4efb-8234-7e3e9c00ec87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/609518.html","title":"MQTT Topic Configuration","navPath":"609518.html","bundleId":"work-tasks-2023-sp1","id":"ac02d3635-fc24-4c04-ac04-bab0c1f3eaa4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataTypesinMQTTTopicConfiguration.html","title":"Data Types in MQTT Topic Configuration","navPath":"DataTypesinMQTTTopicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a48abf035-8020-471d-bc3c-b8469952c64c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SpecifyJSONPath.html","title":"Specify JSON Path","navPath":"SpecifyJSONPath.html","bundleId":"work-tasks-2023-sp1","id":"af3794367-1ef6-411d-b3f9-b72e053ca293","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseform.html","title":"Base Form","navPath":"baseform.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c90dd-d759-4ccc-9a2d-5cc5848735b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelform.html","title":"Panel Form","navPath":"panelform.html","bundleId":"work-tasks-2023-sp1","id":"a44951dc6-091f-438d-a52a-e758218572e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabs.html","title":"Tabs","navPath":"tabs.html","bundleId":"work-tasks-2023-sp1","id":"adfb6a5f4-bbd7-49e7-8568-2648aa54dd15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Tab.html","title":"Tab","navPath":"Tab.html","bundleId":"work-tasks-2023-sp1","id":"a44332dbf-4d85-423f-9dee-30e75e90e30e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls_1.html","title":"Controls","navPath":"Controls_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a90651d-1d75-4561-80d2-f458069f7afb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Arc.html","title":"Arc","navPath":"Arc.html","bundleId":"work-tasks-2023-sp1","id":"acd9d74ba-7ce1-4a50-880e-115c12240cbf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleArcRendering.html","title":"Example Arc Rendering","navPath":"ExampleArcRendering.html","bundleId":"work-tasks-2023-sp1","id":"a7c93b698-2296-4b01-bcb8-204273b79a57","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachment.html","title":"Attachment","navPath":"attachment.html","bundleId":"work-tasks-2023-sp1","id":"a2e90e84a-cfd9-4a89-8657-f83219d1ae00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/boolean.html","title":"Boolean","navPath":"boolean.html","bundleId":"work-tasks-2023-sp1","id":"a9bef6536-55d5-4a2c-8f21-3df3f6bd563c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/button.html","title":"Button","navPath":"button.html","bundleId":"work-tasks-2023-sp1","id":"ab4553b23-0f5f-42df-ba2e-1a473db18a32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719692.html","title":"Card","navPath":"719692.html","bundleId":"work-tasks-2023-sp1","id":"a1b01075c-011e-468c-9109-23d8b72436c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536292.html","title":"Chart","navPath":"536292.html","bundleId":"work-tasks-2023-sp1","id":"ada607e61-9185-4d55-b9fd-fe7091df9dab","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSourceConfigurationforSankeyChart.html","title":"Lookup Source Configuration for Sankey Chart","navPath":"LookupSourceConfigurationforSankeyChart.html","bundleId":"work-tasks-2023-sp1","id":"a4ddf77de-57fb-4f91-b0ad-c9dff486f5d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/checkbox.html","title":"Check Box","navPath":"checkbox.html","bundleId":"work-tasks-2023-sp1","id":"a1f47ccff-4052-4392-a95e-a1c87dc8f983","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datagrid.html","title":"Data Grid","navPath":"datagrid.html","bundleId":"work-tasks-2023-sp1","id":"a42d95c84-c234-4af2-92f3-6b4be196eb43","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180639.html","title":"Configure Grids","navPath":"180639.html","bundleId":"work-tasks-2023-sp1","id":"ada57b8a4-4a00-4b3f-abf9-fc92e3c862e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/652758.html","title":"Update Grid Configuration for Lookup Modification","navPath":"652758.html","bundleId":"work-tasks-2023-sp1","id":"a8a440f42-0f6e-492c-90b2-9fc013f78007","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180640.html","title":"Highlight Records","navPath":"180640.html","bundleId":"work-tasks-2023-sp1","id":"ae3d8da4f-7262-4486-b00b-3b8af98618a3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datalookup.html","title":"Data Lookup","navPath":"datalookup.html","bundleId":"work-tasks-2023-sp1","id":"a90d318b3-af00-42e9-8e63-eea96b5269f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/date.html","title":"Date","navPath":"date.html","bundleId":"work-tasks-2023-sp1","id":"a76386d0c-f172-4fd6-8a5f-e510af125cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datetime.html","title":"Date Time","navPath":"datetime.html","bundleId":"work-tasks-2023-sp1","id":"ab048709f-a86d-4290-9786-1a767e51aa9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/drop-down.html","title":"Drop-Down","navPath":"drop-down.html","bundleId":"work-tasks-2023-sp1","id":"ae51b3423-1b30-47ee-97b6-e31b76529168","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/email.html","title":"Email","navPath":"email.html","bundleId":"work-tasks-2023-sp1","id":"ada90ec81-6b97-4986-8391-edc246b8161f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199295.html","title":"Embed Form","navPath":"199295.html","bundleId":"work-tasks-2023-sp1","id":"ac5234d47-963b-43e7-aba9-e895c7fcb28c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embedpage.html","title":"Embed Page","navPath":"embedpage.html","bundleId":"work-tasks-2023-sp1","id":"ae53a9084-4bf0-4f19-9df5-8e0299c6918c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetEmbedPageUrlandTriggertheOnDataChangeScript.html","title":"Set Embed Page Url and Trigger the On Data Change Script","navPath":"SetEmbedPageUrlandTriggertheOnDataChangeScript.html","bundleId":"work-tasks-2023-sp1","id":"a6fb2ddbd-3fd1-4388-bc09-8dc851dac1a5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signature.html","title":"E-signature","navPath":"e-signature.html","bundleId":"work-tasks-2023-sp1","id":"adcbd5574-2525-47b2-bc37-4a7f81af8834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartProperties.html","title":"Gantt Chart","navPath":"GanttChartProperties.html","bundleId":"work-tasks-2023-sp1","id":"a8289a0f5-7116-431f-94c5-5107af325376","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleGanttChartRendering.html","title":"Example Gantt Chart Rendering","navPath":"ExampleGanttChartRendering.html","bundleId":"work-tasks-2023-sp1","id":"a720db0a7-96ac-41f1-9345-406d36020030","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252063.html","title":"Gauge","navPath":"252063.html","bundleId":"work-tasks-2023-sp1","id":"a6f44ab38-c625-4528-baa8-4e778bceb523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644117.html","title":"Geolocation","navPath":"644117.html","bundleId":"work-tasks-2023-sp1","id":"aaeb11b03-178a-42e3-849d-d2223f445df0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenField.html","title":"Hidden Field","navPath":"HiddenField.html","bundleId":"work-tasks-2023-sp1","id":"a4d91ea1f-5900-4095-8a8c-c297bc00d0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536289.html","title":"Hierarchical List","navPath":"536289.html","bundleId":"work-tasks-2023-sp1","id":"a6ddc9689-31fc-4974-ab8e-0dfaa2566053","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/hyperlink.html","title":"Hyperlink","navPath":"hyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a78400f88-6710-4c60-9665-ea5bc05fae31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/image.html","title":"Image","navPath":"image.html","bundleId":"work-tasks-2023-sp1","id":"a8ed9e4a5-5162-4ed7-8bd7-4298d097cc83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflow.html","title":"Invoke Workflow","navPath":"invokeworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aff382396-16d2-46b7-aa9c-6007910312d9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteWorkflows.html","title":"Overwrite Workflows","navPath":"OverwriteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a9f9a7523-9184-4b1e-b210-f7bd2c9e5c74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteXMLVariables.html","title":"Overwrite XML Variables","navPath":"OverwriteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a4fb6839d-31c0-412e-8304-87a1fce166ef","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/label.html","title":"Label","navPath":"label.html","bundleId":"work-tasks-2023-sp1","id":"ae808f33c-63f3-47bf-83de-ce038f34a035","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/list.html","title":"List","navPath":"list.html","bundleId":"work-tasks-2023-sp1","id":"a69f4afab-8a41-4085-bedc-34ebe7ae4851","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number.html","title":"Number","navPath":"number.html","bundleId":"work-tasks-2023-sp1","id":"a34182536-f83d-41db-88d5-778abe4fedc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/password.html","title":"Password","navPath":"password.html","bundleId":"work-tasks-2023-sp1","id":"a865861ff-7bf5-4a8f-845e-031477ba99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pop-up.html","title":"Pop-Up","navPath":"pop-up.html","bundleId":"work-tasks-2023-sp1","id":"a71c925a0-ef60-45fe-aebd-ff2be0922c63","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719163.html","title":"Progress Bar","navPath":"719163.html","bundleId":"work-tasks-2023-sp1","id":"a91430a49-3326-4df9-87b9-4faa3c31a1ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleScriptingScenariosandRendering.html","title":"Example Scripting Scenarios and Rendering","navPath":"ExampleScriptingScenariosandRendering.html","bundleId":"work-tasks-2023-sp1","id":"a9a2bd64e-302a-40d3-8b58-7e08f1f6dfa0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleProgressBarRendering.html","title":"Example Progress Bar Rendering","navPath":"ExampleProgressBarRendering.html","bundleId":"work-tasks-2023-sp1","id":"aa4f415f2-6866-483d-95b0-7c662be19d81","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435385.html","title":"QR Code","navPath":"435385.html","bundleId":"work-tasks-2023-sp1","id":"a3e6ec2a9-5fb5-419b-a53a-87b8a9c45de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/radiobutton.html","title":"Radio Button","navPath":"radiobutton.html","bundleId":"work-tasks-2023-sp1","id":"a249452f2-0738-4849-ac27-25bc3e9f5b52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewer.html","title":"Report Viewer","navPath":"reportviewer.html","bundleId":"work-tasks-2023-sp1","id":"a631795e2-e4d1-4304-bf8c-bf559a4a5912","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/437769.html","title":"Report Viewer Configuration","navPath":"437769.html","bundleId":"work-tasks-2023-sp1","id":"a5c477187-3548-4182-bf78-b751837417c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingreports.html","title":"Embed Reports","navPath":"embeddingreports.html","bundleId":"work-tasks-2023-sp1","id":"a803bc65c-406d-4562-95d8-cab0cf93e2b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingpop-upreports.html","title":"Link Pop-up Reports","navPath":"linkingpop-upreports.html","bundleId":"work-tasks-2023-sp1","id":"af193ff5b-9506-4f37-bde3-ab0b3f00dcb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingdownloadablereports.html","title":"Link Downloadable Reports","navPath":"linkingdownloadablereports.html","bundleId":"work-tasks-2023-sp1","id":"adc017387-9847-4ff2-89a9-a10d341beec9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/489816.html","title":"RFID","navPath":"489816.html","bundleId":"work-tasks-2023-sp1","id":"a5bc1e47f-0333-4325-b898-c6a894e5b634","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/198651.html","title":"Rich Text","navPath":"198651.html","bundleId":"work-tasks-2023-sp1","id":"a8aa04154-1c50-499d-a2b6-8572731e213a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolelookup.html","title":"Role Lookup","navPath":"rolelookup.html","bundleId":"work-tasks-2023-sp1","id":"a0710cd4d-70dd-4a10-adb6-3df84d78f843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/614604.html","title":"Signature","navPath":"614604.html","bundleId":"work-tasks-2023-sp1","id":"a2e78b5a2-49ee-419b-bb95-0c63c4b9c995","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number_1.html","title":"Slider","navPath":"number_1.html","bundleId":"work-tasks-2023-sp1","id":"ac1934253-0c6b-4f45-bb5d-8c33bd98990c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/text.html","title":"Text","navPath":"text.html","bundleId":"work-tasks-2023-sp1","id":"a8c2e2ae8-368a-465e-9fbd-111d98d500b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/time.html","title":"Time","navPath":"time.html","bundleId":"work-tasks-2023-sp1","id":"a2a4e4db7-482f-4c86-b677-84f2ce238906","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/230651.html","title":"Tree","navPath":"230651.html","bundleId":"work-tasks-2023-sp1","id":"a86c42515-6160-479d-a21c-4959a22832ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userlookup.html","title":"User Lookup","navPath":"userlookup.html","bundleId":"work-tasks-2023-sp1","id":"ae436d009-1a27-40ba-80a0-be34b2f21874","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/826789.html","title":"Widget","navPath":"826789.html","bundleId":"work-tasks-2023-sp1","id":"ade3a8c96-4603-49f8-a29a-2dce3bf8aeea","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902485.html","title":"Dynamic Widget Properties and Events","navPath":"902485.html","bundleId":"work-tasks-2023-sp1","id":"a433aba59-6149-40b9-82d7-946eeda34e2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902497.html","title":"Add or Edit a Dynamic Property or Event","navPath":"902497.html","bundleId":"work-tasks-2023-sp1","id":"a09966e34-9444-4e1a-a169-a8c1bc42f28f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855752.html","title":"Grid Widget","navPath":"855752.html","bundleId":"work-tasks-2023-sp1","id":"af05cdb2f-afea-40c7-b62f-88312bd3ccad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093483.html","title":"Grid Widget Properties Usage","navPath":"1093483.html","bundleId":"work-tasks-2023-sp1","id":"ab25d2768-32c2-4c08-a840-3e07330243ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903237.html","title":"Grid Widget Event","navPath":"903237.html","bundleId":"work-tasks-2023-sp1","id":"a302af65a-1f1f-4151-a215-b75587391e0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903242.html","title":"On Cell Change","navPath":"903242.html","bundleId":"work-tasks-2023-sp1","id":"a4d0d6148-e098-4cba-bee2-11e2466da47d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/917567.html","title":"On Initialize","navPath":"917567.html","bundleId":"work-tasks-2023-sp1","id":"ac9084f6f-2948-4689-9a3e-116ec478b97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093482.html","title":"On Row Selection","navPath":"1093482.html","bundleId":"work-tasks-2023-sp1","id":"ad96c9386-a19c-416d-abeb-365b7f6b535a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/858794.html","title":"Configure the Grid Widget","navPath":"858794.html","bundleId":"work-tasks-2023-sp1","id":"a0c4c2376-91c3-4720-81be-b365690daf37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860015.html","title":"Pass Data to or from the Widget","navPath":"860015.html","bundleId":"work-tasks-2023-sp1","id":"a5681a57a-d92a-42bb-b9d6-2bbd0b8d49c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869728.html","title":"Define Data Columns","navPath":"869728.html","bundleId":"work-tasks-2023-sp1","id":"a009b7099-abb7-4e58-91f0-6b19cd0d2726","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869729.html","title":"Clear Data Filters","navPath":"869729.html","bundleId":"work-tasks-2023-sp1","id":"aca5a6920-49fb-47e6-9faf-22dad2c5238a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869731.html","title":"Reset Grid Data Sort Order Setting","navPath":"869731.html","bundleId":"work-tasks-2023-sp1","id":"a88d100a2-382c-462c-a3aa-d6c12f6d9d7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869732.html","title":"Validate Data","navPath":"869732.html","bundleId":"work-tasks-2023-sp1","id":"aeac82f73-cb47-450c-a1bf-c8a79667110d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860016.html","title":"Grid Widget Configurable Parameters","navPath":"860016.html","bundleId":"work-tasks-2023-sp1","id":"aadc12c92-091c-4173-b9ec-2fc024536ab7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877810.html","title":"Modify Grid Widget Title","navPath":"877810.html","bundleId":"work-tasks-2023-sp1","id":"a52dc3eb5-9d3d-46e2-86fe-529c0e4cdf0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869895.html","title":"Modify Column Width and Column Headers","navPath":"869895.html","bundleId":"work-tasks-2023-sp1","id":"a9dee9f16-7636-467c-81de-2b46b4807110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869898.html","title":"Set Number of Records to Display in a Grid Page","navPath":"869898.html","bundleId":"work-tasks-2023-sp1","id":"a2b77e774-ad09-4f6c-884f-9bb3df5ab3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869909.html","title":"Configure Cell Datatypes and Input Field","navPath":"869909.html","bundleId":"work-tasks-2023-sp1","id":"a2777b038-930c-40e2-9410-8c2473940d6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876387.html","title":"Configure Column Background Color","navPath":"876387.html","bundleId":"work-tasks-2023-sp1","id":"aa5e8649a-3d91-4af0-8fc3-560e3fe93fbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876830.html","title":"Add Column-value Tooltip","navPath":"876830.html","bundleId":"work-tasks-2023-sp1","id":"a5096cb28-7e33-475d-9129-3ffcfdf5af7c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876835.html","title":"Grid widget UI controls","navPath":"876835.html","bundleId":"work-tasks-2023-sp1","id":"a7728fdfc-8f8c-4230-a5ea-708f1730bd6f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876832.html","title":"Add Progress Bar in Grid Column","navPath":"876832.html","bundleId":"work-tasks-2023-sp1","id":"afa049062-42fd-4d7f-a528-bf833f63f2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876834.html","title":"Add Datetime Picker","navPath":"876834.html","bundleId":"work-tasks-2023-sp1","id":"ab01a631b-2441-47c7-a3e4-0f1dd54f8fe4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876837.html","title":"Add Drop-down List","navPath":"876837.html","bundleId":"work-tasks-2023-sp1","id":"abd74153b-1bb9-49bd-9bba-d70acbe52c4f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860017.html","title":"Sort, Filter, and Reorder","navPath":"860017.html","bundleId":"work-tasks-2023-sp1","id":"a7226d970-1949-4ee8-abc3-be0386389e2b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869733.html","title":"Change Default Sorting Behavior","navPath":"869733.html","bundleId":"work-tasks-2023-sp1","id":"aa762ffed-c4c5-414b-bd5e-570b56292d33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/879965.html","title":"Filter Data through Scripting","navPath":"879965.html","bundleId":"work-tasks-2023-sp1","id":"a7754ab49-276d-4a7c-974c-4b154a9295e3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877839.html","title":"Column Data Alignment","navPath":"877839.html","bundleId":"work-tasks-2023-sp1","id":"aaf612e5b-a6e8-4ecb-aa7e-d97349a85c02","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855776.html","title":"Hierarchy Selector Widget","navPath":"855776.html","bundleId":"work-tasks-2023-sp1","id":"a71ff368d-ae12-4b81-9e0c-817cf1d489b5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/872741.html","title":"Hierarchy Selector Widget Properties Usage","navPath":"872741.html","bundleId":"work-tasks-2023-sp1","id":"aef16e252-58b6-4339-8c08-3afc63e662cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903458.html","title":"Hierarchy Selector Events","navPath":"903458.html","bundleId":"work-tasks-2023-sp1","id":"ae24365fa-b9c6-414c-9ac9-af6dfa6252d8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903243.html","title":"On Initialize","navPath":"903243.html","bundleId":"work-tasks-2023-sp1","id":"a50ce0e43-ce33-4045-a8c5-2a87391d4a41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/915579.html","title":"On Selection Change","navPath":"915579.html","bundleId":"work-tasks-2023-sp1","id":"a056f30ef-9cc2-474c-8231-87124e5847f4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/859853.html","title":"Configure Hierarchy Selector Widget","navPath":"859853.html","bundleId":"work-tasks-2023-sp1","id":"a851d01c5-f4c4-4308-8962-86d8653137cf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/863435.html","title":"Pass Data to and from Widget","navPath":"863435.html","bundleId":"work-tasks-2023-sp1","id":"a33cda13e-1a07-44f4-9b80-9be0bdf76f77","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869735.html","title":"Load Hierarchical Dataset","navPath":"869735.html","bundleId":"work-tasks-2023-sp1","id":"a42cba02c-9930-4387-9583-8de9ec438ca9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/885338.html","title":"Override the Hierarchy Selector's Default Behavior for Selected Child Node","navPath":"885338.html","bundleId":"work-tasks-2023-sp1","id":"afea65ab8-5343-41ba-bed2-8b95ce0b2a12","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869736.html","title":"Modify Widget Title, Header, and Captions","navPath":"869736.html","bundleId":"work-tasks-2023-sp1","id":"a55829891-dcdc-4e49-8eac-8a85e7c8bd15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869737.html","title":"Set Color for Parent Node","navPath":"869737.html","bundleId":"work-tasks-2023-sp1","id":"a7880db35-d2f9-49f4-b1ee-17ff5f11b4ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869738.html","title":"Set Color for Child Node","navPath":"869738.html","bundleId":"work-tasks-2023-sp1","id":"a9b57e5ac-deec-48f7-816f-c1374c8000bb","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/868368.html","title":"Localize Widgets","navPath":"868368.html","bundleId":"work-tasks-2023-sp1","id":"a968337d1-3423-4f29-8c73-358956d802da","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/870059.html","title":"Example localization text file","navPath":"870059.html","bundleId":"work-tasks-2023-sp1","id":"a987c2c80-67d4-4acf-bf60-6e239260e88b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/920100.html","title":"Configure Communication between Widget Control and Form","navPath":"920100.html","bundleId":"work-tasks-2023-sp1","id":"a473cd473-cf8c-4994-9dcc-bb09a51d62c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcontrols.html","title":"Custom Controls","navPath":"customcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ae2173cb2-afd8-464b-b213-a029dd81c5ec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcontrols.html","title":"Create Custom Controls","navPath":"creatingcustomcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a3fbf361a-b2e3-4ce2-a601-4b1bc46175f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/extendingexistingcontrols.html","title":"Extend Existing Controls","navPath":"extendingexistingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a2737d472-59be-40f3-a2eb-0e0fdf912f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customproperties.html","title":"Custom Properties","navPath":"customproperties.html","bundleId":"work-tasks-2023-sp1","id":"a4e4d5f87-5d47-4484-af39-c0e126ace00f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attributingproperties.html","title":"Attributing Properties","navPath":"attributingproperties.html","bundleId":"work-tasks-2023-sp1","id":"a5abd747d-d526-4ef7-b6e4-6091364a8b07","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/propertyindex.html","title":"Property Index","navPath":"propertyindex.html","bundleId":"work-tasks-2023-sp1","id":"a4292642d-610e-44f9-ba79-a31809d6a4d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomproperties.html","title":"Create Custom Properties","navPath":"creatingcustomproperties.html","bundleId":"work-tasks-2023-sp1","id":"a96a56339-ec84-4992-a7cd-e07c4d480956","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189993.html","title":"IControlProperty","navPath":"189993.html","bundleId":"work-tasks-2023-sp1","id":"a214dee0a-a0d7-4c33-905b-7b67a0119458","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/custombindings.html","title":"Custom Bindings","navPath":"custombindings.html","bundleId":"work-tasks-2023-sp1","id":"a6d50d77f-88a8-4362-8faf-58f6bbb79ce8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ibindingproperty.html","title":"IBindingProperty","navPath":"ibindingproperty.html","bundleId":"work-tasks-2023-sp1","id":"abcc9d34b-8c5d-4c8f-ba6c-f2c45dc9f034","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rulescustom.html","title":"Rules","navPath":"rulescustom.html","bundleId":"work-tasks-2023-sp1","id":"aed91c7e8-7e9e-47e8-9410-7bf6cf617d61","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/definingrules.html","title":"Define Rules","navPath":"definingrules.html","bundleId":"work-tasks-2023-sp1","id":"a56ffef63-d3cb-4be2-8411-d774598134a1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/referencingcustom.html","title":"Reference External CSS and JS Files","navPath":"referencingcustom.html","bundleId":"work-tasks-2023-sp1","id":"a7ae6a9d8-cce7-4757-b4d9-cb716614c561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizationcustom.html","title":"Localization","navPath":"localizationcustom.html","bundleId":"work-tasks-2023-sp1","id":"a17ddf634-0c61-47cd-8f7b-5ceab71238ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcategories.html","title":"Custom Categories","navPath":"customcategories.html","bundleId":"work-tasks-2023-sp1","id":"a69e53080-fad2-4127-abd2-35aef9bd5b4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcategories.html","title":"Create Custom Categories","navPath":"creatingcustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"a25b35faa-26e8-42aa-a65c-8cb60ed9731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsincustomcategories.html","title":"Add Custom Controls in Custom Categories","navPath":"addingcustomcontrolsincustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"aa2c29b15-5ee6-41f2-abda-24e4e293f3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsinthecontrolscategory.html","title":"Add Custom Controls in the Controls Category","navPath":"addingcustomcontrolsinthecontrolscategory.html","bundleId":"work-tasks-2023-sp1","id":"aeb424396-1a43-4ebe-b85f-014ac0e90c7b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295134.html","title":"Organize Form Controls","navPath":"295134.html","bundleId":"work-tasks-2023-sp1","id":"a902d09a4-e74b-4145-918b-9bcb7082768d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplemaskedinputcontrol.html","title":"Example: Masked Input Control","navPath":"examplemaskedinputcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a35e2b0c6-f779-4e42-bbc5-d18082ebb0e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputsfcontrolscs.html","title":"SFControl​.cs","navPath":"maskedinputsfcontrolscs.html","bundleId":"work-tasks-2023-sp1","id":"a1a6963e3-2429-44c1-b33f-426508cfdaed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputmycustomcs.html","title":"MaskedInput​.cs","navPath":"maskedinputmycustomcs.html","bundleId":"work-tasks-2023-sp1","id":"a75829226-e7ae-47a0-b427-ea5113a59ee8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltamaskedinputjs.html","title":"skelta​.maskedinput​.js","navPath":"skeltamaskedinputjs.html","bundleId":"work-tasks-2023-sp1","id":"a488c3696-b53a-40f4-a3d4-4269929bca18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295366.html","title":"Add Masked Input Property for Check Syntax Validation","navPath":"295366.html","bundleId":"work-tasks-2023-sp1","id":"a1d6aaab7-4d8a-4fd6-a4f2-8bc5b1193443","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188411.html","title":"Custom Controls with Kendo UI","navPath":"188411.html","bundleId":"work-tasks-2023-sp1","id":"a44f81021-7388-4eb7-be6d-cf2952a39e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188412.html","title":"Create Custom Controls with Kendo UI","navPath":"188412.html","bundleId":"work-tasks-2023-sp1","id":"adb3b09ae-2577-4e9c-b780-620e325b4824","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188413.html","title":"Create Knockout Bindings for Kendo UI","navPath":"188413.html","bundleId":"work-tasks-2023-sp1","id":"a6e13d8b2-25aa-4218-b763-e646bb12bbc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188640.html","title":"Knockout Bindings for Kendo UI","navPath":"188640.html","bundleId":"work-tasks-2023-sp1","id":"a5ddf53b0-1a8d-451a-8fa7-3af813383abb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188806.html","title":"Example: Barchart Control","navPath":"188806.html","bundleId":"work-tasks-2023-sp1","id":"a792152a9-dbcf-4b2c-947f-71132a4db200","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299.html","title":"SFControl​.cs","navPath":"262299.html","bundleId":"work-tasks-2023-sp1","id":"acefb05f3-3c8d-4ca5-a103-d6262dff4632","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188808.html","title":"BarChart​.cs","navPath":"188808.html","bundleId":"work-tasks-2023-sp1","id":"a99a93241-6fb6-4b4e-b45c-3d2873196998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188815.html","title":"BarChartBindingProperty​.cs","navPath":"188815.html","bundleId":"work-tasks-2023-sp1","id":"a0ba40cdf-ba81-46b7-8864-77c892454eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262301.html","title":"knockout-kendo​.kendochart​.js","navPath":"262301.html","bundleId":"work-tasks-2023-sp1","id":"abb60e5f0-db85-484e-9de2-1e7bac8f57c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262302.html","title":"corp​.customcontrol​.barchart​.js","navPath":"262302.html","bundleId":"work-tasks-2023-sp1","id":"a28da1015-7ef0-4f51-adbc-8c3059a729e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295368.html","title":"Add Barchart Properties for Check Syntax Validation","navPath":"295368.html","bundleId":"work-tasks-2023-sp1","id":"a25fef3e4-164a-4c91-a4b5-5341fb651b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190589.html","title":"Example: RichTextBox Control","navPath":"190589.html","bundleId":"work-tasks-2023-sp1","id":"ab48bcd5a-7f18-410d-a07e-187656f5d71e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299_1.html","title":"SFControl​.cs","navPath":"262299_1.html","bundleId":"work-tasks-2023-sp1","id":"a80d159c7-da7e-4fb3-8384-f4dc73583cc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190592.html","title":"RichTextBox​.cs","navPath":"190592.html","bundleId":"work-tasks-2023-sp1","id":"a7a2bb3f8-8d64-4d6e-bbb6-02218fb5bd99","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190595.html","title":"knockout-kendo​.editor​.js","navPath":"190595.html","bundleId":"work-tasks-2023-sp1","id":"a6bc5330a-bf55-4b3b-8a8c-38689cec746b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190596.html","title":"richtextbox​.js","navPath":"190596.html","bundleId":"work-tasks-2023-sp1","id":"a7f6e8a50-0ab9-4247-a6f2-ce7cc59d497e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555182.html","title":"Custom Controls with Angular 12","navPath":"555182.html","bundleId":"work-tasks-2023-sp1","id":"a2107ed1f-f066-4a34-b3a6-9b4e52c0c769","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555183.html","title":"Create Custom Controls with Angular 12","navPath":"555183.html","bundleId":"work-tasks-2023-sp1","id":"a50d24f3f-ee95-4331-9774-c49c42084735","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190538.html","title":"Custom Controls with Custom Properties","navPath":"190538.html","bundleId":"work-tasks-2023-sp1","id":"a20ce88b2-6153-4c5f-8ffd-c69231ebc74d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190699.html","title":"Example: PropertyLookup Control","navPath":"190699.html","bundleId":"work-tasks-2023-sp1","id":"af20774d6-5aea-418a-827d-f7f9b88bbd92","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190694.html","title":"SFControl​.cs","navPath":"190694.html","bundleId":"work-tasks-2023-sp1","id":"a8786c070-6cfa-4730-a709-f2ae5597fcf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190695.html","title":"PropertyLookup​.cs","navPath":"190695.html","bundleId":"work-tasks-2023-sp1","id":"a9eaf01b9-833c-4319-810e-905ef48b9da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190696.html","title":"PropertyLookup​.js","navPath":"190696.html","bundleId":"work-tasks-2023-sp1","id":"a37567bbc-0b0f-4859-a11d-84a4dfb0d633","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190698.html","title":"PropertyLookup​.css","navPath":"190698.html","bundleId":"work-tasks-2023-sp1","id":"aca5d548a-b54b-4a01-a116-478e86f58c3e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190705.html","title":"Example: Autocomplete Control","navPath":"190705.html","bundleId":"work-tasks-2023-sp1","id":"a9830c03b-43cc-4bbd-9b60-a06467a0ec44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190706.html","title":"SFControl​.cs","navPath":"190706.html","bundleId":"work-tasks-2023-sp1","id":"a59d4c3e6-3cf4-4c5d-9de0-58630dce3b4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190707.html","title":"Autocomplete​.cs","navPath":"190707.html","bundleId":"work-tasks-2023-sp1","id":"a7b5c5d7c-f488-4af7-b071-befaf4997e47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190714.html","title":"GridProperty​.cs","navPath":"190714.html","bundleId":"work-tasks-2023-sp1","id":"a4018c3e0-1acc-4e51-a8ec-5844d5de45f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190715.html","title":"PopupProperty​.cs","navPath":"190715.html","bundleId":"work-tasks-2023-sp1","id":"a92b0ec44-2edd-4f5a-846c-82ff344ceafd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190710.html","title":"Autocomplete​.js","navPath":"190710.html","bundleId":"work-tasks-2023-sp1","id":"ac20fa403-83aa-483a-9245-718f953b6d3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190712.html","title":"knockout-kendo​.autocompletebinding​.js","navPath":"190712.html","bundleId":"work-tasks-2023-sp1","id":"a64cdb11b-139c-4de9-8133-fd094ba9d481","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190713.html","title":"BaseFormWithValidationScript​.xml","navPath":"190713.html","bundleId":"work-tasks-2023-sp1","id":"a9b45a9ba-3e6a-416e-884f-69e63ff30bf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/191052.html","title":"PropertyLookup​.htm","navPath":"191052.html","bundleId":"work-tasks-2023-sp1","id":"afacedca2-acde-4252-a8dc-d81d5a121a15","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202165.html","title":"Custom Control with Standard Properties","navPath":"202165.html","bundleId":"work-tasks-2023-sp1","id":"a5f8de4ef-ff0b-4e27-a5e8-75fcc15037db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202426.html","title":"Example: TreeView Control","navPath":"202426.html","bundleId":"work-tasks-2023-sp1","id":"a895feaca-ef9f-430f-85f4-08bd287354a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202427.html","title":"SFControl​.cs","navPath":"202427.html","bundleId":"work-tasks-2023-sp1","id":"a64d96ae7-d4f7-4462-9010-0b4c020cf0ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202428.html","title":"TreeView​.cs","navPath":"202428.html","bundleId":"work-tasks-2023-sp1","id":"a7296694b-6eb2-4c4b-a3b5-709ec8fbe31d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202429.html","title":"TreeViewBinding​.cs","navPath":"202429.html","bundleId":"work-tasks-2023-sp1","id":"ab0a228d7-668f-48cc-ae9e-a45229817672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202430.html","title":"corp​.customControls​.treeView​.js","navPath":"202430.html","bundleId":"work-tasks-2023-sp1","id":"af6611fcb-ec95-4b34-a849-6b54f8e2bcdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202431.html","title":"kendo​.treeview​.js","navPath":"202431.html","bundleId":"work-tasks-2023-sp1","id":"a7c0684c9-ff30-464e-b999-783edce9f7b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202432.html","title":"knockout-kendo​.treeview​.js","navPath":"202432.html","bundleId":"work-tasks-2023-sp1","id":"a71ec1f18-98d7-42e0-ab2c-0683c5a0eb85","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295001.html","title":"Add Custom Control Members as White List for Check syntax validations","navPath":"295001.html","bundleId":"work-tasks-2023-sp1","id":"a472a650f-9964-4e3e-90d6-67947698b8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultValues.html","title":"Default Values","navPath":"DefaultValues.html","bundleId":"work-tasks-2023-sp1","id":"af9abd76f-37b2-4a3f-94d2-5366a91447c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidationofValues.html","title":"Validation of Values","navPath":"ValidationofValues.html","bundleId":"work-tasks-2023-sp1","id":"ae1fde206-3367-4216-b720-c924e7e37620","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/layouts.html","title":"Form Layouts","navPath":"layouts.html","bundleId":"work-tasks-2023-sp1","id":"aaf2ea2fa-bfdc-4210-8dde-84aa39057a48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designingformlayouts.html","title":"Design Form Layouts","navPath":"designingformlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a3a50344c-b41c-492d-aed9-e7275103e28a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplesaleregistrationform.html","title":"Example: Sale Registration Form","navPath":"examplesaleregistrationform.html","bundleId":"work-tasks-2023-sp1","id":"ae88e3d7d-e653-4f47-8132-62e8875c1531","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190453.html","title":"Forms in Custom Pages","navPath":"190453.html","bundleId":"work-tasks-2023-sp1","id":"ad4bcb0bb-a66f-4570-b4f5-db8d47c239a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190455.html","title":"Load Single Form","navPath":"190455.html","bundleId":"work-tasks-2023-sp1","id":"a547cb497-d48a-4302-9851-329cac4949cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190456.html","title":"Single Form Custom Page Template","navPath":"190456.html","bundleId":"work-tasks-2023-sp1","id":"a1682d639-f76e-46af-8187-7f8b7af054f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localization_1.html","title":"Localization","navPath":"localization_1.html","bundleId":"work-tasks-2023-sp1","id":"ace2317db-c30d-42ff-aa11-6533c0f190a3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingforms.html","title":"Localize Forms","navPath":"localizingforms.html","bundleId":"work-tasks-2023-sp1","id":"aef9a34bf-a86f-4b75-9ab4-551269bab5f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingcontrolnames.html","title":"Localize Control Names and Descriptions","navPath":"localizingcontrolnames.html","bundleId":"work-tasks-2023-sp1","id":"a73564500-0340-4343-9493-fcc29c2f3a0d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingstandardvalidationmessages.html","title":"Localize Standard Validation Messages","navPath":"localizingstandardvalidationmessages.html","bundleId":"work-tasks-2023-sp1","id":"a1dc9cf0a-b76f-436a-ab5b-2c33e5b3a71d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingmessagesinvalidationscripts.html","title":"Localize Messages in Validation Scripts","navPath":"localizingmessagesinvalidationscripts.html","bundleId":"work-tasks-2023-sp1","id":"a3b3f51ec-7079-4c75-91ee-f7b917196e48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/517766.html","title":"Localize Column Names in Data Grid","navPath":"517766.html","bundleId":"work-tasks-2023-sp1","id":"afe160a75-aaec-4ba9-b9b1-370d88e9af2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberanddateformats.html","title":"Number and Date Formats","navPath":"numberanddateformats.html","bundleId":"work-tasks-2023-sp1","id":"a32d6db62-9493-4ea2-98a2-6eb288086469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberformats.html","title":"Number Formats","navPath":"numberformats.html","bundleId":"work-tasks-2023-sp1","id":"a0ec7d95d-561d-4432-b642-c51c8edd5efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dateandtimeformats.html","title":"Date and Time Formats","navPath":"dateandtimeformats.html","bundleId":"work-tasks-2023-sp1","id":"abc560300-78ab-48e6-a460-ad54dcf2447d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scripts.html","title":"Form Scripts","navPath":"scripts.html","bundleId":"work-tasks-2023-sp1","id":"ab0965f6d-0e55-42af-bf6c-353a0a0ecc0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Framework.html","title":"Framework","navPath":"Framework.html","bundleId":"work-tasks-2023-sp1","id":"a23816853-01cd-4944-8ef8-4f61cfb53a96","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JavaScript.html","title":"JavaScript","navPath":"JavaScript.html","bundleId":"work-tasks-2023-sp1","id":"abf2c8678-1353-4f0a-a95e-a70b51e5f372","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73293.html","title":"Script Editor","navPath":"73293.html","bundleId":"work-tasks-2023-sp1","id":"a24bb6e88-22db-4796-bc4f-98a8ef3a0c53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateScripts.html","title":"Validate Scripts","navPath":"ValidateScripts.html","bundleId":"work-tasks-2023-sp1","id":"aa9446cb7-5c2e-4a0c-92c2-0f25a8db2133","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soathroughscripts.html","title":"SOA through Scripts","navPath":"soathroughscripts.html","bundleId":"work-tasks-2023-sp1","id":"ac5b8ffe5-7101-4c1c-ad8d-c17c382531cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Guidelines.html","title":"Guidelines","navPath":"Guidelines.html","bundleId":"work-tasks-2023-sp1","id":"a6d11d79b-0e8c-4990-bc18-3726bd5e43e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PropertiesandEvents.html","title":"Properties and Events","navPath":"PropertiesandEvents.html","bundleId":"work-tasks-2023-sp1","id":"a673575fe-b388-4f46-a5d4-a464e45743ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Enable.html","title":"Enable","navPath":"Enable.html","bundleId":"work-tasks-2023-sp1","id":"a9b0d16d0-1d3e-43b3-97b0-596a7402a56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Visible.html","title":"Visible","navPath":"Visible.html","bundleId":"work-tasks-2023-sp1","id":"af0b8486e-c771-41c6-a36c-2bb97a17825c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReadOnly.html","title":"Read-Only","navPath":"ReadOnly.html","bundleId":"work-tasks-2023-sp1","id":"aee7d2409-5b2b-4af9-a162-01b17552ada4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mandatory.html","title":"Mandatory","navPath":"Mandatory.html","bundleId":"work-tasks-2023-sp1","id":"a6cfba6a9-d83a-40e0-843c-1f2f95702d19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Validate.html","title":"Validate","navPath":"Validate.html","bundleId":"work-tasks-2023-sp1","id":"a24f8c472-6ca2-400a-a8d2-b8965bf4b18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/options.html","title":"Options","navPath":"options.html","bundleId":"work-tasks-2023-sp1","id":"a5fc376fe-fe6f-4971-9120-e019de5b9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Behavior.html","title":"Behavior","navPath":"Behavior.html","bundleId":"work-tasks-2023-sp1","id":"a662aff08-c2ae-4414-894d-28c556228fec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingextendedinformation.html","title":"Extended Information","navPath":"accessingextendedinformation.html","bundleId":"work-tasks-2023-sp1","id":"a523334e5-ca8d-42ee-b724-fd6c6d42bc78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/onclick.html","title":"On Click","navPath":"onclick.html","bundleId":"work-tasks-2023-sp1","id":"a1dd8f6db-60bc-4877-9a02-d70f4da42d0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataBound.html","title":"On Data Bound","navPath":"OnDataBound.html","bundleId":"work-tasks-2023-sp1","id":"a406b9a38-741c-4840-9697-0f72f811618c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataChange.html","title":"On Data Change","navPath":"OnDataChange.html","bundleId":"work-tasks-2023-sp1","id":"a5e379efb-1fab-43ea-acb1-51c3629c4c1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnFormLoad.html","title":"On Form Load","navPath":"OnFormLoad.html","bundleId":"work-tasks-2023-sp1","id":"a053eb07b-ab76-466c-9380-b1620958819b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordAdd.html","title":"On Record Add","navPath":"OnRecordAdd.html","bundleId":"work-tasks-2023-sp1","id":"a917a1c31-3751-4611-a48f-fd9d904d5b1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordDelete.html","title":"On Record Delete","navPath":"OnRecordDelete.html","bundleId":"work-tasks-2023-sp1","id":"a1d01c0b3-5d25-4e5d-97d1-5b2c1f481968","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnSelectionChange.html","title":"On Selection Change","navPath":"OnSelectionChange.html","bundleId":"work-tasks-2023-sp1","id":"aa4a03b7b-b945-4492-bbbd-a69f06c5ed5e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTabIndexChange.html","title":"On Tab Index Change","navPath":"OnTabIndexChange.html","bundleId":"work-tasks-2023-sp1","id":"a36eba1fb-db22-4df4-924d-4f97cd9cb920","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCheckChange.html","title":"On Check Change","navPath":"OnCheckChange.html","bundleId":"work-tasks-2023-sp1","id":"a95be1fe6-6e86-481e-91ab-c6a714295247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252067.html","title":"On Initialize","navPath":"252067.html","bundleId":"work-tasks-2023-sp1","id":"a0cad9e4f-d52a-4cac-9b1c-97afa5de5c51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RecordVisible.html","title":"Record Visible","navPath":"RecordVisible.html","bundleId":"work-tasks-2023-sp1","id":"a69a71c07-6055-4ea6-92fd-39a8732be427","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RangeColor.html","title":"Range Color","navPath":"RangeColor.html","bundleId":"work-tasks-2023-sp1","id":"aadc7df27-561f-40ff-8c1e-2af804dceb50","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContainersScript.html","title":"Containers","navPath":"ContainersScript.html","bundleId":"work-tasks-2023-sp1","id":"a173d0ffa-36ba-4222-bfe5-00d711c2ed7c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformscriptguidelines.html","title":"Base Form","navPath":"baseformscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aff985446-0dfd-4289-840c-9ecf85f92865","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PanelFormScript.html","title":"Panel Form","navPath":"PanelFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a806b1401-3ac1-4317-b70d-2dd966e70a8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionBarScript.html","title":"Action Bar","navPath":"ActionBarScript.html","bundleId":"work-tasks-2023-sp1","id":"a8859f11d-c302-400c-9a26-ebd0f7b77e29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabsScript.html","title":"Tabs","navPath":"TabsScript.html","bundleId":"work-tasks-2023-sp1","id":"a7f8f2d9d-20a0-4609-8f0b-bb1b49306e30","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabScript.html","title":"Tab","navPath":"TabScript.html","bundleId":"work-tasks-2023-sp1","id":"adfe7ac43-c535-4920-914f-356c38fc0082","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlsScripts.html","title":"Controls","navPath":"ControlsScripts.html","bundleId":"work-tasks-2023-sp1","id":"abbe351b8-8faa-4d02-80fd-2a0f17dbbca9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArcScripting.html","title":"Arc","navPath":"ArcScripting.html","bundleId":"work-tasks-2023-sp1","id":"a2c9f6493-98d2-4fea-91ac-9731f7f1df21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachmentscriptguidelines.html","title":"Attachment","navPath":"attachmentscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad85a9940-8b58-4cea-8007-8547774cfd7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanScript.html","title":"Boolean","navPath":"BooleanScript.html","bundleId":"work-tasks-2023-sp1","id":"a61f57124-bd8b-46ac-914b-8d405187b3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ButtonScript.html","title":"Button","navPath":"ButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"add3c0abf-3869-4a06-8083-fb50d4412c4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719691.html","title":"Card","navPath":"719691.html","bundleId":"work-tasks-2023-sp1","id":"a6c0bb2d2-035a-4690-a144-87b5c3a6bd27","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718901.html","title":"Example Scripting Scenarios and Rendering","navPath":"718901.html","bundleId":"work-tasks-2023-sp1","id":"af021cb5e-c010-43a5-8209-84587a6b9203","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/701201.html","title":"Scripting Scenarios","navPath":"701201.html","bundleId":"work-tasks-2023-sp1","id":"a3aebda6f-b56c-40f2-aa27-91a40d40fe6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/705389.html","title":"Example Card Control Rendering","navPath":"705389.html","bundleId":"work-tasks-2023-sp1","id":"a1e1e8bc5-a04d-4d57-b7c4-c15c1c6972f3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536293.html","title":"Chart","navPath":"536293.html","bundleId":"work-tasks-2023-sp1","id":"a779eb158-8be4-46f2-a345-886cfb025b72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckBox_1.html","title":"Check Box","navPath":"CheckBox_1.html","bundleId":"work-tasks-2023-sp1","id":"ad59a63f6-68b3-4fa9-9004-c341ff1c4d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataGrid_1.html","title":"Data Grid","navPath":"DataGrid_1.html","bundleId":"work-tasks-2023-sp1","id":"a0be95846-3ca4-445f-817d-b93fdb6d16ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataLookup_1.html","title":"Data Lookup","navPath":"DataLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a92d16e-ea2e-43f7-88fb-a65012adb9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateScript.html","title":"Date","navPath":"DateScript.html","bundleId":"work-tasks-2023-sp1","id":"a50d50d5e-40b8-4018-b810-8f504ba07988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeScript.html","title":"Date Time","navPath":"DateTimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a538bb564-2ce9-41df-82fe-4df0d8820001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DropDownScript.html","title":"Drop-Down","navPath":"DropDownScript.html","bundleId":"work-tasks-2023-sp1","id":"ad97e1b65-fc0f-426f-a542-19cbc9532219","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailScript.html","title":"Email","navPath":"EmailScript.html","bundleId":"work-tasks-2023-sp1","id":"a17eaad80-c8ab-4afc-81f2-146e7767334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedFormScript.html","title":"Embed Form","navPath":"EmbedFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a3c1c4eca-008c-45b2-8427-6f41897e4a22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedPageScript.html","title":"Embed Page","navPath":"EmbedPageScript.html","bundleId":"work-tasks-2023-sp1","id":"a7ea6ebf2-49ee-44af-b6d0-a9d5aeb4414d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signaturescriptguidelines.html","title":"E-signature","navPath":"e-signaturescriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ae7fa3d90-a123-4c85-8c19-0de21a1fdac8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartScripting.html","title":"Gantt Chart","navPath":"GanttChartScripting.html","bundleId":"work-tasks-2023-sp1","id":"a77eb5cec-820f-46c1-ae31-29affe7e006c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GaugeScript.html","title":"Gauge","navPath":"GaugeScript.html","bundleId":"work-tasks-2023-sp1","id":"a887cccaa-6cad-41cf-845e-f9d0bf448656","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GeolocationScript.html","title":"Geolocation","navPath":"GeolocationScript.html","bundleId":"work-tasks-2023-sp1","id":"a55df2eac-f404-4d83-a0ba-1fbd87d6b98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenFieldScript.html","title":"Hidden Field","navPath":"HiddenFieldScript.html","bundleId":"work-tasks-2023-sp1","id":"ad16c6f2b-4e8f-4c94-b50d-9dc7800d7adf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HierarchicalListScript.html","title":"Hierarchical List","navPath":"HierarchicalListScript.html","bundleId":"work-tasks-2023-sp1","id":"a4147403f-77bf-4f5a-857f-43d65e6e8612","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HyperlinkScript.html","title":"Hyperlink","navPath":"HyperlinkScript.html","bundleId":"work-tasks-2023-sp1","id":"a80db9c87-481f-48bc-9dea-4996f9bc9e03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImageScript.html","title":"Image","navPath":"ImageScript.html","bundleId":"work-tasks-2023-sp1","id":"aec471e74-cfb1-4bde-8841-fe1fca873c66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflowscriptguidelines.html","title":"Invoke Workflow","navPath":"invokeworkflowscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aabf8a4bb-8188-4e2e-bf46-b3f4a1568ff8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LabelScript.html","title":"Label","navPath":"LabelScript.html","bundleId":"work-tasks-2023-sp1","id":"a87c3f791-6cc5-4002-b765-5d3eff298c84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScript.html","title":"List","navPath":"ListScript.html","bundleId":"work-tasks-2023-sp1","id":"a0334c277-ebb3-45d5-b41c-cfbaccb1aed5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NumberScript.html","title":"Number","navPath":"NumberScript.html","bundleId":"work-tasks-2023-sp1","id":"ae9725cb1-a63b-473d-b263-8d5eb7d1586a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PasswordScript.html","title":"Password","navPath":"PasswordScript.html","bundleId":"work-tasks-2023-sp1","id":"afba5abd2-5992-4565-aa3d-dc4027347497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PopUpScript.html","title":"Pop-Up","navPath":"PopUpScript.html","bundleId":"work-tasks-2023-sp1","id":"af68fd846-6ce4-4257-b5e1-6b3381fafc37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719165.html","title":"Progress Bar","navPath":"719165.html","bundleId":"work-tasks-2023-sp1","id":"add8f6177-50ce-40ed-8354-2d7537a3688e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RadioButtonScript.html","title":"Radio Button","navPath":"RadioButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"a46e1d47d-df8d-4f45-ae13-8a48ca9985a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewerscriptguidelines.html","title":"Report Viewer","navPath":"reportviewerscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aaf191e60-b8bc-4e25-8420-100489060f8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RichTextScript.html","title":"Rich Text","navPath":"RichTextScript.html","bundleId":"work-tasks-2023-sp1","id":"aa553ef56-7bab-4646-92fe-c26fabc1b06b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleLookupScript.html","title":"Role Lookup","navPath":"RoleLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a55f67cef-817a-4f60-80d9-72b7e5325afa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SignatureScript.html","title":"Signature","navPath":"SignatureScript.html","bundleId":"work-tasks-2023-sp1","id":"ac60f2463-47ba-4b0f-aa50-d2613d2f8a6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SliderScript.html","title":"Slider","navPath":"SliderScript.html","bundleId":"work-tasks-2023-sp1","id":"a299b25e3-247f-4014-9af5-58ff71378a18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextScript.html","title":"Text","navPath":"TextScript.html","bundleId":"work-tasks-2023-sp1","id":"a0a4ced46-ff52-4822-844c-f7d5e675f3bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeScript.html","title":"Time","navPath":"TimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a342aa2df-d01e-4ff1-b4d5-c9b6002af3bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TreeScript.html","title":"Tree","navPath":"TreeScript.html","bundleId":"work-tasks-2023-sp1","id":"a73dc6437-3b03-45fc-8605-5a687896b193","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookupScript.html","title":"User Lookup","navPath":"UserLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a5f379bbf-ad8c-40ef-b47a-0e6b9c7bfe2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/827028.html","title":"Widget","navPath":"827028.html","bundleId":"work-tasks-2023-sp1","id":"abe42c193-0e6c-4ce8-bb7e-da9925eb556e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParameters.html","title":"Forms Parameters","navPath":"FormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"a8c9c7e79-3043-429d-86a5-d8fc47dcd5be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFormsParameters.html","title":"Add Forms Parameters","navPath":"AddFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"ab2106091-7396-415c-8d58-ad075eebbbc6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteFormsParameters.html","title":"Delete Forms Parameters","navPath":"DeleteFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"abfed2378-fbb2-415a-84d5-b3fe77375a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetFormsParameters.html","title":"Set Forms Parameters","navPath":"SetFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"add1680cf-2275-48ef-950f-30c6b6402be2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParametersforInvokeFormActivity.html","title":"Forms Parameters for Invoke Form Activity","navPath":"FormsParametersforInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a40527d76-4cf6-4c34-a731-cd1e93b0ba05","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesinScripts.html","title":"Best Practices","navPath":"BestPracticesinScripts.html","bundleId":"work-tasks-2023-sp1","id":"a7e06072b-5686-46fc-a891-347daba7ee74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/APIs.html","title":"APIs","navPath":"APIs.html","bundleId":"work-tasks-2023-sp1","id":"a8a4529fc-1934-4d11-b523-ac365299ec63","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAPIs.html","title":"Forms APIs","navPath":"FormsAPIs.html","bundleId":"work-tasks-2023-sp1","id":"a77a13ccb-5735-4142-9a1c-520210d4b161","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUcloseForm.html","title":"SFU​.closeForm()","navPath":"SFUcloseForm.html","bundleId":"work-tasks-2023-sp1","id":"a405f6fe4-91af-4f08-b2c9-03e213c8b49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUdecodeXmlValue.html","title":"SFU​.decodeXmlValue()","navPath":"SFUdecodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"ab560123e-3571-4393-9c28-6f1920103901","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUencodeXmlValue.html","title":"SFU​.encodeXmlValue()","navPath":"SFUencodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"a39ff212b-b27c-4d49-9343-31e3524fa5e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/765030.html","title":"SFU​.getClientCredentialToken()","navPath":"765030.html","bundleId":"work-tasks-2023-sp1","id":"a2d5543f8-07f9-40b1-9836-39021af69a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInStringFormat.html","title":"SFU​.getDateTimeInStringFormat()","navPath":"SFUgetDateTimeInStringFormat.html","bundleId":"work-tasks-2023-sp1","id":"a37bea45a-9ab4-4f07-95ea-155581ae546c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInServerUTCFormat.html","title":"SFU​.getDateTimeInServerUTCFormat()","navPath":"SFUgetDateTimeInServerUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"a77e802af-d947-41ac-a986-d287f7b781e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInUTCFormat.html","title":"SFU​.getDateTimeInUTCFormat()","navPath":"SFUgetDateTimeInUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"afb06954b-2d9f-42ef-a94a-bf8154a6e90c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetFormUrl.html","title":"SFU​.getFormUrl()","navPath":"SFUgetFormUrl.html","bundleId":"work-tasks-2023-sp1","id":"ae84ccc75-53a6-4f25-814e-f80f6323d8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetGridValue.html","title":"SFU​.getGridValue()","navPath":"SFUgetGridValue.html","bundleId":"work-tasks-2023-sp1","id":"abc5e4b6d-b5ca-4292-9288-7a33ef5668d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetImagePath.html","title":"SFU​.getImagePath()","navPath":"SFUgetImagePath.html","bundleId":"work-tasks-2023-sp1","id":"a3b25c910-8d9e-4a40-88d4-ee17beb18699","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetJSONObjectFromXml.html","title":"SFU​.getJSONObjectFromXml()","navPath":"SFUgetJSONObjectFromXml.html","bundleId":"work-tasks-2023-sp1","id":"aef63007c-f450-4c86-9ec2-3b5f7a9cb222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetLookupSchemaAndData.html","title":"SFU​.getLookupSchemaAndData()","navPath":"SFUgetLookupSchemaAndData.html","bundleId":"work-tasks-2023-sp1","id":"aaf1cea43-b018-4bd2-8d8c-ff28683cd200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetServerUtcOffset.html","title":"SFU​.getServerUtcOffset()","navPath":"SFUgetServerUtcOffset.html","bundleId":"work-tasks-2023-sp1","id":"a51117c4a-b3de-477b-a5e0-acd2c878a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetStorageItem.html","title":"SFU​.getStorageItem()","navPath":"SFUgetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"aeec65e35-5b22-4a7a-849d-51b0734e0c09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserAccessToken.html","title":"SFU​.getUserAccessToken()","navPath":"SFUgetUserAccessToken.html","bundleId":"work-tasks-2023-sp1","id":"ac8456f4f-584f-47b7-a627-fa699c6b6a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserLookupExtendedInformation.html","title":"SFU​.getUserLookupExtendedInformation()","navPath":"SFUgetUserLookupExtendedInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9e7586df-a8e9-4d92-8f7f-d0a38f3055e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/833395.html","title":"SFU​.getUserMemberOf()","navPath":"833395.html","bundleId":"work-tasks-2023-sp1","id":"a9fb5e779-8633-4110-b420-aac7d339fbda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserRoles.html","title":"SFU​.getUserRoles()","navPath":"SFUgetUserRoles.html","bundleId":"work-tasks-2023-sp1","id":"a261da06b-5080-4adb-b3a6-15588709721a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserSecurityGroup.html","title":"SFU​.getUserSecurityGroup()","navPath":"SFUgetUserSecurityGroup.html","bundleId":"work-tasks-2023-sp1","id":"ab8235884-a73b-43bc-8142-58c299e65c60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetValueForRightCode.html","title":"SFU​.getValueForRightCode()","navPath":"SFUgetValueForRightCode.html","bundleId":"work-tasks-2023-sp1","id":"a6f8409fd-9654-41ed-bac2-87068dc0ef61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetVirtualActorId.html","title":"SFU​.getVirtualActorId()","navPath":"SFUgetVirtualActorId.html","bundleId":"work-tasks-2023-sp1","id":"a9623a4ae-bef5-41f3-9095-4c0671200f96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetXmlFromJSONObject.html","title":"SFU​.getXmlFromJSONObject()","navPath":"SFUgetXmlFromJSONObject.html","bundleId":"work-tasks-2023-sp1","id":"a445b578b-9b19-4599-90b4-87e9ca5835b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUhideLoader.html","title":"SFU​.hideLoader()","navPath":"SFUhideLoader.html","bundleId":"work-tasks-2023-sp1","id":"aac3d9e80-d787-48ab-9f4a-bca90865a0c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfuincludecustomcssfiles.html","title":"SFU​.includeCustomCssFiles()","navPath":"sfuincludecustomcssfiles.html","bundleId":"work-tasks-2023-sp1","id":"a83668983-4e0e-43a4-b237-1690183f5d57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaformsutilitiesincludecustomjsfiles.html","title":"SFU​.includeCustomJsFiles()","navPath":"skeltaformsutilitiesincludecustomjsfiles.html","bundleId":"work-tasks-2023-sp1","id":"a9176345d-ceb1-47e2-845d-e8315bc001e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1057633.html","title":"SFU​.initializeWidgetFormCommunication()","navPath":"1057633.html","bundleId":"work-tasks-2023-sp1","id":"afdf9386c-b09a-40d1-b511-fdb8d7660f6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUinvokeWorkflow.html","title":"SFU​.invokeWorkflow()","navPath":"SFUinvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a86fcf416-ce93-417d-9c58-678e7317af47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisArray.html","title":"SFU​.isArray()","navPath":"SFUisArray.html","bundleId":"work-tasks-2023-sp1","id":"ac7e64843-c68d-4c28-ad8e-54bf72109446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisControlInNewMode.html","title":"SFU​.isControlInNewMode()","navPath":"SFUisControlInNewMode.html","bundleId":"work-tasks-2023-sp1","id":"a86b40c31-8681-4d53-8429-cdf09d56524b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisEmpty.html","title":"SFU​.isEmpty()","navPath":"SFUisEmpty.html","bundleId":"work-tasks-2023-sp1","id":"a821d474a-39e2-45e2-8957-9a5434d26590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisFormInEditMode.html","title":"SFU​.isFormInEditMode()","navPath":"SFUisFormInEditMode.html","bundleId":"work-tasks-2023-sp1","id":"acafc88dc-b80b-4ed1-abd5-96139505e899","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisMobileDisplayMode.html","title":"SFU​.isMobileDisplayMode()","navPath":"SFUisMobileDisplayMode.html","bundleId":"work-tasks-2023-sp1","id":"a4532b8f9-0123-4510-af32-67e4a8499f2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisNumber.html","title":"SFU​.isNumber()","navPath":"SFUisNumber.html","bundleId":"work-tasks-2023-sp1","id":"aafcf0211-ec0a-496a-ac6e-432d86dbb197","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisUndefined.html","title":"SFU​.isUndefined()","navPath":"SFUisUndefined.html","bundleId":"work-tasks-2023-sp1","id":"a31ac9026-c9e2-49ac-8adf-6bb9e8353fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767421.html","title":"SFU​.isWorkTasksPro()","navPath":"767421.html","bundleId":"work-tasks-2023-sp1","id":"a95cb0e37-ee6d-4c21-b74b-3e46e9c6d586","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767422.html","title":"SFU​.isWorkTasksProConnectedToInternet()","navPath":"767422.html","bundleId":"work-tasks-2023-sp1","id":"a11d306cf-8886-4a58-94ba-295a1aa7a981","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644453.html","title":"SFU​.logMessageToWMLogger()","navPath":"644453.html","bundleId":"work-tasks-2023-sp1","id":"ab8b9fc83-1f59-490e-86db-c8048b3daeae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUparseNumberValue.html","title":"SFU​.parseNumberValue()","navPath":"SFUparseNumberValue.html","bundleId":"work-tasks-2023-sp1","id":"a4fbe35f5-854e-440e-a1a5-e21d91994e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUreloadForm.html","title":"SFU​.reloadForm()","navPath":"SFUreloadForm.html","bundleId":"work-tasks-2023-sp1","id":"ac41338b3-dd8f-4220-b292-4973eb05a4b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsetStorageItem.html","title":"SFU​.setStorageItem()","navPath":"SFUsetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"afca8e0ca-6711-4728-bb9a-a8f2f066552b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189252.html","title":"SFU​.soaMethod()","navPath":"189252.html","bundleId":"work-tasks-2023-sp1","id":"ad97ec3a9-6ecd-416f-bc56-ee10c714bc50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfushowalert.html","title":"SFU​.showAlert()","navPath":"sfushowalert.html","bundleId":"work-tasks-2023-sp1","id":"ab9c94d5c-e1f0-4875-9f76-18e0cebd4e1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowConfirmation.html","title":"SFU​.showConfirmation()","navPath":"SFUshowConfirmation.html","bundleId":"work-tasks-2023-sp1","id":"aecbfc49b-5259-4982-8fa7-d84627dc845c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowError.html","title":"SFU​.showError()","navPath":"SFUshowError.html","bundleId":"work-tasks-2023-sp1","id":"a579c1261-c7d7-413b-8b65-622609364a60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowLoader.html","title":"SFU​.showLoader()","navPath":"SFUshowLoader.html","bundleId":"work-tasks-2023-sp1","id":"a81ca8df0-fbac-40a4-b229-bd54980f6948","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowPopupControl.html","title":"SFU​.showPopupControl()","navPath":"SFUshowPopupControl.html","bundleId":"work-tasks-2023-sp1","id":"a37e3b671-4bc4-40a0-bd11-897d205d5aca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowWarning.html","title":"SFU​.showWarning()","navPath":"SFUshowWarning.html","bundleId":"work-tasks-2023-sp1","id":"af136ba85-7c25-488e-88ec-20162e28d8ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsubscribeToControlParameters.html","title":"SFU​.subscribeToControlParameters()","navPath":"SFUsubscribeToControlParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5b4c10c3-4bb0-46f1-bb7a-309679c89769","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/686372.html","title":"SFU​.updateFormHeaderForWorkTasksPro()","navPath":"686372.html","bundleId":"work-tasks-2023-sp1","id":"ada1b5c27-0dfb-460f-8fe7-38711527b224","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecord.html","title":"control​.addRecord()","navPath":"controladdRecord.html","bundleId":"work-tasks-2023-sp1","id":"afdfbfcfd-2562-4211-b30c-e6dac525b834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToBottom.html","title":"control​.addRecordToBottom()","navPath":"controladdRecordToBottom.html","bundleId":"work-tasks-2023-sp1","id":"a21c30781-0bce-492b-b86b-c0acba3d89bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToPosition.html","title":"control​.addRecordToPosition()","navPath":"controladdRecordToPosition.html","bundleId":"work-tasks-2023-sp1","id":"a5a8980ba-1336-46ea-b5ea-5c85889af292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToTop.html","title":"control​.addRecordToTop()","navPath":"controladdRecordToTop.html","bundleId":"work-tasks-2023-sp1","id":"a03c04916-fb28-4ed6-b467-0d599300fc8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlapplyFilter.html","title":"control​.applyFilter()","navPath":"controlapplyFilter.html","bundleId":"work-tasks-2023-sp1","id":"a20712e16-4525-4929-bc75-8bdc5d54629f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlassociatedform.html","title":"control​.associatedForm","navPath":"controlassociatedform.html","bundleId":"work-tasks-2023-sp1","id":"a875a7749-9265-4123-a257-7cf7b8b89738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearContent.html","title":"control​.clearContent()","navPath":"controlclearContent.html","bundleId":"work-tasks-2023-sp1","id":"a63412c78-c083-4ef0-8f97-c4a0cfbaf119","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearFilter.html","title":"control​.clearFilter()","navPath":"controlclearFilter.html","bundleId":"work-tasks-2023-sp1","id":"a36a02df5-3cf8-4761-8553-b1eda99cbe94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlcontrols.html","title":"control​.controls()","navPath":"controlcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a66ecb487-6338-4fe8-84f0-4093ec4521bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controldatacontainerform.html","title":"control​.dataContainerForm","navPath":"controldatacontainerform.html","bundleId":"work-tasks-2023-sp1","id":"a27558c82-5d0f-4131-a5d7-e682298bebeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllById.html","title":"control​.findAllById()","navPath":"controlfindAllById.html","bundleId":"work-tasks-2023-sp1","id":"a55de738a-fcc1-4c37-acc0-4cd82dbafd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByName.html","title":"control​.findAllByName()","navPath":"controlfindAllByName.html","bundleId":"work-tasks-2023-sp1","id":"a3b7f6ab9-12a3-434a-a2dd-d5d0d2ef5810","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByXmlNode.html","title":"control​.findAllByXmlNode()","navPath":"controlfindAllByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a939ba394-c30f-45c4-8fdd-33e08bd13767","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindById.html","title":"control​.findById()","navPath":"controlfindById.html","bundleId":"work-tasks-2023-sp1","id":"ae62f0440-484a-4c8a-9716-61ab2d0b3fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByName.html","title":"control​.findByName()","navPath":"controlfindByName.html","bundleId":"work-tasks-2023-sp1","id":"a7e53f5b9-55ef-4572-a021-bc7c9e11d00f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByXmlNode.html","title":"control​.findByXmlNode()","navPath":"controlfindByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"aadb194bd-459e-4b08-a099-c0763d2252b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlById.html","title":"control​.findChildRecordControlById()","navPath":"controlfindChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a78b44e8a-4ad7-4a99-b35e-2410a37a494f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByName.html","title":"control​.findChildRecordControlByName()","navPath":"controlfindChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"aa675f610-8714-476a-b3a0-e2df9aeec0a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByXmlNode.html","title":"control​.findChildRecordControlByXmlNode()","navPath":"controlfindChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a51957a78-10bf-4b2a-8918-7fea3616fe16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlById.html","title":"control​.findImmediateChildRecordControlById()","navPath":"controlfindImmediateChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a89576048-ea1b-4820-95a3-27c919f744d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByName.html","title":"control​.findImmediateChildRecordControlByName()","navPath":"controlfindImmediateChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"a298bce29-69cc-4862-8bbb-8d68e16ff843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByXmlNode.html","title":"control​.findImmediateChildRecordControlByXmlNode()","navPath":"controlfindImmediateChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"adf24826e-82e3-4d37-9786-c07a082ecadb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetFormSubmissionData.html","title":"control​.getFormSubmissionData()","navPath":"controlgetFormSubmissionData.html","bundleId":"work-tasks-2023-sp1","id":"aa98c37e7-06c1-466d-acd9-0d116c4d57f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetType.html","title":"control​.getType()","navPath":"controlgetType.html","bundleId":"work-tasks-2023-sp1","id":"a536b728e-885b-47b6-ad22-0685434156b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775629.html","title":"control​.refreshCard()","navPath":"775629.html","bundleId":"work-tasks-2023-sp1","id":"a7e42d501-7a87-40c3-b5d7-052ae0dc61d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746399.html","title":"control​.refreshData()","navPath":"746399.html","bundleId":"work-tasks-2023-sp1","id":"aa6b99bde-6f35-4d81-ae0a-3d89f819a0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshGrid.html","title":"control​.refreshGrid()","navPath":"controlrefreshGrid.html","bundleId":"work-tasks-2023-sp1","id":"af51f3403-aa16-4db6-ba70-7c0ecdff1a06","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshTree.html","title":"control​.refreshTree()","navPath":"controlrefreshTree.html","bundleId":"work-tasks-2023-sp1","id":"a3b936c62-2c01-41ac-b677-73d4c61f0ff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremove.html","title":"control​.remove()","navPath":"controlremove.html","bundleId":"work-tasks-2023-sp1","id":"a4d9b2d7f-d2b5-424c-b0f9-d2629d9f053a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAll.html","title":"control​.removeAll()","navPath":"controlremoveAll.html","bundleId":"work-tasks-2023-sp1","id":"a249e15c8-7120-4163-aca2-25b1de0b039a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAt.html","title":"control​.removeAt()","navPath":"controlremoveAt.html","bundleId":"work-tasks-2023-sp1","id":"a590139ba-f0bb-499d-ac13-d5cf179b1744","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoverecord.html","title":"control​.removeRecord()","navPath":"controlremoverecord.html","bundleId":"work-tasks-2023-sp1","id":"aa0a2605f-5ab4-4f80-ac9e-e2fc5d7e38a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitClick.html","title":"control​.submitClick()","navPath":"controlsubmitClick.html","bundleId":"work-tasks-2023-sp1","id":"abe7abf84-b0cf-45a3-ac27-d636d0e48efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectedTabIndex.html","title":"control​.selectedTabIndex()","navPath":"controlselectedTabIndex.html","bundleId":"work-tasks-2023-sp1","id":"a71379190-420f-4c20-af03-17960b53a592","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectRecord.html","title":"control​.selectRecord()","navPath":"controlselectRecord.html","bundleId":"work-tasks-2023-sp1","id":"adf416278-4380-4991-80c2-67440138ef4e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectTab.html","title":"control​.selectTab()","navPath":"controlselectTab.html","bundleId":"work-tasks-2023-sp1","id":"aa78e3e14-d2af-4a4d-b398-26a80b679123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitForm.html","title":"control​.submitForm()","navPath":"controlsubmitForm.html","bundleId":"work-tasks-2023-sp1","id":"a2cadeef8-a4b9-40ed-9ddd-48cc882a4099","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumById.html","title":"control​.sumById()","navPath":"controlsumById.html","bundleId":"work-tasks-2023-sp1","id":"a65aee269-b417-4d9a-b313-d936dab00b3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByName.html","title":"control​.sumByName()","navPath":"controlsumByName.html","bundleId":"work-tasks-2023-sp1","id":"a260f7588-5d12-4ed8-81fd-f57b9372067a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByXmlNode.html","title":"control​.sumByXmlNode()","navPath":"controlsumByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"afb71381b-da7a-43e1-9be1-e880deb2cd3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelForm.html","title":"control​.topLevelForm()","navPath":"controltopLevelForm.html","bundleId":"work-tasks-2023-sp1","id":"a817848b3-25b2-49fc-b436-1f252f8eb5c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelFormactionbargetActionItemByName.html","title":"control​.topLevelForm​.actionbar​.getActionItemByName()","navPath":"controltopLevelFormactionbargetActionItemByName.html","bundleId":"work-tasks-2023-sp1","id":"ad3266f92-ff52-4963-a1d9-052486a4b386","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel1ProgressDisplay.html","title":"control​.updateLevel1ProgressDisplay()","navPath":"controlupdateLevel1ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a8296cc22-bd9d-4d28-8d15-c55df89389a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2.html","title":"control​.updateLevel2()","navPath":"controlupdateLevel2.html","bundleId":"work-tasks-2023-sp1","id":"a41ef86c4-7452-4a5b-ac73-f3e84538ce74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ProgressDisplay.html","title":"control​.updateLevel2ProgressDisplay()","navPath":"controlupdateLevel2ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a0b2c126a-658e-460b-9655-022095e4f8e4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2SelectItem.html","title":"control​.updateLevel2SelectItem()","navPath":"controlupdateLevel2SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"a43b9b9d2-713b-4816-9160-c5cf597c0c30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ToggleDisplay.html","title":"control​.updateLevel2ToggleDisplay()","navPath":"controlupdateLevel2ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a3b5779a9-d845-4711-9eb4-762d9182cee7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3.html","title":"control​.updateLevel3()","navPath":"controlupdateLevel3.html","bundleId":"work-tasks-2023-sp1","id":"a20ed3c4b-e9df-4436-9576-2fb53cefe7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ProgressDisplay.html","title":"control​.updateLevel3ProgressDisplay()","navPath":"controlupdateLevel3ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a52775845-8d54-401a-b722-51181b5c2813","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3SelectItem.html","title":"control​.updateLevel3SelectItem()","navPath":"controlupdateLevel3SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"ae02508e8-b630-4347-9496-d3f34e634ede","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ToggleDisplay.html","title":"control​.updateLevel3ToggleDisplay()","navPath":"controlupdateLevel3ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a1bf8806b-3f97-4648-adb1-29263bd81bfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateControl.html","title":"control​.validateControl()","navPath":"controlvalidateControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8eaab29-70d0-4a49-827c-dc37d2d84d1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateForm.html","title":"control​.validateForm()","navPath":"controlvalidateForm.html","bundleId":"work-tasks-2023-sp1","id":"ae59ac6c6-3c7c-48c5-87d1-59e96d4c22ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateRecord.html","title":"control​.validateRecord()","navPath":"controlvalidateRecord.html","bundleId":"work-tasks-2023-sp1","id":"aecdd5689-8853-461a-8e71-94d8dc98dbc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/isControlVisible.html","title":"isControlVisible()","navPath":"isControlVisible.html","bundleId":"work-tasks-2023-sp1","id":"a5e38e4f9-58e0-4d2c-887d-2d3d64ffcbbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81024.html","title":"skelta​.localize​.getString()","navPath":"81024.html","bundleId":"work-tasks-2023-sp1","id":"a4187ccf6-2b96-4d5e-bed7-399c0124c90a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81025.html","title":"skelta​.userContext​.getUserContextFor()","navPath":"81025.html","bundleId":"work-tasks-2023-sp1","id":"a2cf35c4d-c80e-48b5-ad68-0cdff21a68dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltagridgetDataSource.html","title":"skelta​.grid​.getDataSource()","navPath":"skeltagridgetDataSource.html","bundleId":"work-tasks-2023-sp1","id":"abc5da88d-d9dc-4c9e-8443-6da5819ef15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webapis.html","title":"Web APIs","navPath":"webapis.html","bundleId":"work-tasks-2023-sp1","id":"a960defc8-1bb7-41cd-b6f8-42f862b2e758","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/677026.html","title":"Web API Certificate-based Authentication","navPath":"677026.html","bundleId":"work-tasks-2023-sp1","id":"affb264c2-32d4-4c09-a783-e4c9313ea1de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676962.html","title":"Web API Server Configuration","navPath":"676962.html","bundleId":"work-tasks-2023-sp1","id":"a406703ae-7afa-42de-8f6f-026650ec387c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676963.html","title":"Web API Client Configuration","navPath":"676963.html","bundleId":"work-tasks-2023-sp1","id":"a0e098884-2f02-48dd-b9bc-b08e7bac7a19","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/724528.html","title":"Web API Type files for Swagger/OpenAPI based Web APIs","navPath":"724528.html","bundleId":"work-tasks-2023-sp1","id":"abe0abd60-fba1-431f-8fa9-3035b8d73815","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/738916.html","title":"Web API Source","navPath":"738916.html","bundleId":"work-tasks-2023-sp1","id":"aa843c866-ebee-4a28-bc59-3b53ce4587c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/217543.html","title":"Import a New Form using an API","navPath":"217543.html","bundleId":"work-tasks-2023-sp1","id":"aee1e33bf-a3fe-457e-bd8b-ce496cb1b3c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenarios.html","title":"Scenarios","navPath":"Scenarios.html","bundleId":"work-tasks-2023-sp1","id":"abc552ca8-f718-4e1e-a6f1-343284a931f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario1Purchase_Order_Form.html","title":"Scenario 1: Purchase Order Form","navPath":"Scenario1Purchase_Order_Form.html","bundleId":"work-tasks-2023-sp1","id":"ab792a337-3340-428b-bff6-8b7d2a61f108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario2VehicleRegistrationForm.html","title":"Scenario 2: Vehicle Registration Form","navPath":"Scenario2VehicleRegistrationForm.html","bundleId":"work-tasks-2023-sp1","id":"a4e1d49cb-a27b-4014-a536-4b453a1c9a38","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario3EMIForm.html","title":"Scenario 3: EMI Form","navPath":"Scenario3EMIForm.html","bundleId":"work-tasks-2023-sp1","id":"a9781e4f0-7b1b-468c-9cca-e16bb1d3c324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Examples.html","title":"Examples","navPath":"Examples.html","bundleId":"work-tasks-2023-sp1","id":"a925e9048-9a86-4a11-a365-beeb61e5377e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessingValuesofaSelectedRowThroughOtherControls.html","title":"Accessing Values of a Selected Row Through Other Controls","navPath":"AccessingValuesofaSelectedRowThroughOtherControls.html","bundleId":"work-tasks-2023-sp1","id":"a9ae4e676-f81f-4363-b08a-00ed7606a751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDataGridtoWorkflows.html","title":"Add Data Grid to Workflows","navPath":"AddDataGridtoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aee4c279e-a9bb-4d08-9a68-f5ead2957de1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHierarchicalDataGrid.html","title":"Create a Hierarchical Data Grid","navPath":"CreateaHierarchicalDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a8c58c15b-9296-4d6c-87be-86f4100d25a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/197670.html","title":"Customize Forms Using Custom Styles","navPath":"197670.html","bundleId":"work-tasks-2023-sp1","id":"a66f9f137-a99a-4ef3-a809-909bef729c8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/179029.html","title":"Data Binding Drop-Down Controls Using Lookups","navPath":"179029.html","bundleId":"work-tasks-2023-sp1","id":"affe8b62d-1f0e-4ad6-830c-1a8385e9ac6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202435.html","title":"Data Binding Drop-Down Controls Using Lookup Name (Non-parameterized)","navPath":"202435.html","bundleId":"work-tasks-2023-sp1","id":"a492cdcf1-c636-416c-9d2c-25b9c1abb3ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202437.html","title":"Data Binding Drop-Down Controls Using a Lookup Name (Parameterized)","navPath":"202437.html","bundleId":"work-tasks-2023-sp1","id":"a6c92b501-fcb7-4a66-b179-1441486b67d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRecordinaBaseFormControl.html","title":"Delete Record in a Base Form Control","navPath":"DeleteRecordinaBaseFormControl.html","bundleId":"work-tasks-2023-sp1","id":"a084ad00a-f1fb-4273-afcb-e9c48dfff07f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserInformationofLoggedonUser.html","title":"Get User Information of Logged-on User","navPath":"GetUserInformationofLoggedonUser.html","bundleId":"work-tasks-2023-sp1","id":"a004d6356-ca34-4827-aeab-8acd1fab82d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HidetheColumnHeaderinaDataGrid.html","title":"Hide the Column Header in a Data Grid","navPath":"HidetheColumnHeaderinaDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ac70fbee5-757a-448a-bd7e-c1239599cc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","title":"Localize BlockingOutput Messages for Invoke Workflow Control","navPath":"LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","bundleId":"work-tasks-2023-sp1","id":"afe5cc4b6-ee9f-4b28-bd86-d46067bfbcc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreventDuplicateDataEntriesinControls.html","title":"Prevent Duplicate Data Entries in Controls","navPath":"PreventDuplicateDataEntriesinControls.html","bundleId":"work-tasks-2023-sp1","id":"a7cb80af3-e5b5-4a0d-b960-007e323ee32f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/206583.html","title":"Print a Form","navPath":"206583.html","bundleId":"work-tasks-2023-sp1","id":"a8781960d-bd45-4592-b761-f2c3f6641ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","title":"Select and Act on Multiple Work Items Using the Enable Multi Select option","navPath":"SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","bundleId":"work-tasks-2023-sp1","id":"aa98cc65a-63b6-4eba-a221-dca364c8ddde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","title":"Set the Consider Available Height and Dynamic Page Size Properties","navPath":"SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","bundleId":"work-tasks-2023-sp1","id":"ab88a132e-9509-49d1-9a03-61905f95f115","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetValuesforaDataGridonPostExecutionofaWorkflow.html","title":"Set Values for a Data Grid on Post Execution of a Workflow","navPath":"SetValuesforaDataGridonPostExecutionofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73b272b6-2b69-4776-bb44-de32cc457565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ShowEmbeddedDatafromWebAPILookupinDataGrid.html","title":"Show Embedded Data from Web API Lookup in Data Grid","navPath":"ShowEmbeddedDatafromWebAPILookupinDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a2f3c4c02-4e99-40e6-9d6c-30bc70377692","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194926.html","title":"Show Icons in Data Grid Columns","navPath":"194926.html","bundleId":"work-tasks-2023-sp1","id":"abf747be9-22e8-4852-a43f-42bc0d84aa0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateColumnNamesinaBaseForm.html","title":"Update Column Names in a Base Form","navPath":"UpdateColumnNamesinaBaseForm.html","bundleId":"work-tasks-2023-sp1","id":"a7dd04821-a08f-4f7b-925a-aeb4a2c9bf05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189701.html","title":"Use Data from Data Grid Set As Data Source","navPath":"189701.html","bundleId":"work-tasks-2023-sp1","id":"abf72bd4b-19b1-4918-9a4e-595fc1919cb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194592.html","title":"Use Data from Parameterized Data Grid in Base Form","navPath":"194592.html","bundleId":"work-tasks-2023-sp1","id":"a265b46a7-8e68-4f67-af82-9d95b6c199b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheSecurityAPIs.html","title":"Use the Security APIs","navPath":"UsetheSecurityAPIs.html","bundleId":"work-tasks-2023-sp1","id":"ad57d70bd-d767-4e9f-bf32-c82177eac8d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189973.html","title":"View Attachments uploaded from Forms","navPath":"189973.html","bundleId":"work-tasks-2023-sp1","id":"af3cc25a6-cfff-417d-8bcc-8c4f1456e6af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1264475.html","title":"Access Attachments from Another Form","navPath":"1264475.html","bundleId":"work-tasks-2023-sp1","id":"aefa7a2e1-a483-4dd1-8e43-a6dad471b999","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/support.html","title":"Troubleshooting Forms","navPath":"support.html","bundleId":"work-tasks-2023-sp1","id":"a8d6af9bb-cc0a-4e04-a326-63cb2bb073f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/62676.html","title":"Troubleshoot","navPath":"62676.html","bundleId":"work-tasks-2023-sp1","id":"a515d9a0d-0fe4-4c3f-9691-23d0b535ade1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/195029.html","title":"Supported Library Versions","navPath":"195029.html","bundleId":"work-tasks-2023-sp1","id":"a9ac26027-4a4b-4846-8a1f-b8138b796f05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/faqs.html","title":"FAQs","navPath":"faqs.html","bundleId":"work-tasks-2023-sp1","id":"a96c4fc7c-eb1d-4659-a160-205e666f8f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsDesigner.html","title":"Lists Designer","navPath":"ListsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ad7788037-0ba1-4fc3-9d62-8cb15368d9ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managelists.html","title":"Manage Lists","navPath":"managelists.html","bundleId":"work-tasks-2023-sp1","id":"a076bdd81-e378-45ea-848c-4f55a2a68523","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportLists.html","title":"Import Lists","navPath":"ImportLists.html","bundleId":"work-tasks-2023-sp1","id":"a512d8783-afa5-413c-b2b9-9a22aae9ad92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportLists.html","title":"Export Lists","navPath":"ExportLists.html","bundleId":"work-tasks-2023-sp1","id":"ae564ad1d-e05c-4e39-85ef-0fceea200bff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofLists.html","title":"Edit Properties of Lists","navPath":"EditPropertiesofLists.html","bundleId":"work-tasks-2023-sp1","id":"a56b97624-7279-429c-ae5a-88a164fae713","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewFormStructure.html","title":"View Form Structure","navPath":"ViewFormStructure.html","bundleId":"work-tasks-2023-sp1","id":"a434cdd85-57fb-4881-9801-73d2840ec1a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoGeneratingForms.html","title":"Auto Generating Forms","navPath":"AutoGeneratingForms.html","bundleId":"work-tasks-2023-sp1","id":"a0f1d3042-c007-4a34-bff1-5d4f437d36da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsmanagecontrols.html","title":"Manage Controls","navPath":"listsmanagecontrols.html","bundleId":"work-tasks-2023-sp1","id":"a1d5663ae-7df2-4d8b-91dc-7894171354b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsaddingcontrols.html","title":"Add Controls","navPath":"listsaddingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"aa9366a7a-dc0a-4cca-8262-e2f39f412658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls_1.html","title":"Replace Controls","navPath":"ReplaceControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ae5e3cd2f-9292-4da2-870c-e5c11499d15a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls_1.html","title":"Move Controls","navPath":"MoveControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ac4fd82e2-cd73-4d52-aeb9-e9b294ed6672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls_1.html","title":"Delete Controls","navPath":"DeleteControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a088c7f55-59e9-4607-9a40-da5ac522b043","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls_1.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a43a3a65b-8fa1-4ec7-8181-38b5e040e17f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsapi.html","title":"Lists API","navPath":"listsapi.html","bundleId":"work-tasks-2023-sp1","id":"a5b1dd7c1-f6b6-4216-8d50-0c6715cb8908","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinglistusinglistdefinition.html","title":"Create List using ListDefinition","navPath":"creatinglistusinglistdefinition.html","bundleId":"work-tasks-2023-sp1","id":"ae57727b8-4d87-43dc-9793-866d1c4d106c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updatinglistitembyvalidatingsecurity.html","title":"Update List Item by Validating Security","navPath":"updatinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a1496d837-63c0-4cef-99d9-42a126e286fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinglistitembyvalidatingsecurity.html","title":"Delete List Item by Validating Security","navPath":"deletinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a6f91f6db-3646-4133-a965-314341481cee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingvaluesofdefaultfieldoflist.html","title":"Get Values of Default Field of List","navPath":"gettingvaluesofdefaultfieldoflist.html","bundleId":"work-tasks-2023-sp1","id":"a4a661f6f-7dcb-4dba-8041-cd8c55fdc1b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem_1.html","title":"Save ListItem","navPath":"SaveListItem_1.html","bundleId":"work-tasks-2023-sp1","id":"ac6ed7b91-6669-4a50-bb69-a72fd8940b39","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsadvanced.html","title":"Advanced List Features","navPath":"listsadvanced.html","bundleId":"work-tasks-2023-sp1","id":"ae640255b-8b2b-4636-951e-3286bceb14f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControlProperties.html","title":"List Control Properties","navPath":"ListControlProperties.html","bundleId":"work-tasks-2023-sp1","id":"a4c0c2920-97b6-4f38-8542-45e9d3765b3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListParent.html","title":"List(Parent)","navPath":"ListParent.html","bundleId":"work-tasks-2023-sp1","id":"a40fcaaf7-4686-4b0a-a95f-3fa37ad0bae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Attachment_1.html","title":"Attachment","navPath":"Attachment_1.html","bundleId":"work-tasks-2023-sp1","id":"a2840e555-d69e-4e8c-8fb4-5e0cf5640ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanInput.html","title":"BooleanInput","navPath":"BooleanInput.html","bundleId":"work-tasks-2023-sp1","id":"aab480cfd-dd0c-46fd-94ba-51ec345ebe21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateInput.html","title":"DateInput","navPath":"DateInput.html","bundleId":"work-tasks-2023-sp1","id":"ab9eed917-36db-483c-a4f3-c0aeb571823c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecimalInput.html","title":"DecimalInput","navPath":"DecimalInput.html","bundleId":"work-tasks-2023-sp1","id":"ad335ff83-55f1-42f5-af73-d27ad56a66aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GUIDInput.html","title":"GUIDInput","navPath":"GUIDInput.html","bundleId":"work-tasks-2023-sp1","id":"abef8182f-d7c0-4248-a942-0be7d44ea4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegerInput.html","title":"IntegerInput","navPath":"IntegerInput.html","bundleId":"work-tasks-2023-sp1","id":"a369d1ec0-398d-4004-8cdb-55b386fb807a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookup_1.html","title":"UserLookup","navPath":"UserLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a7e091d6c-08f1-4610-8763-a418326e845e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupInput.html","title":"LookupInput","navPath":"LookupInput.html","bundleId":"work-tasks-2023-sp1","id":"a77d5607a-7c31-4539-a9e7-4a55dd83d2c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextInput.html","title":"TextInput","navPath":"TextInput.html","bundleId":"work-tasks-2023-sp1","id":"ac8c5d94b-ab84-46c6-9874-6c14f4b78a70","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listtable1.html","title":"List Table","navPath":"listtable1.html","bundleId":"work-tasks-2023-sp1","id":"a090e00d3-c109-4f47-82d7-f9942b5adb15","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariablesforLists.html","title":"XML Variables for Lists","navPath":"XMLVariablesforLists.html","bundleId":"work-tasks-2023-sp1","id":"a346fef35-1a6d-4382-ae77-d5aacda5a8b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaworkflowforalistinasinglestep2.html","title":"Create a Workflow for a List in a Single Step","navPath":"creatingaworkflowforalistinasinglestep2.html","bundleId":"work-tasks-2023-sp1","id":"a2597933c-5863-4ef3-b4fe-2575c0863b86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListXMLVariable.html","title":"Schema of XML List XML Variable","navPath":"SchemaofXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a351d2d80-2ba4-4c21-b94d-b07d85fdb146","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListTypeXMLVariable.html","title":"Create an XML List Type XML Variable","navPath":"CreateanXMLListTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a76c20650-bce1-4bd8-9245-a9037c5ca964","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangetheScopeoftheXMLListXMLVariable.html","title":"Change the Scope of the XML List XML Variable","navPath":"ChangetheScopeoftheXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad2db3173-6bc6-48e4-9423-b892ff4f4c7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetuptheListQueryScope.html","title":"Set up the List Query Scope","navPath":"SetuptheListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a840bca9f-4960-4e30-8b86-ec41fe3141ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorTypeXMLVariable.html","title":"Create an XML List Iterator Type XML Variable","navPath":"CreateanXMLListIteratorTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a9314240a-54a3-484c-b6ac-017857a235f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorTypeXMLVariableforGridItems.html","title":"Create an XML Iterator Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"aa2457c9e-d4e4-4701-9cf0-cb2e624297b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableScenarios.html","title":"XML Variable Scenarios","navPath":"XMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afb1b8e97-c1a6-470c-bd83-1db7dab54d9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItem.html","title":"Add a New List Item","navPath":"AddaNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"a3b71e2af-9b07-4ea0-aa2f-2535d8810949","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow_1.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa5bfb51a-0bc2-46bd-bc86-71b74c1e3b65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingthelistitemasdifferentversion.html","title":"Save the List item as Different Version as Draft/Published using XML Variable","navPath":"savingthelistitemasdifferentversion.html","bundleId":"work-tasks-2023-sp1","id":"ad769b3ad-dcdb-4b8f-a5a1-f8bc6e4a3c6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewItemtoaListFolderusingListXMLVariable.html","title":"Add New Item to a List Folder using List XML Variable","navPath":"AddNewItemtoaListFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ade03724f-9314-4152-9cd3-21e50f871e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteanItemfromaListFolderusingXMLVariable.html","title":"Delete an Item from a List Folder using XML Variable","navPath":"DeleteanItemfromaListFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a472ad476-da04-41fd-a814-8ce179804fb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveanItemtoaFolderusingListXMLVariable.html","title":"Move an Item to a Folder using List XML Variable","navPath":"MoveanItemtoaFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a3a369ae2-7795-476e-8096-4840f8039de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewFolderusingXMLVariable.html","title":"Create a New Folder using XML Variable","navPath":"CreateaNewFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad3cdde1f-df0f-47f2-aedf-69a5c38ad9be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItemwithGridItems.html","title":"Add a New List Item with Grid Items","navPath":"AddaNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"abecac426-1c4b-4999-9636-ede8cca72a16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewGridItemtotheExistingListItem.html","title":"Add a New Grid Item to the Existing List Item","navPath":"AddaNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"a75ed5d38-45ac-434f-b9dc-5dd5f246fb85","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyaListItemwithGridItems.html","title":"Copy a List Item with Grid Items","navPath":"CopyaListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a4f69e529-862b-46bc-b596-3d2c3978b0ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList_1.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList_1.html","bundleId":"work-tasks-2023-sp1","id":"afeff6abe-65eb-4fc0-aaf6-bffbf6180400","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViews.html","title":"List Views","navPath":"ListViews.html","bundleId":"work-tasks-2023-sp1","id":"a80131328-8a02-425c-b437-27d6500cf6ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithListViews.html","title":"Work with List Views","navPath":"WorkwithListViews.html","bundleId":"work-tasks-2023-sp1","id":"a7d6aa47d-5d51-46d8-8617-47278bac78a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutCreatingListViews.html","title":"About Creating List Views","navPath":"AboutCreatingListViews.html","bundleId":"work-tasks-2023-sp1","id":"a0eb77762-8f4e-4819-9979-b1ff61c82516","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewview.html","title":"Create a New View","navPath":"creatinganewview.html","bundleId":"work-tasks-2023-sp1","id":"a229f7405-b6b8-4613-aa37-32d938889929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaDefaultView.html","title":"Create a Default View","navPath":"CreateaDefaultView.html","bundleId":"work-tasks-2023-sp1","id":"af1d5871c-2c56-4883-9f0d-5319e88458be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPublicView.html","title":"Create a Public View","navPath":"CreateaPublicView.html","bundleId":"work-tasks-2023-sp1","id":"a660ca679-f4e4-4a4c-8480-0468c4104437","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPrivateView.html","title":"Create a Private View","navPath":"CreateaPrivateView.html","bundleId":"work-tasks-2023-sp1","id":"a9d2f9577-7572-45a3-bf86-b5dfe6b0afb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFilters.html","title":"Add Filters","navPath":"AddFilters.html","bundleId":"work-tasks-2023-sp1","id":"a1fa07cb0-b95e-4255-a7c3-313391b6a735","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterGrouping.html","title":"Filter Grouping","navPath":"FilterGrouping.html","bundleId":"work-tasks-2023-sp1","id":"ae8e1bc6a-47c7-4143-996a-3185188f6001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDateTimeVariabletoFilterColumns.html","title":"Use Date Time Variable to Filter Columns","navPath":"UseDateTimeVariabletoFilterColumns.html","bundleId":"work-tasks-2023-sp1","id":"af93f108b-d201-4ba7-b743-80a62dba1189","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SorttheColumns.html","title":"Sort the Columns","navPath":"SorttheColumns.html","bundleId":"work-tasks-2023-sp1","id":"a44733bf3-ba3d-4e05-9b07-485074335481","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SystemVariables.html","title":"System Variables","navPath":"SystemVariables.html","bundleId":"work-tasks-2023-sp1","id":"a16957713-19a4-4ab8-845e-c4fb5fdcd106","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeVariables.html","title":"Date Time Variables","navPath":"DateTimeVariables.html","bundleId":"work-tasks-2023-sp1","id":"abb33cc42-c6da-4bb2-a3e0-65b51cb08b05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariables.html","title":"Workflow Variables","navPath":"WorkflowVariables.html","bundleId":"work-tasks-2023-sp1","id":"aafc18474-138f-4023-908f-a72d1f2f8b6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserVariables.html","title":"User Variables","navPath":"UserVariables.html","bundleId":"work-tasks-2023-sp1","id":"aacd7c323-1ddd-4e0b-9ed8-8306d865e50d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupColumns.html","title":"Group Columns","navPath":"GroupColumns.html","bundleId":"work-tasks-2023-sp1","id":"afe624fde-3dc5-4ed9-8864-c19036ec9681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayAllItems.html","title":"Display All Items","navPath":"DisplayAllItems.html","bundleId":"work-tasks-2023-sp1","id":"a7c9138a9-346a-49b6-85b3-5859e87a0681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaReadOnlyView.html","title":"Create a Read-Only View","navPath":"CreateaReadOnlyView.html","bundleId":"work-tasks-2023-sp1","id":"a61ca7533-dbc3-40b3-8e9e-9c4c1cb5fd68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArrangeGridColumns.html","title":"Arrange Grid Columns","navPath":"ArrangeGridColumns.html","bundleId":"work-tasks-2023-sp1","id":"a06c77853-7a12-4af4-bad9-2bdf4b97a84f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyfromExistingViews.html","title":"Copy from Existing Views","navPath":"CopyfromExistingViews.html","bundleId":"work-tasks-2023-sp1","id":"a206da4c6-4af9-4850-94e1-499b6f0cc995","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageViews.html","title":"Manage Views","navPath":"ManageViews.html","bundleId":"work-tasks-2023-sp1","id":"a3547a7e5-df8b-4325-b34d-31903423f375","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updateaview.html","title":"Update a View","navPath":"updateaview.html","bundleId":"work-tasks-2023-sp1","id":"aefba4328-0177-4c08-8945-785d119e8b22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaView.html","title":"Delete a View","navPath":"DeleteaView.html","bundleId":"work-tasks-2023-sp1","id":"a80913c78-d439-4e0e-844f-ca63b57649a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/secureaview.html","title":"Secure a View","navPath":"secureaview.html","bundleId":"work-tasks-2023-sp1","id":"af8aa441c-dc7a-4ff9-9cc9-672916d4741f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookups.html","title":"List Lookups","navPath":"ListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ad2e2e0cf-7639-489a-806d-8f7a80d4e1a0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportedDataTypes.html","title":"Supported Data Types","navPath":"SupportedDataTypes.html","bundleId":"work-tasks-2023-sp1","id":"a0869ff75-8849-4bff-bcf3-d9a8e8035086","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartLookupSettings.html","title":"Start Lookup Settings","navPath":"StartLookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a870fcc17-e451-42ac-9a3d-5ef6862516be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/lookupsettingsinterface.html","title":"Lookup Settings Interface","navPath":"lookupsettingsinterface.html","bundleId":"work-tasks-2023-sp1","id":"a029504d7-0833-4729-bedb-e3b63abd3456","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workingwithlookupsettings.html","title":"Lookup Settings","navPath":"workingwithlookupsettings.html","bundleId":"work-tasks-2023-sp1","id":"ad4a54116-a261-454e-9bee-9c971ffb5057","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewRepositoryListLookup.html","title":"Add a New Repository List Lookup","navPath":"AddaNewRepositoryListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a18faf58f-7848-490d-a2e1-72ce510c5a0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727452.html","title":"Add a List Query","navPath":"727452.html","bundleId":"work-tasks-2023-sp1","id":"a8f342cf0-1c4b-4132-9a0a-3ceb841fa2ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727453.html","title":"Add an Order By Query","navPath":"727453.html","bundleId":"work-tasks-2023-sp1","id":"a160ef831-5934-44b3-b0ef-1e1b5755801b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewdatabaselookup.html","title":"Add a New Database Lookup","navPath":"addinganewdatabaselookup.html","bundleId":"work-tasks-2023-sp1","id":"ae86bb9af-1b97-4356-b39a-47d14c994cfe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181666.html","title":"Add a New Database Lookup Using Query","navPath":"181666.html","bundleId":"work-tasks-2023-sp1","id":"af3c37beb-41de-4bcf-8bb9-cf6c8ab53e7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181667.html","title":"Add a New Database Lookup Using Stored Procedure","navPath":"181667.html","bundleId":"work-tasks-2023-sp1","id":"a42407e8e-9c09-45d6-8573-1029fbf68835","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewwebapilookup.html","title":"Add a New Web API Lookup","navPath":"addinganewwebapilookup.html","bundleId":"work-tasks-2023-sp1","id":"af4ed8ce1-dfcd-413e-8c87-e401b7fd4fc8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaListLookup.html","title":"Edit a List Lookup","navPath":"EditaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a8699652c-f6f2-4173-bce4-40a4d3c231cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295054.html","title":"Organize Lookup Lists","navPath":"295054.html","bundleId":"work-tasks-2023-sp1","id":"a095f4e12-70af-4d3a-ab8e-7097387c55f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaListLookup.html","title":"Delete a List Lookup","navPath":"DeleteaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a681bb1b0-6124-42d1-ba2b-6d12d5df3936","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookupScenarios.html","title":"List Lookup Scenarios","navPath":"ListLookupScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a474eea5e-7689-4b2b-b99d-f09598b56c76","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetable.html","title":"Create a Lookup for a Database Table","navPath":"creatingalookupforadatabasetable.html","bundleId":"work-tasks-2023-sp1","id":"abe5e16aa-ecd6-4ce4-8365-2060225a2501","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetablewithcompositeprimarykey.html","title":"Create a Lookup for a Database Table with Composite Primary Key","navPath":"creatingalookupforadatabasetablewithcompositeprimarykey.html","bundleId":"work-tasks-2023-sp1","id":"ae9935239-b79b-4778-8026-b6cb0e956d5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDependentLookupfromDatabaseTables.html","title":"Create Dependent Lookup from Database Tables","navPath":"CreateDependentLookupfromDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"a5a635c1a-6d83-41a6-b0e0-80276459b6b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforalist.html","title":"Create a Lookup for a List","navPath":"creatingalookupforalist.html","bundleId":"work-tasks-2023-sp1","id":"a8c36a3b0-8c7d-4166-babb-dfb5f2d951ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData.html","title":"Search or Sort within a Lookup Data","navPath":"SearchorSortwithinaLookupData.html","bundleId":"work-tasks-2023-sp1","id":"a3d685643-4f83-45fe-9d4f-2c169be5e68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData_1.html","title":"Add an Item from Lookup Control","navPath":"SearchorSortwithinaLookupData_1.html","bundleId":"work-tasks-2023-sp1","id":"a44119b2e-f8b2-4cd9-b9ac-72b93755e664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforListLookups.html","title":"Use ExtendedInformation Property for List Lookups","navPath":"UseExtendedInformationPropertyforListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ab77672af-8471-4845-a919-1aa0b4280d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforDatabaseLookups.html","title":"Use ExtendedInformation Property for Database Lookups","navPath":"UseExtendedInformationPropertyforDatabaseLookups.html","bundleId":"work-tasks-2023-sp1","id":"afd19ae0f-9bc6-4f6f-81b8-978790ff8a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","title":"Use Aliases, Joins, Aggregate Functions in Database Lookup Query","navPath":"UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"aa955dfad-3c3f-4e71-9dd0-4c0795197214","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCASEExpressionintheDatabaseLookupQuery.html","title":"Use CASE Expression in the Database Lookup Query","navPath":"UseCASEExpressionintheDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"af385e2ea-f513-4488-8957-e456c887e637","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScenarios.html","title":"List Scenarios","navPath":"ListScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a1e3a4c96-7f7b-4c0b-a662-b9dff8fb25fc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaleaveapplicationlist.html","title":"Create a Leave Application List","navPath":"creatingaleaveapplicationlist.html","bundleId":"work-tasks-2023-sp1","id":"a9f759301-78b1-4895-98cf-42d9809cc9b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalistmappedtomultipletables.html","title":"Create a List Mapped to Multiple Tables","navPath":"creatingalistmappedtomultipletables.html","bundleId":"work-tasks-2023-sp1","id":"ac77b13c9-9c74-437c-bf9f-a8abce8a26b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingthedefaultlistform.html","title":"Modify the default List form","navPath":"modifyingthedefaultlistform.html","bundleId":"work-tasks-2023-sp1","id":"af8c620b1-b828-4722-aa26-823feab53504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListData.html","title":"Sort List Data","navPath":"SortListData.html","bundleId":"work-tasks-2023-sp1","id":"a04913b22-6431-4adc-8a07-29a8f6257d61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportListItemDatatoanExcelSheet.html","title":"Export List Item Data to an Excel Sheet","navPath":"ExportListItemDatatoanExcelSheet.html","bundleId":"work-tasks-2023-sp1","id":"afc95246d-d294-4a51-865a-cf395877bb98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingversioningforlistitem.html","title":"Enable Versioning for List Item","navPath":"enablingversioningforlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a760bced5-ea5d-4d17-aa41-4d84dce82926","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListitemsusingDisplaySortOrderProperty.html","title":"Sort List items using DisplaySortOrder Property","navPath":"SortListitemsusingDisplaySortOrderProperty.html","bundleId":"work-tasks-2023-sp1","id":"a8815f479-fb7b-4751-8053-58cd7bd78caa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/setcustomviewforalistcontrol.html","title":"Set Custom View for a List Control from a Custom ASPX Page using API","navPath":"setcustomviewforalistcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a20b168f3-ab23-42d7-a7ef-f8e174e922e4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsintegration.html","title":"Lists Integration","navPath":"listsintegration.html","bundleId":"work-tasks-2023-sp1","id":"a3c16dc27-a316-4018-a191-fe0bed1bfad8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutlistsintegrationcomponents.html","title":"About Lists Integration Components","navPath":"aboutlistsintegrationcomponents.html","bundleId":"work-tasks-2023-sp1","id":"a33b8d865-a94c-4f0b-9fff-bebc992082fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/keyfeaturesandbenefits.html","title":"Key Features and Benefits","navPath":"keyfeaturesandbenefits.html","bundleId":"work-tasks-2023-sp1","id":"a383d5213-ff6e-4521-a724-f7945ab4d110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites_2.html","title":"Prerequisites","navPath":"prerequisites_2.html","bundleId":"work-tasks-2023-sp1","id":"a817557c1-34d2-4bda-961d-d86e986a7cf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installationandconfiguration.html","title":"Installation and Configuration","navPath":"installationandconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"afedc024c-2792-44b3-b807-f779091c8570","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutconfiguration.html","title":"About Configuration","navPath":"aboutconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"aec4d23a5-13b4-4658-a794-89ef158c09b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73298.html","title":"List Source Data Flow","navPath":"73298.html","bundleId":"work-tasks-2023-sp1","id":"a94860ca0-608f-4a63-864d-c6cf456d03eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73300.html","title":"Import and Export Data","navPath":"73300.html","bundleId":"work-tasks-2023-sp1","id":"a37ef99ff-c5e7-4450-aa06-3dc2365f15e9","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listssupport.html","title":"Troubleshooting Lists","navPath":"listssupport.html","bundleId":"work-tasks-2023-sp1","id":"a108d62bb-0843-4cf6-9340-4e92fc403c5a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604373.html","title":"Quickflow User Guide","navPath":"604373.html","bundleId":"work-tasks-2023-sp1","id":"abfe512d0-bd00-4ee2-9c05-193ef29fee4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/613300.html","title":"Prerequisites","navPath":"613300.html","bundleId":"work-tasks-2023-sp1","id":"ac0627737-79b8-4e8c-b488-c555d6f9d41b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/603289.html","title":"Deploy Quickflow","navPath":"603289.html","bundleId":"work-tasks-2023-sp1","id":"abb5934ea-4caf-47c1-a9c6-8c8bc77e37e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateQuickflow.html","title":"Create Quickflow","navPath":"CreateQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"ab13b1950-687b-4902-b06e-c83acec1c70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604271.html","title":"Activities","navPath":"604271.html","bundleId":"work-tasks-2023-sp1","id":"a23c637f4-5584-4418-9ed9-8d4b8686e794","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/620121.html","title":"Supported Activities","navPath":"620121.html","bundleId":"work-tasks-2023-sp1","id":"adb95f866-b3ab-49b4-ba3e-172dedfd9798","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity_1.html","title":"Start Activity","navPath":"StartActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ada556791-b94a-4dd5-a658-5accdae46a91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables_1.html","title":"Start - Variables","navPath":"StartVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a88a19ceb-2e77-470c-841f-5940d5e55cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables_1.html","title":"XML Variables","navPath":"XMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"aa30a4a92-ab34-4f59-96ba-c0c9c411010c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface_1.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface_1.html","bundleId":"work-tasks-2023-sp1","id":"a73f50020-820f-4f06-a447-b30b0490ec25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLDocumentXMLVariable.html","title":"Introduction to XML Document XML Variable","navPath":"IntroductiontoXMLDocumentXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2a2873a7-d219-4cc9-bf14-810d087f3956","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument_1.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument_1.html","bundleId":"work-tasks-2023-sp1","id":"a192519d7-f412-4086-8539-b1625189fbee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buildingxmlschema.html","title":"Build XML Schema","navPath":"buildingxmlschema.html","bundleId":"work-tasks-2023-sp1","id":"ae0abfc6e-1381-4109-9ddc-514b8ac1b23b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms_1.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a243f6917-6f8e-4e23-bbf7-32cf46ec39e0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLIteratorXMLVariable.html","title":"Introduction to 'XML Iterator' XML Variable","navPath":"IntroductiontoXMLIteratorXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aeabdcabe-e8a5-44c6-88b4-7786423f1a16","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator_1.html","title":"Create XML Variable of Type 'XML Iterator'","navPath":"CreateXMLVariableofTypeXMLIterator_1.html","bundleId":"work-tasks-2023-sp1","id":"a3732687d-44fc-44ad-a3c1-fde9a876718f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLIteratorTypeVariables.html","title":"Use 'XML Iterator' Type Variables","navPath":"UseXMLIteratorTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac713f6ff-ca17-4181-8154-80e67fe6e0bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables_1.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a7cf0b5d8-483b-4fae-ae77-0e87fe66d872","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities_1.html","title":"Communication Activities","navPath":"CommunicationActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"abc23b6e0-b25e-4754-8372-05b11f4a3ed7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity_1.html","title":"Notification Activity","navPath":"NotificationActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a1e53c1be-3763-431a-bb6b-1ebe45e786d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_2.html","title":"Notification: ToResource","navPath":"NotificationToResource_2.html","bundleId":"work-tasks-2023-sp1","id":"aa7b5fc5d-dd64-4778-bcd5-f6e026e69b88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationMessage.html","title":"Notification: Message","navPath":"NotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a22d1c569-38be-4bb1-92eb-45269a92980e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotification.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotification.html","bundleId":"work-tasks-2023-sp1","id":"adfea9ab4-f65f-441b-b9c0-5cb01ced5763","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource_1.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a8905abff-e5a6-4a5b-b29f-b727205b751b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pushnotificationmessage11.html","title":"Set Notification Type","navPath":"pushnotificationmessage11.html","bundleId":"work-tasks-2023-sp1","id":"acdcfd711-a745-49fa-9b8d-314f8058e488","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVAWorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac7c42c92-cb53-4e57-b9a8-627134e7a504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage_1.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1685f44-dd48-4e1a-b2b2-14ab9419e5dd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities_1.html","title":"Engine Activities","navPath":"EngineActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae95c9908-6c61-48a2-a43c-8174c4bae56b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/blockoutputactivity.html","title":"BlockingOutput Activity","navPath":"blockoutputactivity.html","bundleId":"work-tasks-2023-sp1","id":"a1c24ce7a-38f2-48e8-ba3b-d76b087c5268","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity_1.html","title":"Database Activity","navPath":"DatabaseActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4c3f2a7f-68a4-4e28-8cf8-49e132556ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity_1.html","title":"Decision Activity","navPath":"DecisionActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"aa7446da6-905e-447f-a200-fa4c132b89fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions_1.html","title":"Decision: Decisions","navPath":"Decisions_1.html","bundleId":"work-tasks-2023-sp1","id":"a0d6cc59c-dcd8-494f-8950-555992f49612","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity_1.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a28ffd98b-7a5b-4fc3-9061-ca0e4071d394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity_1.html","title":"For-Loop Activity","navPath":"ForLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"add25a390-9281-4442-be07-2bcdbb1eb62c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount_1.html","title":"For-Loop Count","navPath":"ForLoopCount_1.html","bundleId":"work-tasks-2023-sp1","id":"ac91d7742-c1b4-4047-9d78-ad3bfd011021","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity_1.html","title":"Logger Activity","navPath":"LoggerActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a92b7545a-4c84-4215-b921-7cfbecb57152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage_1.html","title":"Log - Log Message","navPath":"Log-LogMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1868785-0479-465f-b36e-fcbfbc7a295e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity_1.html","title":"Next Loop Activity","navPath":"NextLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a216e6f3e-1a83-4123-9d48-d75b8b9019aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity_1.html","title":"Rule Activity","navPath":"RuleActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a238ed1ce-7780-4452-b475-a8c3bf91ef68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition_1.html","title":"Rule - Condition","navPath":"RuleCondition_1.html","bundleId":"work-tasks-2023-sp1","id":"a0e3c2445-d021-4a04-97ff-2533d16b5890","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable_1.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable_1.html","bundleId":"work-tasks-2023-sp1","id":"a87dc078e-dc70-4c2c-be7e-a9d0f74f311a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity_1.html","title":"Synchronize Activity","navPath":"SynchronizeActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ace9e3051-aa4e-4b78-bd5b-98684930a937","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity_1.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9caf828-4674-4928-abda-ffccbd678adf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables_1.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a476ca464-0b3d-4a48-b42a-29c48f013b54","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a65757198-6355-4d95-97d0-bea91eaba578","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity_1.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"af277eb06-a8d6-4969-9733-0577e564c0c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowaction.html","title":"Workflow Activity","navPath":"workflowaction.html","bundleId":"work-tasks-2023-sp1","id":"abeb7fbc7-06a6-4a78-8202-14a5ce81511b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow_1.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a53514f50-a015-4a6d-a246-a565b91b45fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow_1.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa70d0235-c21b-4608-aea7-f4c8df946f49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","title":"How to Pass Variables from Parent Workflow/Quickflow to Child Workflow?","navPath":"howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","bundleId":"work-tasks-2023-sp1","id":"a86a57158-1fdd-4dd0-858c-697ba16127e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GettingExecutionIDoftheChildQuickflow.html","title":"Getting Execution ID of the Child Quickflow","navPath":"GettingExecutionIDoftheChildQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"a8ba6f769-d9c0-4edc-888c-b5f047cd82ac","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator_1.html","title":"XML Navigator","navPath":"XMLNavigator_1.html","bundleId":"work-tasks-2023-sp1","id":"a45e93061-77ab-467b-b9be-cb2b779055b9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Integration_Activities.html","title":"Integration Activities","navPath":"Integration_Activities.html","bundleId":"work-tasks-2023-sp1","id":"a5aad2a2c-7f9d-4626-8e53-fb2882f23460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebapiactivity_1.html","title":"Invoke Web API Activity","navPath":"invokewebapiactivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae0b84382-3514-4e82-be26-d7a6155b6ad4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIConfigureWebAPI.html","title":"Invoke Web API: Configure Web API","navPath":"InvokeWebAPIConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a3958a8bf-2a88-4a80-97dd-308e7e699e74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI_1.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI_1.html","bundleId":"work-tasks-2023-sp1","id":"a3821dcc2-3010-4f71-8a63-731903079e82","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity_1.html","title":"Script Activity","navPath":"ScriptActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ad54af351-ae26-4bdd-b365-bf9bfb58d23c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode_1.html","title":"Script: Code","navPath":"ScriptCode_1.html","bundleId":"work-tasks-2023-sp1","id":"a14f05003-46e3-4a03-be7a-df5ace46619f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences_1.html","title":"Script: References","navPath":"ScriptReferences_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cff7e06-00df-41ba-80fc-fca2ebb83ed7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues_1.html","title":"Script: Return Values","navPath":"ScriptReturnValues_1.html","bundleId":"work-tasks-2023-sp1","id":"a977e2a1b-5210-4431-b4ae-8343dfa434da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/xmlaction1.html","title":"XML Action Activity","navPath":"xmlaction1.html","bundleId":"work-tasks-2023-sp1","id":"a4963e747-2cd7-424c-901b-d39aba86b4e2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities_1.html","title":"Message Queue Activities","navPath":"MessageQueueActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"acc8577f0-9073-47c5-9950-081768e28ded","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData_1.html","title":"SendMQData","navPath":"SendMQData_1.html","bundleId":"work-tasks-2023-sp1","id":"aa92f26d2-7a9f-4b13-a0d7-e3f9f73f9cf7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureMessageQueueConnection.html","title":"Configure Message Queue Connection","navPath":"ConfigureMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"a4d4e28c9-c754-4940-a649-4bfd9decf662","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities_1.html","title":"Logic App Activities","navPath":"LogicAppActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9de13e3-b77a-4b32-8b40-dce2dd0ca2bd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity_1.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a67934cc7-f636-4a87-a58d-819314acd37a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLogicAppConnectionandData.html","title":"Configure Logic App Connection and Data","navPath":"ConfigureLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"a62c98ed4-a578-430f-9578-a373766d84d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity_1.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a56126034-fa4a-4435-ae5c-8e767943c2b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8285582-567d-4aee-8a43-3ae44bdef109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"abab1d6f7-cd61-44f7-bc4a-f25bc4fce09c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing_1.html","title":"Relative Referencing","navPath":"RelativeReferencing_1.html","bundleId":"work-tasks-2023-sp1","id":"a08af0980-09bf-4708-863e-5c11171f63f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/678853.html","title":"Custom Activity","navPath":"678853.html","bundleId":"work-tasks-2023-sp1","id":"acce64137-6950-4492-8897-4975bdc79798","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesigner.html","title":"Process Designer","navPath":"ProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a9ce0cfa6-bc2c-4daa-b739-a198ccd379e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinition.html","title":"Export Process Definition","navPath":"ExportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a406935b1-f84f-4b31-9d43-3003342240df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinition.html","title":"Import Process Definition","navPath":"ImportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a6230bc99-c571-465a-8b69-477cf4c86fae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildExpression.html","title":"Build Expression","navPath":"BuildExpression.html","bundleId":"work-tasks-2023-sp1","id":"ab50167ab-4246-4946-bcd7-76a5bdad9228","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Support_1.html","title":"Support","navPath":"Support_1.html","bundleId":"work-tasks-2023-sp1","id":"a1cf72bce-e0e3-4684-af85-47970a4d33b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics_1.html","title":"Diagnostics","navPath":"Diagnostics_1.html","bundleId":"work-tasks-2023-sp1","id":"ad43df2d6-71a0-45ef-b475-846ded247fe9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Limitations.html","title":"Limitations","navPath":"Limitations.html","bundleId":"work-tasks-2023-sp1","id":"a50d46ae6-4cde-4944-85f5-b9e286b54ac2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Troubleshoot.html","title":"Troubleshoot","navPath":"Troubleshoot.html","bundleId":"work-tasks-2023-sp1","id":"abe8f4828-bf51-44b8-8661-feb3c7e36229","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmuserguide.html","title":"User Guide","navPath":"wonderwareskeltabpmuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a2a87808a-62a3-4993-b38c-1029b836bd6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wwskeltabpminstallationandadministration.html","title":"Administration","navPath":"wwskeltabpminstallationandadministration.html","bundleId":"work-tasks-2023-sp1","id":"aeb1de17c-414b-4a02-809b-a29463c79988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisitesfordesigningworkflows.html","title":"Prerequisites","navPath":"prerequisitesfordesigningworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad0a941c0-d99c-4a49-bdd9-06b5f5ba88cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted_1.html","title":"Get started","navPath":"GetStarted_1.html","bundleId":"work-tasks-2023-sp1","id":"ab5ba867c-c67a-47f6-8a2c-5d6c182b00bb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingahelloworldworkflow.html","title":"Create a Workflow","navPath":"creatingahelloworldworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ad7a7499e-21ca-4d8d-b9e4-7779a9b476b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingvariablesinworkflow.html","title":"Use Variables in Workflow","navPath":"usingvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a35fcd1cb-9cd8-4bda-95d9-21d62ce6ed5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingxmlvariablesinworkflow.html","title":"Use XML Variables in Workflow","navPath":"usingxmlvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6d117e90-e411-4b64-ab2a-ec581f9e333a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/familiarizingwithskeltaxmlvariables.html","title":"Familiarize with XML Variables","navPath":"familiarizingwithskeltaxmlvariables.html","bundleId":"work-tasks-2023-sp1","id":"a1922eea6-d13d-4e61-9563-c5cbecf2b1f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loopingthroughxmldocument.html","title":"Loop Through an XML Document","navPath":"loopingthroughxmldocument.html","bundleId":"work-tasks-2023-sp1","id":"a8245bc71-7baf-48e9-960e-a984f38c8194","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithskeltaforms.html","title":"Use Forms","navPath":"gettingstartedwithskeltaforms.html","bundleId":"work-tasks-2023-sp1","id":"a808d9ddc-42c3-43f1-800a-7bab6c778f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebservicefromworkflows.html","title":"Invoke Web Service from Workflows","navPath":"invokewebservicefromworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a30a5496f-ae02-4647-9ae7-0002b603fbe5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetcontrols.html","title":"Interfaces","navPath":"skeltabpmnetcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ac68d126c-5698-4494-90f0-e7ee67e0a15d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingskeltabpmnetfeatures.html","title":"Access Features","navPath":"accessingskeltabpmnetfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a4f2570db-0fb2-45ed-8d27-67300ee6bdd0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole_1.html","title":"Enterprise Console","navPath":"EnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3a226f4-14b5-4d34-9469-d313ea4d4732","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaenterpriseconsoleauthentication.html","title":"Enterprise Console Authentication","navPath":"skeltaenterpriseconsoleauthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa2cbbc9f-bc9c-47f9-a2f5-83dafdfec44b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaworkitemlist.html","title":"Enterprise Console Home Page","navPath":"skeltaworkitemlist.html","bundleId":"work-tasks-2023-sp1","id":"a61f1cd52-a9d6-4f34-9fa7-43c80976e182","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowManagement.html","title":"Workflow Management","navPath":"WorkflowManagement.html","bundleId":"work-tasks-2023-sp1","id":"abe23487f-fae4-4e68-8a5a-1c2d81e4f559","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist1.html","title":"What is a Workflow List","navPath":"workflowlist1.html","bundleId":"work-tasks-2023-sp1","id":"a75031b45-67ad-40ed-8ba2-468ba2c256f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/groupingworkflowitemswithfolders.html","title":"Group Workflow Items within a Folder","navPath":"groupingworkflowitemswithfolders.html","bundleId":"work-tasks-2023-sp1","id":"ae1d9c677-b889-4b46-9078-82a34099d470","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewfolderworkflow.html","title":"Create a Folder","navPath":"creatinganewfolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af50f8793-a053-4320-9203-3a7515e1f955","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingafolderworkflows.html","title":"Publish a Folder","navPath":"publishingafolderworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a0476c204-90f8-4921-a5f5-98c397142337","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingafolderworkflow.html","title":"Delete a Folder","navPath":"deletingafolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab9618690-accc-46f3-a1ee-facfe14fb0be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingordisablingafolder.html","title":"Enable or Disable a Folder","navPath":"enablingordisablingafolder.html","bundleId":"work-tasks-2023-sp1","id":"a1d0b6ff6-c1aa-4d8a-9551-d1bc139211e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changingtheownerofthefolder.html","title":"Change the Owner of the Folder","navPath":"changingtheownerofthefolder.html","bundleId":"work-tasks-2023-sp1","id":"af91fb070-9180-48a8-8777-00d658ef0f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/applyingsecuritysettingstoafolder.html","title":"Apply Security Settings to a Folder","navPath":"applyingsecuritysettingstoafolder.html","bundleId":"work-tasks-2023-sp1","id":"ace01028f-35ec-4d0c-8dd3-f2c1deb5acad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/navigate.html","title":"Navigate to Different Folders in Workflows List","navPath":"navigate.html","bundleId":"work-tasks-2023-sp1","id":"a9f0a388f-24d0-40c6-b9d6-e5e8a1fd587d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingandassociatingaworkflow.html","title":"Create a Workflow","navPath":"creatingandassociatingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a214c7e9e-9480-43e9-bc06-0983c070fc0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createassociations.html","title":"Create an Association for a Workflow","navPath":"createassociations.html","bundleId":"work-tasks-2023-sp1","id":"a2b517777-2bad-46a4-a477-479811d5637f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associateworkflowwithenterpriseconsole.html","title":"Associate Workflow with Enterprise Console Events","navPath":"associateworkflowwithenterpriseconsole.html","bundleId":"work-tasks-2023-sp1","id":"aba5bca6d-8f08-43e5-ae4c-600f4e82793e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a349b51b8-706c-4d65-b103-4c326fbb4dbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505.html","bundleId":"work-tasks-2023-sp1","id":"abcbbbee2-75f7-44b9-89bc-318746f339e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/512536.html","title":"Associate Workflow with Message Queue","navPath":"512536.html","bundleId":"work-tasks-2023-sp1","id":"a96035563-4d6c-4e7e-8ce8-bb87ff75629d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaExample.html","title":"XML Schema Example","navPath":"XMLSchemaExample.html","bundleId":"work-tasks-2023-sp1","id":"af1bfb35c-2e69-4fa8-ac11-9b0f5ea1a65b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JSONSampleExample.html","title":"JSON Sample Example","navPath":"JSONSampleExample.html","bundleId":"work-tasks-2023-sp1","id":"a12177a3d-c580-44d2-88c3-fb30aebffa70","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/572497.html","title":"Associate Workflow with Logic App Events","navPath":"572497.html","bundleId":"work-tasks-2023-sp1","id":"af20b4802-18bf-4425-92bf-655a68c29005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewassociations.html","title":"View all Associations of a Workflow","navPath":"viewassociations.html","bundleId":"work-tasks-2023-sp1","id":"a975602b6-945a-495d-b4b7-eb1b9d23f8f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflowassociations.html","title":"Delete Workflow Associations","navPath":"deletingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"ae10fd997-b6f8-49da-96e3-ef5946121fa9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingworkflowassociations.html","title":"Disable Workflow Associations","navPath":"disablingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"a661e2016-f7ad-48b1-8c7d-2a68a0863cc4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/saveas1.html","title":"Create different versions of a Workflow","navPath":"saveas1.html","bundleId":"work-tasks-2023-sp1","id":"ade11312c-f7fb-47ad-91f4-5fecb763e0b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showallversions.html","title":"View All the Versions of a Workflow","navPath":"showallversions.html","bundleId":"work-tasks-2023-sp1","id":"a241d85fc-fce9-4891-8d44-3901965c03d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designworkflow.html","title":"Modify a Workflow Design","navPath":"designworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac129db54-6637-472a-a958-501acf136c78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingaworkflow.html","title":"Edit a Workflow","navPath":"editingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"adba79694-3c18-437a-b749-db9f74882422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflows.html","title":"Delete a Workflow","navPath":"deletingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"af14602e1-d56d-45c7-9cdf-53bacfee5996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingworkflows.html","title":"Publish a Workflow","navPath":"publishingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a61ad94f3-e234-4f44-abdd-9e37885d7f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/unpublishingaworkflow.html","title":"Unpublish a Workflow","navPath":"unpublishingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"abb6a6046-3d45-489e-b947-a0ddccf45740","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importworkflow.html","title":"Import a Workflow","navPath":"importworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a62800b85-ccee-42cf-8c02-a55b3ee7a75d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exportworkflow.html","title":"Export a Workflow","navPath":"exportworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac057f9aa-e86c-4cfd-8f7f-17d1f405a84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction1.html","title":"Lock a Workflow for Editing","navPath":"introduction1.html","bundleId":"work-tasks-2023-sp1","id":"a1332246d-221f-4b81-81a9-0d362bc164fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enable_1.html","title":"Enable  and Disable Workflow","navPath":"enable_1.html","bundleId":"work-tasks-2023-sp1","id":"ab6341bed-a18e-4bc7-a7cb-920a1ef4ba6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfiguration1.html","title":"Access BAM Configuration","navPath":"bamconfiguration1.html","bundleId":"work-tasks-2023-sp1","id":"a421431d7-b45c-434b-86b0-a3c5e2864575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changeowner1.html","title":"Change Owner Information of a Workflow","navPath":"changeowner1.html","bundleId":"work-tasks-2023-sp1","id":"acc9c8b5d-fc85-4d52-8314-f221012e3d12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tasks.html","title":"Access Workflow Tasks","navPath":"tasks.html","bundleId":"work-tasks-2023-sp1","id":"ae117d2e4-9daf-498b-8c47-a081d554adb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsAvailableinaWorkflowList.html","title":"Different Views Available in a Workflow List","navPath":"DifferentViewsAvailableinaWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a73ce3392-b047-4692-8199-9e4d32e467d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewworkflow.html","title":"View a Workflow","navPath":"viewworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aa5bd43af-2990-4cb6-a9d3-53a916b2954c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/testrun.html","title":"View the Execution of the Published Workflow","navPath":"testrun.html","bundleId":"work-tasks-2023-sp1","id":"afb296ef0-ec9c-4365-ac8c-60f99f9c0ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showchilditems.html","title":"View Child Items of a Workflow","navPath":"showchilditems.html","bundleId":"work-tasks-2023-sp1","id":"a57bb9039-f4ae-4f7a-9412-002a8b98d094","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewaudithistory.html","title":"View Audit History","navPath":"viewaudithistory.html","bundleId":"work-tasks-2023-sp1","id":"a541ffc86-5613-4932-b821-bbea49844786","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewproperties.html","title":"View the Properties of a Workflow","navPath":"viewproperties.html","bundleId":"work-tasks-2023-sp1","id":"a6fe34c2f-2df9-4ea3-8aa0-40791277cf41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingexception.html","title":"View Exceptions","navPath":"viewingexception.html","bundleId":"work-tasks-2023-sp1","id":"ae1ad7b45-c8c6-42f5-ba35-8b87ab5fe311","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitysettings.html","title":"Set Security at Workflow Listitem Level","navPath":"securitysettings.html","bundleId":"work-tasks-2023-sp1","id":"aa01ca25e-91d8-47c1-9265-9679e079a1ca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutSkeltaCalendars.html","title":"Calendars","navPath":"AboutSkeltaCalendars.html","bundleId":"work-tasks-2023-sp1","id":"ab51e704c-6b45-47ef-a7d5-a5bff9298765","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceCalendar.html","title":"Resource Calendar","navPath":"ResourceCalendar.html","bundleId":"work-tasks-2023-sp1","id":"a20d5aa0e-8364-486a-8540-1f121e444a34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configurationofresourcecalendarbyadministrator.html","title":"Configure Resource Calendar by Administrator","navPath":"configurationofresourcecalendarbyadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a06de864e-4acf-474d-bba6-804d158a3ef4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingthecalendar.html","title":"Check Resource Availability","navPath":"searchingthecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a01d6efcd-1c7c-42c6-b333-52dda0c34863","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement_1.html","title":"Queue Management","navPath":"QueueManagement_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1e11c71-d9f5-472a-882c-11796ea02464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQueueManagement.html","title":"Configure Queue Management","navPath":"ConfigureQueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a88a2f3b9-416c-4672-a50d-1267c50b0672","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ParticipantsTab.html","title":"Participants Tab","navPath":"ParticipantsTab.html","bundleId":"work-tasks-2023-sp1","id":"a9ffc8082-bf4b-44a6-a995-6fbb583b78fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DispatchPatternsTab.html","title":"Dispatch Patterns Tab","navPath":"DispatchPatternsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3f948682-4002-461b-a1a5-78339f608751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingsTab.html","title":"Settings Tab","navPath":"SettingsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3a6f6b5a-431b-47a2-8ef5-0ffdbcc8df46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EscalationTab.html","title":"Escalation Tab","navPath":"EscalationTab.html","bundleId":"work-tasks-2023-sp1","id":"a1d98defa-eabd-4e40-8c1a-52bca7b14f10","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingqueuecontroltocreateandmanagequeues1.html","title":"Use Queue Control to Create and Manage Queues","navPath":"usingqueuecontroltocreateandmanagequeues1.html","bundleId":"work-tasks-2023-sp1","id":"ab38c2f42-2b28-4644-90d5-45d06871e87d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingparticipantstothequeue1.html","title":"Add Participants to the Queue","navPath":"addingparticipantstothequeue1.html","bundleId":"work-tasks-2023-sp1","id":"a44784ec8-a8c7-43a7-aa6e-7719d95bd49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringdispatchpatterns1.html","title":"Configure Dispatch Patterns","navPath":"configuringdispatchpatterns1.html","bundleId":"work-tasks-2023-sp1","id":"a0bf68420-a333-4bce-95c6-db28918fc6b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingthequeuepreference.html","title":"Set the Queue Preference","navPath":"settingthequeuepreference.html","bundleId":"work-tasks-2023-sp1","id":"ac7de4f75-c715-4f98-a424-525dff54cb80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingescalations1.html","title":"Set Escalations for Queues","navPath":"settingescalations1.html","bundleId":"work-tasks-2023-sp1","id":"a00ead208-a37d-4bfd-832c-91f63b62fba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingthequeuesinworkflows1.html","title":"Use Queues in Workflows","navPath":"usingthequeuesinworkflows1.html","bundleId":"work-tasks-2023-sp1","id":"af9741bd6-7299-4877-bb84-617365d5a53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueuesintheactivitylist1.html","title":"Access Queues in the Work Items List","navPath":"accessingqueuesintheactivitylist1.html","bundleId":"work-tasks-2023-sp1","id":"adf334d3b-078d-4695-8600-76c04ef8cba4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199511.html","title":"Database Connections","navPath":"199511.html","bundleId":"work-tasks-2023-sp1","id":"a0a7ed262-4da9-4666-a963-313a1a898950","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199512.html","title":"Create a Database Connection","navPath":"199512.html","bundleId":"work-tasks-2023-sp1","id":"a4ac56958-37e7-40e7-9d25-09aa1640de0b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsList.html","title":"Work Items List","navPath":"WorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a047625cb-f932-42b1-ac24-ec8820a50c35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItemViewAllUsers.html","title":"Manage Work Item - View All Users","navPath":"ManageWorkItemViewAllUsers.html","bundleId":"work-tasks-2023-sp1","id":"af81f0985-bb87-4af1-ab66-23a21e66837f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListUserInterfaceElements.html","title":"Work Items List User Interface Elements","navPath":"WorkItemsListUserInterfaceElements.html","bundleId":"work-tasks-2023-sp1","id":"adeb344ce-1d10-4be6-9975-294b377a9e01","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListFolders.html","title":"Work Items List Folders","navPath":"WorkItemsListFolders.html","bundleId":"work-tasks-2023-sp1","id":"a2ffdf90e-2cd6-4daa-a02e-d33b3643aa19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListView.html","title":"Work Items List View","navPath":"WorkItemsListView.html","bundleId":"work-tasks-2023-sp1","id":"a29ab4fb1-5613-41c8-89ed-6f04e28ce62c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemDetails.html","title":"Work Item Details","navPath":"WorkItemDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa8549216-f88c-4407-b2ef-a5d24f2e56ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListToolbar.html","title":"Work Items List Toolbar","navPath":"WorkItemsListToolbar.html","bundleId":"work-tasks-2023-sp1","id":"a73f3d260-3d3f-4e89-81bc-dd1667f09f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListManagerView.html","title":"Work Items List Manager View","navPath":"WorkItemsListManagerView.html","bundleId":"work-tasks-2023-sp1","id":"affe89bdb-7f53-413e-91e9-aa5f9de5bfa7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueMultiSelectandReassignQueueWorkItems.html","title":"Queue Multi-Select and Reassign Queue Work Items","navPath":"QueueMultiSelectandReassignQueueWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"afd99f191-445f-45b5-b811-9d2733491672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueueitems.html","title":"Access Queue Items","navPath":"accessingqueueitems.html","bundleId":"work-tasks-2023-sp1","id":"ae6164755-6d53-4358-bb7c-41ab0c126707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistview.html","title":"Customize Work Items List","navPath":"customizingworkitemlistview.html","bundleId":"work-tasks-2023-sp1","id":"aa3c6b4c1-e59b-4bc3-837a-88681a027f39","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistlayouts.html","title":"Customize Work Items List Layouts","navPath":"customizingworkitemlistlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a057aa02e-451e-477b-bcb7-1eeba7e3db0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemlistcustomizationoptions.html","title":"Work Items List Layout Customization","navPath":"workitemlistcustomizationoptions.html","bundleId":"work-tasks-2023-sp1","id":"a4ce246ab-f838-4c54-8bef-789f0dde5293","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsatworkflowlevel.html","title":"Define Layouts at Workflow Level","navPath":"defininglayoutsatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6d5e6b35-957f-4bd7-bef5-9fb78db95ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininggloballayouts.html","title":"Define Global Layouts","navPath":"defininggloballayouts.html","bundleId":"work-tasks-2023-sp1","id":"a5f38699a-11bb-4ade-ad61-2b7a4aa3681e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsforqueues.html","title":"Define Layouts for Queues","navPath":"defininglayoutsforqueues.html","bundleId":"work-tasks-2023-sp1","id":"a1ab0f428-47c8-44ba-803e-6ecb5d81cd6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizinginboxview.html","title":"Define Work Items List Layouts for a User","navPath":"customizinginboxview.html","bundleId":"work-tasks-2023-sp1","id":"a762bad58-27eb-40b6-85fc-f127d2a31abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistviews.html","title":"Customize Work Items List Views","navPath":"customizingworkitemlistviews.html","bundleId":"work-tasks-2023-sp1","id":"a53f35ba4-b327-4b8e-851a-fc7af64652e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListbyApplication.html","title":"Display Work Items List by Application","navPath":"DisplayWorkItemsListbyApplication.html","bundleId":"work-tasks-2023-sp1","id":"a95d75a49-7814-4339-9a63-841d0b8e5756","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListGroupedbyWorkflows.html","title":"Display Work Items List Grouped by Workflows","navPath":"DisplayWorkItemsListGroupedbyWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac69dac17-c15e-40f3-ad97-423e309911ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedWorkflows.html","title":"Display Work Items List for Specified Workflows","navPath":"DisplayWorkItemsListforSpecifiedWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a493df458-b3fb-4cc0-aeb2-9d92d410133c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedQueues.html","title":"Display Work Items List for Specified Queues","navPath":"DisplayWorkItemsListforSpecifiedQueues.html","bundleId":"work-tasks-2023-sp1","id":"af5b1c5cb-397c-4dae-9eb2-54948a9fe25e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayInboxView.html","title":"Display Inbox View","navPath":"DisplayInboxView.html","bundleId":"work-tasks-2023-sp1","id":"a97f10efc-aa4a-4853-8aad-2be7bb653465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayManager%27sView.html","title":"Display Manager's View","navPath":"DisplayManager'sView.html","bundleId":"work-tasks-2023-sp1","id":"a5030b5e1-c942-4db6-9457-3e55f02e9eca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/preferencesforworkitemmanagement.html","title":"Preferences for Work Item Management","navPath":"preferencesforworkitemmanagement.html","bundleId":"work-tasks-2023-sp1","id":"ae1f48915-254f-420b-a90f-09b0e8e6a4cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoownershiponRowClick.html","title":"Auto-ownership on Row Click","navPath":"AutoownershiponRowClick.html","bundleId":"work-tasks-2023-sp1","id":"a20a40308-1066-446c-a5f7-e4598d985689","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableMultiSelectOptioninWorkItemList.html","title":"Enable Multi-Select Option in Work Item List","navPath":"EnableMultiSelectOptioninWorkItemList.html","bundleId":"work-tasks-2023-sp1","id":"a00eb1adf-c7e7-4092-8a78-274b2c1255d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterDatainWorkItemsList.html","title":"Filter Data in Work Items List","navPath":"FilterDatainWorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a691d4587-e1b0-407c-9915-8f71dc0298fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagingWorkItems.html","title":"Manage Work Items","navPath":"ManagingWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"aec8f1303-98a7-416a-987d-85266d6dae1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItems.html","title":"Forward Work Items","navPath":"ForwardWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a029816da-e58e-49bf-8e0d-bcc6334db56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems_1.html","title":"Abort Work Items","navPath":"AbortWorkItems_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf6a28b7-9a25-40b3-b0d0-d7eccd534076","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemoveWorkItems.html","title":"Remove Work Items","navPath":"RemoveWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a04d47171-9e39-49f2-bf2d-e76d5887fad2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlternateActors.html","title":"Alternate Actors","navPath":"AlternateActors.html","bundleId":"work-tasks-2023-sp1","id":"a1c168a79-4294-43ba-8010-3867f0eee4d2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/250494.html","title":"Alternate Actors","navPath":"250494.html","bundleId":"work-tasks-2023-sp1","id":"a693d237e-1e85-4f67-a2f5-f7b7fbb043d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationScenarios.html","title":"Configuration Scenarios","navPath":"ConfigurationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afbb2f810-8d7a-450c-af0b-8064c6bb369d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/businessactivitymonitoringbamalertfeatures.html","title":"Business Activity Monitoring Alert","navPath":"businessactivitymonitoringbamalertfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8da31cfd-4581-4081-95f4-6475f3fd10db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheThresholdValueinBAM.html","title":"Set the Threshold Value in BAM","navPath":"SettheThresholdValueinBAM.html","bundleId":"work-tasks-2023-sp1","id":"a2480dc16-6495-4b83-994a-5052250aae7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetBAMAlertforOverduesandKPIs.html","title":"Set BAM Alert for Overdues and KPIs","navPath":"SetBAMAlertforOverduesandKPIs.html","bundleId":"work-tasks-2023-sp1","id":"ac2ba96e4-8257-4f5d-8604-827e7715c591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations_1.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations_1.html","bundleId":"work-tasks-2023-sp1","id":"ab45ce846-8ad7-4d54-90ea-db32e8f36f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMWorkflow.html","title":"BAM Workflow","navPath":"BAMWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af54195dd-f4cf-4be3-8dfc-176052519606","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampletoConfigureBAMAlerts.html","title":"Example to Configure BAM Alerts","navPath":"ExampletoConfigureBAMAlerts.html","bundleId":"work-tasks-2023-sp1","id":"ac406c55e-7d14-4b4a-89b4-47b42ab09dd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alertsforbusinessactivitythresholds1.html","title":"BAM Alert Settings","navPath":"alertsforbusinessactivitythresholds1.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b6f9-bdfd-4f80-9902-6b2826b63ce7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder.html","title":"Enabling and Disabling SOA Folder","navPath":"disablefolder.html","bundleId":"work-tasks-2023-sp1","id":"a0a78a278-fc09-40b6-8547-ea42a7bc5893","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPIDataPoints.html","title":"Create KPI Data Points","navPath":"CreateKPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a14845587-0657-4670-9c7e-1153dcc79167","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPI%28s%29andSettheThresholdValue.html","title":"Create KPI(s) and Set the Threshold Value","navPath":"CreateKPI(s)andSettheThresholdValue.html","bundleId":"work-tasks-2023-sp1","id":"afbe6b07c-7dd0-4406-8e10-f7424a1b444c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAlertConfigurationSettings.html","title":"BAM Alert Configuration Settings","navPath":"BAMAlertConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"abbc586a1-1885-452d-8441-1d22ce738ea1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMRuleSettings.html","title":"BAM Rule Settings","navPath":"BAMRuleSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2d380176-c263-4b0d-9661-ab2ab5f0bc0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMTimeSettings.html","title":"BAM Time Settings","navPath":"BAMTimeSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1c921c92-a81c-46e4-9e15-f7a78322b621","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMActionSettings.html","title":"BAM Action Settings","navPath":"BAMActionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a19ff9de7-1dfb-4685-afe2-c923cb353f1a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsinEnterpriseConsoleSite.html","title":"BAM Events in Enterprise Console Site","navPath":"BAMEventsinEnterpriseConsoleSite.html","bundleId":"work-tasks-2023-sp1","id":"af6e0c3cc-6af9-4512-ba0c-6f1eb9316ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggeraBAMAlert.html","title":"Trigger a BAM Alert","navPath":"TriggeraBAMAlert.html","bundleId":"work-tasks-2023-sp1","id":"a3671530b-9cac-4163-a599-b964796d4611","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BusinessActivityMonitoringandReports.html","title":"Business Activity Monitoring and Reports","navPath":"BusinessActivityMonitoringandReports.html","bundleId":"work-tasks-2023-sp1","id":"a7cf4e624-8d4a-441a-918c-d6958bb3e481","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMDashboardView.html","title":"BAM Dashboard View","navPath":"BAMDashboardView.html","bundleId":"work-tasks-2023-sp1","id":"afb1551c9-f84a-49b4-90b6-6ab46e47e84c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamexecutionreports.html","title":"BAM Execution Reports","navPath":"bamexecutionreports.html","bundleId":"work-tasks-2023-sp1","id":"a82f10c1d-9846-451b-8a85-0e4faf093bac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAnalyzeReports.html","title":"BAM Analyze Reports","navPath":"BAMAnalyzeReports.html","bundleId":"work-tasks-2023-sp1","id":"af9d29d85-5e49-4d43-8f6f-cf43bdaa0d3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMProcessExecutionView.html","title":"BAM Process Execution View","navPath":"BAMProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"af737dfd3-5021-444a-8743-9ee7593f1d6b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userguide.html","title":"File Watcher","navPath":"userguide.html","bundleId":"work-tasks-2023-sp1","id":"a2be64cda-2281-43cb-98c4-a5b8fd026665","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcheroperations.html","title":"File Watcher Operations","navPath":"filewatcheroperations.html","bundleId":"work-tasks-2023-sp1","id":"aec189ef1-0527-485a-a56b-e6cce1945f1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addfolder.html","title":"Add Folder","navPath":"addfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5862ec71-ffa7-43b5-8484-c552ac050886","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editfolder.html","title":"Edit Folder Configuration Settings","navPath":"editfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad5b4b4ca-3ac5-48d0-852f-adc5bc797bfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletefolder.html","title":"Delete Folder","navPath":"deletefolder.html","bundleId":"work-tasks-2023-sp1","id":"a3b09eb30-f066-443f-b848-ee8f8fea9c63","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcherevents.html","title":"File Watcher Events","navPath":"filewatcherevents.html","bundleId":"work-tasks-2023-sp1","id":"a14f3036b-e3f6-4095-a35a-b1e565c24313","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createdevent.html","title":"Created Event","navPath":"createdevent.html","bundleId":"work-tasks-2023-sp1","id":"a9340b49f-1951-4526-9e9d-cc5097506028","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changedevent.html","title":"Changed Event","navPath":"changedevent.html","bundleId":"work-tasks-2023-sp1","id":"acc4023ba-ff1e-4437-968e-00778b9238ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/renamedevent.html","title":"Renamed Event","navPath":"renamedevent.html","bundleId":"work-tasks-2023-sp1","id":"aba1963e1-6b28-4166-8d3e-9228a2e80348","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletedevent.html","title":"Deleted Event","navPath":"deletedevent.html","bundleId":"work-tasks-2023-sp1","id":"a5d6069e4-c788-4ec5-b840-2d6a93cc0f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dosanddonts.html","title":"Limitations of File Watcher","navPath":"dosanddonts.html","bundleId":"work-tasks-2023-sp1","id":"a4fa2351d-6b61-4d60-b468-c7a78527be66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/frequentlyaskedquestionsfaq.html","title":"Frequently Asked Questions","navPath":"frequentlyaskedquestionsfaq.html","bundleId":"work-tasks-2023-sp1","id":"a517beed8-a731-4f5d-8915-e1a6b1a4a89d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soa.html","title":"Object Access","navPath":"soa.html","bundleId":"work-tasks-2023-sp1","id":"aa8b57c5a-39f7-4dad-b521-106d5dd5ef4b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soafolders.html","title":"SOA Folders","navPath":"soafolders.html","bundleId":"work-tasks-2023-sp1","id":"a6c3aa215-89ec-4b9b-aaed-cff0d7d19da6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsoafolder.html","title":"Add New SOA Folder Details","navPath":"newsoafolder.html","bundleId":"work-tasks-2023-sp1","id":"aca44e468-71e1-4f7a-aa10-b00350412cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder1.html","title":"View Registered SOA Folder Details","navPath":"viewfolder1.html","bundleId":"work-tasks-2023-sp1","id":"a5c4f5fec-a50b-4446-8dd4-29cb5a38c16b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder.html","title":"Delete an SOA Folder","navPath":"viewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5a1f9ec1-c809-4501-8faf-d85664b1f945","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder_1.html","title":"Enable and Disable SOA Folder","navPath":"disablefolder_1.html","bundleId":"work-tasks-2023-sp1","id":"a4bbe9fd3-d71f-406a-af46-f54eedf25498","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurity.html","title":"Security Settings for SOA Folder","navPath":"managesecurity.html","bundleId":"work-tasks-2023-sp1","id":"aa1dbcdf7-6aa8-4fee-b45e-84f81722b9a0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Assemblies.html","title":"Assemblies","navPath":"Wonderware_Skelta_BPM_Assemblies.html","bundleId":"work-tasks-2023-sp1","id":"a0820f638-effb-4417-b8e8-387dc5c026b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromgac.html","title":"Register Assemblies From GAC","navPath":"fromgac.html","bundleId":"work-tasks-2023-sp1","id":"af942b441-e801-4805-b29b-c3f6bc9477ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromfolder.html","title":"Register Assemblies From Assembly Folder","navPath":"fromfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad6d43d48-cd9a-4f28-a37f-48b476f308a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromweb.html","title":"Register Assemblies From Web","navPath":"fromweb.html","bundleId":"work-tasks-2023-sp1","id":"ae7f0a6ba-aafb-4779-8b72-bded4a072247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newfolder.html","title":"Create Folder for Registered Objects","navPath":"newfolder.html","bundleId":"work-tasks-2023-sp1","id":"aeb8a6481-b50b-4841-89f6-9f19432d72be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/edit.html","title":"View Registered Assembly Details","navPath":"edit.html","bundleId":"work-tasks-2023-sp1","id":"a90649ff4-2d7e-4b4b-ba7e-48cebb6a2afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editassembly.html","title":"Edit an Object in SOA Assembly","navPath":"editassembly.html","bundleId":"work-tasks-2023-sp1","id":"a399ef953-d81f-4fca-9d03-5cc427202422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295132.html","title":"Organize SOA Assembly","navPath":"295132.html","bundleId":"work-tasks-2023-sp1","id":"a8ee85fac-c774-400a-9d1c-cdda6141065e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/delete.html","title":"Delete a Registered Assembly","navPath":"delete.html","bundleId":"work-tasks-2023-sp1","id":"af1cb0544-2941-4343-8267-ac64a5971a02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageitemsecurityforassembly.html","title":"Manage Security for a Assembly","navPath":"manageitemsecurityforassembly.html","bundleId":"work-tasks-2023-sp1","id":"a6cc38875-6875-4276-994f-bece20c7f450","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/instantiateanassemblyclassinworkflow.html","title":"Instantiate an Assembly Class in Workflow","navPath":"instantiateanassemblyclassinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a41e83768-a2a0-49c6-a3c8-db5382f238dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstance.html","title":"SOA Object Instances in SOA Property","navPath":"soaobjectinstance.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b1f9-d312-4f32-b6dc-f883ee947bc2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstancesinexpressioneditor.html","title":"SOA Object Instances in Expression Editor","navPath":"soaobjectinstancesinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"a15617711-2e6d-4267-8d86-b772c2ea5ce8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soawebobjectsinexpressioneditor.html","title":"SOA Web Objects in Expression Editor","navPath":"soawebobjectsinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"aab9cb504-0368-46ad-ac4c-ab3fa8cfdb08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/integrationvssoa.html","title":"Difference Between Integration and SOA","navPath":"integrationvssoa.html","bundleId":"work-tasks-2023-sp1","id":"ad84c4c72-7ecd-4400-8666-638b63aefd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityfeatures.html","title":"Security Features for Folders and Assemblies","navPath":"securityfeatures.html","bundleId":"work-tasks-2023-sp1","id":"ad54bef57-f535-4380-9b0c-179ba0834b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitations1.html","title":"Limitations of SOA","navPath":"limitations1.html","bundleId":"work-tasks-2023-sp1","id":"ac38d2c67-79df-43ee-9eab-e392c04dce3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaactivities_1.html","title":"SOA Activity","navPath":"soaactivities_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a5df4bc-3918-4e80-b5b8-812948a0dfce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingsoaexecuteactivitiesinworkflows.html","title":"Use SOA Execute Activity in Workflows","navPath":"usingsoaexecuteactivitiesinworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ab90d2a75-129e-4926-b907-7d6b9ffb5c32","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityinskelta.html","title":"Security Framework","navPath":"introductiontosecurityinskelta.html","bundleId":"work-tasks-2023-sp1","id":"a4df273d9-22cc-42e7-86f0-fdef4d0d6a20","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityframework.html","title":"Introduction to Security Framework","navPath":"introductiontosecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"a61c65f95-0fac-4bae-8b7c-aa751d34a03c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewsecuritymappingatrepositorylevel.html","title":"View Security Mapping at Repository Level","navPath":"viewsecuritymappingatrepositorylevel.html","bundleId":"work-tasks-2023-sp1","id":"a0281f09f-a2b7-4c95-b67b-ca53dd173da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/componentsofsecurityframework.html","title":"Components of Security Framework","navPath":"componentsofsecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"aefa4d24e-13fe-4ea7-9517-49268d3df052","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityright.html","title":"Security Rights","navPath":"introductiontosecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a850df2c9-cc17-4f1d-815d-1e6a97fabc2e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupRights.html","title":"Security Rights Available for a Repository","navPath":"SecurityGroupRights.html","bundleId":"work-tasks-2023-sp1","id":"ad1b680e6-ae25-41fd-8b40-30840295a2f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/typesofsecurityrights.html","title":"Types of Security Rights","navPath":"typesofsecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"afc31167f-91bf-4811-b322-fad576db99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differencebetweenvaluefortherights.html","title":"Difference between Value for the Rights and Follower Specific Value for Rights","navPath":"differencebetweenvaluefortherights.html","bundleId":"work-tasks-2023-sp1","id":"aa2879531-53cd-43b4-aa20-bee68d035ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dictrorandfollower.html","title":"Dictator and Follower","navPath":"dictrorandfollower.html","bundleId":"work-tasks-2023-sp1","id":"a304d9c28-6865-4f59-aae3-7e43715384fb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecuritygroup.html","title":"Security Group","navPath":"introductiontosecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"aa4043848-7b0a-4ea4-8add-3f703005f278","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroups.html","title":"Manage Security Groups","navPath":"managesecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a2bcde821-127d-4415-927b-620077b460ed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingsecuritygroup.html","title":"Create Security Group","navPath":"creatingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a5309db88-845f-4e74-84ab-7698131d3016","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingsecuritygroup.html","title":"Modify Security Group","navPath":"modifyingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a2c17c9ce-f3c1-439a-8601-2926db2e8eed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapprovalandrequiresapprovalwithprompt.html","title":"Example for Allow or Disallow","navPath":"exampleforrequiresapprovalandrequiresapprovalwithprompt.html","bundleId":"work-tasks-2023-sp1","id":"a5aff382e-e679-4240-a44d-6b8e660eeff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapproval.html","title":"Example for Requires Approval and Requires Approval With Prompt","navPath":"exampleforrequiresapproval.html","bundleId":"work-tasks-2023-sp1","id":"a78f08d47-b9b8-4959-9c09-e9c869592de4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup.html","title":"View Security Group","navPath":"viewingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a782ba1e5-d6b2-4dd4-8e9c-48e0d07cecf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup1.html","title":"Delete Security Group","navPath":"deletingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a0a716117-edf8-43a2-a4fd-2bd34458443e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectivemapping.html","title":"Effective Mapping of a Security Group","navPath":"effectivemapping.html","bundleId":"work-tasks-2023-sp1","id":"a5461f41e-ffb4-4789-9feb-613709963047","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityresourcemapping.html","title":"Security Resource Mapping","navPath":"introductiontosecurityresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ccf7468-0615-4396-a6a1-ddc14fbd032c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroup-resourcemapping.html","title":"Manage Security Group - Resource Mapping","navPath":"managesecuritygroup-resourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"abe9b0222-6d2d-4c30-a27b-6837b648aca4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsecuritygroup.html","title":"Create a Resource Mapping","navPath":"newsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3dd02549-3cbc-4bd0-a913-b9c146d4d3a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingsecuritygroup.html","title":"Edit Resource Mapping","navPath":"editingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a8b7950f2-a314-4150-a316-5ed2d2775ba3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup.html","title":"Delete Resource Mapping","navPath":"deletingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ace19acd3-b40e-4bb2-8da2-9602053eb125","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/vieweffectivesecurityforuserorrole.html","title":"View Effective Security Rights for User or Role","navPath":"vieweffectivesecurityforuserorrole.html","bundleId":"work-tasks-2023-sp1","id":"a1eb15cf7-cca7-4f5a-ad6a-36bbf327e3a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolebased.html","title":"View Effective Security Rights for Roles","navPath":"rolebased.html","bundleId":"work-tasks-2023-sp1","id":"a8348b843-0fe8-478c-a137-b4004aad2cd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userbased.html","title":"View Effective Security Rights for User/Role","navPath":"userbased.html","bundleId":"work-tasks-2023-sp1","id":"a2d73fc56-b7f1-4f51-bef0-6ccf5ac3b33f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/levelsofsecurity.html","title":"Levels of Security","navPath":"levelsofsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ab0900760-629a-47bf-a091-77bab2247838","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritysettings.html","title":"Set Security at Repository Level","navPath":"repositorylevelsecuritysettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c94b4ba-6486-4e67-bfd8-eb6e8c683df4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel1.html","title":"Set Security at List Level","navPath":"settingsecurityatlistlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a5994bd0e-984e-468a-a2bd-a7582b371434","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel1.html","title":"Set Security at ListItem Level","navPath":"settingsecurityatlistitemlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a67539795-171f-4b9d-b193-7a27ac979a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overwritingdefinitionsfromabovelevel1.html","title":"Overwrite Definitions from Above Level","navPath":"overwritingdefinitionsfromabovelevel1.html","bundleId":"work-tasks-2023-sp1","id":"af620be0b-9d01-4816-98e5-b700cf56bb35","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtochoosebetweenmappingandcustomization.html","title":"Choose between Mapping and Customization","navPath":"howtochoosebetweenmappingandcustomization.html","bundleId":"work-tasks-2023-sp1","id":"a4948ebb1-cca5-430d-8334-8763a52e0f03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel.html","title":"Enable Security at List Level","navPath":"settingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6a699121-2e81-49b9-80e0-b144adb55b03","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevelbyenablingresourcemapping.html","title":"Enable Security at List Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistlevelbyenablingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"ada9ba19f-e4ea-44b0-a634-752f86782b12","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewmapping.html","title":"Add a Resource Mapping","navPath":"addinganewmapping.html","bundleId":"work-tasks-2023-sp1","id":"aa50098bd-8107-4d76-8a17-402facb1c7b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"afc5ff02f-888b-4ebf-92b0-5cc6888bd575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a46c90eed-0478-4b39-a5b8-4dc227eee944","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevel.html","title":"Enable Security at List Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a17ab69d2-df97-4435-9d33-a87332cc5cde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavilableatlistlevel.html","title":"Remove Mapping Available at List Level","navPath":"howtoremovemappingavilableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a2c686b66-12d2-4471-a56c-7ebfe663d4a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomizationavailableatlistlevel.html","title":"Remove Customization Available at List Level","navPath":"howtoremovecustomizationavailableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a50140ab2-c4a5-4f25-a1ab-dfe681af023f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level","navPath":"settingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a1472f8cc-e8ed-4d04-b09e-adb77d2f838a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a7180b33e-75c1-48a6-91c6-4ed5550dc97a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewresourcemapping.html","title":"Add a Resource Mapping","navPath":"addinganewresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"af2f17a83-146d-4def-969f-f15b666a2eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping1.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a7a727f54-fe93-461e-9944-413152816b47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping1.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a44e964d2-a232-40cc-8c31-7f7c57bea52e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel_1.html","title":"Enable Security at List Item Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistitemlevel_1.html","bundleId":"work-tasks-2023-sp1","id":"a8bfdb344-5dcc-40ce-88db-d4e6cd1f74f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavailableatlistitemlevel.html","title":"Remove Mapping Available at ListItem Level","navPath":"howtoremovemappingavailableatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"aa45742fc-3d69-4a3d-b406-d19ffb25fa9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomization.html","title":"Remove Customization Available at ListItem Level","navPath":"howtoremovecustomization.html","bundleId":"work-tasks-2023-sp1","id":"a92e80f8d-b6f8-4ed9-b6c3-426a734981cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectofresourcerightsafterdeletingmapping.html","title":"Effect on Resource Rights after Deleting the Mapping","navPath":"effectofresourcerightsafterdeletingmapping.html","bundleId":"work-tasks-2023-sp1","id":"a3a128346-227f-48a9-b412-1b56e2e11502","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/synchronization.html","title":"Synchronization","navPath":"synchronization.html","bundleId":"work-tasks-2023-sp1","id":"af57b44ce-0e9b-48ac-96a2-ada8f20118db","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecureRepositoryUsingSecurityFramework.html","title":"Secure Repository Using Security Framework","navPath":"SecureRepositoryUsingSecurityFramework.html","bundleId":"work-tasks-2023-sp1","id":"a89361c49-2834-4cc5-a28f-6932946df03d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securinglistandlistitem.html","title":"Secure List and ListItems","navPath":"securinglistandlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a84d4efea-ab7b-4c52-94f5-4fe1dbc9c35e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingskeltaservercontrols.html","title":"Secure AVEVA Work Tasks Server Controls","navPath":"securingskeltaservercontrols.html","bundleId":"work-tasks-2023-sp1","id":"a09e61749-2ae2-421e-966a-488cd95f9810","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Menus.html","title":"Secure Menus","navPath":"Securing_Menus.html","bundleId":"work-tasks-2023-sp1","id":"a6727fe61-c539-4dde-a95c-a104a34ffb50","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managenavigationlist.html","title":"Manage Navigation List","navPath":"managenavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"ad2473d28-4afd-45b8-b3c2-fee56f40c593","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewfolder.html","title":"Create Folder","navPath":"creatingnewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a0ca5064a-9a00-4ed5-9b55-5a25cac372ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180642.html","title":"Create Navigation Link","navPath":"180642.html","bundleId":"work-tasks-2023-sp1","id":"a906930cc-9c9d-42a8-b984-dc582eb1d53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewformlink.html","title":"Create Form Link","navPath":"creatingnewformlink.html","bundleId":"work-tasks-2023-sp1","id":"ad898f593-53de-44a4-82a1-3fcc5b5b297f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewlistlink.html","title":"Create List Link","navPath":"creatingnewlistlink.html","bundleId":"work-tasks-2023-sp1","id":"a1905245e-d3d2-4766-839d-8603725f287b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/544723.html","title":"Create Dashboard Link","navPath":"544723.html","bundleId":"work-tasks-2023-sp1","id":"a889ab4fc-48ae-4dd3-b979-dea2d6dd95cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingformlink.html","title":"Edit Navigation List Items","navPath":"editingformlink.html","bundleId":"work-tasks-2023-sp1","id":"ab697a40b-d26f-4e08-84e5-7d83a442fd46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9cb998ed-875a-40ab-8838-3c8630b0fe68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingnavigationlist.html","title":"Organize Navigation List","navPath":"organizingnavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"a185ccb77-bca5-4111-93e4-f3352a2482e2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Event_Providers.html","title":"Secure Event Providers","navPath":"Securing_Event_Providers.html","bundleId":"work-tasks-2023-sp1","id":"a065c9a14-7839-4a87-bbcb-b2e892df1177","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageeventproviders.html","title":"Manage Event Providers","navPath":"manageeventproviders.html","bundleId":"work-tasks-2023-sp1","id":"a04a2d995-4357-499a-985e-1bee28ef19c5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganeweventprovider.html","title":"Create an Event Provider","navPath":"creatinganeweventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a8d56ba6a-a7d6-45d8-952a-bd36ebb00091","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingeventprovider.html","title":"Edit an Event Provider","navPath":"editinganexistingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a1edfe7c5-8f45-4357-97c3-8e73474f41b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation_1.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9f89ad6-07b4-41d6-b312-fb47e6ef4ed0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingeventprovider.html","title":"Secure Event Provider","navPath":"securingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a4dbe6d23-9d7b-46f3-bdc2-15daeabd9961","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurequeuecontrol.html","title":"Secure Queue Control","navPath":"howtosecurequeuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"a77f12471-14a6-4110-9c62-30c7c1da8f69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewqueue.html","title":"Control New Queue Addition","navPath":"howtocontroladdinganewqueue.html","bundleId":"work-tasks-2023-sp1","id":"a1a8e1bb9-e6df-4777-b4ad-19e5ad0484e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingqueuecontrol.html","title":"Control Queue View","navPath":"howtocontrolviewingqueuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"aea2e8032-5995-49a8-b3a8-488ca1a35681","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureworkitemcontrol.html","title":"Secure Work Item Control","navPath":"howtosecureworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a80b87034-bd44-417a-bf88-444151ec2d8b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowqueueworkitemcontrol.html","title":"Secure Work Item Control - Show Queue","navPath":"howtosecureshowqueueworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a4e59bb77-2aa5-4686-88dd-a75eb6be7330","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowalternateactorworkitemcontrol.html","title":"Secure Work Item Control - Show Alternate Actor","navPath":"howtosecureshowalternateactorworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a00930b47-9421-491b-81c9-2a795ab8203d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowresourcecalendarworkitemcontrol.html","title":"Secure  Work Item Control - Show Resource Calendar","navPath":"howtosecureshowresourcecalendarworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ae5e74cb5-bfa2-4fad-8438-34875254b2a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuresetpreferencesworkitemcontrol.html","title":"Secure Work Item Control - Set Preferences","navPath":"howtosecuresetpreferencesworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a31520053-12ec-46c3-9b49-192ba7e5141e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingworkitemcontrol.html","title":"Secure Work Item Control - View","navPath":"howtocontrolviewingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a2d46cc2d-6bb2-4fb5-b297-f8d904168191","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureforwardingworkitemcontrol.html","title":"Secure Work Item Control - Forward","navPath":"howtosecureforwardingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad499b0f1-b6e6-4f3d-bc64-62a5c8840faa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingpackage1.html","title":"Secure Package","navPath":"securingpackage1.html","bundleId":"work-tasks-2023-sp1","id":"a6ce2ecf7-8d95-477c-90c0-8b6be82818c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinpackagetemplate.html","title":"Secure Actions in Package Template","navPath":"howtosecureactionsinpackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad64f3bf4-6fb9-4f47-a40a-9fc4814a2c3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuregeneratingapackagetemplate.html","title":"Control Generation of Package Template","navPath":"howtosecuregeneratingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa281fe82-86a1-4ecd-ba7e-faba3951b6d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldownloadingapackagetemplate.html","title":"Control Package Template Export","navPath":"howtocontroldownloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"afd9ce747-3831-4d09-94ee-598b009ff619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolmarkingapackagetempalteasshipped.html","title":"Control Package Template Marking","navPath":"howtocontrolmarkingapackagetempalteasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a41d705f9-c501-4b9b-aa68-d972ff5c0a9f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinmanagepackage.html","title":"Secure Actions in Manage Package","navPath":"howtosecureactionsinmanagepackage.html","bundleId":"work-tasks-2023-sp1","id":"aa77a2596-0872-4d00-8204-41badf2d7dfd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolinstallingapackage.html","title":"Control Package Install","navPath":"howtocontrolinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"a7fa6820b-8ca8-4f1c-bd2b-1800295f59a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroluninstallingapackage.html","title":"Control Package Uninstall","navPath":"howtocontroluninstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"ade3bac84-0d6b-4d08-8135-8a6fcdffc356","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecalendarcontrol.html","title":"Secure Calendar Control","navPath":"howtosecurecalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"aacbc5be7-9cd1-44a1-b544-8412ecbd0f5c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewcalendar.html","title":"Control Adding a New Calendar","navPath":"howtocontroladdinganewcalendar.html","bundleId":"work-tasks-2023-sp1","id":"a6b40a0f1-a6eb-4fd4-807e-19c440980de7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldeletinganexistingcalendar.html","title":"Control Deleting an Existing Calendar","navPath":"howtocontroldeletinganexistingcalendar.html","bundleId":"work-tasks-2023-sp1","id":"af86c2a44-1fb3-45c6-bfc3-470184f0da3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingallcalendars.html","title":"Control Viewing All Calendars","navPath":"howtocontrolviewingallcalendars.html","bundleId":"work-tasks-2023-sp1","id":"a5260d098-a606-4174-b302-2f76992a650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingbasecalendar.html","title":"Control Viewing Base Calendar","navPath":"howtocontrolviewingbasecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a25d7b7ac-38e7-4ecb-a7a5-99e52d57ba6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingcalendarcontrol.html","title":"Control Viewing Calendar Control","navPath":"howtocontrolviewingcalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"af1da3df1-1398-4004-8647-ca8125c78d08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamsecurity.html","title":"Secure BAM Control","navPath":"bamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a69feeb1b-c959-45bc-9a08-41c8982985e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtousebamsecurity.html","title":"Use BAM Security","navPath":"howtousebamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ac7bee4b4-185a-473e-9a84-4b4079eac2dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defaultscenariosfordifferentsecuritygroups.html","title":"Default Rights for Different Security Groups","navPath":"defaultscenariosfordifferentsecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a9a8ab519-d3f2-4f8d-9960-62430becc9ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamrights1.html","title":"BAM Report Rights","navPath":"bamrights1.html","bundleId":"work-tasks-2023-sp1","id":"ae5aae4ce-d40a-4840-bc5a-e69188a28623","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamtreemenurights.html","title":"BAM Tree Menu Rights","navPath":"bamtreemenurights.html","bundleId":"work-tasks-2023-sp1","id":"a98c9111f-5b2a-470f-8362-939929afa2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/views.html","title":"Views","navPath":"views.html","bundleId":"work-tasks-2023-sp1","id":"a314a6b01-3b13-429f-9318-6226a45a8614","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Actions.html","title":"Actions","navPath":"Actions.html","bundleId":"work-tasks-2023-sp1","id":"a21785487-60b7-493f-bd1b-c915457f230a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfigurations.html","title":"BAM Configuration","navPath":"bamconfigurations.html","bundleId":"work-tasks-2023-sp1","id":"af65fda71-5410-463f-b086-5412e13c22f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/executiondetailswindow.html","title":"Execution Details Window","navPath":"executiondetailswindow.html","bundleId":"work-tasks-2023-sp1","id":"a6b83ce18-d7b1-4e90-b443-89b5e0854081","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewglobalreports.html","title":"Can View Global Reports","navPath":"canviewglobalreports.html","bundleId":"work-tasks-2023-sp1","id":"a5f09ef6e-c315-41a3-bbbc-13d749aaa1cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewtriggeredreports.html","title":"Workflowscope_InitiatedWorkflow","navPath":"canviewtriggeredreports.html","bundleId":"work-tasks-2023-sp1","id":"aae2f18a8-0176-4da2-98c4-4a2f68ca8231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewownedreports.html","title":"Workflowscope_OwnedWorkflow","navPath":"canviewownedreports.html","bundleId":"work-tasks-2023-sp1","id":"aaa9c6d53-859a-42a6-bffe-465491321a05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewothersreport.html","title":"Workflowscope_Any","navPath":"canviewothersreport.html","bundleId":"work-tasks-2023-sp1","id":"a30e5799e-8246-4e81-ba1c-8520cc271faa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewbamcontrol.html","title":"Can View BAM Control","navPath":"canviewbamcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a567a03bd-3044-478f-953a-670d046a3066","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureprocessdesign.html","title":"Secure Process Designer","navPath":"howtosecureprocessdesign.html","bundleId":"work-tasks-2023-sp1","id":"a851a7d4f-bcdb-4080-90be-0116cc87e265","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processdesignerrights1.html","title":"Process Designer Rights","navPath":"processdesignerrights1.html","bundleId":"work-tasks-2023-sp1","id":"a2e25c91d-6121-4789-b1ca-edc1fd09f5c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inclusionandexclusion.html","title":"Inclusion and Exclusion","navPath":"inclusionandexclusion.html","bundleId":"work-tasks-2023-sp1","id":"a64951bdc-fac1-44bc-b747-ec8be8645e30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionRights.html","title":"Action Rights","navPath":"ActionRights.html","bundleId":"work-tasks-2023-sp1","id":"a4fe9cbaa-91bc-46bf-8052-76f6a6bb3d06","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecategories.html","title":"Secure Categories","navPath":"howtosecurecategories.html","bundleId":"work-tasks-2023-sp1","id":"a86732bba-164b-4e71-9564-22d4387374b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactivities.html","title":"Secure Activities of Categories","navPath":"howtosecureactivities.html","bundleId":"work-tasks-2023-sp1","id":"a624cedce-fcea-44ca-a0cc-0cc7e8855ca8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurepropertiesofactivities.html","title":"Secure Properties of Activities","navPath":"howtosecurepropertiesofactivities.html","bundleId":"work-tasks-2023-sp1","id":"ac692666c-ab45-4d8e-a97b-7793cdc9af22","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/menurights.html","title":"Menu Rights","navPath":"menurights.html","bundleId":"work-tasks-2023-sp1","id":"a5bb8bd8c-3ef5-49ee-afe4-24a5f5709ed8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importbehaviourforrestrictedactivities.html","title":"Import Behavior for Restricted Activities and Activity Properties","navPath":"importbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4dde9ddd-7726-4ffb-8342-46c14c026b6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designbehaviourforrestrictedactivities.html","title":"Design Behavior for Restricted Activities and Activity Properties","navPath":"designbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4a87cbde-7bf4-4256-afd4-6bea273b9052","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingprocessdesignercontrolatworkflowlevel.html","title":"Secure Process Designer Control at Workflow Level","navPath":"securingprocessdesignercontrolatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a504c3047-36b8-42c5-93a9-8cfd13383f17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canoverwritepublishedworkflowright.html","title":"Can Overwrite Published Workflow Right","navPath":"canoverwritepublishedworkflowright.html","bundleId":"work-tasks-2023-sp1","id":"a5d8f37c5-da04-43c0-ac07-9e5e034dde54","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Advanced_Security_Options.html","title":"Advanced Security Options","navPath":"Advanced_Security_Options.html","bundleId":"work-tasks-2023-sp1","id":"a1f3220f6-19d3-4c4a-9ea4-3a1b1f0ad9a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingupsecurityapproovalworkflow.html","title":"Set up Security Approval Workflow","navPath":"settingupsecurityapproovalworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1024557b-77af-4d75-946b-94b411804132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurityrights.html","title":"Manage Security Rights","navPath":"managesecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"a9469249e-e11d-45eb-9458-0a5c5077db56","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingasecurityright.html","title":"Create a Security Right","navPath":"creatingasecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a38b6d204-15bf-4f0d-9a66-6971a0e6cd50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingasecuritygroup.html","title":"Modify a Security Right","navPath":"modifyingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ae521aaa1-885d-4cdf-9993-3393ec0c47c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup1.html","title":"View Security Right","navPath":"viewingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a131cb16a-5f17-4449-ad95-c42eeb6f0220","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingasecuritygroup.html","title":"Delete a Security Right","navPath":"deletingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3275c70d-4e1c-455e-8b12-7afb2130b712","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scopeofrights.html","title":"Scope of Rights","navPath":"scopeofrights.html","bundleId":"work-tasks-2023-sp1","id":"adbeeb95c-ab90-4d52-afd0-c9159c20b34b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinguserdesfinedoperationsandrights.html","title":"Create User Defined Operations and Rights","navPath":"creatinguserdesfinedoperationsandrights.html","bundleId":"work-tasks-2023-sp1","id":"a91a5fdca-b437-41dd-a5e1-d31b9380c7bd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listlevelsettings.html","title":"Enable and Disable Security at List/List item level","navPath":"listlevelsettings.html","bundleId":"work-tasks-2023-sp1","id":"a60ce66ae-d4a4-412a-bf88-a93cc6c6f512","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityforrenderingcustomforms.html","title":"Dynamic Form Rendering Based on Security","navPath":"securityforrenderingcustomforms.html","bundleId":"work-tasks-2023-sp1","id":"aae67769e-d7c7-440f-842e-0d6db1c22644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinganddisablingsecurity.html","title":"Enable and Disable Security for a Repository","navPath":"enablinganddisablingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a142667db-d0eb-4537-987a-af2805972d61","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/672322.html","title":"Http Strict Transport Security Enforcement","navPath":"672322.html","bundleId":"work-tasks-2023-sp1","id":"a049f49bf-050e-4be7-b36f-a0b494242962","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775988.html","title":"Access-Control-Allow-Origin","navPath":"775988.html","bundleId":"work-tasks-2023-sp1","id":"a72da2f3f-4e98-4d94-8a93-be76ec1bd837","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityvulnerabilities.html","title":"Security Vulnerabilities","navPath":"securityvulnerabilities.html","bundleId":"work-tasks-2023-sp1","id":"a13fee3a8-6ddd-4c8f-aa15-9636638457f4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/removingunwantedhttpresponseheaders.html","title":"Remove Unwanted HTTP Response Headers","navPath":"removingunwantedhttpresponseheaders.html","bundleId":"work-tasks-2023-sp1","id":"ad0c531e4-2df0-4fef-98e9-1707ea05e5fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/255251.html","title":"Prevent Clickjacking Attack","navPath":"255251.html","bundleId":"work-tasks-2023-sp1","id":"abaccebcd-99fe-4371-a5ee-854cd3790324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/306082.html","title":"SDL Cookie with Secure Flag","navPath":"306082.html","bundleId":"work-tasks-2023-sp1","id":"a6a0e52d0-57ca-4a2c-89b3-361973bc2abe","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshooting1.html","title":"Troubleshoot Security Issues","navPath":"troubleshooting1.html","bundleId":"work-tasks-2023-sp1","id":"a23fe967d-4820-415c-a727-a194ecc9c155","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootlookupcontrol.html","title":"View Others Items in the Lookup Control","navPath":"troubleshootlookupcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a8731c86c-78ce-4e5b-b5bf-c8865ea8434b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootgridcontrol.html","title":"View Others Items in the Grid Control","navPath":"troubleshootgridcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad8445cbe-4cdd-4d2b-990c-df1240244c81","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootsecurityissueinthelist.html","title":"View Others Items in the List","navPath":"troubleshootsecurityissueinthelist.html","bundleId":"work-tasks-2023-sp1","id":"a610ed231-d383-4d36-9400-90f820c1abb3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootviewingotheritemsirrespectiveofstatus.html","title":"View Others Items Irrespective of Status","navPath":"troubleshootviewingotheritemsirrespectiveofstatus.html","bundleId":"work-tasks-2023-sp1","id":"a8f57f3d7-0622-4cef-b895-7ebf7cc26f7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootnavigationlistmenus.html","title":"Navigation List Menus","navPath":"troubleshootnavigationlistmenus.html","bundleId":"work-tasks-2023-sp1","id":"a8e4fa47a-8aee-4686-a09d-b35337a49989","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles_1.html","title":"Synchronize Roles","navPath":"SynchronizeRoles_1.html","bundleId":"work-tasks-2023-sp1","id":"a080cf3bc-fb86-4f26-85e8-33dd7683827d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks_1.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02870ef-5e4a-4537-9445-c4c39eb59ac6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts.html","title":"Web Parts","navPath":"aboutwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a7f9ef4f4-e850-471b-9ef6-8c9e301e0d25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overview.html","title":"Use Web Parts Infrastructure","navPath":"overview.html","bundleId":"work-tasks-2023-sp1","id":"ae153da41-cea8-4d25-87c9-dd744f570f0b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webpartsframework.html","title":"Web Parts Framework","navPath":"webpartsframework.html","bundleId":"work-tasks-2023-sp1","id":"a9278cf3b-66e2-41eb-a793-9cd7424603dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts-out-of-the-box.html","title":"Out-of-the-Box Web Parts","navPath":"aboutwebparts-out-of-the-box.html","bundleId":"work-tasks-2023-sp1","id":"a2ee6e970-7582-487a-9e8c-7ffb41470d02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/otherwebpartproperties.html","title":"Other Web Part Properties","navPath":"otherwebpartproperties.html","bundleId":"work-tasks-2023-sp1","id":"a7ce88981-ace0-4492-978a-8ab10dec315a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/authenticationandpersonalization_1.html","title":"Authentication and Personalization","navPath":"authenticationandpersonalization_1.html","bundleId":"work-tasks-2023-sp1","id":"a4eddedf8-f93c-4de8-ba8f-4df866eba8c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomwebparts.html","title":"Create Custom Web Parts","navPath":"creatingcustomwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a4488a29c-c45e-4dfa-89ad-9c3810751396","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","title":"Web Part Display Modes","navPath":"Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","bundleId":"work-tasks-2023-sp1","id":"aece43bbc-b053-4aaf-8036-04754d501139","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltahomepagedisplaymodes.html","title":"Browse Mode","navPath":"skeltahomepagedisplaymodes.html","bundleId":"work-tasks-2023-sp1","id":"a653cb6dc-b763-4d26-9253-b136f19b8451","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designmode.html","title":"Design Mode","navPath":"designmode.html","bundleId":"work-tasks-2023-sp1","id":"af729579e-5692-4b31-ad9a-1920a2fda35d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editmode.html","title":"Edit Mode","navPath":"editmode.html","bundleId":"work-tasks-2023-sp1","id":"a6cd638f8-7364-426a-be4a-dd14ad98c200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartenabledhomepages.html","title":"Web Part Enabled Home Pages","navPath":"skeltawebpartenabledhomepages.html","bundleId":"work-tasks-2023-sp1","id":"a883bd49f-8fa8-4447-9585-da507e08fa46","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inboxorworkitemlistwebpart.html","title":"Inbox","navPath":"inboxorworkitemlistwebpart.html","bundleId":"work-tasks-2023-sp1","id":"a11645db1-665d-41e6-9225-0db4ecbbcdc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/calendarwebpartpage.html","title":"Calendar","navPath":"calendarwebpartpage.html","bundleId":"work-tasks-2023-sp1","id":"a612a3b19-d95f-4257-a846-dfb1e296ffb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/queuemanagement1.html","title":"Queue Management","navPath":"queuemanagement1.html","bundleId":"work-tasks-2023-sp1","id":"afc305572-7fd2-42c2-a80a-777ef19bf324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabusinessactivitymonitoring.html","title":"Business Activity Monitoring","navPath":"skeltabusinessactivitymonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a04406296-6af1-41e3-90af-e547891c934c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage1.html","title":"Page 1","navPath":"homepage1.html","bundleId":"work-tasks-2023-sp1","id":"a4677753f-5690-44a4-b40c-1776e96e0971","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage2.html","title":"Page 2","navPath":"homepage2.html","bundleId":"work-tasks-2023-sp1","id":"a91a7c9f0-a9d7-4b6c-b474-f4a814cf29c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage3.html","title":"Page 3","navPath":"homepage3.html","bundleId":"work-tasks-2023-sp1","id":"a358d5eb3-cd9b-4e7d-9e88-895144086bb6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createownhomepage.html","title":"Create Custom Page","navPath":"createownhomepage.html","bundleId":"work-tasks-2023-sp1","id":"a8c808b4d-1c71-4843-83cd-9a7b5812ffa8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartzones.html","title":"Add a Web Part to the Web Part Zone","navPath":"skeltawebpartzones.html","bundleId":"work-tasks-2023-sp1","id":"ac1aff11d-b2fd-44c5-abe0-67746bf1ff3f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingwebpart.html","title":"Delete Web Part","navPath":"deletingwebpart.html","bundleId":"work-tasks-2023-sp1","id":"adb78b0f0-393c-4a93-9490-13187a33ae07","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingawebpart.html","title":"Edit a Web Part","navPath":"editingawebpart.html","bundleId":"work-tasks-2023-sp1","id":"a786f7b9d-b724-4d63-bf8c-a93b3d3ff342","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/minimizingandrestoringwebparts.html","title":"Minimize and Restore Web Parts","navPath":"minimizingandrestoringwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a3f0651f6-c348-4f18-890b-ad85c12c7c76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygroups.html","title":"Web Part Rights","navPath":"securitygroups.html","bundleId":"work-tasks-2023-sp1","id":"a7ba9a6a6-e4aa-4ddd-814f-7bc88bc3277d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/personalizingscopeinskeltawebparts.html","title":"Personalize Scope in Web Parts","navPath":"personalizingscopeinskeltawebparts.html","bundleId":"work-tasks-2023-sp1","id":"a75b0dbc4-2bb3-4400-9ea4-13cc26c60150","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitationsinwebparts.html","title":"Recommendations in Web Parts","navPath":"limitationsinwebparts.html","bundleId":"work-tasks-2023-sp1","id":"ad840a02a-6d05-4683-90f0-b19463beb172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportingservice.html","title":"Report Service","navPath":"reportingservice.html","bundleId":"work-tasks-2023-sp1","id":"a7e89ff33-7ae2-4551-83a7-d3f58124309c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/samplebuisnesscasestudy1.html","title":"Sample Business Case Study","navPath":"samplebuisnesscasestudy1.html","bundleId":"work-tasks-2023-sp1","id":"aa62cbc28-9c83-4d25-af65-f7c15ac2045c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Connections.html","title":"Connections","navPath":"Working_with_Connections.html","bundleId":"work-tasks-2023-sp1","id":"a57370ea6-dce0-4204-bf15-fe297d3bc025","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection.html","title":"Configure Report Connection","navPath":"configuringssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"aa391278f-bd99-4656-a500-b2b6caf2e725","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection.html","title":"Create a New Report Connection Item","navPath":"createanewssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a2264156c-e6b4-487d-9a24-4f3627563c14","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyssrsconnection.html","title":"Modify Report Connection Item","navPath":"modifyssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a611b20e7-d6ef-4ee0-b85d-ac29af1b6f4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletessrsconnection.html","title":"Delete Report Connection Item","navPath":"deletessrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a63771e64-3cbc-44fa-83f5-f84eb675f2c5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Report_Templates.html","title":"Report Templates","navPath":"Working_with_Report_Templates.html","bundleId":"work-tasks-2023-sp1","id":"ac3de050f-b48a-4a6f-b049-3d13331d89ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate.html","title":"Configure Report Templates","navPath":"configuringskeltatemplate.html","bundleId":"work-tasks-2023-sp1","id":"acb0b8d96-414a-413b-9041-2105b33f1b1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrstemplate.html","title":"Create a New Report Template Item","navPath":"createanewssrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"acf9d09dc-7e11-4993-be2c-88dfcd348c1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrstemplate.html","title":"Modify a Report Template Item","navPath":"modifyassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5f932840-3e03-471a-b6e3-66fe8f2c90d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrstemplate.html","title":"Delete a Report Template Item","navPath":"deleteassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2dfcfd54-776f-42ed-bf8e-882e0316101e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Reports.html","title":"Reports","navPath":"Working_with_Reports.html","bundleId":"work-tasks-2023-sp1","id":"af0dce07d-9151-4451-9f94-dce39d0ecc36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsreport.html","title":"Configure Reports","navPath":"configuringssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a88da1ec3-ed04-4cd3-b0dc-16a62c62f7e7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsreport.html","title":"Create a New Report Item","navPath":"createanewssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a956658e9-a6c9-4910-aceb-be8ab50b849f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrsreport.html","title":"Modify a Report Item","navPath":"modifyassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"adca3a4f3-a7e1-4132-a8be-d9bd09d7afbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrsreport.html","title":"Delete a Report Item","navPath":"deleteassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a60e173e6-cfee-4130-8b88-63106b35582c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingreports.html","title":"Organize Reports","navPath":"organizingreports.html","bundleId":"work-tasks-2023-sp1","id":"ac343b591-6e28-4da0-b8db-c1849bf83cec","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringarchestrareports.html","title":"Configure Reports for Reporting Service","navPath":"configuringarchestrareports.html","bundleId":"work-tasks-2023-sp1","id":"a991d903b-0747-4f56-867f-fb4615ce9c0f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replaceusers.html","title":"User Tools","navPath":"replaceusers.html","bundleId":"work-tasks-2023-sp1","id":"a923cbd2b-352b-4171-b402-814e8a9e2c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusers.html","title":"Replace User","navPath":"replacingusers.html","bundleId":"work-tasks-2023-sp1","id":"a2ba2924e-fb82-48e6-b8af-9060aee34836","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Replacing_User_in_Artifacts_of_a_Repository.html","title":"Replace User in Artifacts of a Repository","navPath":"Replacing_User_in_Artifacts_of_a_Repository.html","bundleId":"work-tasks-2023-sp1","id":"a3e7756f7-5c3f-4f7e-ac95-374ea6567fbe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists_1.html","title":"Lists","navPath":"Lists_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8e172ee-7e6d-4922-ac39-2ba08cb9d24f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacinglistowners.html","title":"Replace List Item Owners","navPath":"replacinglistowners.html","bundleId":"work-tasks-2023-sp1","id":"a7c7e46f9-4b87-4781-8416-f99eef0e4772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusersinsecuritymapping.html","title":"Replace User in Security Resource Mapping","navPath":"replacingusersinsecuritymapping.html","bundleId":"work-tasks-2023-sp1","id":"acc2f0a39-3c0e-42dc-b95f-916b6f144ec2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Other_Artifacts.html","title":"Other Artifacts","navPath":"Other_Artifacts.html","bundleId":"work-tasks-2023-sp1","id":"ac34fe834-91ab-405d-ab90-dcc92a2fdbe8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection_1.html","title":"Queue","navPath":"configuringssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02668fa-5b0d-446b-86e0-84a04a179d65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection_1.html","title":"BAM","navPath":"createanewssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"a739c6a59-ef01-42b3-bec3-21b213e325f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitems.html","title":"Work Items","navPath":"workitems.html","bundleId":"work-tasks-2023-sp1","id":"a4897c452-2f6e-4b90-bc76-3676bb108dbd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate_1.html","title":"Alternate Actor","navPath":"configuringskeltatemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3c0da8a-2ef7-40cb-81b5-a66c99ce5c0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Repository_Configuration.html","title":"Repository Configuration","navPath":"Repository_Configuration.html","bundleId":"work-tasks-2023-sp1","id":"ac94222ea-9238-45fe-a848-bba47a50de6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/systemuser.html","title":"System User","navPath":"systemuser.html","bundleId":"work-tasks-2023-sp1","id":"a254a1ff3-20e7-4b38-9fa2-8a84e662841b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositoryadministrator.html","title":"Repository Administrator","navPath":"repositoryadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a2f07964d-6069-4c12-a5bf-735e7bcf38c4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritygroupresourcemapping.html","title":"Repository Level Security Group Resource Mapping","navPath":"repositorylevelsecuritygroupresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6cfbd654-e9b6-423b-8f4b-085a5773da37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptionmailsettings.html","title":"Exception Mail Settings","navPath":"exceptionmailsettings.html","bundleId":"work-tasks-2023-sp1","id":"a08d6d48d-7151-4757-acf1-e3c940dcb30b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingfortheactorsdirectrefrencesinworkflow.html","title":"View User Reference","navPath":"searchingfortheactorsdirectrefrencesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73f0d28d-6c5e-493b-ad1d-c45d7441867b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewandunlocklockeditems.html","title":"Unlock Locked Items","navPath":"viewandunlocklockeditems.html","bundleId":"work-tasks-2023-sp1","id":"ac5d31bfb-7ea5-4965-a708-c4800871aa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Deleted_List_Items.html","title":"Deleted List Items","navPath":"Deleted_List_Items.html","bundleId":"work-tasks-2023-sp1","id":"ab0c2ea54-585d-4478-a402-526b878837a4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction2.html","title":"Introduction","navPath":"introduction2.html","bundleId":"work-tasks-2023-sp1","id":"a8545fcc1-2fa3-4f29-84ad-d5f4e1f9c912","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingaudittrail.html","title":"Use Deleted List Items","navPath":"usingaudittrail.html","bundleId":"work-tasks-2023-sp1","id":"a58bf703a-e3f2-4c6e-bb5a-d7841dfdbe10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enableordisableaudittrailforarepository.html","title":"Enable or Disable Deleted List Items feature for a Repository","navPath":"enableordisableaudittrailforarepository.html","bundleId":"work-tasks-2023-sp1","id":"a9d895d08-2648-43e7-a2aa-845bbb455231","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetpackage.html","title":"Package","navPath":"skeltabpmnetpackage.html","bundleId":"work-tasks-2023-sp1","id":"a6ea0b72c-f93a-406b-9bb4-e3456a1c1cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/needforskeltapackaging.html","title":"Advantages of Package","navPath":"needforskeltapackaging.html","bundleId":"work-tasks-2023-sp1","id":"abe7eb8a4-92d1-42bf-9f6d-5e2ff8dcbe84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutpackaging.html","title":"About Package","navPath":"aboutpackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5025f35e-0dc1-48fd-9584-55a632430a4c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packagetemplate_1.html","title":"Package Template","navPath":"packagetemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"af4298a1d-0717-4d60-bf73-5e713ed4f8fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managetemplate.html","title":"Manage Package","navPath":"managetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a271781c4-6f33-4197-ba5a-2f86e12c233a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189310.html","title":"ArchestrA Events","navPath":"189310.html","bundleId":"work-tasks-2023-sp1","id":"acaf7e3d5-d83f-4ccc-9125-4516f3f87b99","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189311.html","title":"ArchestrA Events and AVEVA Work Tasks","navPath":"189311.html","bundleId":"work-tasks-2023-sp1","id":"a4a8903b3-ceac-4c5b-a616-384a9aab54a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505_1.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505_1.html","bundleId":"work-tasks-2023-sp1","id":"af91fdf68-2f75-4fe0-8180-d0ea97c62657","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190541.html","title":"ArchestrA Events Lookup List","navPath":"190541.html","bundleId":"work-tasks-2023-sp1","id":"a28b28e7c-e260-48e4-b6ce-509d0c048385","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189475.html","title":"Create ArchestrA Events List Item","navPath":"189475.html","bundleId":"work-tasks-2023-sp1","id":"a534bbe10-446e-48ef-87ab-9f4da4399139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189824.html","title":"Edit ArchestrA Events List Item","navPath":"189824.html","bundleId":"work-tasks-2023-sp1","id":"a5cc78756-999d-40cc-87e7-06f9794f152b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189823.html","title":"Delete ArchestrA Events List item","navPath":"189823.html","bundleId":"work-tasks-2023-sp1","id":"aeb688035-30da-43f9-bd97-02810c901753","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_the_Process_Designer.html","title":"Process Designer","navPath":"Working_with_the_Process_Designer.html","bundleId":"work-tasks-2023-sp1","id":"a1c5c5881-89b6-453e-8ff3-1346087a29ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/abouttheprocessdesigner.html","title":"About the Process Designer","navPath":"abouttheprocessdesigner.html","bundleId":"work-tasks-2023-sp1","id":"af774ffed-af37-428d-9b2b-bdd2adc41dd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasEMFImage.html","title":"Save File as EMF Image","navPath":"SaveFileasEMFImage.html","bundleId":"work-tasks-2023-sp1","id":"a0a7fa872-5d31-468b-9495-fe3a8f9839b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasPNGImage.html","title":"Save File as PNG Image","navPath":"SaveFileasPNGImage.html","bundleId":"work-tasks-2023-sp1","id":"a8d95db1b-cf9e-415b-870f-b99b2b8a32bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionXMLFile.html","title":"Import Process Definition XML File","navPath":"ImportProcessDefinitionXMLFile.html","bundleId":"work-tasks-2023-sp1","id":"a55dddbe8-0676-4bb7-abc4-bfc5f083270c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinitionXMLfile.html","title":"Export Process Definition XML file","navPath":"ExportProcessDefinitionXMLfile.html","bundleId":"work-tasks-2023-sp1","id":"a80c7fcdf-8042-415d-9204-8a0e95ef1310","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionfromVisio.html","title":"Import Process Definition from Visio","navPath":"ImportProcessDefinitionfromVisio.html","bundleId":"work-tasks-2023-sp1","id":"a3fcf59b0-3439-4554-ab6a-c6d755746fb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemfields.html","title":"Add Work Item Fields","navPath":"workitemfields.html","bundleId":"work-tasks-2023-sp1","id":"a37392bc0-4852-4587-914c-b8d57e42435e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alternateactors_1.html","title":"Alternate Actors","navPath":"alternateactors_1.html","bundleId":"work-tasks-2023-sp1","id":"ae283ffec-153f-43dd-84bb-0f39c87bd212","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMConfiguration.html","title":"BAM Configuration","navPath":"BAMConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a6ca61536-4b55-485f-82b0-25c0418d9464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysis.html","title":"Overdue Analysis","navPath":"OverdueAnalysis.html","bundleId":"work-tasks-2023-sp1","id":"a0a390462-1859-48b0-8af2-a78643a9d83d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIDataPoints.html","title":"KPI Data Points","navPath":"KPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a9ecfaa8a-26b3-4c34-8135-c87fd73b4548","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIs.html","title":"KPI(s)","navPath":"KPIs.html","bundleId":"work-tasks-2023-sp1","id":"a659a53a0-cb89-4b0d-89a7-2a3937e370d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Performance.html","title":"Performance","navPath":"Performance.html","bundleId":"work-tasks-2023-sp1","id":"a7a4dcf04-c5ca-43db-a2ca-77a668193049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlertConfiguration.html","title":"Alert Configuration","navPath":"AlertConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a209a8ba3-7ec9-4afc-a9d0-c98aeb5c5137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicConfiguration.html","title":"Basic Configuration","navPath":"BasicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"af57c3210-039b-433e-a054-00beca8b6202","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysisReport.html","title":"Overdue Analysis Report","navPath":"OverdueAnalysisReport.html","bundleId":"work-tasks-2023-sp1","id":"aca60541f-69f8-4b48-afaa-e55e59caf0e7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActions.html","title":"Link Actions","navPath":"LinkActions.html","bundleId":"work-tasks-2023-sp1","id":"a270f149e-5127-4bf7-8b45-3e41f770c284","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Process_Designer_File_Operations.html","title":"Process Designer File Operations","navPath":"Process_Designer_File_Operations.html","bundleId":"work-tasks-2023-sp1","id":"a864b7689-6159-454f-a761-c33a8b7912fd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reuseexistingprocessdesignsbyopeningandrenamethem.html","title":"Reuse Existing Process Designs by Renaming Them","navPath":"reuseexistingprocessdesignsbyopeningandrenamethem.html","bundleId":"work-tasks-2023-sp1","id":"ae17a3798-9909-45e1-8cb5-e480de39947a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/clearthediagramtostartfromscratch.html","title":"Clear the Process Diagram","navPath":"clearthediagramtostartfromscratch.html","bundleId":"work-tasks-2023-sp1","id":"a6ab08e87-c246-43c0-be0d-ec616cd92309","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingtheprocessdiagramasanimage.html","title":"Save the Process Diagram as Image","navPath":"savingtheprocessdiagramasanimage.html","bundleId":"work-tasks-2023-sp1","id":"a13c3cd02-b86a-4b23-be85-e65f31fbd5b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerEditOperations.html","title":"Process Designer Edit Operations","navPath":"ProcessDesignerEditOperations.html","bundleId":"work-tasks-2023-sp1","id":"ad209a5e4-8355-4102-8831-484a699dab26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/cutcopypasteactivities.html","title":"Copy and Paste Activities","navPath":"cutcopypasteactivities.html","bundleId":"work-tasks-2023-sp1","id":"a6cd7bbab-07a0-4775-97c7-0d8b826ed465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UndoandRedoActions.html","title":"Undo and Redo Actions","navPath":"UndoandRedoActions.html","bundleId":"work-tasks-2023-sp1","id":"ae637e8ab-260b-4ed2-88d5-1ecb94cda195","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetPropertiesintheActivityPropertiesWindow.html","title":"Set Properties in the Activity Properties Window","navPath":"SetPropertiesintheActivityPropertiesWindow.html","bundleId":"work-tasks-2023-sp1","id":"a7b682ba3-1527-49d4-8265-15de6bf75759","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandExportFunctionsinProcessDesigner.html","title":"Import and Export Functions in Process Designer","navPath":"ImportandExportFunctionsinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a74b5fb8b-57ac-4a14-96f7-d7072c35aadc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromxml.html","title":"Import from XML","navPath":"importfromxml.html","bundleId":"work-tasks-2023-sp1","id":"afb01713d-adfe-459f-bc8e-1a453809d156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExporttoXML.html","title":"Export to XML","navPath":"ExporttoXML.html","bundleId":"work-tasks-2023-sp1","id":"a041b46fa-0559-4c9c-af9e-11c5eb652ca3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromvisiobpmnstencil.html","title":"Import from Visio (BPMN Stencil)","navPath":"importfromvisiobpmnstencil.html","bundleId":"work-tasks-2023-sp1","id":"a6f325abc-9bff-445a-8a80-729d3f068abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingActivitiesinProcessDesigner.html","title":"Add Activities in Process Designer","navPath":"AddingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"aee13587c-a324-4db0-9235-308f9faae04b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DragandDropActivities.html","title":"Drag and Drop Activities","navPath":"DragandDropActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1d686a5-241e-4d51-b233-350d0690cf3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddActivitiesUsingtheContextMenu.html","title":"Add Activities Using the Context Menu","navPath":"AddActivitiesUsingtheContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"a6f88093c-2a91-4b76-b226-4c2d5d51c4cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkingActivitiesinProcessDesigner.html","title":"Link Activities in Process Designer","navPath":"LinkingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ac4ace3e0-0f1f-4035-a80f-6b1d3ad0f566","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesbyClickingandLinking.html","title":"Link Activities by Clicking and Linking","navPath":"LinkActivitiesbyClickingandLinking.html","bundleId":"work-tasks-2023-sp1","id":"a8192a945-4dd2-4ffa-a32c-a397c81b24de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesUsingtheLinkTool.html","title":"Link Activities Using the Link Tool","navPath":"LinkActivitiesUsingtheLinkTool.html","bundleId":"work-tasks-2023-sp1","id":"a7e79af6e-6cae-40b6-abff-2e55b849039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetLinkOptionsintheActivitiesContextMenu.html","title":"Set Link Options in the Activities Context Menu","navPath":"SetLinkOptionsintheActivitiesContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"af234a3fe-00a3-4492-9df2-1c1127f2849f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingActivityandLinkProperties.html","title":"Set Activity and Link Properties","navPath":"SettingActivityandLinkProperties.html","bundleId":"work-tasks-2023-sp1","id":"a26bf0eb7-5bae-4c7b-a2e0-1c14b0dd7c73","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IdentifyMandatoryProperties.html","title":"Identify Mandatory Properties","navPath":"IdentifyMandatoryProperties.html","bundleId":"work-tasks-2023-sp1","id":"a043aae2e-51c1-44d6-b351-39c0a932878f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method1RightClickandSelectActivityProperties.html","title":"Method 1: Right Click and Select Activity Properties","navPath":"Method1RightClickandSelectActivityProperties.html","bundleId":"work-tasks-2023-sp1","id":"a570cc1bb-7746-46f3-a38d-788b9a8a2825","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","title":"Method 2: Select Activity and then Select Activity Properties from Edit Menu","navPath":"Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","bundleId":"work-tasks-2023-sp1","id":"a5bef891a-1f80-4a30-a738-a265b808e448","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method3UseWizardsForResourceActivitieswhereapplicable.html","title":"Method 3: Use Wizards For Resource Activities (where applicable)","navPath":"Method3UseWizardsForResourceActivitieswhereapplicable.html","bundleId":"work-tasks-2023-sp1","id":"a1e9777fa-69a2-4f28-9dad-8b74871dd63f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoPropertySettingWizards.html","title":"Introduction to Property Setting Wizards","navPath":"IntroductiontoPropertySettingWizards.html","bundleId":"work-tasks-2023-sp1","id":"a57455bfa-9121-4a23-af49-741992fda5f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheActorsSelectionWizard.html","title":"Use the Actors Selection Wizard","navPath":"UsetheActorsSelectionWizard.html","bundleId":"work-tasks-2023-sp1","id":"afd2ac53b-6633-4448-a24c-4d3eb3f45165","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheEscalationEmailWizard.html","title":"Use the Escalation Email Wizard","navPath":"UsetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"aadd05c37-23fc-4ef9-9016-2f25b349e8cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingtheExpressionEditor.html","title":"Use the Expression Editor","navPath":"UsingtheExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"adb76f90f-1e91-4883-a064-daddf58e1f9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingtheexpressioneditortosetactionproperties.html","title":"About the Expression Editor","navPath":"usingtheexpressioneditortosetactionproperties.html","bundleId":"work-tasks-2023-sp1","id":"a1b1f6360-1a0c-470a-8859-a77fb9f0334d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExpressionEditortoBuildExpressionsforProperties.html","title":"Use Expression Editor to Build Expressions for Properties","navPath":"UseExpressionEditortoBuildExpressionsforProperties.html","bundleId":"work-tasks-2023-sp1","id":"ae2d1fe52-4e28-418b-99d9-8b3ec313c053","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAppearancePropertiesforActivityIcons.html","title":"Set Appearance Properties for Activity Icons","navPath":"SetAppearancePropertiesforActivityIcons.html","bundleId":"work-tasks-2023-sp1","id":"a41881247-9bcc-4d36-8af6-a1c7c95984b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchforContentinWorkflow.html","title":"Search for Content in Workflow","navPath":"SearchforContentinWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aec7bcc1e-2c6f-40eb-bc06-3dec29fed468","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheProcessMapImageforNavigation.html","title":"Use the Process Map Image for Navigation","navPath":"UsetheProcessMapImageforNavigation.html","bundleId":"work-tasks-2023-sp1","id":"a1c064f49-2433-4ea5-bb2b-99cefc7f5a8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessModelingandSavingtheAnalyst%27sView.html","title":"Process Modeling and Saving the Analyst's View","navPath":"ProcessModelingandSavingtheAnalyst'sView.html","bundleId":"work-tasks-2023-sp1","id":"a315cfc2a-f886-44a9-824f-fcfde9c27aee","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockandUnlockDesigners.html","title":"Lock and Unlock Designers","navPath":"LockandUnlockDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a7bd3c85e-ae9b-43fc-8c53-bf2770993cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforrepository.html","title":"Enable and Disable Lock for Repository","navPath":"enablinglockforrepository.html","bundleId":"work-tasks-2023-sp1","id":"a5eed50c7-8c61-4d83-adb2-a6a89d89b93f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentTypesofLocks.html","title":"Different Types of Locks","navPath":"DifferentTypesofLocks.html","bundleId":"work-tasks-2023-sp1","id":"acd96aa2b-ec2c-4d60-9250-a16d80f976dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManualLockandUnlock.html","title":"Manual Lock and Unlock","navPath":"ManualLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a3f5ab54c-5c0e-471e-890e-46b23e098ded","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoLockandUnlock.html","title":"Auto Lock and Unlock","navPath":"AutoLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a6be31189-eaca-444a-aeef-2e78a7feafde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLockandUnlockonDesigners.html","title":"Use Lock and Unlock on Designers","navPath":"UseLockandUnlockonDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a100fe4b5-e5b9-4143-8994-4865c5d53f48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist2.html","title":"Process Designer","navPath":"workflowlist2.html","bundleId":"work-tasks-2023-sp1","id":"ad476e8ce-60fa-41d2-b588-9766e81ce8f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formslist.html","title":"Forms Designer","navPath":"formslist.html","bundleId":"work-tasks-2023-sp1","id":"a0d9d4255-9e45-4c06-ab73-f8b49f8c4eda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListDesigner.html","title":"List Designer","navPath":"ListDesigner.html","bundleId":"work-tasks-2023-sp1","id":"af83e3d32-f2d2-4ab3-98d8-071c3569270e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingLockandUnlockonUserDefinedLists.html","title":"Use Lock and Unlock on User Defined Lists","navPath":"UsingLockandUnlockonUserDefinedLists.html","bundleId":"work-tasks-2023-sp1","id":"ab6c64c0d-b3f7-4caf-b05a-a97cb2bc5650","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforuserdefinedlist.html","title":"Enabling Lock for User Defined List","navPath":"enablinglockforuserdefinedlist.html","bundleId":"work-tasks-2023-sp1","id":"a56a9826b-f987-42ac-8bc8-944de9a1507c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EffectsofLockandUnlockonUserDefinedList.html","title":"Effects of Lock and Unlock on User Defined List","navPath":"EffectsofLockandUnlockonUserDefinedList.html","bundleId":"work-tasks-2023-sp1","id":"ad95989ef-6c5f-4ea1-8824-10b5335e046b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisEnabled.html","title":"User Defined List when Lock is Enabled","navPath":"UserDefinedListwhenLockisEnabled.html","bundleId":"work-tasks-2023-sp1","id":"a033d1d39-31de-4a26-9013-851267135265","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisDisabled.html","title":"User Defined List when Lock is Disabled","navPath":"UserDefinedListwhenLockisDisabled.html","bundleId":"work-tasks-2023-sp1","id":"a9de8ab83-ed57-46e7-9812-34f7a8a7dd7b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemThroughWorkflows.html","title":"Update a Locked List Item Through Workflows","navPath":"UpdateaLockedListItemThroughWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad56f4dae-3528-492e-b211-cd4e25b64f0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromInvokeFormActivity.html","title":"Update a Locked List Item from Invoke Form Activity","navPath":"UpdateaLockedListItemfromInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"afb55a13a-1c0d-46d8-a9eb-5fca0907064f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromEngineActivity.html","title":"Update a Locked List Item from Engine Activity","navPath":"UpdateaLockedListItemfromEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"ac432e9de-455d-4311-a0e2-e243140c802e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewLockandUnlockHistoryofListItems.html","title":"View Lock and Unlock History of List Items","navPath":"ViewLockandUnlockHistoryofListItems.html","bundleId":"work-tasks-2023-sp1","id":"ae49e14a5-eef8-4b0c-b8e0-5138d9a319f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Work_Tasks.html","title":"AVEVA Work Tasks Pro","navPath":"Working_with_Work_Tasks.html","bundleId":"work-tasks-2023-sp1","id":"abc2138c6-6d36-48b8-ac88-031d7c09d4fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435174.html","title":"Introduction","navPath":"435174.html","bundleId":"work-tasks-2023-sp1","id":"a37289543-c494-477b-b0a5-2d33c0ec806f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithworktasks.html","title":"Get Started with AVEVA Work Tasks Pro","navPath":"gettingstartedwithworktasks.html","bundleId":"work-tasks-2023-sp1","id":"ad9307521-9099-4858-b5a4-4c9eae97a50a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435176.html","title":"Install and Configure AVEVA Work Tasks Pro Application","navPath":"435176.html","bundleId":"work-tasks-2023-sp1","id":"a123524d3-9c2f-48f7-9f1a-756247a66ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/625157.html","title":"Mobile Device Management","navPath":"625157.html","bundleId":"work-tasks-2023-sp1","id":"ab61704a8-9515-4e29-bf99-2be44b9a17f8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522505.html","title":"View the Demo of AVEVA Work Tasks Pro App","navPath":"522505.html","bundleId":"work-tasks-2023-sp1","id":"afbfb01d7-6a16-495b-963e-91344ed24bbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loginandlogout.html","title":"Log On and Log Off","navPath":"loginandlogout.html","bundleId":"work-tasks-2023-sp1","id":"a1ab38b2e-f69a-461c-b137-a91861578283","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1440390.html","title":"Online and Offline Support for Controls and Containers","navPath":"1440390.html","bundleId":"work-tasks-2023-sp1","id":"ab59dde31-32c7-415b-b544-a3b6032a18a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522508.html","title":"Inbox","navPath":"522508.html","bundleId":"work-tasks-2023-sp1","id":"a890f4120-a881-4195-938e-49863c91bd26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/categories.html","title":"Categories","navPath":"categories.html","bundleId":"work-tasks-2023-sp1","id":"a546f38cf-ecf5-42d6-a551-11565b5cded6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Queue.html","title":"Queue","navPath":"Queue.html","bundleId":"work-tasks-2023-sp1","id":"a09da8166-ce9a-4f7b-bc6a-3eedf2b1aa41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435179.html","title":"Fill Form","navPath":"435179.html","bundleId":"work-tasks-2023-sp1","id":"a8dfc1285-5920-4390-b63d-dc6d83477ac5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Drafts.html","title":"Drafts","navPath":"Drafts.html","bundleId":"work-tasks-2023-sp1","id":"a845a83f9-0ba8-462e-8fef-6fe06dac2a83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SentItems.html","title":"Sent Items","navPath":"SentItems.html","bundleId":"work-tasks-2023-sp1","id":"aa96ed23e-e1eb-407c-8434-4a7e83ba3d2c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Outbox.html","title":"Outbox","navPath":"Outbox.html","bundleId":"work-tasks-2023-sp1","id":"a26caa3e8-7069-426d-b6e8-023462386df6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Sync.html","title":"Sync","navPath":"Sync.html","bundleId":"work-tasks-2023-sp1","id":"aea97bdb7-3aa3-4583-a252-83dbc13bc9d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793038.html","title":"Save Settings","navPath":"793038.html","bundleId":"work-tasks-2023-sp1","id":"a2235aa20-f60e-4f32-98d2-a269a56a5773","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeNotificationToneforiOSDevices.html","title":"Change Notification Tone for iOS Devices","navPath":"ChangeNotificationToneforiOSDevices.html","bundleId":"work-tasks-2023-sp1","id":"a9362e409-7ba9-4dd6-ace6-cb6cc2529f8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793046.html","title":"Configure Save Settings","navPath":"793046.html","bundleId":"work-tasks-2023-sp1","id":"a35028ebf-6b6a-4eeb-9a2b-c605544dd4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNumberofItemstoSyncfortheLookupControl.html","title":"Configure Number of Items to Sync for the Lookup Control","navPath":"ConfigureNumberofItemstoSyncfortheLookupControl.html","bundleId":"work-tasks-2023-sp1","id":"aa17dfb59-a9cd-4203-9a9a-e7ec153cd3f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/571749.html","title":"Configure Thresholds","navPath":"571749.html","bundleId":"work-tasks-2023-sp1","id":"aa1fe90fe-d6ac-420c-bd7c-c9355c8a15f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDrafts.html","title":"Configure Drafts","navPath":"ConfigureDrafts.html","bundleId":"work-tasks-2023-sp1","id":"a67dd678f-55e0-4541-9097-ac1fffec5f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/658450.html","title":"Configure Sent Items","navPath":"658450.html","bundleId":"work-tasks-2023-sp1","id":"a168b9432-8a25-4b33-a97a-8ac1f80bdbf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/599341.html","title":"Configure Inbox Settings","navPath":"599341.html","bundleId":"work-tasks-2023-sp1","id":"a6deb063e-3c83-4b0a-a554-ed236a48d149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641267.html","title":"Configure Offline Support","navPath":"641267.html","bundleId":"work-tasks-2023-sp1","id":"a3bf9e7f6-6ef3-497c-bbde-d2b4501bca6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659533.html","title":"Use Themes","navPath":"659533.html","bundleId":"work-tasks-2023-sp1","id":"aefcf97f7-71bd-4bab-83df-b58534456033","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659544.html","title":"Apply Theme to AVEVA Work Tasks Pro App","navPath":"659544.html","bundleId":"work-tasks-2023-sp1","id":"a0c00a64d-d648-48c3-818a-ded1ba40340f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyle.html","title":"Change Style","navPath":"ChangeStyle.html","bundleId":"work-tasks-2023-sp1","id":"a5994f8ee-3927-4730-a44e-6cf921d98f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/490121.html","title":"Logs","navPath":"490121.html","bundleId":"work-tasks-2023-sp1","id":"a98528026-133d-44c6-87f1-f225c834fbcc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingworktasks.html","title":"Troubleshooting","navPath":"troubleshootingworktasks.html","bundleId":"work-tasks-2023-sp1","id":"adb770337-1720-4a62-bd66-f6e967118ef3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/731829.html","title":"Debugging","navPath":"731829.html","bundleId":"work-tasks-2023-sp1","id":"ae2da79e5-3dcb-4eab-82a1-640493911a92","isActive":false,"outputclasses":[],"children":[]}]}]}]}},"apiErrorHandler":{}} ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.

If you enter the value as '0', then it is displayed as '0.00 symbol is interpreted as a format specifier in the format string. If you need\n to prevent this, you will need to precede the ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }

symbol with a '\u003Cspan class=\"uicontrol\"\u003E\\\u003C/span\u003E'.\n \u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf the current server culture is “en-US”, then the currency is displayed as ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EHowever, if the current server culture is “Brazilian”, then the currency is displayed\n as 'R ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\n \u003C/p\u003E\n \u003Cul class=\"ulsubitem\"\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# $\u003C/span\u003E and the number is 12, then the number is displayed as 12 R$.\n \u003C/p\u003E\n \u003C/li\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# \\$\u003C/span\u003E and the number is 12, then the number is displayed as \u003Cbr\u003E12 $.\n \u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/li\u003E\n \u003C/ul\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E;\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ESection separator.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EDefines sections with separate format strings for positive, negative, and zero numbers.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E#.00 $;#.00 - $;#.00 $\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '125', then it is displayed as '125.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '-125', then it is displayed as '125.00 - ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '0', then it is displayed as '0.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E\"string\"/'string'\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ELiteral string delimiter.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIndicates that the enclosed characters should be copied to the result string.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"paragraph\"\u003E#,##,###.00 ‘₹’ or #,##,###.00 “₹”\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003EIf you enter the value as '125.00', then it is displayed as '125.00 ₹'.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003C/tbody\u003E\u003C/table\u003E\n \u003C/div\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003C/div\u003E\n \n\n\u003C/article\u003E\u003C/article\u003E\n","topic_language":"enus","views":0,"your_rating":null,"watermark":null,"isFallbackLanguage":false,"collapsibleContentExists":false,"miniTOCHeadings":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"miniTOCHeadingsFlat":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"isInlineExternalTopic":false},"workflow":null,"isWorkflow":false,"showWorkflow":false,"error":null},"TocComponent":{"toc":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/help.html","title":"Welcome to AVEVA Work Tasks","navPath":"help.html","bundleId":"work-tasks-2023-sp1","id":"ae28db577-8710-4c61-a2aa-693e53b48c7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/copyright.html","title":"Legal information","navPath":"copyright.html","bundleId":"work-tasks-2023-sp1","id":"a63f0ebce-097d-40e6-81a4-35d87844d39a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/31015.html","title":"Contact information","navPath":"31015.html","bundleId":"work-tasks-2023-sp1","id":"a667c3c4d-6ab6-4553-932e-bc8aa99e6ae8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/520827.html","title":"Acknowledgements","navPath":"520827.html","bundleId":"work-tasks-2023-sp1","id":"a26d32884-a0c6-4c59-a25d-11ef7d3f506f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759100.html","title":"AjaxMin","navPath":"759100.html","bundleId":"work-tasks-2023-sp1","id":"ad6a51842-6aeb-49da-b5b9-840458b1b18d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759101.html","title":"AmqpNet Lite","navPath":"759101.html","bundleId":"work-tasks-2023-sp1","id":"acd0f0923-07b3-4a28-b810-aa5288aaccc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759105.html","title":"AngleSharp","navPath":"759105.html","bundleId":"work-tasks-2023-sp1","id":"abbdbe2b5-b07c-48e7-b2fe-79a3a98bb095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910312.html","title":"AngleSharp​.Css","navPath":"910312.html","bundleId":"work-tasks-2023-sp1","id":"a76c98495-70fb-4e3e-b0ba-cea00f933124","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759109.html","title":"AngularJS","navPath":"759109.html","bundleId":"work-tasks-2023-sp1","id":"a1425355f-ed78-47b4-8eff-f7c946bb37ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759110.html","title":"AntiXSS","navPath":"759110.html","bundleId":"work-tasks-2023-sp1","id":"ad66fb273-6e98-498d-a151-99223d9cb1fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759115.html","title":"AutoMapper","navPath":"759115.html","bundleId":"work-tasks-2023-sp1","id":"abf7e477f-1d68-4dee-b357-5824631932c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904394.html","title":"Azure​.Identity","navPath":"904394.html","bundleId":"work-tasks-2023-sp1","id":"a24914844-2e7d-4b62-abef-533b4eea907c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904395.html","title":"Azure​.Security​.KeyVault​.Secrets","navPath":"904395.html","bundleId":"work-tasks-2023-sp1","id":"af3d45a29-c808-43aa-9521-c70f148db138","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759117.html","title":"bootstrap","navPath":"759117.html","bundleId":"work-tasks-2023-sp1","id":"a5e287859-b798-42a9-b648-801a3dc68e2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759118.html","title":"bootstrap-datepicker","navPath":"759118.html","bundleId":"work-tasks-2023-sp1","id":"ab329437c-60cf-470d-966f-31a8aefc411c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762837.html","title":"chilkat-x64","navPath":"762837.html","bundleId":"work-tasks-2023-sp1","id":"af620fdf4-880e-4466-a658-aa9f66b7151c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762838.html","title":"CodeMirror","navPath":"762838.html","bundleId":"work-tasks-2023-sp1","id":"a93e06817-85a8-4ddd-9bd6-f2a440eb7a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762839.html","title":"ComponentArt Charting","navPath":"762839.html","bundleId":"work-tasks-2023-sp1","id":"a8f8e4c4a-5da5-4f78-8fc7-5214cd1ed646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762840.html","title":"crypto-js","navPath":"762840.html","bundleId":"work-tasks-2023-sp1","id":"ad731a0fa-e72c-4769-927c-e8675fb82ed6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762841.html","title":"datejs","navPath":"762841.html","bundleId":"work-tasks-2023-sp1","id":"a406094f6-6dcb-447d-a3fa-5961c29b89a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762842.html","title":"EasyNetQ","navPath":"762842.html","bundleId":"work-tasks-2023-sp1","id":"aaad8da03-830e-41f6-858f-e9b5de8435b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762843.html","title":"ExcelDataReader","navPath":"762843.html","bundleId":"work-tasks-2023-sp1","id":"a22c5035f-a2fe-4880-be52-d0d7939da4a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762844.html","title":"FastAndroidCamera","navPath":"762844.html","bundleId":"work-tasks-2023-sp1","id":"a9dbda76a-9c5e-4d59-85e6-56991baaa4b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762851.html","title":"HtmlSanitizer","navPath":"762851.html","bundleId":"work-tasks-2023-sp1","id":"acb876ee2-7161-4004-98cc-50227c3a8ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762855.html","title":"Intersoft WebGrid","navPath":"762855.html","bundleId":"work-tasks-2023-sp1","id":"a688f63b7-f50f-4263-8a5e-b20b4d1bffd3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762865.html","title":"JavaScriptEngineSwitcher","navPath":"762865.html","bundleId":"work-tasks-2023-sp1","id":"ac6c7098b-b48c-40da-9ddc-e74ae011eb7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762866.html","title":"jquery","navPath":"762866.html","bundleId":"work-tasks-2023-sp1","id":"abe23520a-4715-47be-b563-fd1f30ae340a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910313.html","title":"jquery dotdotdot","navPath":"910313.html","bundleId":"work-tasks-2023-sp1","id":"a029d6063-76de-4e93-b583-20fd75e61c1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762867.html","title":"jquery easing","navPath":"762867.html","bundleId":"work-tasks-2023-sp1","id":"a18fbf154-6c99-4b9f-b10e-c85984dab2fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910314.html","title":"jshint","navPath":"910314.html","bundleId":"work-tasks-2023-sp1","id":"a5bffd613-1a6d-489b-affd-a0399213aa52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762868.html","title":"jszip","navPath":"762868.html","bundleId":"work-tasks-2023-sp1","id":"a8045ffe9-3e48-4f7b-9ac3-542a8dd221cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910315.html","title":"Kendo UI","navPath":"910315.html","bundleId":"work-tasks-2023-sp1","id":"a5fa81750-8074-465e-9b17-998b0f31e125","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762869.html","title":"Knockout","navPath":"762869.html","bundleId":"work-tasks-2023-sp1","id":"a2a634dc4-fb7a-439e-ab6f-c482f7d8c590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910316.html","title":"Knockout-Kendo","navPath":"910316.html","bundleId":"work-tasks-2023-sp1","id":"a637cfc9b-4332-4f09-9c4a-f1bbb7cf1d88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762871.html","title":"LumiSoft​.Net","navPath":"762871.html","bundleId":"work-tasks-2023-sp1","id":"a91793d03-7bf4-4551-b4c9-b6b8a556be29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1265011.html","title":"Microsoft​.Web​.WebView2","navPath":"1265011.html","bundleId":"work-tasks-2023-sp1","id":"a30eb0f3c-70fc-4dc8-8696-ef8581185c8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762872.html","title":"Newtonsoft​.Json","navPath":"762872.html","bundleId":"work-tasks-2023-sp1","id":"a3da01c8b-c223-49cb-a6b1-ac1753d181e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904396.html","title":"Oracle​.ManagedDataAccess","navPath":"904396.html","bundleId":"work-tasks-2023-sp1","id":"ad1d1ed6a-03fe-4e5b-920f-8fbb90c5a648","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762873.html","title":"Oracle Providers for ASP​.NET","navPath":"762873.html","bundleId":"work-tasks-2023-sp1","id":"a7b58f71d-a6db-4951-a003-17eb04959573","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763108.html","title":"Owin","navPath":"763108.html","bundleId":"work-tasks-2023-sp1","id":"a0f8ed29c-916b-448d-8080-a62d5cabf75c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763109.html","title":"Paho MQTT","navPath":"763109.html","bundleId":"work-tasks-2023-sp1","id":"ad844c945-fc81-40c1-b39b-01617e41212a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910317.html","title":"Pako","navPath":"910317.html","bundleId":"work-tasks-2023-sp1","id":"aa5ed6cde-2f17-4d56-bb70-81e435bcadd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907877.html","title":"polly​.extensions​.http","navPath":"907877.html","bundleId":"work-tasks-2023-sp1","id":"a3aa2c1eb-90a3-4b1c-b067-22f9e88fbe44","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904402.html","title":"RabbitMQ​.Client","navPath":"904402.html","bundleId":"work-tasks-2023-sp1","id":"a2ea194d1-ff32-44f3-a83e-a5720ce169cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907810.html","title":"SendGrid","navPath":"907810.html","bundleId":"work-tasks-2023-sp1","id":"ae494e7f0-6fa4-457b-b9e9-bc0573a79080","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910318.html","title":"Spin js","navPath":"910318.html","bundleId":"work-tasks-2023-sp1","id":"a15c2fc95-49c7-4223-bca0-d5e02f1ef565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763110.html","title":"SQLite","navPath":"763110.html","bundleId":"work-tasks-2023-sp1","id":"ac6a29ce2-e7ce-4341-85d5-d06387ee7464","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/878052.html","title":"sqlite-net SQLCipher","navPath":"878052.html","bundleId":"work-tasks-2023-sp1","id":"a3abec5d2-3e17-4bff-9181-a609bb8b4ac9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907875.html","title":"StarkbankEcdsa","navPath":"907875.html","bundleId":"work-tasks-2023-sp1","id":"a047e36b6-dc55-4825-b585-ed70ab9ec0f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763111.html","title":"Telerik® UI for ASP​.NET AJAX","navPath":"763111.html","bundleId":"work-tasks-2023-sp1","id":"afd1a3492-aae4-4b89-9c49-2e26f8cfde53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763174.html","title":"tensorspace","navPath":"763174.html","bundleId":"work-tasks-2023-sp1","id":"a86b53742-cf80-4fa1-a813-07ceb8b8bf7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763175.html","title":"Unity​.Abstractions","navPath":"763175.html","bundleId":"work-tasks-2023-sp1","id":"a1eee0410-ccbf-4bed-86f9-a625be2fd148","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763176.html","title":"Unity​.Container","navPath":"763176.html","bundleId":"work-tasks-2023-sp1","id":"a6989ef72-9c35-4c0a-bbae-ee0becb4731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907886.html","title":"WindowsBase","navPath":"907886.html","bundleId":"work-tasks-2023-sp1","id":"a59108fdd-8e1a-451d-a943-c6bbe897d3be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903678.html","title":"WiX Toolset","navPath":"903678.html","bundleId":"work-tasks-2023-sp1","id":"aa93e3612-0ac3-413a-afd2-b9253881b63b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904489.html","title":"xamarin​.essentials","navPath":"904489.html","bundleId":"work-tasks-2023-sp1","id":"a8f5d4e26-0989-49b0-ad66-62d108f912ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904585.html","title":"xam​.plugin​.battery","navPath":"904585.html","bundleId":"work-tasks-2023-sp1","id":"ada01ab43-d704-4c5b-a0b1-a16f5234ac4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910319.html","title":"Xml2Json","navPath":"910319.html","bundleId":"work-tasks-2023-sp1","id":"a93d3fa59-5a65-459a-b47e-32ad4d71ea20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910269.html","title":"ZXing","navPath":"910269.html","bundleId":"work-tasks-2023-sp1","id":"a572944d3-ff6b-4cd9-ac8e-f24d5c11848c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904248.html","title":"Other Components","navPath":"904248.html","bundleId":"work-tasks-2023-sp1","id":"a4ef74d2e-0249-4993-8bad-83da603f9f5a","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/789641.html","title":"What's new in AVEVA Work Tasks?","navPath":"789641.html","bundleId":"work-tasks-2023-sp1","id":"a66e23fbc-3b01-4be9-9b81-b0177a0d59ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1282500.html","title":"2023 Releases","navPath":"1282500.html","bundleId":"work-tasks-2023-sp1","id":"a1dba44ae-e988-4e6f-92c3-d8052c1b05f1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733522.html","title":"AVEVA Work Tasks 2023 SP1 Release Notes","navPath":"733522.html","bundleId":"work-tasks-2023-sp1","id":"a32ff6b55-da45-43e6-b669-6a23a4ed605e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733517.html","title":"System Requirements","navPath":"733517.html","bundleId":"work-tasks-2023-sp1","id":"a51cb72ec-fc8a-4a8b-b97a-2f1af94210c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733515.html","title":"Product Compatibility","navPath":"733515.html","bundleId":"work-tasks-2023-sp1","id":"a6651e44e-1259-4554-905b-f82e7bdfc500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733511.html","title":"ISO Details","navPath":"733511.html","bundleId":"work-tasks-2023-sp1","id":"a791f4bfd-49d2-495e-a78f-83ee14388a28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733510.html","title":"Installation Instructions","navPath":"733510.html","bundleId":"work-tasks-2023-sp1","id":"a0a6c3e62-3d79-4e27-a9d9-79e9b5a39caf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733518.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"733518.html","bundleId":"work-tasks-2023-sp1","id":"a1dd1a603-ab92-4324-89bf-5b85b9a363a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733513.html","title":"Key Features","navPath":"733513.html","bundleId":"work-tasks-2023-sp1","id":"a5e7174ee-3582-463e-9017-2c201502b7e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733509.html","title":"General Enhancements","navPath":"733509.html","bundleId":"work-tasks-2023-sp1","id":"a509245ef-ee5a-4984-adf9-59919b74d5d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733512.html","title":"Issues Resolved","navPath":"733512.html","bundleId":"work-tasks-2023-sp1","id":"ae916007c-b016-4b00-ad18-8921574d37ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1382390.html","title":"Known Issues","navPath":"1382390.html","bundleId":"work-tasks-2023-sp1","id":"a61b0656e-0b6d-4158-886d-3efb2d54a93e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1398635.html","title":"AVEVA Work Tasks Pro","navPath":"1398635.html","bundleId":"work-tasks-2023-sp1","id":"a67ba2b0b-ab19-4975-84ae-93c69f864ac7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/administratorguide.html","title":"Administrator Guide","navPath":"administratorguide.html","bundleId":"work-tasks-2023-sp1","id":"acd6f48c0-0189-4856-b51a-7ea385bc2321","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/architecture.html","title":"Architecture","navPath":"architecture.html","bundleId":"work-tasks-2023-sp1","id":"ab226a82e-b181-443c-99a2-96d44cd59b3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/corecomponents.html","title":"Core Components","navPath":"corecomponents.html","bundleId":"work-tasks-2023-sp1","id":"a1c2ca690-9b51-4d2f-8f72-7027542d3917","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/microsoftoutlookintegration.html","title":"Microsoft Outlook Integration","navPath":"microsoftoutlookintegration.html","bundleId":"work-tasks-2023-sp1","id":"aee929c2a-0793-4ad1-867d-43491b651264","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scalabilityandavailability.html","title":"Scalability and Availability","navPath":"scalabilityandavailability.html","bundleId":"work-tasks-2023-sp1","id":"af5529dab-4015-4277-893a-57e9fc74458d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingintranetandextranetwebfronts.html","title":"Set up intranet and extranet web fronts","navPath":"settingintranetandextranetwebfronts.html","bundleId":"work-tasks-2023-sp1","id":"aac89cba2-320f-4543-b1ce-88e09364ce74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540500.html","title":"Partitioning Database","navPath":"540500.html","bundleId":"work-tasks-2023-sp1","id":"a8f63c245-27c2-4820-84d0-f226f3b33ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540501.html","title":"Partitioning with Central Configuration","navPath":"540501.html","bundleId":"work-tasks-2023-sp1","id":"ad6093e39-a6db-4958-85fc-a0786faa96a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540502.html","title":"Partitioning with Partition Manager","navPath":"540502.html","bundleId":"work-tasks-2023-sp1","id":"a484386ac-a929-4962-88d3-8630e49c21ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/657844.html","title":"Verifying Partition","navPath":"657844.html","bundleId":"work-tasks-2023-sp1","id":"a1243e8bf-0d2c-4b60-a08c-c18afcf8c1b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintenanceActivities.html","title":"Maintenance activities","navPath":"MaintenanceActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae4e3fe93-e008-4cde-b76a-d1c2f5b682b1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Editions.html","title":"Editions","navPath":"Editions.html","bundleId":"work-tasks-2023-sp1","id":"aeb075841-906b-4065-bad7-c8935f935dcf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenarios.html","title":"Single server","navPath":"SingleServerScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a107d7344-9da7-4cce-89a3-63801559f204","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario1.html","title":"Deployment of AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on a single machine","navPath":"SingleMachineScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a4d833f21-2965-43bb-b378-fcb446ebded0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario2.html","title":"AVEVA Work Tasks web server and AVEVA Work Tasks server on different machines","navPath":"SingleMachineScenario2.html","bundleId":"work-tasks-2023-sp1","id":"a6dae3899-8a3a-4f34-8b47-23c51c552ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario3.html","title":"AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on different machines","navPath":"SingleMachineScenario3.html","bundleId":"work-tasks-2023-sp1","id":"aa1b068b2-5113-4a3f-a0cf-6b0ff85fcc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenario4.html","title":"AVEVA Work Tasks Web Server Farm, Work Tasks Server, and AVEVA Work Tasks Database Server on Different Machines","navPath":"SingleServerScenario4.html","bundleId":"work-tasks-2023-sp1","id":"aa4fce7cc-d070-4824-b337-5e45ae20a72d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerLicensing.html","title":"Single server licensing information","navPath":"SingleServerLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a2fed8d65-d6ba-4e6d-85dd-fe8020eb43e8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServer.html","title":"Load balanced server","navPath":"LoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a0f5a8aa0-4340-4869-b21e-e7f753a73e71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerArchitecture.html","title":"Load Balanced Server Architecture","navPath":"LoadBalancedServerArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a632ad1cc-5885-4043-976f-54162386ceac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerInstallationScenarios.html","title":"Load balanced server installation scenarios","navPath":"LoadBalancedServerInstallationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a97927939-7d10-467f-a318-488abcc4817b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerCapableofAddingMachinesatAnyTime.html","title":"Single server capable of adding machines at any time","navPath":"SingleServerCapableofAddingMachinesatAnyTime.html","bundleId":"work-tasks-2023-sp1","id":"a9012c07f-7baf-4406-b961-071fbe0abc95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines1.html","title":"Web Server Farm with Clustered Work Tasks Services and Databases on Different Machines","navPath":"LoadBalancedServersonDifferentMachines1.html","bundleId":"work-tasks-2023-sp1","id":"a66065868-d03e-48b6-af16-689176e5d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines2.html","title":"AVEVA Work Tasks Web Server Farm Connecting to AVEVA Work Tasks Services with AVEVA Work Tasks Databases on a Different Machine","navPath":"LoadBalancedServersonDifferentMachines2.html","bundleId":"work-tasks-2023-sp1","id":"afabb36ea-ded9-45d7-baad-de710b5cf8a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","title":"Behavior of AVEVA Work Tasks Services on Enterprise Server","navPath":"BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"a775fa8f6-59d5-4326-a1fa-7f8347dea231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ToolsUsedinEnterpriseServer.html","title":"Tools used in Enterprise Server","navPath":"ToolsUsedinEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"afd759f43-ff92-4ae1-9779-804d9c910afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLimitations.html","title":"Load balanced server limitations","navPath":"LoadBalancedServerLimitations.html","bundleId":"work-tasks-2023-sp1","id":"ad53407b0-151d-4eeb-875b-e5eebad2ebf9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLicensingInformation.html","title":"Load balanced server licensing information","navPath":"LoadBalancedServerLicensingInformation.html","bundleId":"work-tasks-2023-sp1","id":"a867b5c92-282c-4592-a664-fea3051a57c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetscenarios.html","title":"Installing Different Editions","navPath":"skeltabpmnetscenarios.html","bundleId":"work-tasks-2023-sp1","id":"a72603d98-5f56-45da-99b1-13ce8d5f3626","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/planningforinstallation.html","title":"Layout Editing Modes","navPath":"planningforinstallation.html","bundleId":"work-tasks-2023-sp1","id":"a4610a32b-0c8c-4ef0-8922-4a2efc3abafd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/serverroles.html","title":"Identifying Server Roles","navPath":"serverroles.html","bundleId":"work-tasks-2023-sp1","id":"ab492887c-02d8-4ca6-91d3-dd29a9c1f5f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usersource.html","title":"Identifying User Source","navPath":"usersource.html","bundleId":"work-tasks-2023-sp1","id":"a7b1429f9-6330-480c-b460-a7b916c023f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/databaseselection.html","title":"Making Database Selection","navPath":"databaseselection.html","bundleId":"work-tasks-2023-sp1","id":"a7157b66c-ac99-4c5f-ae1d-a0871000f5e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/communication.html","title":"Setting up Communication","navPath":"communication.html","bundleId":"work-tasks-2023-sp1","id":"a583b3a22-e4b3-495b-bbdb-873bc70617cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-mailintegration.html","title":"Integrating Email","navPath":"e-mailintegration.html","bundleId":"work-tasks-2023-sp1","id":"a7d113291-57fe-4631-9a9e-c176f8818a64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ports.html","title":"Setting up Ports","navPath":"ports.html","bundleId":"work-tasks-2023-sp1","id":"aa60682cb-00fd-4190-aa60-bb6808956aef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CookiesCreatedbyWebApplication.html","title":"Cookies Created by Web Application","navPath":"CookiesCreatedbyWebApplication.html","bundleId":"work-tasks-2023-sp1","id":"a19de9f1f-9aea-44ee-88b4-e189f7a695e9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites.html","title":"Prerequisites","navPath":"prerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a492c158f-8d4d-4689-84d7-c74288472cb2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureInternetInformationServices.html","title":"Configure Internet Information Services","navPath":"ConfigureInternetInformationServices.html","bundleId":"work-tasks-2023-sp1","id":"ae96ae8c4-c230-476f-9280-d3331d815034","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableandVerifyMSDTC.html","title":"Enable and verify MSDTC","navPath":"EnableandVerifyMSDTC.html","bundleId":"work-tasks-2023-sp1","id":"ab26f206f-77d8-4adc-97cf-f7a287dd6e32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/575435.html","title":"Configure Oracle Data Handler","navPath":"575435.html","bundleId":"work-tasks-2023-sp1","id":"ab93b8534-ed57-4791-bd5b-3a82d3b62ef9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallSingleServer.html","title":"Install Single Server","navPath":"InstallSingleServer.html","bundleId":"work-tasks-2023-sp1","id":"a45bfca0b-f779-4e1e-b7ff-902e86956460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineInstallation.html","title":"Single machine installation","navPath":"SingleMachineInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a481ae858-6156-44fa-9869-62ea1e302ccf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofInstallation.html","title":"High-level view of installation","navPath":"HighLevelViewofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a8bf30945-82fd-4275-bcee-77e8f98257d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation.html","title":"Installation","navPath":"Installation.html","bundleId":"work-tasks-2023-sp1","id":"af42d13e4-452e-4af9-a199-85ca2f7e611d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae253cc50-afd2-4fb0-ba8e-b675067911fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"ab3689631-1a0e-427c-8ce5-fa4548684934","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer.html","bundleId":"work-tasks-2023-sp1","id":"a67b444e5-626c-4b1f-a390-893ae2021f9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aae749dc4-2e84-4682-80af-b004ca1f6e84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase.html","title":"Create Farm Database","navPath":"CreateFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a48d45138-1692-43d6-a05b-df802e880f22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings.html","title":"Define Security Settings","navPath":"DefineSecuritySettings.html","bundleId":"work-tasks-2023-sp1","id":"a0a2e7d97-da96-4fdd-a301-1b9acda9168e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac494bac4-af74-4696-bb98-0fe1aa3ac81d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices.html","title":"Provision Services","navPath":"ProvisionServices.html","bundleId":"work-tasks-2023-sp1","id":"ad2aeacdc-e4c8-4179-a669-89f180edee31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"aa54978ff-7c5e-432a-bb48-65ef4aca487d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository.html","title":"Create a Repository","navPath":"CreateaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a32bcc35f-9259-4204-8701-a002ab434a56","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation.html","title":"Verify the Installation","navPath":"VerifytheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a764e413b-d27a-4c6b-9719-9b2af91b718c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebServerandAVEVAWorkTasksServeronDifferentMachines.html","title":"Web server and AVEVA Work Tasks server on different machines","navPath":"WebServerandAVEVAWorkTasksServeronDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"aa8617912-fae9-4e6b-baab-ec0ebf08688f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewoftheInstallation.html","title":"High-level view of the installation","navPath":"HighLevelViewoftheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a1a1d45c1-dde5-431a-9dfb-865c0b1ec29a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_1.html","title":"Installation","navPath":"Installation_1.html","bundleId":"work-tasks-2023-sp1","id":"abfcac7a8-6b46-43f9-9f5f-48d4b956b286","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_1.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"a933569eb-b920-4ea4-a792-349bcc2ad225","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_1.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_1.html","bundleId":"work-tasks-2023-sp1","id":"a913d8bcc-8ec4-4bcd-ab9f-96769deb6e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_1.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_1.html","bundleId":"work-tasks-2023-sp1","id":"a505106b3-37f7-4f64-a51f-69d1016ae601","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_1.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"aea45d23f-dd61-4050-81fc-fb13a4b8859f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_1.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"a8e7ae67b-7544-4ae4-a31d-5c7aff94445a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_1.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_1.html","bundleId":"work-tasks-2023-sp1","id":"ad4220f03-df07-4d65-b96d-90f3a724ffa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_1.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"a83fc8459-274a-4027-b031-3859b847e3c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_1.html","title":"Provision Services","navPath":"ProvisionServices_1.html","bundleId":"work-tasks-2023-sp1","id":"a866eb46d-271f-4172-aeb0-5cb25d6e3a5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_1.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_1.html","bundleId":"work-tasks-2023-sp1","id":"a7bac03a2-96c0-47fe-8138-289c2dc7f444","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_1.html","title":"Create a Repository","navPath":"CreateaRepository_1.html","bundleId":"work-tasks-2023-sp1","id":"a625355b9-6fe7-4626-80e1-6d0b552cbd08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_1.html","title":"Verify the Installation","navPath":"VerifytheInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cd1a4ef-ea8f-47a4-a6eb-cccd4fa3c044","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServersonDifferentMachinesScenario1.html","title":"Web Server, AVEVA Work Tasks Server, and Database Server on Different Machines","navPath":"ServersonDifferentMachinesScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a6f2d08b6-5d69-4ef4-9074-6635ad748a9e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a69064966-2138-4f7f-9608-e499ec99792e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aa3b1318f-06d9-4a64-b20e-4e110554039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_2.html","title":"Installation","navPath":"Installation_2.html","bundleId":"work-tasks-2023-sp1","id":"aca02022f-498d-4340-88e5-ec13d75decba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer.html","bundleId":"work-tasks-2023-sp1","id":"a035d3e80-fe80-4732-bf0c-cb68e0415893","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_2.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_2.html","bundleId":"work-tasks-2023-sp1","id":"a9b424b1b-2ab9-4a0f-84d0-74695e3d22df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_2.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_2.html","bundleId":"work-tasks-2023-sp1","id":"adfc9046a-7ac8-4400-9d7c-e76d3c810b5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_2.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a96c418d4-5430-415c-97aa-f8047a5f79a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_2.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a624d1cb2-944f-400c-bcf4-a30642a1426f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_2.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a1d0959a9-4644-437d-b37d-8f39a8097f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_2.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ad5b6f8a2-81a7-45ed-8e29-e312e391c666","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_2.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ae9819721-e27b-4960-b6a5-14587de43783","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a54288089-9e05-4b58-bad8-f5047f9935b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_2.html","title":"Provision Services","navPath":"ProvisionServices_2.html","bundleId":"work-tasks-2023-sp1","id":"a455cc1a3-e8fc-41a2-b1c6-23df9a39637d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a5ceb92f5-a5b1-41e2-b5fa-013dedd9f52c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_3.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_3.html","bundleId":"work-tasks-2023-sp1","id":"a640e2eb0-f478-4acf-a48a-4474dedef67b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_3.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_3.html","bundleId":"work-tasks-2023-sp1","id":"aa2ec7624-973c-4be1-a668-b81a800b6b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_3.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae26e193c-027c-41c0-b9fa-825db1fa5747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation.html","title":"Select Client Installation","navPath":"SelectClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"abf07edd4-6720-49c2-829c-1138d73aada2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a50f36563-78a3-43b5-a2d2-a90d13fb2fd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a751d70d1-6419-4977-974c-0e331d5ca0ec","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_2.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_2.html","bundleId":"work-tasks-2023-sp1","id":"a868acfb6-0014-4b3b-8ad4-bb1028af4d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_2.html","title":"Create a Repository","navPath":"CreateaRepository_2.html","bundleId":"work-tasks-2023-sp1","id":"afd56dfa0-8c17-4ed6-a09b-7ab65e5279d2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_2.html","title":"Verify the Installation","navPath":"VerifytheInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac68c967a-e2ba-4e5c-95e5-110ec7dc8be3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario3.html","title":"Web Farm (Multiple Web servers), AVEVA Work Tasks Server, and Database on Different Machines","navPath":"DifferentMachinesScenario3.html","bundleId":"work-tasks-2023-sp1","id":"ae3311fc0-4c32-46fb-86e5-ffe7672e2d5b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_1.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"addf2ca0e-010c-43c7-bb63-8fb5833dec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_1.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac72bbf83-f0d4-45c4-9735-1b3fe75e741c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation3.html","title":"Installation","navPath":"Installation3.html","bundleId":"work-tasks-2023-sp1","id":"a9ed50da2-4e4c-49ba-b8d7-2ce232cec927","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_1.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_1.html","bundleId":"work-tasks-2023-sp1","id":"ab1499953-dc0b-46f0-bfb7-3c662c8d3bd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_4.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_4.html","bundleId":"work-tasks-2023-sp1","id":"a76d788ac-3db1-448c-aedc-4fd244344ff7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_4.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_4.html","bundleId":"work-tasks-2023-sp1","id":"a8c250d9d-be7a-4f4b-a1f5-f36f94ac61cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_4.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_4.html","bundleId":"work-tasks-2023-sp1","id":"a092fe9e2-40bc-4611-a327-3bcfb520455a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_3.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"acb6e856b-c47e-4a8d-a717-a522c4d4b024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_3.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a95b4006d-5975-44ae-b9fe-d27ce837cc49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_3.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_3.html","bundleId":"work-tasks-2023-sp1","id":"a566f3fc5-401e-461f-bd95-b21d0de8fc1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_3.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_3.html","bundleId":"work-tasks-2023-sp1","id":"adb87c5fe-2382-4b9c-a852-913389fe44fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_1.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_1.html","bundleId":"work-tasks-2023-sp1","id":"ad5fefae5-7366-46f2-80cd-e16c09fe3a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_3.html","title":"Provision Services","navPath":"ProvisionServices_3.html","bundleId":"work-tasks-2023-sp1","id":"a307352a0-c9fd-4c11-93a1-528f291d9a34","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_1.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_1.html","bundleId":"work-tasks-2023-sp1","id":"a277c0d22-027c-4eca-a158-966bc6d5e5db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_5.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_5.html","bundleId":"work-tasks-2023-sp1","id":"a75680dd1-2424-46ae-b3f3-4c11a40cfb31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_5.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_5.html","bundleId":"work-tasks-2023-sp1","id":"ab4c8bbf9-c82c-40b2-b72c-c20beaa8da50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_5.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_5.html","bundleId":"work-tasks-2023-sp1","id":"a434ca78e-5f6a-4dfe-ac02-58e13767f267","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_1.html","title":"Select Client Installation","navPath":"SelectClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a7ad90ce4-a2da-4772-988f-47c7c8b895c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_1.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf1a1f89-20a6-4671-8d12-354116ed4373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_1.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa1cda9b2-e7f2-42bb-b4ed-c4719ed9be0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_3.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_3.html","bundleId":"work-tasks-2023-sp1","id":"a440a6207-5934-425a-8a87-e7a4b51c2a7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_3.html","title":"Create a Repository","navPath":"CreateaRepository_3.html","bundleId":"work-tasks-2023-sp1","id":"a7dab86cc-d63d-4c41-bbba-01836c19106a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_3.html","title":"Verify the Installation","navPath":"VerifytheInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"af7c37d8e-3fe4-44e0-95be-1b45923dbc52","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntranetandExtranetWebServersonDifferentMachines.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"IntranetandExtranetWebServersonDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"ac3aec5f2-c298-45d9-9dc8-a9cebf79ba78","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_2.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a64701b76-336a-436d-a570-31f1fa584d40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_2.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"aebfdb26b-87cb-42db-9294-d01d660f096a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation4.html","title":"Installation","navPath":"Installation4.html","bundleId":"work-tasks-2023-sp1","id":"a09bb2f61-42b6-49c2-bd23-27b50924a30f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_2.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a5ebd6fba-2939-45c9-8075-a60c4650084f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_6.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_6.html","bundleId":"work-tasks-2023-sp1","id":"aa069adfc-f170-470c-b06f-b839743353c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_6.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_6.html","bundleId":"work-tasks-2023-sp1","id":"a9cbdc714-4614-42c7-8d87-802b3b078f10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_6.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_6.html","bundleId":"work-tasks-2023-sp1","id":"aa7fb5e67-761e-4cd6-a73c-e87d9f6ce01a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_4.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a8fc203d1-1d63-4386-a73e-2d2653920dd0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_4.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"aa1afd3fb-490e-4fd5-856a-8582711e1f29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_4.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a5adcbd73-d68b-44bd-91dc-591d4f40e43c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_4.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a53a70877-9dbe-4e0a-80d3-67198731b0ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_2.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_2.html","bundleId":"work-tasks-2023-sp1","id":"a06a15f40-89c7-40f7-aed0-f8e8b8dde03c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_4.html","title":"Provision Services","navPath":"ProvisionServices_4.html","bundleId":"work-tasks-2023-sp1","id":"a1633ff85-fcce-4b97-bad2-508eae8232bf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_2.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_2.html","bundleId":"work-tasks-2023-sp1","id":"aee81a62b-7bd8-47fd-816c-9eda79936089","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_7.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_7.html","bundleId":"work-tasks-2023-sp1","id":"a296db8f0-9f9a-4e41-abff-3f9b4a9957bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_7.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_7.html","bundleId":"work-tasks-2023-sp1","id":"ab7c5d636-984c-499e-bb26-ff3e39eb3b26","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_7.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_7.html","bundleId":"work-tasks-2023-sp1","id":"ad880a4d6-9e47-46a2-9373-09da13708e9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_2.html","title":"Select Client Installation","navPath":"SelectClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac5184e73-0bb0-49e4-962c-88563a06e364","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_2.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a0c5c825d-28e3-4357-912e-464f55014cf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_2.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_2.html","bundleId":"work-tasks-2023-sp1","id":"ab9fec341-7a64-429e-a79f-752834180a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_4.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_4.html","bundleId":"work-tasks-2023-sp1","id":"a5be6e137-6b2d-4687-baaf-d35ecceaea36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_4.html","title":"Create a Repository","navPath":"CreateaRepository_4.html","bundleId":"work-tasks-2023-sp1","id":"ac694c9f5-56b0-43eb-9aec-6db21a3f0ec4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_4.html","title":"Verify the Installation","navPath":"VerifytheInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a3802cc7b-0d91-4dfc-aae2-8ba0be00e343","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallLoadBalancedServer.html","title":"Install Load Balanced Server","navPath":"InstallLoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a00903dcd-0472-45c8-8401-b07dc0a33b47","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","title":"Web Farm with clustered services on Web Farm Machines with database on a different machine","navPath":"WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","bundleId":"work-tasks-2023-sp1","id":"a5756aa9f-82cf-44ed-a8ee-c905efb803de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_3.html","title":"High-level view of server installation","navPath":"HighLevelViewofServerInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"a891e665f-28f2-43e7-bf2a-d76e28a20f5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_3.html","title":"Installation","navPath":"Installation_3.html","bundleId":"work-tasks-2023-sp1","id":"ad4f42cdc-56f1-4cff-a0a9-b2b309c3da44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_3.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae0e493e0-fc37-4ada-904b-4d4b0e148f44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_8.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_8.html","bundleId":"work-tasks-2023-sp1","id":"ab8677528-617e-4a04-ab6f-73ababa4466e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_8.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_8.html","bundleId":"work-tasks-2023-sp1","id":"aa2671ea2-f997-4bbd-9a0d-060ea33689a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_8.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_8.html","bundleId":"work-tasks-2023-sp1","id":"aae907b5e-fba1-4019-ba66-ac12d80ae3a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition.html","bundleId":"work-tasks-2023-sp1","id":"a179fa033-0686-4070-b521-65f50a24c2ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_5.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"ac2ab5e90-d3b2-44f1-9297-efb57025cdd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_5.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_5.html","bundleId":"work-tasks-2023-sp1","id":"ab0eac483-b121-4e43-83cc-bf9cb9e4c3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_5.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_5.html","bundleId":"work-tasks-2023-sp1","id":"af76dc3d8-a55f-4e2c-9a1f-ba41d2cd6f8b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_3.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_3.html","bundleId":"work-tasks-2023-sp1","id":"a6cd86bc4-ef40-4d6c-9ebb-818fdd1ecd80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineEnterpriseConsole.html","title":"Define Enterprise Console","navPath":"DefineEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a91876dab-12b4-494d-941f-44aec30f1525","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_5.html","title":"Provision Services","navPath":"ProvisionServices_5.html","bundleId":"work-tasks-2023-sp1","id":"af469032b-6dd1-4004-a54e-dfbf0f78de97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_5.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_5.html","bundleId":"work-tasks-2023-sp1","id":"a9db1a078-25a8-47ff-878a-9495a20342bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_5.html","title":"Create a Repository","navPath":"CreateaRepository_5.html","bundleId":"work-tasks-2023-sp1","id":"a10dca142-2341-4a81-9832-4d77843b6b61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallonMultipleMachines.html","title":"Install on Multiple Machines","navPath":"InstallonMultipleMachines.html","bundleId":"work-tasks-2023-sp1","id":"a03f5f3cb-ebd9-4be6-9fdd-e300f1ea6581","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_5.html","title":"Verify the Installation","navPath":"VerifytheInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"ab3964056-932d-439d-b69f-5da9bde808af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario4.html","title":"Web farm connecting to separate Services Cluster with Database on a Different Machine","navPath":"DifferentMachinesScenario4.html","bundleId":"work-tasks-2023-sp1","id":"ab8e621bd-212f-47cd-b940-3b24adcc7bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/High-LevelViewofServerInstallation.html","title":"High-level view of server installation","navPath":"High-LevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aade803e7-869e-48b8-905b-d06c90419de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation14.html","title":"High-level view of client installation","navPath":"high-levelviewofskeltaclientinstallation14.html","bundleId":"work-tasks-2023-sp1","id":"afba7a16d-4555-4fba-8dd8-b1f00d721109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation65.html","title":"Installation","navPath":"installation65.html","bundleId":"work-tasks-2023-sp1","id":"abfe408e1-124a-46ab-8004-d349f5e97809","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server.html","title":"AVEVA Work Tasks server","navPath":"Wonderware_Skelta_BPM_Server.html","bundleId":"work-tasks-2023-sp1","id":"a11f3a9ba-0369-4576-b18b-eedbdc508786","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_9.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_9.html","bundleId":"work-tasks-2023-sp1","id":"ae98cbb41-c264-4e3d-8e36-0bba17b742a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_9.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_9.html","bundleId":"work-tasks-2023-sp1","id":"aec6ee656-daa1-4583-ad07-9451f33c0b69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_9.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_9.html","bundleId":"work-tasks-2023-sp1","id":"acea7f020-86e3-4f8f-86be-56ee56b34a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_1.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_1.html","bundleId":"work-tasks-2023-sp1","id":"a433a9acd-c042-486d-8463-bc7ea9971e7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_6.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"afc54637e-45f0-4862-8548-6a2d3ba7e0a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_6.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a66fa955e-79f3-4260-bee0-771cb2af306b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_6.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a37ad7773-8f4f-46d2-b5fc-5be059f4faae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_4.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_4.html","bundleId":"work-tasks-2023-sp1","id":"af3e2ad62-d775-4b4e-adb6-334fb94f8790","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_6.html","title":"Provision Services","navPath":"ProvisionServices_6.html","bundleId":"work-tasks-2023-sp1","id":"aa29e4344-5226-4e02-ab05-4980dd51eb33","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client.html","bundleId":"work-tasks-2023-sp1","id":"aa5b548a0-a593-40f4-b709-4d2182f62b2a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_10.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_10.html","bundleId":"work-tasks-2023-sp1","id":"a4d91fb1f-68c3-45c9-934c-cca7c4b44a91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_10.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_10.html","bundleId":"work-tasks-2023-sp1","id":"afb389c8c-f18f-450b-a5f6-53fc6dbe0316","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_10.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_10.html","bundleId":"work-tasks-2023-sp1","id":"a1d1b290b-bf6d-4e9e-93c3-c69b10e6f4a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_3.html","title":"Select Client Installation","navPath":"SelectClientInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"add50eec4-8fae-4998-9ae9-6fd3e9c4efff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_3.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a2cef3d8e-f754-4766-bbf6-da8ba80b7281","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_3.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_3.html","bundleId":"work-tasks-2023-sp1","id":"a041c84b9-5727-4fbc-b712-c9fa3938093c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_6.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_6.html","bundleId":"work-tasks-2023-sp1","id":"a7dec73a2-82d7-4906-a266-e30557018cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_6.html","title":"Create a Repository","navPath":"CreateaRepository_6.html","bundleId":"work-tasks-2023-sp1","id":"a99fe1af8-0987-4a9f-8548-a32e128eef25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_6.html","title":"Verify the Installation","navPath":"VerifytheInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"aa05fb0de-2b3b-43d9-a566-6537c219aed0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/completestandalonedeploymentindevelopermachine112.html","title":"Single Server capable of adding machines at any time","navPath":"completestandalonedeploymentindevelopermachine112.html","bundleId":"work-tasks-2023-sp1","id":"a22efa9f1-bcf2-4e1a-983e-af011407ace3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelinstallationview1112.html","title":"High-level view of AVEVA Work Tasks installation","navPath":"high-levelinstallationview1112.html","bundleId":"work-tasks-2023-sp1","id":"ac6eda2b5-340a-47b1-8a6e-2ee608cb430f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation312.html","title":"Installation","navPath":"installation312.html","bundleId":"work-tasks-2023-sp1","id":"a28103a17-8497-4961-bc47-2363aee74535","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_11.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_11.html","bundleId":"work-tasks-2023-sp1","id":"afbca0a4f-8b82-4e01-8c47-aa697b21604f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_11.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_11.html","bundleId":"work-tasks-2023-sp1","id":"a5a312a7c-a275-48f0-807b-a35d386054d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_11.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_11.html","bundleId":"work-tasks-2023-sp1","id":"a74f84d5e-d465-4a53-8d12-1f657f1e91e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_2.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_2.html","bundleId":"work-tasks-2023-sp1","id":"a8f779995-d99d-49da-9526-55bdf29ea370","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_7.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_7.html","bundleId":"work-tasks-2023-sp1","id":"a81cb3211-794c-4046-837b-0da53b94d176","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_7.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_7.html","bundleId":"work-tasks-2023-sp1","id":"a450e9a9b-dac4-4836-9bf2-da2fecb92dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_7.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_7.html","bundleId":"work-tasks-2023-sp1","id":"af900e5b1-ca0b-4463-a4ac-9870a1e3c781","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_7.html","title":"Provision Services","navPath":"ProvisionServices_7.html","bundleId":"work-tasks-2023-sp1","id":"a9d382a9b-105e-4fed-ad92-5e9be9ed4203","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_7.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_7.html","bundleId":"work-tasks-2023-sp1","id":"a67bbedfc-308e-4089-bff5-41ecba4d46e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_7.html","title":"Create a Repository","navPath":"CreateaRepository_7.html","bundleId":"work-tasks-2023-sp1","id":"a99daed56-f5cc-4fd1-9d99-f83bd9ad366b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_7.html","title":"Verify the Installation","navPath":"VerifytheInstallation_7.html","bundleId":"work-tasks-2023-sp1","id":"a5138cb2d-19b6-4dfd-a434-0d63e2316d6c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","bundleId":"work-tasks-2023-sp1","id":"ac2bbbed2-42d8-467f-b005-7c36db4d1516","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation36.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation36.html","bundleId":"work-tasks-2023-sp1","id":"a2a43fc28-d531-4bf8-8be7-3c80dd7909c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation15.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation15.html","bundleId":"work-tasks-2023-sp1","id":"aac0fe502-384f-4c44-8855-08b8b2c0ac91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation66.html","title":"Installation","navPath":"installation66.html","bundleId":"work-tasks-2023-sp1","id":"a191a29d6-3570-40a4-81f3-73a984c6e776","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_1.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_1.html","bundleId":"work-tasks-2023-sp1","id":"a4829b101-042a-4ed7-a95b-678820b33f13","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_12.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_12.html","bundleId":"work-tasks-2023-sp1","id":"acae7a248-25bb-41e2-9e6b-75ff3e4f52ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_12.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_12.html","bundleId":"work-tasks-2023-sp1","id":"a9d55385a-e953-4636-b092-628313fceb78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_12.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_12.html","bundleId":"work-tasks-2023-sp1","id":"ac2dcafd4-5b35-4021-a756-4e3f47686de4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_3.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_3.html","bundleId":"work-tasks-2023-sp1","id":"a941a7c78-6ae1-48d0-847f-96689d824288","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_8.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_8.html","bundleId":"work-tasks-2023-sp1","id":"ad36b1fec-53e7-4a71-a9cb-23fde3a00982","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_8.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_8.html","bundleId":"work-tasks-2023-sp1","id":"abc632ed6-ac17-4961-baf1-587887f9e19c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_8.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_8.html","bundleId":"work-tasks-2023-sp1","id":"a26815e4d-6b6c-4a34-aba0-8cb7d8800a25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_5.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_5.html","bundleId":"work-tasks-2023-sp1","id":"a3312eaec-ab71-4b82-a476-15aaf3e22b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_8.html","title":"Provision Services","navPath":"ProvisionServices_8.html","bundleId":"work-tasks-2023-sp1","id":"a749442a9-00f3-42d5-8ef8-69f937a17f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_1.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_1.html","bundleId":"work-tasks-2023-sp1","id":"a313f1f00-e178-4248-87b3-750d7c9fadd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_13.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_13.html","bundleId":"work-tasks-2023-sp1","id":"a152a18c8-a305-4708-914f-bc4da3bf7d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_13.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_13.html","bundleId":"work-tasks-2023-sp1","id":"a3dfea202-c090-4e15-860c-33c6920e7f31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_4.html","title":"Select Client Installation","navPath":"SelectClientInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"adbc8fce8-5f4b-4a6c-b7b0-0e7d144cf394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_4.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"a4178dbb2-78b0-44ba-9623-866f281c2914","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_4.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_4.html","bundleId":"work-tasks-2023-sp1","id":"a5a95e2ed-a1d6-4733-b59e-4f2070e582fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_8.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_8.html","bundleId":"work-tasks-2023-sp1","id":"ab48db8ff-6d3c-48ad-89ac-35392bd81108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_8.html","title":"Create a Repository","navPath":"CreateaRepository_8.html","bundleId":"work-tasks-2023-sp1","id":"a8de02b7f-54ed-4175-a34c-c842294c2e05","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_8.html","title":"Verify the Installation","navPath":"VerifytheInstallation_8.html","bundleId":"work-tasks-2023-sp1","id":"a223e3b9d-3051-4c5b-8e41-ab04e29fcd21","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","title":"Client and Server Installation","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","bundleId":"work-tasks-2023-sp1","id":"a8c6beb07-38d5-4ff5-a3a1-3004a0db82e6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation31.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation31.html","bundleId":"work-tasks-2023-sp1","id":"a9f5e7db3-1db0-4952-976c-d17ffdce22be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation11.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation11.html","bundleId":"work-tasks-2023-sp1","id":"ae54199a2-ef72-4092-9ae1-6dc8c52208a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation67.html","title":"Installation","navPath":"installation67.html","bundleId":"work-tasks-2023-sp1","id":"a1bd1ce01-1748-4476-8015-fbc597d1a7df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_2.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_2.html","bundleId":"work-tasks-2023-sp1","id":"a729e3a69-cbb5-43e0-a2bf-287c7770696f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_14.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_14.html","bundleId":"work-tasks-2023-sp1","id":"af66b7f13-c078-480e-884b-17a6629cfd6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_14.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_14.html","bundleId":"work-tasks-2023-sp1","id":"aef7ca800-32c6-4d70-b236-4fec4dc9742d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_13.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_13.html","bundleId":"work-tasks-2023-sp1","id":"ad7aa383d-0f58-4f96-b397-68c8809b7c6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_4.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_4.html","bundleId":"work-tasks-2023-sp1","id":"acaa718be-afc4-4536-8988-3595c9f9a081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_9.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_9.html","bundleId":"work-tasks-2023-sp1","id":"affbd9a77-51f5-404d-b7a0-2932c4d3566b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_9.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a9506a727-5640-4822-8006-a2659ddfbd34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_9.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a050001eb-715c-4615-814c-18ac6e59b553","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_6.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_6.html","bundleId":"work-tasks-2023-sp1","id":"a2ea689ff-ee22-4e0e-b608-40754fdf19ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_9.html","title":"Provision Services","navPath":"ProvisionServices_9.html","bundleId":"work-tasks-2023-sp1","id":"ac37b77d8-9c96-4f85-9059-a8df114efc1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_2.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_2.html","bundleId":"work-tasks-2023-sp1","id":"a7490f85d-0a9e-44e7-8842-dc4c81cd3879","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_15.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_15.html","bundleId":"work-tasks-2023-sp1","id":"ad9a1cce3-3cc7-4320-a69f-74ea692b7495","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_15.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_15.html","bundleId":"work-tasks-2023-sp1","id":"a8cbacde9-beb4-4582-9d40-52093dfee4f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_14.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_14.html","bundleId":"work-tasks-2023-sp1","id":"a5580d68b-ffbd-498b-9cfa-4eb27b238910","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_5.html","title":"Select Client Installation","navPath":"SelectClientInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"a70cf1c65-167a-465b-9fba-819776a409eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_5.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"a68cb4f42-d8ae-4a4a-9764-d52c5e38ed9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_5.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_5.html","bundleId":"work-tasks-2023-sp1","id":"a361ccd72-cf87-4315-aef8-9db0e936c91a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_9.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_9.html","bundleId":"work-tasks-2023-sp1","id":"a1133d36d-4bc3-4d76-b7c3-62b6e549ddfb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_9.html","title":"Create a Repository","navPath":"CreateaRepository_9.html","bundleId":"work-tasks-2023-sp1","id":"a8e748d36-69d0-4467-aa75-02018b90bc88","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_9.html","title":"Verify the Installation","navPath":"VerifytheInstallation_9.html","bundleId":"work-tasks-2023-sp1","id":"af76a539e-fac8-49ae-977c-44a863bea567","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksinSilentMode.html","title":"Install and Configure AVEVA Work Tasks in Silent Mode","navPath":"InstallandConfigureAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a8d44ede5-9ba7-4823-bb80-fde76a9ddb68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforInstallingandConfiguringinSilentMode.html","title":"Prerequisites for Installing and Configuring in Silent Mode","navPath":"PrerequisitesforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a2026ddc8-d590-48aa-ac12-53d597b394a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallinSilentMode.html","title":"Install in Silent Mode","navPath":"InstallinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a22ab1c19-ccfc-40c6-a8bc-d31322406b08","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentMode.html","title":"Configure in Silent Mode","navPath":"ConfigureinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aacd23249-b069-4774-9c03-79695f60e9a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeUsingXML.html","title":"Configure in Silent Mode Using XML","navPath":"ConfigureinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaa216fd6-89ba-4729-aa91-691cde204c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingXML.html","title":"Configure DataSource in Silent Mode Using XML","navPath":"ConfigureDataSourceinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a74464d76-9c19-41da-a0f4-860601a6309a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aa12aae81-70b3-431f-94c3-5f51123b86fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingXML.html","title":"Configure Farm in Silent Mode Using XML","navPath":"ConfigureFarminSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a6a337a31-2a09-4305-bb04-761f5291ec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryinSilentModeUsingXML.html","title":"Configure Repository in Silent Mode Using XML","navPath":"ConfigureRepositoryinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a9d76d8f9-42e1-40db-adc1-37c95421e867","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQuickflowinSilentModeUsingXML.html","title":"Configure Quickflow in Silent Mode Using XML","navPath":"ConfigureQuickflowinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaccd1fb2-7454-41bf-888f-24d9abc8d972","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCryptographySettingsinSilentModeusingXML.html","title":"Configure Cryptography Settings in Silent Mode using XML","navPath":"ConfigureCryptographySettingsinSilentModeusingXML.html","bundleId":"work-tasks-2023-sp1","id":"a5b8939b2-be69-484d-9548-a9f112fcf249","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeusingCommandLineParameters.html","title":"Configure in Silent Mode using Command-Line Parameters","navPath":"ConfigureinSilentModeusingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a01c2c651-feda-4818-b48f-a0f7ff29a5c7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingCommandLineParameters.html","title":"Configure Farm in Silent Mode Using Command-Line Parameters","navPath":"ConfigureFarminSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a929dd387-9dda-4a7f-bdbc-6e24aa678a0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","title":"Configure DataSource in Silent Mode Using Command-Line Parameters","navPath":"ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5ff17cd8-8d2d-4971-9829-4101bbe83cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryInSilentMode.html","title":"Configure Repository in Silent Mode Using Command-Line Parameters","navPath":"ConfigureRepositoryInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aee03911c-0f61-45bd-ac20-a887ef5bc037","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnResultsforSilentConfiguration.html","title":"Return Results for Silent Configuration","navPath":"ReturnResultsforSilentConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1525e434-8f30-4012-8d87-ddd51571b743","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","title":"Sample Batch File Script for Installing and Configuring in Silent Mode","navPath":"SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aeb0632be-0e9d-4cea-ab4a-6103f1164f9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsandExceptionsSilentInstallationandConfiguration.html","title":"Limitations and Exceptions - Silent Installation and Configuration","navPath":"LimitationsandExceptionsSilentInstallationandConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1d9d2846-9ff8-484a-a55e-71eda59e7fbd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","title":"Installing AVEVA Work Tasks Add-in for Microsoft Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a42f8ab59-38df-4b07-b896-4d1e707ef549","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPrerequisites.html","title":"Installation Prerequisites","navPath":"InstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a9af94f46-3cd5-4b1a-84ec-428be19a1005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Install AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a3f62fc90-955f-4f97-a0a5-c8c46cb777de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Uninstalling AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a672fd0a7-aa26-4d93-821a-73a75f4873ad","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientonWindowsFormBasedApplication.html","title":"Install Client on Windows Form Based Application","navPath":"InstallClientonWindowsFormBasedApplication.html","bundleId":"work-tasks-2023-sp1","id":"a137140d3-7d52-41d4-9551-8136fb69ccc9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPlanningChecklist.html","title":"Installation Planning Checklist","navPath":"InstallationPlanningChecklist.html","bundleId":"work-tasks-2023-sp1","id":"a5980d571-97d5-4345-8c24-82ef4e62e81f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelInstallationView.html","title":"High-Level Installation View","navPath":"HighLevelInstallationView.html","bundleId":"work-tasks-2023-sp1","id":"a1828e508-fddc-4a4e-a1f0-58d9503c2a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_4.html","title":"Installation","navPath":"Installation_4.html","bundleId":"work-tasks-2023-sp1","id":"a538908ac-a935-4118-9586-d1e4b008f8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_16.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_16.html","bundleId":"work-tasks-2023-sp1","id":"aca8f3f31-2894-4660-9800-0029e828a1b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_16.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_16.html","bundleId":"work-tasks-2023-sp1","id":"a1edffe02-7add-4b48-8c9e-c8a31f083406","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_6.html","title":"Select Client Installation","navPath":"SelectClientInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"ac3e1d111-2388-4bef-8e5f-4c1efd035930","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_6.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"af28ed421-0bc7-413c-ab28-1f8a28e51387","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_6.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_6.html","bundleId":"work-tasks-2023-sp1","id":"acbb59515-2201-45bb-8613-4c4a37f71986","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_10.html","title":"Verify the Installation","navPath":"VerifytheInstallation_10.html","bundleId":"work-tasks-2023-sp1","id":"a99434ef3-1864-415c-bdd9-0aed0998d88c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","title":"Install AVEVA Work Tasks Locales for Brazilian Portuguese","navPath":"InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","bundleId":"work-tasks-2023-sp1","id":"aab87faca-6aee-4369-a3b3-7be3f4b1df29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetaRepositorytoSupportMultipleLocales.html","title":"Set a Repository to Support Multiple Locales","navPath":"SetaRepositorytoSupportMultipleLocales.html","bundleId":"work-tasks-2023-sp1","id":"a20125d73-90e9-4183-b81c-a44690f19ac1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicensing.html","title":"AVEVA Licensing","navPath":"AVEVALicensing.html","bundleId":"work-tasks-2023-sp1","id":"af5fdcdb7-92e8-441d-a3ba-69d7bcb72a53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutAVEVAEnterpriseLicensing.html","title":"About AVEVA Enterprise Licensing","navPath":"AboutAVEVAEnterpriseLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a9d484cfe-660e-4e95-ad44-a0866eb22047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowdoesLicensingwork.html","title":"How does Licensing work?","navPath":"HowdoesLicensingwork.html","bundleId":"work-tasks-2023-sp1","id":"a156211ff-8c83-4268-8891-894768753f61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LicensingforAVEVAWorkTasks.html","title":"Licensing for AVEVA Work Tasks","navPath":"LicensingforAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae7db001b-925e-4f44-8a74-4d002066508a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GracePeriodforAVEVALicense.html","title":"Grace Period for AVEVA License","navPath":"GracePeriodforAVEVALicense.html","bundleId":"work-tasks-2023-sp1","id":"a32155e86-5ca8-45e0-84df-72fedb1aaa3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeLoadBalanceSettings.html","title":"Change Load Balance Settings","navPath":"ChangeLoadBalanceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a15ecb961-99ec-4e28-8ee3-17688f0a58bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientConnectionLicenseforSystemPlatformIDE.html","title":"Client Connection License for System Platform IDE","navPath":"ClientConnectionLicenseforSystemPlatformIDE.html","bundleId":"work-tasks-2023-sp1","id":"ac95b3991-a2c7-4163-a550-f622999e6f51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense.html","title":"Client Connection License for InTouch","navPath":"SessionbasedClientConnectionLicense.html","bundleId":"work-tasks-2023-sp1","id":"a6aa101d2-2a34-4db2-ad74-88ccc6538149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense_1.html","title":"Session-based Client Connection License","navPath":"SessionbasedClientConnectionLicense_1.html","bundleId":"work-tasks-2023-sp1","id":"abf9dcea0-c54f-4cb6-b969-5b2ec85dba09","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/worktasksmobileapplication.html","title":"AVEVA Work Tasks Pro","navPath":"worktasksmobileapplication.html","bundleId":"work-tasks-2023-sp1","id":"a3a7556c5-bf4b-472f-9319-f5be256a393c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicenseUtilizationWorkTasksPro.html","title":"AVEVA License Utilization","navPath":"AVEVALicenseUtilizationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"abe5d6131-d043-4c75-aaed-1d101fc40cf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PushNotificationArchitectureforAVEVAWorkTasksPro.html","title":"Push Notification Architecture for AVEVA Work Tasks Pro","navPath":"PushNotificationArchitectureforAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aafdf648e-11fc-434c-8dd3-ef4f4633c48a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnhancedSecurity.html","title":"Enhanced Security","navPath":"EnhancedSecurity.html","bundleId":"work-tasks-2023-sp1","id":"a567d3005-4d9b-4ca0-8464-d1c4c06ef27e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksPro.html","title":"Install AVEVA Work Tasks Pro","navPath":"InstallAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"ab22d0d52-a6de-4529-80dc-e03d6526395b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites3.html","title":"Prerequisites","navPath":"Prerequisites3.html","bundleId":"work-tasks-2023-sp1","id":"aedb989e9-eb6f-4595-aa4a-ecfd665c3211","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","title":"High Level View of Configuration and Installation of AVEVA Work Tasks Pro","navPath":"HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a7753eb43-5acd-423c-81db-9ed82e603e61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksPro.html","title":"Access AVEVA Work Tasks Pro","navPath":"AccessAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a42b2678d-18f5-4b0c-9b93-6cbd9cd61c11","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro within the Corporate Network","navPath":"AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"a45c309e8-6c9f-4ecd-91ca-3da0f53663a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro Outside the Corporate Network","navPath":"Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"afa95a0b2-8105-415d-a507-f6b65947e24b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksProApp.html","title":"Install and Configure AVEVA Work Tasks Pro App","navPath":"InstallandConfigureAVEVAWorkTasksProApp.html","bundleId":"work-tasks-2023-sp1","id":"a4f345fbb-37e3-4c84-9f6c-c01f5775f91e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationWorkTasksPro.html","title":"Verify Installation","navPath":"VerifyInstallationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"af9b19fd9-be02-466c-94a8-2f4eaadec08c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAVEVAWorkTasksPro.html","title":"Configure AVEVA Work Tasks Pro","navPath":"ConfigureAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aa40c55b5-23c8-4feb-bfd8-328d451667fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelMobileWorkList.html","title":"Delivery Channel - MobileWorkList","navPath":"DeliveryChannelMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"ad9789d60-56e8-4660-9d77-1df39bd6ba5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockorUnblockMobileApplication.html","title":"Block or Unblock Mobile Application","navPath":"BlockorUnblockMobileApplication.html","bundleId":"work-tasks-2023-sp1","id":"a986e2063-a4ef-46ae-836c-ccc962a5e752","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedSettings.html","title":"Advanced Settings","navPath":"AdvancedSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7a3e3a8-0c45-462b-8a49-104bc9e31c3f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceMonitor.html","title":"Service Monitor","navPath":"ServiceMonitor.html","bundleId":"work-tasks-2023-sp1","id":"a855fa4ee-6822-42c7-9af8-8711b4068e89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSettings.html","title":"Service Settings","navPath":"ServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0618090b-e4cb-4de0-8c00-94f57011e3e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineSettings.html","title":"Engine Settings","navPath":"EngineSettings.html","bundleId":"work-tasks-2023-sp1","id":"a7c07c866-2f74-408f-b405-06ca032e567f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSchedulerSettings.html","title":"Task Scheduler Settings","navPath":"TaskSchedulerSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac0c3f6de-c38f-435d-81de-5e906e2b9069","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceSettings.html","title":"Communication Service Settings","navPath":"CommunicationServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a41c15f07-0359-4304-a655-6c0d5f91f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceSettings.html","title":"Client Service Settings","navPath":"ClientServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"abd8849e5-eac3-4fcb-a946-d17f4667389a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofRestarts.html","title":"Types of Restarts","navPath":"TypesofRestarts.html","bundleId":"work-tasks-2023-sp1","id":"abec65059-9d26-4678-aae6-bcf228a49f8c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesofServiceMonitoring.html","title":"Features of Service Monitoring","navPath":"FeaturesofServiceMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a0d19fbbc-7044-4c3a-a400-78981958cb82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processmemorycalculation.html","title":"Process Memory Calculation","navPath":"processmemorycalculation.html","bundleId":"work-tasks-2023-sp1","id":"ad0e1d88b-1802-4eec-a414-8df998982577","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofMonitoring.html","title":"Types of Monitoring","navPath":"TypesofMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b101f-5049-447c-99d6-d56df861e9ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Maintenance.html","title":"Maintenance","navPath":"Maintenance.html","bundleId":"work-tasks-2023-sp1","id":"ac3c7342b-392e-4e3f-8b65-c76793a097cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CriticalMemoryLimit.html","title":"Critical Memory Limit","navPath":"CriticalMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"ae264141e-f9d4-412d-8168-6289575f3366","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WarningMemoryLimit.html","title":"Warning Memory Limit","navPath":"WarningMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"a72a651cf-6630-4a16-b80c-1f025dd8d4f5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSpecificMonitoring.html","title":"Service Specific Monitoring","navPath":"ServiceSpecificMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5706b52e-86e3-4db4-a450-7c60af1328fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowEngine.html","title":"Workflow Engine","navPath":"WorkflowEngine.html","bundleId":"work-tasks-2023-sp1","id":"a241795c3-25b7-44e5-bed7-cb79e4447326","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceDependencies.html","title":"Service Dependencies","navPath":"ServiceDependencies.html","bundleId":"work-tasks-2023-sp1","id":"a86e1bd69-9426-4e2f-bc31-31a47c3d5d8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedEnvironment.html","title":"Load Balanced Environment","navPath":"LoadBalancedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a84ee5a84-e4d4-4324-bde8-3be1e55ab327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationSettings.html","title":"Configuration Settings","navPath":"ConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a175dcc05-4338-4d72-a658-9e51ab33a4e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationConstants.html","title":"Application Constants","navPath":"ApplicationConstants.html","bundleId":"work-tasks-2023-sp1","id":"a24d62c71-9dcc-47ac-a85a-2fcc6d53d1b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultSettings.html","title":"Default Settings","navPath":"DefaultSettings.html","bundleId":"work-tasks-2023-sp1","id":"a79cd6d59-9683-4c0b-ab64-9412f80d821a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios.html","title":"User Scenarios","navPath":"UserScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a138fefd4-641c-4d05-ac8e-f2f9b900274c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TechnicalScenariosandFeatures.html","title":"Technical Scenarios and Features","navPath":"TechnicalScenariosandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"ab3e89762-73e9-4cfb-94b0-fd1ea15b8903","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationService.html","title":"Mobile Notification Service","navPath":"MobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa434e44a-3cd8-4229-964a-e29d47499a8d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RegistertoMobileNotificationService.html","title":"Register to Mobile Notification Service","navPath":"RegistertoMobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa70ba683-5dfe-4289-b0ea-970159c8ae15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrySettings.html","title":"Retry Settings","navPath":"RetrySettings.html","bundleId":"work-tasks-2023-sp1","id":"abf7194e6-3be9-465a-bcb1-ca8099e85d30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings.html","bundleId":"work-tasks-2023-sp1","id":"a5e84f896-e5bc-423b-825d-320e8c11a403","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratingNotificationServices.html","title":"Migrating Notification Services","navPath":"MigratingNotificationServices.html","bundleId":"work-tasks-2023-sp1","id":"afde6efcc-67be-412e-bc1c-0e4f10983b8c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings_1.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"aa8cdcce1-d523-4906-a1b5-d67d89416a42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalSettings.html","title":"Global Settings","navPath":"GlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0f90a-56ed-4162-a7f5-3f9a3413970d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HTTPSettings.html","title":"HTTP Settings","navPath":"HTTPSettings.html","bundleId":"work-tasks-2023-sp1","id":"aa1d90df1-9bb0-4a8b-ad0b-e46f8fbc1ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogorTransactionSettings.html","title":"Log or Transaction Settings","navPath":"LogorTransactionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a57822d57-f2a8-4e63-959b-7f2e88c53e1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherSettings.html","title":"File Watcher Settings","navPath":"FileWatcherSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c21143e-23a5-4223-9432-ce970adf9e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MachineSetting.html","title":"Machine Setting","navPath":"MachineSetting.html","bundleId":"work-tasks-2023-sp1","id":"a38372161-3b2f-4905-98e6-01853383cd28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureSetting.html","title":"Azure Setting","navPath":"AzureSetting.html","bundleId":"work-tasks-2023-sp1","id":"a3329c8ec-667c-458e-a36b-e08e4f8982f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateEnterpriseConsolewithAnonymousAuthentication.html","title":"Create Enterprise Console with Anonymous Authentication","navPath":"CreateEnterpriseConsolewithAnonymousAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a74d7c4d6-6e5e-4fc0-b107-15a2c312aaf6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServiceBusListener.html","title":"Configure Service Bus Listener","navPath":"ConfigureServiceBusListener.html","bundleId":"work-tasks-2023-sp1","id":"af4cd2ae1-6738-412f-860c-08a97f80352c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GenerateSASToken.html","title":"Generate SAS Token","navPath":"GenerateSASToken.html","bundleId":"work-tasks-2023-sp1","id":"ab00e3385-aa49-4dad-b58a-15fbfab1820d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvideServerDetailstoMobileUser.html","title":"Provide Server Details to Mobile User","navPath":"ProvideServerDetailstoMobileUser.html","bundleId":"work-tasks-2023-sp1","id":"ad39cb56c-5c90-40f0-a790-06d08f952dd3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAServices.html","title":"ArchestrA Services","navPath":"ArchestrAServices.html","bundleId":"work-tasks-2023-sp1","id":"a345ab52b-15c4-4e1d-855e-7184a6ce4d68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenIDSettings.html","title":"OpenID Settings","navPath":"OpenIDSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1f2bca70-9490-4427-b761-20bcb0b083b0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAConnectSettings.html","title":"AVEVA Connect Settings","navPath":"AVEVAConnectSettings.html","bundleId":"work-tasks-2023-sp1","id":"a35546651-61ed-4c4f-906e-361bed27ae43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureActiveDirectorySettings.html","title":"Azure Active Directory Settings","navPath":"AzureActiveDirectorySettings.html","bundleId":"work-tasks-2023-sp1","id":"a842d1482-6c53-4e10-bb87-48aa5d93e380","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomScopeinAzureActiveDirectory.html","title":"Create Custom Scope in Azure Active Directory","navPath":"CreateCustomScopeinAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"ab8fba8bb-1a36-402b-96ef-aed20f8d610c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","title":"Retrieve Additional User Properties for Azure Active Directory User Provider","navPath":"RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","bundleId":"work-tasks-2023-sp1","id":"a3353af6e-9df7-4142-a801-3300f09ad5cd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoResumeSettings.html","title":"Auto Resume Settings","navPath":"AutoResumeSettings.html","bundleId":"work-tasks-2023-sp1","id":"af55cc2d9-e0fc-4594-94a9-4621866e338a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/720535.html","title":"Cache Refresh Settings","navPath":"720535.html","bundleId":"work-tasks-2023-sp1","id":"a78464617-e6f0-47bb-b9c1-7191cffe76d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrationTasks.html","title":"Administration Tasks","navPath":"AdministrationTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae59b26cc-e845-4225-9696-6215cf030cc8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutFormsDesigner.html","title":"About Forms Designer","navPath":"AboutFormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a0e8d52b2-522d-4301-95eb-3257e6d3a29e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInstalledProducts.html","title":"View Installed Products","navPath":"ViewInstalledProducts.html","bundleId":"work-tasks-2023-sp1","id":"a9068d703-1f5a-4c83-85c7-bedac07063ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageDatabases.html","title":"Manage Databases","navPath":"ManageDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a9b379c48-02b3-44bb-a0d4-5678fb42f560","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseUserSettingsforWindowsAuthentication.html","title":"Change Database User Settings for Windows Authentication","navPath":"ChangeDatabaseUserSettingsforWindowsAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa77722a0-477b-4d53-91b0-a609bdcf3d6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeSQLUserCredentialsforSQLAuthentication.html","title":"Change SQL User Credentials for SQL Authentication","navPath":"ChangeSQLUserCredentialsforSQLAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a96575ae0-2840-4b46-a9d0-ac4c98d819ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofFarmConnectionSettings.html","title":"Change Pool Size of Farm Connection Settings","navPath":"ChangePoolSizeofFarmConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a9d6fe843-8391-4cd0-ae2a-b7314822435d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseSettings.html","title":"Change Database Settings","navPath":"ChangeDatabaseSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3465c11a-d283-456e-ab66-177ab90f9ce5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServices.html","title":"Configure Services","navPath":"ConfigureServices.html","bundleId":"work-tasks-2023-sp1","id":"ac58fbc46-3e88-4538-a676-775daf3783d1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TwowayEmailNotification.html","title":"Two-way Email Notification","navPath":"TwowayEmailNotification.html","bundleId":"work-tasks-2023-sp1","id":"ab97d5713-3617-46fa-90c3-8a3d16b554d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeServiceSettings.html","title":"Change Service Settings","navPath":"ChangeServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a223da71a-6531-45f1-bcd9-3672dbd7abb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringSettings.html","title":"Client Service Monitoring Settings","navPath":"ClientServiceMonitoringSettings.html","bundleId":"work-tasks-2023-sp1","id":"aaf06aff1-9266-4a8e-801a-07b204acab96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettings.html","title":"Cryptography Settings","navPath":"CryptographySettings.html","bundleId":"work-tasks-2023-sp1","id":"a3a06b38a-22c1-49ca-9b22-16d36a89b564","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratePassphraseusingMigrationTool.html","title":"Migrate Passphrase using Migration Tool","navPath":"MigratePassphraseusingMigrationTool.html","bundleId":"work-tasks-2023-sp1","id":"af8724a67-1263-415f-b0ac-68d1e0718976","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministerWebServers.html","title":"Administer Web Servers","navPath":"AdministerWebServers.html","bundleId":"work-tasks-2023-sp1","id":"a0fa009e9-6962-4a9c-95e9-2dc14b4a8e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWebSiteSettings.html","title":"Change Web Site Settings","navPath":"ChangeWebSiteSettings.html","bundleId":"work-tasks-2023-sp1","id":"a4f8033fd-bc87-4233-9be7-1e315cdd026e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","title":"Set Desired Port Number for Central Configuration and Enterprise Console During Installation","navPath":"SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a85d3a217-272f-4e61-875c-58769c1f5e41","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","title":"Create Website with Desired Port Number Through Farm Configuration Wizard","navPath":"CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"a35481bc7-4e11-4d14-b9d0-b92b3ec49646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofAVEVAWorkTasksSites.html","title":"Change Port Number of AVEVA Work Tasks Sites","navPath":"ChangePortNumberofAVEVAWorkTasksSites.html","bundleId":"work-tasks-2023-sp1","id":"aee2426ea-26f6-4d12-b939-a4fedde7a695","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","title":"Change Port Number of Central Configuration and Enterprise Console","navPath":"ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"ac67b8d79-bb82-4997-b09a-7ad75369522d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewEnterpriseConsole.html","title":"Add a New Enterprise Console","navPath":"AddaNewEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a6bb124e6-ec09-4178-9614-7ec40bce0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","title":"Map or Un-map a Repository from an Existing Enterprise Console","navPath":"MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a01d2c096-5e88-425f-ade2-57db454cce1f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditClientMachines.html","title":"Edit Client Machines","navPath":"EditClientMachines.html","bundleId":"work-tasks-2023-sp1","id":"a8a8be082-63ad-4817-946f-b3c5b9381f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditLicenseServerDetails.html","title":"Edit License Server Details","navPath":"EditLicenseServerDetails.html","bundleId":"work-tasks-2023-sp1","id":"a6c96e6e3-fd6c-40fd-a0d8-dd31b47a8172","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithEnterpriseConsoleList.html","title":"Work with Enterprise Console List","navPath":"WorkwithEnterpriseConsoleList.html","bundleId":"work-tasks-2023-sp1","id":"a73c733a8-a8ec-49b4-a989-d368db0a05c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithCentralConfiguration.html","title":"Work with Central Configuration","navPath":"WorkwithCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ab57185f5-6a11-4094-93be-3a2b4510b7c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_10.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_10.html","bundleId":"work-tasks-2023-sp1","id":"a7d7ce977-c7df-4add-9f53-87493f02891a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageRepositoryDataSource.html","title":"Manage Repository DataSource","navPath":"ManageRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a81a4e275-9e31-4dd2-be4b-6dd216aa0a9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_10.html","title":"Create a Repository","navPath":"CreateaRepository_10.html","bundleId":"work-tasks-2023-sp1","id":"ab455356a-265e-4a4e-ba24-f87b07f79911","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAdministratorUser.html","title":"Configure Administrator User","navPath":"ConfigureAdministratorUser.html","bundleId":"work-tasks-2023-sp1","id":"a5fcd8a7a-546f-4d24-8cdc-db3ab6ef3dfa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureSystemUser.html","title":"Configure System User","navPath":"ConfigureSystemUser.html","bundleId":"work-tasks-2023-sp1","id":"aef3ee3a2-e82d-427d-8c24-504dfea3b73b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureExceptionMailTemplates.html","title":"Configure Exception Mail Templates","navPath":"ConfigureExceptionMailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"afe67e1cc-9f7a-46fb-b378-fd8e8988f4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","title":"Change Pool Size of Repository DataSource Connection Settings","navPath":"ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0105d9ad-a0fa-4ab1-bec4-08bf9b13bf51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePasswordofSQLServerUserCredentials.html","title":"Change Password of SQL Server User Credentials Used to Connect to Repository DataSource","navPath":"ChangePasswordofSQLServerUserCredentials.html","bundleId":"work-tasks-2023-sp1","id":"a71efdb85-942f-4f5b-a29b-6620fe056095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","title":"Map or Un-map a Repository from Servers and Enterprise Consoles","navPath":"MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","bundleId":"work-tasks-2023-sp1","id":"a052b0352-288a-4792-98c4-8256621eb17c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HideorUnhideRepository.html","title":"Hide or Unhide Repository","navPath":"HideorUnhideRepository.html","bundleId":"work-tasks-2023-sp1","id":"a38e6f722-076f-45ce-b962-b103d41e481d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepository.html","title":"Delete Repository","navPath":"DeleteRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad3f94814-6c43-4182-8ed2-9d2e1c51ee1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepositoryDataSource.html","title":"Delete Repository DataSource","navPath":"DeleteRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a7c18d054-24da-4f99-82eb-717828c536f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics.html","title":"Diagnostics","navPath":"Diagnostics.html","bundleId":"work-tasks-2023-sp1","id":"aaea126a1-100b-478d-a62c-db49021ddf71","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MailServerSetting.html","title":"Mail Server Setting","navPath":"MailServerSetting.html","bundleId":"work-tasks-2023-sp1","id":"a89cb5e71-b6dc-41a4-b7ac-2f789d6ec1c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1053479.html","title":"Configuring SMTP Settings","navPath":"1053479.html","bundleId":"work-tasks-2023-sp1","id":"a7a318bb8-aa93-4dd3-94ae-77efdb4be060","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePOP3Settings.html","title":"Configure POP3 Settings","navPath":"ConfigurePOP3Settings.html","bundleId":"work-tasks-2023-sp1","id":"ad979e322-2421-4167-92bc-5de31c84ca57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessGoogleAccount.html","title":"Configure OAuth2 to Access Google Account","navPath":"ConfigureOAuth2toAccessGoogleAccount.html","bundleId":"work-tasks-2023-sp1","id":"ab54c6962-9ef7-4a0a-955c-ab95d359cf9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessO365Account.html","title":"Configure OAuth2 to Access O365 Account","navPath":"ConfigureOAuth2toAccessO365Account.html","bundleId":"work-tasks-2023-sp1","id":"a004a19bd-b630-430d-aeec-9dc4de4015e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewtheEnterpriseServersList.html","title":"View the Enterprise Servers List","navPath":"ViewtheEnterpriseServersList.html","bundleId":"work-tasks-2023-sp1","id":"a88340819-5de3-4a10-9eef-6b9b8b1455d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/350802.html","title":"Configuring and Registering Token Service","navPath":"350802.html","bundleId":"work-tasks-2023-sp1","id":"af6208bab-61c5-4532-93b7-b51f79a87991","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableSecurityforaRepository.html","title":"Enable or Disable Security for a Repository","navPath":"EnableorDisableSecurityforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac3892bae-b9c0-4db1-9f4a-448b5fb7b957","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableWebPartsforaRepository.html","title":"Enable or Disable Web Parts for a Repository","navPath":"EnableorDisableWebPartsforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a99cdfa89-693b-4d8c-891d-330bba90fad4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserProviders.html","title":"User Providers","navPath":"UserProviders.html","bundleId":"work-tasks-2023-sp1","id":"af4b8b0c3-7df2-4772-85e1-16a259a42468","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeUserProviderProperties.html","title":"Change User Provider Properties","navPath":"ChangeUserProviderProperties.html","bundleId":"work-tasks-2023-sp1","id":"af16187ab-be7a-4c9e-ac36-67a169d3ff00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddAdditionalUserProviders.html","title":"Add Additional User Providers","navPath":"AddAdditionalUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"a351c0121-6f26-4164-b281-6b4f29ed497a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureUserProviders.html","title":"Configure User Providers","navPath":"ConfigureUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"ab124e8c5-e1e0-43a8-8c8c-623e0c9d2980","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserList.html","title":"User List","navPath":"UserList.html","bundleId":"work-tasks-2023-sp1","id":"ad9d414d6-2496-477e-9e02-634ee93db777","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList.html","title":"Manage Users in List Provider","navPath":"WorkingwithRepositoryProviderList.html","bundleId":"work-tasks-2023-sp1","id":"a3e5106a9-a80f-4ae2-aa27-e45c9582c02d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList_1.html","title":"Working with Repository-Provider List","navPath":"WorkingwithRepositoryProviderList_1.html","bundleId":"work-tasks-2023-sp1","id":"a369822d5-eed4-457f-8f31-edbbcc0c5a21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureProviderDefinitionXML.html","title":"Configure Provider Definition XML","navPath":"ConfigureProviderDefinitionXML.html","bundleId":"work-tasks-2023-sp1","id":"af2c0da88-e20e-4fbd-b96e-79189609fe6e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableanExistingRepositorywithCrossdomainRoleProvider.html","title":"Enable an Existing Repository with Cross-domain Role Provider","navPath":"EnableanExistingRepositorywithCrossdomainRoleProvider.html","bundleId":"work-tasks-2023-sp1","id":"a0c28c0c2-85bd-4810-974f-d0e743617b04","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles.html","title":"Synchronize Roles","navPath":"SynchronizeRoles.html","bundleId":"work-tasks-2023-sp1","id":"a5c9ed016-9f8f-4ae4-8373-49c048ae4bb4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks.html","bundleId":"work-tasks-2023-sp1","id":"a420abaee-c16d-4994-8c70-0fc36d705016","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeUserPropertieswithDataSourceProviders.html","title":"Synchronize User Properties with Data Source Providers","navPath":"SynchronizeUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"af3e96552-2a6e-4180-965a-a539cf6e7460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","title":"Synchronize Active or Inactive User Properties with Data Source Providers","navPath":"SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"aa0c4d8a4-19e3-4830-aaad-d768e0358598","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScheduleSynchronizationofUserProperties.html","title":"Schedule Synchronization of User Properties","navPath":"ScheduleSynchronizationofUserProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1a237d0d-8399-4faa-96c9-44ee885475e5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectorytoSQLProvider.html","title":"Map Active Directory to SQL Provider","navPath":"MapActiveDirectorytoSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa0a43d28-043d-46c7-b707-8768fb82effa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Debug.html","title":"Debug","navPath":"Debug.html","bundleId":"work-tasks-2023-sp1","id":"a0158cb26-c1d8-4e6d-901a-de76cbd5ecfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogFiles.html","title":"Log Files","navPath":"LogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a55d864d0-9a04-4d5d-9ae5-e8747272e89f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExceptionMessages.html","title":"Exception Messages","navPath":"ExceptionMessages.html","bundleId":"work-tasks-2023-sp1","id":"aec2e3bad-7f99-4d76-8b11-288355807d0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAIdentityManager.html","title":"AVEVA Identity Manager","navPath":"AVEVAIdentityManager.html","bundleId":"work-tasks-2023-sp1","id":"a0faf5fb1-8d18-4b37-94c0-3bca20293216","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPIwithAIMAuthentication.html","title":"Web API with AIM Authentication","navPath":"WebAPIwithAIMAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"addfaf353-ac80-4e68-868e-52c5eb7c0913","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConsumeAccessTokenfromInTouchOMIApp.html","title":"Consume Access Token from InTouch OMI App in AVEVA Work Tasks Controls","navPath":"ConsumeAccessTokenfromInTouchOMIApp.html","bundleId":"work-tasks-2023-sp1","id":"aa99d31f3-8591-4536-b36e-b282a1c978a8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingskeltainstallation.html","title":"Embedding AVEVA Work Tasks","navPath":"embeddingskeltainstallation.html","bundleId":"work-tasks-2023-sp1","id":"a53cacc28-df4d-40f7-a061-3172ca7cf932","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddanInstallationPath.html","title":"Add an Installation Path","navPath":"AddanInstallationPath.html","bundleId":"work-tasks-2023-sp1","id":"aaf294842-ac09-4ef4-9253-cf7b6580b892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddRegistryEntries.html","title":"Add Registry Entries","navPath":"AddRegistryEntries.html","bundleId":"work-tasks-2023-sp1","id":"ad64e1073-383d-4586-b780-b6f0987863d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingregistryentry.html","title":"Entry for AVEVA Work Tasks Folders","navPath":"addingregistryentry.html","bundleId":"work-tasks-2023-sp1","id":"ade7ddfeb-ef66-4128-89c9-2798cd8ae4f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforFarmWizardBackgroundImage.html","title":"Entry for Farm Wizard Background Image","navPath":"EntryforFarmWizardBackgroundImage.html","bundleId":"work-tasks-2023-sp1","id":"a2f65021f-6fc3-4222-b89e-ccc6d34a4d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforCentralConfigurationShortcutPath.html","title":"Entry for Central Configuration Shortcut Path","navPath":"EntryforCentralConfigurationShortcutPath.html","bundleId":"work-tasks-2023-sp1","id":"af6ef5cce-dfcf-4ee9-8f9f-f0e7c1201aba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUIText.html","title":"Customize UI Text","navPath":"CustomizeUIText.html","bundleId":"work-tasks-2023-sp1","id":"a1993227d-c90f-40f4-a865-7f6e08201442","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientService.html","title":"Install Client Service","navPath":"InstallClientService.html","bundleId":"work-tasks-2023-sp1","id":"a2561a154-4440-4865-95ed-86c80ff226b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementFarmEventsInterface.html","title":"Implement FarmEvents Interface","navPath":"ImplementFarmEventsInterface.html","bundleId":"work-tasks-2023-sp1","id":"aa79f076a-f578-4ae4-85d8-146b7e25ed43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyEmbeddedAVEVAWorkTasks.html","title":"Verify Embedded AVEVA Work Tasks","navPath":"VerifyEmbeddedAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a5e190b5d-89a1-4811-b573-033eee6e19f1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmRecovery.html","title":"Farm Recovery","navPath":"FarmRecovery.html","bundleId":"work-tasks-2023-sp1","id":"abb32e7ef-9fee-4427-bf50-a9628baf110e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MovefromDevelopmentEnvironmenttoProductionEnvironment.html","title":"Move from Development Environment to Production Environment","navPath":"MovefromDevelopmentEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa3b8f14b-98cd-41c7-8151-d0f63fcfdd92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReuseRepositoryData.html","title":"Reuse Repository Data","navPath":"ReuseRepositoryData.html","bundleId":"work-tasks-2023-sp1","id":"a1f0c8e9d-ed95-4af8-9dd8-91727f46a676","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploymentOptions.html","title":"Deployment Options","navPath":"DeploymentOptions.html","bundleId":"work-tasks-2023-sp1","id":"ad0f3c54f-3d67-4464-bc0e-e361f0018d0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttachDataSource.html","title":"Attach DataSource","navPath":"AttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a3fd0fd5f-47a6-4e25-b805-a9af45b6be67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoPerformAttachDataSource.html","title":"Steps to Perform Attach DataSource","navPath":"StepstoPerformAttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"ad89651dc-1d12-4ddc-9f7e-0e1d9c5b7260","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios_1.html","title":"User Scenarios","navPath":"UserScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a4d76ae-5aa8-45a0-b028-64db630595c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploysaSolutionfromOneMachinetoAnother.html","title":"Deploys a Solution from One Machine to Another","navPath":"DeploysaSolutionfromOneMachinetoAnother.html","bundleId":"work-tasks-2023-sp1","id":"a8e6fbeb8-764e-4513-8982-d6f582d2ecae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SolutionRequiresanUpgrade.html","title":"Solution Requires an Upgrade","navPath":"SolutionRequiresanUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"aef11cfb3-ec92-463c-aaa9-16c4888eab02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisasterRecoveryofaSolution.html","title":"Disaster Recovery of a Solution","navPath":"DisasterRecoveryofaSolution.html","bundleId":"work-tasks-2023-sp1","id":"a60f2aa84-83b4-44c4-a1f2-1eece54b3abe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMReportsfromanArchivedDatabase.html","title":"BAM Reports from an Archived Database","navPath":"BAMReportsfromanArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"ae0644511-85a0-4e71-9368-83967f8be0b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a689772af-241d-4863-8b28-cd9689897848","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallClient.html","title":"Uninstall Client","navPath":"UninstallClient.html","bundleId":"work-tasks-2023-sp1","id":"a20689f0a-3f5c-47e1-8a30-f17baace4256","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallServer.html","title":"Uninstall Server","navPath":"UninstallServer.html","bundleId":"work-tasks-2023-sp1","id":"a357f2519-5d44-4f9d-b921-7df9b739af84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallFarm.html","title":"Uninstall Farm","navPath":"UninstallFarm.html","bundleId":"work-tasks-2023-sp1","id":"afab76566-4043-44e0-bad2-09c39d435131","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a0267108e-d832-4794-bcf5-b4e8296d0ceb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradingskeltabpmnet.html","title":"Upgrading AVEVA Work Tasks","navPath":"upgradingskeltabpmnet.html","bundleId":"work-tasks-2023-sp1","id":"aafcf3b48-379c-4ffe-9563-fd5ffc701917","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradescenarios.html","title":"Upgrade Scenarios","navPath":"upgradescenarios.html","bundleId":"work-tasks-2023-sp1","id":"aa16b0926-ee22-4846-89c4-dd2c9cbc7247","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinStandaloneEnvironment.html","title":"Upgrade in Standalone Environment","navPath":"UpgradeinStandaloneEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a1c27d8a9-5c59-4d00-a08f-34683b13db92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinClientServerEnvironment.html","title":"Upgrade in Client - Server Environment","navPath":"UpgradeinClientServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a96715d22-7548-4fef-aad2-06aa5da6299d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinEnterpriseServerEnvironment.html","title":"Upgrade in Enterprise Server Environment","navPath":"UpgradeinEnterpriseServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a9d13a2b4-ceb6-4cef-8e2e-51141e8170cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradeprocedure.html","title":"Upgrade Procedure","navPath":"upgradeprocedure.html","bundleId":"work-tasks-2023-sp1","id":"a198f6c6f-2049-40c8-a991-b8b3dd0b2b18","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bpm2014-beforeyouupgrade.html","title":"Before You Upgrade","navPath":"bpm2014-beforeyouupgrade.html","bundleId":"work-tasks-2023-sp1","id":"a441157bb-a3cf-40a9-b872-5832ce213ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/682578.html","title":"Upgrading to AVEVA Work Tasks 2020","navPath":"682578.html","bundleId":"work-tasks-2023-sp1","id":"ab26a021d-7c37-4657-8502-fc83bed565e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746788.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 1","navPath":"746788.html","bundleId":"work-tasks-2023-sp1","id":"af237fcef-39f3-4d31-998c-195726103515","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/898602.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 2","navPath":"898602.html","bundleId":"work-tasks-2023-sp1","id":"a702153e0-c1eb-4e68-a6dc-d8192359732d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/926969.html","title":"Upgrading to AVEVA Work Tasks 2023","navPath":"926969.html","bundleId":"work-tasks-2023-sp1","id":"a93715420-05de-43c5-947b-4bb439b5c644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093466.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"1093466.html","bundleId":"work-tasks-2023-sp1","id":"a9cf9ad2e-758a-46a6-a768-e3c7afc20ecb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RunUpgradeManager.html","title":"Run Upgrade Manager","navPath":"RunUpgradeManager.html","bundleId":"work-tasks-2023-sp1","id":"a18d11e43-6e95-4734-9c7a-96ae9b154da3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/477027.html","title":"Upgrading AVEVA Work Tasks in Silent Mode","navPath":"477027.html","bundleId":"work-tasks-2023-sp1","id":"a044d3d84-0208-40e7-b94c-3c0a0f0defdc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","title":"Prerequisites to Upgrade AVEVA Work Tasks in Silent Mode","navPath":"PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a064748d4-6c26-4f81-b165-54fbf6b66139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","bundleId":"work-tasks-2023-sp1","id":"ae60478d8-b77d-4dc2-93c4-c34460c68030","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeSkeltaBPMInSilentMode.html","title":"Upgrading in Silent Mode Using Installer","navPath":"UpgradeSkeltaBPMInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ae5370597-18f1-456e-abdf-cf5bb61d0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinSilentMode.html","title":"Upgrade in Silent Mode","navPath":"UpgradeinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ac04fc3fe-6442-40ea-962d-1759645778b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/433840.html","title":"Return Results for AVEVA Work Tasks Silent Upgrade","navPath":"433840.html","bundleId":"work-tasks-2023-sp1","id":"af204e0e7-6d89-40c9-a0b8-7042bb688185","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseanExistingWebsite.html","title":"Use an Existing Website","navPath":"UseanExistingWebsite.html","bundleId":"work-tasks-2023-sp1","id":"a14b39f24-7c83-4888-9ff8-64a4edd48c67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesandGuidelines.html","title":"Best Practices and Guidelines","navPath":"BestPracticesandGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"a1ac57ee2-c68d-4758-996a-3ca4776e9b36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecuringAVEVAWorkTasks.html","title":"Best Practices for Securing AVEVA Work Tasks","navPath":"SecuringAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"aed8c4ea2-ec5a-4a33-9ff0-027a5871d78d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintainingAVEVAWorkTasksDatabases.html","title":"Best Practices for Maintaining AVEVA Work Tasks Databases","navPath":"MaintainingAVEVAWorkTasksDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a490ae853-8904-4665-862b-e70158fb1074","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisablingActiveDirectoryUsers.html","title":"Best Practice for Disabling Active Directory Users","navPath":"DisablingActiveDirectoryUsers.html","bundleId":"work-tasks-2023-sp1","id":"a2d8841de-1cb9-4b4c-8ed2-4b36ab704943","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingDifferentRegionalCultural_Settings.html","title":"Best Practices for Handling Different Regional/Cultural Settings","navPath":"HandlingDifferentRegionalCultural_Settings.html","bundleId":"work-tasks-2023-sp1","id":"af64e6e13-0ad8-4c94-aa30-b94ceb30239e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingCrossSiteRequestForgeryinCustomApplication.html","title":"Best Practice for Handling Cross Site Request Forgery in Custom Application","navPath":"HandlingCrossSiteRequestForgeryinCustomApplication.html","bundleId":"work-tasks-2023-sp1","id":"a31621086-ccc6-4651-9758-601aae0939c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforSizingDatabase.html","title":"Guidelines for Sizing Database","navPath":"GuidelinesforSizingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a7b52fc40-d543-41dd-9257-d122dd7c08b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforArchivingDatabase.html","title":"Guidelines for Archiving Database","navPath":"GuidelinesforArchivingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3ae5b579-b11d-49ff-b4bb-eeb432371c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforAVEVAWorkTasksDatabase.html","title":"Archival Strategy for AVEVA Work Tasks Database","navPath":"ArchivalStrategyforAVEVAWorkTasksDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9712ec33-d181-4271-9b96-65d8170571db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingRepositoryDatabase.html","title":"Archiving Repository Database","navPath":"ArchivingRepositoryDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a5a5478db-e478-4e36-958c-870ef656f707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingFarmDatabase.html","title":"Archiving Farm Database","navPath":"ArchivingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3254d220-8f78-441d-940d-8aadf2639eb2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforCustomTables.html","title":"Archival Strategy for Custom Tables","navPath":"ArchivalStrategyforCustomTables.html","bundleId":"work-tasks-2023-sp1","id":"a6ee943f6-d635-44fe-bf7d-d1cd371921ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforMigratedDatabase.html","title":"Archival Strategy for Migrated Database","navPath":"ArchivalStrategyforMigratedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a712d456d-8367-4d1a-a25b-980c5cec1671","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewingBAMReportsfortheArchivedDatabase.html","title":"Viewing BAM Reports for the Archived Database","navPath":"ViewingBAMReportsfortheArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a34120a23-ba24-4e06-bc65-f2db7c42f3ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationScenario.html","title":"Application Scenario","navPath":"ApplicationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a3cef2393-c8a7-409f-a3a7-5e5b76ab06b5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforPartitioningDatabase.html","title":"Guidelines for Partitioning Database","navPath":"GuidelinesforPartitioningDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9a4fb8a4-acde-4376-8ad0-ab7d199a5209","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Recommendations.html","title":"Recommendations","navPath":"Recommendations.html","bundleId":"work-tasks-2023-sp1","id":"a07edabac-d1d8-42b7-8181-13713e99cdbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesforFeaturesandServices.html","title":"Best Practices for Features and Services","navPath":"BestPracticesforFeaturesandServices.html","bundleId":"work-tasks-2023-sp1","id":"a5ab04d9e-1910-4f2f-8f32-121d0cd28719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","title":"Guidelines on using SQL AlwaysOn Availability Group","navPath":"GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","bundleId":"work-tasks-2023-sp1","id":"a11d3f9e1-37ef-4761-9d96-7998ada3e709","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","title":"Guidelines for Configuring AVEVA Work Tasks in DMZ","navPath":"GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","bundleId":"work-tasks-2023-sp1","id":"a015d4377-89c7-4758-afdb-c8de4d5fd218","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforAntivirus.html","title":"Guidelines for Antivirus","navPath":"GuidelinesforAntivirus.html","bundleId":"work-tasks-2023-sp1","id":"a42d7a8f2-a9d9-4555-84ed-58bf182a3b37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/chapter9-troubleshooting.html","title":"Troubleshooting","navPath":"chapter9-troubleshooting.html","bundleId":"work-tasks-2023-sp1","id":"abc7e52c2-8728-4122-a86e-354cc8e2a9ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforDebuggingExceptions.html","title":"Prerequisites for Debugging Exceptions","navPath":"PrerequisitesforDebuggingExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a68f6a939-efef-4171-8684-897abeb9d8ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrorswhileInstallingFarm.html","title":"Database Connection Errors while Installing Farm","navPath":"DatabaseConnectionErrorswhileInstallingFarm.html","bundleId":"work-tasks-2023-sp1","id":"a595851e6-c9ba-42b8-98cf-7112d3144d31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceErrors.html","title":"Client Service Errors","navPath":"ClientServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab59330c8-2c07-4dce-b3b1-7d8af9523b28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsServiceErrors.html","title":"Windows Service Errors","navPath":"WindowsServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"adba48073-9761-4b9f-bf5d-45f67d0aa8f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringErrors.html","title":"Client Service Monitoring Errors","navPath":"ClientServiceMonitoringErrors.html","bundleId":"work-tasks-2023-sp1","id":"a0ac0b7b9-0af5-4f5a-b757-233aab7d7915","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrors.html","title":"Database Connection Errors","navPath":"DatabaseConnectionErrors.html","bundleId":"work-tasks-2023-sp1","id":"a16cb219c-f85c-43a1-9eba-56c3298ee687","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IISErrorwhileConfiguringFarmConfiguration.html","title":"IIS Error while Configuring Farm Configuration","navPath":"IISErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ae347415e-4af3-40fa-9420-c48feb388178","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ASPNETErrorwhileConfiguringFarmConfiguration.html","title":"ASP​.NET Error while Configuring Farm Configuration","navPath":"ASPNETErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a0770902e-77ac-4b48-a611-f557791b51c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsAuthenticationorAnonymousAuthenticationError.html","title":"Windows Authentication or Anonymous Authentication Error","navPath":"WindowsAuthenticationorAnonymousAuthenticationError.html","bundleId":"work-tasks-2023-sp1","id":"a5c86479f-5945-4476-8e28-848f1867866f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Non-QueryExecutionFailure.html","title":"Non-Query Execution Failure","navPath":"Non-QueryExecutionFailure.html","bundleId":"work-tasks-2023-sp1","id":"abbfce4f5-5c8d-43fe-9663-ec705870703b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotAuthorizedtoAccessSiteError.html","title":"Not Authorized to Access Site Error","navPath":"NotAuthorizedtoAccessSiteError.html","bundleId":"work-tasks-2023-sp1","id":"ad547a74f-0698-4153-898b-e828a19c0654","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleErrors.html","title":"Enterprise Console Errors","navPath":"EnterpriseConsoleErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab36e843c-bd0a-47ec-bd92-d162b730d43e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AuthenticationandPersonalization.html","title":"Authentication and Personalization","navPath":"AuthenticationandPersonalization.html","bundleId":"work-tasks-2023-sp1","id":"a2154700f-9a18-4d53-aca1-f7ceea2bebd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceIssueWhileAccessingEnterpriseConsole.html","title":"Performance Issue While Accessing Enterprise Console","navPath":"PerformanceIssueWhileAccessingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abb180b12-d00c-42c5-95bc-4bf9653cabff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CentralConfigurationisnotLoading.html","title":"Central Configuration is not Loading","navPath":"CentralConfigurationisnotLoading.html","bundleId":"work-tasks-2023-sp1","id":"a994a35c1-1fdc-42b4-be55-36e3d39cf4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceErrors.html","title":"Communication Service Errors","navPath":"CommunicationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab6309b7d-e41c-4450-87e7-30529bbe4f42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmConfigurationError.html","title":"Farm Configuration Error","navPath":"FarmConfigurationError.html","bundleId":"work-tasks-2023-sp1","id":"a28ed446b-442d-4704-b8fe-98add61f87b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowTestRunErrors.html","title":"Workflow Test Run Errors","navPath":"WorkflowTestRunErrors.html","bundleId":"work-tasks-2023-sp1","id":"a25f5700a-00e5-4693-85b6-5ac950bd163d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveorCopyItemActivityErrors.html","title":"Move or Copy Item Activity Errors","navPath":"MoveorCopyItemActivityErrors.html","bundleId":"work-tasks-2023-sp1","id":"adb5520dc-97df-49f2-bfdc-a5904579b1aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangingResourceAccountCredentials.html","title":"Changing Resource Account Credentials","navPath":"ChangingResourceAccountCredentials.html","bundleId":"work-tasks-2023-sp1","id":"ac1991c97-416d-4cf2-9901-80eb0056882b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhileInstallingConfigurationFarmorWebSites.html","title":"Error while Installing Configuration Farm or Web Sites","navPath":"ErrorwhileInstallingConfigurationFarmorWebSites.html","bundleId":"work-tasks-2023-sp1","id":"a704e9973-eb6d-45ea-b422-39360f48efae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhilereinstallingAVEVAWorkTasksClient.html","title":"Error while reinstalling AVEVA Work Tasks Client","navPath":"ErrorwhilereinstallingAVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a43a6af09-4675-455a-9bc7-4b8bfaf68cb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoLogontoEnterpriseConsole.html","title":"Unable to Log on to Enterprise Console","navPath":"UnabletoLogontoEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"adde36a7a-f119-4f0d-a81a-29ff119f6b50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServerErrorinApplication.html","title":"Server Error in Application","navPath":"ServerErrorinApplication.html","bundleId":"work-tasks-2023-sp1","id":"a250e5c18-fb16-4d44-b530-50f135d7af3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootingAVEVAWorkTasksUpgrade.html","title":"Troubleshooting AVEVA Work Tasks Upgrade","navPath":"TroubleshootingAVEVAWorkTasksUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a12095862-2f0f-4a67-8422-10ed5f0e0554","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceBusListenerError.html","title":"Service Bus Listener Error","navPath":"ServiceBusListenerError.html","bundleId":"work-tasks-2023-sp1","id":"a83484e61-5289-4a8d-8724-4bf3bbc98670","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationServiceErrors.html","title":"Mobile Notification Service Errors","navPath":"MobileNotificationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"afb860bcf-a370-41d8-b8e7-af75f1a68151","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","title":"Error: Could not load file or assembly or Error while creating instance","navPath":"CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","bundleId":"work-tasks-2023-sp1","id":"a66279826-9e48-4087-9c40-f60851a4a2ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebPartError-Couldnotloadtherequiredtype.html","title":"Web Part Error: Could not load the required type","navPath":"WebPartError-Couldnotloadtherequiredtype.html","bundleId":"work-tasks-2023-sp1","id":"a50baa079-1736-4298-932c-87ae30646477","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherEventsError.html","title":"File Watcher Events Error","navPath":"FileWatcherEventsError.html","bundleId":"work-tasks-2023-sp1","id":"a4daa7e5f-d73e-454f-be09-0d79c038d10f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessDeniedtoAVEVAWorkTasksTempFolder_.html","title":"Access Denied to AVEVA Work Tasks Temp Folder along with System IO Errors","navPath":"AccessDeniedtoAVEVAWorkTasksTempFolder_.html","bundleId":"work-tasks-2023-sp1","id":"a54af1161-86b0-4a22-8423-22e9772b8887","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CacheRefreshnotReflectedaftertheProductUpgrade.html","title":"Cache Refresh not Reflected after the Product Upgrade","navPath":"CacheRefreshnotReflectedaftertheProductUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a53abbcda-29c7-4009-acb3-46de233c0473","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoRe-installAVEVAWorkTasks.html","title":"Unable to Re-install AVEVA Work Tasks","navPath":"UnabletoRe-installAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a68402aef-9feb-4176-953c-f941ae4d1738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","title":"Unexpected Error when Authenticating against Azure Active Directory","navPath":"UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a2f0430bd-8e28-407d-90b4-636fe776af16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SwappingRepositoryProvider.html","title":"Swapping Repository Provider","navPath":"SwappingRepositoryProvider.html","bundleId":"work-tasks-2023-sp1","id":"ab98f416c-74e9-422c-8ba0-0241e2b32ce1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmconnectorsandextensionsguide.html","title":"Connectors and Extensions User Guide","navPath":"wonderwareskeltabpmconnectorsandextensionsguide.html","bundleId":"work-tasks-2023-sp1","id":"a25269df5-a87a-455f-8964-b06c40df5c34","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeyFeatures.html","title":"Key Features","navPath":"KeyFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8847eb58-d2bb-4825-b86e-1384c27f0b8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewInstallConnectorforSystemPlatform.html","title":"Overview","navPath":"OverviewInstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"adfbca959-78cc-4520-90ef-5de54654821a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnectorforSystemPlatform.html","title":"Connector for System Platform","navPath":"ConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a96e94e65-5d65-4552-8ae3-6433cfe9d20c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchitectureforConnector.html","title":"Architecture","navPath":"ArchitectureforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a8796ac98-0c25-4591-85f2-c003e25b82b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationScenariosforConnector.html","title":"Installation scenarios","navPath":"InstallationScenariosforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a66ae24ef-3820-4783-9905-7cd6e48eedef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnetconnectorssystemplatformworkflowconnector.html","title":"Installation","navPath":"installingbpmnetconnectorssystemplatformworkflowconnector.html","bundleId":"work-tasks-2023-sp1","id":"a37add25e-04c8-48bb-8846-4a1be115a29a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallConnectorforSystemPlatform.html","title":"Install Connector for System Platform","navPath":"InstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"af5d439a7-33ea-42f0-a8b1-88c877973766","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542069.html","title":"Install Connector for System Platform in Silent Mode","navPath":"542069.html","bundleId":"work-tasks-2023-sp1","id":"a3568ca19-b462-4d79-8c82-850dcd072b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforConnector.html","title":"Verify Installation","navPath":"VerifyInstallationforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a3b2bbff7-8b94-4830-8c07-f91441a4d8c7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/721903.html","title":"Upgrade Connector for System Platform","navPath":"721903.html","bundleId":"work-tasks-2023-sp1","id":"afce1551d-12c0-4339-a652-62fa9c79c21c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallConnectorforSystemPlatform.html","title":"Uninstall Connector for System Platform","navPath":"UninstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a8317f121-bf68-41e6-89fd-53315a605ea5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsofConnector.html","title":"Connector limitations for System Platform","navPath":"LimitationsofConnector.html","bundleId":"work-tasks-2023-sp1","id":"aae2e60ea-e38d-4f76-9d50-bcd7d6381449","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforSystemPlatform.html","title":"Extension for System Platform","navPath":"ExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad425abe4-7cab-4b7f-95a0-c61f7eeb5b09","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnet20111.html","title":"Install Extension for System Platform","navPath":"installingbpmnet20111.html","bundleId":"work-tasks-2023-sp1","id":"a798f110c-5e79-44b7-9bdd-9142c50c467e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforSystem_Platform.html","title":"Install Extension for System Platform","navPath":"InstallExtensionforSystem_Platform.html","bundleId":"work-tasks-2023-sp1","id":"a9d29ec4d-8b9a-49a3-b287-4ba0bfdb1973","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542068.html","title":"Install Extension for System Platform in Silent Mode","navPath":"542068.html","bundleId":"work-tasks-2023-sp1","id":"ac4bee736-9ea8-40e6-8f3f-e04ac1ecefe1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforExtension.html","title":"Verify Extension installation","navPath":"VerifyInstallationforExtension.html","bundleId":"work-tasks-2023-sp1","id":"adff89b38-e235-4855-b4c1-f214ce8fb25a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallExtensionforSystemPlatform.html","title":"Uninstall Extension for System Platform","navPath":"UninstallExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad411c046-c29b-4488-99f9-22ba6ad234a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/363234.html","title":"Upgrade Extension for System Platform","navPath":"363234.html","bundleId":"work-tasks-2023-sp1","id":"a8a9be14e-d4d8-4bd6-9f1a-d2e0f2473e67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforOPCUA.html","title":"Extension for OPC UA","navPath":"ExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a2a815589-115f-4604-b7e0-fb50a729619c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"InstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"afb582cf2-d90b-48ca-bac3-2da67d5a7d3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationSequenceforOPCUA.html","title":"Installation Sequence","navPath":"InstallationSequenceforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a7f921c13-0828-42f5-b274-d3391b057f86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoInstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"StepstoInstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a23a585db-8135-4195-ad59-a2ec3a57cb45","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","title":"Provision Repository Using OPC UA Repository Provisioning Tool","navPath":"ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ac0daa9f7-529f-43b6-8ec3-b8993aa5a8f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeExtensionforOPCUA.html","title":"Upgrade Extension for OPC UA","navPath":"UpgradeExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"ae703b1ff-9214-4c90-809f-4ffc7160e25c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithConnectorsforSystemPlatform.html","title":"Work with Connectors for System Platform","navPath":"WorkwithConnectorsforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ab64edd94-dfc0-42b2-892b-31fd94184771","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","title":"Workflow Features Inside System Platform IDE and Runtime","navPath":"WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","bundleId":"work-tasks-2023-sp1","id":"ad5a0e255-bc1f-426b-871a-3c2a949f6b68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialGatewaySetup.html","title":"Initial Gateway Setup","navPath":"InitialGatewaySetup.html","bundleId":"work-tasks-2023-sp1","id":"a4b75c95a-6e65-46a2-ba6f-ca58a3fa0072","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI.html","title":"AIM Authentication for accessing Enterprise Console in System Platform IDE","navPath":"AIMAuthenticationforControlsinInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab6ade450-3964-4d33-8302-cc12e7d4f41f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureGateway.html","title":"Configure Gateway","navPath":"ConfigureGateway.html","bundleId":"work-tasks-2023-sp1","id":"a2fc3688d-3c5b-40cc-ac58-8112f2107698","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineWorkflowEventsinAppObject.html","title":"Define Workflow Events in AppObject","navPath":"DefineWorkflowEventsinAppObject.html","bundleId":"work-tasks-2023-sp1","id":"a434363fc-a7e5-42f6-8649-0f7387df8c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewWorkflow.html","title":"Create New Workflow","navPath":"CreateNewWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0480c695-0d2a-4f93-a4df-7e8ed8c94ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateanExistingWorkflowtoaWorkflowEvent.html","title":"Associate an Existing Workflow to a Workflow Event","navPath":"AssociateanExistingWorkflowtoaWorkflowEvent.html","bundleId":"work-tasks-2023-sp1","id":"a4312395e-8234-4b4e-b0fa-a4af030df6ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforAAEventActivityinaWorkflow.html","title":"Wait-for-AAEvent Activity in a Workflow","navPath":"WaitforAAEventActivityinaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a55284e64-9880-4bc4-b7c0-650278e9da20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6193b2ca-35fd-479e-b260-2f33e2d8914c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","bundleId":"work-tasks-2023-sp1","id":"a190560d2-68db-42ea-83d1-0f615557efb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","bundleId":"work-tasks-2023-sp1","id":"a321a94f3-f665-4728-8017-a7e01cd7f719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing.html","title":"Relative Referencing","navPath":"RelativeReferencing.html","bundleId":"work-tasks-2023-sp1","id":"a513bbb5a-6746-4e3b-902f-d66afbfc3d27","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivityWaitForAAEvent.html","title":"Wait-For-AAEvent Activity","navPath":"ConfigureActivityWaitForAAEvent.html","bundleId":"work-tasks-2023-sp1","id":"adeb9b324-55ee-4169-b972-64dd91402c86","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouch.html","title":"Workflow Features Inside InTouch","navPath":"WorkflowFeaturesInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a701cb52f-a6ba-4b82-8b26-ab1be767b7c0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchHMI.html","title":"AIM Authentication for Controls in InTouch HMI","navPath":"AIMAuthenticationforControlsinInTouchHMI.html","bundleId":"work-tasks-2023-sp1","id":"ae64d6e9b-9dc5-4ba9-a784-f0e1852bae4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouch.html","title":"Inbox Inside InTouch","navPath":"InboxInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3295247f-162d-4fc6-afb0-84bb59f364c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusViewInsideInTouch.html","title":"Workflow Status View Inside InTouch","navPath":"WorkflowStatusViewInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a0af95556-09a1-42d7-9466-8c6c5919bd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouch.html","title":"BAM Inside InTouch","navPath":"BAMInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a35f72e6a-bdf4-4ae4-9ef9-b3fa37c382e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsInsideInTouch.html","title":"Lists Inside InTouch","navPath":"ListsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"af2780a11-73a4-4444-8b7c-2989b610c463","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouch.html","title":"Forms Inside InTouch","navPath":"FormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a8eccb391-05b8-44fb-b74d-dcd5cb854a7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PassContextualInformationinFormsfromInTouch.html","title":"Pass Contextual Information in Forms from InTouch","navPath":"PassContextualInformationinFormsfromInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a1edf503f-263d-499d-b017-724f7311d832","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormsInsideInTouch.html","title":"List Forms Inside InTouch","navPath":"ListFormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a2a53da94-08fc-491b-9604-7d51db9e1550","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemInboxCountinInTouch.html","title":"WorkItemInboxCount in InTouch","navPath":"WorkItemInboxCountinInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3cb7eac9-aff7-4337-bd7a-e0d24e68962d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenInboxusingWorkItemInboxCount.html","title":"Open Inbox using WorkItemInboxCount","navPath":"OpenInboxusingWorkItemInboxCount.html","bundleId":"work-tasks-2023-sp1","id":"a48b1ddbe-9056-4218-8dd3-43870a6eb890","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouchOMI.html","title":"Workflow Features Inside InTouch OMI","navPath":"WorkflowFeaturesInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"af0af984c-782e-43b5-b395-a298c71ea88c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialStepsforInTouchOMI.html","title":"Initial Steps","navPath":"InitialStepsforInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8c544187-ca62-4bdd-b124-44950c70f932","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI_1.html","title":"AIM Authentication for Controls in InTouch OMI","navPath":"AIMAuthenticationforControlsinInTouchOMI_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9fc596b-0515-4bca-a2d0-2ed20df67414","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouchOMI.html","title":"Forms Inside InTouch OMI","navPath":"FormsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8ea85623-9b77-4cd7-a18a-b3d98bb1c57c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouchOMI.html","title":"Inbox Inside InTouch OMI","navPath":"InboxInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a0a6df9ad-0866-47d9-8723-52576147868e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViewInsideInTouchOMI.html","title":"List View Inside InTouch OMI","navPath":"ListViewInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a538a27ee-a3f2-4d7f-9e16-631faab3bac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormInsideInTouchOMI.html","title":"List Form Inside InTouch OMI","navPath":"ListFormInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"adb0007ce-f3be-45a7-a1c9-9e9a0238a890","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouchOMI.html","title":"BAM Inside InTouch OMI","navPath":"BAMInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a77c0436a-14df-4939-add4-66dae127d97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusInsideInTouchOMI.html","title":"Workflow Status Inside InTouch OMI","navPath":"WorkflowStatusInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab9ea5b76-50a3-45c3-bfe8-5e231b180b16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxWorkItemsCountInsideInTouchOMI.html","title":"Inbox Work Items Count Inside InTouch OMI","navPath":"InboxWorkItemsCountInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a28371a8b-4ed6-4051-bbe6-01558b8eb87a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettingsInsideInTouchOMI.html","title":"Cryptography Settings Inside InTouch OMI","navPath":"CryptographySettingsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"aad15fc77-f1be-4141-9c49-bba676165346","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HistorianServer.html","title":"Historian Server","navPath":"HistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"a45dd5e8c-2104-48a3-a857-5c68370076f5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggerWorkflowfromtheHistorianServer.html","title":"Trigger Workflow from the Historian Server","navPath":"TriggerWorkflowfromtheHistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"ae239fdc1-7f2a-4d3c-a14c-5ce8120f6c65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorMultipleHistorianEventTag.html","title":"Monitor Multiple Historian Event Tag","navPath":"MonitorMultipleHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"adb625f75-9a9e-4093-b453-e647a0ced460","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorSpecificHistorianEventTag.html","title":"Monitor Specific Historian Event Tag","navPath":"MonitorSpecificHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"aaf34fb66-ce16-4843-a495-508728f79c34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveHistorianDataUsingDatabaseActivity.html","title":"Retrieve Historian Data Using Database Activity","navPath":"RetrieveHistorianDataUsingDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a211d0cba-bdf2-4a02-8e24-ae19d8ce2849","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationServer.html","title":"Information Server","navPath":"InformationServer.html","bundleId":"work-tasks-2023-sp1","id":"afae5a83d-d1d5-42a6-b9bf-57a1c7e780e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","title":"Configure Repository Using AVEVA Work Tasks Connector for Information Server","navPath":"ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aca8a034a-b7eb-468a-8f81-21df5598a061","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowRepositoryandFarmforInformationServer.html","title":"Configure Workflow Repository and Farm for Information Server","navPath":"ConfigureWorkflowRepositoryandFarmforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acdd050b4-8571-4f7f-9273-f708adcc4bc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowServertoAddRepositoryDetails.html","title":"Configure Workflow Server to Add Repository Details","navPath":"ConfigureWorkflowServertoAddRepositoryDetails.html","bundleId":"work-tasks-2023-sp1","id":"aaf5399c9-6052-4a9e-ab49-9dc09f62bdb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageConnectedWorkflowRepositories.html","title":"Manage Connected Workflow Repositories","navPath":"ManageConnectedWorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a47cb83e4-9955-430f-9f6c-0596c27a567e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrativeActivity.html","title":"Administrative Activity","navPath":"AdministrativeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3fa8b771-f14a-42e1-885f-e42fc9fd81a6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddCustomPanel.html","title":"Add Custom Panel","navPath":"AddCustomPanel.html","bundleId":"work-tasks-2023-sp1","id":"abfa62b77-53de-485a-b2d9-8ca37fdc8775","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserPermissions.html","title":"Add User Permissions","navPath":"AddUserPermissions.html","bundleId":"work-tasks-2023-sp1","id":"a18bf308b-e7b2-4781-84c2-e1cfeb1bd50c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","title":"Perform Workflow Repository Functionality Within Information Server","navPath":"PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acc1fbcd4-b3fb-41d5-a65e-a6bff51540c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFarms.html","title":"Workflow Farms","navPath":"WorkflowFarms.html","bundleId":"work-tasks-2023-sp1","id":"ab26d35fb-caa3-409e-90eb-76bf447e6ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowRepositories.html","title":"Workflow Repositories","navPath":"WorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a8618bbb0-b78e-4b42-9102-442a5d0e77d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootissuesinInformationServer.html","title":"Troubleshoot Issues","navPath":"TroubleshootissuesinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aaab7bee2-ca4f-4654-baea-2b3370332f96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntelligenceDataInsideWorkflows.html","title":"Intelligence Data Inside Workflows","navPath":"IntelligenceDataInsideWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"adbbd73e1-85e1-4c0c-bd10-b619c8729463","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FetchDatafromIntellienceDatastore.html","title":"Fetch Data from Intellience Datastore","navPath":"FetchDatafromIntellienceDatastore.html","bundleId":"work-tasks-2023-sp1","id":"a688b6c1f-eea2-44b8-a6ea-b0133a3f0514","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflow.html","title":"Configure Workflow","navPath":"ConfigureWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a87a12983-5751-4c30-8a5f-d16474aa69ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDatabaseActivity.html","title":"Add Database Activity","navPath":"AddDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8f21a48e-690b-4471-9aac-6545abf17f1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddForEachLoop.html","title":"Add ForEach Loop","navPath":"AddForEachLoop.html","bundleId":"work-tasks-2023-sp1","id":"ac9430202-5472-4541-bb6b-f0c261c92967","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerActivity.html","title":"Edit Scheduler Activity","navPath":"EditSchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4f9bf75b-bde1-4ac9-9941-84c8af317d6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsusingLoggerActivity.html","title":"Diagnostics","navPath":"DiagnosticsusingLoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7579566a-d8f9-4ffc-ba5e-b06d6e8abb0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","title":"Move System Platform Galaxy and AVEVA Work Tasks Repository from Engineering Environment to Production Environment","navPath":"MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa58db427-701d-41b1-886c-382c83880ee3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxyandRepository.html","title":"Move System Platform Galaxy And Repository","navPath":"MoveSystemPlatformGalaxyandRepository.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b9e7b-c71b-47f3-99d7-5a720a18d499","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveRepository.html","title":"Move Repository","navPath":"MoveRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad12ff6fc-9f74-473a-8017-9afe6e81f6d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy.html","title":"Move System Platform Galaxy","navPath":"MoveSystemPlatformGalaxy.html","bundleId":"work-tasks-2023-sp1","id":"a24019401-8cd9-4f74-b327-31599c5377f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveonlytheWorkflow.html","title":"Move only the Workflow","navPath":"MoveonlytheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a95fecb09-49b0-490b-86ae-d3484f5baef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","title":"Move a Gateway Object, Workflows, and Associated Workflow Events","navPath":"MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","bundleId":"work-tasks-2023-sp1","id":"a328a9201-a23e-4641-809d-91d9d4c20fc6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsLoggerIntegrationwithArchestrALogger.html","title":"Diagnostics: Logger Integration with ArchestrA Logger","navPath":"DiagnosticsLoggerIntegrationwithArchestrALogger.html","bundleId":"work-tasks-2023-sp1","id":"a19d0550c-1d7c-4bcd-9fa4-8336031e494a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KnownIssuesinConnectorforSystemPlatform.html","title":"Known Issues","navPath":"KnownIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ac42665a9-0c1a-4fce-ada1-c34c2b28a5f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinConnectorforSystemPlatform.html","title":"Limitations","navPath":"LimitationsinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a64a5a02a-90a6-4dd2-825a-9d91590008cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinConnectorforSystemPlatform.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"aecb5f7ee-74cc-42dc-bae4-2e16bbb50f4e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithExtensionforOPCUA.html","title":"Work with Extension for OPC UA","navPath":"WorkwithExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a9d8ff0b9-c21c-482f-a23a-fdb1f1668b69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisioningRepositoryforOPCUA.html","title":"Provision Repository for OPC UA","navPath":"ProvisioningRepositoryforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a152e7c8e-ce5e-41c4-9811-30b4c68e33e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUARepositoryProvisioningTool.html","title":"OPC UA Repository Provisioning Tool","navPath":"OPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"a9cf91d3b-b903-4795-bfa2-2581d2f5b6bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAConnections.html","title":"Connections","navPath":"OPCUAConnections.html","bundleId":"work-tasks-2023-sp1","id":"a2bebea06-ac90-4dfe-84fb-76870e89e446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUATagReadWriteActivity_.html","title":"Activity: OPC UA Tag Read Write Activity","navPath":"OPCUATagReadWriteActivity_.html","bundleId":"work-tasks-2023-sp1","id":"a06d56357-01cc-4135-950f-42e0ea6d4ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAServerConnection.html","title":"OPC UA Server Connection","navPath":"OPCUAServerConnection.html","bundleId":"work-tasks-2023-sp1","id":"a03adacbd-18f5-42fa-955e-d878b7f27bc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/opcuatagreadwrite-selectattribute.html","title":"Select Attribute","navPath":"opcuatagreadwrite-selectattribute.html","bundleId":"work-tasks-2023-sp1","id":"a65be3264-0d30-4648-a9aa-90b4a74041fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutput.html","title":"Mapped Error Output","navPath":"MappedErrorOutput.html","bundleId":"work-tasks-2023-sp1","id":"ac763ee79-6d98-468f-af12-484c36898b5a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeveloperGuide.html","title":"Developer Guide","navPath":"DeveloperGuide.html","bundleId":"work-tasks-2023-sp1","id":"a51944afa-a152-4632-aebb-52ebcd014035","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted.html","title":"Get Started","navPath":"GetStarted.html","bundleId":"work-tasks-2023-sp1","id":"ae60f1c9b-fc1f-4da3-bb1d-ec1cfbfe77f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoAccessWorkTasksFeatures.html","title":"Prerequisites to Access AVEVA Work Tasks Features","navPath":"PrerequisitestoAccessWorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a117412cc-8a17-4428-8c7c-8f8b5ab0db3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationandAdministration.html","title":"Installation and Administration","navPath":"InstallationandAdministration.html","bundleId":"work-tasks-2023-sp1","id":"afa65a3bb-40e1-4f29-bd9e-0633299c9523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InterfacesandFeatures.html","title":"Interfaces and Features","navPath":"InterfacesandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a469fd45a-a61c-47a0-b40c-282e43ee7ca7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofUserInterfaces.html","title":"Overview of User Interfaces","navPath":"OverviewofUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a7939c682-e794-42f1-9505-415f0fe9d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessandManageAVEVA_WorkTasksFeatures.html","title":"Access and Manage AVEVA Work Tasks Features","navPath":"AccessandManageAVEVA_WorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a74d421f3-10fd-4c92-b588-34995bf5cf99","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksServices.html","title":"AVEVA Work Tasks Services","navPath":"WorkTasksServices.html","bundleId":"work-tasks-2023-sp1","id":"a0153d87a-8ee5-4d65-b0ca-a3dbb9c60dcf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole.html","title":"Enterprise Console","navPath":"EnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8ae058f6-2ddd-43d4-a0e1-bbb2f05be30b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueue.html","title":"Message Queue","navPath":"MessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a31787f9c-f604-4d45-b5fa-8fd45de73818","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections.html","title":"Message Queue Connections","navPath":"MessageQueueConnections.html","bundleId":"work-tasks-2023-sp1","id":"a4c6668fd-5616-4047-a6d1-7a80e9d62cf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueRepositoryProvisioningTool.html","title":"Message Queue Repository Provisioning Tool","navPath":"MessageQueueRepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ae98aa121-0b1f-48de-8f49-0a31be33ed8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections.html","title":"MQTT Connections","navPath":"MQTTConnections.html","bundleId":"work-tasks-2023-sp1","id":"a0840f85d-28fc-46e6-8cef-abcfd2a072ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections.html","title":"Logic App Connections","navPath":"LogicAppConnections.html","bundleId":"work-tasks-2023-sp1","id":"a8de052aa-303a-4624-b19e-e0edd070de87","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls.html","title":"Controls","navPath":"Controls.html","bundleId":"work-tasks-2023-sp1","id":"aa912d4b3-221f-468e-b644-084c6cea294c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControlsintheApplication.html","title":"Add Controls in the Application","navPath":"AddControlsintheApplication.html","bundleId":"work-tasks-2023-sp1","id":"a43c3f2d8-7f86-47fd-9a1c-51b39b09102c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanASPNETProjectinVisualStudioNET.html","title":"Create an ASP​.NET Project in Visual Studio ​.NET","navPath":"CreateanASPNETProjectinVisualStudioNET.html","bundleId":"work-tasks-2023-sp1","id":"a4745296d-0e70-491e-9993-993ee193d9fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserContext.html","title":"Create User Context","navPath":"CreateUserContext.html","bundleId":"work-tasks-2023-sp1","id":"a8655139e-bb40-43c3-ae96-16c4cf88de7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerControl.html","title":"Process Designer Control","navPath":"ProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"ab93561dc-fd24-49b3-844a-5e2f1025e719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListControl.html","title":"Work Items List Control","navPath":"WorkItemsListControl.html","bundleId":"work-tasks-2023-sp1","id":"af1b6853c-68c1-4870-bae0-da3cad0a4af5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseEventsofWorkItemListControl.html","title":"Use Events of Work Item List Control","navPath":"UseEventsofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a7a2db405-2a69-48ab-93f2-410f94d2b7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LayoutCustomization.html","title":"Layout Customization","navPath":"LayoutCustomization.html","bundleId":"work-tasks-2023-sp1","id":"a38e77ada-5d58-4ea1-a5d5-3199b0279f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomLinkinWorkItemListControl.html","title":"Create Custom Link in Work Item List Control","navPath":"CreateCustomLinkinWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"af7bc306d-46c1-4a16-8295-43620b014833","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CalendarControl.html","title":"Calendar Control","navPath":"CalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"ae7d200f3-c1d3-4209-bf44-26e48e1739ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMControl.html","title":"BAM Control","navPath":"BAMControl.html","bundleId":"work-tasks-2023-sp1","id":"ab56af880-614e-4444-a4d9-1c26fb032da5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddIndividualBAMReporttoaspxPage.html","title":"Add Individual BAM Report to aspx Page","navPath":"AddIndividualBAMReporttoaspxPage.html","bundleId":"work-tasks-2023-sp1","id":"a36fd8236-a6f9-4d61-b61d-796f4d992ee6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewSpecificWorkflowInstancesinBAMControl.html","title":"View Specific Workflow Instances in BAM Control","navPath":"ViewSpecificWorkflowInstancesinBAMControl.html","bundleId":"work-tasks-2023-sp1","id":"a95fe78f1-ecbd-4855-ab2d-b7a6c5571907","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueControl.html","title":"Queue Control","navPath":"QueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ad6fde17c-dde6-43dc-ae5c-49f747188292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControl.html","title":"List Control","navPath":"ListControl.html","bundleId":"work-tasks-2023-sp1","id":"a9aa75f3b-cb0c-42e3-b653-b6f1b0fe39cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormListWebpartControl.html","title":"Form List Webpart Control","navPath":"FormListWebpartControl.html","bundleId":"work-tasks-2023-sp1","id":"a4ed329eb-d385-4dec-a614-fdbf56da8aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowExecutionViewControl.html","title":"Workflow Execution View Control","navPath":"WorkflowExecutionViewControl.html","bundleId":"work-tasks-2023-sp1","id":"a0ad03be4-8dfe-4510-820b-9bbad0c7f54a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringNewRepository.html","title":"Configure New Repository","navPath":"ConfiguringNewRepository.html","bundleId":"work-tasks-2023-sp1","id":"a3cdcfbd3-498a-4157-8a5b-dede59840915","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupSourceElementsDirectory.html","title":"Set up Source Elements Directory","navPath":"SetupSourceElementsDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a5445089f-db24-4e18-922a-e23983d8ddc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupEmailAddressesforRepositories.html","title":"Set up Email Addresses for Repositories","navPath":"SetupEmailAddressesforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a27d98bd8-58a7-4cb7-b322-dc250621517f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupUserProvidersforRepositories.html","title":"Set up User Providers for Repositories","navPath":"SetupUserProvidersforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"aa3be2c15-ef1d-4f4c-881f-41f01e20b55c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupDocumentWebViewControlforRepositories.html","title":"Set up Document Web View Control for Repositories","navPath":"SetupDocumentWebViewControlforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"adaf7cf59-9536-4da7-8a4e-eae711889368","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Activities.html","title":"Activities","navPath":"Activities.html","bundleId":"work-tasks-2023-sp1","id":"a7df69af2-2499-41d2-939d-bfb9f77998f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity.html","title":"Start Activity","navPath":"StartActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4e28aa8-6ebc-4a3a-a1a6-3fc0acdb41be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables.html","title":"Start - Variables","navPath":"StartVariables.html","bundleId":"work-tasks-2023-sp1","id":"a7bd90253-07c4-4e44-b3fe-3db92ef29c73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartContents.html","title":"Start - Contents","navPath":"StartContents.html","bundleId":"work-tasks-2023-sp1","id":"ac5329289-4f3f-4f9d-aa29-884cdffd9df1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables.html","title":"XML Variables","navPath":"XMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a619dc708-7ee3-4e72-8fd8-66b8011aa87c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutXMLVariables.html","title":"About XML Variables","navPath":"AboutXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e70bc4c-aa4b-494b-a763-1c9d1f5967ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"a17b35e0e-96cb-4865-97e2-5e368f22007f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableof_typeXMLDocument.html","title":"XML Variable of Type 'XML Document'","navPath":"XMLVariableof_typeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a5b2419bb-58c8-4b8b-a53c-d0b7633bb971","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a67340516-e636-4b96-82d3-5a438ca39feb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildXMLSchema.html","title":"Build XML Schema","navPath":"BuildXMLSchema.html","bundleId":"work-tasks-2023-sp1","id":"a94a39b03-bf59-4677-8372-25ed5f98f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLDocumentofTypeVariables.html","title":"Use XML Document of Type 'Variables'","navPath":"UseXMLDocumentofTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a9efaeebe-7113-4b86-a3c2-da8091a26109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms.html","bundleId":"work-tasks-2023-sp1","id":"ab7e73d9d-de14-4ac1-a22a-3afefdfed358","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableforList.html","title":"XML Variable for List","navPath":"XMLVariableforList.html","bundleId":"work-tasks-2023-sp1","id":"a5bfade62-cb92-446a-b071-b67e7e3ce498","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListItemScopeofXMLListofTypeXMLVariable.html","title":"ListItem Scope of XML List of Type XML Variable","navPath":"ListItemScopeofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aea4c9635-567f-437b-a1d3-16b7c73fdad8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListofTypeXMLVariable.html","title":"Schema of XML List of Type XML Variable","navPath":"SchemaofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"adcf9efb1-22e5-42d2-8327-5bf0afc9e9e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListofTypeXMLVariable.html","title":"Create an XML List of Type XML Variable","navPath":"CreateanXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aaab4efc8-00ff-4194-9aa3-397cb2a79f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeScopeoftheXMLListofTypeXMLVariable.html","title":"Change Scope of the XML List of Type XML Variable","navPath":"ChangeScopeoftheXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"af7cd967e-0b1e-497a-9af5-c1205401f838","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupListQueryScope.html","title":"Set up List Query Scope","navPath":"SetupListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a5c7e5d13-daf5-4d93-8624-fbe9eb60b428","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorofTypeXMLVariable.html","title":"Create an XML List Iterator of Type XML Variable","navPath":"CreateanXMLListIteratorofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a19fe0e16-4ff9-4fdf-a5c9-82d8131ebe09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorofTypeXMLVariableforGridItems.html","title":"Create an XML Iterator of Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorofTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a7e80d973-e917-4a87-b633-0767e17f135a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWorkflowforaListinaSingleStep.html","title":"Create Workflow for a List in a Single Step","navPath":"CreateWorkflowforaListinaSingleStep.html","bundleId":"work-tasks-2023-sp1","id":"a6eab91ec-34ab-4056-bda3-7a20cfcb1d9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnderstandXMLNodeMapping.html","title":"Understand XML Node Mapping","navPath":"UnderstandXMLNodeMapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ba78eb9-0b44-4faa-82c8-b0f2d7b41891","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLListofTypeXMLVariableScenarios.html","title":"XML List of Type XML Variable Scenarios","navPath":"XMLListofTypeXMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac89f4985-11b6-4179-80f8-568f22ae3b58","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItem.html","title":"Add New List Item","navPath":"AddNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"ae34c1c5d-d058-4073-acf1-23f60b13cd67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a5bd7a1c9-4449-4f6e-b88e-7697df14af93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","title":"Save the List Item as Different Version as Draft/Published Using Xml Variable","navPath":"SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"a72231e4b-72a8-4472-b06a-f330466e2bf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewFolderUsingXmlVariable.html","title":"Create New Folder Using Xml Variable","navPath":"CreateNewFolderUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"abe2a32b6-e890-4dfc-ba9b-fc81c95b8da1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItemwithGridItems.html","title":"Add New List Item with Grid Items","navPath":"AddNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a3e3f42eb-87df-4064-a714-278870898836","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewGridItemtotheExistingListItem.html","title":"Add New Grid Item to the Existing List Item","navPath":"AddNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"af8c59cca-67ff-4e2c-9fe6-2b17397d136a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyListItemwithGridItems.html","title":"Copy List Item with Grid Items","navPath":"CopyListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a36e5601b-c22e-47a0-a1e3-d26384447c7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList.html","bundleId":"work-tasks-2023-sp1","id":"ae9fcf848-d7c7-4ac9-bcc0-f12f65a54819","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTypeXMLIterator.html","title":"XML Variable of Type XML Iterator","navPath":"XMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"ac3113419-bbea-4877-92d6-6fee062bf30e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator.html","title":"Create XML Variable of Type XML Iterator","navPath":"CreateXMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"abc088e93-3a30-4565-b20b-78e1a70c58df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesofTypeXMLIterator.html","title":"Use Variables of Type XML Iterator","navPath":"UseVariablesofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"acfc8e885-c5ce-4a9f-b613-db27b8a90f42","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTYpeFormsDataGrid.html","title":"XML Variable of Type XML Forms Data Grid","navPath":"XMLVariableofTYpeFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"afcb7344c-2b9f-47f1-b22a-6f5006dabbd4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLFormsDataGrid.html","title":"Create XML Variable of Type XML Forms Data Grid","navPath":"CreateXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"aa945595b-9c7f-4312-8502-b8a8428fd71c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariableofTypeXMLFormsDataGrid.html","title":"Use XML Variable of Type XML Forms Data Grid","navPath":"UseXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ad4cedfb0-7306-418b-b41d-65035046b290","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a61682d2f-9d81-4772-8b93-4f49b3840288","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitializeVariables.html","title":"Initialize Variables","navPath":"InitializeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a19615e64-bbc1-4df4-b786-4b72d999697f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutputs.html","title":"Mapped Error Outputs","navPath":"MappedErrorOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0ea0b-d0ff-4f86-b6a1-e92bae61bb1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivities.html","title":"Human Activities","navPath":"HumanActivities.html","bundleId":"work-tasks-2023-sp1","id":"a9657a14b-8596-450b-980d-18f259c52700","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity.html","title":"Approval Activity","navPath":"ApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"adee96629-49b8-468f-8920-964fe5945862","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalDeliveryChannels.html","title":"Approval - Delivery Channels","navPath":"ApprovalDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ad927c740-8bee-4fd1-b244-1352a4c15af6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"a286685b4-5ca4-4071-bbaf-31998b81bdc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalWorkItemFields.html","title":"Approval - Work Item Fields","navPath":"ApprovalWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a8cd42972-e484-4580-aae9-d4f2f4fd58bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignActor%28s%29.html","title":"Approval - Assign Actor(s)","navPath":"ApprovalAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a88c311d4-3526-4d7e-9219-4f4349a6368b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignQueue%28s%29.html","title":"Approval - Assign Queue(s)","navPath":"ApprovalAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"aa6a293ab-5020-47d9-b57f-41c91e3b7390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSubject.html","title":"Approval - Subject","navPath":"ApprovalSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4f2d5546-ea56-4ef4-88d0-95ce16282bc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalBody.html","title":"Approval - Body","navPath":"ApprovalBody.html","bundleId":"work-tasks-2023-sp1","id":"ad1bc337b-f6b9-420a-bbfc-0ae3e6d2a37a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalRedirectURL.html","title":"Approval - Redirect URL","navPath":"ApprovalRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a1f2f4409-28de-4a33-ab6f-83efe8d18bd4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalCustomDocumentViewURL.html","title":"Approval - Custom Document View URL","navPath":"ApprovalCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a319d1320-46ca-4d62-b19d-5a21b6f62361","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomDocumentViewURL.html","title":"Custom Document View URL","navPath":"CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a5045ccf2-dd43-45a4-9752-00981d15de00","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalHTMLTemplate.html","title":"Approval - HTML Template","navPath":"ApprovalHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5bd2a3b1-55c4-4f36-ae57-0f4079df8591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAttachReports.html","title":"Approval - Attach Reports","navPath":"ApprovalAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a90546373-dab9-478a-be2f-1c497a95dd5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSetCalendarforTimeout.html","title":"Approval - Set Calendar for Timeout","navPath":"ApprovalSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afa431c07-23a9-444d-9a40-6d114df6f68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalMultipleTimeoutWarning.html","title":"Approval - Multiple Timeout Warning","navPath":"ApprovalMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a9f15382e-2b87-4a70-a72f-850d2af58f1b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity.html","title":"Checklist Activity","navPath":"ChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a282e1d26-779d-4d4a-8ee8-ccdce698d8bf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListDeliveryChannels.html","title":"CheckList - Delivery Channels","navPath":"CheckListDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae8a79b37-ae12-4c41-ba6c-44570681250f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckList-Questions.html","title":"CheckList - Questions","navPath":"CheckList-Questions.html","bundleId":"work-tasks-2023-sp1","id":"a0878c9be-95ab-44cb-bb3c-8f1899f92794","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListWorkItemFields.html","title":"CheckList - Work Item Fields","navPath":"CheckListWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a3f691a2f-ba3a-4f20-8a0c-288b575be1bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignActor%28s%29.html","title":"CheckList - Assign Actor(s)","navPath":"CheckListAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a874345b9-69fc-4404-a3fc-13e553048bd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignQueue%28s%29.html","title":"CheckList - Assign Queue(s)","navPath":"CheckListAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a7b75104a-9ebe-48b1-a508-2ab78379dfc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSubject.html","title":"CheckList - Subject","navPath":"CheckListSubject.html","bundleId":"work-tasks-2023-sp1","id":"a98c3d697-5706-424d-9106-f2bc4d41162e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListBody.html","title":"CheckList - Body","navPath":"CheckListBody.html","bundleId":"work-tasks-2023-sp1","id":"a2cb0a0ed-39f7-4ea6-8323-2fc50976f832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListRedirectURL.html","title":"CheckList - Redirect URL","navPath":"CheckListRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a6771976d-b250-4024-a08a-30b7517436ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListCustomDocumentViewURL.html","title":"CheckList - Custom Document View URL","navPath":"CheckListCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a68d7192c-f7ff-4bbd-ac51-e49f0b867378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAttachReports.html","title":"CheckList - Attach Reports","navPath":"CheckListAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ac8a965ab-f24b-441a-bae8-28d156b99fb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListHTMLTemplate.html","title":"CheckList - HTML Template","navPath":"CheckListHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a51b53d95-4309-4546-85b4-5e632f71887c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSetCalendarforTimeout.html","title":"CheckList - Set Calendar for Timeout","navPath":"CheckListSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a26e65b21-dafc-4cc4-a417-8d9129f685ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListMultipleTimeoutWarning.html","title":"CheckList - Multiple Timeout Warning","navPath":"CheckListMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ab335fcb8-d6d9-4423-af43-fffce59132fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity.html","title":"Choice Activity","navPath":"ChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"abc9e3b81-e34d-47fd-91c0-ebe603cf6a71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceDeliveryChannels.html","title":"Choice - Delivery Channels","navPath":"ChoiceDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae3a406ba-5b76-4cdc-a365-18a89545dc6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActionOutputs.html","title":"Choice - Action Outputs","navPath":"ChoiceActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"a65a6e90b-dafb-4444-9e4a-80428010650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceWorkItemFields.html","title":"Choice - Work Item Fields","navPath":"ChoiceWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a964c7e12-7ec7-4f8d-b17e-57e84167b7da","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignActor%28s%29.html","title":"Choice - Assign Actor(s)","navPath":"ChoiceAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a2af805a5-2c07-452d-ac65-926451535bb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignQueue%28s%29.html","title":"Choice - Assign Queue(s)","navPath":"ChoiceAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ac45ed5c7-9cd1-4e0d-8d1e-c99b5f84de59","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSubject.html","title":"Choice - Subject","navPath":"ChoiceSubject.html","bundleId":"work-tasks-2023-sp1","id":"a3f6d9191-ca5a-44e6-84d1-4b439d6ae6c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceBody.html","title":"Choice - Body","navPath":"ChoiceBody.html","bundleId":"work-tasks-2023-sp1","id":"a5da73516-a25d-468d-a546-7fd6df988304","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceRedirectURL.html","title":"Choice - Redirect URL","navPath":"ChoiceRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a16c615d3-56d6-45e7-a45d-351d6d23f929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceCustomDocumentViewURL.html","title":"Choice - Custom Document View URL","navPath":"ChoiceCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a32aa7171-c0cd-4563-aa98-7ec62e009c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceHTMLTemplate.html","title":"Choice - HTML Template","navPath":"ChoiceHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a050bf4c7-adc1-4364-93f7-c411299b8d34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAttachReports.html","title":"Choice - Attach Reports","navPath":"ChoiceAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a1a726b60-1df8-4f57-86a6-9b2290f4fcdb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSetCalendarforTimeout.html","title":"Choice - Set Calendar for Timeout","navPath":"ChoiceSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a39f7a107-0ec5-4177-b5ba-97e744c499af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceMultipleTimeoutWarning.html","title":"Choice - Multiple Timeout Warning","navPath":"ChoiceMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ac34180aa-d43c-4e37-8f25-179f2deaa698","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivity.html","title":"Information Activity","navPath":"InformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa4fe74b9-37e0-41fd-a27d-21759c847f6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoDeliveryChannels.html","title":"Info - Delivery Channels","navPath":"InfoDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a299a74f3-6d0b-49f6-a297-413725c852b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_1.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_1.html","bundleId":"work-tasks-2023-sp1","id":"a3c91ff7b-13fe-4dff-a1f3-81ced6c4441d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoWorkItemFields.html","title":"Info - Work Item Fields","navPath":"InfoWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"acdce9620-7d4f-4595-8248-4f0ec695b4cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignActor%28s%29.html","title":"Info - Assign Actor(s)","navPath":"InfoAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a05e13c87-40c1-4e8f-8705-d2237bd1387f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignQueue%28s%29.html","title":"Info - Assign Queue(s)","navPath":"InfoAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a46d53986-f72d-4348-9211-26a164635e34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoSubject.html","title":"Info - Subject","navPath":"InfoSubject.html","bundleId":"work-tasks-2023-sp1","id":"a20ce723e-c95c-4f4f-878f-9cd2a2600d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoBody.html","title":"Info - Body","navPath":"InfoBody.html","bundleId":"work-tasks-2023-sp1","id":"ad67ae532-ea8f-49c0-bddd-c8d7f3422c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoRedirectURL.html","title":"Info - Redirect URL","navPath":"InfoRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a0b2535dc-c3b3-4ed3-9bc3-9258179c5785","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoCustomDocumentViewURL.html","title":"Info - Custom Document View URL","navPath":"InfoCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a26853060-60ec-426a-ac57-14580c1d15cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoHTMLTemplate.html","title":"Info - HTML Template","navPath":"InfoHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a4e6da927-2ea9-479f-8883-e2f61f1504d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAttachReports.html","title":"Info - Attach Reports","navPath":"InfoAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ab5fbd6a0-4c59-4121-a1ce-c1f6bed603af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActivity.html","title":"Resource Set Activity","navPath":"ResourceSetActivity.html","bundleId":"work-tasks-2023-sp1","id":"aed518339-14ce-4e29-919d-34b4e9c42579","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetDeliveryChannels.html","title":"ResourceSet - Delivery Channels","navPath":"ResourceSetDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a1e7c2008-4ecb-46e6-acb7-15f6486689ff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActorSelectionFilter.html","title":"ResourceSet - Actor Selection Filter","navPath":"ResourceSetActorSelectionFilter.html","bundleId":"work-tasks-2023-sp1","id":"ac145f75c-a96c-4f3a-a425-6b76d8ff1578","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetWorkItemFields.html","title":"ResourceSet - Work Item Fields","navPath":"ResourceSetWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"ab398d0d5-dc0b-4003-aeb8-e84cc51abd76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignActor%28s%29.html","title":"ResourceSet - Assign Actor(s)","navPath":"ResourceSetAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4d25e32f-c9f9-400f-b78d-824fa6f48a95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignQueue%28s%29.html","title":"ResourceSet - Assign Queue(s)","navPath":"ResourceSetAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ad1386520-88b4-4f91-823f-eb8a7bd2fc1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSubject.html","title":"ResourceSet - Subject","navPath":"ResourceSetSubject.html","bundleId":"work-tasks-2023-sp1","id":"ab4182093-b67b-4921-bfd5-86e4c654aa82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetBody.html","title":"ResourceSet - Body","navPath":"ResourceSetBody.html","bundleId":"work-tasks-2023-sp1","id":"afb82587a-15a4-4346-9b41-5dd27441f561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetRedirectURL.html","title":"ResourceSet - Redirect URL","navPath":"ResourceSetRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a5b5993fb-428d-4125-967d-cfe0dd2dce37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetCustomDocumentViewURL.html","title":"ResourceSet - Custom Document View URL","navPath":"ResourceSetCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"acd784ac7-173f-4bff-b01e-b7e7677fe253","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSetCalendarforTimeout.html","title":"ResourceSet - Set Calendar for Timeout","navPath":"ResourceSetSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"ade9bc59c-b37d-4413-ad10-4c21165c1b5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetMultipleTimeOutWarning.html","title":"ResourceSet - Multiple TimeOut Warning","navPath":"ResourceSetMultipleTimeOutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a0390430f-426e-4e7b-b563-5c9f9418a2f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity.html","title":"Task Activity","navPath":"TaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"af97ccdce-846f-4852-b680-f78d62f1a40b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskDeliveryChannels.html","title":"Task - Delivery Channels","navPath":"TaskDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a524d1fef-41bc-4720-b551-e589a3623519","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Task-TaskType.html","title":"Task - Task Type","navPath":"Task-TaskType.html","bundleId":"work-tasks-2023-sp1","id":"aba678a5b-b5b0-4f2f-8e42-0c11ed854294","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskWorkItemFields.html","title":"Task - Work Item Fields","navPath":"TaskWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"af6b8b114-09ea-4fcc-ba5b-6f210539a0e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/task-assignactors.html","title":"Task - Assign Actor(s)","navPath":"task-assignactors.html","bundleId":"work-tasks-2023-sp1","id":"aa6c0923f-c23f-4f64-ac36-03d384294b8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAssignQueue%28s%29.html","title":"Task - Assign Queue(s)","navPath":"TaskAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"afb951f54-6689-4a91-8f82-1dea20369cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSubject.html","title":"Task - Subject","navPath":"TaskSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4a97211f-bc06-4aae-90e9-387f6aaf2047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskBody.html","title":"Task - Body","navPath":"TaskBody.html","bundleId":"work-tasks-2023-sp1","id":"a1f15b2b6-c054-46f1-8a46-53e3fd40dd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskRedirectURL.html","title":"Task - Redirect URL","navPath":"TaskRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a668aa372-b8f2-42bf-b127-26b6e4943ead","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskCustomDocumentViewURL.html","title":"Task - Custom Document View URL","navPath":"TaskCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"abb1626c1-54c2-4c3b-acf0-6b62a6fddac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAttachReports.html","title":"Task - Attach Reports","navPath":"TaskAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"af1896c69-0878-42f8-9049-8f2b3c9ed9e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskHTMLTemplate.html","title":"Task - HTML Template","navPath":"TaskHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af52d3888-0d8d-4e3e-a1a2-959751f8a816","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSetCalendarforTimeout.html","title":"Task - Set Calendar for Timeout","navPath":"TaskSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a503a505b-fed5-4057-aa46-6d8a0a0d3ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskMultipleTimeoutWarning.html","title":"Task - Multiple Timeout Warning","navPath":"TaskMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"af30cacfa-6d00-4425-9670-e0ed0f75aa79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkActivity.html","title":"Work Activity","navPath":"WorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"afcafed35-4b29-4aec-b8bb-7d34d1c25096","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkDeliveryChannel.html","title":"Work - Delivery Channel","navPath":"WorkDeliveryChannel.html","bundleId":"work-tasks-2023-sp1","id":"a17c2555d-d76c-4288-96cc-72ff2c934996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAdvanceUIFields.html","title":"Work - AdvanceUI Fields","navPath":"WorkAdvanceUIFields.html","bundleId":"work-tasks-2023-sp1","id":"a5442eab2-a416-4088-a937-269d1014cdf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Work-WorkItemFields.html","title":"Work - Work Item Fields","navPath":"Work-WorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a5c625545-e557-4463-93aa-1c0417b047e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignActor%28s%29.html","title":"Work - Assign Actor(s)","navPath":"WorkAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a99a75915-2346-4bf3-a0fc-c11dfb6d9327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignQueue%28s%29.html","title":"Work - Assign Queue(s)","navPath":"WorkAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a97e0e802-0366-4039-8cc7-6ab269b12e1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSubject.html","title":"Work - Subject","navPath":"WorkSubject.html","bundleId":"work-tasks-2023-sp1","id":"a089431f5-04ca-4156-8e7e-867f41793658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkBody.html","title":"Work - Body","navPath":"WorkBody.html","bundleId":"work-tasks-2023-sp1","id":"a2b3c8590-98b9-4812-a50f-85139dec58f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkRedirectURL.html","title":"Work - Redirect URL","navPath":"WorkRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a749f6fa5-54b0-4c4b-8df9-07c75ba5ad66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkCustomDocumentViewURL.html","title":"Work - Custom Document View URL","navPath":"WorkCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a9cf76d44-1c07-4ff0-8533-fa03d84e6826","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSetCalendarforTimeout.html","title":"Work - Set Calendar for Timeout","navPath":"WorkSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afdfa2ef2-4139-4b41-a8cf-179b9faa4a9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkMultipleTimeoutWarning.html","title":"Work - Multiple Timeout Warning","navPath":"WorkMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"afbde02c6-20c1-4d45-a83b-9b4c10795d43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivity.html","title":"Invoke Form Activity","navPath":"InvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a10f82512-5a88-403f-875c-33dd65786d74","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormDeliveryChannels.html","title":"Invoke Form - Delivery Channels","navPath":"InvokeFormDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a8485e69c-0dd2-46c1-ba41-58f64dd1f3de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_2.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_2.html","bundleId":"work-tasks-2023-sp1","id":"a08ec02d9-b0dd-4922-a55b-8ea3026aca47","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormPossibleDistinctOutputs.html","title":"Invoke Form - Possible Distinct Outputs","navPath":"InvokeFormPossibleDistinctOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ab5946b6d-0ad8-488e-8407-9a2ea0784945","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-PossibleDistinctOutputsScenario.html","title":"Invoke Form - Possible Distinct Outputs Scenario","navPath":"InvokeForm-PossibleDistinctOutputsScenario.html","bundleId":"work-tasks-2023-sp1","id":"a5bb1247e-b408-4d47-93c2-4a560a565f55","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormWorkItemFields.html","title":"Invoke Form - Work Item Fields","navPath":"InvokeFormWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"abcb144a5-c33e-4fcb-b6a1-adc75f6bbd40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-AssignActor%28s%29.html","title":"Invoke Form - Assign Actor(s)","navPath":"InvokeForm-AssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4c6592f3-7020-4d1a-b437-92256a0decf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormAssignQueue%28s%29.html","title":"Invoke Form - Assign Queue(s)","navPath":"InvokeFormAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a68c2f508-6f29-45b1-849a-2df4dcc02dbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-FormName.html","title":"Invoke Form - Form Name","navPath":"InvokeForm-FormName.html","bundleId":"work-tasks-2023-sp1","id":"a774e9592-fa55-4522-a61a-af8d3bf014c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-OutputInstanceXML.html","title":"Invoke Form - Output Instance XML","navPath":"InvokeForm-OutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"ab91a374a-bcb0-4b4a-9405-a9f5b5c8a6d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-IndividualActor%27sResponseCollaborationinOutputInstanceXML.html","title":"Invoke Form - Individual Actor's Response Collaboration in Output Instance XML","navPath":"InvokeForm-IndividualActor'sResponseCollaborationinOutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"a9438f642-2b0e-4969-9dd5-ab0229a9654e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-UpdateFormParameters.html","title":"Invoke Form - Update Form Parameters","navPath":"InvokeForm-UpdateFormParameters.html","bundleId":"work-tasks-2023-sp1","id":"ae9ec7453-123f-48eb-bee6-178d4a5601ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Subject.html","title":"Invoke Form - Subject","navPath":"InvokeForm-Subject.html","bundleId":"work-tasks-2023-sp1","id":"a8fb72c3e-1719-43db-a84a-a2e5975be18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Body.html","title":"Invoke Form - Body","navPath":"InvokeForm-Body.html","bundleId":"work-tasks-2023-sp1","id":"a250fa835-6786-40dd-852b-255aa3352f2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-TemplatePath.html","title":"Invoke Form - Template Path","navPath":"InvokeForm-TemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a1e75a799-d03b-4ad7-94c1-5cd895f45fd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivityEmailTemplate.html","title":"Invoke Form Activity Email Template","navPath":"InvokeFormActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7f80ebe1-c27b-49cf-9d71-fa28550898ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInvokeFormActivity.html","title":"Use Variables in Invoke Form Activity","navPath":"UseVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5f61c66-3980-4e09-bc24-e98fd2eb7377","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInvokeFormActivity.html","title":"Use Contents in Invoke Form Activity","navPath":"UseContentsinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4c695291-8721-4ad4-a534-e0046ec43528","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInvokeFormActivity.html","title":"Use XML Variables in Invoke Form Activity","navPath":"UseXMLVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a52a05a22-3aee-4d43-bd26-f09763f5d216","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-RedirectURL.html","title":"Invoke Form - Redirect URL","navPath":"InvokeForm-RedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"ae1070c74-0650-43f6-a58a-6dd3f97f3835","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-CustomDocumentViewURL.html","title":"Invoke Form - Custom Document View URL","navPath":"InvokeForm-CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a6489b0b3-af4c-47cd-b22d-8b5dd49166f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-SetCalendarforTimeout.html","title":"Invoke Form - Set Calendar for Timeout","navPath":"InvokeForm-SetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a15952a70-97ac-4df2-979a-1d0ada026535","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MultipleTimeoutWarning.html","title":"Invoke Form - Multiple Timeout Warning","navPath":"InvokeForm-MultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a5d6312c3-a0da-489a-b7fd-a429127e8cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MailIntegrationScenario.html","title":"Invoke Form - Mail Integration Scenario","navPath":"InvokeForm-MailIntegrationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a93b5454c-3d05-4ec7-bbe8-04c85c4613f8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseBodyProperty.html","title":"Use 'Body' Property","navPath":"UseBodyProperty.html","bundleId":"work-tasks-2023-sp1","id":"a4d06b12a-6cd6-408e-bcb7-d81777dbceb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseTemplatePathProperty.html","title":"Use 'Template Path' Property","navPath":"UseTemplatePathProperty.html","bundleId":"work-tasks-2023-sp1","id":"ae6414b3c-e4a0-47f1-b723-49ab6a0461e8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssignaTasktoaManager.html","title":"Assign a Task to a Manager","navPath":"AssignaTasktoaManager.html","bundleId":"work-tasks-2023-sp1","id":"abc17f1ff-e7b8-4436-a58c-b50dff4827b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleControlECPlug-in.html","title":"Enterprise Console Control (EC Plug-in)","navPath":"EnterpriseConsoleControlECPlug-in.html","bundleId":"work-tasks-2023-sp1","id":"adb875483-bead-4f89-991c-d0fb95f7708d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationActivities.html","title":"Integration Activities","navPath":"IntegrationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a2228e2f0-24d6-4a8d-a1fb-171a58cf71a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentActivity.html","title":"Create-Open-Office-Document Activity","navPath":"CreateOpenOfficeDocumentActivity.html","bundleId":"work-tasks-2023-sp1","id":"a2b5c6a8f-a791-422b-bab1-ba843aa0f604","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentDestinationDetails.html","title":"Create-Open-Office-Document: Destination Details","navPath":"CreateOpenOfficeDocumentDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"a15dbbed5-a629-4cbd-be20-91bf6be87ce6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentSelectTemplate.html","title":"Create-Open-Office-Document: Select Template","navPath":"CreateOpenOfficeDocumentSelectTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aaf780b58-eb65-462d-92f1-33a4b7d2585f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebServiceActivity.html","title":"InvokeWebService Activity","navPath":"InvokeWebServiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5a8a0b46-f4f0-4c3e-aaee-12193ac61ad7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebService-WebServiceDetails.html","title":"InvokeWebService: Web Service Details","navPath":"InvokeWebService-WebServiceDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa9916b4c-d5f6-4908-9d3b-ebd0f2e9f275","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIActivity.html","title":"Invoke Web API Activity","navPath":"InvokeWebAPIActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5083ad8-ee5d-486a-8382-0955699d7055","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWebAPI.html","title":"Configure Web API","navPath":"ConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a9a6a5ee3-b38b-4a71-8d95-3b5b58390045","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI.html","bundleId":"work-tasks-2023-sp1","id":"ada6615b4-1be2-4788-b529-6808e3380329","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PATCHMethod.html","title":"PATCH Method","navPath":"PATCHMethod.html","bundleId":"work-tasks-2023-sp1","id":"a83f7d4f7-4034-48e0-9fb7-6cd2a6ffc493","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariable.html","title":"Create XML Variable","navPath":"CreateXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a107229eb-0bf2-4145-afcd-d9a2145b183b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity.html","title":"Script Activity","navPath":"ScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"a07b51c84-2874-46f6-bbc2-875d89332de6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode.html","title":"Script: Code","navPath":"ScriptCode.html","bundleId":"work-tasks-2023-sp1","id":"aca849bc3-4728-4187-9052-827a5f5220ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences.html","title":"Script: References","navPath":"ScriptReferences.html","bundleId":"work-tasks-2023-sp1","id":"ae4a63f8a-ffb8-41e3-88fa-0191f7f51702","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues.html","title":"Script: Return Values","navPath":"ScriptReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"a4a579e75-bea0-4aba-887c-a6cb5e00672e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileOperationsActivity.html","title":"File Operations Activity","navPath":"FileOperationsActivity.html","bundleId":"work-tasks-2023-sp1","id":"a23e232ba-ed10-48e7-af92-d910dfcccfa6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsSource_Details.html","title":"File Operations: Source Details","navPath":"File_OperationsSource_Details.html","bundleId":"work-tasks-2023-sp1","id":"ae5a77d45-21cc-4425-9aaf-d29461ca2446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsDestinationDetails.html","title":"File Operations: Destination Details","navPath":"File_OperationsDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"ab3c890f0-0c76-483b-bf6b-c5506d989e2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWorkflowStatusActivity.html","title":"Change Workflow Status Activity","navPath":"ChangeWorkflowStatusActivity.html","bundleId":"work-tasks-2023-sp1","id":"acd930056-fa54-458e-8c69-f283a27f91e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionActivity.html","title":"XML Action Activity","navPath":"XMLActionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5982cd4a-66a5-46fb-bcdd-dd1ad002febd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionGetData.html","title":"XML Action: Get Data","navPath":"XMLActionGetData.html","bundleId":"work-tasks-2023-sp1","id":"a592d992c-060f-40bf-9aef-e44ec33b536a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionSetVariables.html","title":"XML Action: Set Variables","navPath":"XMLActionSetVariables.html","bundleId":"work-tasks-2023-sp1","id":"a04ecdb58-d7b1-43a3-b934-195574529654","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities.html","title":"Engine Activities","navPath":"EngineActivities.html","bundleId":"work-tasks-2023-sp1","id":"a95e5070c-d07d-4608-917a-1facbe266ced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivity.html","title":"End Activity Execution Activity","navPath":"EndActivityExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa431465b-c54c-47b1-9edd-10fc1ac68d2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivityDetails.html","title":"End Activity Execution: Activity Details","navPath":"EndActivityExecutionActivityDetails.html","bundleId":"work-tasks-2023-sp1","id":"a839a74cc-8e3b-4000-bea9-ad278d3bf3bc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowExecutionActivity.html","title":"End Child Workflow Execution Activity","navPath":"EndChildWorkflowExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4af33c60-9604-4826-aa43-51a2ced43b0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowWorkflowDetails.html","title":"End Child Workflow: Workflow Details","navPath":"EndChildWorkflowWorkflowDetails.html","bundleId":"work-tasks-2023-sp1","id":"a9ddcbd2f-5670-4d98-b2f9-6477bf9828cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockingOutputActivity.html","title":"BlockingOutput Activity","navPath":"BlockingOutputActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8885a5fe-2592-4392-8ace-5751186d8b74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity.html","title":"Database Activity","navPath":"DatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa30c4cab-695c-4e38-a48e-6796c7abcbb7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity.html","title":"Decision Activity","navPath":"DecisionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aaa20909c-be11-433a-b2af-317d7f5a3391","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions.html","title":"Decision: Decisions","navPath":"Decisions.html","bundleId":"work-tasks-2023-sp1","id":"af4be743f-8ea5-48cb-82a0-9f6bd215509e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9ae79812-3254-45dd-9ef5-655ba8f9d448","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSerialExecution.html","title":"Example of Serial Execution","navPath":"ExampleofSerialExecution.html","bundleId":"work-tasks-2023-sp1","id":"ac7a03c8b-f0f4-4274-8e97-8fed5b2d04fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity.html","title":"For-Loop Activity","navPath":"ForLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad800355c-d50b-4389-b466-a89f2a4f1f0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount.html","title":"For - Loop Count","navPath":"ForLoopCount.html","bundleId":"work-tasks-2023-sp1","id":"aa7a1ca5c-9368-4333-9973-4089e621b15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity.html","title":"Logger Activity","navPath":"LoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ade018870-1550-4fba-a063-d1a5f5ea840c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage.html","title":"Log - Log Message","navPath":"Log-LogMessage.html","bundleId":"work-tasks-2023-sp1","id":"af981a1b9-7b65-476f-bc92-0109520a0598","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoopExecutionStepEntryActivity.html","title":"Loop Execution Step Entry Activity","navPath":"LoopExecutionStepEntryActivity.html","bundleId":"work-tasks-2023-sp1","id":"a35303179-d9b4-4df5-9f57-394981974e0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity.html","title":"Next Loop Activity","navPath":"NextLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a43b1defb-4dea-4ce4-844f-00f008ff0157","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariableActivity.html","title":"Resource Variable Activity","navPath":"ResourceVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"a33f41dc0-bbc9-468d-b23a-94ac0e636a7d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariable-Actors.html","title":"Resource Variable - Actors","navPath":"ResourceVariable-Actors.html","bundleId":"work-tasks-2023-sp1","id":"ae525a243-3c25-4ffd-8601-732c64be5fb4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity.html","title":"Rule Activity","navPath":"RuleActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6cb44d86-19d4-41c2-bf84-84ab7a855b6b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition.html","title":"Rule - Condition","navPath":"RuleCondition.html","bundleId":"work-tasks-2023-sp1","id":"ab7d41ffd-6f5e-492d-afa2-aba6b4321390","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActivity.html","title":"Workflow Activity","navPath":"WorkflowActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36a1c56e-acb9-4a99-a913-6c61eb4cf96e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowContents_forChildWorkflow.html","title":"Workflow - Contents for ChildWorkflow","navPath":"WorkflowContents_forChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6fcad1b9-8757-4b6e-ac7a-b63db9a3462f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a71e32ef6-dbfa-41d3-8208-6054245e83a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a39ac243b-6dd5-4f77-b52b-e6d9218d7509","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowReturnValues.html","title":"Workflow - Return Values","navPath":"WorkflowReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"ab5812c43-3dd6-4286-9f3d-553a8d3ef137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","title":"How to Pass Variables/Contents from Parent Workflow to Child Workflow?","navPath":"HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a2367ed1b-def4-41ab-8d20-a58e65971058","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetExecutionIDoftheChildWorkflow.html","title":"Get Execution ID of the Child Workflow","navPath":"GetExecutionIDoftheChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a59d5ed72-7e73-4b2b-8211-3719cef69c37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"abad358f2-db18-45db-9027-01ecc23fdb9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Variables.html","title":"Variables","navPath":"Variables.html","bundleId":"work-tasks-2023-sp1","id":"a3a0cfcae-3c2d-4704-bbcf-8c0d6d859474","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsXmlVariables.html","title":"Forms Xml Variables","navPath":"FormsXmlVariables.html","bundleId":"work-tasks-2023-sp1","id":"a3ae2a8ca-5873-4bac-9421-96a83dfccc59","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity.html","bundleId":"work-tasks-2023-sp1","id":"a71c50a76-6eb8-4dae-8779-99d2e29f608a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables.html","bundleId":"work-tasks-2023-sp1","id":"ab45d16c4-02a6-4d94-95ee-fa810c9b2c36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aee505bd0-11db-4d44-b91f-fc4cdb68cf1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity.html","title":"Synchronize Activity","navPath":"SynchronizeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8a38616a-e56e-4874-a21c-95229df13f0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable.html","bundleId":"work-tasks-2023-sp1","id":"a954cbf60-a88c-473e-ad9f-4baa70e26e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator.html","title":"XML Navigator","navPath":"XMLNavigator.html","bundleId":"work-tasks-2023-sp1","id":"ae366c9f0-4f08-4e4e-b36f-d2dd0ed1e0c1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivities.html","title":"Scheduler Activities","navPath":"SchedulerActivities.html","bundleId":"work-tasks-2023-sp1","id":"a0b0cb2a5-5845-4eca-bfb2-6cb2b9ffdbc2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlCustomTimerActivity.html","title":"Control Custom Timer Activity","navPath":"ControlCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4f46ae7-e15e-4d61-aa20-1b21addf8373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerActivity.html","title":"Set Custom Timer Activity","navPath":"SetCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab62c3b00-92d7-4788-9a59-3c3528ab2d79","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerScheduleTime.html","title":"Set Custom Timer: Schedule Time","navPath":"SetCustomTimerScheduleTime.html","bundleId":"work-tasks-2023-sp1","id":"af3246f9b-52f6-4eaa-825c-1dd09842fed1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivity.html","title":"Scheduler Activity","navPath":"SchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa77bd132-35e9-47b8-8606-fe07fa9467e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerDetails.html","title":"Scheduler: Scheduler Details","navPath":"SchedulerDetails.html","bundleId":"work-tasks-2023-sp1","id":"af4dde46c-d10f-4bae-9dde-b93709869e64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RescheduleFailedTasks.html","title":"Reschedule Failed Tasks","navPath":"RescheduleFailedTasks.html","bundleId":"work-tasks-2023-sp1","id":"a9bf90d9c-8c72-493b-b413-80af28a4888e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeTriggerActivity.html","title":"Time Trigger Activity","navPath":"TimeTriggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a94a60a80-9002-442e-9475-0234e1bc23b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimerTrigger.html","title":"Time Trigger: Timer Trigger","navPath":"TimerTrigger.html","bundleId":"work-tasks-2023-sp1","id":"a7f139c6b-1192-4c3a-affc-252ef50abed8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities.html","title":"Communication Activities","navPath":"CommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a82645408-29b2-4624-ac9f-1c0e4c719eb9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailActivity.html","title":"Email Activity","navPath":"EmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad7bdb004-2864-417a-9c78-66f477545e29","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailToResource.html","title":"Email: ToResource","navPath":"EmailToResource.html","bundleId":"work-tasks-2023-sp1","id":"a0bb21980-7c81-4856-b549-8d3b8b81c5ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBCCResource.html","title":"Email: BCC Resource","navPath":"EmailBCCResource.html","bundleId":"work-tasks-2023-sp1","id":"ac6978064-95f7-4fcd-ac9e-45ca0bf73f24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailCCResource.html","title":"Email: CCResource","navPath":"EmailCCResource.html","bundleId":"work-tasks-2023-sp1","id":"a265759a0-c819-4201-a207-1bf51401b5c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailSubject.html","title":"Email: Subject","navPath":"EmailSubject.html","bundleId":"work-tasks-2023-sp1","id":"afc44603b-ad6c-406c-97f1-825a9ca6c3e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBody.html","title":"Email: Body","navPath":"EmailBody.html","bundleId":"work-tasks-2023-sp1","id":"ae43938fb-7668-49bc-9542-e87c4c3198fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailAttachReports.html","title":"Email: Attach Reports","navPath":"EmailAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ae36f5a5f-47e8-439f-9a37-dc5d06d04fb3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCommunicationActivities.html","title":"Configure Communication Activities","navPath":"ConfigureCommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a21db4212-94e8-44e3-a458-9b35fd5d11df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites_1.html","title":"Prerequisites","navPath":"Prerequisites_1.html","bundleId":"work-tasks-2023-sp1","id":"a3d360ac3-346e-4b16-b204-a29cb0c0678b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforReceivingEmails.html","title":"Configure Farm Configuration Wizard for Receiving Emails","navPath":"ConfigureFarmConfigurationWizardforReceivingEmails.html","bundleId":"work-tasks-2023-sp1","id":"adf7dffa9-b4c0-4d6a-93d8-3836ba195e24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforSendingSMS.html","title":"Configure Farm Configuration Wizard for Sending SMS","navPath":"ConfigureFarmConfigurationWizardforSendingSMS.html","bundleId":"work-tasks-2023-sp1","id":"a42701d91-382c-49cc-b6f0-0ff2f5e67d4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisableReplyEmailforInvalidEmails.html","title":"Disable Reply Email for Invalid Emails","navPath":"DisableReplyEmailforInvalidEmails.html","bundleId":"work-tasks-2023-sp1","id":"a6b13a918-fa8a-4270-a2d5-5373a43ca818","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity.html","title":"Notification Activity","navPath":"NotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19dc15b1-f5c7-4e95-9b75-8f0c8ed93e31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource.html","title":"Notification: ToResource","navPath":"NotificationToResource.html","bundleId":"work-tasks-2023-sp1","id":"abdb34447-6718-4551-90b8-0725393ac109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_1.html","title":"Notification: ToResource","navPath":"NotificationToResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a640b4036-ea3b-4e46-b75d-efa7d08acc0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailActivity.html","title":"Wait for Email Activity","navPath":"WaitforEmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"abdc4d78f-1813-45e0-ba6e-ea7fa494d69a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailFilterExpression.html","title":"Wait for Email: Filter Expression","navPath":"WaitforEmailFilterExpression.html","bundleId":"work-tasks-2023-sp1","id":"afc2d8138-cc35-4ee8-9c37-492f5f16fc7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a5161d0ce-43c3-4434-a93c-d9908ccea4b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveOptions.html","title":"Wait for Email: Attachment Save Options","navPath":"WaitforEmailAttachmentSaveOptions.html","bundleId":"work-tasks-2023-sp1","id":"a2ca6a439-9bf5-4531-ad4c-a2704ea54c20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveLocation.html","title":"Wait for Email: Attachment Save Location","navPath":"WaitforEmailAttachmentSaveLocation.html","bundleId":"work-tasks-2023-sp1","id":"a7fcd6ae4-091a-4b4f-98e2-cc644cfb8985","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail_1.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail_1.html","bundleId":"work-tasks-2023-sp1","id":"a516fb5b9-e4c7-47eb-a4e0-dc4b17cb015f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotificationActivity.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a45419fb4-951e-4bf5-8b99-65215bfeffe3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource.html","bundleId":"work-tasks-2023-sp1","id":"a76b09728-645d-479d-85dd-d79d6f6b5ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetNotificationType.html","title":"Set Notification Type","navPath":"SetNotificationType.html","bundleId":"work-tasks-2023-sp1","id":"a5ea7c9e8-6498-4509-959c-111539e5d8fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVA_WorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVA_WorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"abb0522d5-61b3-477e-a7e0-1b5a7397a9b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a754a4a56-0248-412e-a7d1-16edd3bd24b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNElements.html","title":"BPMN Elements","navPath":"BPMNElements.html","bundleId":"work-tasks-2023-sp1","id":"a1ce0213d-5639-49d8-9ab3-7ffa67e28fba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GatewayPlaceholder.html","title":"Gateway Placeholder","navPath":"GatewayPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"adbd0ee6b-1d09-47e5-bd0e-9fae2268da82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupBox.html","title":"Group Box","navPath":"GroupBox.html","bundleId":"work-tasks-2023-sp1","id":"a0df5caa5-f782-4740-bae1-3697c615fc89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventPlaceholder.html","title":"Intermediate Event Placeholder","navPath":"IntermediateEventPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"a09719033-43f8-424c-bea2-281be86c608e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lane.html","title":"Lane","navPath":"Lane.html","bundleId":"work-tasks-2023-sp1","id":"a1fa672d4-0f02-4d60-91fe-4a2dd488f70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Placeholder.html","title":"Placeholder","navPath":"Placeholder.html","bundleId":"work-tasks-2023-sp1","id":"a916c84fd-43d6-4f6b-bef4-3e8b3cb50bfa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PlaceholderActionOutputs.html","title":"Placeholder: Action Outputs","navPath":"PlaceholderActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ae294db7f-6ba0-4ed7-a5d5-23d49520d392","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Pool.html","title":"Pool","navPath":"Pool.html","bundleId":"work-tasks-2023-sp1","id":"ad0824ae0-acb4-41f6-b1a9-1f08f72e4b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListActivities.html","title":"List Activities","navPath":"ListActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae5ca5838-8804-4ef0-9579-434931e3b261","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorActivity.html","title":"List Navigator Activity","navPath":"ListNavigatorActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4d6b5f85-bd48-4ea2-b882-adcd00c14493","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XmlListNavigatorActivity-XmlVariableOfListType.html","title":"XML List Navigator Activity - XMLVariable of List Type","navPath":"XmlListNavigatorActivity-XmlVariableOfListType.html","bundleId":"work-tasks-2023-sp1","id":"a24127fd9-8d01-4697-8dad-aede62a71120","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListNameorID.html","title":"List Navigator: List Name or ID","navPath":"ListNavigatorListNameorID.html","bundleId":"work-tasks-2023-sp1","id":"a55e089ca-67d5-4e9d-b5ec-89cf0013687d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListQuery.html","title":"List Navigator: List Query","navPath":"ListNavigatorListQuery.html","bundleId":"work-tasks-2023-sp1","id":"a934ce89e-686b-45ba-bb88-eaaf3988eeb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorQueryBuilder.html","title":"List Navigator: Query Builder","navPath":"ListNavigatorQueryBuilder.html","bundleId":"work-tasks-2023-sp1","id":"ad4ff32cd-5e06-4a86-93be-b891bc145f58","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForEventActivity.html","title":"Wait for Event Activity","navPath":"WaitForEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae161d7e9-5440-441b-8ba9-4e0743c1ff4e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventListID.html","title":"Wait for Event: List ID","navPath":"WaitforEventListID.html","bundleId":"work-tasks-2023-sp1","id":"a73680b3d-4100-4071-b107-7cff5eb4d7f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventNoofEvents.html","title":"Wait for Event: No of Events","navPath":"WaitforEventNoofEvents.html","bundleId":"work-tasks-2023-sp1","id":"a0b320b0e-ba44-41a1-ba37-b46e3205f6f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveFrom.html","title":"Wait for Event: Effective From","navPath":"WaitforEventEffectiveFrom.html","bundleId":"work-tasks-2023-sp1","id":"a7d706dcd-3c9d-4b10-909d-d1be0c0005bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveTo.html","title":"Wait for Event: Effective To","navPath":"WaitforEventEffectiveTo.html","bundleId":"work-tasks-2023-sp1","id":"aa559fbf1-83ce-494c-a841-ded0360e424d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventWorkflowEventDataXMLVariable.html","title":"Wait for Event: Workflow Event Data XML Variable","navPath":"WaitforEventWorkflowEventDataXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2be046d2-7ea4-4f26-8f71-861745c8d20c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityActivities.html","title":"Security Activities","navPath":"SecurityActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1e7e1e0-17e8-451b-8e70-fbd11880633d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelApprovalWorkflow.html","title":"Cancel Approval Workflow","navPath":"CancelApprovalWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a979a5b9d-056d-4e68-ad73-72be5358d892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityInstructionHandler.html","title":"Security Instruction Handler","navPath":"SecurityInstructionHandler.html","bundleId":"work-tasks-2023-sp1","id":"a1a0c95a6-7a3b-4a76-ac17-712a804edbce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportActivities.html","title":"Report Activities","navPath":"ReportActivities.html","bundleId":"work-tasks-2023-sp1","id":"abc7dd4c6-9816-4de6-8123-9917201b85b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportGeneratorActivity.html","title":"Report Generator Activity","navPath":"ReportGeneratorActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad043f159-88a5-48b0-91a0-8ea33bcc0469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureReportTemplate.html","title":"Configure Report Template","navPath":"ConfigureReportTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af42d1a2b-fb3b-4e3e-b8b7-f5315def2ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHistorianConnection.html","title":"Create a Historian Connection","navPath":"CreateaHistorianConnection.html","bundleId":"work-tasks-2023-sp1","id":"a024770fb-d8b7-44b0-a87a-589470202068","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAActivities.html","title":"SOA Activities","navPath":"SOAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a1e63dec3-186e-4296-80cc-274c27fe000a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAExecuteActivity.html","title":"SOA Execute Activity","navPath":"SOAExecuteActivity.html","bundleId":"work-tasks-2023-sp1","id":"acaecacf0-0483-4efb-85de-3b4e4a8d9952","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteMethodswithOutParametersinSOA.html","title":"Execute Methods with Out Parameters in SOA","navPath":"ExecuteMethodswithOutParametersinSOA.html","bundleId":"work-tasks-2023-sp1","id":"a1bc3d3eb-db20-43d2-aa14-f986252dbd01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveMultipleRecordsfromDatabaseUsingSOA.html","title":"Retrieve Multiple Records from Database Using SOA","navPath":"RetrieveMultipleRecordsfromDatabaseUsingSOA.html","bundleId":"work-tasks-2023-sp1","id":"a814f8475-aa00-4312-b5bf-3b72fa5eb0eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoIterateCollectionObject.html","title":"How to Iterate Collection Object?","navPath":"HowtoIterateCollectionObject.html","bundleId":"work-tasks-2023-sp1","id":"a577f6746-b0ff-4b17-af40-6144e1a9eab2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoDesignaWorkflow.html","title":"How to Design a Workflow?","navPath":"HowtoDesignaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a217e89a9-1f87-413d-8f1f-2e651d6f8c0f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEventsActivities.html","title":"ArchestrA Events","navPath":"ArchestrAEventsActivities.html","bundleId":"work-tasks-2023-sp1","id":"a22fc689b-13c4-4acc-b4e2-5d7c8d9f0174","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAWaitforEvent.html","title":"ArchestrA Wait for Event","navPath":"ArchestrAWaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a9ab269c4-a1a5-43b5-a8b0-2c2910aac10d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetArchestrAEventFilters.html","title":"Set ArchestrA Event Filters","navPath":"SetArchestrAEventFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91aff46b-d538-40fd-bc35-5540783d0c73","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities.html","title":"Message Queue Activities","navPath":"MessageQueueActivities.html","bundleId":"work-tasks-2023-sp1","id":"a4068501f-3ebb-49d7-91e8-cd10de8a14ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData.html","title":"SendMQData","navPath":"SendMQData.html","bundleId":"work-tasks-2023-sp1","id":"a0de6a88c-95ad-41cd-99e4-a0ddfb386429","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringMessageQueueConnection.html","title":"Configuring Message Queue Connection","navPath":"ConfiguringMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"af2009a71-d918-45cf-aa2d-db38c280fda5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForMQData.html","title":"WaitForMQData","navPath":"WaitForMQData.html","bundleId":"work-tasks-2023-sp1","id":"a4d94d537-22ab-4067-b4e9-097046bbee1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageQueueFilters.html","title":"Set Message Queue Filters","navPath":"SetMessageQueueFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91b2b46e-e74a-4a25-96e7-652ce7c7920d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities.html","title":"Logic App Activities","navPath":"LogicAppActivities.html","bundleId":"work-tasks-2023-sp1","id":"a108cffbb-f8d2-44ba-b4e7-09d7ba7d2bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity.html","bundleId":"work-tasks-2023-sp1","id":"afda05204-d7e4-425e-ba27-866f1071e830","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringLogicAppConnectionandData.html","title":"Configuring Logic App Connection and Data","navPath":"ConfiguringLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"aa3c9e4bc-fd28-4554-bbe8-06763f20c6eb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforLogicAppAlertActivity.html","title":"Wait for Logic App Alert Activity","navPath":"WaitforLogicAppAlertActivity.html","bundleId":"work-tasks-2023-sp1","id":"a754640c1-f7ac-4588-a32b-a35fbd5f25b1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandExecuteWorkflows.html","title":"Design and Execute Workflows","navPath":"DesignandExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aaf35a399-194f-4ecb-890a-9c34755d4164","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewWorkflowProcess.html","title":"Create a New Workflow Process","navPath":"CreateaNewWorkflowProcess.html","bundleId":"work-tasks-2023-sp1","id":"ab76d7c82-5136-4900-bb6b-33d3f47643b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecutetheWorkflow.html","title":"Execute the Workflow","navPath":"ExecutetheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ae0cbf4f4-cc13-48f7-956a-7e49f7b5a929","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofInternalStatusCodes.html","title":"List of Internal Status Codes","navPath":"ListofInternalStatusCodes.html","bundleId":"work-tasks-2023-sp1","id":"aaf49a492-e480-4c42-a9de-d1d56ea76832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflows.html","title":"Execute Workflows","navPath":"ExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a55737b80-4ff2-4179-b0e2-c68e5a8d87e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflowsAsynchronously.html","title":"Execute Workflows Asynchronously","navPath":"ExecuteWorkflowsAsynchronously.html","bundleId":"work-tasks-2023-sp1","id":"ac7c7a9bc-42cd-4657-93e8-bcba29c5dc96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseRedirectionEnabledPropertyforSynchronousExecution.html","title":"Use Redirection Enabled Property for Synchronous Execution","navPath":"UseRedirectionEnabledPropertyforSynchronousExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be8fc49-6b88-426f-af18-739778883656","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnablingHumanWorkflowInteraction.html","title":"Enable Human-Workflow Interaction","navPath":"EnablingHumanWorkflowInteraction.html","bundleId":"work-tasks-2023-sp1","id":"abe3d0c46-f8e5-4d06-bb8e-2598f5823624","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanWorkflowServices.html","title":"Human Workflow Services","navPath":"HumanWorkflowServices.html","bundleId":"work-tasks-2023-sp1","id":"a3427f323-e4ef-47f5-bafa-99fe03d9f64b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutChannels.html","title":"About Channels","navPath":"AboutChannels.html","bundleId":"work-tasks-2023-sp1","id":"a666d8a70-8940-4351-8899-eb69c8abe3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutForms.html","title":"About Forms","navPath":"AboutForms.html","bundleId":"work-tasks-2023-sp1","id":"a89983141-5060-4f88-ab42-ea21e76b0927","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateChannelsandForms.html","title":"Create Channels and Forms","navPath":"CreateChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a70cc5690-b4b0-4eab-a61e-58bc279ff081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseChannelsandForms.html","title":"Use Channels and Forms","navPath":"UseChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a6b6ee1c2-79fd-44ae-825b-da9da07b2bf4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeBehaviorofChannelsandForms.html","title":"Run-time Behavior of Channels and Forms","navPath":"RuntimeBehaviorofChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a1877836f-6a17-470e-a9b5-a290dd6b44f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAccessRightsforFormInstances.html","title":"Set Access Rights for Form Instances","navPath":"SetAccessRightsforFormInstances.html","bundleId":"work-tasks-2023-sp1","id":"a8109f407-808f-4f14-b98e-9f1fe4f62b14","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseASPXFormastheDetailedViewPageofWorkItemListControl.html","title":"Use ASPX Form as the Detailed View Page of Work Item List Control","navPath":"UseASPXFormastheDetailedViewPageofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a1f0d01e4-7fca-4c0e-aa4a-46f02d4e767c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailandMicrosoftOfficeOutlookIntegration.html","title":"Email and Microsoft Office Outlook Integration","navPath":"EmailandMicrosoftOfficeOutlookIntegration.html","bundleId":"work-tasks-2023-sp1","id":"aea36f96c-f336-4d5e-a187-a672a2ed3b15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoSendingActivitiesbyEmail.html","title":"Introduction to Sending Activities by Email","navPath":"IntroductiontoSendingActivitiesbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"adda7a138-bced-4a3b-b323-11ac8b38a33a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivitiestobeSentbyEmail.html","title":"Configure Activities to be Sent by Email","navPath":"ConfigureActivitiestobeSentbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"a4f9556e9-6268-482d-a249-210d4f43a34c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateFormatinEmailTemplate.html","title":"Date Format in Email Template","navPath":"DateFormatinEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad6c755e8-e867-45df-adcb-415fcb509233","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationwithMicrosoftOfficeOutlook.html","title":"Integration with Microsoft Office Outlook","navPath":"IntegrationwithMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a686ae0d4-b87c-4ff2-a357-bb01e2d40f25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoApprovalActivitiesfromEmail.html","title":"Respond to Approval Activities from Email","navPath":"RespondtoApprovalActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a11ae5cde-6072-4001-8fd6-10f3d3d3d0f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChecklistActivitiesfromEmail.html","title":"Respond to Checklist Activities from Email","navPath":"RespondtoChecklistActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3621f986-3dcc-4ecd-8faf-5a8c50125c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChoiceActivitiesfromEmail.html","title":"Respond to Choice Activities from Email","navPath":"RespondtoChoiceActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3659d735-50c2-46e1-bc7c-da460d262e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInformationActivitiesfromEmail.html","title":"View Information Activities from Email","navPath":"ViewInformationActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"ae700b7a0-b754-439d-bc33-a1a6fdd5869a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoTaskActivitiesfromEmail.html","title":"Respond to Task Activities from Email","navPath":"RespondtoTaskActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"af83317e6-ba6b-44a5-bb08-72760c0388ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","title":"Configure Repository Database to View Process Execution View, Document View, and Work Items View from Email","navPath":"ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a90ff5ff3-ff97-40bd-aa3f-08d96304c533","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportVariablesContentsandXMLVariablesinEmailTemplates.html","title":"Support Variables, Contents, and XML Variables in Email Templates","navPath":"SupportVariablesContentsandXMLVariablesinEmailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"a20989d4a-a7fe-4c1e-a300-d91c02504f35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivityEmailTemplate.html","title":"Approval Activity Email Template","navPath":"ApprovalActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a87abb814-8398-486f-9b80-ffd23c4579cb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesintheApprovalEmailTemplate.html","title":"Use Variables in the Approval Email Template","navPath":"UseVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2afae867-d7e7-46d7-bf67-419b80953762","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsintheApprovalEmailTemplate.html","title":"Use Contents in the Approval Email Template","navPath":"UseContentsintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac95550e8-220d-4332-a220-26232d4fce87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesintheApprovalEmailTemplate.html","title":"Use XML Variables in the Approval Email Template","navPath":"UseXMLVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae7c4ff48-2d4b-4077-a426-4aa58eb3adeb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivityEmailTemplate.html","title":"Choice Activity Email Template","navPath":"ChoiceActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a9b945a0f-c5ec-4ce3-8d14-85c440aeee44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinChoiceEmailTemplate.html","title":"Use Variables in Choice Email Template","navPath":"UseVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac933a8f7-c747-4ee8-8c82-4e8575187cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinChoiceEmailTemplate.html","title":"Use Contents in Choice Email Template","navPath":"UseContentsinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"afff89e01-f034-4356-aca0-152f6c4e6f12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinChoiceEmailTemplate.html","title":"Use XML Variables in Choice Email Template","navPath":"UseXMLVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a097000f0-3291-4b2d-bc43-2dbcc2b52f04","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/check-listactivityemailtemplate.html","title":"Check-List Activity Email Template","navPath":"check-listactivityemailtemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5c966dd6-b323-466b-8ba1-df2273c0f305","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinCheckListEmailTemplate.html","title":"Use Variables in Check-List Email Template","navPath":"UseVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a810bd848-b02c-4a20-b3d7-658939e67f33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinCheckListEmailTemplate.html","title":"Use Contents in Check-List Email Template","navPath":"UseContentsinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a0d1969b4-01e6-4260-8c05-9fd7b2d47bc3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinCheckListEmailTemplate.html","title":"Use XML Variables in Check-List Email Template","navPath":"UseXMLVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ab36f8de9-73e5-4d41-8a92-bf80eca1d664","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivityEmailTemplate.html","title":"Task Activity Email Template","navPath":"TaskActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1a4d6c1d-a413-46c4-84d9-3a4c008d4dcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinTaskEmailTemplate.html","title":"Use Variables in Task Email Template","navPath":"UseVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1d2c3fbc-0971-4a62-881b-1a9074230ae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinTaskEmailTemplate.html","title":"Use Contents in Task Email Template","navPath":"UseContentsinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a43c16a1e-b4bd-4691-be0f-811a662413b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinTaskEmailTemplate.html","title":"Use XML Variables in Task Email Template","navPath":"UseXMLVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2ddd6465-7286-4a68-a2d1-26aa648d209a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivityEmailTemplate.html","title":"Information Activity Email Template","navPath":"InformationActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7823e8d0-ed10-4987-a667-09155337ab44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInformationEmailTemplate.html","title":"Use Variables in Information Email Template","navPath":"UseVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1995307a-c882-409b-8b49-45975aa84be7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInformationEmailTemplate.html","title":"Use Contents in Information Email Template","navPath":"UseContentsinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a8947b830-0ade-48bd-add5-ea611642ae8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInformationEmailTemplate.html","title":"Use XML Variables in Information Email Template","navPath":"UseXMLVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a361d157a-2e76-4b2b-8800-01e92b9138d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differentemailtemplatefordifferentactivityinaworkflow.html","title":"Different Email Template for Different Activity in a Workflow","navPath":"differentemailtemplatefordifferentactivityinaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af4add5eb-9aaa-41d1-8df7-448be27d0f7b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofApprovalActivity.html","title":"Use 'HTML Template' Property of Approval Activity","navPath":"UseHTMLTemplatePropertyofApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6af2a093-0045-4aa4-b303-1c721cb1e69e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChoiceActivity.html","title":"Use 'HTML Template' Property of Choice Activity","navPath":"UseHTMLTemplatePropertyofChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a0ad5df4c-0faa-4298-9094-188dfce74f9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChecklistActivity.html","title":"Use 'HTML Template' Property of Checklist Activity","navPath":"UseHTMLTemplatePropertyofChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a420d6302-62b8-4bd9-9e6f-2f3001664537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofTaskActivity.html","title":"Use 'HTML Template' Property of Task Activity","navPath":"UseHTMLTemplatePropertyofTaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae2330773-66d2-4047-8441-61d9f807d619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofInformationActivity.html","title":"Use 'HTML Template' Property of Information Activity","navPath":"UseHTMLTemplatePropertyofInformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7a93971d-cc7e-4931-8472-043ff4aa31a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddinforMicrosoftOfficeOutlook.html","title":"Add-in for Microsoft Office Outlook","navPath":"AddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a019dd97f-7965-4718-a027-8ae575e1d3ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContextMenuOptions.html","title":"Context Menu Options","navPath":"ContextMenuOptions.html","bundleId":"work-tasks-2023-sp1","id":"a28b8b3e8-39b7-4a62-9f73-3cf276eed0ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity_1.html","title":"Approval Activity","navPath":"ApprovalActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4f804404-5855-4077-9a72-c3f764a5bcda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity_1.html","title":"Checklist Activity","navPath":"ChecklistActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a45b0653f-d777-4014-8815-db20c68c634b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity_1.html","title":"Choice Activity","navPath":"ChoiceActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3b2b7e8b-beeb-4639-8f33-60f6449caff3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity_1.html","title":"Task Activity","navPath":"TaskActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3a7bd192-c521-4673-b1a0-11dffd966cbf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MicrosoftOfficeOutlookFollowup.html","title":"Microsoft Office Outlook Follow up","navPath":"MicrosoftOfficeOutlookFollowup.html","bundleId":"work-tasks-2023-sp1","id":"a32f155f7-6c79-4d7c-af31-2260b41c67ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RibbonBarOptions.html","title":"Ribbon Bar Options","navPath":"RibbonBarOptions.html","bundleId":"work-tasks-2023-sp1","id":"ae93bda9b-b11b-4aa3-9316-240ed673c2d1","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Database.html","title":"Database","navPath":"Database.html","bundleId":"work-tasks-2023-sp1","id":"a930034ab-fb47-47f3-9d1d-6b60dea2fe6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDatabaseScriptstocreateDatabaseTables.html","title":"Use Database Scripts to create Database Tables","navPath":"UseDatabaseScriptstocreateDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"acc1c585c-2924-4b1a-a512-d279c3b98648","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedFeatures.html","title":"Advanced Features","navPath":"AdvancedFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a70e953d5-8f69-45ed-b76f-e2393b586c9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFramework.html","title":"Events Framework","navPath":"EventsFramework.html","bundleId":"work-tasks-2023-sp1","id":"a53009b3e-74d3-4d77-800e-b7252914b152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventFrameworkComponents.html","title":"Event Framework Components","navPath":"EventFrameworkComponents.html","bundleId":"work-tasks-2023-sp1","id":"a37d9f90b-ac9f-49be-8e88-69ac7e64cec3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFrameworkInterfacesandClasses.html","title":"Events Framework Interfaces and Classes","navPath":"EventsFrameworkInterfacesandClasses.html","bundleId":"work-tasks-2023-sp1","id":"ad618ced8-7623-4e40-8f7e-1db65c3fa1d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventProviderArchitecture.html","title":"Event Provider Architecture","navPath":"EventProviderArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a9cb1dd66-4a87-44cc-8a9f-ba4c522eaeda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboundEventProvider.html","title":"Inbound Event Provider","navPath":"InboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"af860ec65-5839-49db-9e0d-16a222a62d73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OutboundEventProvider.html","title":"Outbound Event Provider","navPath":"OutboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a78d5551c-e863-49bf-8cba-66a9c683efc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkEventBindingandProvider.html","title":"Link Event Binding and Provider","navPath":"LinkEventBindingandProvider.html","bundleId":"work-tasks-2023-sp1","id":"a040c612b-b132-40de-ac55-7ecd0ba8d2bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDefaultEventProviders.html","title":"Use Default Event Providers","navPath":"UseDefaultEventProviders.html","bundleId":"work-tasks-2023-sp1","id":"a7099eb74-8545-4f72-8da1-2adccf65a747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingaCustomEventProvider.html","title":"Add a Custom Event Provider","navPath":"AddingaCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a561f71f4-97a6-4e81-a6b2-13072a54d59f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoCreateCustomEventProvider.html","title":"Steps to Create Custom Event Provider","navPath":"StepstoCreateCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a9275fde5-8cf6-4815-8584-5dca299c52d7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleClassLibraryforCustomEventProvider.html","title":"Code Sample - Class Library for Custom Event Provider","navPath":"CodeSampleClassLibraryforCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a16f4fd34-5d29-4eb2-8038-fe9e966b31df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFilesforFileWatcherEventBindingPage.html","title":"Code Sample - Files for File Watcher Event Binding Page","navPath":"CodeSampleFilesforFileWatcherEventBindingPage.html","bundleId":"work-tasks-2023-sp1","id":"a464d928e-bd7c-46d0-8539-2f2b8f7b9172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","title":"Create File Watcher Initiated Workflow or Custom Workflow","navPath":"CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af0dbad4b-d819-4790-a108-2eb6c61853a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFileWatcherInitiatedWorkflow.html","title":"Code Sample - File Watcher Initiated Workflow","navPath":"CodeSampleFileWatcherInitiatedWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a56a4c914-03bf-4c77-96d8-04162c1a6f33","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportBPMNProcessModelsfromMicrosoftVisio.html","title":"Import BPMN Process Models from Microsoft Visio","navPath":"ImportBPMNProcessModelsfromMicrosoftVisio.html","bundleId":"work-tasks-2023-sp1","id":"a0b1c16e1-96fb-4d5f-ad72-62fb7d687d6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofVisioProcessImport.html","title":"Overview of Visio Process Import","navPath":"OverviewofVisioProcessImport.html","bundleId":"work-tasks-2023-sp1","id":"a8a072564-f32a-4a3e-8388-4e421c4839a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","title":"Map BPMN Events to AVEVA Work Tasks Actions","navPath":"Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","bundleId":"work-tasks-2023-sp1","id":"a543ceb38-84cb-4227-98d2-4c91cd9a4c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNEndEvents.html","title":"BPMN End Events","navPath":"BPMNEndEvents.html","bundleId":"work-tasks-2023-sp1","id":"a83b4df9b-f226-4353-8693-cfaa08d97657","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndEvent.html","title":"End Event","navPath":"EndEvent.html","bundleId":"work-tasks-2023-sp1","id":"a88124fc8-870d-4904-b34b-0c43e04217dc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RaiseException.html","title":"Raise Exception","navPath":"RaiseException.html","bundleId":"work-tasks-2023-sp1","id":"aabcf5fcb-0ccc-43dd-a66b-91fc66ad0802","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelTransaction.html","title":"Cancel Transaction","navPath":"CancelTransaction.html","bundleId":"work-tasks-2023-sp1","id":"a69c2224e-7923-4242-85a5-fbad4198655a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CompensateTransaction.html","title":"Compensate Transaction","navPath":"CompensateTransaction.html","bundleId":"work-tasks-2023-sp1","id":"aefab2658-6ce6-44e3-9772-0c14d07e69b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TerminateWorkflow.html","title":"Terminate Workflow","navPath":"TerminateWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c1f06-b320-4c31-aadf-4e3db2e7c608","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkSource.html","title":"Link Source","navPath":"LinkSource.html","bundleId":"work-tasks-2023-sp1","id":"a0f3bb9d3-f712-4ac7-8d35-f1fa68247d2a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndWithMessage.html","title":"End With Message","navPath":"EndWithMessage.html","bundleId":"work-tasks-2023-sp1","id":"abecad163-8770-4419-abdb-325e2bd16bf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MultipleNotMapped.html","title":"Multiple (Not Mapped)","navPath":"MultipleNotMapped.html","bundleId":"work-tasks-2023-sp1","id":"a09e70a6a-8bc9-4b40-aae5-9c08849dce43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNIntermediateEvents.html","title":"BPMN Intermediate Events","navPath":"BPMNIntermediateEvents.html","bundleId":"work-tasks-2023-sp1","id":"a66db56c5-85ab-4802-a3e2-ce63e500e1ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventsOverview.html","title":"Intermediate Events Overview","navPath":"IntermediateEventsOverview.html","bundleId":"work-tasks-2023-sp1","id":"a14369d26-46f6-43b9-a39c-21fe010fe0b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnException.html","title":"On Exception","navPath":"OnException.html","bundleId":"work-tasks-2023-sp1","id":"ab8a8d510-adf4-4155-9680-4629b61f3e4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEvent.html","title":"Wait for Event","navPath":"WaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a181f96b9-7a52-47a9-b2d2-a3f2883bb30d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitTimer.html","title":"Wait Timer","navPath":"WaitTimer.html","bundleId":"work-tasks-2023-sp1","id":"a088548bd-0edb-4520-a57c-7b381e64b870","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTransactionCanceled.html","title":"On Transaction Canceled","navPath":"OnTransactionCanceled.html","bundleId":"work-tasks-2023-sp1","id":"a1d2555e0-3858-44de-9db1-b2987dc1063f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCompensation.html","title":"On Compensation","navPath":"OnCompensation.html","bundleId":"work-tasks-2023-sp1","id":"a1ba72f97-bb38-44f9-839c-895b3c71cd25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapBPMNActivitiestoWorkTasksActivities.html","title":"Map BPMN Activities to AVEVA Work Tasks Activities","navPath":"MapBPMNActivitiestoWorkTasksActivities.html","bundleId":"work-tasks-2023-sp1","id":"a19e07397-c316-4562-b2e1-751488a1d568","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNTask.html","title":"BPMN Task","navPath":"BPMNTask.html","bundleId":"work-tasks-2023-sp1","id":"a2b4037b6-f50c-4a5c-8c87-ee7bab230adc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubProcess.html","title":"Sub-Process","navPath":"SubProcess.html","bundleId":"work-tasks-2023-sp1","id":"ad374b20d-ff42-460a-9a35-fffa4b6faa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapConnectors.html","title":"Map Connectors","navPath":"MapConnectors.html","bundleId":"work-tasks-2023-sp1","id":"a6c984813-ddc8-470c-9f8d-653ba64121b6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SequenceFlows.html","title":"Sequence Flows","navPath":"SequenceFlows.html","bundleId":"work-tasks-2023-sp1","id":"ad89837ce-b1da-4b0a-acb7-3f637655a15e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageLogs.html","title":"Message Logs","navPath":"MessageLogs.html","bundleId":"work-tasks-2023-sp1","id":"ad64e79fe-b7cc-4d41-9b64-4e6e9e711edc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageLogDebugModeLevel.html","title":"Set Message Log Debug Mode Level","navPath":"SetMessageLogDebugModeLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2f04304e-f1e8-4484-bc13-66314710e60c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewMessageLogFiles.html","title":"View Message Log Files","navPath":"ViewMessageLogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a27c3774f-aebb-479b-9612-ab03a4da2096","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerConsole.html","title":"Logger Console","navPath":"LoggerConsole.html","bundleId":"work-tasks-2023-sp1","id":"a767c5d3f-dc95-4bb5-baf5-fb0bfdedd791","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings.html","bundleId":"work-tasks-2023-sp1","id":"af216b8c4-b176-4605-ab74-7bb2cd12a576","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSynchronizeThreadsinEngine.html","title":"Manage and Synchronize Threads in Engine","navPath":"ManageandSynchronizeThreadsinEngine.html","bundleId":"work-tasks-2023-sp1","id":"af848a5a2-b8b6-44cd-966c-0cc86d99cef3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitInMemoryActivityStepsCountforRepository.html","title":"Limit In-Memory Activity/Steps Count for Repository","navPath":"LimitInMemoryActivityStepsCountforRepository.html","bundleId":"work-tasks-2023-sp1","id":"ada9dffc0-d1f8-4d56-9373-f1f8768fe6e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThreadPoolsatRepositoryLevel.html","title":"Thread Pools at Repository Level","navPath":"ThreadPoolsatRepositoryLevel.html","bundleId":"work-tasks-2023-sp1","id":"ada1fe555-3848-4508-9166-223dcf3e8ef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActivityConcurrencyLimit.html","title":"Activity Concurrency Limit","navPath":"ActivityConcurrencyLimit.html","bundleId":"work-tasks-2023-sp1","id":"aac19b5d3-0ad2-4a23-a1eb-c6932e1bda97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Entities.html","title":"Entities","navPath":"Entities.html","bundleId":"work-tasks-2023-sp1","id":"a34f498ac-3a09-45d3-b62d-0626bee8678d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicUnderstandingoftheNeedforDataBridgeInterface.html","title":"Basic Understanding of the Need for Data Bridge Interface","navPath":"BasicUnderstandingoftheNeedforDataBridgeInterface.html","bundleId":"work-tasks-2023-sp1","id":"acb6a6ca9-c71c-4f7d-9029-00344847f304","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataBridgeProvider.html","title":"DataBridge Provider","navPath":"DataBridgeProvider.html","bundleId":"work-tasks-2023-sp1","id":"ac79afbfb-6448-4997-aa11-96183b3487e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserEntity.html","title":"User Entity","navPath":"UserEntity.html","bundleId":"work-tasks-2023-sp1","id":"a1120c5f9-9a0d-4aa9-aad3-8c7c3312afa2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","title":"XML Schema for User Entity and User Entity Data Source Provider","navPath":"XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"ad34230a2-1db2-4b2d-91b4-d9c301915fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFormsProviderforAuthentication.html","title":"Configure Forms Provider for Authentication","navPath":"ConfigureFormsProviderforAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a9d5731c2-8533-4233-981f-29358bbca06f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectoryandSQLProvider.html","title":"Map Active Directory and SQL Provider","navPath":"MapActiveDirectoryandSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"af5799678-e162-4073-8e33-e1a5da0b1f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleEntity.html","title":"Role Entity","navPath":"RoleEntity.html","bundleId":"work-tasks-2023-sp1","id":"a8893b40f-73e3-4e0a-9ab2-4680efc25bcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaUsedbyRoleEntityDataSourceProvider.html","title":"XML Schema Used by Role Entity Data Source Provider","navPath":"XMLSchemaUsedbyRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a825f36cb-5615-4527-93e3-ce3c50fd9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizingRolesofQueueParticipants.html","title":"Synchronizing Roles of Queue Participants","navPath":"SynchronizingRolesofQueueParticipants.html","bundleId":"work-tasks-2023-sp1","id":"a2d6e4504-f901-4abb-8893-d846686be475","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntityDataSourceProviderCodeSamples.html","title":"Entity Data Source Provider Code Samples","navPath":"EntityDataSourceProviderCodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a6c956460-5ffa-46d1-917a-143b59faaced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserEntityDataSourceProvider.html","title":"Create User Entity Data Source Provider","navPath":"CreateUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a8007eb3c-e1f4-4543-b013-571f9a0c84a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserandRoleEntityDataSourceProvider.html","title":"Create User and Role Entity Data Source Provider","navPath":"CreateUserandRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a2686baa7-bc75-49c7-b285-8239e36a9d1c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step1CreateDataSourcefortheRepository.html","title":"Step 1: Create Data Source for the Repository","navPath":"Step1CreateDataSourcefortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a2bd07044-9841-425e-ba60-ddb60461ab80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","title":"Step 2: Create a Repository and Map the Data Source to the Repository","navPath":"Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","bundleId":"work-tasks-2023-sp1","id":"acfb88e62-8e66-4041-867f-7e36458143c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","title":"Step 3: Create Custom User Entity Data Source Provider for Authentication and User Information","navPath":"Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","bundleId":"work-tasks-2023-sp1","id":"a97057cac-0344-4c1d-8560-849cc996c8a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step4CreateDefaultAdminfortheRepository.html","title":"Step 4: Create Default Admin for the Repository","navPath":"Step4CreateDefaultAdminfortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a7eb4e4b8-0238-42c7-8158-3851b59a8d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step5CreateCustomRoleEntityDataSourceProvider.html","title":"Step 5: Create Custom Role Entity Data Source Provider","navPath":"Step5CreateCustomRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa91d11dd-f803-4862-80c2-df16c083e1cc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","title":"Custom Role Provider Fetching Roles from SQL and Users from Active Directory","navPath":"CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a815a8dd4-8524-4c3c-bf16-884200a06177","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateWorkflowtoSchedulerEvent.html","title":"Associate Workflow to Scheduler Event","navPath":"AssociateWorkflowtoSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"ad3ea6cb9-6120-438e-ba8d-0e44981206ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupaSchedule.html","title":"Set up a Schedule","navPath":"SetupaSchedule.html","bundleId":"work-tasks-2023-sp1","id":"a742fca2e-881e-4e6e-9fba-26ae57022e1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerAssociation.html","title":"Edit Scheduler Association","navPath":"EditSchedulerAssociation.html","bundleId":"work-tasks-2023-sp1","id":"a34d2614c-d385-4501-a0e4-207821a7e90b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSchedulingTasksUsingSchedulerEvent.html","title":"Example of Scheduling Tasks Using Scheduler Event","navPath":"ExampleofSchedulingTasksUsingSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"a90e4411e-6d5f-48c3-bf23-c2d15bbb97aa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItems.html","title":"Manage Work Items","navPath":"ManageWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"ae30c62ec-e323-4ab2-97b2-e90e71575e5d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItemstoOtherUsers.html","title":"Forward Work Items to Other Users","navPath":"ForwardWorkItemstoOtherUsers.html","bundleId":"work-tasks-2023-sp1","id":"a6440eb82-9fd8-4a36-9362-31813aeee9a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems.html","title":"Abort Work Items","navPath":"AbortWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a87309751-e778-4b7c-addd-6e37bd42d8ba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewTabandCustomLogictoProcessExecutionView.html","title":"Add New Tab and Custom Logic to Process Execution View","navPath":"AddNewTabandCustomLogictoProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"a5f69e18c-3e1b-4442-9579-aa2a86ca6a00","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheStepDetailsWindow.html","title":"Customize the 'Step Details' Window","navPath":"CustomizetheStepDetailsWindow.html","bundleId":"work-tasks-2023-sp1","id":"a07840b11-dcdf-4528-84ee-458f24b67602","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Customization.html","title":"Customization","navPath":"Customization.html","bundleId":"work-tasks-2023-sp1","id":"ada43870f-90db-471c-8dd8-f884a33b5ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizingUserInterfaces.html","title":"Customize User Interfaces","navPath":"CustomizingUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a8f7b63e0-64da-4b78-b818-22cbf6199d19","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StyleSheets.html","title":"Style Sheets","navPath":"StyleSheets.html","bundleId":"work-tasks-2023-sp1","id":"ad8d4a25a-c998-4281-be35-0b784e661e05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFarmConfigurationWizardUserInterface.html","title":"Customize Farm Configuration Wizard User Interface","navPath":"CustomizeFarmConfigurationWizardUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"ab03b03d0-3347-4c8c-936d-87a2f218b446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeEnterpriseConsoleMenu.html","title":"Customize Enterprise Console Menu","navPath":"CustomizeEnterpriseConsoleMenu.html","bundleId":"work-tasks-2023-sp1","id":"a586d5182-e355-4e1b-9c75-fb603d190596","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFonts.html","title":"Customize Fonts","navPath":"CustomizeFonts.html","bundleId":"work-tasks-2023-sp1","id":"a45d2a31b-78d7-42df-af2d-c5d1ebfb402a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeWorkItemControl.html","title":"Customize Work Item Control","navPath":"CustomizeWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a1d652084-0f06-4ac4-bc97-b022aa1d4f97","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeLeftMenuGrid.html","title":"Customize Left Menu Grid","navPath":"CustomizeLeftMenuGrid.html","bundleId":"work-tasks-2023-sp1","id":"a164b084d-b6a5-43c9-8cee-1d2c085f9dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeGridDetailsView.html","title":"Customize Grid Details View","navPath":"CustomizeGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"aa97f02be-cd92-4027-a8e8-2a6d02ccc2cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeHeightandWidthoftheGridDetailsView.html","title":"Change Height and Width of the Grid Details View","navPath":"ChangeHeightandWidthoftheGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"a1b251769-3219-41af-a8f1-5493f4ea614b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeFontStyleBasedontheStatusoftheWorkItem.html","title":"Change Font Style Based on the Status of the Work Item","navPath":"ChangeFontStyleBasedontheStatusoftheWorkItem.html","bundleId":"work-tasks-2023-sp1","id":"a0da32fe1-868a-46db-8ac7-2f0341e7a5bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddorRemoveImages.html","title":"Add or Remove Images","navPath":"AddorRemoveImages.html","bundleId":"work-tasks-2023-sp1","id":"a008c2ace-4a5f-4804-bb99-94b719be00e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUserName.html","title":"Customize User Name","navPath":"CustomizeUserName.html","bundleId":"work-tasks-2023-sp1","id":"a13ac7364-e0d9-490d-8fb9-b97bd3c30101","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeDocumentView.html","title":"Customize Document View","navPath":"CustomizeDocumentView.html","bundleId":"work-tasks-2023-sp1","id":"a55d13cbc-7035-4f03-b594-3c35e297c3f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Themes.html","title":"Themes","navPath":"Themes.html","bundleId":"work-tasks-2023-sp1","id":"ac6644598-0a96-44ca-9715-5f038c67f93e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemetotheCoreProduct.html","title":"Apply Theme to the Core Product","navPath":"ApplyThemetotheCoreProduct.html","bundleId":"work-tasks-2023-sp1","id":"a88721dda-dac4-4ab6-8633-93b1896f9ba5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinWorkItemControl.html","title":"Themes in Work Item Control","navPath":"ThemesinWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a74717d58-4f7b-4849-aa46-03938781bdbb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridLeftMenu.html","title":"Apply Themes in Grid Left Menu","navPath":"ApplyThemesinGridLeftMenu.html","bundleId":"work-tasks-2023-sp1","id":"a2b1950cc-1128-40d4-b5d8-7fe54115bf92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridDetailsView.html","title":"Apply Themes in Grid Details View","navPath":"ApplyThemesinGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"abada952a-54dc-4c93-a040-cfc549e7f790","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinCalendarControl.html","title":"Themes in Calendar Control","navPath":"ThemesinCalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"a9be4aadb-2dfc-4fd0-a8e7-57940821f4d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinQueueControl.html","title":"Themes in Queue Control","navPath":"ThemesinQueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ac783a923-26db-417b-889b-052bf44e6409","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinProcessDesignerControl.html","title":"Themes in Process Designer Control","navPath":"ThemesinProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"a3029df18-9fe8-477f-8f90-d243ac2155e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofNewMenuinEnterpriseConsole.html","title":"Change Style of New Menu in Enterprise Console","navPath":"ChangeStyleofNewMenuinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8a95510e-e8c0-49f3-8d07-f35a612c9450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofActionBarinLists.html","title":"Change Style of Action Bar in Lists","navPath":"ChangeStyleofActionBarinLists.html","bundleId":"work-tasks-2023-sp1","id":"af1837e5c-56b6-48db-a5d4-7b46a9d86730","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofWindow.html","title":"Change Style of Window","navPath":"ChangeStyleofWindow.html","bundleId":"work-tasks-2023-sp1","id":"a00f8420e-fbee-42fb-9f06-068e5948caff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofButtons.html","title":"Change Style of Buttons","navPath":"ChangeStyleofButtons.html","bundleId":"work-tasks-2023-sp1","id":"aac6333a6-f6fd-4f1e-b900-e9672eacdb96","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContentHandler.html","title":"Content Handler","navPath":"ContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad4f26d24-3444-411e-aa76-573aaf5162d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentHandler.html","title":"Use Content Handler","navPath":"UseContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"af159ce1b-6ec2-4c28-b10a-1fc9e49cfc9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLtoImportWFwhichImplementsCustomContentHandler.html","title":"XML to Import WF which Implements Custom Content Handler","navPath":"XMLtoImportWFwhichImplementsCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"a7ed113b3-3470-4724-97cb-04c9b4c66b2d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCustomContentHandler.html","title":"Use Custom Content Handler","navPath":"UseCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad6d16317-fd46-45e4-adf8-390e83413c49","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleCustomContentHandlerClassFile.html","title":"Code Sample - Custom Content Handler Class File","navPath":"CodeSampleCustomContentHandlerClassFile.html","bundleId":"work-tasks-2023-sp1","id":"a98af82b1-4874-4962-9ef7-cdb9875eb006","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PersistLoggedExceptionstoDatabase.html","title":"Persist Logged Exceptions to Database","navPath":"PersistLoggedExceptionstoDatabase.html","bundleId":"work-tasks-2023-sp1","id":"aa437a956-d1be-4ada-bc2f-3ee71c649f9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableExceptionPersistence.html","title":"Enable Exception Persistence","navPath":"EnableExceptionPersistence.html","bundleId":"work-tasks-2023-sp1","id":"a2745a98d-a4f2-4102-8f99-0c6f2fe74bc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsforViewingtheExceptions.html","title":"Different Views for Viewing the Exceptions","navPath":"DifferentViewsforViewingtheExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a8a5bb6ec-02fa-48a9-b2dd-5608cb8f03c2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowLevel.html","title":"Workflow Level","navPath":"WorkflowLevel.html","bundleId":"work-tasks-2023-sp1","id":"aa5ee087c-6b7a-459a-90f2-3d12b03c940d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstanceLevelException.html","title":"Instance Level Exception","navPath":"InstanceLevelException.html","bundleId":"work-tasks-2023-sp1","id":"a853cc4ac-3057-49d5-8571-f205cb2f11e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActionStepLevel.html","title":"Workflow Action Step Level","navPath":"WorkflowActionStepLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2a142228-c9c0-497c-9e67-4d2171f069a7","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProApplication.html","title":"AVEVA Work Tasks Pro Application","navPath":"AVEVAWorkTasksProApplication.html","bundleId":"work-tasks-2023-sp1","id":"a94337d45-465d-4d5d-9916-2b3d79546d68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomConflictManagement.html","title":"Custom Conflict Management","navPath":"CustomConflictManagement.html","bundleId":"work-tasks-2023-sp1","id":"a76ef3509-8868-48d3-ae23-a6512fb7cddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvidersforControls.html","title":"Providers for Controls","navPath":"ProvidersforControls.html","bundleId":"work-tasks-2023-sp1","id":"a8f6e45a1-ddb1-4d64-91bb-d62e9c7d86a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings_1.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings_1.html","bundleId":"work-tasks-2023-sp1","id":"aaec7c39a-5a76-4adb-8a35-fd8459099b4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLocalVariables.html","title":"Use Local Variables","navPath":"UseLocalVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac540920e-074c-4c1b-a90b-f9c37e92d500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomPropertiesforRepositoryDataSource.html","title":"Set Custom Properties for Repository Data Source","navPath":"SetCustomPropertiesforRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a539915e4-5bc0-4534-b160-c5e9c1557217","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableXcopyDeployment.html","title":"Enable Xcopy Deployment","navPath":"EnableXcopyDeployment.html","bundleId":"work-tasks-2023-sp1","id":"abb7c298b-9b2f-46b0-a9bb-5db4ea5e506d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivityEnhancementforEscalationandTimeout.html","title":"Human Activity - Enhancement for Escalation and Time out","navPath":"HumanActivityEnhancementforEscalationandTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a501ce943-62a8-42df-9a54-284332fff51f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ModifytheNumberofWorkItemFieldsLimitPerDataType.html","title":"Modify the Number of Work Item Fields Limit Per Data Type","navPath":"ModifytheNumberofWorkItemFieldsLimitPerDataType.html","bundleId":"work-tasks-2023-sp1","id":"a270d6d66-e27f-4b76-b16d-b4b218209ccf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagerLookupforUsersList.html","title":"Manager Lookup for Users List","navPath":"ManagerLookupforUsersList.html","bundleId":"work-tasks-2023-sp1","id":"af4d9c15e-9261-4b88-8f04-ff6c4faa58cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RedirecttheLogOnPage.html","title":"Redirect the Log On Page","navPath":"RedirecttheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"a37c33c7e-3507-4239-8b94-af47274c1480","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutRoleLookup.html","title":"About Role Lookup","navPath":"AboutRoleLookup.html","bundleId":"work-tasks-2023-sp1","id":"a393681e8-8c92-412f-a1e0-1e8ff5fc7b17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseWorkActivity.html","title":"Use Work Activity","navPath":"UseWorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7be6a27a-3f6a-4772-9c65-f956360530ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoMappingofActiveDirectoryProviders.html","title":"Auto Mapping of Active Directory Providers","navPath":"AutoMappingofActiveDirectoryProviders.html","bundleId":"work-tasks-2023-sp1","id":"a267339e8-e2b2-40d0-b27c-a8eb346f6d6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheLogOnPage.html","title":"Customize the Log On Page","navPath":"CustomizetheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"adea8829d-8117-4217-a019-22fca133eef7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Packages.html","title":"Packages","navPath":"Packages.html","bundleId":"work-tasks-2023-sp1","id":"a7b2edf4f-5357-4448-8c63-5f07cadcd3f3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutPackage.html","title":"About Package","navPath":"AboutPackage.html","bundleId":"work-tasks-2023-sp1","id":"a8b19922d-9add-47f9-bf3a-2b3f97b9d8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplate.html","title":"Package Template","navPath":"PackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa8ca760c-37c6-4ae9-a04d-fe2095dc985d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagePackage.html","title":"Manage Package","navPath":"ManagePackage.html","bundleId":"work-tasks-2023-sp1","id":"a9625239a-0657-48b1-9142-cf11e0263c67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesofPackaging.html","title":"Best Practices of Packaging","navPath":"BestPracticesofPackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5e5314ab-989e-4e66-bee9-ecfb8ac76200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithPackageTemplate.html","title":"Work with Package Template","navPath":"WorkwithPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"adaff5df0-8285-4304-b6e7-673a8bacfd72","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingapackagetemplate.html","title":"Create a Package Template","navPath":"creatingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a546f4347-f787-430f-9d0b-9f044ab2ef2d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingapackagetemplate.html","title":"Edit a Package Template","navPath":"editingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae318e60c-74d9-4e9f-88df-7ec0c2e4264b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePackageTemplate.html","title":"Configure Package Template","navPath":"ConfigurePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad65be17e-2005-4680-9ea3-eb0210ce1c33","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplateLevelConfigurationSettings.html","title":"Package Template Level Configuration Settings","navPath":"PackageTemplateLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a279da596-d41f-435a-a7c5-98e14dc8d904","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforPackageTemplate.html","title":"Prerequisites","navPath":"PrerequisitesforPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a52b3bca8-71e1-43d1-9c0a-af450301270d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/globalsettingsofapackagetemplate.html","title":"Runtime Initialization Settings","navPath":"globalsettingsofapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1ce6f4a7-730a-44d8-835f-9e1e8109e9e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptions.html","title":"Exceptions","navPath":"exceptions.html","bundleId":"work-tasks-2023-sp1","id":"ad5aff0c8-16d2-4396-8cb0-8bbb9887f600","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/633151.html","title":"Additional Package Files","navPath":"633151.html","bundleId":"work-tasks-2023-sp1","id":"abff16f9e-5753-4ddb-9330-3366c2912f81","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641195.html","title":"Configure Settings for Installer Files","navPath":"641195.html","bundleId":"work-tasks-2023-sp1","id":"a510ec3a5-9b48-4515-bc95-3cf3ed90e637","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalSettings.html","title":"Additional Settings","navPath":"AdditionalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac5faafe8-0d26-412c-b800-71f442566ac0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateConnections.html","title":"Validate Connections","navPath":"ValidateConnections.html","bundleId":"work-tasks-2023-sp1","id":"a47b7b197-2908-42ab-8573-09a2efcda01c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/331995.html","title":"Validate SQL Scripts","navPath":"331995.html","bundleId":"work-tasks-2023-sp1","id":"ad8743641-65ea-47f7-a628-0405bcf3c6d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteSQLScripts.html","title":"Execute SQL Scripts","navPath":"ExecuteSQLScripts.html","bundleId":"work-tasks-2023-sp1","id":"a39225e5e-0a99-4009-bb0c-940f8f2f45b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreatePackageTemplate.html","title":"Create Package Template","navPath":"CreatePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2e02f27d-f299-44c3-af5e-329ba22eb621","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArtifactLevelConfigurationSettings.html","title":"Artifact Level Configuration Settings","navPath":"ArtifactLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2af0d4e6-a1af-4ec6-8410-2a0ab334abe5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheArtifacts.html","title":"Configure the Artifacts","navPath":"ConfiguretheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"afd8f01fc-4e89-4389-b5d6-64dfb0c6c64f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rebuildingtheartifacts.html","title":"Rebuild the Artifacts","navPath":"rebuildingtheartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a9d79fa01-01ec-40a9-ab14-dccb4c10015b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeletetheArtifacts.html","title":"Delete the Artifacts","navPath":"DeletetheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"af02ca068-1e87-4c17-8ddd-35519aecb852","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavePackageTemplate.html","title":"Save Package Template","navPath":"SavePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"acd9b5c26-e605-47de-9a13-4e3c4b38aaa4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishaPackageTemplate.html","title":"Publish a Package Template","navPath":"PublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5da015b5-a5b9-4558-b21e-2098281a334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishaPackageTemplate.html","title":"Unpublish a Package Template","navPath":"UnpublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a95e98b92-0d20-4b7d-b2f6-9e5df8c5dccc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/generatingapackagetemplate1.html","title":"Generate a Package Template","navPath":"generatingapackagetemplate1.html","bundleId":"work-tasks-2023-sp1","id":"a20ff22c7-53f7-458a-a1bd-0365e47f22f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/downloadingapackagetemplate.html","title":"Export a Package Template","navPath":"downloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2aca88f9-9e03-45ff-baa0-606886121d1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/markingpackagetemplateasshipped.html","title":"Mark Package Template as Shipped","navPath":"markingpackagetemplateasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a40f66c55-724e-4451-9a51-40bf6d80262c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/260346.html","title":"Include Associated and Child Artifacts to a List Item","navPath":"260346.html","bundleId":"work-tasks-2023-sp1","id":"aacd5937e-c1cf-42ff-80d3-9977133eec01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts.html","title":"Include Security Artifacts","navPath":"securityartifacts.html","bundleId":"work-tasks-2023-sp1","id":"af77b92fc-9178-4a8b-b7d2-47395f17993b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts_1.html","title":"Include Automatically Generated SQL Script","navPath":"securityartifacts_1.html","bundleId":"work-tasks-2023-sp1","id":"ac574bac4-b8e4-4271-bdb2-6de49cb12a51","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deploylevel.html","title":"Manage Package","navPath":"deploylevel.html","bundleId":"work-tasks-2023-sp1","id":"a1f4faee6-d8d5-42d5-9b72-e41aeda58308","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportaPackage.html","title":"Import a Package","navPath":"ImportaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a19a8120c-a290-44ad-811f-4273399ac4c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageVersionsofaPackage.html","title":"Manage Versions of a Package","navPath":"ManageVersionsofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"af95508f2-1dc0-47a8-87ec-512426b9244c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StorePackageInformationforLists.html","title":"Store Package Information for Lists","navPath":"StorePackageInformationforLists.html","bundleId":"work-tasks-2023-sp1","id":"afee6bf6c-31e1-44c5-905b-436ef7ba432f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/488009.html","title":"Is Artifact Modified Column for Workflow","navPath":"488009.html","bundleId":"work-tasks-2023-sp1","id":"a4d486aaa-d906-45fe-a665-071cb1baf3d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaPackage.html","title":"Edit a Package","navPath":"EditaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a874696bf-e39c-4d7d-9f85-07e1ab0b0c91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPrerequisitesofaPackage.html","title":"View Prerequisites of a Package","navPath":"ViewPrerequisitesofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"ad2e6fe87-0b1c-4b7f-b750-497270e9b605","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/runningandinstallingapackage.html","title":"Install a Package","navPath":"runningandinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"acf53496c-b4e6-4ed7-953e-5fa46e89d7af","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringthePackage.html","title":"Configure the Package","navPath":"ConfiguringthePackage.html","bundleId":"work-tasks-2023-sp1","id":"ac08177f7-5e0c-41c2-b89a-7a17d180a5fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageInstallationPrerequisites.html","title":"Package Installation - Prerequisites","navPath":"PackageInstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"afc47c6cb-f6ac-42db-be65-6f21d8439841","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeInitializationValues.html","title":"Runtime Initialization Values","navPath":"RuntimeInitializationValues.html","bundleId":"work-tasks-2023-sp1","id":"adb7cb483-9fa9-4c9d-9b47-ab2fd2722f7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalPackageFiles.html","title":"Additional Package Files","navPath":"AdditionalPackageFiles.html","bundleId":"work-tasks-2023-sp1","id":"a635f4f28-c444-47f1-8377-043a37f52629","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewValidationLog.html","title":"View Validation Log","navPath":"ViewValidationLog.html","bundleId":"work-tasks-2023-sp1","id":"a2ff0248a-7e59-4cf7-9e7d-f251096f5c9d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPackageHistory.html","title":"View Package History","navPath":"ViewPackageHistory.html","bundleId":"work-tasks-2023-sp1","id":"acb9c42e2-06f3-440b-ba5e-bcb7ef6ecac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeScenarios_1.html","title":"Upgrade Scenarios","navPath":"UpgradeScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"ac42be6e9-ee23-477d-9b7e-52f39577fe86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallaPackage.html","title":"Uninstall a Package","navPath":"UninstallaPackage.html","bundleId":"work-tasks-2023-sp1","id":"aff3e7e3e-c944-4b84-afce-edb73db134e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaPackage.html","title":"Delete a Package","navPath":"DeleteaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a2b602501-df1b-4288-9bf2-bb85ae87547e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigrationofPackages.html","title":"Migration of Packages","navPath":"MigrationofPackages.html","bundleId":"work-tasks-2023-sp1","id":"ae3470e2f-68c7-4dce-b0fc-c6e37e37a98e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyManagingPackagesusingConsoleApplication.html","title":"Remotely Managing Packages using Console Application","navPath":"RemotelyManagingPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a333cfe0b-aba0-48d1-b2a5-e462841f462b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Remotely Export, Import, Install, or Uninstall Packages using Console Application","navPath":"RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"ad3042051-ce3e-41e5-9708-1738aab14177","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","title":"Configure WWSKBPMRemotePackageManager Using XML","navPath":"ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","bundleId":"work-tasks-2023-sp1","id":"a7ea753ad-a476-4ddc-bbe3-1084ace875de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Import, Install, or Uninstall Packages using Console Application","navPath":"ImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a7d179174-6c31-4495-adbd-d7c6dc70c2d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMPackageManagerUsingXML.html","title":"Configure WWSKBPMPackageManager Using XML","navPath":"ConfigureWWSKBPMPackageManagerUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"ab54df007-904d-46f6-be7a-1169b57347fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddArtifactstoaPackageTemplate.html","title":"Add Artifacts to a Package Template","navPath":"AddArtifactstoaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a63181abf-0fc2-4bc5-8093-6a5168034a94","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEvents.html","title":"ArchestrA Events","navPath":"ArchestrAEvents.html","bundleId":"work-tasks-2023-sp1","id":"a764bb8d0-de38-4f84-b1aa-0b1c13c09f84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAM.html","title":"BAM","navPath":"BAM.html","bundleId":"work-tasks-2023-sp1","id":"af1aeaa3c-fce2-417c-ad90-0bc868399a93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Calendar.html","title":"Calendar","navPath":"Calendar.html","bundleId":"work-tasks-2023-sp1","id":"a8870f793-b5f7-415d-9217-b9bf4b16fe2f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnection.html","title":"Database Connection","navPath":"DatabaseConnection.html","bundleId":"work-tasks-2023-sp1","id":"afd7dc39e-df60-4ded-9d04-e58d3794da53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociations.html","title":"Event Associations","navPath":"EventAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a2fdf1822-dcea-4ec7-a38e-6d60b865258f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeScheduler.html","title":"Event Associations of Type Scheduler","navPath":"EventAssociationsofTypeScheduler.html","bundleId":"work-tasks-2023-sp1","id":"aaca277fe-6138-4490-a3f3-7e97c391e1c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeEnterpriseConsole.html","title":"Event Associations of Type Enterprise Console","navPath":"EventAssociationsofTypeEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a88c03cfd-1eb9-4d99-8ebd-a6b44ce26164","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeFileWatcher.html","title":"Event Associations of Type File Watcher","navPath":"EventAssociationsofTypeFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a7b610f0b-829c-4c13-9b7d-ad853cffc1c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeSystemPlatformEvents.html","title":"Event Associations of Type System Platform Events","navPath":"EventAssociationsofTypeSystemPlatformEvents.html","bundleId":"work-tasks-2023-sp1","id":"a4952bc9d-f5bf-48a4-a29c-d3b7f75f662d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeLogicApp.html","title":"Event Associations of Type Logic App","navPath":"EventAssociationsofTypeLogicApp.html","bundleId":"work-tasks-2023-sp1","id":"a843ecfff-151f-44a3-8da7-7789e8843a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeMessageQueue.html","title":"Event Associations of Type Message Queue","navPath":"EventAssociationsofTypeMessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a03fa230c-40d7-4062-acd4-be181336b84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationofTypeBAM.html","title":"Event Association of Type BAM","navPath":"EventAssociationofTypeBAM.html","bundleId":"work-tasks-2023-sp1","id":"abea72b5e-c20e-4203-952a-067aa4b8f242","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcher.html","title":"File Watcher","navPath":"FileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a4a78bafd-1e15-4230-93d0-edb4f2b49cf8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePhysicalPathofFileWatcher.html","title":"Resolve Physical Path of File Watcher","navPath":"ResolvePhysicalPathofFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a288e8c8b-e79d-4f3a-babc-814cd29d651b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Folder.html","title":"Folder","navPath":"Folder.html","bundleId":"work-tasks-2023-sp1","id":"a27782d3c-954a-4fba-a666-305e70f66cd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChildFolder.html","title":"Child Folder","navPath":"ChildFolder.html","bundleId":"work-tasks-2023-sp1","id":"ab7bc0228-9a31-4fa2-9595-ac43b0551401","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms.html","title":"Forms","navPath":"Forms.html","bundleId":"work-tasks-2023-sp1","id":"acb8bc8b1-ffa9-45d5-83ca-e9cd80b93218","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms_1.html","title":"Forms","navPath":"Forms_1.html","bundleId":"work-tasks-2023-sp1","id":"a742e0ec3-7a3b-46b0-9733-f420f9c3a2cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveActionBarSettings.html","title":"Resolve Action Bar Settings","navPath":"ResolveActionBarSettings.html","bundleId":"work-tasks-2023-sp1","id":"ad782c9d7-8931-4f57-8d72-c45d9391624f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePrintFormsDetails.html","title":"Resolve Print Forms Details","navPath":"ResolvePrintFormsDetails.html","bundleId":"work-tasks-2023-sp1","id":"a18c2c4e1-82dc-498c-acc8-65da30a9301f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveNavigateFormDetails.html","title":"Resolve Navigate Form Details","navPath":"ResolveNavigateFormDetails.html","bundleId":"work-tasks-2023-sp1","id":"a60410ed6-e18f-4da0-9e8a-72f951aa1a1d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforForms.html","title":"Configure Artifact Type Settings for Forms","navPath":"ConfigureArtifactTypeSettingsforForms.html","bundleId":"work-tasks-2023-sp1","id":"a6ec6d53d-4dbb-4a5c-b2bb-15f0b409c1bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforForms.html","title":"Resolve Custom Dependent Files for Forms","navPath":"ResolveCustomDependentFilesforForms.html","bundleId":"work-tasks-2023-sp1","id":"a841e5183-4290-48fa-b6ba-c86a8922f24e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveInvokeWorkflow.html","title":"Resolve Invoke Workflow","navPath":"ResolveInvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a4b22a524-4f10-4f07-86d1-2100e977c382","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveImage.html","title":"Resolve Image","navPath":"ResolveImage.html","bundleId":"work-tasks-2023-sp1","id":"a1e657b15-db50-4d09-b5e5-4088abbd4497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvingHyperlink.html","title":"Resolve Hyperlink","navPath":"ResolvingHyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a5e305c4f-9b61-499e-bb34-6dfa4c1bab67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAssociation.html","title":"Forms Association","navPath":"FormsAssociation.html","bundleId":"work-tasks-2023-sp1","id":"ad7b895e2-b1bf-4949-9a22-557d3762a378","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls.html","title":"Form Controls","navPath":"FormControls.html","bundleId":"work-tasks-2023-sp1","id":"a33e28f7d-6ac7-47b1-922b-48adb930f266","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforFormControls.html","title":"Resolve Custom Dependent Files for Form Controls","navPath":"ResolveCustomDependentFilesforFormControls.html","bundleId":"work-tasks-2023-sp1","id":"a66a9713d-82f8-4e19-8415-5dd77bcbf2a3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalWorkItemLayout.html","title":"Global Work Item Layout","navPath":"GlobalWorkItemLayout.html","bundleId":"work-tasks-2023-sp1","id":"a93f71210-1aca-41f7-91fa-a0979c11a92b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GridConfiguration.html","title":"Grid Configuration","navPath":"GridConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a07a57fe5-5f11-4739-8d67-4ff07e33993a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections_1.html","title":"Logic App Connections","navPath":"LogicAppConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a1dca395b-1caf-428b-a5fd-ade3033cc970","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSettings.html","title":"Lookup Settings","navPath":"LookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3b8030da-251f-4a1c-9350-0a55258d7c64","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupExampleScenarios.html","title":"Lookup Example Scenarios","navPath":"LookupExampleScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a77c920fd-4912-4f50-9129-30c634cdcc79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageList.html","title":"Manage List","navPath":"ManageList.html","bundleId":"work-tasks-2023-sp1","id":"adae57df1-cf50-41e2-9753-2d48150ccef0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageView.html","title":"Manage View","navPath":"ManageView.html","bundleId":"work-tasks-2023-sp1","id":"ad2cc9ee6-577a-4f23-813e-ad2ae0b80302","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections_1.html","title":"Message Queue Connections","navPath":"MessageQueueConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a94b3777a-3a4e-48b0-b618-7267c8c35537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections_1.html","title":"MQTT Connections","navPath":"MQTTConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a5a923eed-3dc2-4fbf-99c3-6da1c36590bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationList.html","title":"Navigation List","navPath":"NavigationList.html","bundleId":"work-tasks-2023-sp1","id":"a228c572d-a28f-4445-986a-bacfde07ebdb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationListFolders.html","title":"Navigation List Folders","navPath":"NavigationListFolders.html","bundleId":"work-tasks-2023-sp1","id":"ae50e4a29-c7ee-4bdd-b127-7a6fcda3b6ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforNavigationLinks.html","title":"Resolve Custom Dependent Files for Navigation Links","navPath":"ResolveCustomDependentFilesforNavigationLinks.html","bundleId":"work-tasks-2023-sp1","id":"abe648a70-1427-43b1-8394-c929ff35796c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement.html","title":"Queue Management","navPath":"QueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a7441922e-9c6e-43c4-acb3-97a54b9f8037","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveAssociatedWorkflowsforQueue.html","title":"Resolve Associated Workflows for Queue","navPath":"ResolveAssociatedWorkflowsforQueue.html","bundleId":"work-tasks-2023-sp1","id":"a17ceddb0-aff8-496b-8df3-9b95278c7741","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforQueue.html","title":"Resolve Custom Dependent Files for Queue","navPath":"ResolveCustomDependentFilesforQueue.html","bundleId":"work-tasks-2023-sp1","id":"aa639d561-5d56-4fbf-8414-ddaf27fc7ac5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Reports.html","title":"Reports","navPath":"Reports.html","bundleId":"work-tasks-2023-sp1","id":"af1274707-574e-4577-8070-600d7e6134a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportConnections.html","title":"Report Connections","navPath":"ReportConnections.html","bundleId":"work-tasks-2023-sp1","id":"ae843c8e8-baee-4b0c-8399-4f6f891398bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportTemplates.html","title":"Report Templates","navPath":"ReportTemplates.html","bundleId":"work-tasks-2023-sp1","id":"ad31845df-b635-4d35-b75c-65dbe2a24f9f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveReportTemplatePath.html","title":"Resolve Report Template Path","navPath":"ResolveReportTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"ad018f391-4e3c-4b51-a8f4-d4e4a2f11deb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygorup.html","title":"Security Group","navPath":"securitygorup.html","bundleId":"work-tasks-2023-sp1","id":"a0ed39a5d-869a-439c-ab7b-d0ccf643fd3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygrouprepolevel.html","title":"Security Group - Repository Level","navPath":"managesecuritygrouprepolevel.html","bundleId":"work-tasks-2023-sp1","id":"aed096455-5177-47ca-8db3-ec9103e6d6b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListLevel.html","title":"Security Group - List Level","navPath":"SecurityGroupListLevel.html","bundleId":"work-tasks-2023-sp1","id":"a66e501cd-b48f-4939-8357-dc125924e98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListItemLevel.html","title":"Security Group - List Item Level","navPath":"SecurityGroupListItemLevel.html","bundleId":"work-tasks-2023-sp1","id":"ae67d58e8-884d-4a4d-b749-589abe51b5d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithFormsasAssociatedArtifacts.html","title":"Security Group with Forms as Associated Artifacts","navPath":"SecurityGroupwithFormsasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"ad65aef49-ce96-41f1-8fab-1738db06bce9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithWorkflowasAssociatedArtifacts.html","title":"Security Group with Workflow as Associated Artifacts","navPath":"SecurityGroupwithWorkflowasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"a47633229-b7c5-4d22-8d2c-c15a7101dc0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityRight.html","title":"Security Right","navPath":"SecurityRight.html","bundleId":"work-tasks-2023-sp1","id":"a3ca1096c-93dc-43d8-8e8e-c98a81085722","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAAssembly.html","title":"SOA Assembly","navPath":"SOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"a10bc2f4d-e783-4024-8d20-b0ceec8c063a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforSOAAssembly.html","title":"Resolve Custom Dependent Files for SOA Assembly","navPath":"ResolveCustomDependentFilesforSOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"ac107b900-87df-452d-8912-a55cba487fc7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAFolder.html","title":"SOA Folder","navPath":"SOAFolder.html","bundleId":"work-tasks-2023-sp1","id":"acfa4e1d4-1a72-4935-a487-8cfe82b81237","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPI.html","title":"Web API","navPath":"WebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a6e874046-b592-4502-8a77-d580aa993de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPISource.html","title":"Web API Source","navPath":"WebAPISource.html","bundleId":"work-tasks-2023-sp1","id":"a28b3ad04-aeb9-4550-898f-eb99f14c6b40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Workflows.html","title":"Workflows","navPath":"Workflows.html","bundleId":"work-tasks-2023-sp1","id":"a35ddeb1e-1ad1-4874-8c5b-5526b20416c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforWorkflow.html","title":"Configure Artifact Type Settings for Workflow","navPath":"ConfigureArtifactTypeSettingsforWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a7ada0421-0481-4ab6-a89c-91193d97fcb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowActivities.html","title":"Resolve Workflow Activities","navPath":"ResolveWorkflowActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae94698c3-57d7-47fe-a060-014e92ae4411","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","title":"Map the Version of the Associated Workflow to the Parent Workflow","navPath":"MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a34633789-e7e4-48d2-9a71-57aa0a0caf00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedForm.html","title":"Map the Version of the Associated Form","navPath":"MaptheVersionoftheAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"ab3f2a563-5245-44d6-8d85-63e01f6e0fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWebServiceConfigurations.html","title":"Resolve Web Service Configurations","navPath":"ResolveWebServiceConfigurations.html","bundleId":"work-tasks-2023-sp1","id":"a8a0f4991-4414-4edd-b211-7e045453708a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveFileDetails.html","title":"Resolve File Details","navPath":"ResolveFileDetails.html","bundleId":"work-tasks-2023-sp1","id":"a978ee28f-84d6-48f1-af64-184feb245cc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDocumentViewURL.html","title":"Resolve Custom Document View URL","navPath":"ResolveCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"ad7323fcd-95b0-49c5-8406-ad86149093ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRedirectURL.html","title":"Resolve Redirect URL","navPath":"ResolveRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"aa8c7d37f-29fe-4879-b8d4-86c975833c1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveTemplatePath.html","title":"Resolve Template Path","navPath":"ResolveTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a9ab9cc3b-e423-417c-930a-54bb3e1c3cb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowswithDatabaseActivity.html","title":"Resolve Workflows with Database Activity","navPath":"ResolveWorkflowswithDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9778ec46-634e-4fa2-bd6d-2d11bfc77b3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveScriptActivityReferences.html","title":"Resolve Script Activity References","navPath":"ResolveScriptActivityReferences.html","bundleId":"work-tasks-2023-sp1","id":"a7b67fd26-1c91-4867-9878-2ddc713e226e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforScriptActivity.html","title":"Resolve Custom Dependent Files for Script Activity","navPath":"ResolveCustomDependentFilesforScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad9aa3f23-2b9d-43b4-a530-86b6995bf64c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveUserorRoleBasedExceptionTemplate.html","title":"Resolve User or Role Based Exception Template","navPath":"ResolveUserorRoleBasedExceptionTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2d63143c-5c41-4297-bfcf-c486bd9b3ab7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveDeliveryChannels.html","title":"Resolve Delivery Channels","navPath":"ResolveDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a154c44b8-a1ec-4b7a-b767-2c0b78e4f08b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveXMLVariables.html","title":"Resolve XML Variables","navPath":"ResolveXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e3f4866-aa15-4500-ba57-195aa0c42047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomActivities.html","title":"Resolve Custom Activities","navPath":"ResolveCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"aee0d3336-f45b-419d-8495-827d80fa152b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CorrectCustomActivities.html","title":"Correct Custom Activities","navPath":"CorrectCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"a8ae25eb3-11d3-42fb-8be3-0b00c7a1c758","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveMESXMLCommandActivity.html","title":"Resolve MES XML Command Activity","navPath":"ResolveMESXMLCommandActivity.html","bundleId":"work-tasks-2023-sp1","id":"a215cdc5a-bea3-4780-9fdd-256fedf8ee9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitforMESEventActivity.html","title":"Resolve Wait for MES Event Activity","navPath":"ResolveWaitforMESEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae98bddbd-0a20-490a-9554-15c76b54e181","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveStartMESTransactionActivity.html","title":"Resolve Start MES Transaction Activity","navPath":"ResolveStartMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3ad3e86c-bc97-45fa-9264-ded38f7d5352","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCommitMESTransactionActivity.html","title":"Resolve Commit MES Transaction Activity","navPath":"ResolveCommitMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36bc9ada-6444-449d-90ea-faf1e3fee0f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRollbackMESTransactionActivity.html","title":"Resolve Rollback MES Transaction Activity","navPath":"ResolveRollbackMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19ebe465-cbc6-4008-b62d-fec18135c77b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveArchestrAActivities.html","title":"Resolve ArchestrA Activities","navPath":"ResolveArchestrAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a6a1f995f-bab4-4516-bf8d-4b8f9a441bf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitForLogicAppAlert.html","title":"Resolve Wait For Logic App Alert","navPath":"ResolveWaitForLogicAppAlert.html","bundleId":"work-tasks-2023-sp1","id":"a8f4808fe-0675-4216-bf13-a4eca6e4919d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCallLogicAppConnection.html","title":"Resolve Call Logic App Connection","navPath":"ResolveCallLogicAppConnection.html","bundleId":"work-tasks-2023-sp1","id":"a387a0499-8911-4e6a-9d5c-d328f7f5600e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemField.html","title":"Work Item Field","navPath":"WorkItemField.html","bundleId":"work-tasks-2023-sp1","id":"a6841114a-7422-4daa-b778-51507c1e6b44","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IncludeChildItem.html","title":"Include Child Item","navPath":"IncludeChildItem.html","bundleId":"work-tasks-2023-sp1","id":"aac6985d9-7561-4409-a574-b6d7e11a3311","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileDistribution.html","title":"File Distribution","navPath":"FileDistribution.html","bundleId":"work-tasks-2023-sp1","id":"a3a5758a3-4ec1-49dd-a387-d40c016c71f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SQLScriptGenerationandExecution.html","title":"SQL Script Generation and Execution","navPath":"SQLScriptGenerationandExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be4ce3b-451d-4f3b-8d26-36d1234541de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageinaDistributedEnvironment.html","title":"Package in a Distributed Environment","navPath":"PackageinaDistributedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a6aaaee99-38ad-415b-a36d-d6f21130fbba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingpackages.html","title":"Troubleshoot Packages","navPath":"troubleshootingpackages.html","bundleId":"work-tasks-2023-sp1","id":"acdb84908-1987-42c1-9000-c0f62106d81c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/eventassociationwithenterpriseconsoleatlistitemlevel.html","title":"Event Association with Enterprise Console at List item Level","navPath":"eventassociationwithenterpriseconsoleatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"abcad2b08-0d5e-4c61-a9ba-a1df9c52ea38","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packageableartifacts.html","title":"Packageable Artifacts","navPath":"packageableartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a201d85e4-34e6-4f95-bc45-5b7cb276fd8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Localization.html","title":"Localization","navPath":"Localization.html","bundleId":"work-tasks-2023-sp1","id":"ae5486f35-5ee5-4a37-b1df-439532805014","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScopeofLocalization.html","title":"Scope of Localization","navPath":"ScopeofLocalization.html","bundleId":"work-tasks-2023-sp1","id":"a0bcb2366-4ebc-46c5-a0f6-8b600cd96c52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeAVEVAWorkTasks.html","title":"Steps to Localize AVEVA Work Tasks","navPath":"StepstoLocalizeAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a2d272157-2747-4133-b354-8e31779784ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeGridControl.html","title":"Steps to Localize Grid Control","navPath":"StepstoLocalizeGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8f74be7-48ca-4ad4-a9ba-bc6051100183","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","title":"Steps to Localize Editor Control in WorkflowMemo and Wizard","navPath":"StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","bundleId":"work-tasks-2023-sp1","id":"a783abb2f-276d-4162-8c61-80cb2296d963","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizetheEscalationEmailWizard.html","title":"Steps to Localize the Escalation Email Wizard","navPath":"StepstoLocalizetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"a81ccd275-97c7-491a-9b70-d5071116408c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeRepositoryNameinEnterpriseConsole.html","title":"Steps to Localize Repository Name in Enterprise Console","navPath":"StepstoLocalizeRepositoryNameinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abaf899d1-7305-46d3-81bb-bc85fe858a48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeListNames.html","title":"Steps to Localize List Names","navPath":"StepstoLocalizeListNames.html","bundleId":"work-tasks-2023-sp1","id":"a8cbbb214-a79b-42ac-a4b1-0fe1e4aa8a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeForms.html","title":"Steps to Localize Forms","navPath":"StepstoLocalizeForms.html","bundleId":"work-tasks-2023-sp1","id":"a8787179c-6ecb-4c89-9508-3bef6b7c14a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeDefaultPropertiesofWebPartEditor.html","title":"Steps to Localize Default Properties of Web Part Editor","navPath":"StepstoLocalizeDefaultPropertiesofWebPartEditor.html","bundleId":"work-tasks-2023-sp1","id":"a18fdc0a8-ebcc-4eea-bd87-998fe35df479","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","title":"Steps to Localize Provider in Role Lookup User Lookup and Assign Actor Property","navPath":"StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","bundleId":"work-tasks-2023-sp1","id":"a6c98ae1f-8a58-45d6-bd93-6fec7eaa8524","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NonSupportedLocalizationTags.html","title":"Non-supported Localization Tags","navPath":"NonSupportedLocalizationTags.html","bundleId":"work-tasks-2023-sp1","id":"a792616b5-2ef0-4eda-9ece-317cff71f00a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizationFolders.html","title":"Localization Folders","navPath":"LocalizationFolders.html","bundleId":"work-tasks-2023-sp1","id":"a3ef1f73b-6e41-4b5f-aefa-b07487222367","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalesFolder.html","title":"Locales Folder","navPath":"LocalesFolder.html","bundleId":"work-tasks-2023-sp1","id":"ae695ebc9-c7f6-487c-8f20-c1aa29295173","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowElementsFolder.html","title":"Workflow Elements Folder","navPath":"WorkflowElementsFolder.html","bundleId":"work-tasks-2023-sp1","id":"a872b0e4e-26d8-4345-aaa1-f58f806cf145","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofKeystobeLocalizedforWorkItemListControl.html","title":"List of Keys to be Localized for Work Item List Control","navPath":"ListofKeystobeLocalizedforWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"ad19ff92b-bb54-47c9-92f7-d1ae7f0412ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingWebGridControl.html","title":"Keys for Localizing WebGrid Control","navPath":"KeysforLocalizingWebGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae5a5e460-746d-4974-bbe8-3fb2eda86410","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingListNames.html","title":"Keys for Localizing List Names","navPath":"KeysforLocalizingListNames.html","bundleId":"work-tasks-2023-sp1","id":"a695b5808-03f1-4735-83d2-9a6e3755dddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","title":"Localize the Response Sent for an Invalid Email to the Communication Engine","navPath":"LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","bundleId":"work-tasks-2023-sp1","id":"afeafda01-4879-4ea1-8ac1-6b1bddaed9dc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSamples.html","title":"Code Samples","navPath":"CodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a215c7c78-0c30-4489-bf5a-f8267e775cdd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RestartServices.html","title":"Restart Services","navPath":"RestartServices.html","bundleId":"work-tasks-2023-sp1","id":"a4e3e5d8b-91f4-47e0-97c9-575ad4843719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflow.html","title":"Execute Workflow","navPath":"ExecuteWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"acd2b4f4e-bb06-47a4-bd18-817382702e1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomActivity.html","title":"Custom Activity","navPath":"CustomActivity.html","bundleId":"work-tasks-2023-sp1","id":"aafcd6210-3d29-49aa-8e60-a1866e71ae48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomActivitywithoutanyProperties.html","title":"Configure Custom Activity without any Properties","navPath":"ConfigureCustomActivitywithoutanyProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1eac8260-62e1-4d48-b9e0-b74312bc9ad2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomApprovalActivity.html","title":"Custom Approval Activity","navPath":"CustomApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a307aed8c-e3f3-419a-96e1-25e9aae949fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomChoiceActivity.html","title":"Custom Choice Activity","navPath":"CustomChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"aef40a861-bd76-488e-9635-ed23619aacf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementationofCustomWorkItemForm.html","title":"Implementation of Custom WorkItemForm","navPath":"ImplementationofCustomWorkItemForm.html","bundleId":"work-tasks-2023-sp1","id":"acb340f03-6306-49c1-a4e1-0faf5837a2b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomASPXProperty.html","title":"Configure Custom ASPX Property","navPath":"ConfigureCustomASPXProperty.html","bundleId":"work-tasks-2023-sp1","id":"a2d76d1d0-3b38-48bc-8593-1f85f67a19ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomProperty.html","title":"Custom Property","navPath":"CustomProperty.html","bundleId":"work-tasks-2023-sp1","id":"a0ef4636a-141e-492c-bc17-d453da9d6d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomEngineActivity.html","title":"Custom Engine Activity","navPath":"CustomEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"adeba37ec-2049-4ee2-966b-cc02c2d28818","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureASPXFormasWorkItemDetailViewPage.html","title":"Configure ASPX Form as Work Item Detail View Page","navPath":"ConfigureASPXFormasWorkItemDetailViewPage.html","bundleId":"work-tasks-2023-sp1","id":"a04521a76-a93d-403d-b02a-871e94572664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetClientCredentialToken.html","title":"Get Client Credential Token","navPath":"GetClientCredentialToken.html","bundleId":"work-tasks-2023-sp1","id":"aeb607436-64c8-4c99-93d3-f23ad36ee7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IPropertyRoutingCondition.html","title":"IPropertyRoutingCondition","navPath":"IPropertyRoutingCondition.html","bundleId":"work-tasks-2023-sp1","id":"aaf34d098-9696-4644-b469-4ce29584161c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists.html","title":"Lists","navPath":"Lists.html","bundleId":"work-tasks-2023-sp1","id":"a17e72d43-769f-4adf-84d1-e5ab00e3a17a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowList.html","title":"Workflow List","navPath":"WorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"aa2999e6c-c196-4033-81c9-cded56b2f125","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddWorkflowItemtoWorkflowList.html","title":"Add Workflow Item to Workflow List","navPath":"AddWorkflowItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a504e0b60-8f7d-425f-8a8d-c335c0ffe378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheWorkflowsPresentintheSelectedRepository.html","title":"Get All the Workflows Present in the Selected Repository","navPath":"GetAlltheWorkflowsPresentintheSelectedRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac009fa59-9300-486c-84d4-19caaed7724b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheVersionsofaWorkflow.html","title":"Get All the Versions of a Workflow","navPath":"GetAlltheVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0929b3d1-94a6-4f90-bd69-fc00934749b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAllthePublishedVersionsofaWorkflow.html","title":"Get All the Published Versions of a Workflow","navPath":"GetAllthePublishedVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1c0c4fa0-d88b-4028-9467-9083fd193cc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFolderItemtoWorkflowList.html","title":"Add Folder Item to Workflow List","navPath":"AddFolderItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a152dbe9a-019b-4cd5-8170-8c59cf41c0e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditExistingFolderIteminWorkflowList.html","title":"Edit Existing Folder Item in Workflow List","navPath":"EditExistingFolderIteminWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a9db02238-cd82-4cd0-ba84-a5cfe8a9e132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImporttheWorkflowfromWorkflowDefinitionXml.html","title":"Import the Workflow from Workflow Definition Xml","navPath":"ImporttheWorkflowfromWorkflowDefinitionXml.html","bundleId":"work-tasks-2023-sp1","id":"a9c173f18-d8d7-4fc1-b30a-7befc57cb049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewVersion.html","title":"Create New Version","navPath":"CreateNewVersion.html","bundleId":"work-tasks-2023-sp1","id":"a716f2ca4-00ee-4298-93be-73540fa85471","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateListItem.html","title":"Create ListItem","navPath":"CreateListItem.html","bundleId":"work-tasks-2023-sp1","id":"a053bb9a5-6011-4388-9fa3-26c656a29292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem.html","title":"Save ListItem","navPath":"SaveListItem.html","bundleId":"work-tasks-2023-sp1","id":"a77ccad6e-279f-4f41-a704-aac9929c2105","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataSource.html","title":"Data Source","navPath":"DataSource.html","bundleId":"work-tasks-2023-sp1","id":"a630230ea-d016-42f3-9a3a-1c0605e6b484","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementIDBConnectionStringInterface.html","title":"Implement IDBConnectionString Interface","navPath":"ImplementIDBConnectionStringInterface.html","bundleId":"work-tasks-2023-sp1","id":"a11d57651-6f7c-49b0-836e-4dccc0e4a390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingConnectionString.html","title":"Create Data Source Using ConnectionString","navPath":"CreateDataSourceUsingConnectionString.html","bundleId":"work-tasks-2023-sp1","id":"a8a670fba-c623-4946-97f6-2177f1e3ce73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingAssemblyFile.html","title":"Create Data Source Using Assembly File","navPath":"CreateDataSourceUsingAssemblyFile.html","bundleId":"work-tasks-2023-sp1","id":"a80d2e326-4b7e-4a10-9e70-f32c2775f883","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","title":"Subscribe AssemblyResolve Event while Using APIs for Database-related Activities","navPath":"SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","bundleId":"work-tasks-2023-sp1","id":"aab3f0327-a611-4f38-a5fa-4c715681d243","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableAPI.html","title":"XML Variable API","navPath":"XMLVariableAPI.html","bundleId":"work-tasks-2023-sp1","id":"ac27828ca-8a43-48a6-9780-264676f86b77","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebServiceUsingWindowsApplication.html","title":"Create Web Service Using Windows Application","navPath":"CreateWebServiceUsingWindowsApplication.html","bundleId":"work-tasks-2023-sp1","id":"a9fb44239-4866-44f2-9cea-060def5a6393","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOACodeSamples.html","title":"SOA","navPath":"SOACodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a52473022-2c39-49db-86aa-12a30abd8851","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseSOAinaSimpleMethod.html","title":"How to Use SOA in a Simple Method?","navPath":"HowtoUseSOAinaSimpleMethod.html","bundleId":"work-tasks-2023-sp1","id":"a92ac3418-47b3-4ea1-a43d-0c167a97a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","title":"How to Use a Web Service or Remote Service using SOA Infrastructure?","navPath":"HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","bundleId":"work-tasks-2023-sp1","id":"a86638f50-0672-4aa5-891c-1a35857515b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseanApplicationthatInteractswiththeSQLServer.html","title":"How to Use an Application that Interacts with the SQL Server?","navPath":"HowtoUseanApplicationthatInteractswiththeSQLServer.html","bundleId":"work-tasks-2023-sp1","id":"ab8234781-c006-4eba-ba0b-6cac64d5e213","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseStaticMembersoftheClass.html","title":"How to Use Static Members of the Class?","navPath":"HowtoUseStaticMembersoftheClass.html","bundleId":"work-tasks-2023-sp1","id":"afff126d8-d5f8-4b07-9244-4e3063ab199c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPasstheObjectasParametertotheConstructor.html","title":"How to Pass the Object as Parameter to the Constructor?","navPath":"HowtoPasstheObjectasParametertotheConstructor.html","bundleId":"work-tasks-2023-sp1","id":"a909ff490-6db1-4a98-a50c-73730eeaccaa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseScriptinginExpressionEditor.html","title":"How to Use Scripting in Expression Editor?","navPath":"HowtoUseScriptinginExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"a202c8253-4a23-418c-8183-03bbe1eab9f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseExpressioninConstructorParameter.html","title":"How to Use Expression in Constructor Parameter?","navPath":"HowtoUseExpressioninConstructorParameter.html","bundleId":"work-tasks-2023-sp1","id":"a73678617-4939-4171-a45c-74a27367264d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAObjectSupport.html","title":"SOA Object Support","navPath":"SOAObjectSupport.html","bundleId":"work-tasks-2023-sp1","id":"ab3052381-a5d7-4ac5-9171-fbe189c7782a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesSupportedforSOA.html","title":"Features Supported for SOA","navPath":"FeaturesSupportedforSOA.html","bundleId":"work-tasks-2023-sp1","id":"a69192bad-5f21-485e-9ac5-aaaf2e4b4156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario.html","title":"Scenario","navPath":"Scenario.html","bundleId":"work-tasks-2023-sp1","id":"a241788be-d230-4fc4-8917-d3655716b7a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateClassforHandlingtheProductObject.html","title":"How to Create a Class for Handling the 'Product' Object?","navPath":"HowtoCreateClassforHandlingtheProductObject.html","bundleId":"work-tasks-2023-sp1","id":"a3ee7ead4-3547-4e93-9ce3-54a531e28b66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateanObjectInstance.html","title":"How to Create an Object Instance?","navPath":"HowtoCreateanObjectInstance.html","bundleId":"work-tasks-2023-sp1","id":"a58cb4d1b-86f6-4e82-8477-c65cb5fbe3f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateaVariable.html","title":"How to Create a Variable?","navPath":"HowtoCreateaVariable.html","bundleId":"work-tasks-2023-sp1","id":"a91da87ce-8a73-498d-8dbb-97b2509e1c54","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowTo.html","title":"How To","navPath":"HowTo.html","bundleId":"work-tasks-2023-sp1","id":"a2eb52bdd-1a20-4a9b-a68b-e5d8197f2dc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserstoActiveDirectory.html","title":"Add Users to Active Directory","navPath":"AddUserstoActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a528aa006-b311-4d5c-97cc-c17763e9b340","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomWizards.html","title":"Create Custom Wizards","navPath":"CreateCustomWizards.html","bundleId":"work-tasks-2023-sp1","id":"a679655ab-25f2-4417-a654-b0b3b937965c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnValuesfromEnginetoClient.html","title":"Return Values from Engine to Client","navPath":"ReturnValuesfromEnginetoClient.html","bundleId":"work-tasks-2023-sp1","id":"af847ced3-ddf3-4d71-b794-13ce274619fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","title":"Implement Interface to Get Action and Workflow Status Change Information from Engine","navPath":"ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","bundleId":"work-tasks-2023-sp1","id":"a22552730-b231-456e-a1b0-3929f3496121","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserNamewithDomainName.html","title":"Get User Name with Domain Name","navPath":"GetUserNamewithDomainName.html","bundleId":"work-tasks-2023-sp1","id":"a56eeff39-63a6-4c61-990f-7af79806bd94","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices.html","title":"Best Practices","navPath":"BestPractices.html","bundleId":"work-tasks-2023-sp1","id":"ac6e8fad9-9986-42f7-a836-71bace2c02ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseTips.html","title":"Database Tips","navPath":"DatabaseTips.html","bundleId":"work-tasks-2023-sp1","id":"a66b1e681-7fcd-4155-b339-5a9b7c95482b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodingTips.html","title":"Coding Tips","navPath":"CodingTips.html","bundleId":"work-tasks-2023-sp1","id":"a6f12ea63-4162-4ca4-9253-53bf3e41e9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceTips.html","title":"Performance Tips","navPath":"PerformanceTips.html","bundleId":"work-tasks-2023-sp1","id":"af478b4c7-b8d8-4ccf-9c87-f600d2b28222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinWorkTasks.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a177a28f1-cf7a-4798-921f-a557f4deec68","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinWorkTasks.html","title":"Limitations","navPath":"LimitationsinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"af5904716-f74a-4700-98b3-e9b77fd40041","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsandlistsuserguide.html","title":"Forms and Lists User Guide","navPath":"wonderwareskeltabpmformsandlistsuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a4d41db51-af01-4204-acc6-e10db9405f66","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsguide.html","title":"Forms","navPath":"wonderwareskeltabpmformsguide.html","bundleId":"work-tasks-2023-sp1","id":"ac232b753-edab-4ad5-8a0c-c0fcfb547ba3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithforms.html","title":"Get Started with Forms","navPath":"gettingstartedwithforms.html","bundleId":"work-tasks-2023-sp1","id":"acb0bfb0c-74b3-483c-b1f3-a6cd73749615","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/forms_2.html","title":"Access Forms","navPath":"forms_2.html","bundleId":"work-tasks-2023-sp1","id":"ab3f9fd16-2394-4973-bc47-b22028bc3823","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateandOrganizeForms.html","title":"Create and Organize Forms","navPath":"CreateandOrganizeForms.html","bundleId":"work-tasks-2023-sp1","id":"ae49fc783-bf58-4380-bda4-6ab731d7655b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateForms.html","title":"Create Forms","navPath":"CreateForms.html","bundleId":"work-tasks-2023-sp1","id":"a7db0fb64-14f1-4bb7-bebe-3a46446346f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFoldersforForms.html","title":"Create Folders for Forms","navPath":"CreateFoldersforForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b07bc5c-262c-400e-b6f3-e8549db312ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewChildItemsofForms.html","title":"View Child Items of Forms","navPath":"ViewChildItemsofForms.html","bundleId":"work-tasks-2023-sp1","id":"a5f6081ed-4ebe-4d40-ae11-ef9f9565e5f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingforms.html","title":"Organize Forms","navPath":"organizingforms.html","bundleId":"work-tasks-2023-sp1","id":"a6112ecf8-367e-4ace-b409-f4a54dd6dd5b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandSaveForms.html","title":"Import and save Forms","navPath":"ImportandSaveForms.html","bundleId":"work-tasks-2023-sp1","id":"aa01c9006-3085-4feb-be64-2b6054e44dd1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importingforms.html","title":"Import Forms","navPath":"importingforms.html","bundleId":"work-tasks-2023-sp1","id":"ac88ca5ae-98d5-43f1-82f0-d1fe0006b6d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportForms.html","title":"Export Forms","navPath":"ExportForms.html","bundleId":"work-tasks-2023-sp1","id":"a7ef8c390-cabc-4a22-bbfe-ecf5aee3e998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewVersionsofForms.html","title":"View Versions of Forms","navPath":"ViewVersionsofForms.html","bundleId":"work-tasks-2023-sp1","id":"ab3606a53-6302-4ee2-ad63-651af87d21d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandPublishForms.html","title":"Design and publish Forms","navPath":"DesignandPublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a37518f9a-7723-4917-aa8c-a07e541acc3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignForms.html","title":"Design Forms","navPath":"DesignForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b4f1c2f-eef6-432d-992c-6b9a3cc6dc34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditForms.html","title":"Edit Forms","navPath":"EditForms.html","bundleId":"work-tasks-2023-sp1","id":"a98999839-0f1b-4060-af5a-b264634373f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteForms.html","title":"Delete Forms","navPath":"DeleteForms.html","bundleId":"work-tasks-2023-sp1","id":"a204b7034-040b-4807-a5cc-1196450d386b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreviewForms.html","title":"Preview Forms","navPath":"PreviewForms.html","bundleId":"work-tasks-2023-sp1","id":"a78547e24-2792-48b9-91f2-22e07856d2ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms.html","title":"Publish Forms","navPath":"PublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a3fc6f79b-9762-48c3-9aea-a65a6d5f2b92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishForms.html","title":"Unpublish Forms","navPath":"UnpublishForms.html","bundleId":"work-tasks-2023-sp1","id":"adf090849-95c4-4f1e-b3a2-943eb83cf88f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishFolders.html","title":"Publish Folders","navPath":"PublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"adb3c5f1c-d6bb-4f1a-ae10-c2f103f46c9a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishFolders.html","title":"Unpublish Folders","navPath":"UnpublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"ad039447a-8787-4710-b2fe-9ddf82d65c06","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSecureForms.html","title":"Manage and secure Forms","navPath":"ManageandSecureForms.html","bundleId":"work-tasks-2023-sp1","id":"a432f6b55-f2a2-46b6-bb24-42d757747671","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockForms.html","title":"Lock Forms","navPath":"LockForms.html","bundleId":"work-tasks-2023-sp1","id":"afd88f03e-8b36-450a-b92a-9c171ee4025e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnlockForms.html","title":"Unlock Forms","navPath":"UnlockForms.html","bundleId":"work-tasks-2023-sp1","id":"a8fcdd00f-b986-40e8-9df1-4079af5b4bc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingforms.html","title":"Disable Forms","navPath":"disablingforms.html","bundleId":"work-tasks-2023-sp1","id":"ad21b4bcd-cc5c-45c0-b00b-1cab741cbae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableForms.html","title":"Enable Forms","navPath":"EnableForms.html","bundleId":"work-tasks-2023-sp1","id":"aaf760fb1-3ec7-4538-8193-29f095a4e9f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filteringforms.html","title":"Filter Forms","navPath":"filteringforms.html","bundleId":"work-tasks-2023-sp1","id":"ad7b81541-a380-4a6e-b838-7151c823f34e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnershipofForms.html","title":"Change ownership of Forms","navPath":"ChangeOwnershipofForms.html","bundleId":"work-tasks-2023-sp1","id":"a7d113f02-b5e1-49c5-81b5-d012fe51572c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityofforms.html","title":"Set Security of Forms","navPath":"settingsecurityofforms.html","bundleId":"work-tasks-2023-sp1","id":"a7ed7b6b9-1dba-43e9-854a-165075a1b149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPropertiesofForms.html","title":"View Properties of Forms","navPath":"ViewPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a09fdf93b-3af5-46e7-a7b1-0273c74197a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAuditHistoryofForms.html","title":"View Audit History of Forms","navPath":"ViewAuditHistoryofForms.html","bundleId":"work-tasks-2023-sp1","id":"aed057f29-7aa6-4c12-8f2c-0f2d1c2c1772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingformslinks.html","title":"Create Forms Links","navPath":"creatingformslinks.html","bundleId":"work-tasks-2023-sp1","id":"af79f7c11-3eac-493c-8e2c-e8cd7185ccce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dynamiclistforms.html","title":"Dynamic list Forms","navPath":"dynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a1818c4a9-f704-4525-8bff-25c8d0bfde05","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingdynamiclistforms.html","title":"Create dynamic List Forms","navPath":"creatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"ac5c24c2c-9b8c-44d6-9e9e-a3f679aedb25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/validatingdynamiclistforms.html","title":"Validate Dynamic List Forms","navPath":"validatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a64e7bb6b-a0f9-4494-a3b9-b5d80c738147","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateFormstoWorkflows.html","title":"Associate Forms to Workflows","navPath":"AssociateFormstoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a56876be2-9292-4c12-9a22-07fd66d031ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associatingformstoworkflows.html","title":"Associate Forms to Workflows","navPath":"associatingformstoworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac2d07e91-93a4-4e4e-846f-515ad4198513","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BindaFormtotheWorkflow.html","title":"Bind a Form to the Workflow","navPath":"BindaFormtotheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab7e19ec2-cd8b-40a5-ab6e-2382e8b22487","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormXMLMapping.html","title":"Form XML Mapping","navPath":"FormXMLMapping.html","bundleId":"work-tasks-2023-sp1","id":"a71e56b5d-6207-4c22-8450-595a6a14be12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditAssociationoftheAlreadyAssociatedForm.html","title":"Edit Association of the Already Associated Form","navPath":"EditAssociationoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"aeea8bf3e-4531-4d13-801c-e1acf97a0df3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditMappingsoftheAlreadyAssociatedForm.html","title":"Edit Mappings of the Already Associated Form","navPath":"EditMappingsoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"a6fb01a36-65f9-4398-88b7-f2b908f4211f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAssociationofFormswithWorkflows.html","title":"View Association of Forms with Workflows","navPath":"ViewAssociationofFormswithWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"acc9b8eb1-9a49-40e5-9a1f-e050838a27a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DissociateFormsfromWorkflows.html","title":"Dissociate Forms from Workflows","navPath":"DissociateFormsfromWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a50d60ebf-7c49-4b32-a947-c2f603ae6c6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignWorkflowsforAssociatedForms.html","title":"Design Workflows for Associated Forms","navPath":"DesignWorkflowsforAssociatedForms.html","bundleId":"work-tasks-2023-sp1","id":"ab4f051a9-d658-4e17-bfb7-c376dabcea7a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsDesigner.html","title":"Forms Designer","navPath":"FormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a50e1ecd0-69a6-45ad-8677-68ed408a7143","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageForms.html","title":"Manage Forms","navPath":"ManageForms.html","bundleId":"work-tasks-2023-sp1","id":"a114992b9-4e56-4286-80ec-80c7fe490b31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofForms.html","title":"Edit Properties of Forms","navPath":"EditPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a2adb3343-c3b0-4419-b96a-5fd247631014","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/previewingformsinformsdesigner.html","title":"Preview Forms","navPath":"previewingformsinformsdesigner.html","bundleId":"work-tasks-2023-sp1","id":"afd7c297c-6b4c-49ff-ba8c-0e5437c109ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms_1.html","title":"Publish Forms","navPath":"PublishForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a7b03bdd7-105d-4411-a037-9da813b1a0bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/220967.html","title":"List Structure","navPath":"220967.html","bundleId":"work-tasks-2023-sp1","id":"a799ff288-274f-46d4-8779-7be21223c652","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageControls.html","title":"Manage Controls","navPath":"ManageControls.html","bundleId":"work-tasks-2023-sp1","id":"a672dff7e-94d6-40cf-bb66-2aa0ffdcbb37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControls.html","title":"Add Controls","navPath":"AddControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c359367-0034-4295-9658-d01063829b4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls.html","title":"Move Controls","navPath":"MoveControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c38e9b3-06a1-4b13-aaee-4dba8a92eba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CloneControls.html","title":"Clone Controls","navPath":"CloneControls.html","bundleId":"work-tasks-2023-sp1","id":"a6420aea4-4be4-400e-ac33-dc1e53db3638","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls.html","title":"Delete Controls","navPath":"DeleteControls.html","bundleId":"work-tasks-2023-sp1","id":"a701d8781-a959-45c8-80dc-6b925c8d3e9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClearControls.html","title":"Clear Controls","navPath":"ClearControls.html","bundleId":"work-tasks-2023-sp1","id":"ab139807e-2aac-4638-81e9-a827d2b90aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls.html","title":"Replace Controls","navPath":"ReplaceControls.html","bundleId":"work-tasks-2023-sp1","id":"a3446a468-7e97-4417-815a-b70676936aec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditNameofControls.html","title":"Edit Name of Controls","navPath":"EditNameofControls.html","bundleId":"work-tasks-2023-sp1","id":"ac8818bc6-79db-4565-824b-8b9dd0dfa07e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls.html","bundleId":"work-tasks-2023-sp1","id":"af46d3334-0b0d-4997-b5d0-693a7d62e8d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignGuidelines.html","title":"Design Guidelines","navPath":"DesignGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad18bf23a-e772-4c8d-8429-4e683e6796ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customstyles.html","title":"Custom Styles","navPath":"customstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad621322c-2b57-4150-8cff-5322f10e18b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718950.html","title":"Arc","navPath":"718950.html","bundleId":"work-tasks-2023-sp1","id":"a979531cd-7162-4552-a2d2-f641c56eff53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buttoncustomstyles.html","title":"Button","navPath":"buttoncustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a2ae9945b-d27c-4521-aa7f-444d94b1c024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719693.html","title":"Card","navPath":"719693.html","bundleId":"work-tasks-2023-sp1","id":"ab4eae85a-7342-4af7-a241-db29e141d99d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/732886.html","title":"Gantt Chart","navPath":"732886.html","bundleId":"work-tasks-2023-sp1","id":"a588ebf3a-c1ac-49c9-84ac-66d123285708","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/253979.html","title":"Gauge","navPath":"253979.html","bundleId":"work-tasks-2023-sp1","id":"a9a1c7c45-28b2-4fd0-a7c9-d5976d05ab34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formcustomstyles.html","title":"Form","navPath":"formcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a54aa6bfe-b7ac-4939-a675-95218ad641a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformcustomstyles.html","title":"Base Form","navPath":"baseformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a495bda55-a7d1-4b05-9ea8-20bc2359b04f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelformcustomstyles.html","title":"Panel Form","navPath":"panelformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"aac62edfc-6ed6-450a-a7a5-b3e182ef95a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/201636.html","title":"Embed Form","navPath":"201636.html","bundleId":"work-tasks-2023-sp1","id":"acb660e5a-3a2f-4ffa-a192-711f2dc50123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719160.html","title":"Progress Bar","navPath":"719160.html","bundleId":"work-tasks-2023-sp1","id":"a8ed318e1-59e9-45b4-9a65-14d39b7da82b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabscustomstyles.html","title":"Tabs","navPath":"tabscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad2267193-7e56-4b2a-9810-e233f649e829","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/othercontrolscustomstyles.html","title":"Other Controls","navPath":"othercontrolscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a346301e7-d0ad-4ca7-b256-08fdc5c32dc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimits.html","title":"Boundaries and Limits","navPath":"BoundariesandLimits.html","bundleId":"work-tasks-2023-sp1","id":"a231a022d-c8bd-4fef-9dbd-a66ffed322f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TestEnvironment.html","title":"Test Environment","navPath":"TestEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a5a55fc53-9979-427b-a11e-c291ef2771a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimitsbyProperty.html","title":"Boundaries and Limits by Property","navPath":"BoundariesandLimitsbyProperty.html","bundleId":"work-tasks-2023-sp1","id":"ab98ec54d-0684-433b-97cd-7d041266e847","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81448.html","title":"Control Classification","navPath":"81448.html","bundleId":"work-tasks-2023-sp1","id":"a496d45a1-05b0-453d-a231-f6e5b7bfc65d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81449.html","title":"Boundaries and Limits by Control","navPath":"81449.html","bundleId":"work-tasks-2023-sp1","id":"acebc6963-8690-4957-b194-e9ea9b12c450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81450.html","title":"Boundaries and Limits by Form","navPath":"81450.html","bundleId":"work-tasks-2023-sp1","id":"a7e067bfb-91a8-4012-ba30-53c9db5137d3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices_1.html","title":"Best Practices","navPath":"BestPractices_1.html","bundleId":"work-tasks-2023-sp1","id":"af25f7ecd-343d-4109-9f1f-aa1f8ac96fe2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls_1.html","title":"Form Controls","navPath":"FormControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a201c375d-6f1a-4153-b72d-062c49be8bec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Containers.html","title":"Containers","navPath":"Containers.html","bundleId":"work-tasks-2023-sp1","id":"a9b7a0429-96cc-45b3-a570-3b08fab7d328","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/form.html","title":"Form","navPath":"form.html","bundleId":"work-tasks-2023-sp1","id":"abd3bc9a5-88a1-4620-b333-6848f865689c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/324677.html","title":"Action Bar","navPath":"324677.html","bundleId":"work-tasks-2023-sp1","id":"a8fcf52ab-07db-4efb-8234-7e3e9c00ec87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/609518.html","title":"MQTT Topic Configuration","navPath":"609518.html","bundleId":"work-tasks-2023-sp1","id":"ac02d3635-fc24-4c04-ac04-bab0c1f3eaa4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataTypesinMQTTTopicConfiguration.html","title":"Data Types in MQTT Topic Configuration","navPath":"DataTypesinMQTTTopicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a48abf035-8020-471d-bc3c-b8469952c64c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SpecifyJSONPath.html","title":"Specify JSON Path","navPath":"SpecifyJSONPath.html","bundleId":"work-tasks-2023-sp1","id":"af3794367-1ef6-411d-b3f9-b72e053ca293","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseform.html","title":"Base Form","navPath":"baseform.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c90dd-d759-4ccc-9a2d-5cc5848735b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelform.html","title":"Panel Form","navPath":"panelform.html","bundleId":"work-tasks-2023-sp1","id":"a44951dc6-091f-438d-a52a-e758218572e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabs.html","title":"Tabs","navPath":"tabs.html","bundleId":"work-tasks-2023-sp1","id":"adfb6a5f4-bbd7-49e7-8568-2648aa54dd15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Tab.html","title":"Tab","navPath":"Tab.html","bundleId":"work-tasks-2023-sp1","id":"a44332dbf-4d85-423f-9dee-30e75e90e30e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls_1.html","title":"Controls","navPath":"Controls_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a90651d-1d75-4561-80d2-f458069f7afb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Arc.html","title":"Arc","navPath":"Arc.html","bundleId":"work-tasks-2023-sp1","id":"acd9d74ba-7ce1-4a50-880e-115c12240cbf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleArcRendering.html","title":"Example Arc Rendering","navPath":"ExampleArcRendering.html","bundleId":"work-tasks-2023-sp1","id":"a7c93b698-2296-4b01-bcb8-204273b79a57","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachment.html","title":"Attachment","navPath":"attachment.html","bundleId":"work-tasks-2023-sp1","id":"a2e90e84a-cfd9-4a89-8657-f83219d1ae00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/boolean.html","title":"Boolean","navPath":"boolean.html","bundleId":"work-tasks-2023-sp1","id":"a9bef6536-55d5-4a2c-8f21-3df3f6bd563c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/button.html","title":"Button","navPath":"button.html","bundleId":"work-tasks-2023-sp1","id":"ab4553b23-0f5f-42df-ba2e-1a473db18a32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719692.html","title":"Card","navPath":"719692.html","bundleId":"work-tasks-2023-sp1","id":"a1b01075c-011e-468c-9109-23d8b72436c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536292.html","title":"Chart","navPath":"536292.html","bundleId":"work-tasks-2023-sp1","id":"ada607e61-9185-4d55-b9fd-fe7091df9dab","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSourceConfigurationforSankeyChart.html","title":"Lookup Source Configuration for Sankey Chart","navPath":"LookupSourceConfigurationforSankeyChart.html","bundleId":"work-tasks-2023-sp1","id":"a4ddf77de-57fb-4f91-b0ad-c9dff486f5d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/checkbox.html","title":"Check Box","navPath":"checkbox.html","bundleId":"work-tasks-2023-sp1","id":"a1f47ccff-4052-4392-a95e-a1c87dc8f983","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datagrid.html","title":"Data Grid","navPath":"datagrid.html","bundleId":"work-tasks-2023-sp1","id":"a42d95c84-c234-4af2-92f3-6b4be196eb43","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180639.html","title":"Configure Grids","navPath":"180639.html","bundleId":"work-tasks-2023-sp1","id":"ada57b8a4-4a00-4b3f-abf9-fc92e3c862e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/652758.html","title":"Update Grid Configuration for Lookup Modification","navPath":"652758.html","bundleId":"work-tasks-2023-sp1","id":"a8a440f42-0f6e-492c-90b2-9fc013f78007","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180640.html","title":"Highlight Records","navPath":"180640.html","bundleId":"work-tasks-2023-sp1","id":"ae3d8da4f-7262-4486-b00b-3b8af98618a3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datalookup.html","title":"Data Lookup","navPath":"datalookup.html","bundleId":"work-tasks-2023-sp1","id":"a90d318b3-af00-42e9-8e63-eea96b5269f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/date.html","title":"Date","navPath":"date.html","bundleId":"work-tasks-2023-sp1","id":"a76386d0c-f172-4fd6-8a5f-e510af125cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datetime.html","title":"Date Time","navPath":"datetime.html","bundleId":"work-tasks-2023-sp1","id":"ab048709f-a86d-4290-9786-1a767e51aa9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/drop-down.html","title":"Drop-Down","navPath":"drop-down.html","bundleId":"work-tasks-2023-sp1","id":"ae51b3423-1b30-47ee-97b6-e31b76529168","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/email.html","title":"Email","navPath":"email.html","bundleId":"work-tasks-2023-sp1","id":"ada90ec81-6b97-4986-8391-edc246b8161f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199295.html","title":"Embed Form","navPath":"199295.html","bundleId":"work-tasks-2023-sp1","id":"ac5234d47-963b-43e7-aba9-e895c7fcb28c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embedpage.html","title":"Embed Page","navPath":"embedpage.html","bundleId":"work-tasks-2023-sp1","id":"ae53a9084-4bf0-4f19-9df5-8e0299c6918c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetEmbedPageUrlandTriggertheOnDataChangeScript.html","title":"Set Embed Page Url and Trigger the On Data Change Script","navPath":"SetEmbedPageUrlandTriggertheOnDataChangeScript.html","bundleId":"work-tasks-2023-sp1","id":"a6fb2ddbd-3fd1-4388-bc09-8dc851dac1a5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signature.html","title":"E-signature","navPath":"e-signature.html","bundleId":"work-tasks-2023-sp1","id":"adcbd5574-2525-47b2-bc37-4a7f81af8834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartProperties.html","title":"Gantt Chart","navPath":"GanttChartProperties.html","bundleId":"work-tasks-2023-sp1","id":"a8289a0f5-7116-431f-94c5-5107af325376","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleGanttChartRendering.html","title":"Example Gantt Chart Rendering","navPath":"ExampleGanttChartRendering.html","bundleId":"work-tasks-2023-sp1","id":"a720db0a7-96ac-41f1-9345-406d36020030","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252063.html","title":"Gauge","navPath":"252063.html","bundleId":"work-tasks-2023-sp1","id":"a6f44ab38-c625-4528-baa8-4e778bceb523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644117.html","title":"Geolocation","navPath":"644117.html","bundleId":"work-tasks-2023-sp1","id":"aaeb11b03-178a-42e3-849d-d2223f445df0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenField.html","title":"Hidden Field","navPath":"HiddenField.html","bundleId":"work-tasks-2023-sp1","id":"a4d91ea1f-5900-4095-8a8c-c297bc00d0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536289.html","title":"Hierarchical List","navPath":"536289.html","bundleId":"work-tasks-2023-sp1","id":"a6ddc9689-31fc-4974-ab8e-0dfaa2566053","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/hyperlink.html","title":"Hyperlink","navPath":"hyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a78400f88-6710-4c60-9665-ea5bc05fae31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/image.html","title":"Image","navPath":"image.html","bundleId":"work-tasks-2023-sp1","id":"a8ed9e4a5-5162-4ed7-8bd7-4298d097cc83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflow.html","title":"Invoke Workflow","navPath":"invokeworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aff382396-16d2-46b7-aa9c-6007910312d9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteWorkflows.html","title":"Overwrite Workflows","navPath":"OverwriteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a9f9a7523-9184-4b1e-b210-f7bd2c9e5c74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteXMLVariables.html","title":"Overwrite XML Variables","navPath":"OverwriteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a4fb6839d-31c0-412e-8304-87a1fce166ef","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/label.html","title":"Label","navPath":"label.html","bundleId":"work-tasks-2023-sp1","id":"ae808f33c-63f3-47bf-83de-ce038f34a035","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/list.html","title":"List","navPath":"list.html","bundleId":"work-tasks-2023-sp1","id":"a69f4afab-8a41-4085-bedc-34ebe7ae4851","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number.html","title":"Number","navPath":"number.html","bundleId":"work-tasks-2023-sp1","id":"a34182536-f83d-41db-88d5-778abe4fedc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/password.html","title":"Password","navPath":"password.html","bundleId":"work-tasks-2023-sp1","id":"a865861ff-7bf5-4a8f-845e-031477ba99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pop-up.html","title":"Pop-Up","navPath":"pop-up.html","bundleId":"work-tasks-2023-sp1","id":"a71c925a0-ef60-45fe-aebd-ff2be0922c63","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719163.html","title":"Progress Bar","navPath":"719163.html","bundleId":"work-tasks-2023-sp1","id":"a91430a49-3326-4df9-87b9-4faa3c31a1ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleScriptingScenariosandRendering.html","title":"Example Scripting Scenarios and Rendering","navPath":"ExampleScriptingScenariosandRendering.html","bundleId":"work-tasks-2023-sp1","id":"a9a2bd64e-302a-40d3-8b58-7e08f1f6dfa0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleProgressBarRendering.html","title":"Example Progress Bar Rendering","navPath":"ExampleProgressBarRendering.html","bundleId":"work-tasks-2023-sp1","id":"aa4f415f2-6866-483d-95b0-7c662be19d81","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435385.html","title":"QR Code","navPath":"435385.html","bundleId":"work-tasks-2023-sp1","id":"a3e6ec2a9-5fb5-419b-a53a-87b8a9c45de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/radiobutton.html","title":"Radio Button","navPath":"radiobutton.html","bundleId":"work-tasks-2023-sp1","id":"a249452f2-0738-4849-ac27-25bc3e9f5b52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewer.html","title":"Report Viewer","navPath":"reportviewer.html","bundleId":"work-tasks-2023-sp1","id":"a631795e2-e4d1-4304-bf8c-bf559a4a5912","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/437769.html","title":"Report Viewer Configuration","navPath":"437769.html","bundleId":"work-tasks-2023-sp1","id":"a5c477187-3548-4182-bf78-b751837417c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingreports.html","title":"Embed Reports","navPath":"embeddingreports.html","bundleId":"work-tasks-2023-sp1","id":"a803bc65c-406d-4562-95d8-cab0cf93e2b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingpop-upreports.html","title":"Link Pop-up Reports","navPath":"linkingpop-upreports.html","bundleId":"work-tasks-2023-sp1","id":"af193ff5b-9506-4f37-bde3-ab0b3f00dcb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingdownloadablereports.html","title":"Link Downloadable Reports","navPath":"linkingdownloadablereports.html","bundleId":"work-tasks-2023-sp1","id":"adc017387-9847-4ff2-89a9-a10d341beec9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/489816.html","title":"RFID","navPath":"489816.html","bundleId":"work-tasks-2023-sp1","id":"a5bc1e47f-0333-4325-b898-c6a894e5b634","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/198651.html","title":"Rich Text","navPath":"198651.html","bundleId":"work-tasks-2023-sp1","id":"a8aa04154-1c50-499d-a2b6-8572731e213a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolelookup.html","title":"Role Lookup","navPath":"rolelookup.html","bundleId":"work-tasks-2023-sp1","id":"a0710cd4d-70dd-4a10-adb6-3df84d78f843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/614604.html","title":"Signature","navPath":"614604.html","bundleId":"work-tasks-2023-sp1","id":"a2e78b5a2-49ee-419b-bb95-0c63c4b9c995","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number_1.html","title":"Slider","navPath":"number_1.html","bundleId":"work-tasks-2023-sp1","id":"ac1934253-0c6b-4f45-bb5d-8c33bd98990c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/text.html","title":"Text","navPath":"text.html","bundleId":"work-tasks-2023-sp1","id":"a8c2e2ae8-368a-465e-9fbd-111d98d500b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/time.html","title":"Time","navPath":"time.html","bundleId":"work-tasks-2023-sp1","id":"a2a4e4db7-482f-4c86-b677-84f2ce238906","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/230651.html","title":"Tree","navPath":"230651.html","bundleId":"work-tasks-2023-sp1","id":"a86c42515-6160-479d-a21c-4959a22832ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userlookup.html","title":"User Lookup","navPath":"userlookup.html","bundleId":"work-tasks-2023-sp1","id":"ae436d009-1a27-40ba-80a0-be34b2f21874","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/826789.html","title":"Widget","navPath":"826789.html","bundleId":"work-tasks-2023-sp1","id":"ade3a8c96-4603-49f8-a29a-2dce3bf8aeea","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902485.html","title":"Dynamic Widget Properties and Events","navPath":"902485.html","bundleId":"work-tasks-2023-sp1","id":"a433aba59-6149-40b9-82d7-946eeda34e2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902497.html","title":"Add or Edit a Dynamic Property or Event","navPath":"902497.html","bundleId":"work-tasks-2023-sp1","id":"a09966e34-9444-4e1a-a169-a8c1bc42f28f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855752.html","title":"Grid Widget","navPath":"855752.html","bundleId":"work-tasks-2023-sp1","id":"af05cdb2f-afea-40c7-b62f-88312bd3ccad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093483.html","title":"Grid Widget Properties Usage","navPath":"1093483.html","bundleId":"work-tasks-2023-sp1","id":"ab25d2768-32c2-4c08-a840-3e07330243ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903237.html","title":"Grid Widget Event","navPath":"903237.html","bundleId":"work-tasks-2023-sp1","id":"a302af65a-1f1f-4151-a215-b75587391e0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903242.html","title":"On Cell Change","navPath":"903242.html","bundleId":"work-tasks-2023-sp1","id":"a4d0d6148-e098-4cba-bee2-11e2466da47d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/917567.html","title":"On Initialize","navPath":"917567.html","bundleId":"work-tasks-2023-sp1","id":"ac9084f6f-2948-4689-9a3e-116ec478b97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093482.html","title":"On Row Selection","navPath":"1093482.html","bundleId":"work-tasks-2023-sp1","id":"ad96c9386-a19c-416d-abeb-365b7f6b535a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/858794.html","title":"Configure the Grid Widget","navPath":"858794.html","bundleId":"work-tasks-2023-sp1","id":"a0c4c2376-91c3-4720-81be-b365690daf37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860015.html","title":"Pass Data to or from the Widget","navPath":"860015.html","bundleId":"work-tasks-2023-sp1","id":"a5681a57a-d92a-42bb-b9d6-2bbd0b8d49c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869728.html","title":"Define Data Columns","navPath":"869728.html","bundleId":"work-tasks-2023-sp1","id":"a009b7099-abb7-4e58-91f0-6b19cd0d2726","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869729.html","title":"Clear Data Filters","navPath":"869729.html","bundleId":"work-tasks-2023-sp1","id":"aca5a6920-49fb-47e6-9faf-22dad2c5238a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869731.html","title":"Reset Grid Data Sort Order Setting","navPath":"869731.html","bundleId":"work-tasks-2023-sp1","id":"a88d100a2-382c-462c-a3aa-d6c12f6d9d7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869732.html","title":"Validate Data","navPath":"869732.html","bundleId":"work-tasks-2023-sp1","id":"aeac82f73-cb47-450c-a1bf-c8a79667110d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860016.html","title":"Grid Widget Configurable Parameters","navPath":"860016.html","bundleId":"work-tasks-2023-sp1","id":"aadc12c92-091c-4173-b9ec-2fc024536ab7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877810.html","title":"Modify Grid Widget Title","navPath":"877810.html","bundleId":"work-tasks-2023-sp1","id":"a52dc3eb5-9d3d-46e2-86fe-529c0e4cdf0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869895.html","title":"Modify Column Width and Column Headers","navPath":"869895.html","bundleId":"work-tasks-2023-sp1","id":"a9dee9f16-7636-467c-81de-2b46b4807110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869898.html","title":"Set Number of Records to Display in a Grid Page","navPath":"869898.html","bundleId":"work-tasks-2023-sp1","id":"a2b77e774-ad09-4f6c-884f-9bb3df5ab3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869909.html","title":"Configure Cell Datatypes and Input Field","navPath":"869909.html","bundleId":"work-tasks-2023-sp1","id":"a2777b038-930c-40e2-9410-8c2473940d6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876387.html","title":"Configure Column Background Color","navPath":"876387.html","bundleId":"work-tasks-2023-sp1","id":"aa5e8649a-3d91-4af0-8fc3-560e3fe93fbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876830.html","title":"Add Column-value Tooltip","navPath":"876830.html","bundleId":"work-tasks-2023-sp1","id":"a5096cb28-7e33-475d-9129-3ffcfdf5af7c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876835.html","title":"Grid widget UI controls","navPath":"876835.html","bundleId":"work-tasks-2023-sp1","id":"a7728fdfc-8f8c-4230-a5ea-708f1730bd6f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876832.html","title":"Add Progress Bar in Grid Column","navPath":"876832.html","bundleId":"work-tasks-2023-sp1","id":"afa049062-42fd-4d7f-a528-bf833f63f2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876834.html","title":"Add Datetime Picker","navPath":"876834.html","bundleId":"work-tasks-2023-sp1","id":"ab01a631b-2441-47c7-a3e4-0f1dd54f8fe4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876837.html","title":"Add Drop-down List","navPath":"876837.html","bundleId":"work-tasks-2023-sp1","id":"abd74153b-1bb9-49bd-9bba-d70acbe52c4f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860017.html","title":"Sort, Filter, and Reorder","navPath":"860017.html","bundleId":"work-tasks-2023-sp1","id":"a7226d970-1949-4ee8-abc3-be0386389e2b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869733.html","title":"Change Default Sorting Behavior","navPath":"869733.html","bundleId":"work-tasks-2023-sp1","id":"aa762ffed-c4c5-414b-bd5e-570b56292d33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/879965.html","title":"Filter Data through Scripting","navPath":"879965.html","bundleId":"work-tasks-2023-sp1","id":"a7754ab49-276d-4a7c-974c-4b154a9295e3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877839.html","title":"Column Data Alignment","navPath":"877839.html","bundleId":"work-tasks-2023-sp1","id":"aaf612e5b-a6e8-4ecb-aa7e-d97349a85c02","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855776.html","title":"Hierarchy Selector Widget","navPath":"855776.html","bundleId":"work-tasks-2023-sp1","id":"a71ff368d-ae12-4b81-9e0c-817cf1d489b5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/872741.html","title":"Hierarchy Selector Widget Properties Usage","navPath":"872741.html","bundleId":"work-tasks-2023-sp1","id":"aef16e252-58b6-4339-8c08-3afc63e662cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903458.html","title":"Hierarchy Selector Events","navPath":"903458.html","bundleId":"work-tasks-2023-sp1","id":"ae24365fa-b9c6-414c-9ac9-af6dfa6252d8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903243.html","title":"On Initialize","navPath":"903243.html","bundleId":"work-tasks-2023-sp1","id":"a50ce0e43-ce33-4045-a8c5-2a87391d4a41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/915579.html","title":"On Selection Change","navPath":"915579.html","bundleId":"work-tasks-2023-sp1","id":"a056f30ef-9cc2-474c-8231-87124e5847f4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/859853.html","title":"Configure Hierarchy Selector Widget","navPath":"859853.html","bundleId":"work-tasks-2023-sp1","id":"a851d01c5-f4c4-4308-8962-86d8653137cf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/863435.html","title":"Pass Data to and from Widget","navPath":"863435.html","bundleId":"work-tasks-2023-sp1","id":"a33cda13e-1a07-44f4-9b80-9be0bdf76f77","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869735.html","title":"Load Hierarchical Dataset","navPath":"869735.html","bundleId":"work-tasks-2023-sp1","id":"a42cba02c-9930-4387-9583-8de9ec438ca9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/885338.html","title":"Override the Hierarchy Selector's Default Behavior for Selected Child Node","navPath":"885338.html","bundleId":"work-tasks-2023-sp1","id":"afea65ab8-5343-41ba-bed2-8b95ce0b2a12","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869736.html","title":"Modify Widget Title, Header, and Captions","navPath":"869736.html","bundleId":"work-tasks-2023-sp1","id":"a55829891-dcdc-4e49-8eac-8a85e7c8bd15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869737.html","title":"Set Color for Parent Node","navPath":"869737.html","bundleId":"work-tasks-2023-sp1","id":"a7880db35-d2f9-49f4-b1ee-17ff5f11b4ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869738.html","title":"Set Color for Child Node","navPath":"869738.html","bundleId":"work-tasks-2023-sp1","id":"a9b57e5ac-deec-48f7-816f-c1374c8000bb","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/868368.html","title":"Localize Widgets","navPath":"868368.html","bundleId":"work-tasks-2023-sp1","id":"a968337d1-3423-4f29-8c73-358956d802da","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/870059.html","title":"Example localization text file","navPath":"870059.html","bundleId":"work-tasks-2023-sp1","id":"a987c2c80-67d4-4acf-bf60-6e239260e88b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/920100.html","title":"Configure Communication between Widget Control and Form","navPath":"920100.html","bundleId":"work-tasks-2023-sp1","id":"a473cd473-cf8c-4994-9dcc-bb09a51d62c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcontrols.html","title":"Custom Controls","navPath":"customcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ae2173cb2-afd8-464b-b213-a029dd81c5ec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcontrols.html","title":"Create Custom Controls","navPath":"creatingcustomcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a3fbf361a-b2e3-4ce2-a601-4b1bc46175f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/extendingexistingcontrols.html","title":"Extend Existing Controls","navPath":"extendingexistingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a2737d472-59be-40f3-a2eb-0e0fdf912f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customproperties.html","title":"Custom Properties","navPath":"customproperties.html","bundleId":"work-tasks-2023-sp1","id":"a4e4d5f87-5d47-4484-af39-c0e126ace00f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attributingproperties.html","title":"Attributing Properties","navPath":"attributingproperties.html","bundleId":"work-tasks-2023-sp1","id":"a5abd747d-d526-4ef7-b6e4-6091364a8b07","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/propertyindex.html","title":"Property Index","navPath":"propertyindex.html","bundleId":"work-tasks-2023-sp1","id":"a4292642d-610e-44f9-ba79-a31809d6a4d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomproperties.html","title":"Create Custom Properties","navPath":"creatingcustomproperties.html","bundleId":"work-tasks-2023-sp1","id":"a96a56339-ec84-4992-a7cd-e07c4d480956","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189993.html","title":"IControlProperty","navPath":"189993.html","bundleId":"work-tasks-2023-sp1","id":"a214dee0a-a0d7-4c33-905b-7b67a0119458","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/custombindings.html","title":"Custom Bindings","navPath":"custombindings.html","bundleId":"work-tasks-2023-sp1","id":"a6d50d77f-88a8-4362-8faf-58f6bbb79ce8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ibindingproperty.html","title":"IBindingProperty","navPath":"ibindingproperty.html","bundleId":"work-tasks-2023-sp1","id":"abcc9d34b-8c5d-4c8f-ba6c-f2c45dc9f034","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rulescustom.html","title":"Rules","navPath":"rulescustom.html","bundleId":"work-tasks-2023-sp1","id":"aed91c7e8-7e9e-47e8-9410-7bf6cf617d61","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/definingrules.html","title":"Define Rules","navPath":"definingrules.html","bundleId":"work-tasks-2023-sp1","id":"a56ffef63-d3cb-4be2-8411-d774598134a1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/referencingcustom.html","title":"Reference External CSS and JS Files","navPath":"referencingcustom.html","bundleId":"work-tasks-2023-sp1","id":"a7ae6a9d8-cce7-4757-b4d9-cb716614c561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizationcustom.html","title":"Localization","navPath":"localizationcustom.html","bundleId":"work-tasks-2023-sp1","id":"a17ddf634-0c61-47cd-8f7b-5ceab71238ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcategories.html","title":"Custom Categories","navPath":"customcategories.html","bundleId":"work-tasks-2023-sp1","id":"a69e53080-fad2-4127-abd2-35aef9bd5b4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcategories.html","title":"Create Custom Categories","navPath":"creatingcustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"a25b35faa-26e8-42aa-a65c-8cb60ed9731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsincustomcategories.html","title":"Add Custom Controls in Custom Categories","navPath":"addingcustomcontrolsincustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"aa2c29b15-5ee6-41f2-abda-24e4e293f3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsinthecontrolscategory.html","title":"Add Custom Controls in the Controls Category","navPath":"addingcustomcontrolsinthecontrolscategory.html","bundleId":"work-tasks-2023-sp1","id":"aeb424396-1a43-4ebe-b85f-014ac0e90c7b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295134.html","title":"Organize Form Controls","navPath":"295134.html","bundleId":"work-tasks-2023-sp1","id":"a902d09a4-e74b-4145-918b-9bcb7082768d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplemaskedinputcontrol.html","title":"Example: Masked Input Control","navPath":"examplemaskedinputcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a35e2b0c6-f779-4e42-bbc5-d18082ebb0e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputsfcontrolscs.html","title":"SFControl​.cs","navPath":"maskedinputsfcontrolscs.html","bundleId":"work-tasks-2023-sp1","id":"a1a6963e3-2429-44c1-b33f-426508cfdaed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputmycustomcs.html","title":"MaskedInput​.cs","navPath":"maskedinputmycustomcs.html","bundleId":"work-tasks-2023-sp1","id":"a75829226-e7ae-47a0-b427-ea5113a59ee8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltamaskedinputjs.html","title":"skelta​.maskedinput​.js","navPath":"skeltamaskedinputjs.html","bundleId":"work-tasks-2023-sp1","id":"a488c3696-b53a-40f4-a3d4-4269929bca18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295366.html","title":"Add Masked Input Property for Check Syntax Validation","navPath":"295366.html","bundleId":"work-tasks-2023-sp1","id":"a1d6aaab7-4d8a-4fd6-a4f2-8bc5b1193443","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188411.html","title":"Custom Controls with Kendo UI","navPath":"188411.html","bundleId":"work-tasks-2023-sp1","id":"a44f81021-7388-4eb7-be6d-cf2952a39e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188412.html","title":"Create Custom Controls with Kendo UI","navPath":"188412.html","bundleId":"work-tasks-2023-sp1","id":"adb3b09ae-2577-4e9c-b780-620e325b4824","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188413.html","title":"Create Knockout Bindings for Kendo UI","navPath":"188413.html","bundleId":"work-tasks-2023-sp1","id":"a6e13d8b2-25aa-4218-b763-e646bb12bbc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188640.html","title":"Knockout Bindings for Kendo UI","navPath":"188640.html","bundleId":"work-tasks-2023-sp1","id":"a5ddf53b0-1a8d-451a-8fa7-3af813383abb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188806.html","title":"Example: Barchart Control","navPath":"188806.html","bundleId":"work-tasks-2023-sp1","id":"a792152a9-dbcf-4b2c-947f-71132a4db200","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299.html","title":"SFControl​.cs","navPath":"262299.html","bundleId":"work-tasks-2023-sp1","id":"acefb05f3-3c8d-4ca5-a103-d6262dff4632","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188808.html","title":"BarChart​.cs","navPath":"188808.html","bundleId":"work-tasks-2023-sp1","id":"a99a93241-6fb6-4b4e-b45c-3d2873196998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188815.html","title":"BarChartBindingProperty​.cs","navPath":"188815.html","bundleId":"work-tasks-2023-sp1","id":"a0ba40cdf-ba81-46b7-8864-77c892454eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262301.html","title":"knockout-kendo​.kendochart​.js","navPath":"262301.html","bundleId":"work-tasks-2023-sp1","id":"abb60e5f0-db85-484e-9de2-1e7bac8f57c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262302.html","title":"corp​.customcontrol​.barchart​.js","navPath":"262302.html","bundleId":"work-tasks-2023-sp1","id":"a28da1015-7ef0-4f51-adbc-8c3059a729e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295368.html","title":"Add Barchart Properties for Check Syntax Validation","navPath":"295368.html","bundleId":"work-tasks-2023-sp1","id":"a25fef3e4-164a-4c91-a4b5-5341fb651b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190589.html","title":"Example: RichTextBox Control","navPath":"190589.html","bundleId":"work-tasks-2023-sp1","id":"ab48bcd5a-7f18-410d-a07e-187656f5d71e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299_1.html","title":"SFControl​.cs","navPath":"262299_1.html","bundleId":"work-tasks-2023-sp1","id":"a80d159c7-da7e-4fb3-8384-f4dc73583cc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190592.html","title":"RichTextBox​.cs","navPath":"190592.html","bundleId":"work-tasks-2023-sp1","id":"a7a2bb3f8-8d64-4d6e-bbb6-02218fb5bd99","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190595.html","title":"knockout-kendo​.editor​.js","navPath":"190595.html","bundleId":"work-tasks-2023-sp1","id":"a6bc5330a-bf55-4b3b-8a8c-38689cec746b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190596.html","title":"richtextbox​.js","navPath":"190596.html","bundleId":"work-tasks-2023-sp1","id":"a7f6e8a50-0ab9-4247-a6f2-ce7cc59d497e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555182.html","title":"Custom Controls with Angular 12","navPath":"555182.html","bundleId":"work-tasks-2023-sp1","id":"a2107ed1f-f066-4a34-b3a6-9b4e52c0c769","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555183.html","title":"Create Custom Controls with Angular 12","navPath":"555183.html","bundleId":"work-tasks-2023-sp1","id":"a50d24f3f-ee95-4331-9774-c49c42084735","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190538.html","title":"Custom Controls with Custom Properties","navPath":"190538.html","bundleId":"work-tasks-2023-sp1","id":"a20ce88b2-6153-4c5f-8ffd-c69231ebc74d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190699.html","title":"Example: PropertyLookup Control","navPath":"190699.html","bundleId":"work-tasks-2023-sp1","id":"af20774d6-5aea-418a-827d-f7f9b88bbd92","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190694.html","title":"SFControl​.cs","navPath":"190694.html","bundleId":"work-tasks-2023-sp1","id":"a8786c070-6cfa-4730-a709-f2ae5597fcf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190695.html","title":"PropertyLookup​.cs","navPath":"190695.html","bundleId":"work-tasks-2023-sp1","id":"a9eaf01b9-833c-4319-810e-905ef48b9da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190696.html","title":"PropertyLookup​.js","navPath":"190696.html","bundleId":"work-tasks-2023-sp1","id":"a37567bbc-0b0f-4859-a11d-84a4dfb0d633","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190698.html","title":"PropertyLookup​.css","navPath":"190698.html","bundleId":"work-tasks-2023-sp1","id":"aca5d548a-b54b-4a01-a116-478e86f58c3e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190705.html","title":"Example: Autocomplete Control","navPath":"190705.html","bundleId":"work-tasks-2023-sp1","id":"a9830c03b-43cc-4bbd-9b60-a06467a0ec44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190706.html","title":"SFControl​.cs","navPath":"190706.html","bundleId":"work-tasks-2023-sp1","id":"a59d4c3e6-3cf4-4c5d-9de0-58630dce3b4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190707.html","title":"Autocomplete​.cs","navPath":"190707.html","bundleId":"work-tasks-2023-sp1","id":"a7b5c5d7c-f488-4af7-b071-befaf4997e47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190714.html","title":"GridProperty​.cs","navPath":"190714.html","bundleId":"work-tasks-2023-sp1","id":"a4018c3e0-1acc-4e51-a8ec-5844d5de45f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190715.html","title":"PopupProperty​.cs","navPath":"190715.html","bundleId":"work-tasks-2023-sp1","id":"a92b0ec44-2edd-4f5a-846c-82ff344ceafd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190710.html","title":"Autocomplete​.js","navPath":"190710.html","bundleId":"work-tasks-2023-sp1","id":"ac20fa403-83aa-483a-9245-718f953b6d3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190712.html","title":"knockout-kendo​.autocompletebinding​.js","navPath":"190712.html","bundleId":"work-tasks-2023-sp1","id":"a64cdb11b-139c-4de9-8133-fd094ba9d481","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190713.html","title":"BaseFormWithValidationScript​.xml","navPath":"190713.html","bundleId":"work-tasks-2023-sp1","id":"a9b45a9ba-3e6a-416e-884f-69e63ff30bf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/191052.html","title":"PropertyLookup​.htm","navPath":"191052.html","bundleId":"work-tasks-2023-sp1","id":"afacedca2-acde-4252-a8dc-d81d5a121a15","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202165.html","title":"Custom Control with Standard Properties","navPath":"202165.html","bundleId":"work-tasks-2023-sp1","id":"a5f8de4ef-ff0b-4e27-a5e8-75fcc15037db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202426.html","title":"Example: TreeView Control","navPath":"202426.html","bundleId":"work-tasks-2023-sp1","id":"a895feaca-ef9f-430f-85f4-08bd287354a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202427.html","title":"SFControl​.cs","navPath":"202427.html","bundleId":"work-tasks-2023-sp1","id":"a64d96ae7-d4f7-4462-9010-0b4c020cf0ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202428.html","title":"TreeView​.cs","navPath":"202428.html","bundleId":"work-tasks-2023-sp1","id":"a7296694b-6eb2-4c4b-a3b5-709ec8fbe31d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202429.html","title":"TreeViewBinding​.cs","navPath":"202429.html","bundleId":"work-tasks-2023-sp1","id":"ab0a228d7-668f-48cc-ae9e-a45229817672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202430.html","title":"corp​.customControls​.treeView​.js","navPath":"202430.html","bundleId":"work-tasks-2023-sp1","id":"af6611fcb-ec95-4b34-a849-6b54f8e2bcdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202431.html","title":"kendo​.treeview​.js","navPath":"202431.html","bundleId":"work-tasks-2023-sp1","id":"a7c0684c9-ff30-464e-b999-783edce9f7b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202432.html","title":"knockout-kendo​.treeview​.js","navPath":"202432.html","bundleId":"work-tasks-2023-sp1","id":"a71ec1f18-98d7-42e0-ab2c-0683c5a0eb85","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295001.html","title":"Add Custom Control Members as White List for Check syntax validations","navPath":"295001.html","bundleId":"work-tasks-2023-sp1","id":"a472a650f-9964-4e3e-90d6-67947698b8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultValues.html","title":"Default Values","navPath":"DefaultValues.html","bundleId":"work-tasks-2023-sp1","id":"af9abd76f-37b2-4a3f-94d2-5366a91447c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidationofValues.html","title":"Validation of Values","navPath":"ValidationofValues.html","bundleId":"work-tasks-2023-sp1","id":"ae1fde206-3367-4216-b720-c924e7e37620","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/layouts.html","title":"Form Layouts","navPath":"layouts.html","bundleId":"work-tasks-2023-sp1","id":"aaf2ea2fa-bfdc-4210-8dde-84aa39057a48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designingformlayouts.html","title":"Design Form Layouts","navPath":"designingformlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a3a50344c-b41c-492d-aed9-e7275103e28a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplesaleregistrationform.html","title":"Example: Sale Registration Form","navPath":"examplesaleregistrationform.html","bundleId":"work-tasks-2023-sp1","id":"ae88e3d7d-e653-4f47-8132-62e8875c1531","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190453.html","title":"Forms in Custom Pages","navPath":"190453.html","bundleId":"work-tasks-2023-sp1","id":"ad4bcb0bb-a66f-4570-b4f5-db8d47c239a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190455.html","title":"Load Single Form","navPath":"190455.html","bundleId":"work-tasks-2023-sp1","id":"a547cb497-d48a-4302-9851-329cac4949cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190456.html","title":"Single Form Custom Page Template","navPath":"190456.html","bundleId":"work-tasks-2023-sp1","id":"a1682d639-f76e-46af-8187-7f8b7af054f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localization_1.html","title":"Localization","navPath":"localization_1.html","bundleId":"work-tasks-2023-sp1","id":"ace2317db-c30d-42ff-aa11-6533c0f190a3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingforms.html","title":"Localize Forms","navPath":"localizingforms.html","bundleId":"work-tasks-2023-sp1","id":"aef9a34bf-a86f-4b75-9ab4-551269bab5f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingcontrolnames.html","title":"Localize Control Names and Descriptions","navPath":"localizingcontrolnames.html","bundleId":"work-tasks-2023-sp1","id":"a73564500-0340-4343-9493-fcc29c2f3a0d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingstandardvalidationmessages.html","title":"Localize Standard Validation Messages","navPath":"localizingstandardvalidationmessages.html","bundleId":"work-tasks-2023-sp1","id":"a1dc9cf0a-b76f-436a-ab5b-2c33e5b3a71d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingmessagesinvalidationscripts.html","title":"Localize Messages in Validation Scripts","navPath":"localizingmessagesinvalidationscripts.html","bundleId":"work-tasks-2023-sp1","id":"a3b3f51ec-7079-4c75-91ee-f7b917196e48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/517766.html","title":"Localize Column Names in Data Grid","navPath":"517766.html","bundleId":"work-tasks-2023-sp1","id":"afe160a75-aaec-4ba9-b9b1-370d88e9af2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberanddateformats.html","title":"Number and Date Formats","navPath":"numberanddateformats.html","bundleId":"work-tasks-2023-sp1","id":"a32d6db62-9493-4ea2-98a2-6eb288086469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberformats.html","title":"Number Formats","navPath":"numberformats.html","bundleId":"work-tasks-2023-sp1","id":"a0ec7d95d-561d-4432-b642-c51c8edd5efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dateandtimeformats.html","title":"Date and Time Formats","navPath":"dateandtimeformats.html","bundleId":"work-tasks-2023-sp1","id":"abc560300-78ab-48e6-a460-ad54dcf2447d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scripts.html","title":"Form Scripts","navPath":"scripts.html","bundleId":"work-tasks-2023-sp1","id":"ab0965f6d-0e55-42af-bf6c-353a0a0ecc0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Framework.html","title":"Framework","navPath":"Framework.html","bundleId":"work-tasks-2023-sp1","id":"a23816853-01cd-4944-8ef8-4f61cfb53a96","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JavaScript.html","title":"JavaScript","navPath":"JavaScript.html","bundleId":"work-tasks-2023-sp1","id":"abf2c8678-1353-4f0a-a95e-a70b51e5f372","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73293.html","title":"Script Editor","navPath":"73293.html","bundleId":"work-tasks-2023-sp1","id":"a24bb6e88-22db-4796-bc4f-98a8ef3a0c53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateScripts.html","title":"Validate Scripts","navPath":"ValidateScripts.html","bundleId":"work-tasks-2023-sp1","id":"aa9446cb7-5c2e-4a0c-92c2-0f25a8db2133","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soathroughscripts.html","title":"SOA through Scripts","navPath":"soathroughscripts.html","bundleId":"work-tasks-2023-sp1","id":"ac5b8ffe5-7101-4c1c-ad8d-c17c382531cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Guidelines.html","title":"Guidelines","navPath":"Guidelines.html","bundleId":"work-tasks-2023-sp1","id":"a6d11d79b-0e8c-4990-bc18-3726bd5e43e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PropertiesandEvents.html","title":"Properties and Events","navPath":"PropertiesandEvents.html","bundleId":"work-tasks-2023-sp1","id":"a673575fe-b388-4f46-a5d4-a464e45743ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Enable.html","title":"Enable","navPath":"Enable.html","bundleId":"work-tasks-2023-sp1","id":"a9b0d16d0-1d3e-43b3-97b0-596a7402a56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Visible.html","title":"Visible","navPath":"Visible.html","bundleId":"work-tasks-2023-sp1","id":"af0b8486e-c771-41c6-a36c-2bb97a17825c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReadOnly.html","title":"Read-Only","navPath":"ReadOnly.html","bundleId":"work-tasks-2023-sp1","id":"aee7d2409-5b2b-4af9-a162-01b17552ada4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mandatory.html","title":"Mandatory","navPath":"Mandatory.html","bundleId":"work-tasks-2023-sp1","id":"a6cfba6a9-d83a-40e0-843c-1f2f95702d19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Validate.html","title":"Validate","navPath":"Validate.html","bundleId":"work-tasks-2023-sp1","id":"a24f8c472-6ca2-400a-a8d2-b8965bf4b18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/options.html","title":"Options","navPath":"options.html","bundleId":"work-tasks-2023-sp1","id":"a5fc376fe-fe6f-4971-9120-e019de5b9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Behavior.html","title":"Behavior","navPath":"Behavior.html","bundleId":"work-tasks-2023-sp1","id":"a662aff08-c2ae-4414-894d-28c556228fec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingextendedinformation.html","title":"Extended Information","navPath":"accessingextendedinformation.html","bundleId":"work-tasks-2023-sp1","id":"a523334e5-ca8d-42ee-b724-fd6c6d42bc78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/onclick.html","title":"On Click","navPath":"onclick.html","bundleId":"work-tasks-2023-sp1","id":"a1dd8f6db-60bc-4877-9a02-d70f4da42d0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataBound.html","title":"On Data Bound","navPath":"OnDataBound.html","bundleId":"work-tasks-2023-sp1","id":"a406b9a38-741c-4840-9697-0f72f811618c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataChange.html","title":"On Data Change","navPath":"OnDataChange.html","bundleId":"work-tasks-2023-sp1","id":"a5e379efb-1fab-43ea-acb1-51c3629c4c1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnFormLoad.html","title":"On Form Load","navPath":"OnFormLoad.html","bundleId":"work-tasks-2023-sp1","id":"a053eb07b-ab76-466c-9380-b1620958819b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordAdd.html","title":"On Record Add","navPath":"OnRecordAdd.html","bundleId":"work-tasks-2023-sp1","id":"a917a1c31-3751-4611-a48f-fd9d904d5b1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordDelete.html","title":"On Record Delete","navPath":"OnRecordDelete.html","bundleId":"work-tasks-2023-sp1","id":"a1d01c0b3-5d25-4e5d-97d1-5b2c1f481968","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnSelectionChange.html","title":"On Selection Change","navPath":"OnSelectionChange.html","bundleId":"work-tasks-2023-sp1","id":"aa4a03b7b-b945-4492-bbbd-a69f06c5ed5e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTabIndexChange.html","title":"On Tab Index Change","navPath":"OnTabIndexChange.html","bundleId":"work-tasks-2023-sp1","id":"a36eba1fb-db22-4df4-924d-4f97cd9cb920","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCheckChange.html","title":"On Check Change","navPath":"OnCheckChange.html","bundleId":"work-tasks-2023-sp1","id":"a95be1fe6-6e86-481e-91ab-c6a714295247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252067.html","title":"On Initialize","navPath":"252067.html","bundleId":"work-tasks-2023-sp1","id":"a0cad9e4f-d52a-4cac-9b1c-97afa5de5c51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RecordVisible.html","title":"Record Visible","navPath":"RecordVisible.html","bundleId":"work-tasks-2023-sp1","id":"a69a71c07-6055-4ea6-92fd-39a8732be427","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RangeColor.html","title":"Range Color","navPath":"RangeColor.html","bundleId":"work-tasks-2023-sp1","id":"aadc7df27-561f-40ff-8c1e-2af804dceb50","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContainersScript.html","title":"Containers","navPath":"ContainersScript.html","bundleId":"work-tasks-2023-sp1","id":"a173d0ffa-36ba-4222-bfe5-00d711c2ed7c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformscriptguidelines.html","title":"Base Form","navPath":"baseformscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aff985446-0dfd-4289-840c-9ecf85f92865","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PanelFormScript.html","title":"Panel Form","navPath":"PanelFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a806b1401-3ac1-4317-b70d-2dd966e70a8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionBarScript.html","title":"Action Bar","navPath":"ActionBarScript.html","bundleId":"work-tasks-2023-sp1","id":"a8859f11d-c302-400c-9a26-ebd0f7b77e29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabsScript.html","title":"Tabs","navPath":"TabsScript.html","bundleId":"work-tasks-2023-sp1","id":"a7f8f2d9d-20a0-4609-8f0b-bb1b49306e30","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabScript.html","title":"Tab","navPath":"TabScript.html","bundleId":"work-tasks-2023-sp1","id":"adfe7ac43-c535-4920-914f-356c38fc0082","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlsScripts.html","title":"Controls","navPath":"ControlsScripts.html","bundleId":"work-tasks-2023-sp1","id":"abbe351b8-8faa-4d02-80fd-2a0f17dbbca9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArcScripting.html","title":"Arc","navPath":"ArcScripting.html","bundleId":"work-tasks-2023-sp1","id":"a2c9f6493-98d2-4fea-91ac-9731f7f1df21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachmentscriptguidelines.html","title":"Attachment","navPath":"attachmentscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad85a9940-8b58-4cea-8007-8547774cfd7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanScript.html","title":"Boolean","navPath":"BooleanScript.html","bundleId":"work-tasks-2023-sp1","id":"a61f57124-bd8b-46ac-914b-8d405187b3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ButtonScript.html","title":"Button","navPath":"ButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"add3c0abf-3869-4a06-8083-fb50d4412c4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719691.html","title":"Card","navPath":"719691.html","bundleId":"work-tasks-2023-sp1","id":"a6c0bb2d2-035a-4690-a144-87b5c3a6bd27","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718901.html","title":"Example Scripting Scenarios and Rendering","navPath":"718901.html","bundleId":"work-tasks-2023-sp1","id":"af021cb5e-c010-43a5-8209-84587a6b9203","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/701201.html","title":"Scripting Scenarios","navPath":"701201.html","bundleId":"work-tasks-2023-sp1","id":"a3aebda6f-b56c-40f2-aa27-91a40d40fe6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/705389.html","title":"Example Card Control Rendering","navPath":"705389.html","bundleId":"work-tasks-2023-sp1","id":"a1e1e8bc5-a04d-4d57-b7c4-c15c1c6972f3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536293.html","title":"Chart","navPath":"536293.html","bundleId":"work-tasks-2023-sp1","id":"a779eb158-8be4-46f2-a345-886cfb025b72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckBox_1.html","title":"Check Box","navPath":"CheckBox_1.html","bundleId":"work-tasks-2023-sp1","id":"ad59a63f6-68b3-4fa9-9004-c341ff1c4d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataGrid_1.html","title":"Data Grid","navPath":"DataGrid_1.html","bundleId":"work-tasks-2023-sp1","id":"a0be95846-3ca4-445f-817d-b93fdb6d16ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataLookup_1.html","title":"Data Lookup","navPath":"DataLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a92d16e-ea2e-43f7-88fb-a65012adb9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateScript.html","title":"Date","navPath":"DateScript.html","bundleId":"work-tasks-2023-sp1","id":"a50d50d5e-40b8-4018-b810-8f504ba07988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeScript.html","title":"Date Time","navPath":"DateTimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a538bb564-2ce9-41df-82fe-4df0d8820001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DropDownScript.html","title":"Drop-Down","navPath":"DropDownScript.html","bundleId":"work-tasks-2023-sp1","id":"ad97e1b65-fc0f-426f-a542-19cbc9532219","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailScript.html","title":"Email","navPath":"EmailScript.html","bundleId":"work-tasks-2023-sp1","id":"a17eaad80-c8ab-4afc-81f2-146e7767334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedFormScript.html","title":"Embed Form","navPath":"EmbedFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a3c1c4eca-008c-45b2-8427-6f41897e4a22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedPageScript.html","title":"Embed Page","navPath":"EmbedPageScript.html","bundleId":"work-tasks-2023-sp1","id":"a7ea6ebf2-49ee-44af-b6d0-a9d5aeb4414d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signaturescriptguidelines.html","title":"E-signature","navPath":"e-signaturescriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ae7fa3d90-a123-4c85-8c19-0de21a1fdac8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartScripting.html","title":"Gantt Chart","navPath":"GanttChartScripting.html","bundleId":"work-tasks-2023-sp1","id":"a77eb5cec-820f-46c1-ae31-29affe7e006c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GaugeScript.html","title":"Gauge","navPath":"GaugeScript.html","bundleId":"work-tasks-2023-sp1","id":"a887cccaa-6cad-41cf-845e-f9d0bf448656","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GeolocationScript.html","title":"Geolocation","navPath":"GeolocationScript.html","bundleId":"work-tasks-2023-sp1","id":"a55df2eac-f404-4d83-a0ba-1fbd87d6b98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenFieldScript.html","title":"Hidden Field","navPath":"HiddenFieldScript.html","bundleId":"work-tasks-2023-sp1","id":"ad16c6f2b-4e8f-4c94-b50d-9dc7800d7adf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HierarchicalListScript.html","title":"Hierarchical List","navPath":"HierarchicalListScript.html","bundleId":"work-tasks-2023-sp1","id":"a4147403f-77bf-4f5a-857f-43d65e6e8612","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HyperlinkScript.html","title":"Hyperlink","navPath":"HyperlinkScript.html","bundleId":"work-tasks-2023-sp1","id":"a80db9c87-481f-48bc-9dea-4996f9bc9e03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImageScript.html","title":"Image","navPath":"ImageScript.html","bundleId":"work-tasks-2023-sp1","id":"aec471e74-cfb1-4bde-8841-fe1fca873c66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflowscriptguidelines.html","title":"Invoke Workflow","navPath":"invokeworkflowscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aabf8a4bb-8188-4e2e-bf46-b3f4a1568ff8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LabelScript.html","title":"Label","navPath":"LabelScript.html","bundleId":"work-tasks-2023-sp1","id":"a87c3f791-6cc5-4002-b765-5d3eff298c84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScript.html","title":"List","navPath":"ListScript.html","bundleId":"work-tasks-2023-sp1","id":"a0334c277-ebb3-45d5-b41c-cfbaccb1aed5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NumberScript.html","title":"Number","navPath":"NumberScript.html","bundleId":"work-tasks-2023-sp1","id":"ae9725cb1-a63b-473d-b263-8d5eb7d1586a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PasswordScript.html","title":"Password","navPath":"PasswordScript.html","bundleId":"work-tasks-2023-sp1","id":"afba5abd2-5992-4565-aa3d-dc4027347497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PopUpScript.html","title":"Pop-Up","navPath":"PopUpScript.html","bundleId":"work-tasks-2023-sp1","id":"af68fd846-6ce4-4257-b5e1-6b3381fafc37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719165.html","title":"Progress Bar","navPath":"719165.html","bundleId":"work-tasks-2023-sp1","id":"add8f6177-50ce-40ed-8354-2d7537a3688e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RadioButtonScript.html","title":"Radio Button","navPath":"RadioButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"a46e1d47d-df8d-4f45-ae13-8a48ca9985a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewerscriptguidelines.html","title":"Report Viewer","navPath":"reportviewerscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aaf191e60-b8bc-4e25-8420-100489060f8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RichTextScript.html","title":"Rich Text","navPath":"RichTextScript.html","bundleId":"work-tasks-2023-sp1","id":"aa553ef56-7bab-4646-92fe-c26fabc1b06b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleLookupScript.html","title":"Role Lookup","navPath":"RoleLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a55f67cef-817a-4f60-80d9-72b7e5325afa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SignatureScript.html","title":"Signature","navPath":"SignatureScript.html","bundleId":"work-tasks-2023-sp1","id":"ac60f2463-47ba-4b0f-aa50-d2613d2f8a6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SliderScript.html","title":"Slider","navPath":"SliderScript.html","bundleId":"work-tasks-2023-sp1","id":"a299b25e3-247f-4014-9af5-58ff71378a18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextScript.html","title":"Text","navPath":"TextScript.html","bundleId":"work-tasks-2023-sp1","id":"a0a4ced46-ff52-4822-844c-f7d5e675f3bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeScript.html","title":"Time","navPath":"TimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a342aa2df-d01e-4ff1-b4d5-c9b6002af3bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TreeScript.html","title":"Tree","navPath":"TreeScript.html","bundleId":"work-tasks-2023-sp1","id":"a73dc6437-3b03-45fc-8605-5a687896b193","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookupScript.html","title":"User Lookup","navPath":"UserLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a5f379bbf-ad8c-40ef-b47a-0e6b9c7bfe2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/827028.html","title":"Widget","navPath":"827028.html","bundleId":"work-tasks-2023-sp1","id":"abe42c193-0e6c-4ce8-bb7e-da9925eb556e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParameters.html","title":"Forms Parameters","navPath":"FormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"a8c9c7e79-3043-429d-86a5-d8fc47dcd5be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFormsParameters.html","title":"Add Forms Parameters","navPath":"AddFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"ab2106091-7396-415c-8d58-ad075eebbbc6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteFormsParameters.html","title":"Delete Forms Parameters","navPath":"DeleteFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"abfed2378-fbb2-415a-84d5-b3fe77375a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetFormsParameters.html","title":"Set Forms Parameters","navPath":"SetFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"add1680cf-2275-48ef-950f-30c6b6402be2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParametersforInvokeFormActivity.html","title":"Forms Parameters for Invoke Form Activity","navPath":"FormsParametersforInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a40527d76-4cf6-4c34-a731-cd1e93b0ba05","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesinScripts.html","title":"Best Practices","navPath":"BestPracticesinScripts.html","bundleId":"work-tasks-2023-sp1","id":"a7e06072b-5686-46fc-a891-347daba7ee74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/APIs.html","title":"APIs","navPath":"APIs.html","bundleId":"work-tasks-2023-sp1","id":"a8a4529fc-1934-4d11-b523-ac365299ec63","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAPIs.html","title":"Forms APIs","navPath":"FormsAPIs.html","bundleId":"work-tasks-2023-sp1","id":"a77a13ccb-5735-4142-9a1c-520210d4b161","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUcloseForm.html","title":"SFU​.closeForm()","navPath":"SFUcloseForm.html","bundleId":"work-tasks-2023-sp1","id":"a405f6fe4-91af-4f08-b2c9-03e213c8b49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUdecodeXmlValue.html","title":"SFU​.decodeXmlValue()","navPath":"SFUdecodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"ab560123e-3571-4393-9c28-6f1920103901","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUencodeXmlValue.html","title":"SFU​.encodeXmlValue()","navPath":"SFUencodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"a39ff212b-b27c-4d49-9343-31e3524fa5e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/765030.html","title":"SFU​.getClientCredentialToken()","navPath":"765030.html","bundleId":"work-tasks-2023-sp1","id":"a2d5543f8-07f9-40b1-9836-39021af69a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInStringFormat.html","title":"SFU​.getDateTimeInStringFormat()","navPath":"SFUgetDateTimeInStringFormat.html","bundleId":"work-tasks-2023-sp1","id":"a37bea45a-9ab4-4f07-95ea-155581ae546c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInServerUTCFormat.html","title":"SFU​.getDateTimeInServerUTCFormat()","navPath":"SFUgetDateTimeInServerUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"a77e802af-d947-41ac-a986-d287f7b781e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInUTCFormat.html","title":"SFU​.getDateTimeInUTCFormat()","navPath":"SFUgetDateTimeInUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"afb06954b-2d9f-42ef-a94a-bf8154a6e90c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetFormUrl.html","title":"SFU​.getFormUrl()","navPath":"SFUgetFormUrl.html","bundleId":"work-tasks-2023-sp1","id":"ae84ccc75-53a6-4f25-814e-f80f6323d8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetGridValue.html","title":"SFU​.getGridValue()","navPath":"SFUgetGridValue.html","bundleId":"work-tasks-2023-sp1","id":"abc5e4b6d-b5ca-4292-9288-7a33ef5668d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetImagePath.html","title":"SFU​.getImagePath()","navPath":"SFUgetImagePath.html","bundleId":"work-tasks-2023-sp1","id":"a3b25c910-8d9e-4a40-88d4-ee17beb18699","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetJSONObjectFromXml.html","title":"SFU​.getJSONObjectFromXml()","navPath":"SFUgetJSONObjectFromXml.html","bundleId":"work-tasks-2023-sp1","id":"aef63007c-f450-4c86-9ec2-3b5f7a9cb222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetLookupSchemaAndData.html","title":"SFU​.getLookupSchemaAndData()","navPath":"SFUgetLookupSchemaAndData.html","bundleId":"work-tasks-2023-sp1","id":"aaf1cea43-b018-4bd2-8d8c-ff28683cd200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetServerUtcOffset.html","title":"SFU​.getServerUtcOffset()","navPath":"SFUgetServerUtcOffset.html","bundleId":"work-tasks-2023-sp1","id":"a51117c4a-b3de-477b-a5e0-acd2c878a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetStorageItem.html","title":"SFU​.getStorageItem()","navPath":"SFUgetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"aeec65e35-5b22-4a7a-849d-51b0734e0c09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserAccessToken.html","title":"SFU​.getUserAccessToken()","navPath":"SFUgetUserAccessToken.html","bundleId":"work-tasks-2023-sp1","id":"ac8456f4f-584f-47b7-a627-fa699c6b6a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserLookupExtendedInformation.html","title":"SFU​.getUserLookupExtendedInformation()","navPath":"SFUgetUserLookupExtendedInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9e7586df-a8e9-4d92-8f7f-d0a38f3055e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/833395.html","title":"SFU​.getUserMemberOf()","navPath":"833395.html","bundleId":"work-tasks-2023-sp1","id":"a9fb5e779-8633-4110-b420-aac7d339fbda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserRoles.html","title":"SFU​.getUserRoles()","navPath":"SFUgetUserRoles.html","bundleId":"work-tasks-2023-sp1","id":"a261da06b-5080-4adb-b3a6-15588709721a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserSecurityGroup.html","title":"SFU​.getUserSecurityGroup()","navPath":"SFUgetUserSecurityGroup.html","bundleId":"work-tasks-2023-sp1","id":"ab8235884-a73b-43bc-8142-58c299e65c60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetValueForRightCode.html","title":"SFU​.getValueForRightCode()","navPath":"SFUgetValueForRightCode.html","bundleId":"work-tasks-2023-sp1","id":"a6f8409fd-9654-41ed-bac2-87068dc0ef61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetVirtualActorId.html","title":"SFU​.getVirtualActorId()","navPath":"SFUgetVirtualActorId.html","bundleId":"work-tasks-2023-sp1","id":"a9623a4ae-bef5-41f3-9095-4c0671200f96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetXmlFromJSONObject.html","title":"SFU​.getXmlFromJSONObject()","navPath":"SFUgetXmlFromJSONObject.html","bundleId":"work-tasks-2023-sp1","id":"a445b578b-9b19-4599-90b4-87e9ca5835b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUhideLoader.html","title":"SFU​.hideLoader()","navPath":"SFUhideLoader.html","bundleId":"work-tasks-2023-sp1","id":"aac3d9e80-d787-48ab-9f4a-bca90865a0c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfuincludecustomcssfiles.html","title":"SFU​.includeCustomCssFiles()","navPath":"sfuincludecustomcssfiles.html","bundleId":"work-tasks-2023-sp1","id":"a83668983-4e0e-43a4-b237-1690183f5d57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaformsutilitiesincludecustomjsfiles.html","title":"SFU​.includeCustomJsFiles()","navPath":"skeltaformsutilitiesincludecustomjsfiles.html","bundleId":"work-tasks-2023-sp1","id":"a9176345d-ceb1-47e2-845d-e8315bc001e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1057633.html","title":"SFU​.initializeWidgetFormCommunication()","navPath":"1057633.html","bundleId":"work-tasks-2023-sp1","id":"afdf9386c-b09a-40d1-b511-fdb8d7660f6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUinvokeWorkflow.html","title":"SFU​.invokeWorkflow()","navPath":"SFUinvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a86fcf416-ce93-417d-9c58-678e7317af47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisArray.html","title":"SFU​.isArray()","navPath":"SFUisArray.html","bundleId":"work-tasks-2023-sp1","id":"ac7e64843-c68d-4c28-ad8e-54bf72109446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisControlInNewMode.html","title":"SFU​.isControlInNewMode()","navPath":"SFUisControlInNewMode.html","bundleId":"work-tasks-2023-sp1","id":"a86b40c31-8681-4d53-8429-cdf09d56524b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisEmpty.html","title":"SFU​.isEmpty()","navPath":"SFUisEmpty.html","bundleId":"work-tasks-2023-sp1","id":"a821d474a-39e2-45e2-8957-9a5434d26590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisFormInEditMode.html","title":"SFU​.isFormInEditMode()","navPath":"SFUisFormInEditMode.html","bundleId":"work-tasks-2023-sp1","id":"acafc88dc-b80b-4ed1-abd5-96139505e899","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisMobileDisplayMode.html","title":"SFU​.isMobileDisplayMode()","navPath":"SFUisMobileDisplayMode.html","bundleId":"work-tasks-2023-sp1","id":"a4532b8f9-0123-4510-af32-67e4a8499f2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisNumber.html","title":"SFU​.isNumber()","navPath":"SFUisNumber.html","bundleId":"work-tasks-2023-sp1","id":"aafcf0211-ec0a-496a-ac6e-432d86dbb197","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisUndefined.html","title":"SFU​.isUndefined()","navPath":"SFUisUndefined.html","bundleId":"work-tasks-2023-sp1","id":"a31ac9026-c9e2-49ac-8adf-6bb9e8353fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767421.html","title":"SFU​.isWorkTasksPro()","navPath":"767421.html","bundleId":"work-tasks-2023-sp1","id":"a95cb0e37-ee6d-4c21-b74b-3e46e9c6d586","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767422.html","title":"SFU​.isWorkTasksProConnectedToInternet()","navPath":"767422.html","bundleId":"work-tasks-2023-sp1","id":"a11d306cf-8886-4a58-94ba-295a1aa7a981","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644453.html","title":"SFU​.logMessageToWMLogger()","navPath":"644453.html","bundleId":"work-tasks-2023-sp1","id":"ab8b9fc83-1f59-490e-86db-c8048b3daeae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUparseNumberValue.html","title":"SFU​.parseNumberValue()","navPath":"SFUparseNumberValue.html","bundleId":"work-tasks-2023-sp1","id":"a4fbe35f5-854e-440e-a1a5-e21d91994e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUreloadForm.html","title":"SFU​.reloadForm()","navPath":"SFUreloadForm.html","bundleId":"work-tasks-2023-sp1","id":"ac41338b3-dd8f-4220-b292-4973eb05a4b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsetStorageItem.html","title":"SFU​.setStorageItem()","navPath":"SFUsetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"afca8e0ca-6711-4728-bb9a-a8f2f066552b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189252.html","title":"SFU​.soaMethod()","navPath":"189252.html","bundleId":"work-tasks-2023-sp1","id":"ad97ec3a9-6ecd-416f-bc56-ee10c714bc50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfushowalert.html","title":"SFU​.showAlert()","navPath":"sfushowalert.html","bundleId":"work-tasks-2023-sp1","id":"ab9c94d5c-e1f0-4875-9f76-18e0cebd4e1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowConfirmation.html","title":"SFU​.showConfirmation()","navPath":"SFUshowConfirmation.html","bundleId":"work-tasks-2023-sp1","id":"aecbfc49b-5259-4982-8fa7-d84627dc845c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowError.html","title":"SFU​.showError()","navPath":"SFUshowError.html","bundleId":"work-tasks-2023-sp1","id":"a579c1261-c7d7-413b-8b65-622609364a60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowLoader.html","title":"SFU​.showLoader()","navPath":"SFUshowLoader.html","bundleId":"work-tasks-2023-sp1","id":"a81ca8df0-fbac-40a4-b229-bd54980f6948","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowPopupControl.html","title":"SFU​.showPopupControl()","navPath":"SFUshowPopupControl.html","bundleId":"work-tasks-2023-sp1","id":"a37e3b671-4bc4-40a0-bd11-897d205d5aca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowWarning.html","title":"SFU​.showWarning()","navPath":"SFUshowWarning.html","bundleId":"work-tasks-2023-sp1","id":"af136ba85-7c25-488e-88ec-20162e28d8ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsubscribeToControlParameters.html","title":"SFU​.subscribeToControlParameters()","navPath":"SFUsubscribeToControlParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5b4c10c3-4bb0-46f1-bb7a-309679c89769","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/686372.html","title":"SFU​.updateFormHeaderForWorkTasksPro()","navPath":"686372.html","bundleId":"work-tasks-2023-sp1","id":"ada1b5c27-0dfb-460f-8fe7-38711527b224","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecord.html","title":"control​.addRecord()","navPath":"controladdRecord.html","bundleId":"work-tasks-2023-sp1","id":"afdfbfcfd-2562-4211-b30c-e6dac525b834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToBottom.html","title":"control​.addRecordToBottom()","navPath":"controladdRecordToBottom.html","bundleId":"work-tasks-2023-sp1","id":"a21c30781-0bce-492b-b86b-c0acba3d89bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToPosition.html","title":"control​.addRecordToPosition()","navPath":"controladdRecordToPosition.html","bundleId":"work-tasks-2023-sp1","id":"a5a8980ba-1336-46ea-b5ea-5c85889af292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToTop.html","title":"control​.addRecordToTop()","navPath":"controladdRecordToTop.html","bundleId":"work-tasks-2023-sp1","id":"a03c04916-fb28-4ed6-b467-0d599300fc8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlapplyFilter.html","title":"control​.applyFilter()","navPath":"controlapplyFilter.html","bundleId":"work-tasks-2023-sp1","id":"a20712e16-4525-4929-bc75-8bdc5d54629f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlassociatedform.html","title":"control​.associatedForm","navPath":"controlassociatedform.html","bundleId":"work-tasks-2023-sp1","id":"a875a7749-9265-4123-a257-7cf7b8b89738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearContent.html","title":"control​.clearContent()","navPath":"controlclearContent.html","bundleId":"work-tasks-2023-sp1","id":"a63412c78-c083-4ef0-8f97-c4a0cfbaf119","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearFilter.html","title":"control​.clearFilter()","navPath":"controlclearFilter.html","bundleId":"work-tasks-2023-sp1","id":"a36a02df5-3cf8-4761-8553-b1eda99cbe94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlcontrols.html","title":"control​.controls()","navPath":"controlcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a66ecb487-6338-4fe8-84f0-4093ec4521bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controldatacontainerform.html","title":"control​.dataContainerForm","navPath":"controldatacontainerform.html","bundleId":"work-tasks-2023-sp1","id":"a27558c82-5d0f-4131-a5d7-e682298bebeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllById.html","title":"control​.findAllById()","navPath":"controlfindAllById.html","bundleId":"work-tasks-2023-sp1","id":"a55de738a-fcc1-4c37-acc0-4cd82dbafd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByName.html","title":"control​.findAllByName()","navPath":"controlfindAllByName.html","bundleId":"work-tasks-2023-sp1","id":"a3b7f6ab9-12a3-434a-a2dd-d5d0d2ef5810","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByXmlNode.html","title":"control​.findAllByXmlNode()","navPath":"controlfindAllByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a939ba394-c30f-45c4-8fdd-33e08bd13767","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindById.html","title":"control​.findById()","navPath":"controlfindById.html","bundleId":"work-tasks-2023-sp1","id":"ae62f0440-484a-4c8a-9716-61ab2d0b3fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByName.html","title":"control​.findByName()","navPath":"controlfindByName.html","bundleId":"work-tasks-2023-sp1","id":"a7e53f5b9-55ef-4572-a021-bc7c9e11d00f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByXmlNode.html","title":"control​.findByXmlNode()","navPath":"controlfindByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"aadb194bd-459e-4b08-a099-c0763d2252b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlById.html","title":"control​.findChildRecordControlById()","navPath":"controlfindChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a78b44e8a-4ad7-4a99-b35e-2410a37a494f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByName.html","title":"control​.findChildRecordControlByName()","navPath":"controlfindChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"aa675f610-8714-476a-b3a0-e2df9aeec0a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByXmlNode.html","title":"control​.findChildRecordControlByXmlNode()","navPath":"controlfindChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a51957a78-10bf-4b2a-8918-7fea3616fe16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlById.html","title":"control​.findImmediateChildRecordControlById()","navPath":"controlfindImmediateChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a89576048-ea1b-4820-95a3-27c919f744d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByName.html","title":"control​.findImmediateChildRecordControlByName()","navPath":"controlfindImmediateChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"a298bce29-69cc-4862-8bbb-8d68e16ff843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByXmlNode.html","title":"control​.findImmediateChildRecordControlByXmlNode()","navPath":"controlfindImmediateChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"adf24826e-82e3-4d37-9786-c07a082ecadb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetFormSubmissionData.html","title":"control​.getFormSubmissionData()","navPath":"controlgetFormSubmissionData.html","bundleId":"work-tasks-2023-sp1","id":"aa98c37e7-06c1-466d-acd9-0d116c4d57f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetType.html","title":"control​.getType()","navPath":"controlgetType.html","bundleId":"work-tasks-2023-sp1","id":"a536b728e-885b-47b6-ad22-0685434156b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775629.html","title":"control​.refreshCard()","navPath":"775629.html","bundleId":"work-tasks-2023-sp1","id":"a7e42d501-7a87-40c3-b5d7-052ae0dc61d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746399.html","title":"control​.refreshData()","navPath":"746399.html","bundleId":"work-tasks-2023-sp1","id":"aa6b99bde-6f35-4d81-ae0a-3d89f819a0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshGrid.html","title":"control​.refreshGrid()","navPath":"controlrefreshGrid.html","bundleId":"work-tasks-2023-sp1","id":"af51f3403-aa16-4db6-ba70-7c0ecdff1a06","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshTree.html","title":"control​.refreshTree()","navPath":"controlrefreshTree.html","bundleId":"work-tasks-2023-sp1","id":"a3b936c62-2c01-41ac-b677-73d4c61f0ff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremove.html","title":"control​.remove()","navPath":"controlremove.html","bundleId":"work-tasks-2023-sp1","id":"a4d9b2d7f-d2b5-424c-b0f9-d2629d9f053a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAll.html","title":"control​.removeAll()","navPath":"controlremoveAll.html","bundleId":"work-tasks-2023-sp1","id":"a249e15c8-7120-4163-aca2-25b1de0b039a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAt.html","title":"control​.removeAt()","navPath":"controlremoveAt.html","bundleId":"work-tasks-2023-sp1","id":"a590139ba-f0bb-499d-ac13-d5cf179b1744","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoverecord.html","title":"control​.removeRecord()","navPath":"controlremoverecord.html","bundleId":"work-tasks-2023-sp1","id":"aa0a2605f-5ab4-4f80-ac9e-e2fc5d7e38a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitClick.html","title":"control​.submitClick()","navPath":"controlsubmitClick.html","bundleId":"work-tasks-2023-sp1","id":"abe7abf84-b0cf-45a3-ac27-d636d0e48efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectedTabIndex.html","title":"control​.selectedTabIndex()","navPath":"controlselectedTabIndex.html","bundleId":"work-tasks-2023-sp1","id":"a71379190-420f-4c20-af03-17960b53a592","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectRecord.html","title":"control​.selectRecord()","navPath":"controlselectRecord.html","bundleId":"work-tasks-2023-sp1","id":"adf416278-4380-4991-80c2-67440138ef4e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectTab.html","title":"control​.selectTab()","navPath":"controlselectTab.html","bundleId":"work-tasks-2023-sp1","id":"aa78e3e14-d2af-4a4d-b398-26a80b679123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitForm.html","title":"control​.submitForm()","navPath":"controlsubmitForm.html","bundleId":"work-tasks-2023-sp1","id":"a2cadeef8-a4b9-40ed-9ddd-48cc882a4099","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumById.html","title":"control​.sumById()","navPath":"controlsumById.html","bundleId":"work-tasks-2023-sp1","id":"a65aee269-b417-4d9a-b313-d936dab00b3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByName.html","title":"control​.sumByName()","navPath":"controlsumByName.html","bundleId":"work-tasks-2023-sp1","id":"a260f7588-5d12-4ed8-81fd-f57b9372067a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByXmlNode.html","title":"control​.sumByXmlNode()","navPath":"controlsumByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"afb71381b-da7a-43e1-9be1-e880deb2cd3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelForm.html","title":"control​.topLevelForm()","navPath":"controltopLevelForm.html","bundleId":"work-tasks-2023-sp1","id":"a817848b3-25b2-49fc-b436-1f252f8eb5c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelFormactionbargetActionItemByName.html","title":"control​.topLevelForm​.actionbar​.getActionItemByName()","navPath":"controltopLevelFormactionbargetActionItemByName.html","bundleId":"work-tasks-2023-sp1","id":"ad3266f92-ff52-4963-a1d9-052486a4b386","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel1ProgressDisplay.html","title":"control​.updateLevel1ProgressDisplay()","navPath":"controlupdateLevel1ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a8296cc22-bd9d-4d28-8d15-c55df89389a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2.html","title":"control​.updateLevel2()","navPath":"controlupdateLevel2.html","bundleId":"work-tasks-2023-sp1","id":"a41ef86c4-7452-4a5b-ac73-f3e84538ce74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ProgressDisplay.html","title":"control​.updateLevel2ProgressDisplay()","navPath":"controlupdateLevel2ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a0b2c126a-658e-460b-9655-022095e4f8e4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2SelectItem.html","title":"control​.updateLevel2SelectItem()","navPath":"controlupdateLevel2SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"a43b9b9d2-713b-4816-9160-c5cf597c0c30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ToggleDisplay.html","title":"control​.updateLevel2ToggleDisplay()","navPath":"controlupdateLevel2ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a3b5779a9-d845-4711-9eb4-762d9182cee7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3.html","title":"control​.updateLevel3()","navPath":"controlupdateLevel3.html","bundleId":"work-tasks-2023-sp1","id":"a20ed3c4b-e9df-4436-9576-2fb53cefe7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ProgressDisplay.html","title":"control​.updateLevel3ProgressDisplay()","navPath":"controlupdateLevel3ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a52775845-8d54-401a-b722-51181b5c2813","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3SelectItem.html","title":"control​.updateLevel3SelectItem()","navPath":"controlupdateLevel3SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"ae02508e8-b630-4347-9496-d3f34e634ede","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ToggleDisplay.html","title":"control​.updateLevel3ToggleDisplay()","navPath":"controlupdateLevel3ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a1bf8806b-3f97-4648-adb1-29263bd81bfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateControl.html","title":"control​.validateControl()","navPath":"controlvalidateControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8eaab29-70d0-4a49-827c-dc37d2d84d1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateForm.html","title":"control​.validateForm()","navPath":"controlvalidateForm.html","bundleId":"work-tasks-2023-sp1","id":"ae59ac6c6-3c7c-48c5-87d1-59e96d4c22ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateRecord.html","title":"control​.validateRecord()","navPath":"controlvalidateRecord.html","bundleId":"work-tasks-2023-sp1","id":"aecdd5689-8853-461a-8e71-94d8dc98dbc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/isControlVisible.html","title":"isControlVisible()","navPath":"isControlVisible.html","bundleId":"work-tasks-2023-sp1","id":"a5e38e4f9-58e0-4d2c-887d-2d3d64ffcbbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81024.html","title":"skelta​.localize​.getString()","navPath":"81024.html","bundleId":"work-tasks-2023-sp1","id":"a4187ccf6-2b96-4d5e-bed7-399c0124c90a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81025.html","title":"skelta​.userContext​.getUserContextFor()","navPath":"81025.html","bundleId":"work-tasks-2023-sp1","id":"a2cf35c4d-c80e-48b5-ad68-0cdff21a68dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltagridgetDataSource.html","title":"skelta​.grid​.getDataSource()","navPath":"skeltagridgetDataSource.html","bundleId":"work-tasks-2023-sp1","id":"abc5da88d-d9dc-4c9e-8443-6da5819ef15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webapis.html","title":"Web APIs","navPath":"webapis.html","bundleId":"work-tasks-2023-sp1","id":"a960defc8-1bb7-41cd-b6f8-42f862b2e758","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/677026.html","title":"Web API Certificate-based Authentication","navPath":"677026.html","bundleId":"work-tasks-2023-sp1","id":"affb264c2-32d4-4c09-a783-e4c9313ea1de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676962.html","title":"Web API Server Configuration","navPath":"676962.html","bundleId":"work-tasks-2023-sp1","id":"a406703ae-7afa-42de-8f6f-026650ec387c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676963.html","title":"Web API Client Configuration","navPath":"676963.html","bundleId":"work-tasks-2023-sp1","id":"a0e098884-2f02-48dd-b9bc-b08e7bac7a19","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/724528.html","title":"Web API Type files for Swagger/OpenAPI based Web APIs","navPath":"724528.html","bundleId":"work-tasks-2023-sp1","id":"abe0abd60-fba1-431f-8fa9-3035b8d73815","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/738916.html","title":"Web API Source","navPath":"738916.html","bundleId":"work-tasks-2023-sp1","id":"aa843c866-ebee-4a28-bc59-3b53ce4587c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/217543.html","title":"Import a New Form using an API","navPath":"217543.html","bundleId":"work-tasks-2023-sp1","id":"aee1e33bf-a3fe-457e-bd8b-ce496cb1b3c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenarios.html","title":"Scenarios","navPath":"Scenarios.html","bundleId":"work-tasks-2023-sp1","id":"abc552ca8-f718-4e1e-a6f1-343284a931f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario1Purchase_Order_Form.html","title":"Scenario 1: Purchase Order Form","navPath":"Scenario1Purchase_Order_Form.html","bundleId":"work-tasks-2023-sp1","id":"ab792a337-3340-428b-bff6-8b7d2a61f108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario2VehicleRegistrationForm.html","title":"Scenario 2: Vehicle Registration Form","navPath":"Scenario2VehicleRegistrationForm.html","bundleId":"work-tasks-2023-sp1","id":"a4e1d49cb-a27b-4014-a536-4b453a1c9a38","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario3EMIForm.html","title":"Scenario 3: EMI Form","navPath":"Scenario3EMIForm.html","bundleId":"work-tasks-2023-sp1","id":"a9781e4f0-7b1b-468c-9cca-e16bb1d3c324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Examples.html","title":"Examples","navPath":"Examples.html","bundleId":"work-tasks-2023-sp1","id":"a925e9048-9a86-4a11-a365-beeb61e5377e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessingValuesofaSelectedRowThroughOtherControls.html","title":"Accessing Values of a Selected Row Through Other Controls","navPath":"AccessingValuesofaSelectedRowThroughOtherControls.html","bundleId":"work-tasks-2023-sp1","id":"a9ae4e676-f81f-4363-b08a-00ed7606a751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDataGridtoWorkflows.html","title":"Add Data Grid to Workflows","navPath":"AddDataGridtoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aee4c279e-a9bb-4d08-9a68-f5ead2957de1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHierarchicalDataGrid.html","title":"Create a Hierarchical Data Grid","navPath":"CreateaHierarchicalDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a8c58c15b-9296-4d6c-87be-86f4100d25a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/197670.html","title":"Customize Forms Using Custom Styles","navPath":"197670.html","bundleId":"work-tasks-2023-sp1","id":"a66f9f137-a99a-4ef3-a809-909bef729c8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/179029.html","title":"Data Binding Drop-Down Controls Using Lookups","navPath":"179029.html","bundleId":"work-tasks-2023-sp1","id":"affe8b62d-1f0e-4ad6-830c-1a8385e9ac6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202435.html","title":"Data Binding Drop-Down Controls Using Lookup Name (Non-parameterized)","navPath":"202435.html","bundleId":"work-tasks-2023-sp1","id":"a492cdcf1-c636-416c-9d2c-25b9c1abb3ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202437.html","title":"Data Binding Drop-Down Controls Using a Lookup Name (Parameterized)","navPath":"202437.html","bundleId":"work-tasks-2023-sp1","id":"a6c92b501-fcb7-4a66-b179-1441486b67d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRecordinaBaseFormControl.html","title":"Delete Record in a Base Form Control","navPath":"DeleteRecordinaBaseFormControl.html","bundleId":"work-tasks-2023-sp1","id":"a084ad00a-f1fb-4273-afcb-e9c48dfff07f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserInformationofLoggedonUser.html","title":"Get User Information of Logged-on User","navPath":"GetUserInformationofLoggedonUser.html","bundleId":"work-tasks-2023-sp1","id":"a004d6356-ca34-4827-aeab-8acd1fab82d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HidetheColumnHeaderinaDataGrid.html","title":"Hide the Column Header in a Data Grid","navPath":"HidetheColumnHeaderinaDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ac70fbee5-757a-448a-bd7e-c1239599cc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","title":"Localize BlockingOutput Messages for Invoke Workflow Control","navPath":"LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","bundleId":"work-tasks-2023-sp1","id":"afe5cc4b6-ee9f-4b28-bd86-d46067bfbcc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreventDuplicateDataEntriesinControls.html","title":"Prevent Duplicate Data Entries in Controls","navPath":"PreventDuplicateDataEntriesinControls.html","bundleId":"work-tasks-2023-sp1","id":"a7cb80af3-e5b5-4a0d-b960-007e323ee32f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/206583.html","title":"Print a Form","navPath":"206583.html","bundleId":"work-tasks-2023-sp1","id":"a8781960d-bd45-4592-b761-f2c3f6641ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","title":"Select and Act on Multiple Work Items Using the Enable Multi Select option","navPath":"SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","bundleId":"work-tasks-2023-sp1","id":"aa98cc65a-63b6-4eba-a221-dca364c8ddde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","title":"Set the Consider Available Height and Dynamic Page Size Properties","navPath":"SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","bundleId":"work-tasks-2023-sp1","id":"ab88a132e-9509-49d1-9a03-61905f95f115","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetValuesforaDataGridonPostExecutionofaWorkflow.html","title":"Set Values for a Data Grid on Post Execution of a Workflow","navPath":"SetValuesforaDataGridonPostExecutionofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73b272b6-2b69-4776-bb44-de32cc457565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ShowEmbeddedDatafromWebAPILookupinDataGrid.html","title":"Show Embedded Data from Web API Lookup in Data Grid","navPath":"ShowEmbeddedDatafromWebAPILookupinDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a2f3c4c02-4e99-40e6-9d6c-30bc70377692","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194926.html","title":"Show Icons in Data Grid Columns","navPath":"194926.html","bundleId":"work-tasks-2023-sp1","id":"abf747be9-22e8-4852-a43f-42bc0d84aa0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateColumnNamesinaBaseForm.html","title":"Update Column Names in a Base Form","navPath":"UpdateColumnNamesinaBaseForm.html","bundleId":"work-tasks-2023-sp1","id":"a7dd04821-a08f-4f7b-925a-aeb4a2c9bf05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189701.html","title":"Use Data from Data Grid Set As Data Source","navPath":"189701.html","bundleId":"work-tasks-2023-sp1","id":"abf72bd4b-19b1-4918-9a4e-595fc1919cb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194592.html","title":"Use Data from Parameterized Data Grid in Base Form","navPath":"194592.html","bundleId":"work-tasks-2023-sp1","id":"a265b46a7-8e68-4f67-af82-9d95b6c199b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheSecurityAPIs.html","title":"Use the Security APIs","navPath":"UsetheSecurityAPIs.html","bundleId":"work-tasks-2023-sp1","id":"ad57d70bd-d767-4e9f-bf32-c82177eac8d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189973.html","title":"View Attachments uploaded from Forms","navPath":"189973.html","bundleId":"work-tasks-2023-sp1","id":"af3cc25a6-cfff-417d-8bcc-8c4f1456e6af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1264475.html","title":"Access Attachments from Another Form","navPath":"1264475.html","bundleId":"work-tasks-2023-sp1","id":"aefa7a2e1-a483-4dd1-8e43-a6dad471b999","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/support.html","title":"Troubleshooting Forms","navPath":"support.html","bundleId":"work-tasks-2023-sp1","id":"a8d6af9bb-cc0a-4e04-a326-63cb2bb073f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/62676.html","title":"Troubleshoot","navPath":"62676.html","bundleId":"work-tasks-2023-sp1","id":"a515d9a0d-0fe4-4c3f-9691-23d0b535ade1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/195029.html","title":"Supported Library Versions","navPath":"195029.html","bundleId":"work-tasks-2023-sp1","id":"a9ac26027-4a4b-4846-8a1f-b8138b796f05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/faqs.html","title":"FAQs","navPath":"faqs.html","bundleId":"work-tasks-2023-sp1","id":"a96c4fc7c-eb1d-4659-a160-205e666f8f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsDesigner.html","title":"Lists Designer","navPath":"ListsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ad7788037-0ba1-4fc3-9d62-8cb15368d9ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managelists.html","title":"Manage Lists","navPath":"managelists.html","bundleId":"work-tasks-2023-sp1","id":"a076bdd81-e378-45ea-848c-4f55a2a68523","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportLists.html","title":"Import Lists","navPath":"ImportLists.html","bundleId":"work-tasks-2023-sp1","id":"a512d8783-afa5-413c-b2b9-9a22aae9ad92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportLists.html","title":"Export Lists","navPath":"ExportLists.html","bundleId":"work-tasks-2023-sp1","id":"ae564ad1d-e05c-4e39-85ef-0fceea200bff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofLists.html","title":"Edit Properties of Lists","navPath":"EditPropertiesofLists.html","bundleId":"work-tasks-2023-sp1","id":"a56b97624-7279-429c-ae5a-88a164fae713","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewFormStructure.html","title":"View Form Structure","navPath":"ViewFormStructure.html","bundleId":"work-tasks-2023-sp1","id":"a434cdd85-57fb-4881-9801-73d2840ec1a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoGeneratingForms.html","title":"Auto Generating Forms","navPath":"AutoGeneratingForms.html","bundleId":"work-tasks-2023-sp1","id":"a0f1d3042-c007-4a34-bff1-5d4f437d36da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsmanagecontrols.html","title":"Manage Controls","navPath":"listsmanagecontrols.html","bundleId":"work-tasks-2023-sp1","id":"a1d5663ae-7df2-4d8b-91dc-7894171354b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsaddingcontrols.html","title":"Add Controls","navPath":"listsaddingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"aa9366a7a-dc0a-4cca-8262-e2f39f412658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls_1.html","title":"Replace Controls","navPath":"ReplaceControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ae5e3cd2f-9292-4da2-870c-e5c11499d15a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls_1.html","title":"Move Controls","navPath":"MoveControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ac4fd82e2-cd73-4d52-aeb9-e9b294ed6672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls_1.html","title":"Delete Controls","navPath":"DeleteControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a088c7f55-59e9-4607-9a40-da5ac522b043","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls_1.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a43a3a65b-8fa1-4ec7-8181-38b5e040e17f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsapi.html","title":"Lists API","navPath":"listsapi.html","bundleId":"work-tasks-2023-sp1","id":"a5b1dd7c1-f6b6-4216-8d50-0c6715cb8908","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinglistusinglistdefinition.html","title":"Create List using ListDefinition","navPath":"creatinglistusinglistdefinition.html","bundleId":"work-tasks-2023-sp1","id":"ae57727b8-4d87-43dc-9793-866d1c4d106c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updatinglistitembyvalidatingsecurity.html","title":"Update List Item by Validating Security","navPath":"updatinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a1496d837-63c0-4cef-99d9-42a126e286fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinglistitembyvalidatingsecurity.html","title":"Delete List Item by Validating Security","navPath":"deletinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a6f91f6db-3646-4133-a965-314341481cee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingvaluesofdefaultfieldoflist.html","title":"Get Values of Default Field of List","navPath":"gettingvaluesofdefaultfieldoflist.html","bundleId":"work-tasks-2023-sp1","id":"a4a661f6f-7dcb-4dba-8041-cd8c55fdc1b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem_1.html","title":"Save ListItem","navPath":"SaveListItem_1.html","bundleId":"work-tasks-2023-sp1","id":"ac6ed7b91-6669-4a50-bb69-a72fd8940b39","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsadvanced.html","title":"Advanced List Features","navPath":"listsadvanced.html","bundleId":"work-tasks-2023-sp1","id":"ae640255b-8b2b-4636-951e-3286bceb14f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControlProperties.html","title":"List Control Properties","navPath":"ListControlProperties.html","bundleId":"work-tasks-2023-sp1","id":"a4c0c2920-97b6-4f38-8542-45e9d3765b3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListParent.html","title":"List(Parent)","navPath":"ListParent.html","bundleId":"work-tasks-2023-sp1","id":"a40fcaaf7-4686-4b0a-a95f-3fa37ad0bae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Attachment_1.html","title":"Attachment","navPath":"Attachment_1.html","bundleId":"work-tasks-2023-sp1","id":"a2840e555-d69e-4e8c-8fb4-5e0cf5640ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanInput.html","title":"BooleanInput","navPath":"BooleanInput.html","bundleId":"work-tasks-2023-sp1","id":"aab480cfd-dd0c-46fd-94ba-51ec345ebe21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateInput.html","title":"DateInput","navPath":"DateInput.html","bundleId":"work-tasks-2023-sp1","id":"ab9eed917-36db-483c-a4f3-c0aeb571823c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecimalInput.html","title":"DecimalInput","navPath":"DecimalInput.html","bundleId":"work-tasks-2023-sp1","id":"ad335ff83-55f1-42f5-af73-d27ad56a66aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GUIDInput.html","title":"GUIDInput","navPath":"GUIDInput.html","bundleId":"work-tasks-2023-sp1","id":"abef8182f-d7c0-4248-a942-0be7d44ea4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegerInput.html","title":"IntegerInput","navPath":"IntegerInput.html","bundleId":"work-tasks-2023-sp1","id":"a369d1ec0-398d-4004-8cdb-55b386fb807a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookup_1.html","title":"UserLookup","navPath":"UserLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a7e091d6c-08f1-4610-8763-a418326e845e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupInput.html","title":"LookupInput","navPath":"LookupInput.html","bundleId":"work-tasks-2023-sp1","id":"a77d5607a-7c31-4539-a9e7-4a55dd83d2c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextInput.html","title":"TextInput","navPath":"TextInput.html","bundleId":"work-tasks-2023-sp1","id":"ac8c5d94b-ab84-46c6-9874-6c14f4b78a70","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listtable1.html","title":"List Table","navPath":"listtable1.html","bundleId":"work-tasks-2023-sp1","id":"a090e00d3-c109-4f47-82d7-f9942b5adb15","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariablesforLists.html","title":"XML Variables for Lists","navPath":"XMLVariablesforLists.html","bundleId":"work-tasks-2023-sp1","id":"a346fef35-1a6d-4382-ae77-d5aacda5a8b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaworkflowforalistinasinglestep2.html","title":"Create a Workflow for a List in a Single Step","navPath":"creatingaworkflowforalistinasinglestep2.html","bundleId":"work-tasks-2023-sp1","id":"a2597933c-5863-4ef3-b4fe-2575c0863b86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListXMLVariable.html","title":"Schema of XML List XML Variable","navPath":"SchemaofXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a351d2d80-2ba4-4c21-b94d-b07d85fdb146","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListTypeXMLVariable.html","title":"Create an XML List Type XML Variable","navPath":"CreateanXMLListTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a76c20650-bce1-4bd8-9245-a9037c5ca964","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangetheScopeoftheXMLListXMLVariable.html","title":"Change the Scope of the XML List XML Variable","navPath":"ChangetheScopeoftheXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad2db3173-6bc6-48e4-9423-b892ff4f4c7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetuptheListQueryScope.html","title":"Set up the List Query Scope","navPath":"SetuptheListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a840bca9f-4960-4e30-8b86-ec41fe3141ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorTypeXMLVariable.html","title":"Create an XML List Iterator Type XML Variable","navPath":"CreateanXMLListIteratorTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a9314240a-54a3-484c-b6ac-017857a235f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorTypeXMLVariableforGridItems.html","title":"Create an XML Iterator Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"aa2457c9e-d4e4-4701-9cf0-cb2e624297b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableScenarios.html","title":"XML Variable Scenarios","navPath":"XMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afb1b8e97-c1a6-470c-bd83-1db7dab54d9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItem.html","title":"Add a New List Item","navPath":"AddaNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"a3b71e2af-9b07-4ea0-aa2f-2535d8810949","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow_1.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa5bfb51a-0bc2-46bd-bc86-71b74c1e3b65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingthelistitemasdifferentversion.html","title":"Save the List item as Different Version as Draft/Published using XML Variable","navPath":"savingthelistitemasdifferentversion.html","bundleId":"work-tasks-2023-sp1","id":"ad769b3ad-dcdb-4b8f-a5a1-f8bc6e4a3c6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewItemtoaListFolderusingListXMLVariable.html","title":"Add New Item to a List Folder using List XML Variable","navPath":"AddNewItemtoaListFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ade03724f-9314-4152-9cd3-21e50f871e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteanItemfromaListFolderusingXMLVariable.html","title":"Delete an Item from a List Folder using XML Variable","navPath":"DeleteanItemfromaListFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a472ad476-da04-41fd-a814-8ce179804fb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveanItemtoaFolderusingListXMLVariable.html","title":"Move an Item to a Folder using List XML Variable","navPath":"MoveanItemtoaFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a3a369ae2-7795-476e-8096-4840f8039de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewFolderusingXMLVariable.html","title":"Create a New Folder using XML Variable","navPath":"CreateaNewFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad3cdde1f-df0f-47f2-aedf-69a5c38ad9be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItemwithGridItems.html","title":"Add a New List Item with Grid Items","navPath":"AddaNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"abecac426-1c4b-4999-9636-ede8cca72a16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewGridItemtotheExistingListItem.html","title":"Add a New Grid Item to the Existing List Item","navPath":"AddaNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"a75ed5d38-45ac-434f-b9dc-5dd5f246fb85","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyaListItemwithGridItems.html","title":"Copy a List Item with Grid Items","navPath":"CopyaListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a4f69e529-862b-46bc-b596-3d2c3978b0ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList_1.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList_1.html","bundleId":"work-tasks-2023-sp1","id":"afeff6abe-65eb-4fc0-aaf6-bffbf6180400","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViews.html","title":"List Views","navPath":"ListViews.html","bundleId":"work-tasks-2023-sp1","id":"a80131328-8a02-425c-b437-27d6500cf6ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithListViews.html","title":"Work with List Views","navPath":"WorkwithListViews.html","bundleId":"work-tasks-2023-sp1","id":"a7d6aa47d-5d51-46d8-8617-47278bac78a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutCreatingListViews.html","title":"About Creating List Views","navPath":"AboutCreatingListViews.html","bundleId":"work-tasks-2023-sp1","id":"a0eb77762-8f4e-4819-9979-b1ff61c82516","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewview.html","title":"Create a New View","navPath":"creatinganewview.html","bundleId":"work-tasks-2023-sp1","id":"a229f7405-b6b8-4613-aa37-32d938889929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaDefaultView.html","title":"Create a Default View","navPath":"CreateaDefaultView.html","bundleId":"work-tasks-2023-sp1","id":"af1d5871c-2c56-4883-9f0d-5319e88458be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPublicView.html","title":"Create a Public View","navPath":"CreateaPublicView.html","bundleId":"work-tasks-2023-sp1","id":"a660ca679-f4e4-4a4c-8480-0468c4104437","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPrivateView.html","title":"Create a Private View","navPath":"CreateaPrivateView.html","bundleId":"work-tasks-2023-sp1","id":"a9d2f9577-7572-45a3-bf86-b5dfe6b0afb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFilters.html","title":"Add Filters","navPath":"AddFilters.html","bundleId":"work-tasks-2023-sp1","id":"a1fa07cb0-b95e-4255-a7c3-313391b6a735","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterGrouping.html","title":"Filter Grouping","navPath":"FilterGrouping.html","bundleId":"work-tasks-2023-sp1","id":"ae8e1bc6a-47c7-4143-996a-3185188f6001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDateTimeVariabletoFilterColumns.html","title":"Use Date Time Variable to Filter Columns","navPath":"UseDateTimeVariabletoFilterColumns.html","bundleId":"work-tasks-2023-sp1","id":"af93f108b-d201-4ba7-b743-80a62dba1189","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SorttheColumns.html","title":"Sort the Columns","navPath":"SorttheColumns.html","bundleId":"work-tasks-2023-sp1","id":"a44733bf3-ba3d-4e05-9b07-485074335481","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SystemVariables.html","title":"System Variables","navPath":"SystemVariables.html","bundleId":"work-tasks-2023-sp1","id":"a16957713-19a4-4ab8-845e-c4fb5fdcd106","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeVariables.html","title":"Date Time Variables","navPath":"DateTimeVariables.html","bundleId":"work-tasks-2023-sp1","id":"abb33cc42-c6da-4bb2-a3e0-65b51cb08b05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariables.html","title":"Workflow Variables","navPath":"WorkflowVariables.html","bundleId":"work-tasks-2023-sp1","id":"aafc18474-138f-4023-908f-a72d1f2f8b6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserVariables.html","title":"User Variables","navPath":"UserVariables.html","bundleId":"work-tasks-2023-sp1","id":"aacd7c323-1ddd-4e0b-9ed8-8306d865e50d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupColumns.html","title":"Group Columns","navPath":"GroupColumns.html","bundleId":"work-tasks-2023-sp1","id":"afe624fde-3dc5-4ed9-8864-c19036ec9681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayAllItems.html","title":"Display All Items","navPath":"DisplayAllItems.html","bundleId":"work-tasks-2023-sp1","id":"a7c9138a9-346a-49b6-85b3-5859e87a0681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaReadOnlyView.html","title":"Create a Read-Only View","navPath":"CreateaReadOnlyView.html","bundleId":"work-tasks-2023-sp1","id":"a61ca7533-dbc3-40b3-8e9e-9c4c1cb5fd68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArrangeGridColumns.html","title":"Arrange Grid Columns","navPath":"ArrangeGridColumns.html","bundleId":"work-tasks-2023-sp1","id":"a06c77853-7a12-4af4-bad9-2bdf4b97a84f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyfromExistingViews.html","title":"Copy from Existing Views","navPath":"CopyfromExistingViews.html","bundleId":"work-tasks-2023-sp1","id":"a206da4c6-4af9-4850-94e1-499b6f0cc995","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageViews.html","title":"Manage Views","navPath":"ManageViews.html","bundleId":"work-tasks-2023-sp1","id":"a3547a7e5-df8b-4325-b34d-31903423f375","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updateaview.html","title":"Update a View","navPath":"updateaview.html","bundleId":"work-tasks-2023-sp1","id":"aefba4328-0177-4c08-8945-785d119e8b22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaView.html","title":"Delete a View","navPath":"DeleteaView.html","bundleId":"work-tasks-2023-sp1","id":"a80913c78-d439-4e0e-844f-ca63b57649a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/secureaview.html","title":"Secure a View","navPath":"secureaview.html","bundleId":"work-tasks-2023-sp1","id":"af8aa441c-dc7a-4ff9-9cc9-672916d4741f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookups.html","title":"List Lookups","navPath":"ListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ad2e2e0cf-7639-489a-806d-8f7a80d4e1a0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportedDataTypes.html","title":"Supported Data Types","navPath":"SupportedDataTypes.html","bundleId":"work-tasks-2023-sp1","id":"a0869ff75-8849-4bff-bcf3-d9a8e8035086","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartLookupSettings.html","title":"Start Lookup Settings","navPath":"StartLookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a870fcc17-e451-42ac-9a3d-5ef6862516be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/lookupsettingsinterface.html","title":"Lookup Settings Interface","navPath":"lookupsettingsinterface.html","bundleId":"work-tasks-2023-sp1","id":"a029504d7-0833-4729-bedb-e3b63abd3456","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workingwithlookupsettings.html","title":"Lookup Settings","navPath":"workingwithlookupsettings.html","bundleId":"work-tasks-2023-sp1","id":"ad4a54116-a261-454e-9bee-9c971ffb5057","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewRepositoryListLookup.html","title":"Add a New Repository List Lookup","navPath":"AddaNewRepositoryListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a18faf58f-7848-490d-a2e1-72ce510c5a0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727452.html","title":"Add a List Query","navPath":"727452.html","bundleId":"work-tasks-2023-sp1","id":"a8f342cf0-1c4b-4132-9a0a-3ceb841fa2ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727453.html","title":"Add an Order By Query","navPath":"727453.html","bundleId":"work-tasks-2023-sp1","id":"a160ef831-5934-44b3-b0ef-1e1b5755801b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewdatabaselookup.html","title":"Add a New Database Lookup","navPath":"addinganewdatabaselookup.html","bundleId":"work-tasks-2023-sp1","id":"ae86bb9af-1b97-4356-b39a-47d14c994cfe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181666.html","title":"Add a New Database Lookup Using Query","navPath":"181666.html","bundleId":"work-tasks-2023-sp1","id":"af3c37beb-41de-4bcf-8bb9-cf6c8ab53e7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181667.html","title":"Add a New Database Lookup Using Stored Procedure","navPath":"181667.html","bundleId":"work-tasks-2023-sp1","id":"a42407e8e-9c09-45d6-8573-1029fbf68835","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewwebapilookup.html","title":"Add a New Web API Lookup","navPath":"addinganewwebapilookup.html","bundleId":"work-tasks-2023-sp1","id":"af4ed8ce1-dfcd-413e-8c87-e401b7fd4fc8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaListLookup.html","title":"Edit a List Lookup","navPath":"EditaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a8699652c-f6f2-4173-bce4-40a4d3c231cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295054.html","title":"Organize Lookup Lists","navPath":"295054.html","bundleId":"work-tasks-2023-sp1","id":"a095f4e12-70af-4d3a-ab8e-7097387c55f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaListLookup.html","title":"Delete a List Lookup","navPath":"DeleteaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a681bb1b0-6124-42d1-ba2b-6d12d5df3936","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookupScenarios.html","title":"List Lookup Scenarios","navPath":"ListLookupScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a474eea5e-7689-4b2b-b99d-f09598b56c76","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetable.html","title":"Create a Lookup for a Database Table","navPath":"creatingalookupforadatabasetable.html","bundleId":"work-tasks-2023-sp1","id":"abe5e16aa-ecd6-4ce4-8365-2060225a2501","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetablewithcompositeprimarykey.html","title":"Create a Lookup for a Database Table with Composite Primary Key","navPath":"creatingalookupforadatabasetablewithcompositeprimarykey.html","bundleId":"work-tasks-2023-sp1","id":"ae9935239-b79b-4778-8026-b6cb0e956d5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDependentLookupfromDatabaseTables.html","title":"Create Dependent Lookup from Database Tables","navPath":"CreateDependentLookupfromDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"a5a635c1a-6d83-41a6-b0e0-80276459b6b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforalist.html","title":"Create a Lookup for a List","navPath":"creatingalookupforalist.html","bundleId":"work-tasks-2023-sp1","id":"a8c36a3b0-8c7d-4166-babb-dfb5f2d951ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData.html","title":"Search or Sort within a Lookup Data","navPath":"SearchorSortwithinaLookupData.html","bundleId":"work-tasks-2023-sp1","id":"a3d685643-4f83-45fe-9d4f-2c169be5e68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData_1.html","title":"Add an Item from Lookup Control","navPath":"SearchorSortwithinaLookupData_1.html","bundleId":"work-tasks-2023-sp1","id":"a44119b2e-f8b2-4cd9-b9ac-72b93755e664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforListLookups.html","title":"Use ExtendedInformation Property for List Lookups","navPath":"UseExtendedInformationPropertyforListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ab77672af-8471-4845-a919-1aa0b4280d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforDatabaseLookups.html","title":"Use ExtendedInformation Property for Database Lookups","navPath":"UseExtendedInformationPropertyforDatabaseLookups.html","bundleId":"work-tasks-2023-sp1","id":"afd19ae0f-9bc6-4f6f-81b8-978790ff8a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","title":"Use Aliases, Joins, Aggregate Functions in Database Lookup Query","navPath":"UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"aa955dfad-3c3f-4e71-9dd0-4c0795197214","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCASEExpressionintheDatabaseLookupQuery.html","title":"Use CASE Expression in the Database Lookup Query","navPath":"UseCASEExpressionintheDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"af385e2ea-f513-4488-8957-e456c887e637","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScenarios.html","title":"List Scenarios","navPath":"ListScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a1e3a4c96-7f7b-4c0b-a662-b9dff8fb25fc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaleaveapplicationlist.html","title":"Create a Leave Application List","navPath":"creatingaleaveapplicationlist.html","bundleId":"work-tasks-2023-sp1","id":"a9f759301-78b1-4895-98cf-42d9809cc9b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalistmappedtomultipletables.html","title":"Create a List Mapped to Multiple Tables","navPath":"creatingalistmappedtomultipletables.html","bundleId":"work-tasks-2023-sp1","id":"ac77b13c9-9c74-437c-bf9f-a8abce8a26b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingthedefaultlistform.html","title":"Modify the default List form","navPath":"modifyingthedefaultlistform.html","bundleId":"work-tasks-2023-sp1","id":"af8c620b1-b828-4722-aa26-823feab53504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListData.html","title":"Sort List Data","navPath":"SortListData.html","bundleId":"work-tasks-2023-sp1","id":"a04913b22-6431-4adc-8a07-29a8f6257d61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportListItemDatatoanExcelSheet.html","title":"Export List Item Data to an Excel Sheet","navPath":"ExportListItemDatatoanExcelSheet.html","bundleId":"work-tasks-2023-sp1","id":"afc95246d-d294-4a51-865a-cf395877bb98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingversioningforlistitem.html","title":"Enable Versioning for List Item","navPath":"enablingversioningforlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a760bced5-ea5d-4d17-aa41-4d84dce82926","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListitemsusingDisplaySortOrderProperty.html","title":"Sort List items using DisplaySortOrder Property","navPath":"SortListitemsusingDisplaySortOrderProperty.html","bundleId":"work-tasks-2023-sp1","id":"a8815f479-fb7b-4751-8053-58cd7bd78caa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/setcustomviewforalistcontrol.html","title":"Set Custom View for a List Control from a Custom ASPX Page using API","navPath":"setcustomviewforalistcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a20b168f3-ab23-42d7-a7ef-f8e174e922e4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsintegration.html","title":"Lists Integration","navPath":"listsintegration.html","bundleId":"work-tasks-2023-sp1","id":"a3c16dc27-a316-4018-a191-fe0bed1bfad8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutlistsintegrationcomponents.html","title":"About Lists Integration Components","navPath":"aboutlistsintegrationcomponents.html","bundleId":"work-tasks-2023-sp1","id":"a33b8d865-a94c-4f0b-9fff-bebc992082fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/keyfeaturesandbenefits.html","title":"Key Features and Benefits","navPath":"keyfeaturesandbenefits.html","bundleId":"work-tasks-2023-sp1","id":"a383d5213-ff6e-4521-a724-f7945ab4d110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites_2.html","title":"Prerequisites","navPath":"prerequisites_2.html","bundleId":"work-tasks-2023-sp1","id":"a817557c1-34d2-4bda-961d-d86e986a7cf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installationandconfiguration.html","title":"Installation and Configuration","navPath":"installationandconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"afedc024c-2792-44b3-b807-f779091c8570","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutconfiguration.html","title":"About Configuration","navPath":"aboutconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"aec4d23a5-13b4-4658-a794-89ef158c09b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73298.html","title":"List Source Data Flow","navPath":"73298.html","bundleId":"work-tasks-2023-sp1","id":"a94860ca0-608f-4a63-864d-c6cf456d03eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73300.html","title":"Import and Export Data","navPath":"73300.html","bundleId":"work-tasks-2023-sp1","id":"a37ef99ff-c5e7-4450-aa06-3dc2365f15e9","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listssupport.html","title":"Troubleshooting Lists","navPath":"listssupport.html","bundleId":"work-tasks-2023-sp1","id":"a108d62bb-0843-4cf6-9340-4e92fc403c5a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604373.html","title":"Quickflow User Guide","navPath":"604373.html","bundleId":"work-tasks-2023-sp1","id":"abfe512d0-bd00-4ee2-9c05-193ef29fee4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/613300.html","title":"Prerequisites","navPath":"613300.html","bundleId":"work-tasks-2023-sp1","id":"ac0627737-79b8-4e8c-b488-c555d6f9d41b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/603289.html","title":"Deploy Quickflow","navPath":"603289.html","bundleId":"work-tasks-2023-sp1","id":"abb5934ea-4caf-47c1-a9c6-8c8bc77e37e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateQuickflow.html","title":"Create Quickflow","navPath":"CreateQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"ab13b1950-687b-4902-b06e-c83acec1c70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604271.html","title":"Activities","navPath":"604271.html","bundleId":"work-tasks-2023-sp1","id":"a23c637f4-5584-4418-9ed9-8d4b8686e794","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/620121.html","title":"Supported Activities","navPath":"620121.html","bundleId":"work-tasks-2023-sp1","id":"adb95f866-b3ab-49b4-ba3e-172dedfd9798","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity_1.html","title":"Start Activity","navPath":"StartActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ada556791-b94a-4dd5-a658-5accdae46a91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables_1.html","title":"Start - Variables","navPath":"StartVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a88a19ceb-2e77-470c-841f-5940d5e55cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables_1.html","title":"XML Variables","navPath":"XMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"aa30a4a92-ab34-4f59-96ba-c0c9c411010c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface_1.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface_1.html","bundleId":"work-tasks-2023-sp1","id":"a73f50020-820f-4f06-a447-b30b0490ec25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLDocumentXMLVariable.html","title":"Introduction to XML Document XML Variable","navPath":"IntroductiontoXMLDocumentXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2a2873a7-d219-4cc9-bf14-810d087f3956","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument_1.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument_1.html","bundleId":"work-tasks-2023-sp1","id":"a192519d7-f412-4086-8539-b1625189fbee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buildingxmlschema.html","title":"Build XML Schema","navPath":"buildingxmlschema.html","bundleId":"work-tasks-2023-sp1","id":"ae0abfc6e-1381-4109-9ddc-514b8ac1b23b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms_1.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a243f6917-6f8e-4e23-bbf7-32cf46ec39e0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLIteratorXMLVariable.html","title":"Introduction to 'XML Iterator' XML Variable","navPath":"IntroductiontoXMLIteratorXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aeabdcabe-e8a5-44c6-88b4-7786423f1a16","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator_1.html","title":"Create XML Variable of Type 'XML Iterator'","navPath":"CreateXMLVariableofTypeXMLIterator_1.html","bundleId":"work-tasks-2023-sp1","id":"a3732687d-44fc-44ad-a3c1-fde9a876718f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLIteratorTypeVariables.html","title":"Use 'XML Iterator' Type Variables","navPath":"UseXMLIteratorTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac713f6ff-ca17-4181-8154-80e67fe6e0bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables_1.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a7cf0b5d8-483b-4fae-ae77-0e87fe66d872","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities_1.html","title":"Communication Activities","navPath":"CommunicationActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"abc23b6e0-b25e-4754-8372-05b11f4a3ed7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity_1.html","title":"Notification Activity","navPath":"NotificationActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a1e53c1be-3763-431a-bb6b-1ebe45e786d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_2.html","title":"Notification: ToResource","navPath":"NotificationToResource_2.html","bundleId":"work-tasks-2023-sp1","id":"aa7b5fc5d-dd64-4778-bcd5-f6e026e69b88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationMessage.html","title":"Notification: Message","navPath":"NotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a22d1c569-38be-4bb1-92eb-45269a92980e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotification.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotification.html","bundleId":"work-tasks-2023-sp1","id":"adfea9ab4-f65f-441b-b9c0-5cb01ced5763","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource_1.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a8905abff-e5a6-4a5b-b29f-b727205b751b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pushnotificationmessage11.html","title":"Set Notification Type","navPath":"pushnotificationmessage11.html","bundleId":"work-tasks-2023-sp1","id":"acdcfd711-a745-49fa-9b8d-314f8058e488","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVAWorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac7c42c92-cb53-4e57-b9a8-627134e7a504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage_1.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1685f44-dd48-4e1a-b2b2-14ab9419e5dd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities_1.html","title":"Engine Activities","navPath":"EngineActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae95c9908-6c61-48a2-a43c-8174c4bae56b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/blockoutputactivity.html","title":"BlockingOutput Activity","navPath":"blockoutputactivity.html","bundleId":"work-tasks-2023-sp1","id":"a1c24ce7a-38f2-48e8-ba3b-d76b087c5268","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity_1.html","title":"Database Activity","navPath":"DatabaseActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4c3f2a7f-68a4-4e28-8cf8-49e132556ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity_1.html","title":"Decision Activity","navPath":"DecisionActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"aa7446da6-905e-447f-a200-fa4c132b89fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions_1.html","title":"Decision: Decisions","navPath":"Decisions_1.html","bundleId":"work-tasks-2023-sp1","id":"a0d6cc59c-dcd8-494f-8950-555992f49612","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity_1.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a28ffd98b-7a5b-4fc3-9061-ca0e4071d394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity_1.html","title":"For-Loop Activity","navPath":"ForLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"add25a390-9281-4442-be07-2bcdbb1eb62c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount_1.html","title":"For-Loop Count","navPath":"ForLoopCount_1.html","bundleId":"work-tasks-2023-sp1","id":"ac91d7742-c1b4-4047-9d78-ad3bfd011021","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity_1.html","title":"Logger Activity","navPath":"LoggerActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a92b7545a-4c84-4215-b921-7cfbecb57152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage_1.html","title":"Log - Log Message","navPath":"Log-LogMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1868785-0479-465f-b36e-fcbfbc7a295e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity_1.html","title":"Next Loop Activity","navPath":"NextLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a216e6f3e-1a83-4123-9d48-d75b8b9019aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity_1.html","title":"Rule Activity","navPath":"RuleActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a238ed1ce-7780-4452-b475-a8c3bf91ef68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition_1.html","title":"Rule - Condition","navPath":"RuleCondition_1.html","bundleId":"work-tasks-2023-sp1","id":"a0e3c2445-d021-4a04-97ff-2533d16b5890","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable_1.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable_1.html","bundleId":"work-tasks-2023-sp1","id":"a87dc078e-dc70-4c2c-be7e-a9d0f74f311a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity_1.html","title":"Synchronize Activity","navPath":"SynchronizeActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ace9e3051-aa4e-4b78-bd5b-98684930a937","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity_1.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9caf828-4674-4928-abda-ffccbd678adf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables_1.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a476ca464-0b3d-4a48-b42a-29c48f013b54","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a65757198-6355-4d95-97d0-bea91eaba578","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity_1.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"af277eb06-a8d6-4969-9733-0577e564c0c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowaction.html","title":"Workflow Activity","navPath":"workflowaction.html","bundleId":"work-tasks-2023-sp1","id":"abeb7fbc7-06a6-4a78-8202-14a5ce81511b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow_1.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a53514f50-a015-4a6d-a246-a565b91b45fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow_1.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa70d0235-c21b-4608-aea7-f4c8df946f49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","title":"How to Pass Variables from Parent Workflow/Quickflow to Child Workflow?","navPath":"howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","bundleId":"work-tasks-2023-sp1","id":"a86a57158-1fdd-4dd0-858c-697ba16127e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GettingExecutionIDoftheChildQuickflow.html","title":"Getting Execution ID of the Child Quickflow","navPath":"GettingExecutionIDoftheChildQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"a8ba6f769-d9c0-4edc-888c-b5f047cd82ac","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator_1.html","title":"XML Navigator","navPath":"XMLNavigator_1.html","bundleId":"work-tasks-2023-sp1","id":"a45e93061-77ab-467b-b9be-cb2b779055b9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Integration_Activities.html","title":"Integration Activities","navPath":"Integration_Activities.html","bundleId":"work-tasks-2023-sp1","id":"a5aad2a2c-7f9d-4626-8e53-fb2882f23460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebapiactivity_1.html","title":"Invoke Web API Activity","navPath":"invokewebapiactivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae0b84382-3514-4e82-be26-d7a6155b6ad4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIConfigureWebAPI.html","title":"Invoke Web API: Configure Web API","navPath":"InvokeWebAPIConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a3958a8bf-2a88-4a80-97dd-308e7e699e74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI_1.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI_1.html","bundleId":"work-tasks-2023-sp1","id":"a3821dcc2-3010-4f71-8a63-731903079e82","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity_1.html","title":"Script Activity","navPath":"ScriptActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ad54af351-ae26-4bdd-b365-bf9bfb58d23c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode_1.html","title":"Script: Code","navPath":"ScriptCode_1.html","bundleId":"work-tasks-2023-sp1","id":"a14f05003-46e3-4a03-be7a-df5ace46619f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences_1.html","title":"Script: References","navPath":"ScriptReferences_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cff7e06-00df-41ba-80fc-fca2ebb83ed7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues_1.html","title":"Script: Return Values","navPath":"ScriptReturnValues_1.html","bundleId":"work-tasks-2023-sp1","id":"a977e2a1b-5210-4431-b4ae-8343dfa434da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/xmlaction1.html","title":"XML Action Activity","navPath":"xmlaction1.html","bundleId":"work-tasks-2023-sp1","id":"a4963e747-2cd7-424c-901b-d39aba86b4e2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities_1.html","title":"Message Queue Activities","navPath":"MessageQueueActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"acc8577f0-9073-47c5-9950-081768e28ded","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData_1.html","title":"SendMQData","navPath":"SendMQData_1.html","bundleId":"work-tasks-2023-sp1","id":"aa92f26d2-7a9f-4b13-a0d7-e3f9f73f9cf7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureMessageQueueConnection.html","title":"Configure Message Queue Connection","navPath":"ConfigureMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"a4d4e28c9-c754-4940-a649-4bfd9decf662","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities_1.html","title":"Logic App Activities","navPath":"LogicAppActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9de13e3-b77a-4b32-8b40-dce2dd0ca2bd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity_1.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a67934cc7-f636-4a87-a58d-819314acd37a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLogicAppConnectionandData.html","title":"Configure Logic App Connection and Data","navPath":"ConfigureLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"a62c98ed4-a578-430f-9578-a373766d84d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity_1.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a56126034-fa4a-4435-ae5c-8e767943c2b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8285582-567d-4aee-8a43-3ae44bdef109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"abab1d6f7-cd61-44f7-bc4a-f25bc4fce09c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing_1.html","title":"Relative Referencing","navPath":"RelativeReferencing_1.html","bundleId":"work-tasks-2023-sp1","id":"a08af0980-09bf-4708-863e-5c11171f63f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/678853.html","title":"Custom Activity","navPath":"678853.html","bundleId":"work-tasks-2023-sp1","id":"acce64137-6950-4492-8897-4975bdc79798","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesigner.html","title":"Process Designer","navPath":"ProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a9ce0cfa6-bc2c-4daa-b739-a198ccd379e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinition.html","title":"Export Process Definition","navPath":"ExportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a406935b1-f84f-4b31-9d43-3003342240df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinition.html","title":"Import Process Definition","navPath":"ImportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a6230bc99-c571-465a-8b69-477cf4c86fae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildExpression.html","title":"Build Expression","navPath":"BuildExpression.html","bundleId":"work-tasks-2023-sp1","id":"ab50167ab-4246-4946-bcd7-76a5bdad9228","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Support_1.html","title":"Support","navPath":"Support_1.html","bundleId":"work-tasks-2023-sp1","id":"a1cf72bce-e0e3-4684-af85-47970a4d33b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics_1.html","title":"Diagnostics","navPath":"Diagnostics_1.html","bundleId":"work-tasks-2023-sp1","id":"ad43df2d6-71a0-45ef-b475-846ded247fe9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Limitations.html","title":"Limitations","navPath":"Limitations.html","bundleId":"work-tasks-2023-sp1","id":"a50d46ae6-4cde-4944-85f5-b9e286b54ac2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Troubleshoot.html","title":"Troubleshoot","navPath":"Troubleshoot.html","bundleId":"work-tasks-2023-sp1","id":"abe8f4828-bf51-44b8-8661-feb3c7e36229","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmuserguide.html","title":"User Guide","navPath":"wonderwareskeltabpmuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a2a87808a-62a3-4993-b38c-1029b836bd6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wwskeltabpminstallationandadministration.html","title":"Administration","navPath":"wwskeltabpminstallationandadministration.html","bundleId":"work-tasks-2023-sp1","id":"aeb1de17c-414b-4a02-809b-a29463c79988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisitesfordesigningworkflows.html","title":"Prerequisites","navPath":"prerequisitesfordesigningworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad0a941c0-d99c-4a49-bdd9-06b5f5ba88cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted_1.html","title":"Get started","navPath":"GetStarted_1.html","bundleId":"work-tasks-2023-sp1","id":"ab5ba867c-c67a-47f6-8a2c-5d6c182b00bb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingahelloworldworkflow.html","title":"Create a Workflow","navPath":"creatingahelloworldworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ad7a7499e-21ca-4d8d-b9e4-7779a9b476b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingvariablesinworkflow.html","title":"Use Variables in Workflow","navPath":"usingvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a35fcd1cb-9cd8-4bda-95d9-21d62ce6ed5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingxmlvariablesinworkflow.html","title":"Use XML Variables in Workflow","navPath":"usingxmlvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6d117e90-e411-4b64-ab2a-ec581f9e333a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/familiarizingwithskeltaxmlvariables.html","title":"Familiarize with XML Variables","navPath":"familiarizingwithskeltaxmlvariables.html","bundleId":"work-tasks-2023-sp1","id":"a1922eea6-d13d-4e61-9563-c5cbecf2b1f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loopingthroughxmldocument.html","title":"Loop Through an XML Document","navPath":"loopingthroughxmldocument.html","bundleId":"work-tasks-2023-sp1","id":"a8245bc71-7baf-48e9-960e-a984f38c8194","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithskeltaforms.html","title":"Use Forms","navPath":"gettingstartedwithskeltaforms.html","bundleId":"work-tasks-2023-sp1","id":"a808d9ddc-42c3-43f1-800a-7bab6c778f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebservicefromworkflows.html","title":"Invoke Web Service from Workflows","navPath":"invokewebservicefromworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a30a5496f-ae02-4647-9ae7-0002b603fbe5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetcontrols.html","title":"Interfaces","navPath":"skeltabpmnetcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ac68d126c-5698-4494-90f0-e7ee67e0a15d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingskeltabpmnetfeatures.html","title":"Access Features","navPath":"accessingskeltabpmnetfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a4f2570db-0fb2-45ed-8d27-67300ee6bdd0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole_1.html","title":"Enterprise Console","navPath":"EnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3a226f4-14b5-4d34-9469-d313ea4d4732","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaenterpriseconsoleauthentication.html","title":"Enterprise Console Authentication","navPath":"skeltaenterpriseconsoleauthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa2cbbc9f-bc9c-47f9-a2f5-83dafdfec44b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaworkitemlist.html","title":"Enterprise Console Home Page","navPath":"skeltaworkitemlist.html","bundleId":"work-tasks-2023-sp1","id":"a61f1cd52-a9d6-4f34-9fa7-43c80976e182","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowManagement.html","title":"Workflow Management","navPath":"WorkflowManagement.html","bundleId":"work-tasks-2023-sp1","id":"abe23487f-fae4-4e68-8a5a-1c2d81e4f559","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist1.html","title":"What is a Workflow List","navPath":"workflowlist1.html","bundleId":"work-tasks-2023-sp1","id":"a75031b45-67ad-40ed-8ba2-468ba2c256f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/groupingworkflowitemswithfolders.html","title":"Group Workflow Items within a Folder","navPath":"groupingworkflowitemswithfolders.html","bundleId":"work-tasks-2023-sp1","id":"ae1d9c677-b889-4b46-9078-82a34099d470","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewfolderworkflow.html","title":"Create a Folder","navPath":"creatinganewfolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af50f8793-a053-4320-9203-3a7515e1f955","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingafolderworkflows.html","title":"Publish a Folder","navPath":"publishingafolderworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a0476c204-90f8-4921-a5f5-98c397142337","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingafolderworkflow.html","title":"Delete a Folder","navPath":"deletingafolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab9618690-accc-46f3-a1ee-facfe14fb0be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingordisablingafolder.html","title":"Enable or Disable a Folder","navPath":"enablingordisablingafolder.html","bundleId":"work-tasks-2023-sp1","id":"a1d0b6ff6-c1aa-4d8a-9551-d1bc139211e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changingtheownerofthefolder.html","title":"Change the Owner of the Folder","navPath":"changingtheownerofthefolder.html","bundleId":"work-tasks-2023-sp1","id":"af91fb070-9180-48a8-8777-00d658ef0f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/applyingsecuritysettingstoafolder.html","title":"Apply Security Settings to a Folder","navPath":"applyingsecuritysettingstoafolder.html","bundleId":"work-tasks-2023-sp1","id":"ace01028f-35ec-4d0c-8dd3-f2c1deb5acad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/navigate.html","title":"Navigate to Different Folders in Workflows List","navPath":"navigate.html","bundleId":"work-tasks-2023-sp1","id":"a9f0a388f-24d0-40c6-b9d6-e5e8a1fd587d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingandassociatingaworkflow.html","title":"Create a Workflow","navPath":"creatingandassociatingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a214c7e9e-9480-43e9-bc06-0983c070fc0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createassociations.html","title":"Create an Association for a Workflow","navPath":"createassociations.html","bundleId":"work-tasks-2023-sp1","id":"a2b517777-2bad-46a4-a477-479811d5637f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associateworkflowwithenterpriseconsole.html","title":"Associate Workflow with Enterprise Console Events","navPath":"associateworkflowwithenterpriseconsole.html","bundleId":"work-tasks-2023-sp1","id":"aba5bca6d-8f08-43e5-ae4c-600f4e82793e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a349b51b8-706c-4d65-b103-4c326fbb4dbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505.html","bundleId":"work-tasks-2023-sp1","id":"abcbbbee2-75f7-44b9-89bc-318746f339e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/512536.html","title":"Associate Workflow with Message Queue","navPath":"512536.html","bundleId":"work-tasks-2023-sp1","id":"a96035563-4d6c-4e7e-8ce8-bb87ff75629d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaExample.html","title":"XML Schema Example","navPath":"XMLSchemaExample.html","bundleId":"work-tasks-2023-sp1","id":"af1bfb35c-2e69-4fa8-ac11-9b0f5ea1a65b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JSONSampleExample.html","title":"JSON Sample Example","navPath":"JSONSampleExample.html","bundleId":"work-tasks-2023-sp1","id":"a12177a3d-c580-44d2-88c3-fb30aebffa70","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/572497.html","title":"Associate Workflow with Logic App Events","navPath":"572497.html","bundleId":"work-tasks-2023-sp1","id":"af20b4802-18bf-4425-92bf-655a68c29005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewassociations.html","title":"View all Associations of a Workflow","navPath":"viewassociations.html","bundleId":"work-tasks-2023-sp1","id":"a975602b6-945a-495d-b4b7-eb1b9d23f8f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflowassociations.html","title":"Delete Workflow Associations","navPath":"deletingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"ae10fd997-b6f8-49da-96e3-ef5946121fa9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingworkflowassociations.html","title":"Disable Workflow Associations","navPath":"disablingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"a661e2016-f7ad-48b1-8c7d-2a68a0863cc4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/saveas1.html","title":"Create different versions of a Workflow","navPath":"saveas1.html","bundleId":"work-tasks-2023-sp1","id":"ade11312c-f7fb-47ad-91f4-5fecb763e0b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showallversions.html","title":"View All the Versions of a Workflow","navPath":"showallversions.html","bundleId":"work-tasks-2023-sp1","id":"a241d85fc-fce9-4891-8d44-3901965c03d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designworkflow.html","title":"Modify a Workflow Design","navPath":"designworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac129db54-6637-472a-a958-501acf136c78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingaworkflow.html","title":"Edit a Workflow","navPath":"editingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"adba79694-3c18-437a-b749-db9f74882422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflows.html","title":"Delete a Workflow","navPath":"deletingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"af14602e1-d56d-45c7-9cdf-53bacfee5996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingworkflows.html","title":"Publish a Workflow","navPath":"publishingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a61ad94f3-e234-4f44-abdd-9e37885d7f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/unpublishingaworkflow.html","title":"Unpublish a Workflow","navPath":"unpublishingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"abb6a6046-3d45-489e-b947-a0ddccf45740","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importworkflow.html","title":"Import a Workflow","navPath":"importworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a62800b85-ccee-42cf-8c02-a55b3ee7a75d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exportworkflow.html","title":"Export a Workflow","navPath":"exportworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac057f9aa-e86c-4cfd-8f7f-17d1f405a84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction1.html","title":"Lock a Workflow for Editing","navPath":"introduction1.html","bundleId":"work-tasks-2023-sp1","id":"a1332246d-221f-4b81-81a9-0d362bc164fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enable_1.html","title":"Enable  and Disable Workflow","navPath":"enable_1.html","bundleId":"work-tasks-2023-sp1","id":"ab6341bed-a18e-4bc7-a7cb-920a1ef4ba6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfiguration1.html","title":"Access BAM Configuration","navPath":"bamconfiguration1.html","bundleId":"work-tasks-2023-sp1","id":"a421431d7-b45c-434b-86b0-a3c5e2864575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changeowner1.html","title":"Change Owner Information of a Workflow","navPath":"changeowner1.html","bundleId":"work-tasks-2023-sp1","id":"acc9c8b5d-fc85-4d52-8314-f221012e3d12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tasks.html","title":"Access Workflow Tasks","navPath":"tasks.html","bundleId":"work-tasks-2023-sp1","id":"ae117d2e4-9daf-498b-8c47-a081d554adb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsAvailableinaWorkflowList.html","title":"Different Views Available in a Workflow List","navPath":"DifferentViewsAvailableinaWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a73ce3392-b047-4692-8199-9e4d32e467d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewworkflow.html","title":"View a Workflow","navPath":"viewworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aa5bd43af-2990-4cb6-a9d3-53a916b2954c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/testrun.html","title":"View the Execution of the Published Workflow","navPath":"testrun.html","bundleId":"work-tasks-2023-sp1","id":"afb296ef0-ec9c-4365-ac8c-60f99f9c0ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showchilditems.html","title":"View Child Items of a Workflow","navPath":"showchilditems.html","bundleId":"work-tasks-2023-sp1","id":"a57bb9039-f4ae-4f7a-9412-002a8b98d094","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewaudithistory.html","title":"View Audit History","navPath":"viewaudithistory.html","bundleId":"work-tasks-2023-sp1","id":"a541ffc86-5613-4932-b821-bbea49844786","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewproperties.html","title":"View the Properties of a Workflow","navPath":"viewproperties.html","bundleId":"work-tasks-2023-sp1","id":"a6fe34c2f-2df9-4ea3-8aa0-40791277cf41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingexception.html","title":"View Exceptions","navPath":"viewingexception.html","bundleId":"work-tasks-2023-sp1","id":"ae1ad7b45-c8c6-42f5-ba35-8b87ab5fe311","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitysettings.html","title":"Set Security at Workflow Listitem Level","navPath":"securitysettings.html","bundleId":"work-tasks-2023-sp1","id":"aa01ca25e-91d8-47c1-9265-9679e079a1ca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutSkeltaCalendars.html","title":"Calendars","navPath":"AboutSkeltaCalendars.html","bundleId":"work-tasks-2023-sp1","id":"ab51e704c-6b45-47ef-a7d5-a5bff9298765","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceCalendar.html","title":"Resource Calendar","navPath":"ResourceCalendar.html","bundleId":"work-tasks-2023-sp1","id":"a20d5aa0e-8364-486a-8540-1f121e444a34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configurationofresourcecalendarbyadministrator.html","title":"Configure Resource Calendar by Administrator","navPath":"configurationofresourcecalendarbyadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a06de864e-4acf-474d-bba6-804d158a3ef4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingthecalendar.html","title":"Check Resource Availability","navPath":"searchingthecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a01d6efcd-1c7c-42c6-b333-52dda0c34863","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement_1.html","title":"Queue Management","navPath":"QueueManagement_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1e11c71-d9f5-472a-882c-11796ea02464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQueueManagement.html","title":"Configure Queue Management","navPath":"ConfigureQueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a88a2f3b9-416c-4672-a50d-1267c50b0672","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ParticipantsTab.html","title":"Participants Tab","navPath":"ParticipantsTab.html","bundleId":"work-tasks-2023-sp1","id":"a9ffc8082-bf4b-44a6-a995-6fbb583b78fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DispatchPatternsTab.html","title":"Dispatch Patterns Tab","navPath":"DispatchPatternsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3f948682-4002-461b-a1a5-78339f608751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingsTab.html","title":"Settings Tab","navPath":"SettingsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3a6f6b5a-431b-47a2-8ef5-0ffdbcc8df46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EscalationTab.html","title":"Escalation Tab","navPath":"EscalationTab.html","bundleId":"work-tasks-2023-sp1","id":"a1d98defa-eabd-4e40-8c1a-52bca7b14f10","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingqueuecontroltocreateandmanagequeues1.html","title":"Use Queue Control to Create and Manage Queues","navPath":"usingqueuecontroltocreateandmanagequeues1.html","bundleId":"work-tasks-2023-sp1","id":"ab38c2f42-2b28-4644-90d5-45d06871e87d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingparticipantstothequeue1.html","title":"Add Participants to the Queue","navPath":"addingparticipantstothequeue1.html","bundleId":"work-tasks-2023-sp1","id":"a44784ec8-a8c7-43a7-aa6e-7719d95bd49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringdispatchpatterns1.html","title":"Configure Dispatch Patterns","navPath":"configuringdispatchpatterns1.html","bundleId":"work-tasks-2023-sp1","id":"a0bf68420-a333-4bce-95c6-db28918fc6b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingthequeuepreference.html","title":"Set the Queue Preference","navPath":"settingthequeuepreference.html","bundleId":"work-tasks-2023-sp1","id":"ac7de4f75-c715-4f98-a424-525dff54cb80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingescalations1.html","title":"Set Escalations for Queues","navPath":"settingescalations1.html","bundleId":"work-tasks-2023-sp1","id":"a00ead208-a37d-4bfd-832c-91f63b62fba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingthequeuesinworkflows1.html","title":"Use Queues in Workflows","navPath":"usingthequeuesinworkflows1.html","bundleId":"work-tasks-2023-sp1","id":"af9741bd6-7299-4877-bb84-617365d5a53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueuesintheactivitylist1.html","title":"Access Queues in the Work Items List","navPath":"accessingqueuesintheactivitylist1.html","bundleId":"work-tasks-2023-sp1","id":"adf334d3b-078d-4695-8600-76c04ef8cba4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199511.html","title":"Database Connections","navPath":"199511.html","bundleId":"work-tasks-2023-sp1","id":"a0a7ed262-4da9-4666-a963-313a1a898950","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199512.html","title":"Create a Database Connection","navPath":"199512.html","bundleId":"work-tasks-2023-sp1","id":"a4ac56958-37e7-40e7-9d25-09aa1640de0b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsList.html","title":"Work Items List","navPath":"WorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a047625cb-f932-42b1-ac24-ec8820a50c35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItemViewAllUsers.html","title":"Manage Work Item - View All Users","navPath":"ManageWorkItemViewAllUsers.html","bundleId":"work-tasks-2023-sp1","id":"af81f0985-bb87-4af1-ab66-23a21e66837f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListUserInterfaceElements.html","title":"Work Items List User Interface Elements","navPath":"WorkItemsListUserInterfaceElements.html","bundleId":"work-tasks-2023-sp1","id":"adeb344ce-1d10-4be6-9975-294b377a9e01","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListFolders.html","title":"Work Items List Folders","navPath":"WorkItemsListFolders.html","bundleId":"work-tasks-2023-sp1","id":"a2ffdf90e-2cd6-4daa-a02e-d33b3643aa19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListView.html","title":"Work Items List View","navPath":"WorkItemsListView.html","bundleId":"work-tasks-2023-sp1","id":"a29ab4fb1-5613-41c8-89ed-6f04e28ce62c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemDetails.html","title":"Work Item Details","navPath":"WorkItemDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa8549216-f88c-4407-b2ef-a5d24f2e56ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListToolbar.html","title":"Work Items List Toolbar","navPath":"WorkItemsListToolbar.html","bundleId":"work-tasks-2023-sp1","id":"a73f3d260-3d3f-4e89-81bc-dd1667f09f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListManagerView.html","title":"Work Items List Manager View","navPath":"WorkItemsListManagerView.html","bundleId":"work-tasks-2023-sp1","id":"affe89bdb-7f53-413e-91e9-aa5f9de5bfa7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueMultiSelectandReassignQueueWorkItems.html","title":"Queue Multi-Select and Reassign Queue Work Items","navPath":"QueueMultiSelectandReassignQueueWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"afd99f191-445f-45b5-b811-9d2733491672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueueitems.html","title":"Access Queue Items","navPath":"accessingqueueitems.html","bundleId":"work-tasks-2023-sp1","id":"ae6164755-6d53-4358-bb7c-41ab0c126707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistview.html","title":"Customize Work Items List","navPath":"customizingworkitemlistview.html","bundleId":"work-tasks-2023-sp1","id":"aa3c6b4c1-e59b-4bc3-837a-88681a027f39","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistlayouts.html","title":"Customize Work Items List Layouts","navPath":"customizingworkitemlistlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a057aa02e-451e-477b-bcb7-1eeba7e3db0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemlistcustomizationoptions.html","title":"Work Items List Layout Customization","navPath":"workitemlistcustomizationoptions.html","bundleId":"work-tasks-2023-sp1","id":"a4ce246ab-f838-4c54-8bef-789f0dde5293","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsatworkflowlevel.html","title":"Define Layouts at Workflow Level","navPath":"defininglayoutsatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6d5e6b35-957f-4bd7-bef5-9fb78db95ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininggloballayouts.html","title":"Define Global Layouts","navPath":"defininggloballayouts.html","bundleId":"work-tasks-2023-sp1","id":"a5f38699a-11bb-4ade-ad61-2b7a4aa3681e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsforqueues.html","title":"Define Layouts for Queues","navPath":"defininglayoutsforqueues.html","bundleId":"work-tasks-2023-sp1","id":"a1ab0f428-47c8-44ba-803e-6ecb5d81cd6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizinginboxview.html","title":"Define Work Items List Layouts for a User","navPath":"customizinginboxview.html","bundleId":"work-tasks-2023-sp1","id":"a762bad58-27eb-40b6-85fc-f127d2a31abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistviews.html","title":"Customize Work Items List Views","navPath":"customizingworkitemlistviews.html","bundleId":"work-tasks-2023-sp1","id":"a53f35ba4-b327-4b8e-851a-fc7af64652e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListbyApplication.html","title":"Display Work Items List by Application","navPath":"DisplayWorkItemsListbyApplication.html","bundleId":"work-tasks-2023-sp1","id":"a95d75a49-7814-4339-9a63-841d0b8e5756","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListGroupedbyWorkflows.html","title":"Display Work Items List Grouped by Workflows","navPath":"DisplayWorkItemsListGroupedbyWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac69dac17-c15e-40f3-ad97-423e309911ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedWorkflows.html","title":"Display Work Items List for Specified Workflows","navPath":"DisplayWorkItemsListforSpecifiedWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a493df458-b3fb-4cc0-aeb2-9d92d410133c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedQueues.html","title":"Display Work Items List for Specified Queues","navPath":"DisplayWorkItemsListforSpecifiedQueues.html","bundleId":"work-tasks-2023-sp1","id":"af5b1c5cb-397c-4dae-9eb2-54948a9fe25e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayInboxView.html","title":"Display Inbox View","navPath":"DisplayInboxView.html","bundleId":"work-tasks-2023-sp1","id":"a97f10efc-aa4a-4853-8aad-2be7bb653465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayManager%27sView.html","title":"Display Manager's View","navPath":"DisplayManager'sView.html","bundleId":"work-tasks-2023-sp1","id":"a5030b5e1-c942-4db6-9457-3e55f02e9eca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/preferencesforworkitemmanagement.html","title":"Preferences for Work Item Management","navPath":"preferencesforworkitemmanagement.html","bundleId":"work-tasks-2023-sp1","id":"ae1f48915-254f-420b-a90f-09b0e8e6a4cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoownershiponRowClick.html","title":"Auto-ownership on Row Click","navPath":"AutoownershiponRowClick.html","bundleId":"work-tasks-2023-sp1","id":"a20a40308-1066-446c-a5f7-e4598d985689","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableMultiSelectOptioninWorkItemList.html","title":"Enable Multi-Select Option in Work Item List","navPath":"EnableMultiSelectOptioninWorkItemList.html","bundleId":"work-tasks-2023-sp1","id":"a00eb1adf-c7e7-4092-8a78-274b2c1255d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterDatainWorkItemsList.html","title":"Filter Data in Work Items List","navPath":"FilterDatainWorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a691d4587-e1b0-407c-9915-8f71dc0298fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagingWorkItems.html","title":"Manage Work Items","navPath":"ManagingWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"aec8f1303-98a7-416a-987d-85266d6dae1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItems.html","title":"Forward Work Items","navPath":"ForwardWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a029816da-e58e-49bf-8e0d-bcc6334db56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems_1.html","title":"Abort Work Items","navPath":"AbortWorkItems_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf6a28b7-9a25-40b3-b0d0-d7eccd534076","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemoveWorkItems.html","title":"Remove Work Items","navPath":"RemoveWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a04d47171-9e39-49f2-bf2d-e76d5887fad2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlternateActors.html","title":"Alternate Actors","navPath":"AlternateActors.html","bundleId":"work-tasks-2023-sp1","id":"a1c168a79-4294-43ba-8010-3867f0eee4d2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/250494.html","title":"Alternate Actors","navPath":"250494.html","bundleId":"work-tasks-2023-sp1","id":"a693d237e-1e85-4f67-a2f5-f7b7fbb043d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationScenarios.html","title":"Configuration Scenarios","navPath":"ConfigurationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afbb2f810-8d7a-450c-af0b-8064c6bb369d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/businessactivitymonitoringbamalertfeatures.html","title":"Business Activity Monitoring Alert","navPath":"businessactivitymonitoringbamalertfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8da31cfd-4581-4081-95f4-6475f3fd10db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheThresholdValueinBAM.html","title":"Set the Threshold Value in BAM","navPath":"SettheThresholdValueinBAM.html","bundleId":"work-tasks-2023-sp1","id":"a2480dc16-6495-4b83-994a-5052250aae7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetBAMAlertforOverduesandKPIs.html","title":"Set BAM Alert for Overdues and KPIs","navPath":"SetBAMAlertforOverduesandKPIs.html","bundleId":"work-tasks-2023-sp1","id":"ac2ba96e4-8257-4f5d-8604-827e7715c591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations_1.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations_1.html","bundleId":"work-tasks-2023-sp1","id":"ab45ce846-8ad7-4d54-90ea-db32e8f36f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMWorkflow.html","title":"BAM Workflow","navPath":"BAMWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af54195dd-f4cf-4be3-8dfc-176052519606","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampletoConfigureBAMAlerts.html","title":"Example to Configure BAM Alerts","navPath":"ExampletoConfigureBAMAlerts.html","bundleId":"work-tasks-2023-sp1","id":"ac406c55e-7d14-4b4a-89b4-47b42ab09dd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alertsforbusinessactivitythresholds1.html","title":"BAM Alert Settings","navPath":"alertsforbusinessactivitythresholds1.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b6f9-bdfd-4f80-9902-6b2826b63ce7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder.html","title":"Enabling and Disabling SOA Folder","navPath":"disablefolder.html","bundleId":"work-tasks-2023-sp1","id":"a0a78a278-fc09-40b6-8547-ea42a7bc5893","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPIDataPoints.html","title":"Create KPI Data Points","navPath":"CreateKPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a14845587-0657-4670-9c7e-1153dcc79167","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPI%28s%29andSettheThresholdValue.html","title":"Create KPI(s) and Set the Threshold Value","navPath":"CreateKPI(s)andSettheThresholdValue.html","bundleId":"work-tasks-2023-sp1","id":"afbe6b07c-7dd0-4406-8e10-f7424a1b444c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAlertConfigurationSettings.html","title":"BAM Alert Configuration Settings","navPath":"BAMAlertConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"abbc586a1-1885-452d-8441-1d22ce738ea1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMRuleSettings.html","title":"BAM Rule Settings","navPath":"BAMRuleSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2d380176-c263-4b0d-9661-ab2ab5f0bc0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMTimeSettings.html","title":"BAM Time Settings","navPath":"BAMTimeSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1c921c92-a81c-46e4-9e15-f7a78322b621","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMActionSettings.html","title":"BAM Action Settings","navPath":"BAMActionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a19ff9de7-1dfb-4685-afe2-c923cb353f1a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsinEnterpriseConsoleSite.html","title":"BAM Events in Enterprise Console Site","navPath":"BAMEventsinEnterpriseConsoleSite.html","bundleId":"work-tasks-2023-sp1","id":"af6e0c3cc-6af9-4512-ba0c-6f1eb9316ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggeraBAMAlert.html","title":"Trigger a BAM Alert","navPath":"TriggeraBAMAlert.html","bundleId":"work-tasks-2023-sp1","id":"a3671530b-9cac-4163-a599-b964796d4611","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BusinessActivityMonitoringandReports.html","title":"Business Activity Monitoring and Reports","navPath":"BusinessActivityMonitoringandReports.html","bundleId":"work-tasks-2023-sp1","id":"a7cf4e624-8d4a-441a-918c-d6958bb3e481","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMDashboardView.html","title":"BAM Dashboard View","navPath":"BAMDashboardView.html","bundleId":"work-tasks-2023-sp1","id":"afb1551c9-f84a-49b4-90b6-6ab46e47e84c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamexecutionreports.html","title":"BAM Execution Reports","navPath":"bamexecutionreports.html","bundleId":"work-tasks-2023-sp1","id":"a82f10c1d-9846-451b-8a85-0e4faf093bac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAnalyzeReports.html","title":"BAM Analyze Reports","navPath":"BAMAnalyzeReports.html","bundleId":"work-tasks-2023-sp1","id":"af9d29d85-5e49-4d43-8f6f-cf43bdaa0d3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMProcessExecutionView.html","title":"BAM Process Execution View","navPath":"BAMProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"af737dfd3-5021-444a-8743-9ee7593f1d6b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userguide.html","title":"File Watcher","navPath":"userguide.html","bundleId":"work-tasks-2023-sp1","id":"a2be64cda-2281-43cb-98c4-a5b8fd026665","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcheroperations.html","title":"File Watcher Operations","navPath":"filewatcheroperations.html","bundleId":"work-tasks-2023-sp1","id":"aec189ef1-0527-485a-a56b-e6cce1945f1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addfolder.html","title":"Add Folder","navPath":"addfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5862ec71-ffa7-43b5-8484-c552ac050886","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editfolder.html","title":"Edit Folder Configuration Settings","navPath":"editfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad5b4b4ca-3ac5-48d0-852f-adc5bc797bfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletefolder.html","title":"Delete Folder","navPath":"deletefolder.html","bundleId":"work-tasks-2023-sp1","id":"a3b09eb30-f066-443f-b848-ee8f8fea9c63","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcherevents.html","title":"File Watcher Events","navPath":"filewatcherevents.html","bundleId":"work-tasks-2023-sp1","id":"a14f3036b-e3f6-4095-a35a-b1e565c24313","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createdevent.html","title":"Created Event","navPath":"createdevent.html","bundleId":"work-tasks-2023-sp1","id":"a9340b49f-1951-4526-9e9d-cc5097506028","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changedevent.html","title":"Changed Event","navPath":"changedevent.html","bundleId":"work-tasks-2023-sp1","id":"acc4023ba-ff1e-4437-968e-00778b9238ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/renamedevent.html","title":"Renamed Event","navPath":"renamedevent.html","bundleId":"work-tasks-2023-sp1","id":"aba1963e1-6b28-4166-8d3e-9228a2e80348","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletedevent.html","title":"Deleted Event","navPath":"deletedevent.html","bundleId":"work-tasks-2023-sp1","id":"a5d6069e4-c788-4ec5-b840-2d6a93cc0f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dosanddonts.html","title":"Limitations of File Watcher","navPath":"dosanddonts.html","bundleId":"work-tasks-2023-sp1","id":"a4fa2351d-6b61-4d60-b468-c7a78527be66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/frequentlyaskedquestionsfaq.html","title":"Frequently Asked Questions","navPath":"frequentlyaskedquestionsfaq.html","bundleId":"work-tasks-2023-sp1","id":"a517beed8-a731-4f5d-8915-e1a6b1a4a89d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soa.html","title":"Object Access","navPath":"soa.html","bundleId":"work-tasks-2023-sp1","id":"aa8b57c5a-39f7-4dad-b521-106d5dd5ef4b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soafolders.html","title":"SOA Folders","navPath":"soafolders.html","bundleId":"work-tasks-2023-sp1","id":"a6c3aa215-89ec-4b9b-aaed-cff0d7d19da6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsoafolder.html","title":"Add New SOA Folder Details","navPath":"newsoafolder.html","bundleId":"work-tasks-2023-sp1","id":"aca44e468-71e1-4f7a-aa10-b00350412cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder1.html","title":"View Registered SOA Folder Details","navPath":"viewfolder1.html","bundleId":"work-tasks-2023-sp1","id":"a5c4f5fec-a50b-4446-8dd4-29cb5a38c16b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder.html","title":"Delete an SOA Folder","navPath":"viewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5a1f9ec1-c809-4501-8faf-d85664b1f945","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder_1.html","title":"Enable and Disable SOA Folder","navPath":"disablefolder_1.html","bundleId":"work-tasks-2023-sp1","id":"a4bbe9fd3-d71f-406a-af46-f54eedf25498","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurity.html","title":"Security Settings for SOA Folder","navPath":"managesecurity.html","bundleId":"work-tasks-2023-sp1","id":"aa1dbcdf7-6aa8-4fee-b45e-84f81722b9a0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Assemblies.html","title":"Assemblies","navPath":"Wonderware_Skelta_BPM_Assemblies.html","bundleId":"work-tasks-2023-sp1","id":"a0820f638-effb-4417-b8e8-387dc5c026b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromgac.html","title":"Register Assemblies From GAC","navPath":"fromgac.html","bundleId":"work-tasks-2023-sp1","id":"af942b441-e801-4805-b29b-c3f6bc9477ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromfolder.html","title":"Register Assemblies From Assembly Folder","navPath":"fromfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad6d43d48-cd9a-4f28-a37f-48b476f308a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromweb.html","title":"Register Assemblies From Web","navPath":"fromweb.html","bundleId":"work-tasks-2023-sp1","id":"ae7f0a6ba-aafb-4779-8b72-bded4a072247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newfolder.html","title":"Create Folder for Registered Objects","navPath":"newfolder.html","bundleId":"work-tasks-2023-sp1","id":"aeb8a6481-b50b-4841-89f6-9f19432d72be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/edit.html","title":"View Registered Assembly Details","navPath":"edit.html","bundleId":"work-tasks-2023-sp1","id":"a90649ff4-2d7e-4b4b-ba7e-48cebb6a2afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editassembly.html","title":"Edit an Object in SOA Assembly","navPath":"editassembly.html","bundleId":"work-tasks-2023-sp1","id":"a399ef953-d81f-4fca-9d03-5cc427202422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295132.html","title":"Organize SOA Assembly","navPath":"295132.html","bundleId":"work-tasks-2023-sp1","id":"a8ee85fac-c774-400a-9d1c-cdda6141065e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/delete.html","title":"Delete a Registered Assembly","navPath":"delete.html","bundleId":"work-tasks-2023-sp1","id":"af1cb0544-2941-4343-8267-ac64a5971a02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageitemsecurityforassembly.html","title":"Manage Security for a Assembly","navPath":"manageitemsecurityforassembly.html","bundleId":"work-tasks-2023-sp1","id":"a6cc38875-6875-4276-994f-bece20c7f450","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/instantiateanassemblyclassinworkflow.html","title":"Instantiate an Assembly Class in Workflow","navPath":"instantiateanassemblyclassinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a41e83768-a2a0-49c6-a3c8-db5382f238dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstance.html","title":"SOA Object Instances in SOA Property","navPath":"soaobjectinstance.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b1f9-d312-4f32-b6dc-f883ee947bc2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstancesinexpressioneditor.html","title":"SOA Object Instances in Expression Editor","navPath":"soaobjectinstancesinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"a15617711-2e6d-4267-8d86-b772c2ea5ce8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soawebobjectsinexpressioneditor.html","title":"SOA Web Objects in Expression Editor","navPath":"soawebobjectsinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"aab9cb504-0368-46ad-ac4c-ab3fa8cfdb08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/integrationvssoa.html","title":"Difference Between Integration and SOA","navPath":"integrationvssoa.html","bundleId":"work-tasks-2023-sp1","id":"ad84c4c72-7ecd-4400-8666-638b63aefd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityfeatures.html","title":"Security Features for Folders and Assemblies","navPath":"securityfeatures.html","bundleId":"work-tasks-2023-sp1","id":"ad54bef57-f535-4380-9b0c-179ba0834b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitations1.html","title":"Limitations of SOA","navPath":"limitations1.html","bundleId":"work-tasks-2023-sp1","id":"ac38d2c67-79df-43ee-9eab-e392c04dce3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaactivities_1.html","title":"SOA Activity","navPath":"soaactivities_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a5df4bc-3918-4e80-b5b8-812948a0dfce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingsoaexecuteactivitiesinworkflows.html","title":"Use SOA Execute Activity in Workflows","navPath":"usingsoaexecuteactivitiesinworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ab90d2a75-129e-4926-b907-7d6b9ffb5c32","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityinskelta.html","title":"Security Framework","navPath":"introductiontosecurityinskelta.html","bundleId":"work-tasks-2023-sp1","id":"a4df273d9-22cc-42e7-86f0-fdef4d0d6a20","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityframework.html","title":"Introduction to Security Framework","navPath":"introductiontosecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"a61c65f95-0fac-4bae-8b7c-aa751d34a03c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewsecuritymappingatrepositorylevel.html","title":"View Security Mapping at Repository Level","navPath":"viewsecuritymappingatrepositorylevel.html","bundleId":"work-tasks-2023-sp1","id":"a0281f09f-a2b7-4c95-b67b-ca53dd173da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/componentsofsecurityframework.html","title":"Components of Security Framework","navPath":"componentsofsecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"aefa4d24e-13fe-4ea7-9517-49268d3df052","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityright.html","title":"Security Rights","navPath":"introductiontosecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a850df2c9-cc17-4f1d-815d-1e6a97fabc2e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupRights.html","title":"Security Rights Available for a Repository","navPath":"SecurityGroupRights.html","bundleId":"work-tasks-2023-sp1","id":"ad1b680e6-ae25-41fd-8b40-30840295a2f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/typesofsecurityrights.html","title":"Types of Security Rights","navPath":"typesofsecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"afc31167f-91bf-4811-b322-fad576db99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differencebetweenvaluefortherights.html","title":"Difference between Value for the Rights and Follower Specific Value for Rights","navPath":"differencebetweenvaluefortherights.html","bundleId":"work-tasks-2023-sp1","id":"aa2879531-53cd-43b4-aa20-bee68d035ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dictrorandfollower.html","title":"Dictator and Follower","navPath":"dictrorandfollower.html","bundleId":"work-tasks-2023-sp1","id":"a304d9c28-6865-4f59-aae3-7e43715384fb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecuritygroup.html","title":"Security Group","navPath":"introductiontosecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"aa4043848-7b0a-4ea4-8add-3f703005f278","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroups.html","title":"Manage Security Groups","navPath":"managesecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a2bcde821-127d-4415-927b-620077b460ed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingsecuritygroup.html","title":"Create Security Group","navPath":"creatingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a5309db88-845f-4e74-84ab-7698131d3016","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingsecuritygroup.html","title":"Modify Security Group","navPath":"modifyingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a2c17c9ce-f3c1-439a-8601-2926db2e8eed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapprovalandrequiresapprovalwithprompt.html","title":"Example for Allow or Disallow","navPath":"exampleforrequiresapprovalandrequiresapprovalwithprompt.html","bundleId":"work-tasks-2023-sp1","id":"a5aff382e-e679-4240-a44d-6b8e660eeff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapproval.html","title":"Example for Requires Approval and Requires Approval With Prompt","navPath":"exampleforrequiresapproval.html","bundleId":"work-tasks-2023-sp1","id":"a78f08d47-b9b8-4959-9c09-e9c869592de4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup.html","title":"View Security Group","navPath":"viewingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a782ba1e5-d6b2-4dd4-8e9c-48e0d07cecf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup1.html","title":"Delete Security Group","navPath":"deletingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a0a716117-edf8-43a2-a4fd-2bd34458443e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectivemapping.html","title":"Effective Mapping of a Security Group","navPath":"effectivemapping.html","bundleId":"work-tasks-2023-sp1","id":"a5461f41e-ffb4-4789-9feb-613709963047","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityresourcemapping.html","title":"Security Resource Mapping","navPath":"introductiontosecurityresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ccf7468-0615-4396-a6a1-ddc14fbd032c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroup-resourcemapping.html","title":"Manage Security Group - Resource Mapping","navPath":"managesecuritygroup-resourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"abe9b0222-6d2d-4c30-a27b-6837b648aca4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsecuritygroup.html","title":"Create a Resource Mapping","navPath":"newsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3dd02549-3cbc-4bd0-a913-b9c146d4d3a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingsecuritygroup.html","title":"Edit Resource Mapping","navPath":"editingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a8b7950f2-a314-4150-a316-5ed2d2775ba3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup.html","title":"Delete Resource Mapping","navPath":"deletingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ace19acd3-b40e-4bb2-8da2-9602053eb125","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/vieweffectivesecurityforuserorrole.html","title":"View Effective Security Rights for User or Role","navPath":"vieweffectivesecurityforuserorrole.html","bundleId":"work-tasks-2023-sp1","id":"a1eb15cf7-cca7-4f5a-ad6a-36bbf327e3a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolebased.html","title":"View Effective Security Rights for Roles","navPath":"rolebased.html","bundleId":"work-tasks-2023-sp1","id":"a8348b843-0fe8-478c-a137-b4004aad2cd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userbased.html","title":"View Effective Security Rights for User/Role","navPath":"userbased.html","bundleId":"work-tasks-2023-sp1","id":"a2d73fc56-b7f1-4f51-bef0-6ccf5ac3b33f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/levelsofsecurity.html","title":"Levels of Security","navPath":"levelsofsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ab0900760-629a-47bf-a091-77bab2247838","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritysettings.html","title":"Set Security at Repository Level","navPath":"repositorylevelsecuritysettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c94b4ba-6486-4e67-bfd8-eb6e8c683df4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel1.html","title":"Set Security at List Level","navPath":"settingsecurityatlistlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a5994bd0e-984e-468a-a2bd-a7582b371434","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel1.html","title":"Set Security at ListItem Level","navPath":"settingsecurityatlistitemlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a67539795-171f-4b9d-b193-7a27ac979a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overwritingdefinitionsfromabovelevel1.html","title":"Overwrite Definitions from Above Level","navPath":"overwritingdefinitionsfromabovelevel1.html","bundleId":"work-tasks-2023-sp1","id":"af620be0b-9d01-4816-98e5-b700cf56bb35","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtochoosebetweenmappingandcustomization.html","title":"Choose between Mapping and Customization","navPath":"howtochoosebetweenmappingandcustomization.html","bundleId":"work-tasks-2023-sp1","id":"a4948ebb1-cca5-430d-8334-8763a52e0f03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel.html","title":"Enable Security at List Level","navPath":"settingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6a699121-2e81-49b9-80e0-b144adb55b03","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevelbyenablingresourcemapping.html","title":"Enable Security at List Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistlevelbyenablingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"ada9ba19f-e4ea-44b0-a634-752f86782b12","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewmapping.html","title":"Add a Resource Mapping","navPath":"addinganewmapping.html","bundleId":"work-tasks-2023-sp1","id":"aa50098bd-8107-4d76-8a17-402facb1c7b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"afc5ff02f-888b-4ebf-92b0-5cc6888bd575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a46c90eed-0478-4b39-a5b8-4dc227eee944","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevel.html","title":"Enable Security at List Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a17ab69d2-df97-4435-9d33-a87332cc5cde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavilableatlistlevel.html","title":"Remove Mapping Available at List Level","navPath":"howtoremovemappingavilableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a2c686b66-12d2-4471-a56c-7ebfe663d4a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomizationavailableatlistlevel.html","title":"Remove Customization Available at List Level","navPath":"howtoremovecustomizationavailableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a50140ab2-c4a5-4f25-a1ab-dfe681af023f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level","navPath":"settingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a1472f8cc-e8ed-4d04-b09e-adb77d2f838a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a7180b33e-75c1-48a6-91c6-4ed5550dc97a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewresourcemapping.html","title":"Add a Resource Mapping","navPath":"addinganewresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"af2f17a83-146d-4def-969f-f15b666a2eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping1.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a7a727f54-fe93-461e-9944-413152816b47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping1.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a44e964d2-a232-40cc-8c31-7f7c57bea52e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel_1.html","title":"Enable Security at List Item Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistitemlevel_1.html","bundleId":"work-tasks-2023-sp1","id":"a8bfdb344-5dcc-40ce-88db-d4e6cd1f74f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavailableatlistitemlevel.html","title":"Remove Mapping Available at ListItem Level","navPath":"howtoremovemappingavailableatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"aa45742fc-3d69-4a3d-b406-d19ffb25fa9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomization.html","title":"Remove Customization Available at ListItem Level","navPath":"howtoremovecustomization.html","bundleId":"work-tasks-2023-sp1","id":"a92e80f8d-b6f8-4ed9-b6c3-426a734981cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectofresourcerightsafterdeletingmapping.html","title":"Effect on Resource Rights after Deleting the Mapping","navPath":"effectofresourcerightsafterdeletingmapping.html","bundleId":"work-tasks-2023-sp1","id":"a3a128346-227f-48a9-b412-1b56e2e11502","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/synchronization.html","title":"Synchronization","navPath":"synchronization.html","bundleId":"work-tasks-2023-sp1","id":"af57b44ce-0e9b-48ac-96a2-ada8f20118db","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecureRepositoryUsingSecurityFramework.html","title":"Secure Repository Using Security Framework","navPath":"SecureRepositoryUsingSecurityFramework.html","bundleId":"work-tasks-2023-sp1","id":"a89361c49-2834-4cc5-a28f-6932946df03d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securinglistandlistitem.html","title":"Secure List and ListItems","navPath":"securinglistandlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a84d4efea-ab7b-4c52-94f5-4fe1dbc9c35e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingskeltaservercontrols.html","title":"Secure AVEVA Work Tasks Server Controls","navPath":"securingskeltaservercontrols.html","bundleId":"work-tasks-2023-sp1","id":"a09e61749-2ae2-421e-966a-488cd95f9810","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Menus.html","title":"Secure Menus","navPath":"Securing_Menus.html","bundleId":"work-tasks-2023-sp1","id":"a6727fe61-c539-4dde-a95c-a104a34ffb50","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managenavigationlist.html","title":"Manage Navigation List","navPath":"managenavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"ad2473d28-4afd-45b8-b3c2-fee56f40c593","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewfolder.html","title":"Create Folder","navPath":"creatingnewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a0ca5064a-9a00-4ed5-9b55-5a25cac372ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180642.html","title":"Create Navigation Link","navPath":"180642.html","bundleId":"work-tasks-2023-sp1","id":"a906930cc-9c9d-42a8-b984-dc582eb1d53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewformlink.html","title":"Create Form Link","navPath":"creatingnewformlink.html","bundleId":"work-tasks-2023-sp1","id":"ad898f593-53de-44a4-82a1-3fcc5b5b297f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewlistlink.html","title":"Create List Link","navPath":"creatingnewlistlink.html","bundleId":"work-tasks-2023-sp1","id":"a1905245e-d3d2-4766-839d-8603725f287b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/544723.html","title":"Create Dashboard Link","navPath":"544723.html","bundleId":"work-tasks-2023-sp1","id":"a889ab4fc-48ae-4dd3-b979-dea2d6dd95cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingformlink.html","title":"Edit Navigation List Items","navPath":"editingformlink.html","bundleId":"work-tasks-2023-sp1","id":"ab697a40b-d26f-4e08-84e5-7d83a442fd46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9cb998ed-875a-40ab-8838-3c8630b0fe68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingnavigationlist.html","title":"Organize Navigation List","navPath":"organizingnavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"a185ccb77-bca5-4111-93e4-f3352a2482e2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Event_Providers.html","title":"Secure Event Providers","navPath":"Securing_Event_Providers.html","bundleId":"work-tasks-2023-sp1","id":"a065c9a14-7839-4a87-bbcb-b2e892df1177","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageeventproviders.html","title":"Manage Event Providers","navPath":"manageeventproviders.html","bundleId":"work-tasks-2023-sp1","id":"a04a2d995-4357-499a-985e-1bee28ef19c5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganeweventprovider.html","title":"Create an Event Provider","navPath":"creatinganeweventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a8d56ba6a-a7d6-45d8-952a-bd36ebb00091","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingeventprovider.html","title":"Edit an Event Provider","navPath":"editinganexistingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a1edfe7c5-8f45-4357-97c3-8e73474f41b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation_1.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9f89ad6-07b4-41d6-b312-fb47e6ef4ed0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingeventprovider.html","title":"Secure Event Provider","navPath":"securingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a4dbe6d23-9d7b-46f3-bdc2-15daeabd9961","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurequeuecontrol.html","title":"Secure Queue Control","navPath":"howtosecurequeuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"a77f12471-14a6-4110-9c62-30c7c1da8f69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewqueue.html","title":"Control New Queue Addition","navPath":"howtocontroladdinganewqueue.html","bundleId":"work-tasks-2023-sp1","id":"a1a8e1bb9-e6df-4777-b4ad-19e5ad0484e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingqueuecontrol.html","title":"Control Queue View","navPath":"howtocontrolviewingqueuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"aea2e8032-5995-49a8-b3a8-488ca1a35681","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureworkitemcontrol.html","title":"Secure Work Item Control","navPath":"howtosecureworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a80b87034-bd44-417a-bf88-444151ec2d8b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowqueueworkitemcontrol.html","title":"Secure Work Item Control - Show Queue","navPath":"howtosecureshowqueueworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a4e59bb77-2aa5-4686-88dd-a75eb6be7330","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowalternateactorworkitemcontrol.html","title":"Secure Work Item Control - Show Alternate Actor","navPath":"howtosecureshowalternateactorworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a00930b47-9421-491b-81c9-2a795ab8203d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowresourcecalendarworkitemcontrol.html","title":"Secure  Work Item Control - Show Resource Calendar","navPath":"howtosecureshowresourcecalendarworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ae5e74cb5-bfa2-4fad-8438-34875254b2a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuresetpreferencesworkitemcontrol.html","title":"Secure Work Item Control - Set Preferences","navPath":"howtosecuresetpreferencesworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a31520053-12ec-46c3-9b49-192ba7e5141e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingworkitemcontrol.html","title":"Secure Work Item Control - View","navPath":"howtocontrolviewingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a2d46cc2d-6bb2-4fb5-b297-f8d904168191","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureforwardingworkitemcontrol.html","title":"Secure Work Item Control - Forward","navPath":"howtosecureforwardingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad499b0f1-b6e6-4f3d-bc64-62a5c8840faa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingpackage1.html","title":"Secure Package","navPath":"securingpackage1.html","bundleId":"work-tasks-2023-sp1","id":"a6ce2ecf7-8d95-477c-90c0-8b6be82818c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinpackagetemplate.html","title":"Secure Actions in Package Template","navPath":"howtosecureactionsinpackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad64f3bf4-6fb9-4f47-a40a-9fc4814a2c3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuregeneratingapackagetemplate.html","title":"Control Generation of Package Template","navPath":"howtosecuregeneratingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa281fe82-86a1-4ecd-ba7e-faba3951b6d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldownloadingapackagetemplate.html","title":"Control Package Template Export","navPath":"howtocontroldownloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"afd9ce747-3831-4d09-94ee-598b009ff619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolmarkingapackagetempalteasshipped.html","title":"Control Package Template Marking","navPath":"howtocontrolmarkingapackagetempalteasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a41d705f9-c501-4b9b-aa68-d972ff5c0a9f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinmanagepackage.html","title":"Secure Actions in Manage Package","navPath":"howtosecureactionsinmanagepackage.html","bundleId":"work-tasks-2023-sp1","id":"aa77a2596-0872-4d00-8204-41badf2d7dfd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolinstallingapackage.html","title":"Control Package Install","navPath":"howtocontrolinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"a7fa6820b-8ca8-4f1c-bd2b-1800295f59a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroluninstallingapackage.html","title":"Control Package Uninstall","navPath":"howtocontroluninstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"ade3bac84-0d6b-4d08-8135-8a6fcdffc356","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecalendarcontrol.html","title":"Secure Calendar Control","navPath":"howtosecurecalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"aacbc5be7-9cd1-44a1-b544-8412ecbd0f5c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewcalendar.html","title":"Control Adding a New Calendar","navPath":"howtocontroladdinganewcalendar.html","bundleId":"work-tasks-2023-sp1","id":"a6b40a0f1-a6eb-4fd4-807e-19c440980de7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldeletinganexistingcalendar.html","title":"Control Deleting an Existing Calendar","navPath":"howtocontroldeletinganexistingcalendar.html","bundleId":"work-tasks-2023-sp1","id":"af86c2a44-1fb3-45c6-bfc3-470184f0da3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingallcalendars.html","title":"Control Viewing All Calendars","navPath":"howtocontrolviewingallcalendars.html","bundleId":"work-tasks-2023-sp1","id":"a5260d098-a606-4174-b302-2f76992a650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingbasecalendar.html","title":"Control Viewing Base Calendar","navPath":"howtocontrolviewingbasecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a25d7b7ac-38e7-4ecb-a7a5-99e52d57ba6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingcalendarcontrol.html","title":"Control Viewing Calendar Control","navPath":"howtocontrolviewingcalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"af1da3df1-1398-4004-8647-ca8125c78d08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamsecurity.html","title":"Secure BAM Control","navPath":"bamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a69feeb1b-c959-45bc-9a08-41c8982985e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtousebamsecurity.html","title":"Use BAM Security","navPath":"howtousebamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ac7bee4b4-185a-473e-9a84-4b4079eac2dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defaultscenariosfordifferentsecuritygroups.html","title":"Default Rights for Different Security Groups","navPath":"defaultscenariosfordifferentsecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a9a8ab519-d3f2-4f8d-9960-62430becc9ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamrights1.html","title":"BAM Report Rights","navPath":"bamrights1.html","bundleId":"work-tasks-2023-sp1","id":"ae5aae4ce-d40a-4840-bc5a-e69188a28623","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamtreemenurights.html","title":"BAM Tree Menu Rights","navPath":"bamtreemenurights.html","bundleId":"work-tasks-2023-sp1","id":"a98c9111f-5b2a-470f-8362-939929afa2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/views.html","title":"Views","navPath":"views.html","bundleId":"work-tasks-2023-sp1","id":"a314a6b01-3b13-429f-9318-6226a45a8614","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Actions.html","title":"Actions","navPath":"Actions.html","bundleId":"work-tasks-2023-sp1","id":"a21785487-60b7-493f-bd1b-c915457f230a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfigurations.html","title":"BAM Configuration","navPath":"bamconfigurations.html","bundleId":"work-tasks-2023-sp1","id":"af65fda71-5410-463f-b086-5412e13c22f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/executiondetailswindow.html","title":"Execution Details Window","navPath":"executiondetailswindow.html","bundleId":"work-tasks-2023-sp1","id":"a6b83ce18-d7b1-4e90-b443-89b5e0854081","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewglobalreports.html","title":"Can View Global Reports","navPath":"canviewglobalreports.html","bundleId":"work-tasks-2023-sp1","id":"a5f09ef6e-c315-41a3-bbbc-13d749aaa1cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewtriggeredreports.html","title":"Workflowscope_InitiatedWorkflow","navPath":"canviewtriggeredreports.html","bundleId":"work-tasks-2023-sp1","id":"aae2f18a8-0176-4da2-98c4-4a2f68ca8231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewownedreports.html","title":"Workflowscope_OwnedWorkflow","navPath":"canviewownedreports.html","bundleId":"work-tasks-2023-sp1","id":"aaa9c6d53-859a-42a6-bffe-465491321a05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewothersreport.html","title":"Workflowscope_Any","navPath":"canviewothersreport.html","bundleId":"work-tasks-2023-sp1","id":"a30e5799e-8246-4e81-ba1c-8520cc271faa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewbamcontrol.html","title":"Can View BAM Control","navPath":"canviewbamcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a567a03bd-3044-478f-953a-670d046a3066","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureprocessdesign.html","title":"Secure Process Designer","navPath":"howtosecureprocessdesign.html","bundleId":"work-tasks-2023-sp1","id":"a851a7d4f-bcdb-4080-90be-0116cc87e265","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processdesignerrights1.html","title":"Process Designer Rights","navPath":"processdesignerrights1.html","bundleId":"work-tasks-2023-sp1","id":"a2e25c91d-6121-4789-b1ca-edc1fd09f5c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inclusionandexclusion.html","title":"Inclusion and Exclusion","navPath":"inclusionandexclusion.html","bundleId":"work-tasks-2023-sp1","id":"a64951bdc-fac1-44bc-b747-ec8be8645e30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionRights.html","title":"Action Rights","navPath":"ActionRights.html","bundleId":"work-tasks-2023-sp1","id":"a4fe9cbaa-91bc-46bf-8052-76f6a6bb3d06","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecategories.html","title":"Secure Categories","navPath":"howtosecurecategories.html","bundleId":"work-tasks-2023-sp1","id":"a86732bba-164b-4e71-9564-22d4387374b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactivities.html","title":"Secure Activities of Categories","navPath":"howtosecureactivities.html","bundleId":"work-tasks-2023-sp1","id":"a624cedce-fcea-44ca-a0cc-0cc7e8855ca8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurepropertiesofactivities.html","title":"Secure Properties of Activities","navPath":"howtosecurepropertiesofactivities.html","bundleId":"work-tasks-2023-sp1","id":"ac692666c-ab45-4d8e-a97b-7793cdc9af22","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/menurights.html","title":"Menu Rights","navPath":"menurights.html","bundleId":"work-tasks-2023-sp1","id":"a5bb8bd8c-3ef5-49ee-afe4-24a5f5709ed8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importbehaviourforrestrictedactivities.html","title":"Import Behavior for Restricted Activities and Activity Properties","navPath":"importbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4dde9ddd-7726-4ffb-8342-46c14c026b6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designbehaviourforrestrictedactivities.html","title":"Design Behavior for Restricted Activities and Activity Properties","navPath":"designbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4a87cbde-7bf4-4256-afd4-6bea273b9052","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingprocessdesignercontrolatworkflowlevel.html","title":"Secure Process Designer Control at Workflow Level","navPath":"securingprocessdesignercontrolatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a504c3047-36b8-42c5-93a9-8cfd13383f17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canoverwritepublishedworkflowright.html","title":"Can Overwrite Published Workflow Right","navPath":"canoverwritepublishedworkflowright.html","bundleId":"work-tasks-2023-sp1","id":"a5d8f37c5-da04-43c0-ac07-9e5e034dde54","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Advanced_Security_Options.html","title":"Advanced Security Options","navPath":"Advanced_Security_Options.html","bundleId":"work-tasks-2023-sp1","id":"a1f3220f6-19d3-4c4a-9ea4-3a1b1f0ad9a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingupsecurityapproovalworkflow.html","title":"Set up Security Approval Workflow","navPath":"settingupsecurityapproovalworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1024557b-77af-4d75-946b-94b411804132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurityrights.html","title":"Manage Security Rights","navPath":"managesecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"a9469249e-e11d-45eb-9458-0a5c5077db56","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingasecurityright.html","title":"Create a Security Right","navPath":"creatingasecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a38b6d204-15bf-4f0d-9a66-6971a0e6cd50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingasecuritygroup.html","title":"Modify a Security Right","navPath":"modifyingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ae521aaa1-885d-4cdf-9993-3393ec0c47c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup1.html","title":"View Security Right","navPath":"viewingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a131cb16a-5f17-4449-ad95-c42eeb6f0220","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingasecuritygroup.html","title":"Delete a Security Right","navPath":"deletingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3275c70d-4e1c-455e-8b12-7afb2130b712","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scopeofrights.html","title":"Scope of Rights","navPath":"scopeofrights.html","bundleId":"work-tasks-2023-sp1","id":"adbeeb95c-ab90-4d52-afd0-c9159c20b34b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinguserdesfinedoperationsandrights.html","title":"Create User Defined Operations and Rights","navPath":"creatinguserdesfinedoperationsandrights.html","bundleId":"work-tasks-2023-sp1","id":"a91a5fdca-b437-41dd-a5e1-d31b9380c7bd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listlevelsettings.html","title":"Enable and Disable Security at List/List item level","navPath":"listlevelsettings.html","bundleId":"work-tasks-2023-sp1","id":"a60ce66ae-d4a4-412a-bf88-a93cc6c6f512","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityforrenderingcustomforms.html","title":"Dynamic Form Rendering Based on Security","navPath":"securityforrenderingcustomforms.html","bundleId":"work-tasks-2023-sp1","id":"aae67769e-d7c7-440f-842e-0d6db1c22644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinganddisablingsecurity.html","title":"Enable and Disable Security for a Repository","navPath":"enablinganddisablingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a142667db-d0eb-4537-987a-af2805972d61","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/672322.html","title":"Http Strict Transport Security Enforcement","navPath":"672322.html","bundleId":"work-tasks-2023-sp1","id":"a049f49bf-050e-4be7-b36f-a0b494242962","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775988.html","title":"Access-Control-Allow-Origin","navPath":"775988.html","bundleId":"work-tasks-2023-sp1","id":"a72da2f3f-4e98-4d94-8a93-be76ec1bd837","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityvulnerabilities.html","title":"Security Vulnerabilities","navPath":"securityvulnerabilities.html","bundleId":"work-tasks-2023-sp1","id":"a13fee3a8-6ddd-4c8f-aa15-9636638457f4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/removingunwantedhttpresponseheaders.html","title":"Remove Unwanted HTTP Response Headers","navPath":"removingunwantedhttpresponseheaders.html","bundleId":"work-tasks-2023-sp1","id":"ad0c531e4-2df0-4fef-98e9-1707ea05e5fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/255251.html","title":"Prevent Clickjacking Attack","navPath":"255251.html","bundleId":"work-tasks-2023-sp1","id":"abaccebcd-99fe-4371-a5ee-854cd3790324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/306082.html","title":"SDL Cookie with Secure Flag","navPath":"306082.html","bundleId":"work-tasks-2023-sp1","id":"a6a0e52d0-57ca-4a2c-89b3-361973bc2abe","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshooting1.html","title":"Troubleshoot Security Issues","navPath":"troubleshooting1.html","bundleId":"work-tasks-2023-sp1","id":"a23fe967d-4820-415c-a727-a194ecc9c155","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootlookupcontrol.html","title":"View Others Items in the Lookup Control","navPath":"troubleshootlookupcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a8731c86c-78ce-4e5b-b5bf-c8865ea8434b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootgridcontrol.html","title":"View Others Items in the Grid Control","navPath":"troubleshootgridcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad8445cbe-4cdd-4d2b-990c-df1240244c81","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootsecurityissueinthelist.html","title":"View Others Items in the List","navPath":"troubleshootsecurityissueinthelist.html","bundleId":"work-tasks-2023-sp1","id":"a610ed231-d383-4d36-9400-90f820c1abb3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootviewingotheritemsirrespectiveofstatus.html","title":"View Others Items Irrespective of Status","navPath":"troubleshootviewingotheritemsirrespectiveofstatus.html","bundleId":"work-tasks-2023-sp1","id":"a8f57f3d7-0622-4cef-b895-7ebf7cc26f7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootnavigationlistmenus.html","title":"Navigation List Menus","navPath":"troubleshootnavigationlistmenus.html","bundleId":"work-tasks-2023-sp1","id":"a8e4fa47a-8aee-4686-a09d-b35337a49989","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles_1.html","title":"Synchronize Roles","navPath":"SynchronizeRoles_1.html","bundleId":"work-tasks-2023-sp1","id":"a080cf3bc-fb86-4f26-85e8-33dd7683827d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks_1.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02870ef-5e4a-4537-9445-c4c39eb59ac6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts.html","title":"Web Parts","navPath":"aboutwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a7f9ef4f4-e850-471b-9ef6-8c9e301e0d25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overview.html","title":"Use Web Parts Infrastructure","navPath":"overview.html","bundleId":"work-tasks-2023-sp1","id":"ae153da41-cea8-4d25-87c9-dd744f570f0b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webpartsframework.html","title":"Web Parts Framework","navPath":"webpartsframework.html","bundleId":"work-tasks-2023-sp1","id":"a9278cf3b-66e2-41eb-a793-9cd7424603dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts-out-of-the-box.html","title":"Out-of-the-Box Web Parts","navPath":"aboutwebparts-out-of-the-box.html","bundleId":"work-tasks-2023-sp1","id":"a2ee6e970-7582-487a-9e8c-7ffb41470d02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/otherwebpartproperties.html","title":"Other Web Part Properties","navPath":"otherwebpartproperties.html","bundleId":"work-tasks-2023-sp1","id":"a7ce88981-ace0-4492-978a-8ab10dec315a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/authenticationandpersonalization_1.html","title":"Authentication and Personalization","navPath":"authenticationandpersonalization_1.html","bundleId":"work-tasks-2023-sp1","id":"a4eddedf8-f93c-4de8-ba8f-4df866eba8c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomwebparts.html","title":"Create Custom Web Parts","navPath":"creatingcustomwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a4488a29c-c45e-4dfa-89ad-9c3810751396","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","title":"Web Part Display Modes","navPath":"Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","bundleId":"work-tasks-2023-sp1","id":"aece43bbc-b053-4aaf-8036-04754d501139","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltahomepagedisplaymodes.html","title":"Browse Mode","navPath":"skeltahomepagedisplaymodes.html","bundleId":"work-tasks-2023-sp1","id":"a653cb6dc-b763-4d26-9253-b136f19b8451","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designmode.html","title":"Design Mode","navPath":"designmode.html","bundleId":"work-tasks-2023-sp1","id":"af729579e-5692-4b31-ad9a-1920a2fda35d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editmode.html","title":"Edit Mode","navPath":"editmode.html","bundleId":"work-tasks-2023-sp1","id":"a6cd638f8-7364-426a-be4a-dd14ad98c200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartenabledhomepages.html","title":"Web Part Enabled Home Pages","navPath":"skeltawebpartenabledhomepages.html","bundleId":"work-tasks-2023-sp1","id":"a883bd49f-8fa8-4447-9585-da507e08fa46","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inboxorworkitemlistwebpart.html","title":"Inbox","navPath":"inboxorworkitemlistwebpart.html","bundleId":"work-tasks-2023-sp1","id":"a11645db1-665d-41e6-9225-0db4ecbbcdc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/calendarwebpartpage.html","title":"Calendar","navPath":"calendarwebpartpage.html","bundleId":"work-tasks-2023-sp1","id":"a612a3b19-d95f-4257-a846-dfb1e296ffb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/queuemanagement1.html","title":"Queue Management","navPath":"queuemanagement1.html","bundleId":"work-tasks-2023-sp1","id":"afc305572-7fd2-42c2-a80a-777ef19bf324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabusinessactivitymonitoring.html","title":"Business Activity Monitoring","navPath":"skeltabusinessactivitymonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a04406296-6af1-41e3-90af-e547891c934c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage1.html","title":"Page 1","navPath":"homepage1.html","bundleId":"work-tasks-2023-sp1","id":"a4677753f-5690-44a4-b40c-1776e96e0971","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage2.html","title":"Page 2","navPath":"homepage2.html","bundleId":"work-tasks-2023-sp1","id":"a91a7c9f0-a9d7-4b6c-b474-f4a814cf29c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage3.html","title":"Page 3","navPath":"homepage3.html","bundleId":"work-tasks-2023-sp1","id":"a358d5eb3-cd9b-4e7d-9e88-895144086bb6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createownhomepage.html","title":"Create Custom Page","navPath":"createownhomepage.html","bundleId":"work-tasks-2023-sp1","id":"a8c808b4d-1c71-4843-83cd-9a7b5812ffa8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartzones.html","title":"Add a Web Part to the Web Part Zone","navPath":"skeltawebpartzones.html","bundleId":"work-tasks-2023-sp1","id":"ac1aff11d-b2fd-44c5-abe0-67746bf1ff3f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingwebpart.html","title":"Delete Web Part","navPath":"deletingwebpart.html","bundleId":"work-tasks-2023-sp1","id":"adb78b0f0-393c-4a93-9490-13187a33ae07","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingawebpart.html","title":"Edit a Web Part","navPath":"editingawebpart.html","bundleId":"work-tasks-2023-sp1","id":"a786f7b9d-b724-4d63-bf8c-a93b3d3ff342","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/minimizingandrestoringwebparts.html","title":"Minimize and Restore Web Parts","navPath":"minimizingandrestoringwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a3f0651f6-c348-4f18-890b-ad85c12c7c76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygroups.html","title":"Web Part Rights","navPath":"securitygroups.html","bundleId":"work-tasks-2023-sp1","id":"a7ba9a6a6-e4aa-4ddd-814f-7bc88bc3277d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/personalizingscopeinskeltawebparts.html","title":"Personalize Scope in Web Parts","navPath":"personalizingscopeinskeltawebparts.html","bundleId":"work-tasks-2023-sp1","id":"a75b0dbc4-2bb3-4400-9ea4-13cc26c60150","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitationsinwebparts.html","title":"Recommendations in Web Parts","navPath":"limitationsinwebparts.html","bundleId":"work-tasks-2023-sp1","id":"ad840a02a-6d05-4683-90f0-b19463beb172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportingservice.html","title":"Report Service","navPath":"reportingservice.html","bundleId":"work-tasks-2023-sp1","id":"a7e89ff33-7ae2-4551-83a7-d3f58124309c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/samplebuisnesscasestudy1.html","title":"Sample Business Case Study","navPath":"samplebuisnesscasestudy1.html","bundleId":"work-tasks-2023-sp1","id":"aa62cbc28-9c83-4d25-af65-f7c15ac2045c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Connections.html","title":"Connections","navPath":"Working_with_Connections.html","bundleId":"work-tasks-2023-sp1","id":"a57370ea6-dce0-4204-bf15-fe297d3bc025","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection.html","title":"Configure Report Connection","navPath":"configuringssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"aa391278f-bd99-4656-a500-b2b6caf2e725","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection.html","title":"Create a New Report Connection Item","navPath":"createanewssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a2264156c-e6b4-487d-9a24-4f3627563c14","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyssrsconnection.html","title":"Modify Report Connection Item","navPath":"modifyssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a611b20e7-d6ef-4ee0-b85d-ac29af1b6f4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletessrsconnection.html","title":"Delete Report Connection Item","navPath":"deletessrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a63771e64-3cbc-44fa-83f5-f84eb675f2c5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Report_Templates.html","title":"Report Templates","navPath":"Working_with_Report_Templates.html","bundleId":"work-tasks-2023-sp1","id":"ac3de050f-b48a-4a6f-b049-3d13331d89ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate.html","title":"Configure Report Templates","navPath":"configuringskeltatemplate.html","bundleId":"work-tasks-2023-sp1","id":"acb0b8d96-414a-413b-9041-2105b33f1b1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrstemplate.html","title":"Create a New Report Template Item","navPath":"createanewssrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"acf9d09dc-7e11-4993-be2c-88dfcd348c1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrstemplate.html","title":"Modify a Report Template Item","navPath":"modifyassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5f932840-3e03-471a-b6e3-66fe8f2c90d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrstemplate.html","title":"Delete a Report Template Item","navPath":"deleteassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2dfcfd54-776f-42ed-bf8e-882e0316101e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Reports.html","title":"Reports","navPath":"Working_with_Reports.html","bundleId":"work-tasks-2023-sp1","id":"af0dce07d-9151-4451-9f94-dce39d0ecc36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsreport.html","title":"Configure Reports","navPath":"configuringssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a88da1ec3-ed04-4cd3-b0dc-16a62c62f7e7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsreport.html","title":"Create a New Report Item","navPath":"createanewssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a956658e9-a6c9-4910-aceb-be8ab50b849f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrsreport.html","title":"Modify a Report Item","navPath":"modifyassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"adca3a4f3-a7e1-4132-a8be-d9bd09d7afbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrsreport.html","title":"Delete a Report Item","navPath":"deleteassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a60e173e6-cfee-4130-8b88-63106b35582c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingreports.html","title":"Organize Reports","navPath":"organizingreports.html","bundleId":"work-tasks-2023-sp1","id":"ac343b591-6e28-4da0-b8db-c1849bf83cec","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringarchestrareports.html","title":"Configure Reports for Reporting Service","navPath":"configuringarchestrareports.html","bundleId":"work-tasks-2023-sp1","id":"a991d903b-0747-4f56-867f-fb4615ce9c0f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replaceusers.html","title":"User Tools","navPath":"replaceusers.html","bundleId":"work-tasks-2023-sp1","id":"a923cbd2b-352b-4171-b402-814e8a9e2c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusers.html","title":"Replace User","navPath":"replacingusers.html","bundleId":"work-tasks-2023-sp1","id":"a2ba2924e-fb82-48e6-b8af-9060aee34836","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Replacing_User_in_Artifacts_of_a_Repository.html","title":"Replace User in Artifacts of a Repository","navPath":"Replacing_User_in_Artifacts_of_a_Repository.html","bundleId":"work-tasks-2023-sp1","id":"a3e7756f7-5c3f-4f7e-ac95-374ea6567fbe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists_1.html","title":"Lists","navPath":"Lists_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8e172ee-7e6d-4922-ac39-2ba08cb9d24f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacinglistowners.html","title":"Replace List Item Owners","navPath":"replacinglistowners.html","bundleId":"work-tasks-2023-sp1","id":"a7c7e46f9-4b87-4781-8416-f99eef0e4772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusersinsecuritymapping.html","title":"Replace User in Security Resource Mapping","navPath":"replacingusersinsecuritymapping.html","bundleId":"work-tasks-2023-sp1","id":"acc2f0a39-3c0e-42dc-b95f-916b6f144ec2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Other_Artifacts.html","title":"Other Artifacts","navPath":"Other_Artifacts.html","bundleId":"work-tasks-2023-sp1","id":"ac34fe834-91ab-405d-ab90-dcc92a2fdbe8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection_1.html","title":"Queue","navPath":"configuringssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02668fa-5b0d-446b-86e0-84a04a179d65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection_1.html","title":"BAM","navPath":"createanewssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"a739c6a59-ef01-42b3-bec3-21b213e325f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitems.html","title":"Work Items","navPath":"workitems.html","bundleId":"work-tasks-2023-sp1","id":"a4897c452-2f6e-4b90-bc76-3676bb108dbd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate_1.html","title":"Alternate Actor","navPath":"configuringskeltatemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3c0da8a-2ef7-40cb-81b5-a66c99ce5c0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Repository_Configuration.html","title":"Repository Configuration","navPath":"Repository_Configuration.html","bundleId":"work-tasks-2023-sp1","id":"ac94222ea-9238-45fe-a848-bba47a50de6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/systemuser.html","title":"System User","navPath":"systemuser.html","bundleId":"work-tasks-2023-sp1","id":"a254a1ff3-20e7-4b38-9fa2-8a84e662841b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositoryadministrator.html","title":"Repository Administrator","navPath":"repositoryadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a2f07964d-6069-4c12-a5bf-735e7bcf38c4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritygroupresourcemapping.html","title":"Repository Level Security Group Resource Mapping","navPath":"repositorylevelsecuritygroupresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6cfbd654-e9b6-423b-8f4b-085a5773da37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptionmailsettings.html","title":"Exception Mail Settings","navPath":"exceptionmailsettings.html","bundleId":"work-tasks-2023-sp1","id":"a08d6d48d-7151-4757-acf1-e3c940dcb30b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingfortheactorsdirectrefrencesinworkflow.html","title":"View User Reference","navPath":"searchingfortheactorsdirectrefrencesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73f0d28d-6c5e-493b-ad1d-c45d7441867b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewandunlocklockeditems.html","title":"Unlock Locked Items","navPath":"viewandunlocklockeditems.html","bundleId":"work-tasks-2023-sp1","id":"ac5d31bfb-7ea5-4965-a708-c4800871aa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Deleted_List_Items.html","title":"Deleted List Items","navPath":"Deleted_List_Items.html","bundleId":"work-tasks-2023-sp1","id":"ab0c2ea54-585d-4478-a402-526b878837a4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction2.html","title":"Introduction","navPath":"introduction2.html","bundleId":"work-tasks-2023-sp1","id":"a8545fcc1-2fa3-4f29-84ad-d5f4e1f9c912","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingaudittrail.html","title":"Use Deleted List Items","navPath":"usingaudittrail.html","bundleId":"work-tasks-2023-sp1","id":"a58bf703a-e3f2-4c6e-bb5a-d7841dfdbe10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enableordisableaudittrailforarepository.html","title":"Enable or Disable Deleted List Items feature for a Repository","navPath":"enableordisableaudittrailforarepository.html","bundleId":"work-tasks-2023-sp1","id":"a9d895d08-2648-43e7-a2aa-845bbb455231","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetpackage.html","title":"Package","navPath":"skeltabpmnetpackage.html","bundleId":"work-tasks-2023-sp1","id":"a6ea0b72c-f93a-406b-9bb4-e3456a1c1cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/needforskeltapackaging.html","title":"Advantages of Package","navPath":"needforskeltapackaging.html","bundleId":"work-tasks-2023-sp1","id":"abe7eb8a4-92d1-42bf-9f6d-5e2ff8dcbe84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutpackaging.html","title":"About Package","navPath":"aboutpackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5025f35e-0dc1-48fd-9584-55a632430a4c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packagetemplate_1.html","title":"Package Template","navPath":"packagetemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"af4298a1d-0717-4d60-bf73-5e713ed4f8fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managetemplate.html","title":"Manage Package","navPath":"managetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a271781c4-6f33-4197-ba5a-2f86e12c233a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189310.html","title":"ArchestrA Events","navPath":"189310.html","bundleId":"work-tasks-2023-sp1","id":"acaf7e3d5-d83f-4ccc-9125-4516f3f87b99","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189311.html","title":"ArchestrA Events and AVEVA Work Tasks","navPath":"189311.html","bundleId":"work-tasks-2023-sp1","id":"a4a8903b3-ceac-4c5b-a616-384a9aab54a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505_1.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505_1.html","bundleId":"work-tasks-2023-sp1","id":"af91fdf68-2f75-4fe0-8180-d0ea97c62657","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190541.html","title":"ArchestrA Events Lookup List","navPath":"190541.html","bundleId":"work-tasks-2023-sp1","id":"a28b28e7c-e260-48e4-b6ce-509d0c048385","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189475.html","title":"Create ArchestrA Events List Item","navPath":"189475.html","bundleId":"work-tasks-2023-sp1","id":"a534bbe10-446e-48ef-87ab-9f4da4399139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189824.html","title":"Edit ArchestrA Events List Item","navPath":"189824.html","bundleId":"work-tasks-2023-sp1","id":"a5cc78756-999d-40cc-87e7-06f9794f152b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189823.html","title":"Delete ArchestrA Events List item","navPath":"189823.html","bundleId":"work-tasks-2023-sp1","id":"aeb688035-30da-43f9-bd97-02810c901753","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_the_Process_Designer.html","title":"Process Designer","navPath":"Working_with_the_Process_Designer.html","bundleId":"work-tasks-2023-sp1","id":"a1c5c5881-89b6-453e-8ff3-1346087a29ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/abouttheprocessdesigner.html","title":"About the Process Designer","navPath":"abouttheprocessdesigner.html","bundleId":"work-tasks-2023-sp1","id":"af774ffed-af37-428d-9b2b-bdd2adc41dd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasEMFImage.html","title":"Save File as EMF Image","navPath":"SaveFileasEMFImage.html","bundleId":"work-tasks-2023-sp1","id":"a0a7fa872-5d31-468b-9495-fe3a8f9839b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasPNGImage.html","title":"Save File as PNG Image","navPath":"SaveFileasPNGImage.html","bundleId":"work-tasks-2023-sp1","id":"a8d95db1b-cf9e-415b-870f-b99b2b8a32bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionXMLFile.html","title":"Import Process Definition XML File","navPath":"ImportProcessDefinitionXMLFile.html","bundleId":"work-tasks-2023-sp1","id":"a55dddbe8-0676-4bb7-abc4-bfc5f083270c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinitionXMLfile.html","title":"Export Process Definition XML file","navPath":"ExportProcessDefinitionXMLfile.html","bundleId":"work-tasks-2023-sp1","id":"a80c7fcdf-8042-415d-9204-8a0e95ef1310","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionfromVisio.html","title":"Import Process Definition from Visio","navPath":"ImportProcessDefinitionfromVisio.html","bundleId":"work-tasks-2023-sp1","id":"a3fcf59b0-3439-4554-ab6a-c6d755746fb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemfields.html","title":"Add Work Item Fields","navPath":"workitemfields.html","bundleId":"work-tasks-2023-sp1","id":"a37392bc0-4852-4587-914c-b8d57e42435e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alternateactors_1.html","title":"Alternate Actors","navPath":"alternateactors_1.html","bundleId":"work-tasks-2023-sp1","id":"ae283ffec-153f-43dd-84bb-0f39c87bd212","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMConfiguration.html","title":"BAM Configuration","navPath":"BAMConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a6ca61536-4b55-485f-82b0-25c0418d9464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysis.html","title":"Overdue Analysis","navPath":"OverdueAnalysis.html","bundleId":"work-tasks-2023-sp1","id":"a0a390462-1859-48b0-8af2-a78643a9d83d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIDataPoints.html","title":"KPI Data Points","navPath":"KPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a9ecfaa8a-26b3-4c34-8135-c87fd73b4548","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIs.html","title":"KPI(s)","navPath":"KPIs.html","bundleId":"work-tasks-2023-sp1","id":"a659a53a0-cb89-4b0d-89a7-2a3937e370d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Performance.html","title":"Performance","navPath":"Performance.html","bundleId":"work-tasks-2023-sp1","id":"a7a4dcf04-c5ca-43db-a2ca-77a668193049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlertConfiguration.html","title":"Alert Configuration","navPath":"AlertConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a209a8ba3-7ec9-4afc-a9d0-c98aeb5c5137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicConfiguration.html","title":"Basic Configuration","navPath":"BasicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"af57c3210-039b-433e-a054-00beca8b6202","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysisReport.html","title":"Overdue Analysis Report","navPath":"OverdueAnalysisReport.html","bundleId":"work-tasks-2023-sp1","id":"aca60541f-69f8-4b48-afaa-e55e59caf0e7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActions.html","title":"Link Actions","navPath":"LinkActions.html","bundleId":"work-tasks-2023-sp1","id":"a270f149e-5127-4bf7-8b45-3e41f770c284","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Process_Designer_File_Operations.html","title":"Process Designer File Operations","navPath":"Process_Designer_File_Operations.html","bundleId":"work-tasks-2023-sp1","id":"a864b7689-6159-454f-a761-c33a8b7912fd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reuseexistingprocessdesignsbyopeningandrenamethem.html","title":"Reuse Existing Process Designs by Renaming Them","navPath":"reuseexistingprocessdesignsbyopeningandrenamethem.html","bundleId":"work-tasks-2023-sp1","id":"ae17a3798-9909-45e1-8cb5-e480de39947a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/clearthediagramtostartfromscratch.html","title":"Clear the Process Diagram","navPath":"clearthediagramtostartfromscratch.html","bundleId":"work-tasks-2023-sp1","id":"a6ab08e87-c246-43c0-be0d-ec616cd92309","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingtheprocessdiagramasanimage.html","title":"Save the Process Diagram as Image","navPath":"savingtheprocessdiagramasanimage.html","bundleId":"work-tasks-2023-sp1","id":"a13c3cd02-b86a-4b23-be85-e65f31fbd5b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerEditOperations.html","title":"Process Designer Edit Operations","navPath":"ProcessDesignerEditOperations.html","bundleId":"work-tasks-2023-sp1","id":"ad209a5e4-8355-4102-8831-484a699dab26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/cutcopypasteactivities.html","title":"Copy and Paste Activities","navPath":"cutcopypasteactivities.html","bundleId":"work-tasks-2023-sp1","id":"a6cd7bbab-07a0-4775-97c7-0d8b826ed465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UndoandRedoActions.html","title":"Undo and Redo Actions","navPath":"UndoandRedoActions.html","bundleId":"work-tasks-2023-sp1","id":"ae637e8ab-260b-4ed2-88d5-1ecb94cda195","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetPropertiesintheActivityPropertiesWindow.html","title":"Set Properties in the Activity Properties Window","navPath":"SetPropertiesintheActivityPropertiesWindow.html","bundleId":"work-tasks-2023-sp1","id":"a7b682ba3-1527-49d4-8265-15de6bf75759","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandExportFunctionsinProcessDesigner.html","title":"Import and Export Functions in Process Designer","navPath":"ImportandExportFunctionsinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a74b5fb8b-57ac-4a14-96f7-d7072c35aadc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromxml.html","title":"Import from XML","navPath":"importfromxml.html","bundleId":"work-tasks-2023-sp1","id":"afb01713d-adfe-459f-bc8e-1a453809d156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExporttoXML.html","title":"Export to XML","navPath":"ExporttoXML.html","bundleId":"work-tasks-2023-sp1","id":"a041b46fa-0559-4c9c-af9e-11c5eb652ca3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromvisiobpmnstencil.html","title":"Import from Visio (BPMN Stencil)","navPath":"importfromvisiobpmnstencil.html","bundleId":"work-tasks-2023-sp1","id":"a6f325abc-9bff-445a-8a80-729d3f068abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingActivitiesinProcessDesigner.html","title":"Add Activities in Process Designer","navPath":"AddingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"aee13587c-a324-4db0-9235-308f9faae04b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DragandDropActivities.html","title":"Drag and Drop Activities","navPath":"DragandDropActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1d686a5-241e-4d51-b233-350d0690cf3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddActivitiesUsingtheContextMenu.html","title":"Add Activities Using the Context Menu","navPath":"AddActivitiesUsingtheContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"a6f88093c-2a91-4b76-b226-4c2d5d51c4cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkingActivitiesinProcessDesigner.html","title":"Link Activities in Process Designer","navPath":"LinkingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ac4ace3e0-0f1f-4035-a80f-6b1d3ad0f566","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesbyClickingandLinking.html","title":"Link Activities by Clicking and Linking","navPath":"LinkActivitiesbyClickingandLinking.html","bundleId":"work-tasks-2023-sp1","id":"a8192a945-4dd2-4ffa-a32c-a397c81b24de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesUsingtheLinkTool.html","title":"Link Activities Using the Link Tool","navPath":"LinkActivitiesUsingtheLinkTool.html","bundleId":"work-tasks-2023-sp1","id":"a7e79af6e-6cae-40b6-abff-2e55b849039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetLinkOptionsintheActivitiesContextMenu.html","title":"Set Link Options in the Activities Context Menu","navPath":"SetLinkOptionsintheActivitiesContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"af234a3fe-00a3-4492-9df2-1c1127f2849f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingActivityandLinkProperties.html","title":"Set Activity and Link Properties","navPath":"SettingActivityandLinkProperties.html","bundleId":"work-tasks-2023-sp1","id":"a26bf0eb7-5bae-4c7b-a2e0-1c14b0dd7c73","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IdentifyMandatoryProperties.html","title":"Identify Mandatory Properties","navPath":"IdentifyMandatoryProperties.html","bundleId":"work-tasks-2023-sp1","id":"a043aae2e-51c1-44d6-b351-39c0a932878f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method1RightClickandSelectActivityProperties.html","title":"Method 1: Right Click and Select Activity Properties","navPath":"Method1RightClickandSelectActivityProperties.html","bundleId":"work-tasks-2023-sp1","id":"a570cc1bb-7746-46f3-a38d-788b9a8a2825","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","title":"Method 2: Select Activity and then Select Activity Properties from Edit Menu","navPath":"Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","bundleId":"work-tasks-2023-sp1","id":"a5bef891a-1f80-4a30-a738-a265b808e448","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method3UseWizardsForResourceActivitieswhereapplicable.html","title":"Method 3: Use Wizards For Resource Activities (where applicable)","navPath":"Method3UseWizardsForResourceActivitieswhereapplicable.html","bundleId":"work-tasks-2023-sp1","id":"a1e9777fa-69a2-4f28-9dad-8b74871dd63f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoPropertySettingWizards.html","title":"Introduction to Property Setting Wizards","navPath":"IntroductiontoPropertySettingWizards.html","bundleId":"work-tasks-2023-sp1","id":"a57455bfa-9121-4a23-af49-741992fda5f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheActorsSelectionWizard.html","title":"Use the Actors Selection Wizard","navPath":"UsetheActorsSelectionWizard.html","bundleId":"work-tasks-2023-sp1","id":"afd2ac53b-6633-4448-a24c-4d3eb3f45165","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheEscalationEmailWizard.html","title":"Use the Escalation Email Wizard","navPath":"UsetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"aadd05c37-23fc-4ef9-9016-2f25b349e8cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingtheExpressionEditor.html","title":"Use the Expression Editor","navPath":"UsingtheExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"adb76f90f-1e91-4883-a064-daddf58e1f9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingtheexpressioneditortosetactionproperties.html","title":"About the Expression Editor","navPath":"usingtheexpressioneditortosetactionproperties.html","bundleId":"work-tasks-2023-sp1","id":"a1b1f6360-1a0c-470a-8859-a77fb9f0334d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExpressionEditortoBuildExpressionsforProperties.html","title":"Use Expression Editor to Build Expressions for Properties","navPath":"UseExpressionEditortoBuildExpressionsforProperties.html","bundleId":"work-tasks-2023-sp1","id":"ae2d1fe52-4e28-418b-99d9-8b3ec313c053","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAppearancePropertiesforActivityIcons.html","title":"Set Appearance Properties for Activity Icons","navPath":"SetAppearancePropertiesforActivityIcons.html","bundleId":"work-tasks-2023-sp1","id":"a41881247-9bcc-4d36-8af6-a1c7c95984b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchforContentinWorkflow.html","title":"Search for Content in Workflow","navPath":"SearchforContentinWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aec7bcc1e-2c6f-40eb-bc06-3dec29fed468","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheProcessMapImageforNavigation.html","title":"Use the Process Map Image for Navigation","navPath":"UsetheProcessMapImageforNavigation.html","bundleId":"work-tasks-2023-sp1","id":"a1c064f49-2433-4ea5-bb2b-99cefc7f5a8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessModelingandSavingtheAnalyst%27sView.html","title":"Process Modeling and Saving the Analyst's View","navPath":"ProcessModelingandSavingtheAnalyst'sView.html","bundleId":"work-tasks-2023-sp1","id":"a315cfc2a-f886-44a9-824f-fcfde9c27aee","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockandUnlockDesigners.html","title":"Lock and Unlock Designers","navPath":"LockandUnlockDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a7bd3c85e-ae9b-43fc-8c53-bf2770993cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforrepository.html","title":"Enable and Disable Lock for Repository","navPath":"enablinglockforrepository.html","bundleId":"work-tasks-2023-sp1","id":"a5eed50c7-8c61-4d83-adb2-a6a89d89b93f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentTypesofLocks.html","title":"Different Types of Locks","navPath":"DifferentTypesofLocks.html","bundleId":"work-tasks-2023-sp1","id":"acd96aa2b-ec2c-4d60-9250-a16d80f976dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManualLockandUnlock.html","title":"Manual Lock and Unlock","navPath":"ManualLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a3f5ab54c-5c0e-471e-890e-46b23e098ded","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoLockandUnlock.html","title":"Auto Lock and Unlock","navPath":"AutoLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a6be31189-eaca-444a-aeef-2e78a7feafde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLockandUnlockonDesigners.html","title":"Use Lock and Unlock on Designers","navPath":"UseLockandUnlockonDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a100fe4b5-e5b9-4143-8994-4865c5d53f48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist2.html","title":"Process Designer","navPath":"workflowlist2.html","bundleId":"work-tasks-2023-sp1","id":"ad476e8ce-60fa-41d2-b588-9766e81ce8f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formslist.html","title":"Forms Designer","navPath":"formslist.html","bundleId":"work-tasks-2023-sp1","id":"a0d9d4255-9e45-4c06-ab73-f8b49f8c4eda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListDesigner.html","title":"List Designer","navPath":"ListDesigner.html","bundleId":"work-tasks-2023-sp1","id":"af83e3d32-f2d2-4ab3-98d8-071c3569270e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingLockandUnlockonUserDefinedLists.html","title":"Use Lock and Unlock on User Defined Lists","navPath":"UsingLockandUnlockonUserDefinedLists.html","bundleId":"work-tasks-2023-sp1","id":"ab6c64c0d-b3f7-4caf-b05a-a97cb2bc5650","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforuserdefinedlist.html","title":"Enabling Lock for User Defined List","navPath":"enablinglockforuserdefinedlist.html","bundleId":"work-tasks-2023-sp1","id":"a56a9826b-f987-42ac-8bc8-944de9a1507c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EffectsofLockandUnlockonUserDefinedList.html","title":"Effects of Lock and Unlock on User Defined List","navPath":"EffectsofLockandUnlockonUserDefinedList.html","bundleId":"work-tasks-2023-sp1","id":"ad95989ef-6c5f-4ea1-8824-10b5335e046b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisEnabled.html","title":"User Defined List when Lock is Enabled","navPath":"UserDefinedListwhenLockisEnabled.html","bundleId":"work-tasks-2023-sp1","id":"a033d1d39-31de-4a26-9013-851267135265","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisDisabled.html","title":"User Defined List when Lock is Disabled","navPath":"UserDefinedListwhenLockisDisabled.html","bundleId":"work-tasks-2023-sp1","id":"a9de8ab83-ed57-46e7-9812-34f7a8a7dd7b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemThroughWorkflows.html","title":"Update a Locked List Item Through Workflows","navPath":"UpdateaLockedListItemThroughWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad56f4dae-3528-492e-b211-cd4e25b64f0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromInvokeFormActivity.html","title":"Update a Locked List Item from Invoke Form Activity","navPath":"UpdateaLockedListItemfromInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"afb55a13a-1c0d-46d8-a9eb-5fca0907064f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromEngineActivity.html","title":"Update a Locked List Item from Engine Activity","navPath":"UpdateaLockedListItemfromEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"ac432e9de-455d-4311-a0e2-e243140c802e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewLockandUnlockHistoryofListItems.html","title":"View Lock and Unlock History of List Items","navPath":"ViewLockandUnlockHistoryofListItems.html","bundleId":"work-tasks-2023-sp1","id":"ae49e14a5-eef8-4b0c-b8e0-5138d9a319f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Work_Tasks.html","title":"AVEVA Work Tasks Pro","navPath":"Working_with_Work_Tasks.html","bundleId":"work-tasks-2023-sp1","id":"abc2138c6-6d36-48b8-ac88-031d7c09d4fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435174.html","title":"Introduction","navPath":"435174.html","bundleId":"work-tasks-2023-sp1","id":"a37289543-c494-477b-b0a5-2d33c0ec806f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithworktasks.html","title":"Get Started with AVEVA Work Tasks Pro","navPath":"gettingstartedwithworktasks.html","bundleId":"work-tasks-2023-sp1","id":"ad9307521-9099-4858-b5a4-4c9eae97a50a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435176.html","title":"Install and Configure AVEVA Work Tasks Pro Application","navPath":"435176.html","bundleId":"work-tasks-2023-sp1","id":"a123524d3-9c2f-48f7-9f1a-756247a66ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/625157.html","title":"Mobile Device Management","navPath":"625157.html","bundleId":"work-tasks-2023-sp1","id":"ab61704a8-9515-4e29-bf99-2be44b9a17f8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522505.html","title":"View the Demo of AVEVA Work Tasks Pro App","navPath":"522505.html","bundleId":"work-tasks-2023-sp1","id":"afbfb01d7-6a16-495b-963e-91344ed24bbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loginandlogout.html","title":"Log On and Log Off","navPath":"loginandlogout.html","bundleId":"work-tasks-2023-sp1","id":"a1ab38b2e-f69a-461c-b137-a91861578283","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1440390.html","title":"Online and Offline Support for Controls and Containers","navPath":"1440390.html","bundleId":"work-tasks-2023-sp1","id":"ab59dde31-32c7-415b-b544-a3b6032a18a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522508.html","title":"Inbox","navPath":"522508.html","bundleId":"work-tasks-2023-sp1","id":"a890f4120-a881-4195-938e-49863c91bd26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/categories.html","title":"Categories","navPath":"categories.html","bundleId":"work-tasks-2023-sp1","id":"a546f38cf-ecf5-42d6-a551-11565b5cded6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Queue.html","title":"Queue","navPath":"Queue.html","bundleId":"work-tasks-2023-sp1","id":"a09da8166-ce9a-4f7b-bc6a-3eedf2b1aa41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435179.html","title":"Fill Form","navPath":"435179.html","bundleId":"work-tasks-2023-sp1","id":"a8dfc1285-5920-4390-b63d-dc6d83477ac5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Drafts.html","title":"Drafts","navPath":"Drafts.html","bundleId":"work-tasks-2023-sp1","id":"a845a83f9-0ba8-462e-8fef-6fe06dac2a83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SentItems.html","title":"Sent Items","navPath":"SentItems.html","bundleId":"work-tasks-2023-sp1","id":"aa96ed23e-e1eb-407c-8434-4a7e83ba3d2c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Outbox.html","title":"Outbox","navPath":"Outbox.html","bundleId":"work-tasks-2023-sp1","id":"a26caa3e8-7069-426d-b6e8-023462386df6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Sync.html","title":"Sync","navPath":"Sync.html","bundleId":"work-tasks-2023-sp1","id":"aea97bdb7-3aa3-4583-a252-83dbc13bc9d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793038.html","title":"Save Settings","navPath":"793038.html","bundleId":"work-tasks-2023-sp1","id":"a2235aa20-f60e-4f32-98d2-a269a56a5773","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeNotificationToneforiOSDevices.html","title":"Change Notification Tone for iOS Devices","navPath":"ChangeNotificationToneforiOSDevices.html","bundleId":"work-tasks-2023-sp1","id":"a9362e409-7ba9-4dd6-ace6-cb6cc2529f8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793046.html","title":"Configure Save Settings","navPath":"793046.html","bundleId":"work-tasks-2023-sp1","id":"a35028ebf-6b6a-4eeb-9a2b-c605544dd4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNumberofItemstoSyncfortheLookupControl.html","title":"Configure Number of Items to Sync for the Lookup Control","navPath":"ConfigureNumberofItemstoSyncfortheLookupControl.html","bundleId":"work-tasks-2023-sp1","id":"aa17dfb59-a9cd-4203-9a9a-e7ec153cd3f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/571749.html","title":"Configure Thresholds","navPath":"571749.html","bundleId":"work-tasks-2023-sp1","id":"aa1fe90fe-d6ac-420c-bd7c-c9355c8a15f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDrafts.html","title":"Configure Drafts","navPath":"ConfigureDrafts.html","bundleId":"work-tasks-2023-sp1","id":"a67dd678f-55e0-4541-9097-ac1fffec5f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/658450.html","title":"Configure Sent Items","navPath":"658450.html","bundleId":"work-tasks-2023-sp1","id":"a168b9432-8a25-4b33-a97a-8ac1f80bdbf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/599341.html","title":"Configure Inbox Settings","navPath":"599341.html","bundleId":"work-tasks-2023-sp1","id":"a6deb063e-3c83-4b0a-a554-ed236a48d149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641267.html","title":"Configure Offline Support","navPath":"641267.html","bundleId":"work-tasks-2023-sp1","id":"a3bf9e7f6-6ef3-497c-bbde-d2b4501bca6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659533.html","title":"Use Themes","navPath":"659533.html","bundleId":"work-tasks-2023-sp1","id":"aefcf97f7-71bd-4bab-83df-b58534456033","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659544.html","title":"Apply Theme to AVEVA Work Tasks Pro App","navPath":"659544.html","bundleId":"work-tasks-2023-sp1","id":"a0c00a64d-d648-48c3-818a-ded1ba40340f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyle.html","title":"Change Style","navPath":"ChangeStyle.html","bundleId":"work-tasks-2023-sp1","id":"a5994f8ee-3927-4730-a44e-6cf921d98f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/490121.html","title":"Logs","navPath":"490121.html","bundleId":"work-tasks-2023-sp1","id":"a98528026-133d-44c6-87f1-f225c834fbcc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingworktasks.html","title":"Troubleshooting","navPath":"troubleshootingworktasks.html","bundleId":"work-tasks-2023-sp1","id":"adb770337-1720-4a62-bd66-f6e967118ef3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/731829.html","title":"Debugging","navPath":"731829.html","bundleId":"work-tasks-2023-sp1","id":"ae2da79e5-3dcb-4eab-82a1-640493911a92","isActive":false,"outputclasses":[],"children":[]}]}]}]}},"apiErrorHandler":{}} ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.

"string"/'string'

Literal string delimiter.

Indicates that the enclosed characters should be copied to the result string.

#,##,###.00 ‘₹’ or #,##,###.00 “₹”

If you enter the value as '125.00', then it is displayed as '125.00 ₹'.

In This Topic
symbol is interpreted as a format specifier in the format string. If you need\n to prevent this, you will need to precede the ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
symbol with a '\u003Cspan class=\"uicontrol\"\u003E\\\u003C/span\u003E'.\n \u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf the current server culture is “en-US”, then the currency is displayed as ' ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EHowever, if the current server culture is “Brazilian”, then the currency is displayed\n as 'R ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\n \u003C/p\u003E\n \u003Cul class=\"ulsubitem\"\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# $\u003C/span\u003E and the number is 12, then the number is displayed as 12 R$.\n \u003C/p\u003E\n \u003C/li\u003E\n \u003Cli class=\"ulsubitem\"\u003E\n \u003Cp class=\"ulsubitem\"\u003EIf the format is \u003Cspan class=\"strong\"\u003E# \\$\u003C/span\u003E and the number is 12, then the number is displayed as \u003Cbr\u003E12 $.\n \u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/li\u003E\n \u003C/ul\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E;\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ESection separator.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EDefines sections with separate format strings for positive, negative, and zero numbers.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E#.00 $;#.00 - $;#.00 $\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '125', then it is displayed as '125.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '-125', then it is displayed as '125.00 - ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIf you enter the value as '0', then it is displayed as '0.00 ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }
.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003Ctr\u003E\n \u003Ctd data-width=\"96px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003E\"string\"/'string'\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"tableparagraph\"\u003ELiteral string delimiter.\u003C/p\u003E\n \u003Cp class=\"tableparagraph\"\u003EIndicates that the enclosed characters should be copied to the result string.\u003C/p\u003E\n \u003C/td\u003E\n \u003Ctd data-width=\"240px\" style=\"border-style: solid; border-width:0.5pt;border-color:#010101;\"\u003E\n \u003Cp class=\"paragraph\"\u003E#,##,###.00 ‘₹’ or #,##,###.00 “₹”\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003Cp class=\"paragraph\"\u003EIf you enter the value as '125.00', then it is displayed as '125.00 ₹'.\u003C/p\u003E\n \u003Cp class=\"tablespacer\"\u003E\u003C/p\u003E\n \u003C/td\u003E\n \u003C/tr\u003E\u003C/tbody\u003E\u003C/table\u003E\n \u003C/div\u003E\n \u003Cp class=\"paragraph\"\u003E\u003C/p\u003E\n \u003C/div\u003E\n \n\n\u003C/article\u003E\u003C/article\u003E\n","topic_language":"enus","views":0,"your_rating":null,"watermark":null,"isFallbackLanguage":false,"collapsibleContentExists":false,"miniTOCHeadings":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"miniTOCHeadingsFlat":[{"id":"_standard_numeric_formats","children":[],"nestingLevel":2,"headingText":"Standard Numeric Formats"},{"id":"_custom_numeric_formats","children":[],"nestingLevel":2,"headingText":"Custom Numeric Formats"}],"isInlineExternalTopic":false},"workflow":null,"isWorkflow":false,"showWorkflow":false,"error":null},"TocComponent":{"toc":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/help.html","title":"Welcome to AVEVA Work Tasks","navPath":"help.html","bundleId":"work-tasks-2023-sp1","id":"ae28db577-8710-4c61-a2aa-693e53b48c7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/copyright.html","title":"Legal information","navPath":"copyright.html","bundleId":"work-tasks-2023-sp1","id":"a63f0ebce-097d-40e6-81a4-35d87844d39a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/31015.html","title":"Contact information","navPath":"31015.html","bundleId":"work-tasks-2023-sp1","id":"a667c3c4d-6ab6-4553-932e-bc8aa99e6ae8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/520827.html","title":"Acknowledgements","navPath":"520827.html","bundleId":"work-tasks-2023-sp1","id":"a26d32884-a0c6-4c59-a25d-11ef7d3f506f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759100.html","title":"AjaxMin","navPath":"759100.html","bundleId":"work-tasks-2023-sp1","id":"ad6a51842-6aeb-49da-b5b9-840458b1b18d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759101.html","title":"AmqpNet Lite","navPath":"759101.html","bundleId":"work-tasks-2023-sp1","id":"acd0f0923-07b3-4a28-b810-aa5288aaccc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759105.html","title":"AngleSharp","navPath":"759105.html","bundleId":"work-tasks-2023-sp1","id":"abbdbe2b5-b07c-48e7-b2fe-79a3a98bb095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910312.html","title":"AngleSharp​.Css","navPath":"910312.html","bundleId":"work-tasks-2023-sp1","id":"a76c98495-70fb-4e3e-b0ba-cea00f933124","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759109.html","title":"AngularJS","navPath":"759109.html","bundleId":"work-tasks-2023-sp1","id":"a1425355f-ed78-47b4-8eff-f7c946bb37ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759110.html","title":"AntiXSS","navPath":"759110.html","bundleId":"work-tasks-2023-sp1","id":"ad66fb273-6e98-498d-a151-99223d9cb1fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759115.html","title":"AutoMapper","navPath":"759115.html","bundleId":"work-tasks-2023-sp1","id":"abf7e477f-1d68-4dee-b357-5824631932c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904394.html","title":"Azure​.Identity","navPath":"904394.html","bundleId":"work-tasks-2023-sp1","id":"a24914844-2e7d-4b62-abef-533b4eea907c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904395.html","title":"Azure​.Security​.KeyVault​.Secrets","navPath":"904395.html","bundleId":"work-tasks-2023-sp1","id":"af3d45a29-c808-43aa-9521-c70f148db138","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759117.html","title":"bootstrap","navPath":"759117.html","bundleId":"work-tasks-2023-sp1","id":"a5e287859-b798-42a9-b648-801a3dc68e2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/759118.html","title":"bootstrap-datepicker","navPath":"759118.html","bundleId":"work-tasks-2023-sp1","id":"ab329437c-60cf-470d-966f-31a8aefc411c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762837.html","title":"chilkat-x64","navPath":"762837.html","bundleId":"work-tasks-2023-sp1","id":"af620fdf4-880e-4466-a658-aa9f66b7151c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762838.html","title":"CodeMirror","navPath":"762838.html","bundleId":"work-tasks-2023-sp1","id":"a93e06817-85a8-4ddd-9bd6-f2a440eb7a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762839.html","title":"ComponentArt Charting","navPath":"762839.html","bundleId":"work-tasks-2023-sp1","id":"a8f8e4c4a-5da5-4f78-8fc7-5214cd1ed646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762840.html","title":"crypto-js","navPath":"762840.html","bundleId":"work-tasks-2023-sp1","id":"ad731a0fa-e72c-4769-927c-e8675fb82ed6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762841.html","title":"datejs","navPath":"762841.html","bundleId":"work-tasks-2023-sp1","id":"a406094f6-6dcb-447d-a3fa-5961c29b89a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762842.html","title":"EasyNetQ","navPath":"762842.html","bundleId":"work-tasks-2023-sp1","id":"aaad8da03-830e-41f6-858f-e9b5de8435b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762843.html","title":"ExcelDataReader","navPath":"762843.html","bundleId":"work-tasks-2023-sp1","id":"a22c5035f-a2fe-4880-be52-d0d7939da4a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762844.html","title":"FastAndroidCamera","navPath":"762844.html","bundleId":"work-tasks-2023-sp1","id":"a9dbda76a-9c5e-4d59-85e6-56991baaa4b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762851.html","title":"HtmlSanitizer","navPath":"762851.html","bundleId":"work-tasks-2023-sp1","id":"acb876ee2-7161-4004-98cc-50227c3a8ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762855.html","title":"Intersoft WebGrid","navPath":"762855.html","bundleId":"work-tasks-2023-sp1","id":"a688f63b7-f50f-4263-8a5e-b20b4d1bffd3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762865.html","title":"JavaScriptEngineSwitcher","navPath":"762865.html","bundleId":"work-tasks-2023-sp1","id":"ac6c7098b-b48c-40da-9ddc-e74ae011eb7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762866.html","title":"jquery","navPath":"762866.html","bundleId":"work-tasks-2023-sp1","id":"abe23520a-4715-47be-b563-fd1f30ae340a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910313.html","title":"jquery dotdotdot","navPath":"910313.html","bundleId":"work-tasks-2023-sp1","id":"a029d6063-76de-4e93-b583-20fd75e61c1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762867.html","title":"jquery easing","navPath":"762867.html","bundleId":"work-tasks-2023-sp1","id":"a18fbf154-6c99-4b9f-b10e-c85984dab2fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910314.html","title":"jshint","navPath":"910314.html","bundleId":"work-tasks-2023-sp1","id":"a5bffd613-1a6d-489b-affd-a0399213aa52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762868.html","title":"jszip","navPath":"762868.html","bundleId":"work-tasks-2023-sp1","id":"a8045ffe9-3e48-4f7b-9ac3-542a8dd221cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910315.html","title":"Kendo UI","navPath":"910315.html","bundleId":"work-tasks-2023-sp1","id":"a5fa81750-8074-465e-9b17-998b0f31e125","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762869.html","title":"Knockout","navPath":"762869.html","bundleId":"work-tasks-2023-sp1","id":"a2a634dc4-fb7a-439e-ab6f-c482f7d8c590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910316.html","title":"Knockout-Kendo","navPath":"910316.html","bundleId":"work-tasks-2023-sp1","id":"a637cfc9b-4332-4f09-9c4a-f1bbb7cf1d88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762871.html","title":"LumiSoft​.Net","navPath":"762871.html","bundleId":"work-tasks-2023-sp1","id":"a91793d03-7bf4-4551-b4c9-b6b8a556be29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1265011.html","title":"Microsoft​.Web​.WebView2","navPath":"1265011.html","bundleId":"work-tasks-2023-sp1","id":"a30eb0f3c-70fc-4dc8-8696-ef8581185c8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762872.html","title":"Newtonsoft​.Json","navPath":"762872.html","bundleId":"work-tasks-2023-sp1","id":"a3da01c8b-c223-49cb-a6b1-ac1753d181e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904396.html","title":"Oracle​.ManagedDataAccess","navPath":"904396.html","bundleId":"work-tasks-2023-sp1","id":"ad1d1ed6a-03fe-4e5b-920f-8fbb90c5a648","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/762873.html","title":"Oracle Providers for ASP​.NET","navPath":"762873.html","bundleId":"work-tasks-2023-sp1","id":"a7b58f71d-a6db-4951-a003-17eb04959573","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763108.html","title":"Owin","navPath":"763108.html","bundleId":"work-tasks-2023-sp1","id":"a0f8ed29c-916b-448d-8080-a62d5cabf75c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763109.html","title":"Paho MQTT","navPath":"763109.html","bundleId":"work-tasks-2023-sp1","id":"ad844c945-fc81-40c1-b39b-01617e41212a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910317.html","title":"Pako","navPath":"910317.html","bundleId":"work-tasks-2023-sp1","id":"aa5ed6cde-2f17-4d56-bb70-81e435bcadd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907877.html","title":"polly​.extensions​.http","navPath":"907877.html","bundleId":"work-tasks-2023-sp1","id":"a3aa2c1eb-90a3-4b1c-b067-22f9e88fbe44","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904402.html","title":"RabbitMQ​.Client","navPath":"904402.html","bundleId":"work-tasks-2023-sp1","id":"a2ea194d1-ff32-44f3-a83e-a5720ce169cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907810.html","title":"SendGrid","navPath":"907810.html","bundleId":"work-tasks-2023-sp1","id":"ae494e7f0-6fa4-457b-b9e9-bc0573a79080","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910318.html","title":"Spin js","navPath":"910318.html","bundleId":"work-tasks-2023-sp1","id":"a15c2fc95-49c7-4223-bca0-d5e02f1ef565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763110.html","title":"SQLite","navPath":"763110.html","bundleId":"work-tasks-2023-sp1","id":"ac6a29ce2-e7ce-4341-85d5-d06387ee7464","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/878052.html","title":"sqlite-net SQLCipher","navPath":"878052.html","bundleId":"work-tasks-2023-sp1","id":"a3abec5d2-3e17-4bff-9181-a609bb8b4ac9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907875.html","title":"StarkbankEcdsa","navPath":"907875.html","bundleId":"work-tasks-2023-sp1","id":"a047e36b6-dc55-4825-b585-ed70ab9ec0f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763111.html","title":"Telerik® UI for ASP​.NET AJAX","navPath":"763111.html","bundleId":"work-tasks-2023-sp1","id":"afd1a3492-aae4-4b89-9c49-2e26f8cfde53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763174.html","title":"tensorspace","navPath":"763174.html","bundleId":"work-tasks-2023-sp1","id":"a86b53742-cf80-4fa1-a813-07ceb8b8bf7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763175.html","title":"Unity​.Abstractions","navPath":"763175.html","bundleId":"work-tasks-2023-sp1","id":"a1eee0410-ccbf-4bed-86f9-a625be2fd148","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/763176.html","title":"Unity​.Container","navPath":"763176.html","bundleId":"work-tasks-2023-sp1","id":"a6989ef72-9c35-4c0a-bbae-ee0becb4731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/907886.html","title":"WindowsBase","navPath":"907886.html","bundleId":"work-tasks-2023-sp1","id":"a59108fdd-8e1a-451d-a943-c6bbe897d3be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903678.html","title":"WiX Toolset","navPath":"903678.html","bundleId":"work-tasks-2023-sp1","id":"aa93e3612-0ac3-413a-afd2-b9253881b63b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904489.html","title":"xamarin​.essentials","navPath":"904489.html","bundleId":"work-tasks-2023-sp1","id":"a8f5d4e26-0989-49b0-ad66-62d108f912ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904585.html","title":"xam​.plugin​.battery","navPath":"904585.html","bundleId":"work-tasks-2023-sp1","id":"ada01ab43-d704-4c5b-a0b1-a16f5234ac4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910319.html","title":"Xml2Json","navPath":"910319.html","bundleId":"work-tasks-2023-sp1","id":"a93d3fa59-5a65-459a-b47e-32ad4d71ea20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/910269.html","title":"ZXing","navPath":"910269.html","bundleId":"work-tasks-2023-sp1","id":"a572944d3-ff6b-4cd9-ac8e-f24d5c11848c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/904248.html","title":"Other Components","navPath":"904248.html","bundleId":"work-tasks-2023-sp1","id":"a4ef74d2e-0249-4993-8bad-83da603f9f5a","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/789641.html","title":"What's new in AVEVA Work Tasks?","navPath":"789641.html","bundleId":"work-tasks-2023-sp1","id":"a66e23fbc-3b01-4be9-9b81-b0177a0d59ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1282500.html","title":"2023 Releases","navPath":"1282500.html","bundleId":"work-tasks-2023-sp1","id":"a1dba44ae-e988-4e6f-92c3-d8052c1b05f1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733522.html","title":"AVEVA Work Tasks 2023 SP1 Release Notes","navPath":"733522.html","bundleId":"work-tasks-2023-sp1","id":"a32ff6b55-da45-43e6-b669-6a23a4ed605e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733517.html","title":"System Requirements","navPath":"733517.html","bundleId":"work-tasks-2023-sp1","id":"a51cb72ec-fc8a-4a8b-b97a-2f1af94210c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733515.html","title":"Product Compatibility","navPath":"733515.html","bundleId":"work-tasks-2023-sp1","id":"a6651e44e-1259-4554-905b-f82e7bdfc500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733511.html","title":"ISO Details","navPath":"733511.html","bundleId":"work-tasks-2023-sp1","id":"a791f4bfd-49d2-495e-a78f-83ee14388a28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733510.html","title":"Installation Instructions","navPath":"733510.html","bundleId":"work-tasks-2023-sp1","id":"a0a6c3e62-3d79-4e27-a9d9-79e9b5a39caf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733518.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"733518.html","bundleId":"work-tasks-2023-sp1","id":"a1dd1a603-ab92-4324-89bf-5b85b9a363a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733513.html","title":"Key Features","navPath":"733513.html","bundleId":"work-tasks-2023-sp1","id":"a5e7174ee-3582-463e-9017-2c201502b7e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733509.html","title":"General Enhancements","navPath":"733509.html","bundleId":"work-tasks-2023-sp1","id":"a509245ef-ee5a-4984-adf9-59919b74d5d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/733512.html","title":"Issues Resolved","navPath":"733512.html","bundleId":"work-tasks-2023-sp1","id":"ae916007c-b016-4b00-ad18-8921574d37ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1382390.html","title":"Known Issues","navPath":"1382390.html","bundleId":"work-tasks-2023-sp1","id":"a61b0656e-0b6d-4158-886d-3efb2d54a93e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1398635.html","title":"AVEVA Work Tasks Pro","navPath":"1398635.html","bundleId":"work-tasks-2023-sp1","id":"a67ba2b0b-ab19-4975-84ae-93c69f864ac7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/administratorguide.html","title":"Administrator Guide","navPath":"administratorguide.html","bundleId":"work-tasks-2023-sp1","id":"acd6f48c0-0189-4856-b51a-7ea385bc2321","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/architecture.html","title":"Architecture","navPath":"architecture.html","bundleId":"work-tasks-2023-sp1","id":"ab226a82e-b181-443c-99a2-96d44cd59b3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/corecomponents.html","title":"Core Components","navPath":"corecomponents.html","bundleId":"work-tasks-2023-sp1","id":"a1c2ca690-9b51-4d2f-8f72-7027542d3917","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/microsoftoutlookintegration.html","title":"Microsoft Outlook Integration","navPath":"microsoftoutlookintegration.html","bundleId":"work-tasks-2023-sp1","id":"aee929c2a-0793-4ad1-867d-43491b651264","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scalabilityandavailability.html","title":"Scalability and Availability","navPath":"scalabilityandavailability.html","bundleId":"work-tasks-2023-sp1","id":"af5529dab-4015-4277-893a-57e9fc74458d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingintranetandextranetwebfronts.html","title":"Set up intranet and extranet web fronts","navPath":"settingintranetandextranetwebfronts.html","bundleId":"work-tasks-2023-sp1","id":"aac89cba2-320f-4543-b1ce-88e09364ce74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540500.html","title":"Partitioning Database","navPath":"540500.html","bundleId":"work-tasks-2023-sp1","id":"a8f63c245-27c2-4820-84d0-f226f3b33ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540501.html","title":"Partitioning with Central Configuration","navPath":"540501.html","bundleId":"work-tasks-2023-sp1","id":"ad6093e39-a6db-4958-85fc-a0786faa96a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/540502.html","title":"Partitioning with Partition Manager","navPath":"540502.html","bundleId":"work-tasks-2023-sp1","id":"a484386ac-a929-4962-88d3-8630e49c21ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/657844.html","title":"Verifying Partition","navPath":"657844.html","bundleId":"work-tasks-2023-sp1","id":"a1243e8bf-0d2c-4b60-a08c-c18afcf8c1b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintenanceActivities.html","title":"Maintenance activities","navPath":"MaintenanceActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae4e3fe93-e008-4cde-b76a-d1c2f5b682b1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Editions.html","title":"Editions","navPath":"Editions.html","bundleId":"work-tasks-2023-sp1","id":"aeb075841-906b-4065-bad7-c8935f935dcf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenarios.html","title":"Single server","navPath":"SingleServerScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a107d7344-9da7-4cce-89a3-63801559f204","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario1.html","title":"Deployment of AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on a single machine","navPath":"SingleMachineScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a4d833f21-2965-43bb-b378-fcb446ebded0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario2.html","title":"AVEVA Work Tasks web server and AVEVA Work Tasks server on different machines","navPath":"SingleMachineScenario2.html","bundleId":"work-tasks-2023-sp1","id":"a6dae3899-8a3a-4f34-8b47-23c51c552ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineScenario3.html","title":"AVEVA Work Tasks web server, AVEVA Work Tasks server, and AVEVA Work Tasks database server on different machines","navPath":"SingleMachineScenario3.html","bundleId":"work-tasks-2023-sp1","id":"aa1b068b2-5113-4a3f-a0cf-6b0ff85fcc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerScenario4.html","title":"AVEVA Work Tasks Web Server Farm, Work Tasks Server, and AVEVA Work Tasks Database Server on Different Machines","navPath":"SingleServerScenario4.html","bundleId":"work-tasks-2023-sp1","id":"aa4fce7cc-d070-4824-b337-5e45ae20a72d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerLicensing.html","title":"Single server licensing information","navPath":"SingleServerLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a2fed8d65-d6ba-4e6d-85dd-fe8020eb43e8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServer.html","title":"Load balanced server","navPath":"LoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a0f5a8aa0-4340-4869-b21e-e7f753a73e71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerArchitecture.html","title":"Load Balanced Server Architecture","navPath":"LoadBalancedServerArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a632ad1cc-5885-4043-976f-54162386ceac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerInstallationScenarios.html","title":"Load balanced server installation scenarios","navPath":"LoadBalancedServerInstallationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a97927939-7d10-467f-a318-488abcc4817b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleServerCapableofAddingMachinesatAnyTime.html","title":"Single server capable of adding machines at any time","navPath":"SingleServerCapableofAddingMachinesatAnyTime.html","bundleId":"work-tasks-2023-sp1","id":"a9012c07f-7baf-4406-b961-071fbe0abc95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines1.html","title":"Web Server Farm with Clustered Work Tasks Services and Databases on Different Machines","navPath":"LoadBalancedServersonDifferentMachines1.html","bundleId":"work-tasks-2023-sp1","id":"a66065868-d03e-48b6-af16-689176e5d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServersonDifferentMachines2.html","title":"AVEVA Work Tasks Web Server Farm Connecting to AVEVA Work Tasks Services with AVEVA Work Tasks Databases on a Different Machine","navPath":"LoadBalancedServersonDifferentMachines2.html","bundleId":"work-tasks-2023-sp1","id":"afabb36ea-ded9-45d7-baad-de710b5cf8a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","title":"Behavior of AVEVA Work Tasks Services on Enterprise Server","navPath":"BehaviorofAVEVAWorkTasksServicesonEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"a775fa8f6-59d5-4326-a1fa-7f8347dea231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ToolsUsedinEnterpriseServer.html","title":"Tools used in Enterprise Server","navPath":"ToolsUsedinEnterpriseServer.html","bundleId":"work-tasks-2023-sp1","id":"afd759f43-ff92-4ae1-9779-804d9c910afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLimitations.html","title":"Load balanced server limitations","navPath":"LoadBalancedServerLimitations.html","bundleId":"work-tasks-2023-sp1","id":"ad53407b0-151d-4eeb-875b-e5eebad2ebf9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedServerLicensingInformation.html","title":"Load balanced server licensing information","navPath":"LoadBalancedServerLicensingInformation.html","bundleId":"work-tasks-2023-sp1","id":"a867b5c92-282c-4592-a664-fea3051a57c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetscenarios.html","title":"Installing Different Editions","navPath":"skeltabpmnetscenarios.html","bundleId":"work-tasks-2023-sp1","id":"a72603d98-5f56-45da-99b1-13ce8d5f3626","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/planningforinstallation.html","title":"Layout Editing Modes","navPath":"planningforinstallation.html","bundleId":"work-tasks-2023-sp1","id":"a4610a32b-0c8c-4ef0-8922-4a2efc3abafd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/serverroles.html","title":"Identifying Server Roles","navPath":"serverroles.html","bundleId":"work-tasks-2023-sp1","id":"ab492887c-02d8-4ca6-91d3-dd29a9c1f5f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usersource.html","title":"Identifying User Source","navPath":"usersource.html","bundleId":"work-tasks-2023-sp1","id":"a7b1429f9-6330-480c-b460-a7b916c023f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/databaseselection.html","title":"Making Database Selection","navPath":"databaseselection.html","bundleId":"work-tasks-2023-sp1","id":"a7157b66c-ac99-4c5f-ae1d-a0871000f5e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/communication.html","title":"Setting up Communication","navPath":"communication.html","bundleId":"work-tasks-2023-sp1","id":"a583b3a22-e4b3-495b-bbdb-873bc70617cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-mailintegration.html","title":"Integrating Email","navPath":"e-mailintegration.html","bundleId":"work-tasks-2023-sp1","id":"a7d113291-57fe-4631-9a9e-c176f8818a64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ports.html","title":"Setting up Ports","navPath":"ports.html","bundleId":"work-tasks-2023-sp1","id":"aa60682cb-00fd-4190-aa60-bb6808956aef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CookiesCreatedbyWebApplication.html","title":"Cookies Created by Web Application","navPath":"CookiesCreatedbyWebApplication.html","bundleId":"work-tasks-2023-sp1","id":"a19de9f1f-9aea-44ee-88b4-e189f7a695e9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites.html","title":"Prerequisites","navPath":"prerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a492c158f-8d4d-4689-84d7-c74288472cb2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureInternetInformationServices.html","title":"Configure Internet Information Services","navPath":"ConfigureInternetInformationServices.html","bundleId":"work-tasks-2023-sp1","id":"ae96ae8c4-c230-476f-9280-d3331d815034","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableandVerifyMSDTC.html","title":"Enable and verify MSDTC","navPath":"EnableandVerifyMSDTC.html","bundleId":"work-tasks-2023-sp1","id":"ab26f206f-77d8-4adc-97cf-f7a287dd6e32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/575435.html","title":"Configure Oracle Data Handler","navPath":"575435.html","bundleId":"work-tasks-2023-sp1","id":"ab93b8534-ed57-4791-bd5b-3a82d3b62ef9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallSingleServer.html","title":"Install Single Server","navPath":"InstallSingleServer.html","bundleId":"work-tasks-2023-sp1","id":"a45bfca0b-f779-4e1e-b7ff-902e86956460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SingleMachineInstallation.html","title":"Single machine installation","navPath":"SingleMachineInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a481ae858-6156-44fa-9869-62ea1e302ccf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofInstallation.html","title":"High-level view of installation","navPath":"HighLevelViewofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a8bf30945-82fd-4275-bcee-77e8f98257d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation.html","title":"Installation","navPath":"Installation.html","bundleId":"work-tasks-2023-sp1","id":"af42d13e4-452e-4af9-a199-85ca2f7e611d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae253cc50-afd2-4fb0-ba8e-b675067911fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"ab3689631-1a0e-427c-8ce5-fa4548684934","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer.html","bundleId":"work-tasks-2023-sp1","id":"a67b444e5-626c-4b1f-a390-893ae2021f9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aae749dc4-2e84-4682-80af-b004ca1f6e84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase.html","title":"Create Farm Database","navPath":"CreateFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a48d45138-1692-43d6-a05b-df802e880f22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings.html","title":"Define Security Settings","navPath":"DefineSecuritySettings.html","bundleId":"work-tasks-2023-sp1","id":"a0a2e7d97-da96-4fdd-a301-1b9acda9168e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac494bac4-af74-4696-bb98-0fe1aa3ac81d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices.html","title":"Provision Services","navPath":"ProvisionServices.html","bundleId":"work-tasks-2023-sp1","id":"ad2aeacdc-e4c8-4179-a669-89f180edee31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"aa54978ff-7c5e-432a-bb48-65ef4aca487d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository.html","title":"Create a Repository","navPath":"CreateaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a32bcc35f-9259-4204-8701-a002ab434a56","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation.html","title":"Verify the Installation","navPath":"VerifytheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a764e413b-d27a-4c6b-9719-9b2af91b718c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebServerandAVEVAWorkTasksServeronDifferentMachines.html","title":"Web server and AVEVA Work Tasks server on different machines","navPath":"WebServerandAVEVAWorkTasksServeronDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"aa8617912-fae9-4e6b-baab-ec0ebf08688f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewoftheInstallation.html","title":"High-level view of the installation","navPath":"HighLevelViewoftheInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a1a1d45c1-dde5-431a-9dfb-865c0b1ec29a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_1.html","title":"Installation","navPath":"Installation_1.html","bundleId":"work-tasks-2023-sp1","id":"abfcac7a8-6b46-43f9-9f5f-48d4b956b286","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_1.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"a933569eb-b920-4ea4-a792-349bcc2ad225","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_1.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_1.html","bundleId":"work-tasks-2023-sp1","id":"a913d8bcc-8ec4-4bcd-ab9f-96769deb6e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_1.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_1.html","bundleId":"work-tasks-2023-sp1","id":"a505106b3-37f7-4f64-a51f-69d1016ae601","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_1.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"aea45d23f-dd61-4050-81fc-fb13a4b8859f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_1.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"a8e7ae67b-7544-4ae4-a31d-5c7aff94445a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_1.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_1.html","bundleId":"work-tasks-2023-sp1","id":"ad4220f03-df07-4d65-b96d-90f3a724ffa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_1.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"a83fc8459-274a-4027-b031-3859b847e3c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_1.html","title":"Provision Services","navPath":"ProvisionServices_1.html","bundleId":"work-tasks-2023-sp1","id":"a866eb46d-271f-4172-aeb0-5cb25d6e3a5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_1.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_1.html","bundleId":"work-tasks-2023-sp1","id":"a7bac03a2-96c0-47fe-8138-289c2dc7f444","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_1.html","title":"Create a Repository","navPath":"CreateaRepository_1.html","bundleId":"work-tasks-2023-sp1","id":"a625355b9-6fe7-4626-80e1-6d0b552cbd08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_1.html","title":"Verify the Installation","navPath":"VerifytheInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cd1a4ef-ea8f-47a4-a6eb-cccd4fa3c044","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServersonDifferentMachinesScenario1.html","title":"Web Server, AVEVA Work Tasks Server, and Database Server on Different Machines","navPath":"ServersonDifferentMachinesScenario1.html","bundleId":"work-tasks-2023-sp1","id":"a6f2d08b6-5d69-4ef4-9074-6635ad748a9e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a69064966-2138-4f7f-9608-e499ec99792e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aa3b1318f-06d9-4a64-b20e-4e110554039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_2.html","title":"Installation","navPath":"Installation_2.html","bundleId":"work-tasks-2023-sp1","id":"aca02022f-498d-4340-88e5-ec13d75decba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer.html","bundleId":"work-tasks-2023-sp1","id":"a035d3e80-fe80-4732-bf0c-cb68e0415893","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_2.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_2.html","bundleId":"work-tasks-2023-sp1","id":"a9b424b1b-2ab9-4a0f-84d0-74695e3d22df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_2.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_2.html","bundleId":"work-tasks-2023-sp1","id":"adfc9046a-7ac8-4400-9d7c-e76d3c810b5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_2.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a96c418d4-5430-415c-97aa-f8047a5f79a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_2.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a624d1cb2-944f-400c-bcf4-a30642a1426f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_2.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a1d0959a9-4644-437d-b37d-8f39a8097f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_2.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ad5b6f8a2-81a7-45ed-8e29-e312e391c666","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_2.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_2.html","bundleId":"work-tasks-2023-sp1","id":"ae9819721-e27b-4960-b6a5-14587de43783","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a54288089-9e05-4b58-bad8-f5047f9935b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_2.html","title":"Provision Services","navPath":"ProvisionServices_2.html","bundleId":"work-tasks-2023-sp1","id":"a455cc1a3-e8fc-41a2-b1c6-23df9a39637d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a5ceb92f5-a5b1-41e2-b5fa-013dedd9f52c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_3.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_3.html","bundleId":"work-tasks-2023-sp1","id":"a640e2eb0-f478-4acf-a48a-4474dedef67b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_3.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_3.html","bundleId":"work-tasks-2023-sp1","id":"aa2ec7624-973c-4be1-a668-b81a800b6b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_3.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae26e193c-027c-41c0-b9fa-825db1fa5747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation.html","title":"Select Client Installation","navPath":"SelectClientInstallation.html","bundleId":"work-tasks-2023-sp1","id":"abf07edd4-6720-49c2-829c-1138d73aada2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a50f36563-78a3-43b5-a2d2-a90d13fb2fd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a751d70d1-6419-4977-974c-0e331d5ca0ec","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_2.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_2.html","bundleId":"work-tasks-2023-sp1","id":"a868acfb6-0014-4b3b-8ad4-bb1028af4d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_2.html","title":"Create a Repository","navPath":"CreateaRepository_2.html","bundleId":"work-tasks-2023-sp1","id":"afd56dfa0-8c17-4ed6-a09b-7ab65e5279d2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_2.html","title":"Verify the Installation","navPath":"VerifytheInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac68c967a-e2ba-4e5c-95e5-110ec7dc8be3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario3.html","title":"Web Farm (Multiple Web servers), AVEVA Work Tasks Server, and Database on Different Machines","navPath":"DifferentMachinesScenario3.html","bundleId":"work-tasks-2023-sp1","id":"ae3311fc0-4c32-46fb-86e5-ffe7672e2d5b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_1.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"addf2ca0e-010c-43c7-bb63-8fb5833dec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_1.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac72bbf83-f0d4-45c4-9735-1b3fe75e741c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation3.html","title":"Installation","navPath":"Installation3.html","bundleId":"work-tasks-2023-sp1","id":"a9ed50da2-4e4c-49ba-b8d7-2ce232cec927","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_1.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_1.html","bundleId":"work-tasks-2023-sp1","id":"ab1499953-dc0b-46f0-bfb7-3c662c8d3bd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_4.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_4.html","bundleId":"work-tasks-2023-sp1","id":"a76d788ac-3db1-448c-aedc-4fd244344ff7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_4.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_4.html","bundleId":"work-tasks-2023-sp1","id":"a8c250d9d-be7a-4f4b-a1f5-f36f94ac61cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_4.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_4.html","bundleId":"work-tasks-2023-sp1","id":"a092fe9e2-40bc-4611-a327-3bcfb520455a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_3.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"acb6e856b-c47e-4a8d-a717-a522c4d4b024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_3.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a95b4006d-5975-44ae-b9fe-d27ce837cc49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_3.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_3.html","bundleId":"work-tasks-2023-sp1","id":"a566f3fc5-401e-461f-bd95-b21d0de8fc1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_3.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_3.html","bundleId":"work-tasks-2023-sp1","id":"adb87c5fe-2382-4b9c-a852-913389fe44fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_1.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_1.html","bundleId":"work-tasks-2023-sp1","id":"ad5fefae5-7366-46f2-80cd-e16c09fe3a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_3.html","title":"Provision Services","navPath":"ProvisionServices_3.html","bundleId":"work-tasks-2023-sp1","id":"a307352a0-c9fd-4c11-93a1-528f291d9a34","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_1.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_1.html","bundleId":"work-tasks-2023-sp1","id":"a277c0d22-027c-4eca-a158-966bc6d5e5db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_5.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_5.html","bundleId":"work-tasks-2023-sp1","id":"a75680dd1-2424-46ae-b3f3-4c11a40cfb31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_5.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_5.html","bundleId":"work-tasks-2023-sp1","id":"ab4c8bbf9-c82c-40b2-b72c-c20beaa8da50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_5.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_5.html","bundleId":"work-tasks-2023-sp1","id":"a434ca78e-5f6a-4dfe-ac02-58e13767f267","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_1.html","title":"Select Client Installation","navPath":"SelectClientInstallation_1.html","bundleId":"work-tasks-2023-sp1","id":"a7ad90ce4-a2da-4772-988f-47c7c8b895c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_1.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf1a1f89-20a6-4671-8d12-354116ed4373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_1.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa1cda9b2-e7f2-42bb-b4ed-c4719ed9be0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_3.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_3.html","bundleId":"work-tasks-2023-sp1","id":"a440a6207-5934-425a-8a87-e7a4b51c2a7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_3.html","title":"Create a Repository","navPath":"CreateaRepository_3.html","bundleId":"work-tasks-2023-sp1","id":"a7dab86cc-d63d-4c41-bbba-01836c19106a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_3.html","title":"Verify the Installation","navPath":"VerifytheInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"af7c37d8e-3fe4-44e0-95be-1b45923dbc52","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntranetandExtranetWebServersonDifferentMachines.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"IntranetandExtranetWebServersonDifferentMachines.html","bundleId":"work-tasks-2023-sp1","id":"ac3aec5f2-c298-45d9-9dc8-a9cebf79ba78","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_2.html","title":"High-Level View of Server Installation","navPath":"HighLevelViewofServerInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"a64701b76-336a-436d-a570-31f1fa584d40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofClientInstallation_2.html","title":"High-Level View of Client Installation","navPath":"HighLevelViewofClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"aebfdb26b-87cb-42db-9294-d01d660f096a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation4.html","title":"Installation","navPath":"Installation4.html","bundleId":"work-tasks-2023-sp1","id":"a09bb2f61-42b6-49c2-bd23-27b50924a30f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_2.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_2.html","bundleId":"work-tasks-2023-sp1","id":"a5ebd6fba-2939-45c9-8075-a60c4650084f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_6.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_6.html","bundleId":"work-tasks-2023-sp1","id":"aa069adfc-f170-470c-b06f-b839743353c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_6.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_6.html","bundleId":"work-tasks-2023-sp1","id":"a9cbdc714-4614-42c7-8d87-802b3b078f10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_6.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_6.html","bundleId":"work-tasks-2023-sp1","id":"aa7fb5e67-761e-4cd6-a73c-e87d9f6ce01a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectthetypeofInstallation_4.html","title":"Select the type of installation","navPath":"SelectthetypeofInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a8fc203d1-1d63-4386-a73e-2d2653920dd0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_4.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"aa1afd3fb-490e-4fd5-856a-8582711e1f29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_4.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a5adcbd73-d68b-44bd-91dc-591d4f40e43c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_4.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_4.html","bundleId":"work-tasks-2023-sp1","id":"a53a70877-9dbe-4e0a-80d3-67198731b0ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_2.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_2.html","bundleId":"work-tasks-2023-sp1","id":"a06a15f40-89c7-40f7-aed0-f8e8b8dde03c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_4.html","title":"Provision Services","navPath":"ProvisionServices_4.html","bundleId":"work-tasks-2023-sp1","id":"a1633ff85-fcce-4b97-bad2-508eae8232bf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksClient_2.html","title":"AVEVA Work Tasks Client","navPath":"AVEVAWorkTasksClient_2.html","bundleId":"work-tasks-2023-sp1","id":"aee81a62b-7bd8-47fd-816c-9eda79936089","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_7.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_7.html","bundleId":"work-tasks-2023-sp1","id":"a296db8f0-9f9a-4e41-abff-3f9b4a9957bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_7.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_7.html","bundleId":"work-tasks-2023-sp1","id":"ab7c5d636-984c-499e-bb26-ff3e39eb3b26","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_7.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_7.html","bundleId":"work-tasks-2023-sp1","id":"ad880a4d6-9e47-46a2-9373-09da13708e9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_2.html","title":"Select Client Installation","navPath":"SelectClientInstallation_2.html","bundleId":"work-tasks-2023-sp1","id":"ac5184e73-0bb0-49e4-962c-88563a06e364","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_2.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_2.html","bundleId":"work-tasks-2023-sp1","id":"a0c5c825d-28e3-4357-912e-464f55014cf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_2.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_2.html","bundleId":"work-tasks-2023-sp1","id":"ab9fec341-7a64-429e-a79f-752834180a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_4.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_4.html","bundleId":"work-tasks-2023-sp1","id":"a5be6e137-6b2d-4687-baaf-d35ecceaea36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_4.html","title":"Create a Repository","navPath":"CreateaRepository_4.html","bundleId":"work-tasks-2023-sp1","id":"ac694c9f5-56b0-43eb-9aec-6db21a3f0ec4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_4.html","title":"Verify the Installation","navPath":"VerifytheInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"a3802cc7b-0d91-4dfc-aae2-8ba0be00e343","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallLoadBalancedServer.html","title":"Install Load Balanced Server","navPath":"InstallLoadBalancedServer.html","bundleId":"work-tasks-2023-sp1","id":"a00903dcd-0472-45c8-8401-b07dc0a33b47","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","title":"Web Farm with clustered services on Web Farm Machines with database on a different machine","navPath":"WebFarmwithClusteredServicesonWebFarmMachineswithDatabaseonaDifferentMachine.html","bundleId":"work-tasks-2023-sp1","id":"a5756aa9f-82cf-44ed-a8ee-c905efb803de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofServerInstallation_3.html","title":"High-level view of server installation","navPath":"HighLevelViewofServerInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"a891e665f-28f2-43e7-bf2a-d76e28a20f5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_3.html","title":"Installation","navPath":"Installation_3.html","bundleId":"work-tasks-2023-sp1","id":"ad4f42cdc-56f1-4cff-a0a9-b2b309c3da44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksServer_3.html","title":"AVEVA Work Tasks Server","navPath":"AVEVAWorkTasksServer_3.html","bundleId":"work-tasks-2023-sp1","id":"ae0e493e0-fc37-4ada-904b-4d4b0e148f44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_8.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_8.html","bundleId":"work-tasks-2023-sp1","id":"ab8677528-617e-4a04-ab6f-73ababa4466e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_8.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_8.html","bundleId":"work-tasks-2023-sp1","id":"aa2671ea2-f997-4bbd-9a0d-060ea33689a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_8.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_8.html","bundleId":"work-tasks-2023-sp1","id":"aae907b5e-fba1-4019-ba66-ac12d80ae3a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition.html","bundleId":"work-tasks-2023-sp1","id":"a179fa033-0686-4070-b521-65f50a24c2ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_5.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"ac2ab5e90-d3b2-44f1-9297-efb57025cdd9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_5.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_5.html","bundleId":"work-tasks-2023-sp1","id":"ab0eac483-b121-4e43-83cc-bf9cb9e4c3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_5.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_5.html","bundleId":"work-tasks-2023-sp1","id":"af76dc3d8-a55f-4e2c-9a1f-ba41d2cd6f8b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_3.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_3.html","bundleId":"work-tasks-2023-sp1","id":"a6cd86bc4-ef40-4d6c-9ebb-818fdd1ecd80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineEnterpriseConsole.html","title":"Define Enterprise Console","navPath":"DefineEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a91876dab-12b4-494d-941f-44aec30f1525","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_5.html","title":"Provision Services","navPath":"ProvisionServices_5.html","bundleId":"work-tasks-2023-sp1","id":"af469032b-6dd1-4004-a54e-dfbf0f78de97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_5.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_5.html","bundleId":"work-tasks-2023-sp1","id":"a9db1a078-25a8-47ff-878a-9495a20342bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_5.html","title":"Create a Repository","navPath":"CreateaRepository_5.html","bundleId":"work-tasks-2023-sp1","id":"a10dca142-2341-4a81-9832-4d77843b6b61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallonMultipleMachines.html","title":"Install on Multiple Machines","navPath":"InstallonMultipleMachines.html","bundleId":"work-tasks-2023-sp1","id":"a03f5f3cb-ebd9-4be6-9fdd-e300f1ea6581","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_5.html","title":"Verify the Installation","navPath":"VerifytheInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"ab3964056-932d-439d-b69f-5da9bde808af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentMachinesScenario4.html","title":"Web farm connecting to separate Services Cluster with Database on a Different Machine","navPath":"DifferentMachinesScenario4.html","bundleId":"work-tasks-2023-sp1","id":"ab8e621bd-212f-47cd-b940-3b24adcc7bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/High-LevelViewofServerInstallation.html","title":"High-level view of server installation","navPath":"High-LevelViewofServerInstallation.html","bundleId":"work-tasks-2023-sp1","id":"aade803e7-869e-48b8-905b-d06c90419de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation14.html","title":"High-level view of client installation","navPath":"high-levelviewofskeltaclientinstallation14.html","bundleId":"work-tasks-2023-sp1","id":"afba7a16d-4555-4fba-8dd8-b1f00d721109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation65.html","title":"Installation","navPath":"installation65.html","bundleId":"work-tasks-2023-sp1","id":"abfe408e1-124a-46ab-8004-d349f5e97809","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server.html","title":"AVEVA Work Tasks server","navPath":"Wonderware_Skelta_BPM_Server.html","bundleId":"work-tasks-2023-sp1","id":"a11f3a9ba-0369-4576-b18b-eedbdc508786","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_9.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_9.html","bundleId":"work-tasks-2023-sp1","id":"ae98cbb41-c264-4e3d-8e36-0bba17b742a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_9.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_9.html","bundleId":"work-tasks-2023-sp1","id":"aec6ee656-daa1-4583-ad07-9451f33c0b69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_9.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_9.html","bundleId":"work-tasks-2023-sp1","id":"acea7f020-86e3-4f8f-86be-56ee56b34a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_1.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_1.html","bundleId":"work-tasks-2023-sp1","id":"a433a9acd-c042-486d-8463-bc7ea9971e7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_6.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"afc54637e-45f0-4862-8548-6a2d3ba7e0a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_6.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a66fa955e-79f3-4260-bee0-771cb2af306b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_6.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_6.html","bundleId":"work-tasks-2023-sp1","id":"a37ad7773-8f4f-46d2-b5fc-5be059f4faae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_4.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_4.html","bundleId":"work-tasks-2023-sp1","id":"af3e2ad62-d775-4b4e-adb6-334fb94f8790","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_6.html","title":"Provision Services","navPath":"ProvisionServices_6.html","bundleId":"work-tasks-2023-sp1","id":"aa29e4344-5226-4e02-ab05-4980dd51eb33","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client.html","bundleId":"work-tasks-2023-sp1","id":"aa5b548a0-a593-40f4-b709-4d2182f62b2a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_10.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_10.html","bundleId":"work-tasks-2023-sp1","id":"a4d91fb1f-68c3-45c9-934c-cca7c4b44a91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_10.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_10.html","bundleId":"work-tasks-2023-sp1","id":"afb389c8c-f18f-450b-a5f6-53fc6dbe0316","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_10.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_10.html","bundleId":"work-tasks-2023-sp1","id":"a1d1b290b-bf6d-4e9e-93c3-c69b10e6f4a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_3.html","title":"Select Client Installation","navPath":"SelectClientInstallation_3.html","bundleId":"work-tasks-2023-sp1","id":"add50eec4-8fae-4998-9ae9-6fd3e9c4efff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_3.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_3.html","bundleId":"work-tasks-2023-sp1","id":"a2cef3d8e-f754-4766-bbf6-da8ba80b7281","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_3.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_3.html","bundleId":"work-tasks-2023-sp1","id":"a041c84b9-5727-4fbc-b712-c9fa3938093c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_6.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_6.html","bundleId":"work-tasks-2023-sp1","id":"a7dec73a2-82d7-4906-a266-e30557018cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_6.html","title":"Create a Repository","navPath":"CreateaRepository_6.html","bundleId":"work-tasks-2023-sp1","id":"a99fe1af8-0987-4a9f-8548-a32e128eef25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_6.html","title":"Verify the Installation","navPath":"VerifytheInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"aa05fb0de-2b3b-43d9-a566-6537c219aed0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/completestandalonedeploymentindevelopermachine112.html","title":"Single Server capable of adding machines at any time","navPath":"completestandalonedeploymentindevelopermachine112.html","bundleId":"work-tasks-2023-sp1","id":"a22efa9f1-bcf2-4e1a-983e-af011407ace3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelinstallationview1112.html","title":"High-level view of AVEVA Work Tasks installation","navPath":"high-levelinstallationview1112.html","bundleId":"work-tasks-2023-sp1","id":"ac6eda2b5-340a-47b1-8a6e-2ee608cb430f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation312.html","title":"Installation","navPath":"installation312.html","bundleId":"work-tasks-2023-sp1","id":"a28103a17-8497-4961-bc47-2363aee74535","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_11.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_11.html","bundleId":"work-tasks-2023-sp1","id":"afbca0a4f-8b82-4e01-8c47-aa697b21604f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_11.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_11.html","bundleId":"work-tasks-2023-sp1","id":"a5a312a7c-a275-48f0-807b-a35d386054d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_11.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_11.html","bundleId":"work-tasks-2023-sp1","id":"a74f84d5e-d465-4a53-8d12-1f657f1e91e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_2.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_2.html","bundleId":"work-tasks-2023-sp1","id":"a8f779995-d99d-49da-9526-55bdf29ea370","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_7.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_7.html","bundleId":"work-tasks-2023-sp1","id":"a81cb3211-794c-4046-837b-0da53b94d176","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_7.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_7.html","bundleId":"work-tasks-2023-sp1","id":"a450e9a9b-dac4-4836-9bf2-da2fecb92dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_7.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_7.html","bundleId":"work-tasks-2023-sp1","id":"af900e5b1-ca0b-4463-a4ac-9870a1e3c781","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_7.html","title":"Provision Services","navPath":"ProvisionServices_7.html","bundleId":"work-tasks-2023-sp1","id":"a9d382a9b-105e-4fed-ad92-5e9be9ed4203","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_7.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_7.html","bundleId":"work-tasks-2023-sp1","id":"a67bbedfc-308e-4089-bff5-41ecba4d46e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_7.html","title":"Create a Repository","navPath":"CreateaRepository_7.html","bundleId":"work-tasks-2023-sp1","id":"a99daed56-f5cc-4fd1-9d99-f83bd9ad366b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_7.html","title":"Verify the Installation","navPath":"VerifytheInstallation_7.html","bundleId":"work-tasks-2023-sp1","id":"a5138cb2d-19b6-4dfd-a434-0d63e2316d6c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","title":"Intranet and Extranet Web Servers on Different Machines","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines6.html","bundleId":"work-tasks-2023-sp1","id":"ac2bbbed2-42d8-467f-b005-7c36db4d1516","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation36.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation36.html","bundleId":"work-tasks-2023-sp1","id":"a2a43fc28-d531-4bf8-8be7-3c80dd7909c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation15.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation15.html","bundleId":"work-tasks-2023-sp1","id":"aac0fe502-384f-4c44-8855-08b8b2c0ac91","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation66.html","title":"Installation","navPath":"installation66.html","bundleId":"work-tasks-2023-sp1","id":"a191a29d6-3570-40a4-81f3-73a984c6e776","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_1.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_1.html","bundleId":"work-tasks-2023-sp1","id":"a4829b101-042a-4ed7-a95b-678820b33f13","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_12.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_12.html","bundleId":"work-tasks-2023-sp1","id":"acae7a248-25bb-41e2-9e6b-75ff3e4f52ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_12.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_12.html","bundleId":"work-tasks-2023-sp1","id":"a9d55385a-e953-4636-b092-628313fceb78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_12.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_12.html","bundleId":"work-tasks-2023-sp1","id":"ac2dcafd4-5b35-4021-a756-4e3f47686de4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_3.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_3.html","bundleId":"work-tasks-2023-sp1","id":"a941a7c78-6ae1-48d0-847f-96689d824288","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_8.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_8.html","bundleId":"work-tasks-2023-sp1","id":"ad36b1fec-53e7-4a71-a9cb-23fde3a00982","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_8.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_8.html","bundleId":"work-tasks-2023-sp1","id":"abc632ed6-ac17-4961-baf1-587887f9e19c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_8.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_8.html","bundleId":"work-tasks-2023-sp1","id":"a26815e4d-6b6c-4a34-aba0-8cb7d8800a25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_5.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_5.html","bundleId":"work-tasks-2023-sp1","id":"a3312eaec-ab71-4b82-a476-15aaf3e22b19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_8.html","title":"Provision Services","navPath":"ProvisionServices_8.html","bundleId":"work-tasks-2023-sp1","id":"a749442a9-00f3-42d5-8ef8-69f937a17f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_1.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_1.html","bundleId":"work-tasks-2023-sp1","id":"a313f1f00-e178-4248-87b3-750d7c9fadd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_13.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_13.html","bundleId":"work-tasks-2023-sp1","id":"a152a18c8-a305-4708-914f-bc4da3bf7d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_13.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_13.html","bundleId":"work-tasks-2023-sp1","id":"a3dfea202-c090-4e15-860c-33c6920e7f31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_4.html","title":"Select Client Installation","navPath":"SelectClientInstallation_4.html","bundleId":"work-tasks-2023-sp1","id":"adbc8fce8-5f4b-4a6c-b7b0-0e7d144cf394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_4.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_4.html","bundleId":"work-tasks-2023-sp1","id":"a4178dbb2-78b0-44ba-9623-866f281c2914","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_4.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_4.html","bundleId":"work-tasks-2023-sp1","id":"a5a95e2ed-a1d6-4733-b59e-4f2070e582fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_8.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_8.html","bundleId":"work-tasks-2023-sp1","id":"ab48db8ff-6d3c-48ad-89ac-35392bd81108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_8.html","title":"Create a Repository","navPath":"CreateaRepository_8.html","bundleId":"work-tasks-2023-sp1","id":"a8de02b7f-54ed-4175-a34c-c842294c2e05","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_8.html","title":"Verify the Installation","navPath":"VerifytheInstallation_8.html","bundleId":"work-tasks-2023-sp1","id":"a223e3b9d-3051-4c5b-8e41-ab04e29fcd21","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","title":"Client and Server Installation","navPath":"webfarmmultiplewebserversworkflowengineservicesanddatabaseondifferentmachines1.html","bundleId":"work-tasks-2023-sp1","id":"a8c6beb07-38d5-4ff5-a3a1-3004a0db82e6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaserverinstallation31.html","title":"High-Level View of Server Installation","navPath":"high-levelviewofskeltaserverinstallation31.html","bundleId":"work-tasks-2023-sp1","id":"a9f5e7db3-1db0-4952-976c-d17ffdce22be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/high-levelviewofskeltaclientinstallation11.html","title":"High-Level View of Client Installation","navPath":"high-levelviewofskeltaclientinstallation11.html","bundleId":"work-tasks-2023-sp1","id":"ae54199a2-ef72-4092-9ae1-6dc8c52208a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installation67.html","title":"Installation","navPath":"installation67.html","bundleId":"work-tasks-2023-sp1","id":"a1bd1ce01-1748-4476-8015-fbc597d1a7df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Server_2.html","title":"AVEVA Work Tasks Server","navPath":"Wonderware_Skelta_BPM_Server_2.html","bundleId":"work-tasks-2023-sp1","id":"a729e3a69-cbb5-43e0-a2bf-287c7770696f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_14.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_14.html","bundleId":"work-tasks-2023-sp1","id":"af66b7f13-c078-480e-884b-17a6629cfd6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_14.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_14.html","bundleId":"work-tasks-2023-sp1","id":"aef7ca800-32c6-4d70-b236-4fec4dc9742d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_13.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_13.html","bundleId":"work-tasks-2023-sp1","id":"ad7aa383d-0f58-4f96-b397-68c8809b7c6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelecttheTypeofInstallation-EnterpriseEdition_4.html","title":"Select the Type of Installation - Enterprise Edition","navPath":"SelecttheTypeofInstallation-EnterpriseEdition_4.html","bundleId":"work-tasks-2023-sp1","id":"acaa718be-afc4-4536-8988-3595c9f9a081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFarmDatabase_9.html","title":"Create Farm Database","navPath":"CreateFarmDatabase_9.html","bundleId":"work-tasks-2023-sp1","id":"affbd9a77-51f5-404d-b7a0-2932c4d3566b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineSecuritySettings_9.html","title":"Define Security Settings","navPath":"DefineSecuritySettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a9506a727-5640-4822-8006-a2659ddfbd34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineServicesandGlobalSettings_9.html","title":"Define Services and Global Settings","navPath":"DefineServicesandGlobalSettings_9.html","bundleId":"work-tasks-2023-sp1","id":"a050001eb-715c-4615-814c-18ac6e59b553","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineCentralConfiguration_6.html","title":"Define Central Configuration","navPath":"DefineCentralConfiguration_6.html","bundleId":"work-tasks-2023-sp1","id":"a2ea689ff-ee22-4e0e-b608-40754fdf19ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionServices_9.html","title":"Provision Services","navPath":"ProvisionServices_9.html","bundleId":"work-tasks-2023-sp1","id":"ac37b77d8-9c96-4f85-9059-a8df114efc1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Client_2.html","title":"AVEVA Work Tasks Client","navPath":"Wonderware_Skelta_BPM_Client_2.html","bundleId":"work-tasks-2023-sp1","id":"a7490f85d-0a9e-44e7-8842-dc4c81cd3879","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_15.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_15.html","bundleId":"work-tasks-2023-sp1","id":"ad9a1cce3-3cc7-4320-a69f-74ea692b7495","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_15.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_15.html","bundleId":"work-tasks-2023-sp1","id":"a8cbacde9-beb4-4582-9d40-52093dfee4f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheLicenseServer_14.html","title":"Configure the License Server","navPath":"ConfiguretheLicenseServer_14.html","bundleId":"work-tasks-2023-sp1","id":"a5580d68b-ffbd-498b-9cfa-4eb27b238910","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_5.html","title":"Select Client Installation","navPath":"SelectClientInstallation_5.html","bundleId":"work-tasks-2023-sp1","id":"a70cf1c65-167a-465b-9fba-819776a409eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_5.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_5.html","bundleId":"work-tasks-2023-sp1","id":"a68cb4f42-d8ae-4a4a-9764-d52c5e38ed9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_5.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_5.html","bundleId":"work-tasks-2023-sp1","id":"a361ccd72-cf87-4315-aef8-9db0e936c91a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_9.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_9.html","bundleId":"work-tasks-2023-sp1","id":"a1133d36d-4bc3-4d76-b7c3-62b6e549ddfb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_9.html","title":"Create a Repository","navPath":"CreateaRepository_9.html","bundleId":"work-tasks-2023-sp1","id":"a8e748d36-69d0-4467-aa75-02018b90bc88","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_9.html","title":"Verify the Installation","navPath":"VerifytheInstallation_9.html","bundleId":"work-tasks-2023-sp1","id":"af76a539e-fac8-49ae-977c-44a863bea567","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksinSilentMode.html","title":"Install and Configure AVEVA Work Tasks in Silent Mode","navPath":"InstallandConfigureAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a8d44ede5-9ba7-4823-bb80-fde76a9ddb68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforInstallingandConfiguringinSilentMode.html","title":"Prerequisites for Installing and Configuring in Silent Mode","navPath":"PrerequisitesforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a2026ddc8-d590-48aa-ac12-53d597b394a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallinSilentMode.html","title":"Install in Silent Mode","navPath":"InstallinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a22ab1c19-ccfc-40c6-a8bc-d31322406b08","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentMode.html","title":"Configure in Silent Mode","navPath":"ConfigureinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aacd23249-b069-4774-9c03-79695f60e9a1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeUsingXML.html","title":"Configure in Silent Mode Using XML","navPath":"ConfigureinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaa216fd6-89ba-4729-aa91-691cde204c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingXML.html","title":"Configure DataSource in Silent Mode Using XML","navPath":"ConfigureDataSourceinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a74464d76-9c19-41da-a0f4-860601a6309a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aa12aae81-70b3-431f-94c3-5f51123b86fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingXML.html","title":"Configure Farm in Silent Mode Using XML","navPath":"ConfigureFarminSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a6a337a31-2a09-4305-bb04-761f5291ec34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryinSilentModeUsingXML.html","title":"Configure Repository in Silent Mode Using XML","navPath":"ConfigureRepositoryinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"a9d76d8f9-42e1-40db-adc1-37c95421e867","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQuickflowinSilentModeUsingXML.html","title":"Configure Quickflow in Silent Mode Using XML","navPath":"ConfigureQuickflowinSilentModeUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"aaccd1fb2-7454-41bf-888f-24d9abc8d972","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCryptographySettingsinSilentModeusingXML.html","title":"Configure Cryptography Settings in Silent Mode using XML","navPath":"ConfigureCryptographySettingsinSilentModeusingXML.html","bundleId":"work-tasks-2023-sp1","id":"a5b8939b2-be69-484d-9548-a9f112fcf249","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureinSilentModeusingCommandLineParameters.html","title":"Configure in Silent Mode using Command-Line Parameters","navPath":"ConfigureinSilentModeusingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a01c2c651-feda-4818-b48f-a0f7ff29a5c7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarminSilentModeUsingCommandLineParameters.html","title":"Configure Farm in Silent Mode Using Command-Line Parameters","navPath":"ConfigureFarminSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a929dd387-9dda-4a7f-bdbc-6e24aa678a0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","title":"Configure DataSource in Silent Mode Using Command-Line Parameters","navPath":"ConfigureDataSourceinSilentModeUsingCommandLineParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5ff17cd8-8d2d-4971-9829-4101bbe83cf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryInSilentMode.html","title":"Configure Repository in Silent Mode Using Command-Line Parameters","navPath":"ConfigureRepositoryInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aee03911c-0f61-45bd-ac20-a887ef5bc037","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnResultsforSilentConfiguration.html","title":"Return Results for Silent Configuration","navPath":"ReturnResultsforSilentConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1525e434-8f30-4012-8d87-ddd51571b743","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","title":"Sample Batch File Script for Installing and Configuring in Silent Mode","navPath":"SampleBatchFileScriptforInstallingandConfiguringinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"aeb0632be-0e9d-4cea-ab4a-6103f1164f9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsandExceptionsSilentInstallationandConfiguration.html","title":"Limitations and Exceptions - Silent Installation and Configuration","navPath":"LimitationsandExceptionsSilentInstallationandConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a1d9d2846-9ff8-484a-a55e-71eda59e7fbd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","title":"Installing AVEVA Work Tasks Add-in for Microsoft Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a42f8ab59-38df-4b07-b896-4d1e707ef549","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPrerequisites.html","title":"Installation Prerequisites","navPath":"InstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"a9af94f46-3cd5-4b1a-84ec-428be19a1005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Install AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"InstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a3f62fc90-955f-4f97-a0a5-c8c46cb777de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","title":"Uninstalling AVEVA Work Tasks Add-in for Microsoft Office Outlook","navPath":"UninstallAVEVAWorkTasksAddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a672fd0a7-aa26-4d93-821a-73a75f4873ad","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientonWindowsFormBasedApplication.html","title":"Install Client on Windows Form Based Application","navPath":"InstallClientonWindowsFormBasedApplication.html","bundleId":"work-tasks-2023-sp1","id":"a137140d3-7d52-41d4-9551-8136fb69ccc9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationPlanningChecklist.html","title":"Installation Planning Checklist","navPath":"InstallationPlanningChecklist.html","bundleId":"work-tasks-2023-sp1","id":"a5980d571-97d5-4345-8c24-82ef4e62e81f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelInstallationView.html","title":"High-Level Installation View","navPath":"HighLevelInstallationView.html","bundleId":"work-tasks-2023-sp1","id":"a1828e508-fddc-4a4e-a1f0-58d9503c2a1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Installation_4.html","title":"Installation","navPath":"Installation_4.html","bundleId":"work-tasks-2023-sp1","id":"a538908ac-a935-4118-9586-d1e4b008f8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasks_16.html","title":"Install AVEVA Work Tasks","navPath":"InstallAVEVAWorkTasks_16.html","bundleId":"work-tasks-2023-sp1","id":"aca8f3f31-2894-4660-9800-0029e828a1b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StarttheFarmConfigurationWizard_16.html","title":"Start the Farm Configuration Wizard","navPath":"StarttheFarmConfigurationWizard_16.html","bundleId":"work-tasks-2023-sp1","id":"a1edffe02-7add-4b48-8c9e-c8a31f083406","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectClientInstallation_6.html","title":"Select Client Installation","navPath":"SelectClientInstallation_6.html","bundleId":"work-tasks-2023-sp1","id":"ac3e1d111-2388-4bef-8e5f-4c1efd035930","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnecttoanExistingFarmDatabase_6.html","title":"Connect to an Existing Farm Database","navPath":"ConnecttoanExistingFarmDatabase_6.html","bundleId":"work-tasks-2023-sp1","id":"af28ed421-0bc7-413c-ab28-1f8a28e51387","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineandProvisiontheEnterpriseConsole_6.html","title":"Define and Provision the Enterprise Console","navPath":"DefineandProvisiontheEnterpriseConsole_6.html","bundleId":"work-tasks-2023-sp1","id":"acbb59515-2201-45bb-8613-4c4a37f71986","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifytheInstallation_10.html","title":"Verify the Installation","navPath":"VerifytheInstallation_10.html","bundleId":"work-tasks-2023-sp1","id":"a99434ef3-1864-415c-bdd9-0aed0998d88c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","title":"Install AVEVA Work Tasks Locales for Brazilian Portuguese","navPath":"InstallAVEVAWorkTasksLocalesforBrazilianPortuguese.html","bundleId":"work-tasks-2023-sp1","id":"aab87faca-6aee-4369-a3b3-7be3f4b1df29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetaRepositorytoSupportMultipleLocales.html","title":"Set a Repository to Support Multiple Locales","navPath":"SetaRepositorytoSupportMultipleLocales.html","bundleId":"work-tasks-2023-sp1","id":"a20125d73-90e9-4183-b81c-a44690f19ac1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicensing.html","title":"AVEVA Licensing","navPath":"AVEVALicensing.html","bundleId":"work-tasks-2023-sp1","id":"af5fdcdb7-92e8-441d-a3ba-69d7bcb72a53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutAVEVAEnterpriseLicensing.html","title":"About AVEVA Enterprise Licensing","navPath":"AboutAVEVAEnterpriseLicensing.html","bundleId":"work-tasks-2023-sp1","id":"a9d484cfe-660e-4e95-ad44-a0866eb22047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowdoesLicensingwork.html","title":"How does Licensing work?","navPath":"HowdoesLicensingwork.html","bundleId":"work-tasks-2023-sp1","id":"a156211ff-8c83-4268-8891-894768753f61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LicensingforAVEVAWorkTasks.html","title":"Licensing for AVEVA Work Tasks","navPath":"LicensingforAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae7db001b-925e-4f44-8a74-4d002066508a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GracePeriodforAVEVALicense.html","title":"Grace Period for AVEVA License","navPath":"GracePeriodforAVEVALicense.html","bundleId":"work-tasks-2023-sp1","id":"a32155e86-5ca8-45e0-84df-72fedb1aaa3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeLoadBalanceSettings.html","title":"Change Load Balance Settings","navPath":"ChangeLoadBalanceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a15ecb961-99ec-4e28-8ee3-17688f0a58bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientConnectionLicenseforSystemPlatformIDE.html","title":"Client Connection License for System Platform IDE","navPath":"ClientConnectionLicenseforSystemPlatformIDE.html","bundleId":"work-tasks-2023-sp1","id":"ac95b3991-a2c7-4163-a550-f622999e6f51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense.html","title":"Client Connection License for InTouch","navPath":"SessionbasedClientConnectionLicense.html","bundleId":"work-tasks-2023-sp1","id":"a6aa101d2-2a34-4db2-ad74-88ccc6538149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SessionbasedClientConnectionLicense_1.html","title":"Session-based Client Connection License","navPath":"SessionbasedClientConnectionLicense_1.html","bundleId":"work-tasks-2023-sp1","id":"abf9dcea0-c54f-4cb6-b969-5b2ec85dba09","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/worktasksmobileapplication.html","title":"AVEVA Work Tasks Pro","navPath":"worktasksmobileapplication.html","bundleId":"work-tasks-2023-sp1","id":"a3a7556c5-bf4b-472f-9319-f5be256a393c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVALicenseUtilizationWorkTasksPro.html","title":"AVEVA License Utilization","navPath":"AVEVALicenseUtilizationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"abe5d6131-d043-4c75-aaed-1d101fc40cf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PushNotificationArchitectureforAVEVAWorkTasksPro.html","title":"Push Notification Architecture for AVEVA Work Tasks Pro","navPath":"PushNotificationArchitectureforAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aafdf648e-11fc-434c-8dd3-ef4f4633c48a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnhancedSecurity.html","title":"Enhanced Security","navPath":"EnhancedSecurity.html","bundleId":"work-tasks-2023-sp1","id":"a567d3005-4d9b-4ca0-8464-d1c4c06ef27e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallAVEVAWorkTasksPro.html","title":"Install AVEVA Work Tasks Pro","navPath":"InstallAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"ab22d0d52-a6de-4529-80dc-e03d6526395b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites3.html","title":"Prerequisites","navPath":"Prerequisites3.html","bundleId":"work-tasks-2023-sp1","id":"aedb989e9-eb6f-4595-aa4a-ecfd665c3211","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","title":"High Level View of Configuration and Installation of AVEVA Work Tasks Pro","navPath":"HighLevelViewofConfigurationandInstallationofAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a7753eb43-5acd-423c-81db-9ed82e603e61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksPro.html","title":"Access AVEVA Work Tasks Pro","navPath":"AccessAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"a42b2678d-18f5-4b0c-9b93-6cbd9cd61c11","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro within the Corporate Network","navPath":"AccessAVEVAWorkTasksProwithintheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"a45c309e8-6c9f-4ecd-91ca-3da0f53663a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","title":"Access AVEVA Work Tasks Pro Outside the Corporate Network","navPath":"Access_AVEVAWorkTasksProOutsidetheCorporateNetwork.html","bundleId":"work-tasks-2023-sp1","id":"afa95a0b2-8105-415d-a507-f6b65947e24b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallandConfigureAVEVAWorkTasksProApp.html","title":"Install and Configure AVEVA Work Tasks Pro App","navPath":"InstallandConfigureAVEVAWorkTasksProApp.html","bundleId":"work-tasks-2023-sp1","id":"a4f345fbb-37e3-4c84-9f6c-c01f5775f91e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationWorkTasksPro.html","title":"Verify Installation","navPath":"VerifyInstallationWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"af9b19fd9-be02-466c-94a8-2f4eaadec08c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAVEVAWorkTasksPro.html","title":"Configure AVEVA Work Tasks Pro","navPath":"ConfigureAVEVAWorkTasksPro.html","bundleId":"work-tasks-2023-sp1","id":"aa40c55b5-23c8-4feb-bfd8-328d451667fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelMobileWorkList.html","title":"Delivery Channel - MobileWorkList","navPath":"DeliveryChannelMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"ad9789d60-56e8-4660-9d77-1df39bd6ba5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockorUnblockMobileApplication.html","title":"Block or Unblock Mobile Application","navPath":"BlockorUnblockMobileApplication.html","bundleId":"work-tasks-2023-sp1","id":"a986e2063-a4ef-46ae-836c-ccc962a5e752","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedSettings.html","title":"Advanced Settings","navPath":"AdvancedSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7a3e3a8-0c45-462b-8a49-104bc9e31c3f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceMonitor.html","title":"Service Monitor","navPath":"ServiceMonitor.html","bundleId":"work-tasks-2023-sp1","id":"a855fa4ee-6822-42c7-9af8-8711b4068e89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSettings.html","title":"Service Settings","navPath":"ServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0618090b-e4cb-4de0-8c00-94f57011e3e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineSettings.html","title":"Engine Settings","navPath":"EngineSettings.html","bundleId":"work-tasks-2023-sp1","id":"a7c07c866-2f74-408f-b405-06ca032e567f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSchedulerSettings.html","title":"Task Scheduler Settings","navPath":"TaskSchedulerSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac0c3f6de-c38f-435d-81de-5e906e2b9069","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceSettings.html","title":"Communication Service Settings","navPath":"CommunicationServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a41c15f07-0359-4304-a655-6c0d5f91f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceSettings.html","title":"Client Service Settings","navPath":"ClientServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"abd8849e5-eac3-4fcb-a946-d17f4667389a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofRestarts.html","title":"Types of Restarts","navPath":"TypesofRestarts.html","bundleId":"work-tasks-2023-sp1","id":"abec65059-9d26-4678-aae6-bcf228a49f8c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesofServiceMonitoring.html","title":"Features of Service Monitoring","navPath":"FeaturesofServiceMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a0d19fbbc-7044-4c3a-a400-78981958cb82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processmemorycalculation.html","title":"Process Memory Calculation","navPath":"processmemorycalculation.html","bundleId":"work-tasks-2023-sp1","id":"ad0e1d88b-1802-4eec-a414-8df998982577","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TypesofMonitoring.html","title":"Types of Monitoring","navPath":"TypesofMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b101f-5049-447c-99d6-d56df861e9ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Maintenance.html","title":"Maintenance","navPath":"Maintenance.html","bundleId":"work-tasks-2023-sp1","id":"ac3c7342b-392e-4e3f-8b65-c76793a097cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CriticalMemoryLimit.html","title":"Critical Memory Limit","navPath":"CriticalMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"ae264141e-f9d4-412d-8168-6289575f3366","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WarningMemoryLimit.html","title":"Warning Memory Limit","navPath":"WarningMemoryLimit.html","bundleId":"work-tasks-2023-sp1","id":"a72a651cf-6630-4a16-b80c-1f025dd8d4f5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceSpecificMonitoring.html","title":"Service Specific Monitoring","navPath":"ServiceSpecificMonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a5706b52e-86e3-4db4-a450-7c60af1328fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowEngine.html","title":"Workflow Engine","navPath":"WorkflowEngine.html","bundleId":"work-tasks-2023-sp1","id":"a241795c3-25b7-44e5-bed7-cb79e4447326","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceDependencies.html","title":"Service Dependencies","navPath":"ServiceDependencies.html","bundleId":"work-tasks-2023-sp1","id":"a86e1bd69-9426-4e2f-bc31-31a47c3d5d8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoadBalancedEnvironment.html","title":"Load Balanced Environment","navPath":"LoadBalancedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a84ee5a84-e4d4-4324-bde8-3be1e55ab327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationSettings.html","title":"Configuration Settings","navPath":"ConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a175dcc05-4338-4d72-a658-9e51ab33a4e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationConstants.html","title":"Application Constants","navPath":"ApplicationConstants.html","bundleId":"work-tasks-2023-sp1","id":"a24d62c71-9dcc-47ac-a85a-2fcc6d53d1b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultSettings.html","title":"Default Settings","navPath":"DefaultSettings.html","bundleId":"work-tasks-2023-sp1","id":"a79cd6d59-9683-4c0b-ab64-9412f80d821a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios.html","title":"User Scenarios","navPath":"UserScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a138fefd4-641c-4d05-ac8e-f2f9b900274c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TechnicalScenariosandFeatures.html","title":"Technical Scenarios and Features","navPath":"TechnicalScenariosandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"ab3e89762-73e9-4cfb-94b0-fd1ea15b8903","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationService.html","title":"Mobile Notification Service","navPath":"MobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa434e44a-3cd8-4229-964a-e29d47499a8d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RegistertoMobileNotificationService.html","title":"Register to Mobile Notification Service","navPath":"RegistertoMobileNotificationService.html","bundleId":"work-tasks-2023-sp1","id":"aa70ba683-5dfe-4289-b0ea-970159c8ae15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrySettings.html","title":"Retry Settings","navPath":"RetrySettings.html","bundleId":"work-tasks-2023-sp1","id":"abf7194e6-3be9-465a-bcb1-ca8099e85d30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings.html","bundleId":"work-tasks-2023-sp1","id":"a5e84f896-e5bc-423b-825d-320e8c11a403","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratingNotificationServices.html","title":"Migrating Notification Services","navPath":"MigratingNotificationServices.html","bundleId":"work-tasks-2023-sp1","id":"afde6efcc-67be-412e-bc1c-0e4f10983b8c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseServerSettings_1.html","title":"Enterprise Server Settings","navPath":"EnterpriseServerSettings_1.html","bundleId":"work-tasks-2023-sp1","id":"aa8cdcce1-d523-4906-a1b5-d67d89416a42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalSettings.html","title":"Global Settings","navPath":"GlobalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0f90a-56ed-4162-a7f5-3f9a3413970d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HTTPSettings.html","title":"HTTP Settings","navPath":"HTTPSettings.html","bundleId":"work-tasks-2023-sp1","id":"aa1d90df1-9bb0-4a8b-ad0b-e46f8fbc1ff1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogorTransactionSettings.html","title":"Log or Transaction Settings","navPath":"LogorTransactionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a57822d57-f2a8-4e63-959b-7f2e88c53e1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherSettings.html","title":"File Watcher Settings","navPath":"FileWatcherSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c21143e-23a5-4223-9432-ce970adf9e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MachineSetting.html","title":"Machine Setting","navPath":"MachineSetting.html","bundleId":"work-tasks-2023-sp1","id":"a38372161-3b2f-4905-98e6-01853383cd28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureSetting.html","title":"Azure Setting","navPath":"AzureSetting.html","bundleId":"work-tasks-2023-sp1","id":"a3329c8ec-667c-458e-a36b-e08e4f8982f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateEnterpriseConsolewithAnonymousAuthentication.html","title":"Create Enterprise Console with Anonymous Authentication","navPath":"CreateEnterpriseConsolewithAnonymousAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a74d7c4d6-6e5e-4fc0-b107-15a2c312aaf6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServiceBusListener.html","title":"Configure Service Bus Listener","navPath":"ConfigureServiceBusListener.html","bundleId":"work-tasks-2023-sp1","id":"af4cd2ae1-6738-412f-860c-08a97f80352c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GenerateSASToken.html","title":"Generate SAS Token","navPath":"GenerateSASToken.html","bundleId":"work-tasks-2023-sp1","id":"ab00e3385-aa49-4dad-b58a-15fbfab1820d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvideServerDetailstoMobileUser.html","title":"Provide Server Details to Mobile User","navPath":"ProvideServerDetailstoMobileUser.html","bundleId":"work-tasks-2023-sp1","id":"ad39cb56c-5c90-40f0-a790-06d08f952dd3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAServices.html","title":"ArchestrA Services","navPath":"ArchestrAServices.html","bundleId":"work-tasks-2023-sp1","id":"a345ab52b-15c4-4e1d-855e-7184a6ce4d68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenIDSettings.html","title":"OpenID Settings","navPath":"OpenIDSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1f2bca70-9490-4427-b761-20bcb0b083b0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAConnectSettings.html","title":"AVEVA Connect Settings","navPath":"AVEVAConnectSettings.html","bundleId":"work-tasks-2023-sp1","id":"a35546651-61ed-4c4f-906e-361bed27ae43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AzureActiveDirectorySettings.html","title":"Azure Active Directory Settings","navPath":"AzureActiveDirectorySettings.html","bundleId":"work-tasks-2023-sp1","id":"a842d1482-6c53-4e10-bb87-48aa5d93e380","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomScopeinAzureActiveDirectory.html","title":"Create Custom Scope in Azure Active Directory","navPath":"CreateCustomScopeinAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"ab8fba8bb-1a36-402b-96ef-aed20f8d610c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","title":"Retrieve Additional User Properties for Azure Active Directory User Provider","navPath":"RetrieveAdditionalUserPropertiesforAzureActiveDirectoryUserProvider.html","bundleId":"work-tasks-2023-sp1","id":"a3353af6e-9df7-4142-a801-3300f09ad5cd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoResumeSettings.html","title":"Auto Resume Settings","navPath":"AutoResumeSettings.html","bundleId":"work-tasks-2023-sp1","id":"af55cc2d9-e0fc-4594-94a9-4621866e338a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/720535.html","title":"Cache Refresh Settings","navPath":"720535.html","bundleId":"work-tasks-2023-sp1","id":"a78464617-e6f0-47bb-b9c1-7191cffe76d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrationTasks.html","title":"Administration Tasks","navPath":"AdministrationTasks.html","bundleId":"work-tasks-2023-sp1","id":"ae59b26cc-e845-4225-9696-6215cf030cc8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutFormsDesigner.html","title":"About Forms Designer","navPath":"AboutFormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a0e8d52b2-522d-4301-95eb-3257e6d3a29e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInstalledProducts.html","title":"View Installed Products","navPath":"ViewInstalledProducts.html","bundleId":"work-tasks-2023-sp1","id":"a9068d703-1f5a-4c83-85c7-bedac07063ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageDatabases.html","title":"Manage Databases","navPath":"ManageDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a9b379c48-02b3-44bb-a0d4-5678fb42f560","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseUserSettingsforWindowsAuthentication.html","title":"Change Database User Settings for Windows Authentication","navPath":"ChangeDatabaseUserSettingsforWindowsAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa77722a0-477b-4d53-91b0-a609bdcf3d6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeSQLUserCredentialsforSQLAuthentication.html","title":"Change SQL User Credentials for SQL Authentication","navPath":"ChangeSQLUserCredentialsforSQLAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a96575ae0-2840-4b46-a9d0-ac4c98d819ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofFarmConnectionSettings.html","title":"Change Pool Size of Farm Connection Settings","navPath":"ChangePoolSizeofFarmConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a9d6fe843-8391-4cd0-ae2a-b7314822435d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeDatabaseSettings.html","title":"Change Database Settings","navPath":"ChangeDatabaseSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3465c11a-d283-456e-ab66-177ab90f9ce5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureServices.html","title":"Configure Services","navPath":"ConfigureServices.html","bundleId":"work-tasks-2023-sp1","id":"ac58fbc46-3e88-4538-a676-775daf3783d1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TwowayEmailNotification.html","title":"Two-way Email Notification","navPath":"TwowayEmailNotification.html","bundleId":"work-tasks-2023-sp1","id":"ab97d5713-3617-46fa-90c3-8a3d16b554d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeServiceSettings.html","title":"Change Service Settings","navPath":"ChangeServiceSettings.html","bundleId":"work-tasks-2023-sp1","id":"a223da71a-6531-45f1-bcd9-3672dbd7abb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringSettings.html","title":"Client Service Monitoring Settings","navPath":"ClientServiceMonitoringSettings.html","bundleId":"work-tasks-2023-sp1","id":"aaf06aff1-9266-4a8e-801a-07b204acab96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettings.html","title":"Cryptography Settings","navPath":"CryptographySettings.html","bundleId":"work-tasks-2023-sp1","id":"a3a06b38a-22c1-49ca-9b22-16d36a89b564","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigratePassphraseusingMigrationTool.html","title":"Migrate Passphrase using Migration Tool","navPath":"MigratePassphraseusingMigrationTool.html","bundleId":"work-tasks-2023-sp1","id":"af8724a67-1263-415f-b0ac-68d1e0718976","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministerWebServers.html","title":"Administer Web Servers","navPath":"AdministerWebServers.html","bundleId":"work-tasks-2023-sp1","id":"a0fa009e9-6962-4a9c-95e9-2dc14b4a8e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWebSiteSettings.html","title":"Change Web Site Settings","navPath":"ChangeWebSiteSettings.html","bundleId":"work-tasks-2023-sp1","id":"a4f8033fd-bc87-4233-9be7-1e315cdd026e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","title":"Set Desired Port Number for Central Configuration and Enterprise Console During Installation","navPath":"SetDesiredPortNumberforCentralConfigurationandEnterpriseConsoleDuringInstallation.html","bundleId":"work-tasks-2023-sp1","id":"a85d3a217-272f-4e61-875c-58769c1f5e41","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","title":"Create Website with Desired Port Number Through Farm Configuration Wizard","navPath":"CreateWebsitewithDesiredPortNumberThroughFarmConfigurationWizard.html","bundleId":"work-tasks-2023-sp1","id":"a35481bc7-4e11-4d14-b9d0-b92b3ec49646","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofAVEVAWorkTasksSites.html","title":"Change Port Number of AVEVA Work Tasks Sites","navPath":"ChangePortNumberofAVEVAWorkTasksSites.html","bundleId":"work-tasks-2023-sp1","id":"aee2426ea-26f6-4d12-b939-a4fedde7a695","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","title":"Change Port Number of Central Configuration and Enterprise Console","navPath":"ChangePortNumberofCentralConfigurationandEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"ac67b8d79-bb82-4997-b09a-7ad75369522d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewEnterpriseConsole.html","title":"Add a New Enterprise Console","navPath":"AddaNewEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a6bb124e6-ec09-4178-9614-7ec40bce0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","title":"Map or Un-map a Repository from an Existing Enterprise Console","navPath":"MaporUnmapaRepositoryfromanExistingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a01d2c096-5e88-425f-ade2-57db454cce1f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditClientMachines.html","title":"Edit Client Machines","navPath":"EditClientMachines.html","bundleId":"work-tasks-2023-sp1","id":"a8a8be082-63ad-4817-946f-b3c5b9381f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditLicenseServerDetails.html","title":"Edit License Server Details","navPath":"EditLicenseServerDetails.html","bundleId":"work-tasks-2023-sp1","id":"a6c96e6e3-fd6c-40fd-a0d8-dd31b47a8172","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithEnterpriseConsoleList.html","title":"Work with Enterprise Console List","navPath":"WorkwithEnterpriseConsoleList.html","bundleId":"work-tasks-2023-sp1","id":"a73c733a8-a8ec-49b4-a989-d368db0a05c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithCentralConfiguration.html","title":"Work with Central Configuration","navPath":"WorkwithCentralConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ab57185f5-6a11-4094-93be-3a2b4510b7c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepositoryDataSource_10.html","title":"Create a Repository DataSource","navPath":"CreateaRepositoryDataSource_10.html","bundleId":"work-tasks-2023-sp1","id":"a7d7ce977-c7df-4add-9f53-87493f02891a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageRepositoryDataSource.html","title":"Manage Repository DataSource","navPath":"ManageRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a81a4e275-9e31-4dd2-be4b-6dd216aa0a9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaRepository_10.html","title":"Create a Repository","navPath":"CreateaRepository_10.html","bundleId":"work-tasks-2023-sp1","id":"ab455356a-265e-4a4e-ba24-f87b07f79911","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAdministratorUser.html","title":"Configure Administrator User","navPath":"ConfigureAdministratorUser.html","bundleId":"work-tasks-2023-sp1","id":"a5fcd8a7a-546f-4d24-8cdc-db3ab6ef3dfa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureSystemUser.html","title":"Configure System User","navPath":"ConfigureSystemUser.html","bundleId":"work-tasks-2023-sp1","id":"aef3ee3a2-e82d-427d-8c24-504dfea3b73b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureExceptionMailTemplates.html","title":"Configure Exception Mail Templates","navPath":"ConfigureExceptionMailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"afe67e1cc-9f7a-46fb-b378-fd8e8988f4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","title":"Change Pool Size of Repository DataSource Connection Settings","navPath":"ChangePoolSizeofRepositoryDataSourceConnectionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a0105d9ad-a0fa-4ab1-bec4-08bf9b13bf51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangePasswordofSQLServerUserCredentials.html","title":"Change Password of SQL Server User Credentials Used to Connect to Repository DataSource","navPath":"ChangePasswordofSQLServerUserCredentials.html","bundleId":"work-tasks-2023-sp1","id":"a71efdb85-942f-4f5b-a29b-6620fe056095","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","title":"Map or Un-map a Repository from Servers and Enterprise Consoles","navPath":"MaporUnmapaRepositoryfromServersandEnterpriseConsoles.html","bundleId":"work-tasks-2023-sp1","id":"a052b0352-288a-4792-98c4-8256621eb17c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HideorUnhideRepository.html","title":"Hide or Unhide Repository","navPath":"HideorUnhideRepository.html","bundleId":"work-tasks-2023-sp1","id":"a38e6f722-076f-45ce-b962-b103d41e481d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepository.html","title":"Delete Repository","navPath":"DeleteRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad3f94814-6c43-4182-8ed2-9d2e1c51ee1e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRepositoryDataSource.html","title":"Delete Repository DataSource","navPath":"DeleteRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a7c18d054-24da-4f99-82eb-717828c536f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics.html","title":"Diagnostics","navPath":"Diagnostics.html","bundleId":"work-tasks-2023-sp1","id":"aaea126a1-100b-478d-a62c-db49021ddf71","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MailServerSetting.html","title":"Mail Server Setting","navPath":"MailServerSetting.html","bundleId":"work-tasks-2023-sp1","id":"a89cb5e71-b6dc-41a4-b7ac-2f789d6ec1c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1053479.html","title":"Configuring SMTP Settings","navPath":"1053479.html","bundleId":"work-tasks-2023-sp1","id":"a7a318bb8-aa93-4dd3-94ae-77efdb4be060","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePOP3Settings.html","title":"Configure POP3 Settings","navPath":"ConfigurePOP3Settings.html","bundleId":"work-tasks-2023-sp1","id":"ad979e322-2421-4167-92bc-5de31c84ca57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessGoogleAccount.html","title":"Configure OAuth2 to Access Google Account","navPath":"ConfigureOAuth2toAccessGoogleAccount.html","bundleId":"work-tasks-2023-sp1","id":"ab54c6962-9ef7-4a0a-955c-ab95d359cf9e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOAuth2toAccessO365Account.html","title":"Configure OAuth2 to Access O365 Account","navPath":"ConfigureOAuth2toAccessO365Account.html","bundleId":"work-tasks-2023-sp1","id":"a004a19bd-b630-430d-aeec-9dc4de4015e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewtheEnterpriseServersList.html","title":"View the Enterprise Servers List","navPath":"ViewtheEnterpriseServersList.html","bundleId":"work-tasks-2023-sp1","id":"a88340819-5de3-4a10-9eef-6b9b8b1455d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/350802.html","title":"Configuring and Registering Token Service","navPath":"350802.html","bundleId":"work-tasks-2023-sp1","id":"af6208bab-61c5-4532-93b7-b51f79a87991","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableSecurityforaRepository.html","title":"Enable or Disable Security for a Repository","navPath":"EnableorDisableSecurityforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac3892bae-b9c0-4db1-9f4a-448b5fb7b957","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableorDisableWebPartsforaRepository.html","title":"Enable or Disable Web Parts for a Repository","navPath":"EnableorDisableWebPartsforaRepository.html","bundleId":"work-tasks-2023-sp1","id":"a99cdfa89-693b-4d8c-891d-330bba90fad4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserProviders.html","title":"User Providers","navPath":"UserProviders.html","bundleId":"work-tasks-2023-sp1","id":"af4b8b0c3-7df2-4772-85e1-16a259a42468","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeUserProviderProperties.html","title":"Change User Provider Properties","navPath":"ChangeUserProviderProperties.html","bundleId":"work-tasks-2023-sp1","id":"af16187ab-be7a-4c9e-ac36-67a169d3ff00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddAdditionalUserProviders.html","title":"Add Additional User Providers","navPath":"AddAdditionalUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"a351c0121-6f26-4164-b281-6b4f29ed497a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureUserProviders.html","title":"Configure User Providers","navPath":"ConfigureUserProviders.html","bundleId":"work-tasks-2023-sp1","id":"ab124e8c5-e1e0-43a8-8c8c-623e0c9d2980","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserList.html","title":"User List","navPath":"UserList.html","bundleId":"work-tasks-2023-sp1","id":"ad9d414d6-2496-477e-9e02-634ee93db777","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList.html","title":"Manage Users in List Provider","navPath":"WorkingwithRepositoryProviderList.html","bundleId":"work-tasks-2023-sp1","id":"a3e5106a9-a80f-4ae2-aa27-e45c9582c02d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkingwithRepositoryProviderList_1.html","title":"Working with Repository-Provider List","navPath":"WorkingwithRepositoryProviderList_1.html","bundleId":"work-tasks-2023-sp1","id":"a369822d5-eed4-457f-8f31-edbbcc0c5a21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureProviderDefinitionXML.html","title":"Configure Provider Definition XML","navPath":"ConfigureProviderDefinitionXML.html","bundleId":"work-tasks-2023-sp1","id":"af2c0da88-e20e-4fbd-b96e-79189609fe6e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableanExistingRepositorywithCrossdomainRoleProvider.html","title":"Enable an Existing Repository with Cross-domain Role Provider","navPath":"EnableanExistingRepositorywithCrossdomainRoleProvider.html","bundleId":"work-tasks-2023-sp1","id":"a0c28c0c2-85bd-4810-974f-d0e743617b04","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles.html","title":"Synchronize Roles","navPath":"SynchronizeRoles.html","bundleId":"work-tasks-2023-sp1","id":"a5c9ed016-9f8f-4ae4-8373-49c048ae4bb4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks.html","bundleId":"work-tasks-2023-sp1","id":"a420abaee-c16d-4994-8c70-0fc36d705016","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeUserPropertieswithDataSourceProviders.html","title":"Synchronize User Properties with Data Source Providers","navPath":"SynchronizeUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"af3e96552-2a6e-4180-965a-a539cf6e7460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","title":"Synchronize Active or Inactive User Properties with Data Source Providers","navPath":"SynchronizeActiveorInactiveUserPropertieswithDataSourceProviders.html","bundleId":"work-tasks-2023-sp1","id":"aa0c4d8a4-19e3-4830-aaad-d768e0358598","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScheduleSynchronizationofUserProperties.html","title":"Schedule Synchronization of User Properties","navPath":"ScheduleSynchronizationofUserProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1a237d0d-8399-4faa-96c9-44ee885475e5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectorytoSQLProvider.html","title":"Map Active Directory to SQL Provider","navPath":"MapActiveDirectorytoSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa0a43d28-043d-46c7-b707-8768fb82effa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Debug.html","title":"Debug","navPath":"Debug.html","bundleId":"work-tasks-2023-sp1","id":"a0158cb26-c1d8-4e6d-901a-de76cbd5ecfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogFiles.html","title":"Log Files","navPath":"LogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a55d864d0-9a04-4d5d-9ae5-e8747272e89f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExceptionMessages.html","title":"Exception Messages","navPath":"ExceptionMessages.html","bundleId":"work-tasks-2023-sp1","id":"aec2e3bad-7f99-4d76-8b11-288355807d0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAIdentityManager.html","title":"AVEVA Identity Manager","navPath":"AVEVAIdentityManager.html","bundleId":"work-tasks-2023-sp1","id":"a0faf5fb1-8d18-4b37-94c0-3bca20293216","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPIwithAIMAuthentication.html","title":"Web API with AIM Authentication","navPath":"WebAPIwithAIMAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"addfaf353-ac80-4e68-868e-52c5eb7c0913","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConsumeAccessTokenfromInTouchOMIApp.html","title":"Consume Access Token from InTouch OMI App in AVEVA Work Tasks Controls","navPath":"ConsumeAccessTokenfromInTouchOMIApp.html","bundleId":"work-tasks-2023-sp1","id":"aa99d31f3-8591-4536-b36e-b282a1c978a8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingskeltainstallation.html","title":"Embedding AVEVA Work Tasks","navPath":"embeddingskeltainstallation.html","bundleId":"work-tasks-2023-sp1","id":"a53cacc28-df4d-40f7-a061-3172ca7cf932","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddanInstallationPath.html","title":"Add an Installation Path","navPath":"AddanInstallationPath.html","bundleId":"work-tasks-2023-sp1","id":"aaf294842-ac09-4ef4-9253-cf7b6580b892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddRegistryEntries.html","title":"Add Registry Entries","navPath":"AddRegistryEntries.html","bundleId":"work-tasks-2023-sp1","id":"ad64e1073-383d-4586-b780-b6f0987863d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingregistryentry.html","title":"Entry for AVEVA Work Tasks Folders","navPath":"addingregistryentry.html","bundleId":"work-tasks-2023-sp1","id":"ade7ddfeb-ef66-4128-89c9-2798cd8ae4f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforFarmWizardBackgroundImage.html","title":"Entry for Farm Wizard Background Image","navPath":"EntryforFarmWizardBackgroundImage.html","bundleId":"work-tasks-2023-sp1","id":"a2f65021f-6fc3-4222-b89e-ccc6d34a4d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntryforCentralConfigurationShortcutPath.html","title":"Entry for Central Configuration Shortcut Path","navPath":"EntryforCentralConfigurationShortcutPath.html","bundleId":"work-tasks-2023-sp1","id":"af6ef5cce-dfcf-4ee9-8f9f-f0e7c1201aba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUIText.html","title":"Customize UI Text","navPath":"CustomizeUIText.html","bundleId":"work-tasks-2023-sp1","id":"a1993227d-c90f-40f4-a865-7f6e08201442","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallClientService.html","title":"Install Client Service","navPath":"InstallClientService.html","bundleId":"work-tasks-2023-sp1","id":"a2561a154-4440-4865-95ed-86c80ff226b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementFarmEventsInterface.html","title":"Implement FarmEvents Interface","navPath":"ImplementFarmEventsInterface.html","bundleId":"work-tasks-2023-sp1","id":"aa79f076a-f578-4ae4-85d8-146b7e25ed43","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyEmbeddedAVEVAWorkTasks.html","title":"Verify Embedded AVEVA Work Tasks","navPath":"VerifyEmbeddedAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a5e190b5d-89a1-4811-b573-033eee6e19f1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmRecovery.html","title":"Farm Recovery","navPath":"FarmRecovery.html","bundleId":"work-tasks-2023-sp1","id":"abb32e7ef-9fee-4427-bf50-a9628baf110e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MovefromDevelopmentEnvironmenttoProductionEnvironment.html","title":"Move from Development Environment to Production Environment","navPath":"MovefromDevelopmentEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa3b8f14b-98cd-41c7-8151-d0f63fcfdd92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReuseRepositoryData.html","title":"Reuse Repository Data","navPath":"ReuseRepositoryData.html","bundleId":"work-tasks-2023-sp1","id":"a1f0c8e9d-ed95-4af8-9dd8-91727f46a676","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploymentOptions.html","title":"Deployment Options","navPath":"DeploymentOptions.html","bundleId":"work-tasks-2023-sp1","id":"ad0f3c54f-3d67-4464-bc0e-e361f0018d0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttachDataSource.html","title":"Attach DataSource","navPath":"AttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a3fd0fd5f-47a6-4e25-b805-a9af45b6be67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoPerformAttachDataSource.html","title":"Steps to Perform Attach DataSource","navPath":"StepstoPerformAttachDataSource.html","bundleId":"work-tasks-2023-sp1","id":"ad89651dc-1d12-4ddc-9f7e-0e1d9c5b7260","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserScenarios_1.html","title":"User Scenarios","navPath":"UserScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a4d76ae-5aa8-45a0-b028-64db630595c1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeploysaSolutionfromOneMachinetoAnother.html","title":"Deploys a Solution from One Machine to Another","navPath":"DeploysaSolutionfromOneMachinetoAnother.html","bundleId":"work-tasks-2023-sp1","id":"a8e6fbeb8-764e-4513-8982-d6f582d2ecae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SolutionRequiresanUpgrade.html","title":"Solution Requires an Upgrade","navPath":"SolutionRequiresanUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"aef11cfb3-ec92-463c-aaa9-16c4888eab02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisasterRecoveryofaSolution.html","title":"Disaster Recovery of a Solution","navPath":"DisasterRecoveryofaSolution.html","bundleId":"work-tasks-2023-sp1","id":"a60f2aa84-83b4-44c4-a1f2-1eece54b3abe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMReportsfromanArchivedDatabase.html","title":"BAM Reports from an Archived Database","navPath":"BAMReportsfromanArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"ae0644511-85a0-4e71-9368-83967f8be0b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a689772af-241d-4863-8b28-cd9689897848","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallClient.html","title":"Uninstall Client","navPath":"UninstallClient.html","bundleId":"work-tasks-2023-sp1","id":"a20689f0a-3f5c-47e1-8a30-f17baace4256","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallServer.html","title":"Uninstall Server","navPath":"UninstallServer.html","bundleId":"work-tasks-2023-sp1","id":"a357f2519-5d44-4f9d-b921-7df9b739af84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallFarm.html","title":"Uninstall Farm","navPath":"UninstallFarm.html","bundleId":"work-tasks-2023-sp1","id":"afab76566-4043-44e0-bad2-09c39d435131","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallAVEVAWorkTasks.html","title":"Uninstall AVEVA Work Tasks","navPath":"UninstallAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a0267108e-d832-4794-bcf5-b4e8296d0ceb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradingskeltabpmnet.html","title":"Upgrading AVEVA Work Tasks","navPath":"upgradingskeltabpmnet.html","bundleId":"work-tasks-2023-sp1","id":"aafcf3b48-379c-4ffe-9563-fd5ffc701917","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradescenarios.html","title":"Upgrade Scenarios","navPath":"upgradescenarios.html","bundleId":"work-tasks-2023-sp1","id":"aa16b0926-ee22-4846-89c4-dd2c9cbc7247","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinStandaloneEnvironment.html","title":"Upgrade in Standalone Environment","navPath":"UpgradeinStandaloneEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a1c27d8a9-5c59-4d00-a08f-34683b13db92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinClientServerEnvironment.html","title":"Upgrade in Client - Server Environment","navPath":"UpgradeinClientServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a96715d22-7548-4fef-aad2-06aa5da6299d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinEnterpriseServerEnvironment.html","title":"Upgrade in Enterprise Server Environment","navPath":"UpgradeinEnterpriseServerEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a9d13a2b4-ceb6-4cef-8e2e-51141e8170cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/upgradeprocedure.html","title":"Upgrade Procedure","navPath":"upgradeprocedure.html","bundleId":"work-tasks-2023-sp1","id":"a198f6c6f-2049-40c8-a991-b8b3dd0b2b18","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bpm2014-beforeyouupgrade.html","title":"Before You Upgrade","navPath":"bpm2014-beforeyouupgrade.html","bundleId":"work-tasks-2023-sp1","id":"a441157bb-a3cf-40a9-b872-5832ce213ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/682578.html","title":"Upgrading to AVEVA Work Tasks 2020","navPath":"682578.html","bundleId":"work-tasks-2023-sp1","id":"ab26a021d-7c37-4657-8502-fc83bed565e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746788.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 1","navPath":"746788.html","bundleId":"work-tasks-2023-sp1","id":"af237fcef-39f3-4d31-998c-195726103515","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/898602.html","title":"Upgrading to AVEVA Work Tasks 2020 Update 2","navPath":"898602.html","bundleId":"work-tasks-2023-sp1","id":"a702153e0-c1eb-4e68-a6dc-d8192359732d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/926969.html","title":"Upgrading to AVEVA Work Tasks 2023","navPath":"926969.html","bundleId":"work-tasks-2023-sp1","id":"a93715420-05de-43c5-947b-4bb439b5c644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093466.html","title":"Upgrading to AVEVA Work Tasks 2023 SP1","navPath":"1093466.html","bundleId":"work-tasks-2023-sp1","id":"a9cf9ad2e-758a-46a6-a768-e3c7afc20ecb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RunUpgradeManager.html","title":"Run Upgrade Manager","navPath":"RunUpgradeManager.html","bundleId":"work-tasks-2023-sp1","id":"a18d11e43-6e95-4734-9c7a-96ae9b154da3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/477027.html","title":"Upgrading AVEVA Work Tasks in Silent Mode","navPath":"477027.html","bundleId":"work-tasks-2023-sp1","id":"a044d3d84-0208-40e7-b94c-3c0a0f0defdc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","title":"Prerequisites to Upgrade AVEVA Work Tasks in Silent Mode","navPath":"PrerequisitestoUpgradeAVEVAWorkTasksinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"a064748d4-6c26-4f81-b165-54fbf6b66139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","title":"Configure License Server Details in Silent Mode Using XML","navPath":"ConfigureLicenseServerDetailsinSilentModeUsingXML_1.html","bundleId":"work-tasks-2023-sp1","id":"ae60478d8-b77d-4dc2-93c4-c34460c68030","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeSkeltaBPMInSilentMode.html","title":"Upgrading in Silent Mode Using Installer","navPath":"UpgradeSkeltaBPMInSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ae5370597-18f1-456e-abdf-cf5bb61d0be3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeinSilentMode.html","title":"Upgrade in Silent Mode","navPath":"UpgradeinSilentMode.html","bundleId":"work-tasks-2023-sp1","id":"ac04fc3fe-6442-40ea-962d-1759645778b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/433840.html","title":"Return Results for AVEVA Work Tasks Silent Upgrade","navPath":"433840.html","bundleId":"work-tasks-2023-sp1","id":"af204e0e7-6d89-40c9-a0b8-7042bb688185","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseanExistingWebsite.html","title":"Use an Existing Website","navPath":"UseanExistingWebsite.html","bundleId":"work-tasks-2023-sp1","id":"a14b39f24-7c83-4888-9ff8-64a4edd48c67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesandGuidelines.html","title":"Best Practices and Guidelines","navPath":"BestPracticesandGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"a1ac57ee2-c68d-4758-996a-3ca4776e9b36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecuringAVEVAWorkTasks.html","title":"Best Practices for Securing AVEVA Work Tasks","navPath":"SecuringAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"aed8c4ea2-ec5a-4a33-9ff0-027a5871d78d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaintainingAVEVAWorkTasksDatabases.html","title":"Best Practices for Maintaining AVEVA Work Tasks Databases","navPath":"MaintainingAVEVAWorkTasksDatabases.html","bundleId":"work-tasks-2023-sp1","id":"a490ae853-8904-4665-862b-e70158fb1074","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisablingActiveDirectoryUsers.html","title":"Best Practice for Disabling Active Directory Users","navPath":"DisablingActiveDirectoryUsers.html","bundleId":"work-tasks-2023-sp1","id":"a2d8841de-1cb9-4b4c-8ed2-4b36ab704943","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingDifferentRegionalCultural_Settings.html","title":"Best Practices for Handling Different Regional/Cultural Settings","navPath":"HandlingDifferentRegionalCultural_Settings.html","bundleId":"work-tasks-2023-sp1","id":"af64e6e13-0ad8-4c94-aa30-b94ceb30239e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HandlingCrossSiteRequestForgeryinCustomApplication.html","title":"Best Practice for Handling Cross Site Request Forgery in Custom Application","navPath":"HandlingCrossSiteRequestForgeryinCustomApplication.html","bundleId":"work-tasks-2023-sp1","id":"a31621086-ccc6-4651-9758-601aae0939c7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforSizingDatabase.html","title":"Guidelines for Sizing Database","navPath":"GuidelinesforSizingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a7b52fc40-d543-41dd-9257-d122dd7c08b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforArchivingDatabase.html","title":"Guidelines for Archiving Database","navPath":"GuidelinesforArchivingDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3ae5b579-b11d-49ff-b4bb-eeb432371c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforAVEVAWorkTasksDatabase.html","title":"Archival Strategy for AVEVA Work Tasks Database","navPath":"ArchivalStrategyforAVEVAWorkTasksDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9712ec33-d181-4271-9b96-65d8170571db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingRepositoryDatabase.html","title":"Archiving Repository Database","navPath":"ArchivingRepositoryDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a5a5478db-e478-4e36-958c-870ef656f707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivingFarmDatabase.html","title":"Archiving Farm Database","navPath":"ArchivingFarmDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a3254d220-8f78-441d-940d-8aadf2639eb2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforCustomTables.html","title":"Archival Strategy for Custom Tables","navPath":"ArchivalStrategyforCustomTables.html","bundleId":"work-tasks-2023-sp1","id":"a6ee943f6-d635-44fe-bf7d-d1cd371921ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchivalStrategyforMigratedDatabase.html","title":"Archival Strategy for Migrated Database","navPath":"ArchivalStrategyforMigratedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a712d456d-8367-4d1a-a25b-980c5cec1671","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewingBAMReportsfortheArchivedDatabase.html","title":"Viewing BAM Reports for the Archived Database","navPath":"ViewingBAMReportsfortheArchivedDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a34120a23-ba24-4e06-bc65-f2db7c42f3ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplicationScenario.html","title":"Application Scenario","navPath":"ApplicationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a3cef2393-c8a7-409f-a3a7-5e5b76ab06b5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforPartitioningDatabase.html","title":"Guidelines for Partitioning Database","navPath":"GuidelinesforPartitioningDatabase.html","bundleId":"work-tasks-2023-sp1","id":"a9a4fb8a4-acde-4376-8ad0-ab7d199a5209","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Recommendations.html","title":"Recommendations","navPath":"Recommendations.html","bundleId":"work-tasks-2023-sp1","id":"a07edabac-d1d8-42b7-8181-13713e99cdbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesforFeaturesandServices.html","title":"Best Practices for Features and Services","navPath":"BestPracticesforFeaturesandServices.html","bundleId":"work-tasks-2023-sp1","id":"a5ab04d9e-1910-4f2f-8f32-121d0cd28719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","title":"Guidelines on using SQL AlwaysOn Availability Group","navPath":"GuidelinesonusingSQLAlwaysOnAvailabilityGroup.html","bundleId":"work-tasks-2023-sp1","id":"a11d3f9e1-37ef-4761-9d96-7998ada3e709","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","title":"Guidelines for Configuring AVEVA Work Tasks in DMZ","navPath":"GuidelinesforConfiguringAVEVAWorkTasksinDMZ.html","bundleId":"work-tasks-2023-sp1","id":"a015d4377-89c7-4758-afdb-c8de4d5fd218","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GuidelinesforAntivirus.html","title":"Guidelines for Antivirus","navPath":"GuidelinesforAntivirus.html","bundleId":"work-tasks-2023-sp1","id":"a42d7a8f2-a9d9-4555-84ed-58bf182a3b37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/chapter9-troubleshooting.html","title":"Troubleshooting","navPath":"chapter9-troubleshooting.html","bundleId":"work-tasks-2023-sp1","id":"abc7e52c2-8728-4122-a86e-354cc8e2a9ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforDebuggingExceptions.html","title":"Prerequisites for Debugging Exceptions","navPath":"PrerequisitesforDebuggingExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a68f6a939-efef-4171-8684-897abeb9d8ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrorswhileInstallingFarm.html","title":"Database Connection Errors while Installing Farm","navPath":"DatabaseConnectionErrorswhileInstallingFarm.html","bundleId":"work-tasks-2023-sp1","id":"a595851e6-c9ba-42b8-98cf-7112d3144d31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceErrors.html","title":"Client Service Errors","navPath":"ClientServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab59330c8-2c07-4dce-b3b1-7d8af9523b28","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsServiceErrors.html","title":"Windows Service Errors","navPath":"WindowsServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"adba48073-9761-4b9f-bf5d-45f67d0aa8f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClientServiceMonitoringErrors.html","title":"Client Service Monitoring Errors","navPath":"ClientServiceMonitoringErrors.html","bundleId":"work-tasks-2023-sp1","id":"a0ac0b7b9-0af5-4f5a-b757-233aab7d7915","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnectionErrors.html","title":"Database Connection Errors","navPath":"DatabaseConnectionErrors.html","bundleId":"work-tasks-2023-sp1","id":"a16cb219c-f85c-43a1-9eba-56c3298ee687","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IISErrorwhileConfiguringFarmConfiguration.html","title":"IIS Error while Configuring Farm Configuration","navPath":"IISErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"ae347415e-4af3-40fa-9420-c48feb388178","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ASPNETErrorwhileConfiguringFarmConfiguration.html","title":"ASP​.NET Error while Configuring Farm Configuration","navPath":"ASPNETErrorwhileConfiguringFarmConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a0770902e-77ac-4b48-a611-f557791b51c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WindowsAuthenticationorAnonymousAuthenticationError.html","title":"Windows Authentication or Anonymous Authentication Error","navPath":"WindowsAuthenticationorAnonymousAuthenticationError.html","bundleId":"work-tasks-2023-sp1","id":"a5c86479f-5945-4476-8e28-848f1867866f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Non-QueryExecutionFailure.html","title":"Non-Query Execution Failure","navPath":"Non-QueryExecutionFailure.html","bundleId":"work-tasks-2023-sp1","id":"abbfce4f5-5c8d-43fe-9663-ec705870703b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotAuthorizedtoAccessSiteError.html","title":"Not Authorized to Access Site Error","navPath":"NotAuthorizedtoAccessSiteError.html","bundleId":"work-tasks-2023-sp1","id":"ad547a74f-0698-4153-898b-e828a19c0654","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleErrors.html","title":"Enterprise Console Errors","navPath":"EnterpriseConsoleErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab36e843c-bd0a-47ec-bd92-d162b730d43e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AuthenticationandPersonalization.html","title":"Authentication and Personalization","navPath":"AuthenticationandPersonalization.html","bundleId":"work-tasks-2023-sp1","id":"a2154700f-9a18-4d53-aca1-f7ceea2bebd7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceIssueWhileAccessingEnterpriseConsole.html","title":"Performance Issue While Accessing Enterprise Console","navPath":"PerformanceIssueWhileAccessingEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abb180b12-d00c-42c5-95bc-4bf9653cabff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CentralConfigurationisnotLoading.html","title":"Central Configuration is not Loading","navPath":"CentralConfigurationisnotLoading.html","bundleId":"work-tasks-2023-sp1","id":"a994a35c1-1fdc-42b4-be55-36e3d39cf4f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationServiceErrors.html","title":"Communication Service Errors","navPath":"CommunicationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"ab6309b7d-e41c-4450-87e7-30529bbe4f42","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FarmConfigurationError.html","title":"Farm Configuration Error","navPath":"FarmConfigurationError.html","bundleId":"work-tasks-2023-sp1","id":"a28ed446b-442d-4704-b8fe-98add61f87b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowTestRunErrors.html","title":"Workflow Test Run Errors","navPath":"WorkflowTestRunErrors.html","bundleId":"work-tasks-2023-sp1","id":"a25f5700a-00e5-4693-85b6-5ac950bd163d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveorCopyItemActivityErrors.html","title":"Move or Copy Item Activity Errors","navPath":"MoveorCopyItemActivityErrors.html","bundleId":"work-tasks-2023-sp1","id":"adb5520dc-97df-49f2-bfdc-a5904579b1aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangingResourceAccountCredentials.html","title":"Changing Resource Account Credentials","navPath":"ChangingResourceAccountCredentials.html","bundleId":"work-tasks-2023-sp1","id":"ac1991c97-416d-4cf2-9901-80eb0056882b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhileInstallingConfigurationFarmorWebSites.html","title":"Error while Installing Configuration Farm or Web Sites","navPath":"ErrorwhileInstallingConfigurationFarmorWebSites.html","bundleId":"work-tasks-2023-sp1","id":"a704e9973-eb6d-45ea-b422-39360f48efae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ErrorwhilereinstallingAVEVAWorkTasksClient.html","title":"Error while reinstalling AVEVA Work Tasks Client","navPath":"ErrorwhilereinstallingAVEVAWorkTasksClient.html","bundleId":"work-tasks-2023-sp1","id":"a43a6af09-4675-455a-9bc7-4b8bfaf68cb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoLogontoEnterpriseConsole.html","title":"Unable to Log on to Enterprise Console","navPath":"UnabletoLogontoEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"adde36a7a-f119-4f0d-a81a-29ff119f6b50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServerErrorinApplication.html","title":"Server Error in Application","navPath":"ServerErrorinApplication.html","bundleId":"work-tasks-2023-sp1","id":"a250e5c18-fb16-4d44-b530-50f135d7af3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootingAVEVAWorkTasksUpgrade.html","title":"Troubleshooting AVEVA Work Tasks Upgrade","navPath":"TroubleshootingAVEVAWorkTasksUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a12095862-2f0f-4a67-8422-10ed5f0e0554","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ServiceBusListenerError.html","title":"Service Bus Listener Error","navPath":"ServiceBusListenerError.html","bundleId":"work-tasks-2023-sp1","id":"a83484e61-5289-4a8d-8724-4bf3bbc98670","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MobileNotificationServiceErrors.html","title":"Mobile Notification Service Errors","navPath":"MobileNotificationServiceErrors.html","bundleId":"work-tasks-2023-sp1","id":"afb860bcf-a370-41d8-b8e7-af75f1a68151","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","title":"Error: Could not load file or assembly or Error while creating instance","navPath":"CouldnotloadfileorassemblyorErrorwhilecreatinginstance.html","bundleId":"work-tasks-2023-sp1","id":"a66279826-9e48-4087-9c40-f60851a4a2ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebPartError-Couldnotloadtherequiredtype.html","title":"Web Part Error: Could not load the required type","navPath":"WebPartError-Couldnotloadtherequiredtype.html","bundleId":"work-tasks-2023-sp1","id":"a50baa079-1736-4298-932c-87ae30646477","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcherEventsError.html","title":"File Watcher Events Error","navPath":"FileWatcherEventsError.html","bundleId":"work-tasks-2023-sp1","id":"a4daa7e5f-d73e-454f-be09-0d79c038d10f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessDeniedtoAVEVAWorkTasksTempFolder_.html","title":"Access Denied to AVEVA Work Tasks Temp Folder along with System IO Errors","navPath":"AccessDeniedtoAVEVAWorkTasksTempFolder_.html","bundleId":"work-tasks-2023-sp1","id":"a54af1161-86b0-4a22-8423-22e9772b8887","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CacheRefreshnotReflectedaftertheProductUpgrade.html","title":"Cache Refresh not Reflected after the Product Upgrade","navPath":"CacheRefreshnotReflectedaftertheProductUpgrade.html","bundleId":"work-tasks-2023-sp1","id":"a53abbcda-29c7-4009-acb3-46de233c0473","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnabletoRe-installAVEVAWorkTasks.html","title":"Unable to Re-install AVEVA Work Tasks","navPath":"UnabletoRe-installAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a68402aef-9feb-4176-953c-f941ae4d1738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","title":"Unexpected Error when Authenticating against Azure Active Directory","navPath":"UnexpectedErrorwhenAuthenticatingagainstAzureActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a2f0430bd-8e28-407d-90b4-636fe776af16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SwappingRepositoryProvider.html","title":"Swapping Repository Provider","navPath":"SwappingRepositoryProvider.html","bundleId":"work-tasks-2023-sp1","id":"ab98f416c-74e9-422c-8ba0-0241e2b32ce1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmconnectorsandextensionsguide.html","title":"Connectors and Extensions User Guide","navPath":"wonderwareskeltabpmconnectorsandextensionsguide.html","bundleId":"work-tasks-2023-sp1","id":"a25269df5-a87a-455f-8964-b06c40df5c34","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeyFeatures.html","title":"Key Features","navPath":"KeyFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8847eb58-d2bb-4825-b86e-1384c27f0b8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewInstallConnectorforSystemPlatform.html","title":"Overview","navPath":"OverviewInstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"adfbca959-78cc-4520-90ef-5de54654821a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConnectorforSystemPlatform.html","title":"Connector for System Platform","navPath":"ConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a96e94e65-5d65-4552-8ae3-6433cfe9d20c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchitectureforConnector.html","title":"Architecture","navPath":"ArchitectureforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a8796ac98-0c25-4591-85f2-c003e25b82b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationScenariosforConnector.html","title":"Installation scenarios","navPath":"InstallationScenariosforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a66ae24ef-3820-4783-9905-7cd6e48eedef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnetconnectorssystemplatformworkflowconnector.html","title":"Installation","navPath":"installingbpmnetconnectorssystemplatformworkflowconnector.html","bundleId":"work-tasks-2023-sp1","id":"a37add25e-04c8-48bb-8846-4a1be115a29a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallConnectorforSystemPlatform.html","title":"Install Connector for System Platform","navPath":"InstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"af5d439a7-33ea-42f0-a8b1-88c877973766","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542069.html","title":"Install Connector for System Platform in Silent Mode","navPath":"542069.html","bundleId":"work-tasks-2023-sp1","id":"a3568ca19-b462-4d79-8c82-850dcd072b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforConnector.html","title":"Verify Installation","navPath":"VerifyInstallationforConnector.html","bundleId":"work-tasks-2023-sp1","id":"a3b2bbff7-8b94-4830-8c07-f91441a4d8c7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/721903.html","title":"Upgrade Connector for System Platform","navPath":"721903.html","bundleId":"work-tasks-2023-sp1","id":"afce1551d-12c0-4339-a652-62fa9c79c21c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallConnectorforSystemPlatform.html","title":"Uninstall Connector for System Platform","navPath":"UninstallConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a8317f121-bf68-41e6-89fd-53315a605ea5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsofConnector.html","title":"Connector limitations for System Platform","navPath":"LimitationsofConnector.html","bundleId":"work-tasks-2023-sp1","id":"aae2e60ea-e38d-4f76-9d50-bcd7d6381449","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforSystemPlatform.html","title":"Extension for System Platform","navPath":"ExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad425abe4-7cab-4b7f-95a0-c61f7eeb5b09","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installingbpmnet20111.html","title":"Install Extension for System Platform","navPath":"installingbpmnet20111.html","bundleId":"work-tasks-2023-sp1","id":"a798f110c-5e79-44b7-9bdd-9142c50c467e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforSystem_Platform.html","title":"Install Extension for System Platform","navPath":"InstallExtensionforSystem_Platform.html","bundleId":"work-tasks-2023-sp1","id":"a9d29ec4d-8b9a-49a3-b287-4ba0bfdb1973","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/542068.html","title":"Install Extension for System Platform in Silent Mode","navPath":"542068.html","bundleId":"work-tasks-2023-sp1","id":"ac4bee736-9ea8-40e6-8f3f-e04ac1ecefe1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/VerifyInstallationforExtension.html","title":"Verify Extension installation","navPath":"VerifyInstallationforExtension.html","bundleId":"work-tasks-2023-sp1","id":"adff89b38-e235-4855-b4c1-f214ce8fb25a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallExtensionforSystemPlatform.html","title":"Uninstall Extension for System Platform","navPath":"UninstallExtensionforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ad411c046-c29b-4488-99f9-22ba6ad234a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/363234.html","title":"Upgrade Extension for System Platform","navPath":"363234.html","bundleId":"work-tasks-2023-sp1","id":"a8a9be14e-d4d8-4bd6-9f1a-d2e0f2473e67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExtensionforOPCUA.html","title":"Extension for OPC UA","navPath":"ExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a2a815589-115f-4604-b7e0-fb50a729619c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"InstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"afb582cf2-d90b-48ca-bac3-2da67d5a7d3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationSequenceforOPCUA.html","title":"Installation Sequence","navPath":"InstallationSequenceforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a7f921c13-0828-42f5-b274-d3391b057f86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoInstallExtensionforOPCUA.html","title":"Install Extension for OPC UA","navPath":"StepstoInstallExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a23a585db-8135-4195-ad59-a2ec3a57cb45","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","title":"Provision Repository Using OPC UA Repository Provisioning Tool","navPath":"ProvisionRepositoryUsingOPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ac0daa9f7-529f-43b6-8ec3-b8993aa5a8f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeExtensionforOPCUA.html","title":"Upgrade Extension for OPC UA","navPath":"UpgradeExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"ae703b1ff-9214-4c90-809f-4ffc7160e25c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithConnectorsforSystemPlatform.html","title":"Work with Connectors for System Platform","navPath":"WorkwithConnectorsforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ab64edd94-dfc0-42b2-892b-31fd94184771","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","title":"Workflow Features Inside System Platform IDE and Runtime","navPath":"WorkflowFeaturesInsideSystemPlatformIDEandRuntime.html","bundleId":"work-tasks-2023-sp1","id":"ad5a0e255-bc1f-426b-871a-3c2a949f6b68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialGatewaySetup.html","title":"Initial Gateway Setup","navPath":"InitialGatewaySetup.html","bundleId":"work-tasks-2023-sp1","id":"a4b75c95a-6e65-46a2-ba6f-ca58a3fa0072","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI.html","title":"AIM Authentication for accessing Enterprise Console in System Platform IDE","navPath":"AIMAuthenticationforControlsinInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab6ade450-3964-4d33-8302-cc12e7d4f41f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureGateway.html","title":"Configure Gateway","navPath":"ConfigureGateway.html","bundleId":"work-tasks-2023-sp1","id":"a2fc3688d-3c5b-40cc-ac58-8112f2107698","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefineWorkflowEventsinAppObject.html","title":"Define Workflow Events in AppObject","navPath":"DefineWorkflowEventsinAppObject.html","bundleId":"work-tasks-2023-sp1","id":"a434363fc-a7e5-42f6-8649-0f7387df8c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewWorkflow.html","title":"Create New Workflow","navPath":"CreateNewWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0480c695-0d2a-4f93-a4df-7e8ed8c94ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateanExistingWorkflowtoaWorkflowEvent.html","title":"Associate an Existing Workflow to a Workflow Event","navPath":"AssociateanExistingWorkflowtoaWorkflowEvent.html","bundleId":"work-tasks-2023-sp1","id":"a4312395e-8234-4b4e-b0fa-a4af030df6ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforAAEventActivityinaWorkflow.html","title":"Wait-for-AAEvent Activity in a Workflow","navPath":"WaitforAAEventActivityinaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a55284e64-9880-4bc4-b7c0-650278e9da20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6193b2ca-35fd-479e-b260-2f33e2d8914c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation.html","bundleId":"work-tasks-2023-sp1","id":"a190560d2-68db-42ea-83d1-0f615557efb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation.html","bundleId":"work-tasks-2023-sp1","id":"a321a94f3-f665-4728-8017-a7e01cd7f719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing.html","title":"Relative Referencing","navPath":"RelativeReferencing.html","bundleId":"work-tasks-2023-sp1","id":"a513bbb5a-6746-4e3b-902f-d66afbfc3d27","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivityWaitForAAEvent.html","title":"Wait-For-AAEvent Activity","navPath":"ConfigureActivityWaitForAAEvent.html","bundleId":"work-tasks-2023-sp1","id":"adeb9b324-55ee-4169-b972-64dd91402c86","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouch.html","title":"Workflow Features Inside InTouch","navPath":"WorkflowFeaturesInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a701cb52f-a6ba-4b82-8b26-ab1be767b7c0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchHMI.html","title":"AIM Authentication for Controls in InTouch HMI","navPath":"AIMAuthenticationforControlsinInTouchHMI.html","bundleId":"work-tasks-2023-sp1","id":"ae64d6e9b-9dc5-4ba9-a784-f0e1852bae4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouch.html","title":"Inbox Inside InTouch","navPath":"InboxInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3295247f-162d-4fc6-afb0-84bb59f364c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusViewInsideInTouch.html","title":"Workflow Status View Inside InTouch","navPath":"WorkflowStatusViewInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a0af95556-09a1-42d7-9466-8c6c5919bd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouch.html","title":"BAM Inside InTouch","navPath":"BAMInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a35f72e6a-bdf4-4ae4-9ef9-b3fa37c382e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsInsideInTouch.html","title":"Lists Inside InTouch","navPath":"ListsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"af2780a11-73a4-4444-8b7c-2989b610c463","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouch.html","title":"Forms Inside InTouch","navPath":"FormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a8eccb391-05b8-44fb-b74d-dcd5cb854a7e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PassContextualInformationinFormsfromInTouch.html","title":"Pass Contextual Information in Forms from InTouch","navPath":"PassContextualInformationinFormsfromInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a1edf503f-263d-499d-b017-724f7311d832","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormsInsideInTouch.html","title":"List Forms Inside InTouch","navPath":"ListFormsInsideInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a2a53da94-08fc-491b-9604-7d51db9e1550","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemInboxCountinInTouch.html","title":"WorkItemInboxCount in InTouch","navPath":"WorkItemInboxCountinInTouch.html","bundleId":"work-tasks-2023-sp1","id":"a3cb7eac9-aff7-4337-bd7a-e0d24e68962d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OpenInboxusingWorkItemInboxCount.html","title":"Open Inbox using WorkItemInboxCount","navPath":"OpenInboxusingWorkItemInboxCount.html","bundleId":"work-tasks-2023-sp1","id":"a48b1ddbe-9056-4218-8dd3-43870a6eb890","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFeaturesInsideInTouchOMI.html","title":"Workflow Features Inside InTouch OMI","navPath":"WorkflowFeaturesInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"af0af984c-782e-43b5-b395-a298c71ea88c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitialStepsforInTouchOMI.html","title":"Initial Steps","navPath":"InitialStepsforInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8c544187-ca62-4bdd-b124-44950c70f932","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AIMAuthenticationforControlsinInTouchOMI_1.html","title":"AIM Authentication for Controls in InTouch OMI","navPath":"AIMAuthenticationforControlsinInTouchOMI_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9fc596b-0515-4bca-a2d0-2ed20df67414","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsInsideInTouchOMI.html","title":"Forms Inside InTouch OMI","navPath":"FormsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a8ea85623-9b77-4cd7-a18a-b3d98bb1c57c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxInsideInTouchOMI.html","title":"Inbox Inside InTouch OMI","navPath":"InboxInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a0a6df9ad-0866-47d9-8723-52576147868e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViewInsideInTouchOMI.html","title":"List View Inside InTouch OMI","navPath":"ListViewInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a538a27ee-a3f2-4d7f-9e16-631faab3bac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListFormInsideInTouchOMI.html","title":"List Form Inside InTouch OMI","navPath":"ListFormInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"adb0007ce-f3be-45a7-a1c9-9e9a0238a890","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMInsideInTouchOMI.html","title":"BAM Inside InTouch OMI","navPath":"BAMInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a77c0436a-14df-4939-add4-66dae127d97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowStatusInsideInTouchOMI.html","title":"Workflow Status Inside InTouch OMI","navPath":"WorkflowStatusInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"ab9ea5b76-50a3-45c3-bfe8-5e231b180b16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboxWorkItemsCountInsideInTouchOMI.html","title":"Inbox Work Items Count Inside InTouch OMI","navPath":"InboxWorkItemsCountInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"a28371a8b-4ed6-4051-bbe6-01558b8eb87a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CryptographySettingsInsideInTouchOMI.html","title":"Cryptography Settings Inside InTouch OMI","navPath":"CryptographySettingsInsideInTouchOMI.html","bundleId":"work-tasks-2023-sp1","id":"aad15fc77-f1be-4141-9c49-bba676165346","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HistorianServer.html","title":"Historian Server","navPath":"HistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"a45dd5e8c-2104-48a3-a857-5c68370076f5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggerWorkflowfromtheHistorianServer.html","title":"Trigger Workflow from the Historian Server","navPath":"TriggerWorkflowfromtheHistorianServer.html","bundleId":"work-tasks-2023-sp1","id":"ae239fdc1-7f2a-4d3c-a14c-5ce8120f6c65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorMultipleHistorianEventTag.html","title":"Monitor Multiple Historian Event Tag","navPath":"MonitorMultipleHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"adb625f75-9a9e-4093-b453-e647a0ced460","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MonitorSpecificHistorianEventTag.html","title":"Monitor Specific Historian Event Tag","navPath":"MonitorSpecificHistorianEventTag.html","bundleId":"work-tasks-2023-sp1","id":"aaf34fb66-ce16-4843-a495-508728f79c34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveHistorianDataUsingDatabaseActivity.html","title":"Retrieve Historian Data Using Database Activity","navPath":"RetrieveHistorianDataUsingDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a211d0cba-bdf2-4a02-8e24-ae19d8ce2849","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationServer.html","title":"Information Server","navPath":"InformationServer.html","bundleId":"work-tasks-2023-sp1","id":"afae5a83d-d1d5-42a6-b9bf-57a1c7e780e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","title":"Configure Repository Using AVEVA Work Tasks Connector for Information Server","navPath":"ConfigureRepositoryUsing_AVEVAWorkTasksConnectorforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aca8a034a-b7eb-468a-8f81-21df5598a061","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowRepositoryandFarmforInformationServer.html","title":"Configure Workflow Repository and Farm for Information Server","navPath":"ConfigureWorkflowRepositoryandFarmforInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acdd050b4-8571-4f7f-9273-f708adcc4bc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflowServertoAddRepositoryDetails.html","title":"Configure Workflow Server to Add Repository Details","navPath":"ConfigureWorkflowServertoAddRepositoryDetails.html","bundleId":"work-tasks-2023-sp1","id":"aaf5399c9-6052-4a9e-ab49-9dc09f62bdb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageConnectedWorkflowRepositories.html","title":"Manage Connected Workflow Repositories","navPath":"ManageConnectedWorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a47cb83e4-9955-430f-9f6c-0596c27a567e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdministrativeActivity.html","title":"Administrative Activity","navPath":"AdministrativeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3fa8b771-f14a-42e1-885f-e42fc9fd81a6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddCustomPanel.html","title":"Add Custom Panel","navPath":"AddCustomPanel.html","bundleId":"work-tasks-2023-sp1","id":"abfa62b77-53de-485a-b2d9-8ca37fdc8775","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserPermissions.html","title":"Add User Permissions","navPath":"AddUserPermissions.html","bundleId":"work-tasks-2023-sp1","id":"a18bf308b-e7b2-4781-84c2-e1cfeb1bd50c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","title":"Perform Workflow Repository Functionality Within Information Server","navPath":"PerformWorkflowRepositoryFunctionalityWithinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"acc1fbcd4-b3fb-41d5-a65e-a6bff51540c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowFarms.html","title":"Workflow Farms","navPath":"WorkflowFarms.html","bundleId":"work-tasks-2023-sp1","id":"ab26d35fb-caa3-409e-90eb-76bf447e6ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowRepositories.html","title":"Workflow Repositories","navPath":"WorkflowRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a8618bbb0-b78e-4b42-9102-442a5d0e77d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootissuesinInformationServer.html","title":"Troubleshoot Issues","navPath":"TroubleshootissuesinInformationServer.html","bundleId":"work-tasks-2023-sp1","id":"aaab7bee2-ca4f-4654-baea-2b3370332f96","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntelligenceDataInsideWorkflows.html","title":"Intelligence Data Inside Workflows","navPath":"IntelligenceDataInsideWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"adbbd73e1-85e1-4c0c-bd10-b619c8729463","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FetchDatafromIntellienceDatastore.html","title":"Fetch Data from Intellience Datastore","navPath":"FetchDatafromIntellienceDatastore.html","bundleId":"work-tasks-2023-sp1","id":"a688b6c1f-eea2-44b8-a6ea-b0133a3f0514","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWorkflow.html","title":"Configure Workflow","navPath":"ConfigureWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a87a12983-5751-4c30-8a5f-d16474aa69ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDatabaseActivity.html","title":"Add Database Activity","navPath":"AddDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8f21a48e-690b-4471-9aac-6545abf17f1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddForEachLoop.html","title":"Add ForEach Loop","navPath":"AddForEachLoop.html","bundleId":"work-tasks-2023-sp1","id":"ac9430202-5472-4541-bb6b-f0c261c92967","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerActivity.html","title":"Edit Scheduler Activity","navPath":"EditSchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4f9bf75b-bde1-4ac9-9941-84c8af317d6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsusingLoggerActivity.html","title":"Diagnostics","navPath":"DiagnosticsusingLoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7579566a-d8f9-4ffc-ba5e-b06d6e8abb0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","title":"Move System Platform Galaxy and AVEVA Work Tasks Repository from Engineering Environment to Production Environment","navPath":"MoveSystemPlatformGalaxy_andAVEVAWorkTasksRepositoryfromEngineeringEnvironmenttoProductionEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"aa58db427-701d-41b1-886c-382c83880ee3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxyandRepository.html","title":"Move System Platform Galaxy And Repository","navPath":"MoveSystemPlatformGalaxyandRepository.html","bundleId":"work-tasks-2023-sp1","id":"a5c7b9e7b-c71b-47f3-99d7-5a720a18d499","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveRepository.html","title":"Move Repository","navPath":"MoveRepository.html","bundleId":"work-tasks-2023-sp1","id":"ad12ff6fc-9f74-473a-8017-9afe6e81f6d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveSystemPlatformGalaxy.html","title":"Move System Platform Galaxy","navPath":"MoveSystemPlatformGalaxy.html","bundleId":"work-tasks-2023-sp1","id":"a24019401-8cd9-4f74-b327-31599c5377f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveonlytheWorkflow.html","title":"Move only the Workflow","navPath":"MoveonlytheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a95fecb09-49b0-490b-86ae-d3484f5baef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","title":"Move a Gateway Object, Workflows, and Associated Workflow Events","navPath":"MoveaGatewayObjectWorkflowsandAssociatedWorkflowEvents.html","bundleId":"work-tasks-2023-sp1","id":"a328a9201-a23e-4641-809d-91d9d4c20fc6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DiagnosticsLoggerIntegrationwithArchestrALogger.html","title":"Diagnostics: Logger Integration with ArchestrA Logger","navPath":"DiagnosticsLoggerIntegrationwithArchestrALogger.html","bundleId":"work-tasks-2023-sp1","id":"a19d0550c-1d7c-4bcd-9fa4-8336031e494a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KnownIssuesinConnectorforSystemPlatform.html","title":"Known Issues","navPath":"KnownIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"ac42665a9-0c1a-4fce-ada1-c34c2b28a5f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinConnectorforSystemPlatform.html","title":"Limitations","navPath":"LimitationsinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"a64a5a02a-90a6-4dd2-825a-9d91590008cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinConnectorforSystemPlatform.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinConnectorforSystemPlatform.html","bundleId":"work-tasks-2023-sp1","id":"aecb5f7ee-74cc-42dc-bae4-2e16bbb50f4e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithExtensionforOPCUA.html","title":"Work with Extension for OPC UA","navPath":"WorkwithExtensionforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a9d8ff0b9-c21c-482f-a23a-fdb1f1668b69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvisioningRepositoryforOPCUA.html","title":"Provision Repository for OPC UA","navPath":"ProvisioningRepositoryforOPCUA.html","bundleId":"work-tasks-2023-sp1","id":"a152e7c8e-ce5e-41c4-9811-30b4c68e33e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUARepositoryProvisioningTool.html","title":"OPC UA Repository Provisioning Tool","navPath":"OPCUARepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"a9cf91d3b-b903-4795-bfa2-2581d2f5b6bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAConnections.html","title":"Connections","navPath":"OPCUAConnections.html","bundleId":"work-tasks-2023-sp1","id":"a2bebea06-ac90-4dfe-84fb-76870e89e446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUATagReadWriteActivity_.html","title":"Activity: OPC UA Tag Read Write Activity","navPath":"OPCUATagReadWriteActivity_.html","bundleId":"work-tasks-2023-sp1","id":"a06d56357-01cc-4135-950f-42e0ea6d4ab4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OPCUAServerConnection.html","title":"OPC UA Server Connection","navPath":"OPCUAServerConnection.html","bundleId":"work-tasks-2023-sp1","id":"a03adacbd-18f5-42fa-955e-d878b7f27bc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/opcuatagreadwrite-selectattribute.html","title":"Select Attribute","navPath":"opcuatagreadwrite-selectattribute.html","bundleId":"work-tasks-2023-sp1","id":"a65be3264-0d30-4648-a9aa-90b4a74041fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutput.html","title":"Mapped Error Output","navPath":"MappedErrorOutput.html","bundleId":"work-tasks-2023-sp1","id":"ac763ee79-6d98-468f-af12-484c36898b5a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeveloperGuide.html","title":"Developer Guide","navPath":"DeveloperGuide.html","bundleId":"work-tasks-2023-sp1","id":"a51944afa-a152-4632-aebb-52ebcd014035","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted.html","title":"Get Started","navPath":"GetStarted.html","bundleId":"work-tasks-2023-sp1","id":"ae60f1c9b-fc1f-4da3-bb1d-ec1cfbfe77f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitestoAccessWorkTasksFeatures.html","title":"Prerequisites to Access AVEVA Work Tasks Features","navPath":"PrerequisitestoAccessWorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a117412cc-8a17-4428-8c7c-8f8b5ab0db3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstallationandAdministration.html","title":"Installation and Administration","navPath":"InstallationandAdministration.html","bundleId":"work-tasks-2023-sp1","id":"afa65a3bb-40e1-4f29-bd9e-0633299c9523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InterfacesandFeatures.html","title":"Interfaces and Features","navPath":"InterfacesandFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a469fd45a-a61c-47a0-b40c-282e43ee7ca7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofUserInterfaces.html","title":"Overview of User Interfaces","navPath":"OverviewofUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a7939c682-e794-42f1-9505-415f0fe9d46f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessandManageAVEVA_WorkTasksFeatures.html","title":"Access and Manage AVEVA Work Tasks Features","navPath":"AccessandManageAVEVA_WorkTasksFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a74d421f3-10fd-4c92-b588-34995bf5cf99","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksServices.html","title":"AVEVA Work Tasks Services","navPath":"WorkTasksServices.html","bundleId":"work-tasks-2023-sp1","id":"a0153d87a-8ee5-4d65-b0ca-a3dbb9c60dcf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole.html","title":"Enterprise Console","navPath":"EnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8ae058f6-2ddd-43d4-a0e1-bbb2f05be30b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueue.html","title":"Message Queue","navPath":"MessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a31787f9c-f604-4d45-b5fa-8fd45de73818","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections.html","title":"Message Queue Connections","navPath":"MessageQueueConnections.html","bundleId":"work-tasks-2023-sp1","id":"a4c6668fd-5616-4047-a6d1-7a80e9d62cf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueRepositoryProvisioningTool.html","title":"Message Queue Repository Provisioning Tool","navPath":"MessageQueueRepositoryProvisioningTool.html","bundleId":"work-tasks-2023-sp1","id":"ae98aa121-0b1f-48de-8f49-0a31be33ed8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections.html","title":"MQTT Connections","navPath":"MQTTConnections.html","bundleId":"work-tasks-2023-sp1","id":"a0840f85d-28fc-46e6-8cef-abcfd2a072ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections.html","title":"Logic App Connections","navPath":"LogicAppConnections.html","bundleId":"work-tasks-2023-sp1","id":"a8de052aa-303a-4624-b19e-e0edd070de87","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls.html","title":"Controls","navPath":"Controls.html","bundleId":"work-tasks-2023-sp1","id":"aa912d4b3-221f-468e-b644-084c6cea294c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControlsintheApplication.html","title":"Add Controls in the Application","navPath":"AddControlsintheApplication.html","bundleId":"work-tasks-2023-sp1","id":"a43c3f2d8-7f86-47fd-9a1c-51b39b09102c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanASPNETProjectinVisualStudioNET.html","title":"Create an ASP​.NET Project in Visual Studio ​.NET","navPath":"CreateanASPNETProjectinVisualStudioNET.html","bundleId":"work-tasks-2023-sp1","id":"a4745296d-0e70-491e-9993-993ee193d9fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserContext.html","title":"Create User Context","navPath":"CreateUserContext.html","bundleId":"work-tasks-2023-sp1","id":"a8655139e-bb40-43c3-ae96-16c4cf88de7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerControl.html","title":"Process Designer Control","navPath":"ProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"ab93561dc-fd24-49b3-844a-5e2f1025e719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListControl.html","title":"Work Items List Control","navPath":"WorkItemsListControl.html","bundleId":"work-tasks-2023-sp1","id":"af1b6853c-68c1-4870-bae0-da3cad0a4af5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseEventsofWorkItemListControl.html","title":"Use Events of Work Item List Control","navPath":"UseEventsofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a7a2db405-2a69-48ab-93f2-410f94d2b7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LayoutCustomization.html","title":"Layout Customization","navPath":"LayoutCustomization.html","bundleId":"work-tasks-2023-sp1","id":"a38e77ada-5d58-4ea1-a5d5-3199b0279f5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomLinkinWorkItemListControl.html","title":"Create Custom Link in Work Item List Control","navPath":"CreateCustomLinkinWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"af7bc306d-46c1-4a16-8295-43620b014833","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CalendarControl.html","title":"Calendar Control","navPath":"CalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"ae7d200f3-c1d3-4209-bf44-26e48e1739ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMControl.html","title":"BAM Control","navPath":"BAMControl.html","bundleId":"work-tasks-2023-sp1","id":"ab56af880-614e-4444-a4d9-1c26fb032da5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddIndividualBAMReporttoaspxPage.html","title":"Add Individual BAM Report to aspx Page","navPath":"AddIndividualBAMReporttoaspxPage.html","bundleId":"work-tasks-2023-sp1","id":"a36fd8236-a6f9-4d61-b61d-796f4d992ee6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewSpecificWorkflowInstancesinBAMControl.html","title":"View Specific Workflow Instances in BAM Control","navPath":"ViewSpecificWorkflowInstancesinBAMControl.html","bundleId":"work-tasks-2023-sp1","id":"a95fe78f1-ecbd-4855-ab2d-b7a6c5571907","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueControl.html","title":"Queue Control","navPath":"QueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ad6fde17c-dde6-43dc-ae5c-49f747188292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControl.html","title":"List Control","navPath":"ListControl.html","bundleId":"work-tasks-2023-sp1","id":"a9aa75f3b-cb0c-42e3-b653-b6f1b0fe39cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormListWebpartControl.html","title":"Form List Webpart Control","navPath":"FormListWebpartControl.html","bundleId":"work-tasks-2023-sp1","id":"a4ed329eb-d385-4dec-a614-fdbf56da8aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowExecutionViewControl.html","title":"Workflow Execution View Control","navPath":"WorkflowExecutionViewControl.html","bundleId":"work-tasks-2023-sp1","id":"a0ad03be4-8dfe-4510-820b-9bbad0c7f54a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringNewRepository.html","title":"Configure New Repository","navPath":"ConfiguringNewRepository.html","bundleId":"work-tasks-2023-sp1","id":"a3cdcfbd3-498a-4157-8a5b-dede59840915","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupSourceElementsDirectory.html","title":"Set up Source Elements Directory","navPath":"SetupSourceElementsDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a5445089f-db24-4e18-922a-e23983d8ddc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupEmailAddressesforRepositories.html","title":"Set up Email Addresses for Repositories","navPath":"SetupEmailAddressesforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"a27d98bd8-58a7-4cb7-b322-dc250621517f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupUserProvidersforRepositories.html","title":"Set up User Providers for Repositories","navPath":"SetupUserProvidersforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"aa3be2c15-ef1d-4f4c-881f-41f01e20b55c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupDocumentWebViewControlforRepositories.html","title":"Set up Document Web View Control for Repositories","navPath":"SetupDocumentWebViewControlforRepositories.html","bundleId":"work-tasks-2023-sp1","id":"adaf7cf59-9536-4da7-8a4e-eae711889368","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Activities.html","title":"Activities","navPath":"Activities.html","bundleId":"work-tasks-2023-sp1","id":"a7df69af2-2499-41d2-939d-bfb9f77998f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity.html","title":"Start Activity","navPath":"StartActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4e28aa8-6ebc-4a3a-a1a6-3fc0acdb41be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables.html","title":"Start - Variables","navPath":"StartVariables.html","bundleId":"work-tasks-2023-sp1","id":"a7bd90253-07c4-4e44-b3fe-3db92ef29c73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartContents.html","title":"Start - Contents","navPath":"StartContents.html","bundleId":"work-tasks-2023-sp1","id":"ac5329289-4f3f-4f9d-aa29-884cdffd9df1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables.html","title":"XML Variables","navPath":"XMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a619dc708-7ee3-4e72-8fd8-66b8011aa87c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutXMLVariables.html","title":"About XML Variables","navPath":"AboutXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e70bc4c-aa4b-494b-a763-1c9d1f5967ab","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"a17b35e0e-96cb-4865-97e2-5e368f22007f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableof_typeXMLDocument.html","title":"XML Variable of Type 'XML Document'","navPath":"XMLVariableof_typeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a5b2419bb-58c8-4b8b-a53c-d0b7633bb971","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument.html","bundleId":"work-tasks-2023-sp1","id":"a67340516-e636-4b96-82d3-5a438ca39feb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildXMLSchema.html","title":"Build XML Schema","navPath":"BuildXMLSchema.html","bundleId":"work-tasks-2023-sp1","id":"a94a39b03-bf59-4677-8372-25ed5f98f1e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLDocumentofTypeVariables.html","title":"Use XML Document of Type 'Variables'","navPath":"UseXMLDocumentofTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a9efaeebe-7113-4b86-a3c2-da8091a26109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms.html","bundleId":"work-tasks-2023-sp1","id":"ab7e73d9d-de14-4ac1-a22a-3afefdfed358","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableforList.html","title":"XML Variable for List","navPath":"XMLVariableforList.html","bundleId":"work-tasks-2023-sp1","id":"a5bfade62-cb92-446a-b071-b67e7e3ce498","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListItemScopeofXMLListofTypeXMLVariable.html","title":"ListItem Scope of XML List of Type XML Variable","navPath":"ListItemScopeofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aea4c9635-567f-437b-a1d3-16b7c73fdad8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListofTypeXMLVariable.html","title":"Schema of XML List of Type XML Variable","navPath":"SchemaofXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"adcf9efb1-22e5-42d2-8327-5bf0afc9e9e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListofTypeXMLVariable.html","title":"Create an XML List of Type XML Variable","navPath":"CreateanXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aaab4efc8-00ff-4194-9aa3-397cb2a79f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeScopeoftheXMLListofTypeXMLVariable.html","title":"Change Scope of the XML List of Type XML Variable","navPath":"ChangeScopeoftheXMLListofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"af7cd967e-0b1e-497a-9af5-c1205401f838","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupListQueryScope.html","title":"Set up List Query Scope","navPath":"SetupListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a5c7e5d13-daf5-4d93-8624-fbe9eb60b428","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorofTypeXMLVariable.html","title":"Create an XML List Iterator of Type XML Variable","navPath":"CreateanXMLListIteratorofTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a19fe0e16-4ff9-4fdf-a5c9-82d8131ebe09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorofTypeXMLVariableforGridItems.html","title":"Create an XML Iterator of Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorofTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a7e80d973-e917-4a87-b633-0767e17f135a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWorkflowforaListinaSingleStep.html","title":"Create Workflow for a List in a Single Step","navPath":"CreateWorkflowforaListinaSingleStep.html","bundleId":"work-tasks-2023-sp1","id":"a6eab91ec-34ab-4056-bda3-7a20cfcb1d9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnderstandXMLNodeMapping.html","title":"Understand XML Node Mapping","navPath":"UnderstandXMLNodeMapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ba78eb9-0b44-4faa-82c8-b0f2d7b41891","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLListofTypeXMLVariableScenarios.html","title":"XML List of Type XML Variable Scenarios","navPath":"XMLListofTypeXMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac89f4985-11b6-4179-80f8-568f22ae3b58","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItem.html","title":"Add New List Item","navPath":"AddNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"ae34c1c5d-d058-4073-acf1-23f60b13cd67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a5bd7a1c9-4449-4f6e-b88e-7697df14af93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","title":"Save the List Item as Different Version as Draft/Published Using Xml Variable","navPath":"SavetheListItemasDifferentVersionasDraftPublishedUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"a72231e4b-72a8-4472-b06a-f330466e2bf2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewFolderUsingXmlVariable.html","title":"Create New Folder Using Xml Variable","navPath":"CreateNewFolderUsingXmlVariable.html","bundleId":"work-tasks-2023-sp1","id":"abe2a32b6-e890-4dfc-ba9b-fc81c95b8da1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewListItemwithGridItems.html","title":"Add New List Item with Grid Items","navPath":"AddNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a3e3f42eb-87df-4064-a714-278870898836","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewGridItemtotheExistingListItem.html","title":"Add New Grid Item to the Existing List Item","navPath":"AddNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"af8c59cca-67ff-4e2c-9fe6-2b17397d136a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyListItemwithGridItems.html","title":"Copy List Item with Grid Items","navPath":"CopyListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a36e5601b-c22e-47a0-a1e3-d26384447c7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList.html","bundleId":"work-tasks-2023-sp1","id":"ae9fcf848-d7c7-4ac9-bcc0-f12f65a54819","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTypeXMLIterator.html","title":"XML Variable of Type XML Iterator","navPath":"XMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"ac3113419-bbea-4877-92d6-6fee062bf30e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator.html","title":"Create XML Variable of Type XML Iterator","navPath":"CreateXMLVariableofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"abc088e93-3a30-4565-b20b-78e1a70c58df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesofTypeXMLIterator.html","title":"Use Variables of Type XML Iterator","navPath":"UseVariablesofTypeXMLIterator.html","bundleId":"work-tasks-2023-sp1","id":"acfc8e885-c5ce-4a9f-b613-db27b8a90f42","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableofTYpeFormsDataGrid.html","title":"XML Variable of Type XML Forms Data Grid","navPath":"XMLVariableofTYpeFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"afcb7344c-2b9f-47f1-b22a-6f5006dabbd4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLFormsDataGrid.html","title":"Create XML Variable of Type XML Forms Data Grid","navPath":"CreateXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"aa945595b-9c7f-4312-8502-b8a8428fd71c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariableofTypeXMLFormsDataGrid.html","title":"Use XML Variable of Type XML Forms Data Grid","navPath":"UseXMLVariableofTypeXMLFormsDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ad4cedfb0-7306-418b-b41d-65035046b290","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a61682d2f-9d81-4772-8b93-4f49b3840288","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InitializeVariables.html","title":"Initialize Variables","navPath":"InitializeVariables.html","bundleId":"work-tasks-2023-sp1","id":"a19615e64-bbc1-4df4-b786-4b72d999697f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MappedErrorOutputs.html","title":"Mapped Error Outputs","navPath":"MappedErrorOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ac7c0ea0b-d0ff-4f86-b6a1-e92bae61bb1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivities.html","title":"Human Activities","navPath":"HumanActivities.html","bundleId":"work-tasks-2023-sp1","id":"a9657a14b-8596-450b-980d-18f259c52700","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity.html","title":"Approval Activity","navPath":"ApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"adee96629-49b8-468f-8920-964fe5945862","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalDeliveryChannels.html","title":"Approval - Delivery Channels","navPath":"ApprovalDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ad927c740-8bee-4fd1-b244-1352a4c15af6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList.html","bundleId":"work-tasks-2023-sp1","id":"a286685b4-5ca4-4071-bbaf-31998b81bdc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalWorkItemFields.html","title":"Approval - Work Item Fields","navPath":"ApprovalWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a8cd42972-e484-4580-aae9-d4f2f4fd58bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignActor%28s%29.html","title":"Approval - Assign Actor(s)","navPath":"ApprovalAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a88c311d4-3526-4d7e-9219-4f4349a6368b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAssignQueue%28s%29.html","title":"Approval - Assign Queue(s)","navPath":"ApprovalAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"aa6a293ab-5020-47d9-b57f-41c91e3b7390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSubject.html","title":"Approval - Subject","navPath":"ApprovalSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4f2d5546-ea56-4ef4-88d0-95ce16282bc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalBody.html","title":"Approval - Body","navPath":"ApprovalBody.html","bundleId":"work-tasks-2023-sp1","id":"ad1bc337b-f6b9-420a-bbfc-0ae3e6d2a37a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalRedirectURL.html","title":"Approval - Redirect URL","navPath":"ApprovalRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a1f2f4409-28de-4a33-ab6f-83efe8d18bd4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalCustomDocumentViewURL.html","title":"Approval - Custom Document View URL","navPath":"ApprovalCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a319d1320-46ca-4d62-b19d-5a21b6f62361","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomDocumentViewURL.html","title":"Custom Document View URL","navPath":"CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a5045ccf2-dd43-45a4-9752-00981d15de00","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalHTMLTemplate.html","title":"Approval - HTML Template","navPath":"ApprovalHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5bd2a3b1-55c4-4f36-ae57-0f4079df8591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalAttachReports.html","title":"Approval - Attach Reports","navPath":"ApprovalAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a90546373-dab9-478a-be2f-1c497a95dd5f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalSetCalendarforTimeout.html","title":"Approval - Set Calendar for Timeout","navPath":"ApprovalSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afa431c07-23a9-444d-9a40-6d114df6f68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalMultipleTimeoutWarning.html","title":"Approval - Multiple Timeout Warning","navPath":"ApprovalMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a9f15382e-2b87-4a70-a72f-850d2af58f1b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity.html","title":"Checklist Activity","navPath":"ChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a282e1d26-779d-4d4a-8ee8-ccdce698d8bf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListDeliveryChannels.html","title":"CheckList - Delivery Channels","navPath":"CheckListDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae8a79b37-ae12-4c41-ba6c-44570681250f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckList-Questions.html","title":"CheckList - Questions","navPath":"CheckList-Questions.html","bundleId":"work-tasks-2023-sp1","id":"a0878c9be-95ab-44cb-bb3c-8f1899f92794","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListWorkItemFields.html","title":"CheckList - Work Item Fields","navPath":"CheckListWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a3f691a2f-ba3a-4f20-8a0c-288b575be1bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignActor%28s%29.html","title":"CheckList - Assign Actor(s)","navPath":"CheckListAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a874345b9-69fc-4404-a3fc-13e553048bd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAssignQueue%28s%29.html","title":"CheckList - Assign Queue(s)","navPath":"CheckListAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a7b75104a-9ebe-48b1-a508-2ab78379dfc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSubject.html","title":"CheckList - Subject","navPath":"CheckListSubject.html","bundleId":"work-tasks-2023-sp1","id":"a98c3d697-5706-424d-9106-f2bc4d41162e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListBody.html","title":"CheckList - Body","navPath":"CheckListBody.html","bundleId":"work-tasks-2023-sp1","id":"a2cb0a0ed-39f7-4ea6-8323-2fc50976f832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListRedirectURL.html","title":"CheckList - Redirect URL","navPath":"CheckListRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a6771976d-b250-4024-a08a-30b7517436ed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListCustomDocumentViewURL.html","title":"CheckList - Custom Document View URL","navPath":"CheckListCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a68d7192c-f7ff-4bbd-ac51-e49f0b867378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListAttachReports.html","title":"CheckList - Attach Reports","navPath":"CheckListAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ac8a965ab-f24b-441a-bae8-28d156b99fb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListHTMLTemplate.html","title":"CheckList - HTML Template","navPath":"CheckListHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a51b53d95-4309-4546-85b4-5e632f71887c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListSetCalendarforTimeout.html","title":"CheckList - Set Calendar for Timeout","navPath":"CheckListSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a26e65b21-dafc-4cc4-a417-8d9129f685ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckListMultipleTimeoutWarning.html","title":"CheckList - Multiple Timeout Warning","navPath":"CheckListMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ab335fcb8-d6d9-4423-af43-fffce59132fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity.html","title":"Choice Activity","navPath":"ChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"abc9e3b81-e34d-47fd-91c0-ebe603cf6a71","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceDeliveryChannels.html","title":"Choice - Delivery Channels","navPath":"ChoiceDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"ae3a406ba-5b76-4cdc-a365-18a89545dc6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActionOutputs.html","title":"Choice - Action Outputs","navPath":"ChoiceActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"a65a6e90b-dafb-4444-9e4a-80428010650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceWorkItemFields.html","title":"Choice - Work Item Fields","navPath":"ChoiceWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a964c7e12-7ec7-4f8d-b17e-57e84167b7da","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignActor%28s%29.html","title":"Choice - Assign Actor(s)","navPath":"ChoiceAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a2af805a5-2c07-452d-ac65-926451535bb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAssignQueue%28s%29.html","title":"Choice - Assign Queue(s)","navPath":"ChoiceAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ac45ed5c7-9cd1-4e0d-8d1e-c99b5f84de59","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSubject.html","title":"Choice - Subject","navPath":"ChoiceSubject.html","bundleId":"work-tasks-2023-sp1","id":"a3f6d9191-ca5a-44e6-84d1-4b439d6ae6c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceBody.html","title":"Choice - Body","navPath":"ChoiceBody.html","bundleId":"work-tasks-2023-sp1","id":"a5da73516-a25d-468d-a546-7fd6df988304","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceRedirectURL.html","title":"Choice - Redirect URL","navPath":"ChoiceRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a16c615d3-56d6-45e7-a45d-351d6d23f929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceCustomDocumentViewURL.html","title":"Choice - Custom Document View URL","navPath":"ChoiceCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a32aa7171-c0cd-4563-aa98-7ec62e009c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceHTMLTemplate.html","title":"Choice - HTML Template","navPath":"ChoiceHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a050bf4c7-adc1-4364-93f7-c411299b8d34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceAttachReports.html","title":"Choice - Attach Reports","navPath":"ChoiceAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"a1a726b60-1df8-4f57-86a6-9b2290f4fcdb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceSetCalendarforTimeout.html","title":"Choice - Set Calendar for Timeout","navPath":"ChoiceSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a39f7a107-0ec5-4177-b5ba-97e744c499af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceMultipleTimeoutWarning.html","title":"Choice - Multiple Timeout Warning","navPath":"ChoiceMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"ac34180aa-d43c-4e37-8f25-179f2deaa698","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivity.html","title":"Information Activity","navPath":"InformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa4fe74b9-37e0-41fd-a27d-21759c847f6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoDeliveryChannels.html","title":"Info - Delivery Channels","navPath":"InfoDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a299a74f3-6d0b-49f6-a297-413725c852b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_1.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_1.html","bundleId":"work-tasks-2023-sp1","id":"a3c91ff7b-13fe-4dff-a1f3-81ced6c4441d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoWorkItemFields.html","title":"Info - Work Item Fields","navPath":"InfoWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"acdce9620-7d4f-4595-8248-4f0ec695b4cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignActor%28s%29.html","title":"Info - Assign Actor(s)","navPath":"InfoAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a05e13c87-40c1-4e8f-8705-d2237bd1387f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAssignQueue%28s%29.html","title":"Info - Assign Queue(s)","navPath":"InfoAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a46d53986-f72d-4348-9211-26a164635e34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoSubject.html","title":"Info - Subject","navPath":"InfoSubject.html","bundleId":"work-tasks-2023-sp1","id":"a20ce723e-c95c-4f4f-878f-9cd2a2600d36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoBody.html","title":"Info - Body","navPath":"InfoBody.html","bundleId":"work-tasks-2023-sp1","id":"ad67ae532-ea8f-49c0-bddd-c8d7f3422c98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoRedirectURL.html","title":"Info - Redirect URL","navPath":"InfoRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a0b2535dc-c3b3-4ed3-9bc3-9258179c5785","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoCustomDocumentViewURL.html","title":"Info - Custom Document View URL","navPath":"InfoCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a26853060-60ec-426a-ac57-14580c1d15cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoHTMLTemplate.html","title":"Info - HTML Template","navPath":"InfoHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a4e6da927-2ea9-479f-8883-e2f61f1504d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InfoAttachReports.html","title":"Info - Attach Reports","navPath":"InfoAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ab5fbd6a0-4c59-4121-a1ce-c1f6bed603af","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActivity.html","title":"Resource Set Activity","navPath":"ResourceSetActivity.html","bundleId":"work-tasks-2023-sp1","id":"aed518339-14ce-4e29-919d-34b4e9c42579","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetDeliveryChannels.html","title":"ResourceSet - Delivery Channels","navPath":"ResourceSetDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a1e7c2008-4ecb-46e6-acb7-15f6486689ff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetActorSelectionFilter.html","title":"ResourceSet - Actor Selection Filter","navPath":"ResourceSetActorSelectionFilter.html","bundleId":"work-tasks-2023-sp1","id":"ac145f75c-a96c-4f3a-a425-6b76d8ff1578","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetWorkItemFields.html","title":"ResourceSet - Work Item Fields","navPath":"ResourceSetWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"ab398d0d5-dc0b-4003-aeb8-e84cc51abd76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignActor%28s%29.html","title":"ResourceSet - Assign Actor(s)","navPath":"ResourceSetAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4d25e32f-c9f9-400f-b78d-824fa6f48a95","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetAssignQueue%28s%29.html","title":"ResourceSet - Assign Queue(s)","navPath":"ResourceSetAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"ad1386520-88b4-4f91-823f-eb8a7bd2fc1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSubject.html","title":"ResourceSet - Subject","navPath":"ResourceSetSubject.html","bundleId":"work-tasks-2023-sp1","id":"ab4182093-b67b-4921-bfd5-86e4c654aa82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetBody.html","title":"ResourceSet - Body","navPath":"ResourceSetBody.html","bundleId":"work-tasks-2023-sp1","id":"afb82587a-15a4-4346-9b41-5dd27441f561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetRedirectURL.html","title":"ResourceSet - Redirect URL","navPath":"ResourceSetRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a5b5993fb-428d-4125-967d-cfe0dd2dce37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetCustomDocumentViewURL.html","title":"ResourceSet - Custom Document View URL","navPath":"ResourceSetCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"acd784ac7-173f-4bff-b01e-b7e7677fe253","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetSetCalendarforTimeout.html","title":"ResourceSet - Set Calendar for Timeout","navPath":"ResourceSetSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"ade9bc59c-b37d-4413-ad10-4c21165c1b5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceSetMultipleTimeOutWarning.html","title":"ResourceSet - Multiple TimeOut Warning","navPath":"ResourceSetMultipleTimeOutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a0390430f-426e-4e7b-b563-5c9f9418a2f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity.html","title":"Task Activity","navPath":"TaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"af97ccdce-846f-4852-b680-f78d62f1a40b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskDeliveryChannels.html","title":"Task - Delivery Channels","navPath":"TaskDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a524d1fef-41bc-4720-b551-e589a3623519","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Task-TaskType.html","title":"Task - Task Type","navPath":"Task-TaskType.html","bundleId":"work-tasks-2023-sp1","id":"aba678a5b-b5b0-4f2f-8e42-0c11ed854294","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskWorkItemFields.html","title":"Task - Work Item Fields","navPath":"TaskWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"af6b8b114-09ea-4fcc-ba5b-6f210539a0e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/task-assignactors.html","title":"Task - Assign Actor(s)","navPath":"task-assignactors.html","bundleId":"work-tasks-2023-sp1","id":"aa6c0923f-c23f-4f64-ac36-03d384294b8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAssignQueue%28s%29.html","title":"Task - Assign Queue(s)","navPath":"TaskAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"afb951f54-6689-4a91-8f82-1dea20369cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSubject.html","title":"Task - Subject","navPath":"TaskSubject.html","bundleId":"work-tasks-2023-sp1","id":"a4a97211f-bc06-4aae-90e9-387f6aaf2047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskBody.html","title":"Task - Body","navPath":"TaskBody.html","bundleId":"work-tasks-2023-sp1","id":"a1f15b2b6-c054-46f1-8a46-53e3fd40dd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskRedirectURL.html","title":"Task - Redirect URL","navPath":"TaskRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a668aa372-b8f2-42bf-b127-26b6e4943ead","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskCustomDocumentViewURL.html","title":"Task - Custom Document View URL","navPath":"TaskCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"abb1626c1-54c2-4c3b-acf0-6b62a6fddac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskAttachReports.html","title":"Task - Attach Reports","navPath":"TaskAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"af1896c69-0878-42f8-9049-8f2b3c9ed9e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskHTMLTemplate.html","title":"Task - HTML Template","navPath":"TaskHTMLTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af52d3888-0d8d-4e3e-a1a2-959751f8a816","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskSetCalendarforTimeout.html","title":"Task - Set Calendar for Timeout","navPath":"TaskSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a503a505b-fed5-4057-aa46-6d8a0a0d3ac0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskMultipleTimeoutWarning.html","title":"Task - Multiple Timeout Warning","navPath":"TaskMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"af30cacfa-6d00-4425-9670-e0ed0f75aa79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkActivity.html","title":"Work Activity","navPath":"WorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"afcafed35-4b29-4aec-b8bb-7d34d1c25096","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkDeliveryChannel.html","title":"Work - Delivery Channel","navPath":"WorkDeliveryChannel.html","bundleId":"work-tasks-2023-sp1","id":"a17c2555d-d76c-4288-96cc-72ff2c934996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAdvanceUIFields.html","title":"Work - AdvanceUI Fields","navPath":"WorkAdvanceUIFields.html","bundleId":"work-tasks-2023-sp1","id":"a5442eab2-a416-4088-a937-269d1014cdf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Work-WorkItemFields.html","title":"Work - Work Item Fields","navPath":"Work-WorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"a5c625545-e557-4463-93aa-1c0417b047e8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignActor%28s%29.html","title":"Work - Assign Actor(s)","navPath":"WorkAssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a99a75915-2346-4bf3-a0fc-c11dfb6d9327","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkAssignQueue%28s%29.html","title":"Work - Assign Queue(s)","navPath":"WorkAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a97e0e802-0366-4039-8cc7-6ab269b12e1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSubject.html","title":"Work - Subject","navPath":"WorkSubject.html","bundleId":"work-tasks-2023-sp1","id":"a089431f5-04ca-4156-8e7e-867f41793658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkBody.html","title":"Work - Body","navPath":"WorkBody.html","bundleId":"work-tasks-2023-sp1","id":"a2b3c8590-98b9-4812-a50f-85139dec58f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkRedirectURL.html","title":"Work - Redirect URL","navPath":"WorkRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"a749f6fa5-54b0-4c4b-8df9-07c75ba5ad66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkCustomDocumentViewURL.html","title":"Work - Custom Document View URL","navPath":"WorkCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a9cf76d44-1c07-4ff0-8533-fa03d84e6826","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkSetCalendarforTimeout.html","title":"Work - Set Calendar for Timeout","navPath":"WorkSetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"afdfa2ef2-4139-4b41-a8cf-179b9faa4a9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkMultipleTimeoutWarning.html","title":"Work - Multiple Timeout Warning","navPath":"WorkMultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"afbde02c6-20c1-4d45-a83b-9b4c10795d43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivity.html","title":"Invoke Form Activity","navPath":"InvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a10f82512-5a88-403f-875c-33dd65786d74","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormDeliveryChannels.html","title":"Invoke Form - Delivery Channels","navPath":"InvokeFormDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a8485e69c-0dd2-46c1-ba41-58f64dd1f3de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeliveryChannelsMobileWorkList_2.html","title":"Delivery Channels - MobileWorkList","navPath":"DeliveryChannelsMobileWorkList_2.html","bundleId":"work-tasks-2023-sp1","id":"a08ec02d9-b0dd-4922-a55b-8ea3026aca47","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormPossibleDistinctOutputs.html","title":"Invoke Form - Possible Distinct Outputs","navPath":"InvokeFormPossibleDistinctOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ab5946b6d-0ad8-488e-8407-9a2ea0784945","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-PossibleDistinctOutputsScenario.html","title":"Invoke Form - Possible Distinct Outputs Scenario","navPath":"InvokeForm-PossibleDistinctOutputsScenario.html","bundleId":"work-tasks-2023-sp1","id":"a5bb1247e-b408-4d47-93c2-4a560a565f55","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormWorkItemFields.html","title":"Invoke Form - Work Item Fields","navPath":"InvokeFormWorkItemFields.html","bundleId":"work-tasks-2023-sp1","id":"abcb144a5-c33e-4fcb-b6a1-adc75f6bbd40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-AssignActor%28s%29.html","title":"Invoke Form - Assign Actor(s)","navPath":"InvokeForm-AssignActor(s).html","bundleId":"work-tasks-2023-sp1","id":"a4c6592f3-7020-4d1a-b437-92256a0decf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormAssignQueue%28s%29.html","title":"Invoke Form - Assign Queue(s)","navPath":"InvokeFormAssignQueue(s).html","bundleId":"work-tasks-2023-sp1","id":"a68c2f508-6f29-45b1-849a-2df4dcc02dbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-FormName.html","title":"Invoke Form - Form Name","navPath":"InvokeForm-FormName.html","bundleId":"work-tasks-2023-sp1","id":"a774e9592-fa55-4522-a61a-af8d3bf014c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-OutputInstanceXML.html","title":"Invoke Form - Output Instance XML","navPath":"InvokeForm-OutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"ab91a374a-bcb0-4b4a-9405-a9f5b5c8a6d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-IndividualActor%27sResponseCollaborationinOutputInstanceXML.html","title":"Invoke Form - Individual Actor's Response Collaboration in Output Instance XML","navPath":"InvokeForm-IndividualActor'sResponseCollaborationinOutputInstanceXML.html","bundleId":"work-tasks-2023-sp1","id":"a9438f642-2b0e-4969-9dd5-ab0229a9654e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-UpdateFormParameters.html","title":"Invoke Form - Update Form Parameters","navPath":"InvokeForm-UpdateFormParameters.html","bundleId":"work-tasks-2023-sp1","id":"ae9ec7453-123f-48eb-bee6-178d4a5601ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Subject.html","title":"Invoke Form - Subject","navPath":"InvokeForm-Subject.html","bundleId":"work-tasks-2023-sp1","id":"a8fb72c3e-1719-43db-a84a-a2e5975be18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-Body.html","title":"Invoke Form - Body","navPath":"InvokeForm-Body.html","bundleId":"work-tasks-2023-sp1","id":"a250fa835-6786-40dd-852b-255aa3352f2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-TemplatePath.html","title":"Invoke Form - Template Path","navPath":"InvokeForm-TemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a1e75a799-d03b-4ad7-94c1-5cd895f45fd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeFormActivityEmailTemplate.html","title":"Invoke Form Activity Email Template","navPath":"InvokeFormActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7f80ebe1-c27b-49cf-9d71-fa28550898ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInvokeFormActivity.html","title":"Use Variables in Invoke Form Activity","navPath":"UseVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5f61c66-3980-4e09-bc24-e98fd2eb7377","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInvokeFormActivity.html","title":"Use Contents in Invoke Form Activity","navPath":"UseContentsinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4c695291-8721-4ad4-a534-e0046ec43528","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInvokeFormActivity.html","title":"Use XML Variables in Invoke Form Activity","navPath":"UseXMLVariablesinInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a52a05a22-3aee-4d43-bd26-f09763f5d216","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-RedirectURL.html","title":"Invoke Form - Redirect URL","navPath":"InvokeForm-RedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"ae1070c74-0650-43f6-a58a-6dd3f97f3835","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-CustomDocumentViewURL.html","title":"Invoke Form - Custom Document View URL","navPath":"InvokeForm-CustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"a6489b0b3-af4c-47cd-b22d-8b5dd49166f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-SetCalendarforTimeout.html","title":"Invoke Form - Set Calendar for Timeout","navPath":"InvokeForm-SetCalendarforTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a15952a70-97ac-4df2-979a-1d0ada026535","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MultipleTimeoutWarning.html","title":"Invoke Form - Multiple Timeout Warning","navPath":"InvokeForm-MultipleTimeoutWarning.html","bundleId":"work-tasks-2023-sp1","id":"a5d6312c3-a0da-489a-b7fd-a429127e8cd1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeForm-MailIntegrationScenario.html","title":"Invoke Form - Mail Integration Scenario","navPath":"InvokeForm-MailIntegrationScenario.html","bundleId":"work-tasks-2023-sp1","id":"a93b5454c-3d05-4ec7-bbe8-04c85c4613f8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseBodyProperty.html","title":"Use 'Body' Property","navPath":"UseBodyProperty.html","bundleId":"work-tasks-2023-sp1","id":"a4d06b12a-6cd6-408e-bcb7-d81777dbceb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseTemplatePathProperty.html","title":"Use 'Template Path' Property","navPath":"UseTemplatePathProperty.html","bundleId":"work-tasks-2023-sp1","id":"ae6414b3c-e4a0-47f1-b723-49ab6a0461e8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssignaTasktoaManager.html","title":"Assign a Task to a Manager","navPath":"AssignaTasktoaManager.html","bundleId":"work-tasks-2023-sp1","id":"abc17f1ff-e7b8-4436-a58c-b50dff4827b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsoleControlECPlug-in.html","title":"Enterprise Console Control (EC Plug-in)","navPath":"EnterpriseConsoleControlECPlug-in.html","bundleId":"work-tasks-2023-sp1","id":"adb875483-bead-4f89-991c-d0fb95f7708d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationActivities.html","title":"Integration Activities","navPath":"IntegrationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a2228e2f0-24d6-4a8d-a1fb-171a58cf71a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentActivity.html","title":"Create-Open-Office-Document Activity","navPath":"CreateOpenOfficeDocumentActivity.html","bundleId":"work-tasks-2023-sp1","id":"a2b5c6a8f-a791-422b-bab1-ba843aa0f604","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentDestinationDetails.html","title":"Create-Open-Office-Document: Destination Details","navPath":"CreateOpenOfficeDocumentDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"a15dbbed5-a629-4cbd-be20-91bf6be87ce6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateOpenOfficeDocumentSelectTemplate.html","title":"Create-Open-Office-Document: Select Template","navPath":"CreateOpenOfficeDocumentSelectTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aaf780b58-eb65-462d-92f1-33a4b7d2585f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebServiceActivity.html","title":"InvokeWebService Activity","navPath":"InvokeWebServiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5a8a0b46-f4f0-4c3e-aaee-12193ac61ad7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebService-WebServiceDetails.html","title":"InvokeWebService: Web Service Details","navPath":"InvokeWebService-WebServiceDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa9916b4c-d5f6-4908-9d3b-ebd0f2e9f275","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIActivity.html","title":"Invoke Web API Activity","navPath":"InvokeWebAPIActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab5083ad8-ee5d-486a-8382-0955699d7055","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWebAPI.html","title":"Configure Web API","navPath":"ConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a9a6a5ee3-b38b-4a71-8d95-3b5b58390045","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI.html","bundleId":"work-tasks-2023-sp1","id":"ada6615b4-1be2-4788-b529-6808e3380329","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PATCHMethod.html","title":"PATCH Method","navPath":"PATCHMethod.html","bundleId":"work-tasks-2023-sp1","id":"a83f7d4f7-4034-48e0-9fb7-6cd2a6ffc493","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariable.html","title":"Create XML Variable","navPath":"CreateXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a107229eb-0bf2-4145-afcd-d9a2145b183b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity.html","title":"Script Activity","navPath":"ScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"a07b51c84-2874-46f6-bbc2-875d89332de6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode.html","title":"Script: Code","navPath":"ScriptCode.html","bundleId":"work-tasks-2023-sp1","id":"aca849bc3-4728-4187-9052-827a5f5220ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences.html","title":"Script: References","navPath":"ScriptReferences.html","bundleId":"work-tasks-2023-sp1","id":"ae4a63f8a-ffb8-41e3-88fa-0191f7f51702","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues.html","title":"Script: Return Values","navPath":"ScriptReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"a4a579e75-bea0-4aba-887c-a6cb5e00672e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileOperationsActivity.html","title":"File Operations Activity","navPath":"FileOperationsActivity.html","bundleId":"work-tasks-2023-sp1","id":"a23e232ba-ed10-48e7-af92-d910dfcccfa6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsSource_Details.html","title":"File Operations: Source Details","navPath":"File_OperationsSource_Details.html","bundleId":"work-tasks-2023-sp1","id":"ae5a77d45-21cc-4425-9aaf-d29461ca2446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/File_OperationsDestinationDetails.html","title":"File Operations: Destination Details","navPath":"File_OperationsDestinationDetails.html","bundleId":"work-tasks-2023-sp1","id":"ab3c890f0-0c76-483b-bf6b-c5506d989e2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeWorkflowStatusActivity.html","title":"Change Workflow Status Activity","navPath":"ChangeWorkflowStatusActivity.html","bundleId":"work-tasks-2023-sp1","id":"acd930056-fa54-458e-8c69-f283a27f91e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionActivity.html","title":"XML Action Activity","navPath":"XMLActionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a5982cd4a-66a5-46fb-bcdd-dd1ad002febd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionGetData.html","title":"XML Action: Get Data","navPath":"XMLActionGetData.html","bundleId":"work-tasks-2023-sp1","id":"a592d992c-060f-40bf-9aef-e44ec33b536a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLActionSetVariables.html","title":"XML Action: Set Variables","navPath":"XMLActionSetVariables.html","bundleId":"work-tasks-2023-sp1","id":"a04ecdb58-d7b1-43a3-b934-195574529654","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities.html","title":"Engine Activities","navPath":"EngineActivities.html","bundleId":"work-tasks-2023-sp1","id":"a95e5070c-d07d-4608-917a-1facbe266ced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivity.html","title":"End Activity Execution Activity","navPath":"EndActivityExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa431465b-c54c-47b1-9edd-10fc1ac68d2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndActivityExecutionActivityDetails.html","title":"End Activity Execution: Activity Details","navPath":"EndActivityExecutionActivityDetails.html","bundleId":"work-tasks-2023-sp1","id":"a839a74cc-8e3b-4000-bea9-ad278d3bf3bc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowExecutionActivity.html","title":"End Child Workflow Execution Activity","navPath":"EndChildWorkflowExecutionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4af33c60-9604-4826-aa43-51a2ced43b0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndChildWorkflowWorkflowDetails.html","title":"End Child Workflow: Workflow Details","navPath":"EndChildWorkflowWorkflowDetails.html","bundleId":"work-tasks-2023-sp1","id":"a9ddcbd2f-5670-4d98-b2f9-6477bf9828cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BlockingOutputActivity.html","title":"BlockingOutput Activity","navPath":"BlockingOutputActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8885a5fe-2592-4392-8ace-5751186d8b74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity.html","title":"Database Activity","navPath":"DatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa30c4cab-695c-4e38-a48e-6796c7abcbb7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity.html","title":"Decision Activity","navPath":"DecisionActivity.html","bundleId":"work-tasks-2023-sp1","id":"aaa20909c-be11-433a-b2af-317d7f5a3391","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions.html","title":"Decision: Decisions","navPath":"Decisions.html","bundleId":"work-tasks-2023-sp1","id":"af4be743f-8ea5-48cb-82a0-9f6bd215509e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9ae79812-3254-45dd-9ef5-655ba8f9d448","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSerialExecution.html","title":"Example of Serial Execution","navPath":"ExampleofSerialExecution.html","bundleId":"work-tasks-2023-sp1","id":"ac7a03c8b-f0f4-4274-8e97-8fed5b2d04fc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity.html","title":"For-Loop Activity","navPath":"ForLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad800355c-d50b-4389-b466-a89f2a4f1f0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount.html","title":"For - Loop Count","navPath":"ForLoopCount.html","bundleId":"work-tasks-2023-sp1","id":"aa7a1ca5c-9368-4333-9973-4089e621b15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity.html","title":"Logger Activity","navPath":"LoggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ade018870-1550-4fba-a063-d1a5f5ea840c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage.html","title":"Log - Log Message","navPath":"Log-LogMessage.html","bundleId":"work-tasks-2023-sp1","id":"af981a1b9-7b65-476f-bc92-0109520a0598","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoopExecutionStepEntryActivity.html","title":"Loop Execution Step Entry Activity","navPath":"LoopExecutionStepEntryActivity.html","bundleId":"work-tasks-2023-sp1","id":"a35303179-d9b4-4df5-9f57-394981974e0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity.html","title":"Next Loop Activity","navPath":"NextLoopActivity.html","bundleId":"work-tasks-2023-sp1","id":"a43b1defb-4dea-4ce4-844f-00f008ff0157","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariableActivity.html","title":"Resource Variable Activity","navPath":"ResourceVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"a33f41dc0-bbc9-468d-b23a-94ac0e636a7d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceVariable-Actors.html","title":"Resource Variable - Actors","navPath":"ResourceVariable-Actors.html","bundleId":"work-tasks-2023-sp1","id":"ae525a243-3c25-4ffd-8601-732c64be5fb4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity.html","title":"Rule Activity","navPath":"RuleActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6cb44d86-19d4-41c2-bf84-84ab7a855b6b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition.html","title":"Rule - Condition","navPath":"RuleCondition.html","bundleId":"work-tasks-2023-sp1","id":"ab7d41ffd-6f5e-492d-afa2-aba6b4321390","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActivity.html","title":"Workflow Activity","navPath":"WorkflowActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36a1c56e-acb9-4a99-a913-6c61eb4cf96e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowContents_forChildWorkflow.html","title":"Workflow - Contents for ChildWorkflow","navPath":"WorkflowContents_forChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6fcad1b9-8757-4b6e-ac7a-b63db9a3462f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a71e32ef6-dbfa-41d3-8208-6054245e83a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a39ac243b-6dd5-4f77-b52b-e6d9218d7509","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowReturnValues.html","title":"Workflow - Return Values","navPath":"WorkflowReturnValues.html","bundleId":"work-tasks-2023-sp1","id":"ab5812c43-3dd6-4286-9f3d-553a8d3ef137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","title":"How to Pass Variables/Contents from Parent Workflow to Child Workflow?","navPath":"HowtoPassVariablesContentsfromParentWorkflowtoChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a2367ed1b-def4-41ab-8d20-a58e65971058","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetExecutionIDoftheChildWorkflow.html","title":"Get Execution ID of the Child Workflow","navPath":"GetExecutionIDoftheChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a59d5ed72-7e73-4b2b-8211-3719cef69c37","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity.html","bundleId":"work-tasks-2023-sp1","id":"abad358f2-db18-45db-9027-01ecc23fdb9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Variables.html","title":"Variables","navPath":"Variables.html","bundleId":"work-tasks-2023-sp1","id":"a3a0cfcae-3c2d-4704-bbcf-8c0d6d859474","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsXmlVariables.html","title":"Forms Xml Variables","navPath":"FormsXmlVariables.html","bundleId":"work-tasks-2023-sp1","id":"a3ae2a8ca-5873-4bac-9421-96a83dfccc59","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity.html","bundleId":"work-tasks-2023-sp1","id":"a71c50a76-6eb8-4dae-8779-99d2e29f608a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables.html","bundleId":"work-tasks-2023-sp1","id":"ab45d16c4-02a6-4d94-95ee-fa810c9b2c36","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aee505bd0-11db-4d44-b91f-fc4cdb68cf1c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity.html","title":"Synchronize Activity","navPath":"SynchronizeActivity.html","bundleId":"work-tasks-2023-sp1","id":"a8a38616a-e56e-4874-a21c-95229df13f0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable.html","bundleId":"work-tasks-2023-sp1","id":"a954cbf60-a88c-473e-ad9f-4baa70e26e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator.html","title":"XML Navigator","navPath":"XMLNavigator.html","bundleId":"work-tasks-2023-sp1","id":"ae366c9f0-4f08-4e4e-b36f-d2dd0ed1e0c1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivities.html","title":"Scheduler Activities","navPath":"SchedulerActivities.html","bundleId":"work-tasks-2023-sp1","id":"a0b0cb2a5-5845-4eca-bfb2-6cb2b9ffdbc2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlCustomTimerActivity.html","title":"Control Custom Timer Activity","navPath":"ControlCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad4f46ae7-e15e-4d61-aa20-1b21addf8373","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerActivity.html","title":"Set Custom Timer Activity","navPath":"SetCustomTimerActivity.html","bundleId":"work-tasks-2023-sp1","id":"ab62c3b00-92d7-4788-9a59-3c3528ab2d79","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomTimerScheduleTime.html","title":"Set Custom Timer: Schedule Time","navPath":"SetCustomTimerScheduleTime.html","bundleId":"work-tasks-2023-sp1","id":"af3246f9b-52f6-4eaa-825c-1dd09842fed1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerActivity.html","title":"Scheduler Activity","navPath":"SchedulerActivity.html","bundleId":"work-tasks-2023-sp1","id":"aa77bd132-35e9-47b8-8606-fe07fa9467e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchedulerDetails.html","title":"Scheduler: Scheduler Details","navPath":"SchedulerDetails.html","bundleId":"work-tasks-2023-sp1","id":"af4dde46c-d10f-4bae-9dde-b93709869e64","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RescheduleFailedTasks.html","title":"Reschedule Failed Tasks","navPath":"RescheduleFailedTasks.html","bundleId":"work-tasks-2023-sp1","id":"a9bf90d9c-8c72-493b-b413-80af28a4888e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeTriggerActivity.html","title":"Time Trigger Activity","navPath":"TimeTriggerActivity.html","bundleId":"work-tasks-2023-sp1","id":"a94a60a80-9002-442e-9475-0234e1bc23b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimerTrigger.html","title":"Time Trigger: Timer Trigger","navPath":"TimerTrigger.html","bundleId":"work-tasks-2023-sp1","id":"a7f139c6b-1192-4c3a-affc-252ef50abed8","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities.html","title":"Communication Activities","navPath":"CommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a82645408-29b2-4624-ac9f-1c0e4c719eb9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailActivity.html","title":"Email Activity","navPath":"EmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad7bdb004-2864-417a-9c78-66f477545e29","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailToResource.html","title":"Email: ToResource","navPath":"EmailToResource.html","bundleId":"work-tasks-2023-sp1","id":"a0bb21980-7c81-4856-b549-8d3b8b81c5ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBCCResource.html","title":"Email: BCC Resource","navPath":"EmailBCCResource.html","bundleId":"work-tasks-2023-sp1","id":"ac6978064-95f7-4fcd-ac9e-45ca0bf73f24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailCCResource.html","title":"Email: CCResource","navPath":"EmailCCResource.html","bundleId":"work-tasks-2023-sp1","id":"a265759a0-c819-4201-a207-1bf51401b5c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailSubject.html","title":"Email: Subject","navPath":"EmailSubject.html","bundleId":"work-tasks-2023-sp1","id":"afc44603b-ad6c-406c-97f1-825a9ca6c3e2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailBody.html","title":"Email: Body","navPath":"EmailBody.html","bundleId":"work-tasks-2023-sp1","id":"ae43938fb-7668-49bc-9542-e87c4c3198fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailAttachReports.html","title":"Email: Attach Reports","navPath":"EmailAttachReports.html","bundleId":"work-tasks-2023-sp1","id":"ae36f5a5f-47e8-439f-9a37-dc5d06d04fb3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCommunicationActivities.html","title":"Configure Communication Activities","navPath":"ConfigureCommunicationActivities.html","bundleId":"work-tasks-2023-sp1","id":"a21db4212-94e8-44e3-a458-9b35fd5d11df","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Prerequisites_1.html","title":"Prerequisites","navPath":"Prerequisites_1.html","bundleId":"work-tasks-2023-sp1","id":"a3d360ac3-346e-4b16-b204-a29cb0c0678b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforReceivingEmails.html","title":"Configure Farm Configuration Wizard for Receiving Emails","navPath":"ConfigureFarmConfigurationWizardforReceivingEmails.html","bundleId":"work-tasks-2023-sp1","id":"adf7dffa9-b4c0-4d6a-93d8-3836ba195e24","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFarmConfigurationWizardforSendingSMS.html","title":"Configure Farm Configuration Wizard for Sending SMS","navPath":"ConfigureFarmConfigurationWizardforSendingSMS.html","bundleId":"work-tasks-2023-sp1","id":"a42701d91-382c-49cc-b6f0-0ff2f5e67d4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisableReplyEmailforInvalidEmails.html","title":"Disable Reply Email for Invalid Emails","navPath":"DisableReplyEmailforInvalidEmails.html","bundleId":"work-tasks-2023-sp1","id":"a6b13a918-fa8a-4270-a2d5-5373a43ca818","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity.html","title":"Notification Activity","navPath":"NotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19dc15b1-f5c7-4e95-9b75-8f0c8ed93e31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource.html","title":"Notification: ToResource","navPath":"NotificationToResource.html","bundleId":"work-tasks-2023-sp1","id":"abdb34447-6718-4551-90b8-0725393ac109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_1.html","title":"Notification: ToResource","navPath":"NotificationToResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a640b4036-ea3b-4e46-b75d-efa7d08acc0d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailActivity.html","title":"Wait for Email Activity","navPath":"WaitforEmailActivity.html","bundleId":"work-tasks-2023-sp1","id":"abdc4d78f-1813-45e0-ba6e-ea7fa494d69a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailFilterExpression.html","title":"Wait for Email: Filter Expression","navPath":"WaitforEmailFilterExpression.html","bundleId":"work-tasks-2023-sp1","id":"afc2d8138-cc35-4ee8-9c37-492f5f16fc7d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a5161d0ce-43c3-4434-a93c-d9908ccea4b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveOptions.html","title":"Wait for Email: Attachment Save Options","navPath":"WaitforEmailAttachmentSaveOptions.html","bundleId":"work-tasks-2023-sp1","id":"a2ca6a439-9bf5-4531-ad4c-a2704ea54c20","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailAttachmentSaveLocation.html","title":"Wait for Email: Attachment Save Location","navPath":"WaitforEmailAttachmentSaveLocation.html","bundleId":"work-tasks-2023-sp1","id":"a7fcd6ae4-091a-4b4f-98e2-cc644cfb8985","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEmailSetVariablesAndContentsfromEmail_1.html","title":"Wait for Email: Set Variables And Contents from Email","navPath":"WaitforEmailSetVariablesAndContentsfromEmail_1.html","bundleId":"work-tasks-2023-sp1","id":"a516fb5b9-e4c7-47eb-a4e0-dc4b17cb015f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotificationActivity.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotificationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a45419fb4-951e-4bf5-8b99-65215bfeffe3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource.html","bundleId":"work-tasks-2023-sp1","id":"a76b09728-645d-479d-85dd-d79d6f6b5ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetNotificationType.html","title":"Set Notification Type","navPath":"SetNotificationType.html","bundleId":"work-tasks-2023-sp1","id":"a5ea7c9e8-6498-4509-959c-111539e5d8fd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVA_WorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVA_WorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"abb0522d5-61b3-477e-a7e0-1b5a7397a9b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a754a4a56-0248-412e-a7d1-16edd3bd24b5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNElements.html","title":"BPMN Elements","navPath":"BPMNElements.html","bundleId":"work-tasks-2023-sp1","id":"a1ce0213d-5639-49d8-9ab3-7ffa67e28fba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GatewayPlaceholder.html","title":"Gateway Placeholder","navPath":"GatewayPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"adbd0ee6b-1d09-47e5-bd0e-9fae2268da82","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupBox.html","title":"Group Box","navPath":"GroupBox.html","bundleId":"work-tasks-2023-sp1","id":"a0df5caa5-f782-4740-bae1-3697c615fc89","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventPlaceholder.html","title":"Intermediate Event Placeholder","navPath":"IntermediateEventPlaceholder.html","bundleId":"work-tasks-2023-sp1","id":"a09719033-43f8-424c-bea2-281be86c608e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lane.html","title":"Lane","navPath":"Lane.html","bundleId":"work-tasks-2023-sp1","id":"a1fa672d4-0f02-4d60-91fe-4a2dd488f70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Placeholder.html","title":"Placeholder","navPath":"Placeholder.html","bundleId":"work-tasks-2023-sp1","id":"a916c84fd-43d6-4f6b-bef4-3e8b3cb50bfa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PlaceholderActionOutputs.html","title":"Placeholder: Action Outputs","navPath":"PlaceholderActionOutputs.html","bundleId":"work-tasks-2023-sp1","id":"ae294db7f-6ba0-4ed7-a5d5-23d49520d392","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Pool.html","title":"Pool","navPath":"Pool.html","bundleId":"work-tasks-2023-sp1","id":"ad0824ae0-acb4-41f6-b1a9-1f08f72e4b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListActivities.html","title":"List Activities","navPath":"ListActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae5ca5838-8804-4ef0-9579-434931e3b261","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorActivity.html","title":"List Navigator Activity","navPath":"ListNavigatorActivity.html","bundleId":"work-tasks-2023-sp1","id":"a4d6b5f85-bd48-4ea2-b882-adcd00c14493","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XmlListNavigatorActivity-XmlVariableOfListType.html","title":"XML List Navigator Activity - XMLVariable of List Type","navPath":"XmlListNavigatorActivity-XmlVariableOfListType.html","bundleId":"work-tasks-2023-sp1","id":"a24127fd9-8d01-4697-8dad-aede62a71120","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListNameorID.html","title":"List Navigator: List Name or ID","navPath":"ListNavigatorListNameorID.html","bundleId":"work-tasks-2023-sp1","id":"a55e089ca-67d5-4e9d-b5ec-89cf0013687d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorListQuery.html","title":"List Navigator: List Query","navPath":"ListNavigatorListQuery.html","bundleId":"work-tasks-2023-sp1","id":"a934ce89e-686b-45ba-bb88-eaaf3988eeb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListNavigatorQueryBuilder.html","title":"List Navigator: Query Builder","navPath":"ListNavigatorQueryBuilder.html","bundleId":"work-tasks-2023-sp1","id":"ad4ff32cd-5e06-4a86-93be-b891bc145f58","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForEventActivity.html","title":"Wait for Event Activity","navPath":"WaitForEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae161d7e9-5440-441b-8ba9-4e0743c1ff4e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventListID.html","title":"Wait for Event: List ID","navPath":"WaitforEventListID.html","bundleId":"work-tasks-2023-sp1","id":"a73680b3d-4100-4071-b107-7cff5eb4d7f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventNoofEvents.html","title":"Wait for Event: No of Events","navPath":"WaitforEventNoofEvents.html","bundleId":"work-tasks-2023-sp1","id":"a0b320b0e-ba44-41a1-ba37-b46e3205f6f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveFrom.html","title":"Wait for Event: Effective From","navPath":"WaitforEventEffectiveFrom.html","bundleId":"work-tasks-2023-sp1","id":"a7d706dcd-3c9d-4b10-909d-d1be0c0005bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventEffectiveTo.html","title":"Wait for Event: Effective To","navPath":"WaitforEventEffectiveTo.html","bundleId":"work-tasks-2023-sp1","id":"aa559fbf1-83ce-494c-a841-ded0360e424d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEventWorkflowEventDataXMLVariable.html","title":"Wait for Event: Workflow Event Data XML Variable","navPath":"WaitforEventWorkflowEventDataXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2be046d2-7ea4-4f26-8f71-861745c8d20c","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityActivities.html","title":"Security Activities","navPath":"SecurityActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1e7e1e0-17e8-451b-8e70-fbd11880633d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelApprovalWorkflow.html","title":"Cancel Approval Workflow","navPath":"CancelApprovalWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a979a5b9d-056d-4e68-ad73-72be5358d892","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityInstructionHandler.html","title":"Security Instruction Handler","navPath":"SecurityInstructionHandler.html","bundleId":"work-tasks-2023-sp1","id":"a1a0c95a6-7a3b-4a76-ac17-712a804edbce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportActivities.html","title":"Report Activities","navPath":"ReportActivities.html","bundleId":"work-tasks-2023-sp1","id":"abc7dd4c6-9816-4de6-8123-9917201b85b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportGeneratorActivity.html","title":"Report Generator Activity","navPath":"ReportGeneratorActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad043f159-88a5-48b0-91a0-8ea33bcc0469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureReportTemplate.html","title":"Configure Report Template","navPath":"ConfigureReportTemplate.html","bundleId":"work-tasks-2023-sp1","id":"af42d1a2b-fb3b-4e3e-b8b7-f5315def2ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHistorianConnection.html","title":"Create a Historian Connection","navPath":"CreateaHistorianConnection.html","bundleId":"work-tasks-2023-sp1","id":"a024770fb-d8b7-44b0-a87a-589470202068","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAActivities.html","title":"SOA Activities","navPath":"SOAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a1e63dec3-186e-4296-80cc-274c27fe000a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAExecuteActivity.html","title":"SOA Execute Activity","navPath":"SOAExecuteActivity.html","bundleId":"work-tasks-2023-sp1","id":"acaecacf0-0483-4efb-85de-3b4e4a8d9952","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteMethodswithOutParametersinSOA.html","title":"Execute Methods with Out Parameters in SOA","navPath":"ExecuteMethodswithOutParametersinSOA.html","bundleId":"work-tasks-2023-sp1","id":"a1bc3d3eb-db20-43d2-aa14-f986252dbd01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RetrieveMultipleRecordsfromDatabaseUsingSOA.html","title":"Retrieve Multiple Records from Database Using SOA","navPath":"RetrieveMultipleRecordsfromDatabaseUsingSOA.html","bundleId":"work-tasks-2023-sp1","id":"a814f8475-aa00-4312-b5bf-3b72fa5eb0eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoIterateCollectionObject.html","title":"How to Iterate Collection Object?","navPath":"HowtoIterateCollectionObject.html","bundleId":"work-tasks-2023-sp1","id":"a577f6746-b0ff-4b17-af40-6144e1a9eab2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoDesignaWorkflow.html","title":"How to Design a Workflow?","navPath":"HowtoDesignaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a217e89a9-1f87-413d-8f1f-2e651d6f8c0f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEventsActivities.html","title":"ArchestrA Events","navPath":"ArchestrAEventsActivities.html","bundleId":"work-tasks-2023-sp1","id":"a22fc689b-13c4-4acc-b4e2-5d7c8d9f0174","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAWaitforEvent.html","title":"ArchestrA Wait for Event","navPath":"ArchestrAWaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a9ab269c4-a1a5-43b5-a8b0-2c2910aac10d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetArchestrAEventFilters.html","title":"Set ArchestrA Event Filters","navPath":"SetArchestrAEventFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91aff46b-d538-40fd-bc35-5540783d0c73","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities.html","title":"Message Queue Activities","navPath":"MessageQueueActivities.html","bundleId":"work-tasks-2023-sp1","id":"a4068501f-3ebb-49d7-91e8-cd10de8a14ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData.html","title":"SendMQData","navPath":"SendMQData.html","bundleId":"work-tasks-2023-sp1","id":"a0de6a88c-95ad-41cd-99e4-a0ddfb386429","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringMessageQueueConnection.html","title":"Configuring Message Queue Connection","navPath":"ConfiguringMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"af2009a71-d918-45cf-aa2d-db38c280fda5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitForMQData.html","title":"WaitForMQData","navPath":"WaitForMQData.html","bundleId":"work-tasks-2023-sp1","id":"a4d94d537-22ab-4067-b4e9-097046bbee1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageQueueFilters.html","title":"Set Message Queue Filters","navPath":"SetMessageQueueFilters.html","bundleId":"work-tasks-2023-sp1","id":"a91b2b46e-e74a-4a25-96e7-652ce7c7920d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities.html","title":"Logic App Activities","navPath":"LogicAppActivities.html","bundleId":"work-tasks-2023-sp1","id":"a108cffbb-f8d2-44ba-b4e7-09d7ba7d2bba","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity.html","bundleId":"work-tasks-2023-sp1","id":"afda05204-d7e4-425e-ba27-866f1071e830","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringLogicAppConnectionandData.html","title":"Configuring Logic App Connection and Data","navPath":"ConfiguringLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"aa3c9e4bc-fd28-4554-bbe8-06763f20c6eb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforLogicAppAlertActivity.html","title":"Wait for Logic App Alert Activity","navPath":"WaitforLogicAppAlertActivity.html","bundleId":"work-tasks-2023-sp1","id":"a754640c1-f7ac-4588-a32b-a35fbd5f25b1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandExecuteWorkflows.html","title":"Design and Execute Workflows","navPath":"DesignandExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aaf35a399-194f-4ecb-890a-9c34755d4164","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewWorkflowProcess.html","title":"Create a New Workflow Process","navPath":"CreateaNewWorkflowProcess.html","bundleId":"work-tasks-2023-sp1","id":"ab76d7c82-5136-4900-bb6b-33d3f47643b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecutetheWorkflow.html","title":"Execute the Workflow","navPath":"ExecutetheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ae0cbf4f4-cc13-48f7-956a-7e49f7b5a929","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofInternalStatusCodes.html","title":"List of Internal Status Codes","navPath":"ListofInternalStatusCodes.html","bundleId":"work-tasks-2023-sp1","id":"aaf49a492-e480-4c42-a9de-d1d56ea76832","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflows.html","title":"Execute Workflows","navPath":"ExecuteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a55737b80-4ff2-4179-b0e2-c68e5a8d87e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflowsAsynchronously.html","title":"Execute Workflows Asynchronously","navPath":"ExecuteWorkflowsAsynchronously.html","bundleId":"work-tasks-2023-sp1","id":"ac7c7a9bc-42cd-4657-93e8-bcba29c5dc96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseRedirectionEnabledPropertyforSynchronousExecution.html","title":"Use Redirection Enabled Property for Synchronous Execution","navPath":"UseRedirectionEnabledPropertyforSynchronousExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be8fc49-6b88-426f-af18-739778883656","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnablingHumanWorkflowInteraction.html","title":"Enable Human-Workflow Interaction","navPath":"EnablingHumanWorkflowInteraction.html","bundleId":"work-tasks-2023-sp1","id":"abe3d0c46-f8e5-4d06-bb8e-2598f5823624","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanWorkflowServices.html","title":"Human Workflow Services","navPath":"HumanWorkflowServices.html","bundleId":"work-tasks-2023-sp1","id":"a3427f323-e4ef-47f5-bafa-99fe03d9f64b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutChannels.html","title":"About Channels","navPath":"AboutChannels.html","bundleId":"work-tasks-2023-sp1","id":"a666d8a70-8940-4351-8899-eb69c8abe3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutForms.html","title":"About Forms","navPath":"AboutForms.html","bundleId":"work-tasks-2023-sp1","id":"a89983141-5060-4f88-ab42-ea21e76b0927","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateChannelsandForms.html","title":"Create Channels and Forms","navPath":"CreateChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a70cc5690-b4b0-4eab-a61e-58bc279ff081","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseChannelsandForms.html","title":"Use Channels and Forms","navPath":"UseChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a6b6ee1c2-79fd-44ae-825b-da9da07b2bf4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeBehaviorofChannelsandForms.html","title":"Run-time Behavior of Channels and Forms","navPath":"RuntimeBehaviorofChannelsandForms.html","bundleId":"work-tasks-2023-sp1","id":"a1877836f-6a17-470e-a9b5-a290dd6b44f6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAccessRightsforFormInstances.html","title":"Set Access Rights for Form Instances","navPath":"SetAccessRightsforFormInstances.html","bundleId":"work-tasks-2023-sp1","id":"a8109f407-808f-4f14-b98e-9f1fe4f62b14","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseASPXFormastheDetailedViewPageofWorkItemListControl.html","title":"Use ASPX Form as the Detailed View Page of Work Item List Control","navPath":"UseASPXFormastheDetailedViewPageofWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"a1f0d01e4-7fca-4c0e-aa4a-46f02d4e767c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailandMicrosoftOfficeOutlookIntegration.html","title":"Email and Microsoft Office Outlook Integration","navPath":"EmailandMicrosoftOfficeOutlookIntegration.html","bundleId":"work-tasks-2023-sp1","id":"aea36f96c-f336-4d5e-a187-a672a2ed3b15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoSendingActivitiesbyEmail.html","title":"Introduction to Sending Activities by Email","navPath":"IntroductiontoSendingActivitiesbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"adda7a138-bced-4a3b-b323-11ac8b38a33a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureActivitiestobeSentbyEmail.html","title":"Configure Activities to be Sent by Email","navPath":"ConfigureActivitiestobeSentbyEmail.html","bundleId":"work-tasks-2023-sp1","id":"a4f9556e9-6268-482d-a249-210d4f43a34c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateFormatinEmailTemplate.html","title":"Date Format in Email Template","navPath":"DateFormatinEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad6c755e8-e867-45df-adcb-415fcb509233","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegrationwithMicrosoftOfficeOutlook.html","title":"Integration with Microsoft Office Outlook","navPath":"IntegrationwithMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a686ae0d4-b87c-4ff2-a357-bb01e2d40f25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoApprovalActivitiesfromEmail.html","title":"Respond to Approval Activities from Email","navPath":"RespondtoApprovalActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a11ae5cde-6072-4001-8fd6-10f3d3d3d0f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChecklistActivitiesfromEmail.html","title":"Respond to Checklist Activities from Email","navPath":"RespondtoChecklistActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3621f986-3dcc-4ecd-8faf-5a8c50125c94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoChoiceActivitiesfromEmail.html","title":"Respond to Choice Activities from Email","navPath":"RespondtoChoiceActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a3659d735-50c2-46e1-bc7c-da460d262e72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewInformationActivitiesfromEmail.html","title":"View Information Activities from Email","navPath":"ViewInformationActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"ae700b7a0-b754-439d-bc33-a1a6fdd5869a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RespondtoTaskActivitiesfromEmail.html","title":"Respond to Task Activities from Email","navPath":"RespondtoTaskActivitiesfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"af83317e6-ba6b-44a5-bb08-72760c0388ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","title":"Configure Repository Database to View Process Execution View, Document View, and Work Items View from Email","navPath":"ConfigureRepositoryDatabasetoViewProcessExecutionViewDocumentViewandWorkItemsViewfromEmail.html","bundleId":"work-tasks-2023-sp1","id":"a90ff5ff3-ff97-40bd-aa3f-08d96304c533","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportVariablesContentsandXMLVariablesinEmailTemplates.html","title":"Support Variables, Contents, and XML Variables in Email Templates","navPath":"SupportVariablesContentsandXMLVariablesinEmailTemplates.html","bundleId":"work-tasks-2023-sp1","id":"a20989d4a-a7fe-4c1e-a300-d91c02504f35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivityEmailTemplate.html","title":"Approval Activity Email Template","navPath":"ApprovalActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a87abb814-8398-486f-9b80-ffd23c4579cb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesintheApprovalEmailTemplate.html","title":"Use Variables in the Approval Email Template","navPath":"UseVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2afae867-d7e7-46d7-bf67-419b80953762","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsintheApprovalEmailTemplate.html","title":"Use Contents in the Approval Email Template","navPath":"UseContentsintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac95550e8-220d-4332-a220-26232d4fce87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesintheApprovalEmailTemplate.html","title":"Use XML Variables in the Approval Email Template","navPath":"UseXMLVariablesintheApprovalEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae7c4ff48-2d4b-4077-a426-4aa58eb3adeb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivityEmailTemplate.html","title":"Choice Activity Email Template","navPath":"ChoiceActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a9b945a0f-c5ec-4ce3-8d14-85c440aeee44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinChoiceEmailTemplate.html","title":"Use Variables in Choice Email Template","navPath":"UseVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ac933a8f7-c747-4ee8-8c82-4e8575187cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinChoiceEmailTemplate.html","title":"Use Contents in Choice Email Template","navPath":"UseContentsinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"afff89e01-f034-4356-aca0-152f6c4e6f12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinChoiceEmailTemplate.html","title":"Use XML Variables in Choice Email Template","navPath":"UseXMLVariablesinChoiceEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a097000f0-3291-4b2d-bc43-2dbcc2b52f04","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/check-listactivityemailtemplate.html","title":"Check-List Activity Email Template","navPath":"check-listactivityemailtemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5c966dd6-b323-466b-8ba1-df2273c0f305","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinCheckListEmailTemplate.html","title":"Use Variables in Check-List Email Template","navPath":"UseVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a810bd848-b02c-4a20-b3d7-658939e67f33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinCheckListEmailTemplate.html","title":"Use Contents in Check-List Email Template","navPath":"UseContentsinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a0d1969b4-01e6-4260-8c05-9fd7b2d47bc3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinCheckListEmailTemplate.html","title":"Use XML Variables in Check-List Email Template","navPath":"UseXMLVariablesinCheckListEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ab36f8de9-73e5-4d41-8a92-bf80eca1d664","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivityEmailTemplate.html","title":"Task Activity Email Template","navPath":"TaskActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1a4d6c1d-a413-46c4-84d9-3a4c008d4dcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinTaskEmailTemplate.html","title":"Use Variables in Task Email Template","navPath":"UseVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1d2c3fbc-0971-4a62-881b-1a9074230ae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinTaskEmailTemplate.html","title":"Use Contents in Task Email Template","navPath":"UseContentsinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a43c16a1e-b4bd-4691-be0f-811a662413b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinTaskEmailTemplate.html","title":"Use XML Variables in Task Email Template","navPath":"UseXMLVariablesinTaskEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2ddd6465-7286-4a68-a2d1-26aa648d209a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InformationActivityEmailTemplate.html","title":"Information Activity Email Template","navPath":"InformationActivityEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a7823e8d0-ed10-4987-a667-09155337ab44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseVariablesinInformationEmailTemplate.html","title":"Use Variables in Information Email Template","navPath":"UseVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1995307a-c882-409b-8b49-45975aa84be7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentsinInformationEmailTemplate.html","title":"Use Contents in Information Email Template","navPath":"UseContentsinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a8947b830-0ade-48bd-add5-ea611642ae8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLVariablesinInformationEmailTemplate.html","title":"Use XML Variables in Information Email Template","navPath":"UseXMLVariablesinInformationEmailTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a361d157a-2e76-4b2b-8800-01e92b9138d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differentemailtemplatefordifferentactivityinaworkflow.html","title":"Different Email Template for Different Activity in a Workflow","navPath":"differentemailtemplatefordifferentactivityinaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af4add5eb-9aaa-41d1-8df7-448be27d0f7b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofApprovalActivity.html","title":"Use 'HTML Template' Property of Approval Activity","navPath":"UseHTMLTemplatePropertyofApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a6af2a093-0045-4aa4-b303-1c721cb1e69e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChoiceActivity.html","title":"Use 'HTML Template' Property of Choice Activity","navPath":"UseHTMLTemplatePropertyofChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"a0ad5df4c-0faa-4298-9094-188dfce74f9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofChecklistActivity.html","title":"Use 'HTML Template' Property of Checklist Activity","navPath":"UseHTMLTemplatePropertyofChecklistActivity.html","bundleId":"work-tasks-2023-sp1","id":"a420d6302-62b8-4bd9-9e6f-2f3001664537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofTaskActivity.html","title":"Use 'HTML Template' Property of Task Activity","navPath":"UseHTMLTemplatePropertyofTaskActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae2330773-66d2-4047-8441-61d9f807d619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseHTMLTemplatePropertyofInformationActivity.html","title":"Use 'HTML Template' Property of Information Activity","navPath":"UseHTMLTemplatePropertyofInformationActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7a93971d-cc7e-4931-8472-043ff4aa31a9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddinforMicrosoftOfficeOutlook.html","title":"Add-in for Microsoft Office Outlook","navPath":"AddinforMicrosoftOfficeOutlook.html","bundleId":"work-tasks-2023-sp1","id":"a019dd97f-7965-4718-a027-8ae575e1d3ee","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContextMenuOptions.html","title":"Context Menu Options","navPath":"ContextMenuOptions.html","bundleId":"work-tasks-2023-sp1","id":"a28b8b3e8-39b7-4a62-9f73-3cf276eed0ce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApprovalActivity_1.html","title":"Approval Activity","navPath":"ApprovalActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4f804404-5855-4077-9a72-c3f764a5bcda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChecklistActivity_1.html","title":"Checklist Activity","navPath":"ChecklistActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a45b0653f-d777-4014-8815-db20c68c634b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChoiceActivity_1.html","title":"Choice Activity","navPath":"ChoiceActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3b2b7e8b-beeb-4639-8f33-60f6449caff3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TaskActivity_1.html","title":"Task Activity","navPath":"TaskActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a3a7bd192-c521-4673-b1a0-11dffd966cbf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MicrosoftOfficeOutlookFollowup.html","title":"Microsoft Office Outlook Follow up","navPath":"MicrosoftOfficeOutlookFollowup.html","bundleId":"work-tasks-2023-sp1","id":"a32f155f7-6c79-4d7c-af31-2260b41c67ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RibbonBarOptions.html","title":"Ribbon Bar Options","navPath":"RibbonBarOptions.html","bundleId":"work-tasks-2023-sp1","id":"ae93bda9b-b11b-4aa3-9316-240ed673c2d1","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Database.html","title":"Database","navPath":"Database.html","bundleId":"work-tasks-2023-sp1","id":"a930034ab-fb47-47f3-9d1d-6b60dea2fe6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDatabaseScriptstocreateDatabaseTables.html","title":"Use Database Scripts to create Database Tables","navPath":"UseDatabaseScriptstocreateDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"acc1c585c-2924-4b1a-a512-d279c3b98648","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdvancedFeatures.html","title":"Advanced Features","navPath":"AdvancedFeatures.html","bundleId":"work-tasks-2023-sp1","id":"a70e953d5-8f69-45ed-b76f-e2393b586c9b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFramework.html","title":"Events Framework","navPath":"EventsFramework.html","bundleId":"work-tasks-2023-sp1","id":"a53009b3e-74d3-4d77-800e-b7252914b152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventFrameworkComponents.html","title":"Event Framework Components","navPath":"EventFrameworkComponents.html","bundleId":"work-tasks-2023-sp1","id":"a37d9f90b-ac9f-49be-8e88-69ac7e64cec3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventsFrameworkInterfacesandClasses.html","title":"Events Framework Interfaces and Classes","navPath":"EventsFrameworkInterfacesandClasses.html","bundleId":"work-tasks-2023-sp1","id":"ad618ced8-7623-4e40-8f7e-1db65c3fa1d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventProviderArchitecture.html","title":"Event Provider Architecture","navPath":"EventProviderArchitecture.html","bundleId":"work-tasks-2023-sp1","id":"a9cb1dd66-4a87-44cc-8a9f-ba4c522eaeda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InboundEventProvider.html","title":"Inbound Event Provider","navPath":"InboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"af860ec65-5839-49db-9e0d-16a222a62d73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OutboundEventProvider.html","title":"Outbound Event Provider","navPath":"OutboundEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a78d5551c-e863-49bf-8cba-66a9c683efc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkEventBindingandProvider.html","title":"Link Event Binding and Provider","navPath":"LinkEventBindingandProvider.html","bundleId":"work-tasks-2023-sp1","id":"a040c612b-b132-40de-ac55-7ecd0ba8d2bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDefaultEventProviders.html","title":"Use Default Event Providers","navPath":"UseDefaultEventProviders.html","bundleId":"work-tasks-2023-sp1","id":"a7099eb74-8545-4f72-8da1-2adccf65a747","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingaCustomEventProvider.html","title":"Add a Custom Event Provider","navPath":"AddingaCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a561f71f4-97a6-4e81-a6b2-13072a54d59f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoCreateCustomEventProvider.html","title":"Steps to Create Custom Event Provider","navPath":"StepstoCreateCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a9275fde5-8cf6-4815-8584-5dca299c52d7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleClassLibraryforCustomEventProvider.html","title":"Code Sample - Class Library for Custom Event Provider","navPath":"CodeSampleClassLibraryforCustomEventProvider.html","bundleId":"work-tasks-2023-sp1","id":"a16f4fd34-5d29-4eb2-8038-fe9e966b31df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFilesforFileWatcherEventBindingPage.html","title":"Code Sample - Files for File Watcher Event Binding Page","navPath":"CodeSampleFilesforFileWatcherEventBindingPage.html","bundleId":"work-tasks-2023-sp1","id":"a464d928e-bd7c-46d0-8539-2f2b8f7b9172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","title":"Create File Watcher Initiated Workflow or Custom Workflow","navPath":"CreateFileWatcherInitiatedWorkfloworCustomWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af0dbad4b-d819-4790-a108-2eb6c61853a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleFileWatcherInitiatedWorkflow.html","title":"Code Sample - File Watcher Initiated Workflow","navPath":"CodeSampleFileWatcherInitiatedWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a56a4c914-03bf-4c77-96d8-04162c1a6f33","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportBPMNProcessModelsfromMicrosoftVisio.html","title":"Import BPMN Process Models from Microsoft Visio","navPath":"ImportBPMNProcessModelsfromMicrosoftVisio.html","bundleId":"work-tasks-2023-sp1","id":"a0b1c16e1-96fb-4d5f-ad72-62fb7d687d6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverviewofVisioProcessImport.html","title":"Overview of Visio Process Import","navPath":"OverviewofVisioProcessImport.html","bundleId":"work-tasks-2023-sp1","id":"a8a072564-f32a-4a3e-8388-4e421c4839a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","title":"Map BPMN Events to AVEVA Work Tasks Actions","navPath":"Mapping_of_BPMN_Events_to_Wonderware_Skelta_BPM_Actions.html","bundleId":"work-tasks-2023-sp1","id":"a543ceb38-84cb-4227-98d2-4c91cd9a4c2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNEndEvents.html","title":"BPMN End Events","navPath":"BPMNEndEvents.html","bundleId":"work-tasks-2023-sp1","id":"a83b4df9b-f226-4353-8693-cfaa08d97657","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndEvent.html","title":"End Event","navPath":"EndEvent.html","bundleId":"work-tasks-2023-sp1","id":"a88124fc8-870d-4904-b34b-0c43e04217dc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RaiseException.html","title":"Raise Exception","navPath":"RaiseException.html","bundleId":"work-tasks-2023-sp1","id":"aabcf5fcb-0ccc-43dd-a66b-91fc66ad0802","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CancelTransaction.html","title":"Cancel Transaction","navPath":"CancelTransaction.html","bundleId":"work-tasks-2023-sp1","id":"a69c2224e-7923-4242-85a5-fbad4198655a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CompensateTransaction.html","title":"Compensate Transaction","navPath":"CompensateTransaction.html","bundleId":"work-tasks-2023-sp1","id":"aefab2658-6ce6-44e3-9772-0c14d07e69b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TerminateWorkflow.html","title":"Terminate Workflow","navPath":"TerminateWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c1f06-b320-4c31-aadf-4e3db2e7c608","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkSource.html","title":"Link Source","navPath":"LinkSource.html","bundleId":"work-tasks-2023-sp1","id":"a0f3bb9d3-f712-4ac7-8d35-f1fa68247d2a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EndWithMessage.html","title":"End With Message","navPath":"EndWithMessage.html","bundleId":"work-tasks-2023-sp1","id":"abecad163-8770-4419-abdb-325e2bd16bf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MultipleNotMapped.html","title":"Multiple (Not Mapped)","navPath":"MultipleNotMapped.html","bundleId":"work-tasks-2023-sp1","id":"a09e70a6a-8bc9-4b40-aae5-9c08849dce43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNIntermediateEvents.html","title":"BPMN Intermediate Events","navPath":"BPMNIntermediateEvents.html","bundleId":"work-tasks-2023-sp1","id":"a66db56c5-85ab-4802-a3e2-ce63e500e1ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntermediateEventsOverview.html","title":"Intermediate Events Overview","navPath":"IntermediateEventsOverview.html","bundleId":"work-tasks-2023-sp1","id":"a14369d26-46f6-43b9-a39c-21fe010fe0b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnException.html","title":"On Exception","navPath":"OnException.html","bundleId":"work-tasks-2023-sp1","id":"ab8a8d510-adf4-4155-9680-4629b61f3e4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitforEvent.html","title":"Wait for Event","navPath":"WaitforEvent.html","bundleId":"work-tasks-2023-sp1","id":"a181f96b9-7a52-47a9-b2d2-a3f2883bb30d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WaitTimer.html","title":"Wait Timer","navPath":"WaitTimer.html","bundleId":"work-tasks-2023-sp1","id":"a088548bd-0edb-4520-a57c-7b381e64b870","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTransactionCanceled.html","title":"On Transaction Canceled","navPath":"OnTransactionCanceled.html","bundleId":"work-tasks-2023-sp1","id":"a1d2555e0-3858-44de-9db1-b2987dc1063f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCompensation.html","title":"On Compensation","navPath":"OnCompensation.html","bundleId":"work-tasks-2023-sp1","id":"a1ba72f97-bb38-44f9-839c-895b3c71cd25","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapBPMNActivitiestoWorkTasksActivities.html","title":"Map BPMN Activities to AVEVA Work Tasks Activities","navPath":"MapBPMNActivitiestoWorkTasksActivities.html","bundleId":"work-tasks-2023-sp1","id":"a19e07397-c316-4562-b2e1-751488a1d568","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BPMNTask.html","title":"BPMN Task","navPath":"BPMNTask.html","bundleId":"work-tasks-2023-sp1","id":"a2b4037b6-f50c-4a5c-8c87-ee7bab230adc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubProcess.html","title":"Sub-Process","navPath":"SubProcess.html","bundleId":"work-tasks-2023-sp1","id":"ad374b20d-ff42-460a-9a35-fffa4b6faa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapConnectors.html","title":"Map Connectors","navPath":"MapConnectors.html","bundleId":"work-tasks-2023-sp1","id":"a6c984813-ddc8-470c-9f8d-653ba64121b6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SequenceFlows.html","title":"Sequence Flows","navPath":"SequenceFlows.html","bundleId":"work-tasks-2023-sp1","id":"ad89837ce-b1da-4b0a-acb7-3f637655a15e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageLogs.html","title":"Message Logs","navPath":"MessageLogs.html","bundleId":"work-tasks-2023-sp1","id":"ad64e79fe-b7cc-4d41-9b64-4e6e9e711edc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetMessageLogDebugModeLevel.html","title":"Set Message Log Debug Mode Level","navPath":"SetMessageLogDebugModeLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2f04304e-f1e8-4484-bc13-66314710e60c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewMessageLogFiles.html","title":"View Message Log Files","navPath":"ViewMessageLogFiles.html","bundleId":"work-tasks-2023-sp1","id":"a27c3774f-aebb-479b-9612-ab03a4da2096","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerConsole.html","title":"Logger Console","navPath":"LoggerConsole.html","bundleId":"work-tasks-2023-sp1","id":"a767c5d3f-dc95-4bb5-baf5-fb0bfdedd791","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings.html","bundleId":"work-tasks-2023-sp1","id":"af216b8c4-b176-4605-ab74-7bb2cd12a576","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSynchronizeThreadsinEngine.html","title":"Manage and Synchronize Threads in Engine","navPath":"ManageandSynchronizeThreadsinEngine.html","bundleId":"work-tasks-2023-sp1","id":"af848a5a2-b8b6-44cd-966c-0cc86d99cef3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitInMemoryActivityStepsCountforRepository.html","title":"Limit In-Memory Activity/Steps Count for Repository","navPath":"LimitInMemoryActivityStepsCountforRepository.html","bundleId":"work-tasks-2023-sp1","id":"ada9dffc0-d1f8-4d56-9373-f1f8768fe6e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThreadPoolsatRepositoryLevel.html","title":"Thread Pools at Repository Level","navPath":"ThreadPoolsatRepositoryLevel.html","bundleId":"work-tasks-2023-sp1","id":"ada1fe555-3848-4508-9166-223dcf3e8ef2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActivityConcurrencyLimit.html","title":"Activity Concurrency Limit","navPath":"ActivityConcurrencyLimit.html","bundleId":"work-tasks-2023-sp1","id":"aac19b5d3-0ad2-4a23-a1eb-c6932e1bda97","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Entities.html","title":"Entities","navPath":"Entities.html","bundleId":"work-tasks-2023-sp1","id":"a34f498ac-3a09-45d3-b62d-0626bee8678d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicUnderstandingoftheNeedforDataBridgeInterface.html","title":"Basic Understanding of the Need for Data Bridge Interface","navPath":"BasicUnderstandingoftheNeedforDataBridgeInterface.html","bundleId":"work-tasks-2023-sp1","id":"acb6a6ca9-c71c-4f7d-9029-00344847f304","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataBridgeProvider.html","title":"DataBridge Provider","navPath":"DataBridgeProvider.html","bundleId":"work-tasks-2023-sp1","id":"ac79afbfb-6448-4997-aa11-96183b3487e1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserEntity.html","title":"User Entity","navPath":"UserEntity.html","bundleId":"work-tasks-2023-sp1","id":"a1120c5f9-9a0d-4aa9-aad3-8c7c3312afa2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","title":"XML Schema for User Entity and User Entity Data Source Provider","navPath":"XMLSchemaforUserEntityandUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"ad34230a2-1db2-4b2d-91b4-d9c301915fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureFormsProviderforAuthentication.html","title":"Configure Forms Provider for Authentication","navPath":"ConfigureFormsProviderforAuthentication.html","bundleId":"work-tasks-2023-sp1","id":"a9d5731c2-8533-4233-981f-29358bbca06f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MapActiveDirectoryandSQLProvider.html","title":"Map Active Directory and SQL Provider","navPath":"MapActiveDirectoryandSQLProvider.html","bundleId":"work-tasks-2023-sp1","id":"af5799678-e162-4073-8e33-e1a5da0b1f43","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleEntity.html","title":"Role Entity","navPath":"RoleEntity.html","bundleId":"work-tasks-2023-sp1","id":"a8893b40f-73e3-4e0a-9ab2-4680efc25bcd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaUsedbyRoleEntityDataSourceProvider.html","title":"XML Schema Used by Role Entity Data Source Provider","navPath":"XMLSchemaUsedbyRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a825f36cb-5615-4527-93e3-ce3c50fd9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizingRolesofQueueParticipants.html","title":"Synchronizing Roles of Queue Participants","navPath":"SynchronizingRolesofQueueParticipants.html","bundleId":"work-tasks-2023-sp1","id":"a2d6e4504-f901-4abb-8893-d846686be475","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EntityDataSourceProviderCodeSamples.html","title":"Entity Data Source Provider Code Samples","navPath":"EntityDataSourceProviderCodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a6c956460-5ffa-46d1-917a-143b59faaced","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserEntityDataSourceProvider.html","title":"Create User Entity Data Source Provider","navPath":"CreateUserEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a8007eb3c-e1f4-4543-b013-571f9a0c84a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateUserandRoleEntityDataSourceProvider.html","title":"Create User and Role Entity Data Source Provider","navPath":"CreateUserandRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"a2686baa7-bc75-49c7-b285-8239e36a9d1c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step1CreateDataSourcefortheRepository.html","title":"Step 1: Create Data Source for the Repository","navPath":"Step1CreateDataSourcefortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a2bd07044-9841-425e-ba60-ddb60461ab80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","title":"Step 2: Create a Repository and Map the Data Source to the Repository","navPath":"Step2CreateaRepositoryandMaptheDataSourcetotheRepository.html","bundleId":"work-tasks-2023-sp1","id":"acfb88e62-8e66-4041-867f-7e36458143c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","title":"Step 3: Create Custom User Entity Data Source Provider for Authentication and User Information","navPath":"Step3CreateCustomUserEntityDataSourceProviderforAuthenticationandUserInformation.html","bundleId":"work-tasks-2023-sp1","id":"a97057cac-0344-4c1d-8560-849cc996c8a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step4CreateDefaultAdminfortheRepository.html","title":"Step 4: Create Default Admin for the Repository","navPath":"Step4CreateDefaultAdminfortheRepository.html","bundleId":"work-tasks-2023-sp1","id":"a7eb4e4b8-0238-42c7-8158-3851b59a8d32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Step5CreateCustomRoleEntityDataSourceProvider.html","title":"Step 5: Create Custom Role Entity Data Source Provider","navPath":"Step5CreateCustomRoleEntityDataSourceProvider.html","bundleId":"work-tasks-2023-sp1","id":"aa91d11dd-f803-4862-80c2-df16c083e1cc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","title":"Custom Role Provider Fetching Roles from SQL and Users from Active Directory","navPath":"CustomRoleProviderFetchingRolesfromSQLandUsersfromActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a815a8dd4-8524-4c3c-bf16-884200a06177","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateWorkflowtoSchedulerEvent.html","title":"Associate Workflow to Scheduler Event","navPath":"AssociateWorkflowtoSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"ad3ea6cb9-6120-438e-ba8d-0e44981206ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetupaSchedule.html","title":"Set up a Schedule","navPath":"SetupaSchedule.html","bundleId":"work-tasks-2023-sp1","id":"a742fca2e-881e-4e6e-9fba-26ae57022e1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditSchedulerAssociation.html","title":"Edit Scheduler Association","navPath":"EditSchedulerAssociation.html","bundleId":"work-tasks-2023-sp1","id":"a34d2614c-d385-4501-a0e4-207821a7e90b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleofSchedulingTasksUsingSchedulerEvent.html","title":"Example of Scheduling Tasks Using Scheduler Event","navPath":"ExampleofSchedulingTasksUsingSchedulerEvent.html","bundleId":"work-tasks-2023-sp1","id":"a90e4411e-6d5f-48c3-bf23-c2d15bbb97aa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItems.html","title":"Manage Work Items","navPath":"ManageWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"ae30c62ec-e323-4ab2-97b2-e90e71575e5d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItemstoOtherUsers.html","title":"Forward Work Items to Other Users","navPath":"ForwardWorkItemstoOtherUsers.html","bundleId":"work-tasks-2023-sp1","id":"a6440eb82-9fd8-4a36-9362-31813aeee9a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems.html","title":"Abort Work Items","navPath":"AbortWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a87309751-e778-4b7c-addd-6e37bd42d8ba","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewTabandCustomLogictoProcessExecutionView.html","title":"Add New Tab and Custom Logic to Process Execution View","navPath":"AddNewTabandCustomLogictoProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"a5f69e18c-3e1b-4442-9579-aa2a86ca6a00","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheStepDetailsWindow.html","title":"Customize the 'Step Details' Window","navPath":"CustomizetheStepDetailsWindow.html","bundleId":"work-tasks-2023-sp1","id":"a07840b11-dcdf-4528-84ee-458f24b67602","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Customization.html","title":"Customization","navPath":"Customization.html","bundleId":"work-tasks-2023-sp1","id":"ada43870f-90db-471c-8dd8-f884a33b5ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizingUserInterfaces.html","title":"Customize User Interfaces","navPath":"CustomizingUserInterfaces.html","bundleId":"work-tasks-2023-sp1","id":"a8f7b63e0-64da-4b78-b818-22cbf6199d19","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StyleSheets.html","title":"Style Sheets","navPath":"StyleSheets.html","bundleId":"work-tasks-2023-sp1","id":"ad8d4a25a-c998-4281-be35-0b784e661e05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFarmConfigurationWizardUserInterface.html","title":"Customize Farm Configuration Wizard User Interface","navPath":"CustomizeFarmConfigurationWizardUserInterface.html","bundleId":"work-tasks-2023-sp1","id":"ab03b03d0-3347-4c8c-936d-87a2f218b446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeEnterpriseConsoleMenu.html","title":"Customize Enterprise Console Menu","navPath":"CustomizeEnterpriseConsoleMenu.html","bundleId":"work-tasks-2023-sp1","id":"a586d5182-e355-4e1b-9c75-fb603d190596","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeFonts.html","title":"Customize Fonts","navPath":"CustomizeFonts.html","bundleId":"work-tasks-2023-sp1","id":"a45d2a31b-78d7-42df-af2d-c5d1ebfb402a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeWorkItemControl.html","title":"Customize Work Item Control","navPath":"CustomizeWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a1d652084-0f06-4ac4-bc97-b022aa1d4f97","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeLeftMenuGrid.html","title":"Customize Left Menu Grid","navPath":"CustomizeLeftMenuGrid.html","bundleId":"work-tasks-2023-sp1","id":"a164b084d-b6a5-43c9-8cee-1d2c085f9dac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeGridDetailsView.html","title":"Customize Grid Details View","navPath":"CustomizeGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"aa97f02be-cd92-4027-a8e8-2a6d02ccc2cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeHeightandWidthoftheGridDetailsView.html","title":"Change Height and Width of the Grid Details View","navPath":"ChangeHeightandWidthoftheGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"a1b251769-3219-41af-a8f1-5493f4ea614b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeFontStyleBasedontheStatusoftheWorkItem.html","title":"Change Font Style Based on the Status of the Work Item","navPath":"ChangeFontStyleBasedontheStatusoftheWorkItem.html","bundleId":"work-tasks-2023-sp1","id":"a0da32fe1-868a-46db-8ac7-2f0341e7a5bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddorRemoveImages.html","title":"Add or Remove Images","navPath":"AddorRemoveImages.html","bundleId":"work-tasks-2023-sp1","id":"a008c2ace-4a5f-4804-bb99-94b719be00e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeUserName.html","title":"Customize User Name","navPath":"CustomizeUserName.html","bundleId":"work-tasks-2023-sp1","id":"a13ac7364-e0d9-490d-8fb9-b97bd3c30101","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizeDocumentView.html","title":"Customize Document View","navPath":"CustomizeDocumentView.html","bundleId":"work-tasks-2023-sp1","id":"a55d13cbc-7035-4f03-b594-3c35e297c3f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Themes.html","title":"Themes","navPath":"Themes.html","bundleId":"work-tasks-2023-sp1","id":"ac6644598-0a96-44ca-9715-5f038c67f93e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemetotheCoreProduct.html","title":"Apply Theme to the Core Product","navPath":"ApplyThemetotheCoreProduct.html","bundleId":"work-tasks-2023-sp1","id":"a88721dda-dac4-4ab6-8633-93b1896f9ba5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinWorkItemControl.html","title":"Themes in Work Item Control","navPath":"ThemesinWorkItemControl.html","bundleId":"work-tasks-2023-sp1","id":"a74717d58-4f7b-4849-aa46-03938781bdbb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridLeftMenu.html","title":"Apply Themes in Grid Left Menu","navPath":"ApplyThemesinGridLeftMenu.html","bundleId":"work-tasks-2023-sp1","id":"a2b1950cc-1128-40d4-b5d8-7fe54115bf92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ApplyThemesinGridDetailsView.html","title":"Apply Themes in Grid Details View","navPath":"ApplyThemesinGridDetailsView.html","bundleId":"work-tasks-2023-sp1","id":"abada952a-54dc-4c93-a040-cfc549e7f790","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinCalendarControl.html","title":"Themes in Calendar Control","navPath":"ThemesinCalendarControl.html","bundleId":"work-tasks-2023-sp1","id":"a9be4aadb-2dfc-4fd0-a8e7-57940821f4d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinQueueControl.html","title":"Themes in Queue Control","navPath":"ThemesinQueueControl.html","bundleId":"work-tasks-2023-sp1","id":"ac783a923-26db-417b-889b-052bf44e6409","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ThemesinProcessDesignerControl.html","title":"Themes in Process Designer Control","navPath":"ThemesinProcessDesignerControl.html","bundleId":"work-tasks-2023-sp1","id":"a3029df18-9fe8-477f-8f90-d243ac2155e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofNewMenuinEnterpriseConsole.html","title":"Change Style of New Menu in Enterprise Console","navPath":"ChangeStyleofNewMenuinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a8a95510e-e8c0-49f3-8d07-f35a612c9450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofActionBarinLists.html","title":"Change Style of Action Bar in Lists","navPath":"ChangeStyleofActionBarinLists.html","bundleId":"work-tasks-2023-sp1","id":"af1837e5c-56b6-48db-a5d4-7b46a9d86730","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofWindow.html","title":"Change Style of Window","navPath":"ChangeStyleofWindow.html","bundleId":"work-tasks-2023-sp1","id":"a00f8420e-fbee-42fb-9f06-068e5948caff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyleofButtons.html","title":"Change Style of Buttons","navPath":"ChangeStyleofButtons.html","bundleId":"work-tasks-2023-sp1","id":"aac6333a6-f6fd-4f1e-b900-e9672eacdb96","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContentHandler.html","title":"Content Handler","navPath":"ContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad4f26d24-3444-411e-aa76-573aaf5162d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseContentHandler.html","title":"Use Content Handler","navPath":"UseContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"af159ce1b-6ec2-4c28-b10a-1fc9e49cfc9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLtoImportWFwhichImplementsCustomContentHandler.html","title":"XML to Import WF which Implements Custom Content Handler","navPath":"XMLtoImportWFwhichImplementsCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"a7ed113b3-3470-4724-97cb-04c9b4c66b2d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCustomContentHandler.html","title":"Use Custom Content Handler","navPath":"UseCustomContentHandler.html","bundleId":"work-tasks-2023-sp1","id":"ad6d16317-fd46-45e4-adf8-390e83413c49","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSampleCustomContentHandlerClassFile.html","title":"Code Sample - Custom Content Handler Class File","navPath":"CodeSampleCustomContentHandlerClassFile.html","bundleId":"work-tasks-2023-sp1","id":"a98af82b1-4874-4962-9ef7-cdb9875eb006","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PersistLoggedExceptionstoDatabase.html","title":"Persist Logged Exceptions to Database","navPath":"PersistLoggedExceptionstoDatabase.html","bundleId":"work-tasks-2023-sp1","id":"aa437a956-d1be-4ada-bc2f-3ee71c649f9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableExceptionPersistence.html","title":"Enable Exception Persistence","navPath":"EnableExceptionPersistence.html","bundleId":"work-tasks-2023-sp1","id":"a2745a98d-a4f2-4102-8f99-0c6f2fe74bc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsforViewingtheExceptions.html","title":"Different Views for Viewing the Exceptions","navPath":"DifferentViewsforViewingtheExceptions.html","bundleId":"work-tasks-2023-sp1","id":"a8a5bb6ec-02fa-48a9-b2dd-5608cb8f03c2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowLevel.html","title":"Workflow Level","navPath":"WorkflowLevel.html","bundleId":"work-tasks-2023-sp1","id":"aa5ee087c-6b7a-459a-90f2-3d12b03c940d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InstanceLevelException.html","title":"Instance Level Exception","navPath":"InstanceLevelException.html","bundleId":"work-tasks-2023-sp1","id":"a853cc4ac-3057-49d5-8571-f205cb2f11e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowActionStepLevel.html","title":"Workflow Action Step Level","navPath":"WorkflowActionStepLevel.html","bundleId":"work-tasks-2023-sp1","id":"a2a142228-c9c0-497c-9e67-4d2171f069a7","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProApplication.html","title":"AVEVA Work Tasks Pro Application","navPath":"AVEVAWorkTasksProApplication.html","bundleId":"work-tasks-2023-sp1","id":"a94337d45-465d-4d5d-9916-2b3d79546d68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomConflictManagement.html","title":"Custom Conflict Management","navPath":"CustomConflictManagement.html","bundleId":"work-tasks-2023-sp1","id":"a76ef3509-8868-48d3-ae23-a6512fb7cddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProvidersforControls.html","title":"Providers for Controls","navPath":"ProvidersforControls.html","bundleId":"work-tasks-2023-sp1","id":"a8f6e45a1-ddb1-4d64-91bb-d62e9c7d86a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OptiontoDisableLoggingofStrings_1.html","title":"Option to Disable Logging of Strings","navPath":"OptiontoDisableLoggingofStrings_1.html","bundleId":"work-tasks-2023-sp1","id":"aaec7c39a-5a76-4adb-8a35-fd8459099b4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLocalVariables.html","title":"Use Local Variables","navPath":"UseLocalVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac540920e-074c-4c1b-a90b-f9c37e92d500","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetCustomPropertiesforRepositoryDataSource.html","title":"Set Custom Properties for Repository Data Source","navPath":"SetCustomPropertiesforRepositoryDataSource.html","bundleId":"work-tasks-2023-sp1","id":"a539915e4-5bc0-4534-b160-c5e9c1557217","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableXcopyDeployment.html","title":"Enable Xcopy Deployment","navPath":"EnableXcopyDeployment.html","bundleId":"work-tasks-2023-sp1","id":"abb7c298b-9b2f-46b0-a9bb-5db4ea5e506d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HumanActivityEnhancementforEscalationandTimeout.html","title":"Human Activity - Enhancement for Escalation and Time out","navPath":"HumanActivityEnhancementforEscalationandTimeout.html","bundleId":"work-tasks-2023-sp1","id":"a501ce943-62a8-42df-9a54-284332fff51f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ModifytheNumberofWorkItemFieldsLimitPerDataType.html","title":"Modify the Number of Work Item Fields Limit Per Data Type","navPath":"ModifytheNumberofWorkItemFieldsLimitPerDataType.html","bundleId":"work-tasks-2023-sp1","id":"a270d6d66-e27f-4b76-b16d-b4b218209ccf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagerLookupforUsersList.html","title":"Manager Lookup for Users List","navPath":"ManagerLookupforUsersList.html","bundleId":"work-tasks-2023-sp1","id":"af4d9c15e-9261-4b88-8f04-ff6c4faa58cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RedirecttheLogOnPage.html","title":"Redirect the Log On Page","navPath":"RedirecttheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"a37c33c7e-3507-4239-8b94-af47274c1480","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutRoleLookup.html","title":"About Role Lookup","navPath":"AboutRoleLookup.html","bundleId":"work-tasks-2023-sp1","id":"a393681e8-8c92-412f-a1e0-1e8ff5fc7b17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseWorkActivity.html","title":"Use Work Activity","navPath":"UseWorkActivity.html","bundleId":"work-tasks-2023-sp1","id":"a7be6a27a-3f6a-4772-9c65-f956360530ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoMappingofActiveDirectoryProviders.html","title":"Auto Mapping of Active Directory Providers","navPath":"AutoMappingofActiveDirectoryProviders.html","bundleId":"work-tasks-2023-sp1","id":"a267339e8-e2b2-40d0-b27c-a8eb346f6d6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomizetheLogOnPage.html","title":"Customize the Log On Page","navPath":"CustomizetheLogOnPage.html","bundleId":"work-tasks-2023-sp1","id":"adea8829d-8117-4217-a019-22fca133eef7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Packages.html","title":"Packages","navPath":"Packages.html","bundleId":"work-tasks-2023-sp1","id":"a7b2edf4f-5357-4448-8c63-5f07cadcd3f3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutPackage.html","title":"About Package","navPath":"AboutPackage.html","bundleId":"work-tasks-2023-sp1","id":"a8b19922d-9add-47f9-bf3a-2b3f97b9d8b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplate.html","title":"Package Template","navPath":"PackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa8ca760c-37c6-4ae9-a04d-fe2095dc985d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagePackage.html","title":"Manage Package","navPath":"ManagePackage.html","bundleId":"work-tasks-2023-sp1","id":"a9625239a-0657-48b1-9142-cf11e0263c67","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesofPackaging.html","title":"Best Practices of Packaging","navPath":"BestPracticesofPackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5e5314ab-989e-4e66-bee9-ecfb8ac76200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithPackageTemplate.html","title":"Work with Package Template","navPath":"WorkwithPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"adaff5df0-8285-4304-b6e7-673a8bacfd72","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingapackagetemplate.html","title":"Create a Package Template","navPath":"creatingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a546f4347-f787-430f-9d0b-9f044ab2ef2d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingapackagetemplate.html","title":"Edit a Package Template","navPath":"editingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ae318e60c-74d9-4e9f-88df-7ec0c2e4264b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurePackageTemplate.html","title":"Configure Package Template","navPath":"ConfigurePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad65be17e-2005-4680-9ea3-eb0210ce1c33","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageTemplateLevelConfigurationSettings.html","title":"Package Template Level Configuration Settings","navPath":"PackageTemplateLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a279da596-d41f-435a-a7c5-98e14dc8d904","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PrerequisitesforPackageTemplate.html","title":"Prerequisites","navPath":"PrerequisitesforPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a52b3bca8-71e1-43d1-9c0a-af450301270d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/globalsettingsofapackagetemplate.html","title":"Runtime Initialization Settings","navPath":"globalsettingsofapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a1ce6f4a7-730a-44d8-835f-9e1e8109e9e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptions.html","title":"Exceptions","navPath":"exceptions.html","bundleId":"work-tasks-2023-sp1","id":"ad5aff0c8-16d2-4396-8cb0-8bbb9887f600","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/633151.html","title":"Additional Package Files","navPath":"633151.html","bundleId":"work-tasks-2023-sp1","id":"abff16f9e-5753-4ddb-9330-3366c2912f81","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641195.html","title":"Configure Settings for Installer Files","navPath":"641195.html","bundleId":"work-tasks-2023-sp1","id":"a510ec3a5-9b48-4515-bc95-3cf3ed90e637","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalSettings.html","title":"Additional Settings","navPath":"AdditionalSettings.html","bundleId":"work-tasks-2023-sp1","id":"ac5faafe8-0d26-412c-b800-71f442566ac0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateConnections.html","title":"Validate Connections","navPath":"ValidateConnections.html","bundleId":"work-tasks-2023-sp1","id":"a47b7b197-2908-42ab-8573-09a2efcda01c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/331995.html","title":"Validate SQL Scripts","navPath":"331995.html","bundleId":"work-tasks-2023-sp1","id":"ad8743641-65ea-47f7-a628-0405bcf3c6d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteSQLScripts.html","title":"Execute SQL Scripts","navPath":"ExecuteSQLScripts.html","bundleId":"work-tasks-2023-sp1","id":"a39225e5e-0a99-4009-bb0c-940f8f2f45b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreatePackageTemplate.html","title":"Create Package Template","navPath":"CreatePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2e02f27d-f299-44c3-af5e-329ba22eb621","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArtifactLevelConfigurationSettings.html","title":"Artifact Level Configuration Settings","navPath":"ArtifactLevelConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2af0d4e6-a1af-4ec6-8410-2a0ab334abe5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguretheArtifacts.html","title":"Configure the Artifacts","navPath":"ConfiguretheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"afd8f01fc-4e89-4389-b5d6-64dfb0c6c64f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rebuildingtheartifacts.html","title":"Rebuild the Artifacts","navPath":"rebuildingtheartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a9d79fa01-01ec-40a9-ab14-dccb4c10015b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeletetheArtifacts.html","title":"Delete the Artifacts","navPath":"DeletetheArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"af02ca068-1e87-4c17-8ddd-35519aecb852","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SavePackageTemplate.html","title":"Save Package Template","navPath":"SavePackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"acd9b5c26-e605-47de-9a13-4e3c4b38aaa4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishaPackageTemplate.html","title":"Publish a Package Template","navPath":"PublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5da015b5-a5b9-4558-b21e-2098281a334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishaPackageTemplate.html","title":"Unpublish a Package Template","navPath":"UnpublishaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a95e98b92-0d20-4b7d-b2f6-9e5df8c5dccc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/generatingapackagetemplate1.html","title":"Generate a Package Template","navPath":"generatingapackagetemplate1.html","bundleId":"work-tasks-2023-sp1","id":"a20ff22c7-53f7-458a-a1bd-0365e47f22f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/downloadingapackagetemplate.html","title":"Export a Package Template","navPath":"downloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2aca88f9-9e03-45ff-baa0-606886121d1a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/markingpackagetemplateasshipped.html","title":"Mark Package Template as Shipped","navPath":"markingpackagetemplateasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a40f66c55-724e-4451-9a51-40bf6d80262c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/260346.html","title":"Include Associated and Child Artifacts to a List Item","navPath":"260346.html","bundleId":"work-tasks-2023-sp1","id":"aacd5937e-c1cf-42ff-80d3-9977133eec01","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts.html","title":"Include Security Artifacts","navPath":"securityartifacts.html","bundleId":"work-tasks-2023-sp1","id":"af77b92fc-9178-4a8b-b7d2-47395f17993b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityartifacts_1.html","title":"Include Automatically Generated SQL Script","navPath":"securityartifacts_1.html","bundleId":"work-tasks-2023-sp1","id":"ac574bac4-b8e4-4271-bdb2-6de49cb12a51","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deploylevel.html","title":"Manage Package","navPath":"deploylevel.html","bundleId":"work-tasks-2023-sp1","id":"a1f4faee6-d8d5-42d5-9b72-e41aeda58308","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportaPackage.html","title":"Import a Package","navPath":"ImportaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a19a8120c-a290-44ad-811f-4273399ac4c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageVersionsofaPackage.html","title":"Manage Versions of a Package","navPath":"ManageVersionsofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"af95508f2-1dc0-47a8-87ec-512426b9244c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StorePackageInformationforLists.html","title":"Store Package Information for Lists","navPath":"StorePackageInformationforLists.html","bundleId":"work-tasks-2023-sp1","id":"afee6bf6c-31e1-44c5-905b-436ef7ba432f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/488009.html","title":"Is Artifact Modified Column for Workflow","navPath":"488009.html","bundleId":"work-tasks-2023-sp1","id":"a4d486aaa-d906-45fe-a665-071cb1baf3d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaPackage.html","title":"Edit a Package","navPath":"EditaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a874696bf-e39c-4d7d-9f85-07e1ab0b0c91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPrerequisitesofaPackage.html","title":"View Prerequisites of a Package","navPath":"ViewPrerequisitesofaPackage.html","bundleId":"work-tasks-2023-sp1","id":"ad2e6fe87-0b1c-4b7f-b750-497270e9b605","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/runningandinstallingapackage.html","title":"Install a Package","navPath":"runningandinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"acf53496c-b4e6-4ed7-953e-5fa46e89d7af","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfiguringthePackage.html","title":"Configure the Package","navPath":"ConfiguringthePackage.html","bundleId":"work-tasks-2023-sp1","id":"ac08177f7-5e0c-41c2-b89a-7a17d180a5fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageInstallationPrerequisites.html","title":"Package Installation - Prerequisites","navPath":"PackageInstallationPrerequisites.html","bundleId":"work-tasks-2023-sp1","id":"afc47c6cb-f6ac-42db-be65-6f21d8439841","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuntimeInitializationValues.html","title":"Runtime Initialization Values","navPath":"RuntimeInitializationValues.html","bundleId":"work-tasks-2023-sp1","id":"adb7cb483-9fa9-4c9d-9b47-ab2fd2722f7f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AdditionalPackageFiles.html","title":"Additional Package Files","navPath":"AdditionalPackageFiles.html","bundleId":"work-tasks-2023-sp1","id":"a635f4f28-c444-47f1-8377-043a37f52629","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewValidationLog.html","title":"View Validation Log","navPath":"ViewValidationLog.html","bundleId":"work-tasks-2023-sp1","id":"a2ff0248a-7e59-4cf7-9e7d-f251096f5c9d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPackageHistory.html","title":"View Package History","navPath":"ViewPackageHistory.html","bundleId":"work-tasks-2023-sp1","id":"acb9c42e2-06f3-440b-ba5e-bcb7ef6ecac4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpgradeScenarios_1.html","title":"Upgrade Scenarios","navPath":"UpgradeScenarios_1.html","bundleId":"work-tasks-2023-sp1","id":"ac42be6e9-ee23-477d-9b7e-52f39577fe86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UninstallaPackage.html","title":"Uninstall a Package","navPath":"UninstallaPackage.html","bundleId":"work-tasks-2023-sp1","id":"aff3e7e3e-c944-4b84-afce-edb73db134e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaPackage.html","title":"Delete a Package","navPath":"DeleteaPackage.html","bundleId":"work-tasks-2023-sp1","id":"a2b602501-df1b-4288-9bf2-bb85ae87547e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MigrationofPackages.html","title":"Migration of Packages","navPath":"MigrationofPackages.html","bundleId":"work-tasks-2023-sp1","id":"ae3470e2f-68c7-4dce-b0fc-c6e37e37a98e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyManagingPackagesusingConsoleApplication.html","title":"Remotely Managing Packages using Console Application","navPath":"RemotelyManagingPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a333cfe0b-aba0-48d1-b2a5-e462841f462b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Remotely Export, Import, Install, or Uninstall Packages using Console Application","navPath":"RemotelyExportImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"ad3042051-ce3e-41e5-9708-1738aab14177","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","title":"Configure WWSKBPMRemotePackageManager Using XML","navPath":"ConfigureWWSKBPMRemotePackageManagerUsing_XML.html","bundleId":"work-tasks-2023-sp1","id":"a7ea753ad-a476-4ddc-bbe3-1084ace875de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportInstallorUninstallPackagesusingConsoleApplication.html","title":"Import, Install, or Uninstall Packages using Console Application","navPath":"ImportInstallorUninstallPackagesusingConsoleApplication.html","bundleId":"work-tasks-2023-sp1","id":"a7d179174-6c31-4495-adbd-d7c6dc70c2d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureWWSKBPMPackageManagerUsingXML.html","title":"Configure WWSKBPMPackageManager Using XML","navPath":"ConfigureWWSKBPMPackageManagerUsingXML.html","bundleId":"work-tasks-2023-sp1","id":"ab54df007-904d-46f6-be7a-1169b57347fd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddArtifactstoaPackageTemplate.html","title":"Add Artifacts to a Package Template","navPath":"AddArtifactstoaPackageTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a63181abf-0fc2-4bc5-8093-6a5168034a94","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArchestrAEvents.html","title":"ArchestrA Events","navPath":"ArchestrAEvents.html","bundleId":"work-tasks-2023-sp1","id":"a764bb8d0-de38-4f84-b1aa-0b1c13c09f84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAM.html","title":"BAM","navPath":"BAM.html","bundleId":"work-tasks-2023-sp1","id":"af1aeaa3c-fce2-417c-ad90-0bc868399a93","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Calendar.html","title":"Calendar","navPath":"Calendar.html","bundleId":"work-tasks-2023-sp1","id":"a8870f793-b5f7-415d-9217-b9bf4b16fe2f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseConnection.html","title":"Database Connection","navPath":"DatabaseConnection.html","bundleId":"work-tasks-2023-sp1","id":"afd7dc39e-df60-4ded-9d04-e58d3794da53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociations.html","title":"Event Associations","navPath":"EventAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a2fdf1822-dcea-4ec7-a38e-6d60b865258f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeScheduler.html","title":"Event Associations of Type Scheduler","navPath":"EventAssociationsofTypeScheduler.html","bundleId":"work-tasks-2023-sp1","id":"aaca277fe-6138-4490-a3f3-7e97c391e1c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeEnterpriseConsole.html","title":"Event Associations of Type Enterprise Console","navPath":"EventAssociationsofTypeEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"a88c03cfd-1eb9-4d99-8ebd-a6b44ce26164","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeFileWatcher.html","title":"Event Associations of Type File Watcher","navPath":"EventAssociationsofTypeFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a7b610f0b-829c-4c13-9b7d-ad853cffc1c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeSystemPlatformEvents.html","title":"Event Associations of Type System Platform Events","navPath":"EventAssociationsofTypeSystemPlatformEvents.html","bundleId":"work-tasks-2023-sp1","id":"a4952bc9d-f5bf-48a4-a29c-d3b7f75f662d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeLogicApp.html","title":"Event Associations of Type Logic App","navPath":"EventAssociationsofTypeLogicApp.html","bundleId":"work-tasks-2023-sp1","id":"a843ecfff-151f-44a3-8da7-7789e8843a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationsofTypeMessageQueue.html","title":"Event Associations of Type Message Queue","navPath":"EventAssociationsofTypeMessageQueue.html","bundleId":"work-tasks-2023-sp1","id":"a03fa230c-40d7-4062-acd4-be181336b84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EventAssociationofTypeBAM.html","title":"Event Association of Type BAM","navPath":"EventAssociationofTypeBAM.html","bundleId":"work-tasks-2023-sp1","id":"abea72b5e-c20e-4203-952a-067aa4b8f242","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileWatcher.html","title":"File Watcher","navPath":"FileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a4a78bafd-1e15-4230-93d0-edb4f2b49cf8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePhysicalPathofFileWatcher.html","title":"Resolve Physical Path of File Watcher","navPath":"ResolvePhysicalPathofFileWatcher.html","bundleId":"work-tasks-2023-sp1","id":"a288e8c8b-e79d-4f3a-babc-814cd29d651b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Folder.html","title":"Folder","navPath":"Folder.html","bundleId":"work-tasks-2023-sp1","id":"a27782d3c-954a-4fba-a666-305e70f66cd0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChildFolder.html","title":"Child Folder","navPath":"ChildFolder.html","bundleId":"work-tasks-2023-sp1","id":"ab7bc0228-9a31-4fa2-9595-ac43b0551401","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms.html","title":"Forms","navPath":"Forms.html","bundleId":"work-tasks-2023-sp1","id":"acb8bc8b1-ffa9-45d5-83ca-e9cd80b93218","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Forms_1.html","title":"Forms","navPath":"Forms_1.html","bundleId":"work-tasks-2023-sp1","id":"a742e0ec3-7a3b-46b0-9733-f420f9c3a2cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveActionBarSettings.html","title":"Resolve Action Bar Settings","navPath":"ResolveActionBarSettings.html","bundleId":"work-tasks-2023-sp1","id":"ad782c9d7-8931-4f57-8d72-c45d9391624f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvePrintFormsDetails.html","title":"Resolve Print Forms Details","navPath":"ResolvePrintFormsDetails.html","bundleId":"work-tasks-2023-sp1","id":"a18c2c4e1-82dc-498c-acc8-65da30a9301f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveNavigateFormDetails.html","title":"Resolve Navigate Form Details","navPath":"ResolveNavigateFormDetails.html","bundleId":"work-tasks-2023-sp1","id":"a60410ed6-e18f-4da0-9e8a-72f951aa1a1d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforForms.html","title":"Configure Artifact Type Settings for Forms","navPath":"ConfigureArtifactTypeSettingsforForms.html","bundleId":"work-tasks-2023-sp1","id":"a6ec6d53d-4dbb-4a5c-b2bb-15f0b409c1bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforForms.html","title":"Resolve Custom Dependent Files for Forms","navPath":"ResolveCustomDependentFilesforForms.html","bundleId":"work-tasks-2023-sp1","id":"a841e5183-4290-48fa-b6ba-c86a8922f24e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveInvokeWorkflow.html","title":"Resolve Invoke Workflow","navPath":"ResolveInvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a4b22a524-4f10-4f07-86d1-2100e977c382","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveImage.html","title":"Resolve Image","navPath":"ResolveImage.html","bundleId":"work-tasks-2023-sp1","id":"a1e657b15-db50-4d09-b5e5-4088abbd4497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolvingHyperlink.html","title":"Resolve Hyperlink","navPath":"ResolvingHyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a5e305c4f-9b61-499e-bb34-6dfa4c1bab67","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAssociation.html","title":"Forms Association","navPath":"FormsAssociation.html","bundleId":"work-tasks-2023-sp1","id":"ad7b895e2-b1bf-4949-9a22-557d3762a378","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls.html","title":"Form Controls","navPath":"FormControls.html","bundleId":"work-tasks-2023-sp1","id":"a33e28f7d-6ac7-47b1-922b-48adb930f266","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforFormControls.html","title":"Resolve Custom Dependent Files for Form Controls","navPath":"ResolveCustomDependentFilesforFormControls.html","bundleId":"work-tasks-2023-sp1","id":"a66a9713d-82f8-4e19-8415-5dd77bcbf2a3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GlobalWorkItemLayout.html","title":"Global Work Item Layout","navPath":"GlobalWorkItemLayout.html","bundleId":"work-tasks-2023-sp1","id":"a93f71210-1aca-41f7-91fa-a0979c11a92b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GridConfiguration.html","title":"Grid Configuration","navPath":"GridConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a07a57fe5-5f11-4739-8d67-4ff07e33993a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppConnections_1.html","title":"Logic App Connections","navPath":"LogicAppConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a1dca395b-1caf-428b-a5fd-ade3033cc970","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSettings.html","title":"Lookup Settings","navPath":"LookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a3b8030da-251f-4a1c-9350-0a55258d7c64","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupExampleScenarios.html","title":"Lookup Example Scenarios","navPath":"LookupExampleScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a77c920fd-4912-4f50-9129-30c634cdcc79","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageList.html","title":"Manage List","navPath":"ManageList.html","bundleId":"work-tasks-2023-sp1","id":"adae57df1-cf50-41e2-9753-2d48150ccef0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageView.html","title":"Manage View","navPath":"ManageView.html","bundleId":"work-tasks-2023-sp1","id":"ad2cc9ee6-577a-4f23-813e-ad2ae0b80302","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueConnections_1.html","title":"Message Queue Connections","navPath":"MessageQueueConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a94b3777a-3a4e-48b0-b618-7267c8c35537","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MQTTConnections_1.html","title":"MQTT Connections","navPath":"MQTTConnections_1.html","bundleId":"work-tasks-2023-sp1","id":"a5a923eed-3dc2-4fbf-99c3-6da1c36590bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationList.html","title":"Navigation List","navPath":"NavigationList.html","bundleId":"work-tasks-2023-sp1","id":"a228c572d-a28f-4445-986a-bacfde07ebdb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NavigationListFolders.html","title":"Navigation List Folders","navPath":"NavigationListFolders.html","bundleId":"work-tasks-2023-sp1","id":"ae50e4a29-c7ee-4bdd-b127-7a6fcda3b6ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforNavigationLinks.html","title":"Resolve Custom Dependent Files for Navigation Links","navPath":"ResolveCustomDependentFilesforNavigationLinks.html","bundleId":"work-tasks-2023-sp1","id":"abe648a70-1427-43b1-8394-c929ff35796c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement.html","title":"Queue Management","navPath":"QueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a7441922e-9c6e-43c4-acb3-97a54b9f8037","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveAssociatedWorkflowsforQueue.html","title":"Resolve Associated Workflows for Queue","navPath":"ResolveAssociatedWorkflowsforQueue.html","bundleId":"work-tasks-2023-sp1","id":"a17ceddb0-aff8-496b-8df3-9b95278c7741","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforQueue.html","title":"Resolve Custom Dependent Files for Queue","navPath":"ResolveCustomDependentFilesforQueue.html","bundleId":"work-tasks-2023-sp1","id":"aa639d561-5d56-4fbf-8414-ddaf27fc7ac5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Reports.html","title":"Reports","navPath":"Reports.html","bundleId":"work-tasks-2023-sp1","id":"af1274707-574e-4577-8070-600d7e6134a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportConnections.html","title":"Report Connections","navPath":"ReportConnections.html","bundleId":"work-tasks-2023-sp1","id":"ae843c8e8-baee-4b0c-8399-4f6f891398bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReportTemplates.html","title":"Report Templates","navPath":"ReportTemplates.html","bundleId":"work-tasks-2023-sp1","id":"ad31845df-b635-4d35-b75c-65dbe2a24f9f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveReportTemplatePath.html","title":"Resolve Report Template Path","navPath":"ResolveReportTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"ad018f391-4e3c-4b51-a8f4-d4e4a2f11deb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygorup.html","title":"Security Group","navPath":"securitygorup.html","bundleId":"work-tasks-2023-sp1","id":"a0ed39a5d-869a-439c-ab7b-d0ccf643fd3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygrouprepolevel.html","title":"Security Group - Repository Level","navPath":"managesecuritygrouprepolevel.html","bundleId":"work-tasks-2023-sp1","id":"aed096455-5177-47ca-8db3-ec9103e6d6b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListLevel.html","title":"Security Group - List Level","navPath":"SecurityGroupListLevel.html","bundleId":"work-tasks-2023-sp1","id":"a66e501cd-b48f-4939-8357-dc125924e98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupListItemLevel.html","title":"Security Group - List Item Level","navPath":"SecurityGroupListItemLevel.html","bundleId":"work-tasks-2023-sp1","id":"ae67d58e8-884d-4a4d-b749-589abe51b5d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithFormsasAssociatedArtifacts.html","title":"Security Group with Forms as Associated Artifacts","navPath":"SecurityGroupwithFormsasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"ad65aef49-ce96-41f1-8fab-1738db06bce9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupwithWorkflowasAssociatedArtifacts.html","title":"Security Group with Workflow as Associated Artifacts","navPath":"SecurityGroupwithWorkflowasAssociatedArtifacts.html","bundleId":"work-tasks-2023-sp1","id":"a47633229-b7c5-4d22-8d2c-c15a7101dc0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityRight.html","title":"Security Right","navPath":"SecurityRight.html","bundleId":"work-tasks-2023-sp1","id":"a3ca1096c-93dc-43d8-8e8e-c98a81085722","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAAssembly.html","title":"SOA Assembly","navPath":"SOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"a10bc2f4d-e783-4024-8d20-b0ceec8c063a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforSOAAssembly.html","title":"Resolve Custom Dependent Files for SOA Assembly","navPath":"ResolveCustomDependentFilesforSOAAssembly.html","bundleId":"work-tasks-2023-sp1","id":"ac107b900-87df-452d-8912-a55cba487fc7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAFolder.html","title":"SOA Folder","navPath":"SOAFolder.html","bundleId":"work-tasks-2023-sp1","id":"acfa4e1d4-1a72-4935-a487-8cfe82b81237","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPI.html","title":"Web API","navPath":"WebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a6e874046-b592-4502-8a77-d580aa993de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WebAPISource.html","title":"Web API Source","navPath":"WebAPISource.html","bundleId":"work-tasks-2023-sp1","id":"a28b3ad04-aeb9-4550-898f-eb99f14c6b40","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Workflows.html","title":"Workflows","navPath":"Workflows.html","bundleId":"work-tasks-2023-sp1","id":"a35ddeb1e-1ad1-4874-8c5b-5526b20416c9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureArtifactTypeSettingsforWorkflow.html","title":"Configure Artifact Type Settings for Workflow","navPath":"ConfigureArtifactTypeSettingsforWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a7ada0421-0481-4ab6-a89c-91193d97fcb8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowActivities.html","title":"Resolve Workflow Activities","navPath":"ResolveWorkflowActivities.html","bundleId":"work-tasks-2023-sp1","id":"ae94698c3-57d7-47fe-a060-014e92ae4411","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","title":"Map the Version of the Associated Workflow to the Parent Workflow","navPath":"MaptheVersionoftheAssociatedWorkflowtotheParentWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a34633789-e7e4-48d2-9a71-57aa0a0caf00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MaptheVersionoftheAssociatedForm.html","title":"Map the Version of the Associated Form","navPath":"MaptheVersionoftheAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"ab3f2a563-5245-44d6-8d85-63e01f6e0fa5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWebServiceConfigurations.html","title":"Resolve Web Service Configurations","navPath":"ResolveWebServiceConfigurations.html","bundleId":"work-tasks-2023-sp1","id":"a8a0f4991-4414-4edd-b211-7e045453708a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveFileDetails.html","title":"Resolve File Details","navPath":"ResolveFileDetails.html","bundleId":"work-tasks-2023-sp1","id":"a978ee28f-84d6-48f1-af64-184feb245cc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDocumentViewURL.html","title":"Resolve Custom Document View URL","navPath":"ResolveCustomDocumentViewURL.html","bundleId":"work-tasks-2023-sp1","id":"ad7323fcd-95b0-49c5-8406-ad86149093ae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRedirectURL.html","title":"Resolve Redirect URL","navPath":"ResolveRedirectURL.html","bundleId":"work-tasks-2023-sp1","id":"aa8c7d37f-29fe-4879-b8d4-86c975833c1d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveTemplatePath.html","title":"Resolve Template Path","navPath":"ResolveTemplatePath.html","bundleId":"work-tasks-2023-sp1","id":"a9ab9cc3b-e423-417c-930a-54bb3e1c3cb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWorkflowswithDatabaseActivity.html","title":"Resolve Workflows with Database Activity","navPath":"ResolveWorkflowswithDatabaseActivity.html","bundleId":"work-tasks-2023-sp1","id":"a9778ec46-634e-4fa2-bd6d-2d11bfc77b3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveScriptActivityReferences.html","title":"Resolve Script Activity References","navPath":"ResolveScriptActivityReferences.html","bundleId":"work-tasks-2023-sp1","id":"a7b67fd26-1c91-4867-9878-2ddc713e226e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomDependentFilesforScriptActivity.html","title":"Resolve Custom Dependent Files for Script Activity","navPath":"ResolveCustomDependentFilesforScriptActivity.html","bundleId":"work-tasks-2023-sp1","id":"ad9aa3f23-2b9d-43b4-a530-86b6995bf64c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveUserorRoleBasedExceptionTemplate.html","title":"Resolve User or Role Based Exception Template","navPath":"ResolveUserorRoleBasedExceptionTemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2d63143c-5c41-4297-bfcf-c486bd9b3ab7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveDeliveryChannels.html","title":"Resolve Delivery Channels","navPath":"ResolveDeliveryChannels.html","bundleId":"work-tasks-2023-sp1","id":"a154c44b8-a1ec-4b7a-b767-2c0b78e4f08b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveXMLVariables.html","title":"Resolve XML Variables","navPath":"ResolveXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a0e3f4866-aa15-4500-ba57-195aa0c42047","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCustomActivities.html","title":"Resolve Custom Activities","navPath":"ResolveCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"aee0d3336-f45b-419d-8495-827d80fa152b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CorrectCustomActivities.html","title":"Correct Custom Activities","navPath":"CorrectCustomActivities.html","bundleId":"work-tasks-2023-sp1","id":"a8ae25eb3-11d3-42fb-8be3-0b00c7a1c758","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveMESXMLCommandActivity.html","title":"Resolve MES XML Command Activity","navPath":"ResolveMESXMLCommandActivity.html","bundleId":"work-tasks-2023-sp1","id":"a215cdc5a-bea3-4780-9fdd-256fedf8ee9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitforMESEventActivity.html","title":"Resolve Wait for MES Event Activity","navPath":"ResolveWaitforMESEventActivity.html","bundleId":"work-tasks-2023-sp1","id":"ae98bddbd-0a20-490a-9554-15c76b54e181","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveStartMESTransactionActivity.html","title":"Resolve Start MES Transaction Activity","navPath":"ResolveStartMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a3ad3e86c-bc97-45fa-9264-ded38f7d5352","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCommitMESTransactionActivity.html","title":"Resolve Commit MES Transaction Activity","navPath":"ResolveCommitMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a36bc9ada-6444-449d-90ea-faf1e3fee0f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveRollbackMESTransactionActivity.html","title":"Resolve Rollback MES Transaction Activity","navPath":"ResolveRollbackMESTransactionActivity.html","bundleId":"work-tasks-2023-sp1","id":"a19ebe465-cbc6-4008-b62d-fec18135c77b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveArchestrAActivities.html","title":"Resolve ArchestrA Activities","navPath":"ResolveArchestrAActivities.html","bundleId":"work-tasks-2023-sp1","id":"a6a1f995f-bab4-4516-bf8d-4b8f9a441bf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveWaitForLogicAppAlert.html","title":"Resolve Wait For Logic App Alert","navPath":"ResolveWaitForLogicAppAlert.html","bundleId":"work-tasks-2023-sp1","id":"a8f4808fe-0675-4216-bf13-a4eca6e4919d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResolveCallLogicAppConnection.html","title":"Resolve Call Logic App Connection","navPath":"ResolveCallLogicAppConnection.html","bundleId":"work-tasks-2023-sp1","id":"a387a0499-8911-4e6a-9d5c-d328f7f5600e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemField.html","title":"Work Item Field","navPath":"WorkItemField.html","bundleId":"work-tasks-2023-sp1","id":"a6841114a-7422-4daa-b778-51507c1e6b44","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IncludeChildItem.html","title":"Include Child Item","navPath":"IncludeChildItem.html","bundleId":"work-tasks-2023-sp1","id":"aac6985d9-7561-4409-a574-b6d7e11a3311","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FileDistribution.html","title":"File Distribution","navPath":"FileDistribution.html","bundleId":"work-tasks-2023-sp1","id":"a3a5758a3-4ec1-49dd-a387-d40c016c71f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SQLScriptGenerationandExecution.html","title":"SQL Script Generation and Execution","navPath":"SQLScriptGenerationandExecution.html","bundleId":"work-tasks-2023-sp1","id":"a0be4ce3b-451d-4f3b-8d26-36d1234541de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PackageinaDistributedEnvironment.html","title":"Package in a Distributed Environment","navPath":"PackageinaDistributedEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a6aaaee99-38ad-415b-a36d-d6f21130fbba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingpackages.html","title":"Troubleshoot Packages","navPath":"troubleshootingpackages.html","bundleId":"work-tasks-2023-sp1","id":"acdb84908-1987-42c1-9000-c0f62106d81c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/eventassociationwithenterpriseconsoleatlistitemlevel.html","title":"Event Association with Enterprise Console at List item Level","navPath":"eventassociationwithenterpriseconsoleatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"abcad2b08-0d5e-4c61-a9ba-a1df9c52ea38","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packageableartifacts.html","title":"Packageable Artifacts","navPath":"packageableartifacts.html","bundleId":"work-tasks-2023-sp1","id":"a201d85e4-34e6-4f95-bc45-5b7cb276fd8e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Localization.html","title":"Localization","navPath":"Localization.html","bundleId":"work-tasks-2023-sp1","id":"ae5486f35-5ee5-4a37-b1df-439532805014","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScopeofLocalization.html","title":"Scope of Localization","navPath":"ScopeofLocalization.html","bundleId":"work-tasks-2023-sp1","id":"a0bcb2366-4ebc-46c5-a0f6-8b600cd96c52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeAVEVAWorkTasks.html","title":"Steps to Localize AVEVA Work Tasks","navPath":"StepstoLocalizeAVEVAWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a2d272157-2747-4133-b354-8e31779784ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeGridControl.html","title":"Steps to Localize Grid Control","navPath":"StepstoLocalizeGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8f74be7-48ca-4ad4-a9ba-bc6051100183","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","title":"Steps to Localize Editor Control in WorkflowMemo and Wizard","navPath":"StepstoLocalizeEditorControlinWorkflowMemoandWizard.html","bundleId":"work-tasks-2023-sp1","id":"a783abb2f-276d-4162-8c61-80cb2296d963","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizetheEscalationEmailWizard.html","title":"Steps to Localize the Escalation Email Wizard","navPath":"StepstoLocalizetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"a81ccd275-97c7-491a-9b70-d5071116408c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeRepositoryNameinEnterpriseConsole.html","title":"Steps to Localize Repository Name in Enterprise Console","navPath":"StepstoLocalizeRepositoryNameinEnterpriseConsole.html","bundleId":"work-tasks-2023-sp1","id":"abaf899d1-7305-46d3-81bb-bc85fe858a48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeListNames.html","title":"Steps to Localize List Names","navPath":"StepstoLocalizeListNames.html","bundleId":"work-tasks-2023-sp1","id":"a8cbbb214-a79b-42ac-a4b1-0fe1e4aa8a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeForms.html","title":"Steps to Localize Forms","navPath":"StepstoLocalizeForms.html","bundleId":"work-tasks-2023-sp1","id":"a8787179c-6ecb-4c89-9508-3bef6b7c14a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeDefaultPropertiesofWebPartEditor.html","title":"Steps to Localize Default Properties of Web Part Editor","navPath":"StepstoLocalizeDefaultPropertiesofWebPartEditor.html","bundleId":"work-tasks-2023-sp1","id":"a18fdc0a8-ebcc-4eea-bd87-998fe35df479","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","title":"Steps to Localize Provider in Role Lookup User Lookup and Assign Actor Property","navPath":"StepstoLocalizeProviderinRoleLookupUserLookupandAssignActorProperty.html","bundleId":"work-tasks-2023-sp1","id":"a6c98ae1f-8a58-45d6-bd93-6fec7eaa8524","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NonSupportedLocalizationTags.html","title":"Non-supported Localization Tags","navPath":"NonSupportedLocalizationTags.html","bundleId":"work-tasks-2023-sp1","id":"a792616b5-2ef0-4eda-9ece-317cff71f00a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizationFolders.html","title":"Localization Folders","navPath":"LocalizationFolders.html","bundleId":"work-tasks-2023-sp1","id":"a3ef1f73b-6e41-4b5f-aefa-b07487222367","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalesFolder.html","title":"Locales Folder","navPath":"LocalesFolder.html","bundleId":"work-tasks-2023-sp1","id":"ae695ebc9-c7f6-487c-8f20-c1aa29295173","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowElementsFolder.html","title":"Workflow Elements Folder","navPath":"WorkflowElementsFolder.html","bundleId":"work-tasks-2023-sp1","id":"a872b0e4e-26d8-4345-aaa1-f58f806cf145","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListofKeystobeLocalizedforWorkItemListControl.html","title":"List of Keys to be Localized for Work Item List Control","navPath":"ListofKeystobeLocalizedforWorkItemListControl.html","bundleId":"work-tasks-2023-sp1","id":"ad19ff92b-bb54-47c9-92f7-d1ae7f0412ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingWebGridControl.html","title":"Keys for Localizing WebGrid Control","navPath":"KeysforLocalizingWebGridControl.html","bundleId":"work-tasks-2023-sp1","id":"ae5a5e460-746d-4974-bbe8-3fb2eda86410","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KeysforLocalizingListNames.html","title":"Keys for Localizing List Names","navPath":"KeysforLocalizingListNames.html","bundleId":"work-tasks-2023-sp1","id":"a695b5808-03f1-4735-83d2-9a6e3755dddb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","title":"Localize the Response Sent for an Invalid Email to the Communication Engine","navPath":"LocalizetheResponseSentforanInvalidEmailtotheCommunicationEngine.html","bundleId":"work-tasks-2023-sp1","id":"afeafda01-4879-4ea1-8ac1-6b1bddaed9dc","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodeSamples.html","title":"Code Samples","navPath":"CodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a215c7c78-0c30-4489-bf5a-f8267e775cdd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RestartServices.html","title":"Restart Services","navPath":"RestartServices.html","bundleId":"work-tasks-2023-sp1","id":"a4e3e5d8b-91f4-47e0-97c9-575ad4843719","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExecuteWorkflow.html","title":"Execute Workflow","navPath":"ExecuteWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"acd2b4f4e-bb06-47a4-bd18-817382702e1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomActivity.html","title":"Custom Activity","navPath":"CustomActivity.html","bundleId":"work-tasks-2023-sp1","id":"aafcd6210-3d29-49aa-8e60-a1866e71ae48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomActivitywithoutanyProperties.html","title":"Configure Custom Activity without any Properties","navPath":"ConfigureCustomActivitywithoutanyProperties.html","bundleId":"work-tasks-2023-sp1","id":"a1eac8260-62e1-4d48-b9e0-b74312bc9ad2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomApprovalActivity.html","title":"Custom Approval Activity","navPath":"CustomApprovalActivity.html","bundleId":"work-tasks-2023-sp1","id":"a307aed8c-e3f3-419a-96e1-25e9aae949fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomChoiceActivity.html","title":"Custom Choice Activity","navPath":"CustomChoiceActivity.html","bundleId":"work-tasks-2023-sp1","id":"aef40a861-bd76-488e-9635-ed23619aacf8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementationofCustomWorkItemForm.html","title":"Implementation of Custom WorkItemForm","navPath":"ImplementationofCustomWorkItemForm.html","bundleId":"work-tasks-2023-sp1","id":"acb340f03-6306-49c1-a4e1-0faf5837a2b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureCustomASPXProperty.html","title":"Configure Custom ASPX Property","navPath":"ConfigureCustomASPXProperty.html","bundleId":"work-tasks-2023-sp1","id":"a2d76d1d0-3b38-48bc-8593-1f85f67a19ec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomProperty.html","title":"Custom Property","navPath":"CustomProperty.html","bundleId":"work-tasks-2023-sp1","id":"a0ef4636a-141e-492c-bc17-d453da9d6d79","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CustomEngineActivity.html","title":"Custom Engine Activity","navPath":"CustomEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"adeba37ec-2049-4ee2-966b-cc02c2d28818","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureASPXFormasWorkItemDetailViewPage.html","title":"Configure ASPX Form as Work Item Detail View Page","navPath":"ConfigureASPXFormasWorkItemDetailViewPage.html","bundleId":"work-tasks-2023-sp1","id":"a04521a76-a93d-403d-b02a-871e94572664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetClientCredentialToken.html","title":"Get Client Credential Token","navPath":"GetClientCredentialToken.html","bundleId":"work-tasks-2023-sp1","id":"aeb607436-64c8-4c99-93d3-f23ad36ee7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IPropertyRoutingCondition.html","title":"IPropertyRoutingCondition","navPath":"IPropertyRoutingCondition.html","bundleId":"work-tasks-2023-sp1","id":"aaf34d098-9696-4644-b469-4ce29584161c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists.html","title":"Lists","navPath":"Lists.html","bundleId":"work-tasks-2023-sp1","id":"a17e72d43-769f-4adf-84d1-e5ab00e3a17a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowList.html","title":"Workflow List","navPath":"WorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"aa2999e6c-c196-4033-81c9-cded56b2f125","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddWorkflowItemtoWorkflowList.html","title":"Add Workflow Item to Workflow List","navPath":"AddWorkflowItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a504e0b60-8f7d-425f-8a8d-c335c0ffe378","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheWorkflowsPresentintheSelectedRepository.html","title":"Get All the Workflows Present in the Selected Repository","navPath":"GetAlltheWorkflowsPresentintheSelectedRepository.html","bundleId":"work-tasks-2023-sp1","id":"ac009fa59-9300-486c-84d4-19caaed7724b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAlltheVersionsofaWorkflow.html","title":"Get All the Versions of a Workflow","navPath":"GetAlltheVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a0929b3d1-94a6-4f90-bd69-fc00934749b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetAllthePublishedVersionsofaWorkflow.html","title":"Get All the Published Versions of a Workflow","navPath":"GetAllthePublishedVersionsofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1c0c4fa0-d88b-4028-9467-9083fd193cc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFolderItemtoWorkflowList.html","title":"Add Folder Item to Workflow List","navPath":"AddFolderItemtoWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a152dbe9a-019b-4cd5-8170-8c59cf41c0e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditExistingFolderIteminWorkflowList.html","title":"Edit Existing Folder Item in Workflow List","navPath":"EditExistingFolderIteminWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a9db02238-cd82-4cd0-ba84-a5cfe8a9e132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImporttheWorkflowfromWorkflowDefinitionXml.html","title":"Import the Workflow from Workflow Definition Xml","navPath":"ImporttheWorkflowfromWorkflowDefinitionXml.html","bundleId":"work-tasks-2023-sp1","id":"a9c173f18-d8d7-4fc1-b30a-7befc57cb049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateNewVersion.html","title":"Create New Version","navPath":"CreateNewVersion.html","bundleId":"work-tasks-2023-sp1","id":"a716f2ca4-00ee-4298-93be-73540fa85471","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateListItem.html","title":"Create ListItem","navPath":"CreateListItem.html","bundleId":"work-tasks-2023-sp1","id":"a053bb9a5-6011-4388-9fa3-26c656a29292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem.html","title":"Save ListItem","navPath":"SaveListItem.html","bundleId":"work-tasks-2023-sp1","id":"a77ccad6e-279f-4f41-a704-aac9929c2105","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataSource.html","title":"Data Source","navPath":"DataSource.html","bundleId":"work-tasks-2023-sp1","id":"a630230ea-d016-42f3-9a3a-1c0605e6b484","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementIDBConnectionStringInterface.html","title":"Implement IDBConnectionString Interface","navPath":"ImplementIDBConnectionStringInterface.html","bundleId":"work-tasks-2023-sp1","id":"a11d57651-6f7c-49b0-836e-4dccc0e4a390","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingConnectionString.html","title":"Create Data Source Using ConnectionString","navPath":"CreateDataSourceUsingConnectionString.html","bundleId":"work-tasks-2023-sp1","id":"a8a670fba-c623-4946-97f6-2177f1e3ce73","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDataSourceUsingAssemblyFile.html","title":"Create Data Source Using Assembly File","navPath":"CreateDataSourceUsingAssemblyFile.html","bundleId":"work-tasks-2023-sp1","id":"a80d2e326-4b7e-4a10-9e70-f32c2775f883","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","title":"Subscribe AssemblyResolve Event while Using APIs for Database-related Activities","navPath":"SubscribeAssemblyResolveEventwhileUsingAPIsforDatabaseRelatedActivities.html","bundleId":"work-tasks-2023-sp1","id":"aab3f0327-a611-4f38-a5fa-4c715681d243","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableAPI.html","title":"XML Variable API","navPath":"XMLVariableAPI.html","bundleId":"work-tasks-2023-sp1","id":"ac27828ca-8a43-48a6-9780-264676f86b77","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateWebServiceUsingWindowsApplication.html","title":"Create Web Service Using Windows Application","navPath":"CreateWebServiceUsingWindowsApplication.html","bundleId":"work-tasks-2023-sp1","id":"a9fb44239-4866-44f2-9cea-060def5a6393","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOACodeSamples.html","title":"SOA","navPath":"SOACodeSamples.html","bundleId":"work-tasks-2023-sp1","id":"a52473022-2c39-49db-86aa-12a30abd8851","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseSOAinaSimpleMethod.html","title":"How to Use SOA in a Simple Method?","navPath":"HowtoUseSOAinaSimpleMethod.html","bundleId":"work-tasks-2023-sp1","id":"a92ac3418-47b3-4ea1-a43d-0c167a97a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","title":"How to Use a Web Service or Remote Service using SOA Infrastructure?","navPath":"HowtoUseaWebServiceorRemoteServiceusingSOAInfrastructure.html","bundleId":"work-tasks-2023-sp1","id":"a86638f50-0672-4aa5-891c-1a35857515b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseanApplicationthatInteractswiththeSQLServer.html","title":"How to Use an Application that Interacts with the SQL Server?","navPath":"HowtoUseanApplicationthatInteractswiththeSQLServer.html","bundleId":"work-tasks-2023-sp1","id":"ab8234781-c006-4eba-ba0b-6cac64d5e213","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseStaticMembersoftheClass.html","title":"How to Use Static Members of the Class?","navPath":"HowtoUseStaticMembersoftheClass.html","bundleId":"work-tasks-2023-sp1","id":"afff126d8-d5f8-4b07-9244-4e3063ab199c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoPasstheObjectasParametertotheConstructor.html","title":"How to Pass the Object as Parameter to the Constructor?","navPath":"HowtoPasstheObjectasParametertotheConstructor.html","bundleId":"work-tasks-2023-sp1","id":"a909ff490-6db1-4a98-a50c-73730eeaccaa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseScriptinginExpressionEditor.html","title":"How to Use Scripting in Expression Editor?","navPath":"HowtoUseScriptinginExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"a202c8253-4a23-418c-8183-03bbe1eab9f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUseExpressioninConstructorParameter.html","title":"How to Use Expression in Constructor Parameter?","navPath":"HowtoUseExpressioninConstructorParameter.html","bundleId":"work-tasks-2023-sp1","id":"a73678617-4939-4171-a45c-74a27367264d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SOAObjectSupport.html","title":"SOA Object Support","navPath":"SOAObjectSupport.html","bundleId":"work-tasks-2023-sp1","id":"ab3052381-a5d7-4ac5-9171-fbe189c7782a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FeaturesSupportedforSOA.html","title":"Features Supported for SOA","navPath":"FeaturesSupportedforSOA.html","bundleId":"work-tasks-2023-sp1","id":"a69192bad-5f21-485e-9ac5-aaaf2e4b4156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario.html","title":"Scenario","navPath":"Scenario.html","bundleId":"work-tasks-2023-sp1","id":"a241788be-d230-4fc4-8917-d3655716b7a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateClassforHandlingtheProductObject.html","title":"How to Create a Class for Handling the 'Product' Object?","navPath":"HowtoCreateClassforHandlingtheProductObject.html","bundleId":"work-tasks-2023-sp1","id":"a3ee7ead4-3547-4e93-9ce3-54a531e28b66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateanObjectInstance.html","title":"How to Create an Object Instance?","navPath":"HowtoCreateanObjectInstance.html","bundleId":"work-tasks-2023-sp1","id":"a58cb4d1b-86f6-4e82-8477-c65cb5fbe3f5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoCreateaVariable.html","title":"How to Create a Variable?","navPath":"HowtoCreateaVariable.html","bundleId":"work-tasks-2023-sp1","id":"a91da87ce-8a73-498d-8dbb-97b2509e1c54","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowTo.html","title":"How To","navPath":"HowTo.html","bundleId":"work-tasks-2023-sp1","id":"a2eb52bdd-1a20-4a9b-a68b-e5d8197f2dc3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddUserstoActiveDirectory.html","title":"Add Users to Active Directory","navPath":"AddUserstoActiveDirectory.html","bundleId":"work-tasks-2023-sp1","id":"a528aa006-b311-4d5c-97cc-c17763e9b340","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateCustomWizards.html","title":"Create Custom Wizards","navPath":"CreateCustomWizards.html","bundleId":"work-tasks-2023-sp1","id":"a679655ab-25f2-4417-a654-b0b3b937965c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReturnValuesfromEnginetoClient.html","title":"Return Values from Engine to Client","navPath":"ReturnValuesfromEnginetoClient.html","bundleId":"work-tasks-2023-sp1","id":"af847ced3-ddf3-4d71-b794-13ce274619fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","title":"Implement Interface to Get Action and Workflow Status Change Information from Engine","navPath":"ImplementInterfacetoGetActionandWorkflowStatusChangeInformationfromEngine.html","bundleId":"work-tasks-2023-sp1","id":"a22552730-b231-456e-a1b0-3929f3496121","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserNamewithDomainName.html","title":"Get User Name with Domain Name","navPath":"GetUserNamewithDomainName.html","bundleId":"work-tasks-2023-sp1","id":"a56eeff39-63a6-4c61-990f-7af79806bd94","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices.html","title":"Best Practices","navPath":"BestPractices.html","bundleId":"work-tasks-2023-sp1","id":"ac6e8fad9-9986-42f7-a836-71bace2c02ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseTips.html","title":"Database Tips","navPath":"DatabaseTips.html","bundleId":"work-tasks-2023-sp1","id":"a66b1e681-7fcd-4155-b339-5a9b7c95482b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CodingTips.html","title":"Coding Tips","navPath":"CodingTips.html","bundleId":"work-tasks-2023-sp1","id":"a6f12ea63-4162-4ca4-9253-53bf3e41e9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PerformanceTips.html","title":"Performance Tips","navPath":"PerformanceTips.html","bundleId":"work-tasks-2023-sp1","id":"af478b4c7-b8d8-4ccf-9c87-f600d2b28222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TroubleshootIssuesinWorkTasks.html","title":"Troubleshoot Issues","navPath":"TroubleshootIssuesinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"a177a28f1-cf7a-4798-921f-a557f4deec68","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LimitationsinWorkTasks.html","title":"Limitations","navPath":"LimitationsinWorkTasks.html","bundleId":"work-tasks-2023-sp1","id":"af5904716-f74a-4700-98b3-e9b77fd40041","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsandlistsuserguide.html","title":"Forms and Lists User Guide","navPath":"wonderwareskeltabpmformsandlistsuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a4d41db51-af01-4204-acc6-e10db9405f66","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmformsguide.html","title":"Forms","navPath":"wonderwareskeltabpmformsguide.html","bundleId":"work-tasks-2023-sp1","id":"ac232b753-edab-4ad5-8a0c-c0fcfb547ba3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithforms.html","title":"Get Started with Forms","navPath":"gettingstartedwithforms.html","bundleId":"work-tasks-2023-sp1","id":"acb0bfb0c-74b3-483c-b1f3-a6cd73749615","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/forms_2.html","title":"Access Forms","navPath":"forms_2.html","bundleId":"work-tasks-2023-sp1","id":"ab3f9fd16-2394-4973-bc47-b22028bc3823","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateandOrganizeForms.html","title":"Create and Organize Forms","navPath":"CreateandOrganizeForms.html","bundleId":"work-tasks-2023-sp1","id":"ae49fc783-bf58-4380-bda4-6ab731d7655b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateForms.html","title":"Create Forms","navPath":"CreateForms.html","bundleId":"work-tasks-2023-sp1","id":"a7db0fb64-14f1-4bb7-bebe-3a46446346f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateFoldersforForms.html","title":"Create Folders for Forms","navPath":"CreateFoldersforForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b07bc5c-262c-400e-b6f3-e8549db312ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewChildItemsofForms.html","title":"View Child Items of Forms","navPath":"ViewChildItemsofForms.html","bundleId":"work-tasks-2023-sp1","id":"a5f6081ed-4ebe-4d40-ae11-ef9f9565e5f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingforms.html","title":"Organize Forms","navPath":"organizingforms.html","bundleId":"work-tasks-2023-sp1","id":"a6112ecf8-367e-4ace-b409-f4a54dd6dd5b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandSaveForms.html","title":"Import and save Forms","navPath":"ImportandSaveForms.html","bundleId":"work-tasks-2023-sp1","id":"aa01c9006-3085-4feb-be64-2b6054e44dd1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importingforms.html","title":"Import Forms","navPath":"importingforms.html","bundleId":"work-tasks-2023-sp1","id":"ac88ca5ae-98d5-43f1-82f0-d1fe0006b6d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportForms.html","title":"Export Forms","navPath":"ExportForms.html","bundleId":"work-tasks-2023-sp1","id":"a7ef8c390-cabc-4a22-bbfe-ecf5aee3e998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewVersionsofForms.html","title":"View Versions of Forms","navPath":"ViewVersionsofForms.html","bundleId":"work-tasks-2023-sp1","id":"ab3606a53-6302-4ee2-ad63-651af87d21d1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignandPublishForms.html","title":"Design and publish Forms","navPath":"DesignandPublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a37518f9a-7723-4917-aa8c-a07e541acc3e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignForms.html","title":"Design Forms","navPath":"DesignForms.html","bundleId":"work-tasks-2023-sp1","id":"a5b4f1c2f-eef6-432d-992c-6b9a3cc6dc34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditForms.html","title":"Edit Forms","navPath":"EditForms.html","bundleId":"work-tasks-2023-sp1","id":"a98999839-0f1b-4060-af5a-b264634373f2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteForms.html","title":"Delete Forms","navPath":"DeleteForms.html","bundleId":"work-tasks-2023-sp1","id":"a204b7034-040b-4807-a5cc-1196450d386b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreviewForms.html","title":"Preview Forms","navPath":"PreviewForms.html","bundleId":"work-tasks-2023-sp1","id":"a78547e24-2792-48b9-91f2-22e07856d2ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms.html","title":"Publish Forms","navPath":"PublishForms.html","bundleId":"work-tasks-2023-sp1","id":"a3fc6f79b-9762-48c3-9aea-a65a6d5f2b92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishForms.html","title":"Unpublish Forms","navPath":"UnpublishForms.html","bundleId":"work-tasks-2023-sp1","id":"adf090849-95c4-4f1e-b3a2-943eb83cf88f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishFolders.html","title":"Publish Folders","navPath":"PublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"adb3c5f1c-d6bb-4f1a-ae10-c2f103f46c9a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnpublishFolders.html","title":"Unpublish Folders","navPath":"UnpublishFolders.html","bundleId":"work-tasks-2023-sp1","id":"ad039447a-8787-4710-b2fe-9ddf82d65c06","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageandSecureForms.html","title":"Manage and secure Forms","navPath":"ManageandSecureForms.html","bundleId":"work-tasks-2023-sp1","id":"a432f6b55-f2a2-46b6-bb24-42d757747671","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockForms.html","title":"Lock Forms","navPath":"LockForms.html","bundleId":"work-tasks-2023-sp1","id":"afd88f03e-8b36-450a-b92a-9c171ee4025e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UnlockForms.html","title":"Unlock Forms","navPath":"UnlockForms.html","bundleId":"work-tasks-2023-sp1","id":"a8fcdd00f-b986-40e8-9df1-4079af5b4bc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingforms.html","title":"Disable Forms","navPath":"disablingforms.html","bundleId":"work-tasks-2023-sp1","id":"ad21b4bcd-cc5c-45c0-b00b-1cab741cbae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableForms.html","title":"Enable Forms","navPath":"EnableForms.html","bundleId":"work-tasks-2023-sp1","id":"aaf760fb1-3ec7-4538-8193-29f095a4e9f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filteringforms.html","title":"Filter Forms","navPath":"filteringforms.html","bundleId":"work-tasks-2023-sp1","id":"ad7b81541-a380-4a6e-b838-7151c823f34e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnershipofForms.html","title":"Change ownership of Forms","navPath":"ChangeOwnershipofForms.html","bundleId":"work-tasks-2023-sp1","id":"a7d113f02-b5e1-49c5-81b5-d012fe51572c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityofforms.html","title":"Set Security of Forms","navPath":"settingsecurityofforms.html","bundleId":"work-tasks-2023-sp1","id":"a7ed7b6b9-1dba-43e9-854a-165075a1b149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewPropertiesofForms.html","title":"View Properties of Forms","navPath":"ViewPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a09fdf93b-3af5-46e7-a7b1-0273c74197a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAuditHistoryofForms.html","title":"View Audit History of Forms","navPath":"ViewAuditHistoryofForms.html","bundleId":"work-tasks-2023-sp1","id":"aed057f29-7aa6-4c12-8f2c-0f2d1c2c1772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingformslinks.html","title":"Create Forms Links","navPath":"creatingformslinks.html","bundleId":"work-tasks-2023-sp1","id":"af79f7c11-3eac-493c-8e2c-e8cd7185ccce","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dynamiclistforms.html","title":"Dynamic list Forms","navPath":"dynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a1818c4a9-f704-4525-8bff-25c8d0bfde05","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingdynamiclistforms.html","title":"Create dynamic List Forms","navPath":"creatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"ac5c24c2c-9b8c-44d6-9e9e-a3f679aedb25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/validatingdynamiclistforms.html","title":"Validate Dynamic List Forms","navPath":"validatingdynamiclistforms.html","bundleId":"work-tasks-2023-sp1","id":"a64e7bb6b-a0f9-4494-a3b9-b5d80c738147","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AssociateFormstoWorkflows.html","title":"Associate Forms to Workflows","navPath":"AssociateFormstoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a56876be2-9292-4c12-9a22-07fd66d031ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associatingformstoworkflows.html","title":"Associate Forms to Workflows","navPath":"associatingformstoworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac2d07e91-93a4-4e4e-846f-515ad4198513","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BindaFormtotheWorkflow.html","title":"Bind a Form to the Workflow","navPath":"BindaFormtotheWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab7e19ec2-cd8b-40a5-ab6e-2382e8b22487","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormXMLMapping.html","title":"Form XML Mapping","navPath":"FormXMLMapping.html","bundleId":"work-tasks-2023-sp1","id":"a71e56b5d-6207-4c22-8450-595a6a14be12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditAssociationoftheAlreadyAssociatedForm.html","title":"Edit Association of the Already Associated Form","navPath":"EditAssociationoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"aeea8bf3e-4531-4d13-801c-e1acf97a0df3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditMappingsoftheAlreadyAssociatedForm.html","title":"Edit Mappings of the Already Associated Form","navPath":"EditMappingsoftheAlreadyAssociatedForm.html","bundleId":"work-tasks-2023-sp1","id":"a6fb01a36-65f9-4398-88b7-f2b908f4211f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewAssociationofFormswithWorkflows.html","title":"View Association of Forms with Workflows","navPath":"ViewAssociationofFormswithWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"acc9b8eb1-9a49-40e5-9a1f-e050838a27a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DissociateFormsfromWorkflows.html","title":"Dissociate Forms from Workflows","navPath":"DissociateFormsfromWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a50d60ebf-7c49-4b32-a947-c2f603ae6c6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignWorkflowsforAssociatedForms.html","title":"Design Workflows for Associated Forms","navPath":"DesignWorkflowsforAssociatedForms.html","bundleId":"work-tasks-2023-sp1","id":"ab4f051a9-d658-4e17-bfb7-c376dabcea7a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsDesigner.html","title":"Forms Designer","navPath":"FormsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a50e1ecd0-69a6-45ad-8677-68ed408a7143","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageForms.html","title":"Manage Forms","navPath":"ManageForms.html","bundleId":"work-tasks-2023-sp1","id":"a114992b9-4e56-4286-80ec-80c7fe490b31","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofForms.html","title":"Edit Properties of Forms","navPath":"EditPropertiesofForms.html","bundleId":"work-tasks-2023-sp1","id":"a2adb3343-c3b0-4419-b96a-5fd247631014","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/previewingformsinformsdesigner.html","title":"Preview Forms","navPath":"previewingformsinformsdesigner.html","bundleId":"work-tasks-2023-sp1","id":"afd7c297c-6b4c-49ff-ba8c-0e5437c109ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PublishForms_1.html","title":"Publish Forms","navPath":"PublishForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a7b03bdd7-105d-4411-a037-9da813b1a0bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/220967.html","title":"List Structure","navPath":"220967.html","bundleId":"work-tasks-2023-sp1","id":"a799ff288-274f-46d4-8779-7be21223c652","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageControls.html","title":"Manage Controls","navPath":"ManageControls.html","bundleId":"work-tasks-2023-sp1","id":"a672dff7e-94d6-40cf-bb66-2aa0ffdcbb37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddControls.html","title":"Add Controls","navPath":"AddControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c359367-0034-4295-9658-d01063829b4f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls.html","title":"Move Controls","navPath":"MoveControls.html","bundleId":"work-tasks-2023-sp1","id":"a3c38e9b3-06a1-4b13-aaee-4dba8a92eba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CloneControls.html","title":"Clone Controls","navPath":"CloneControls.html","bundleId":"work-tasks-2023-sp1","id":"a6420aea4-4be4-400e-ac33-dc1e53db3638","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls.html","title":"Delete Controls","navPath":"DeleteControls.html","bundleId":"work-tasks-2023-sp1","id":"a701d8781-a959-45c8-80dc-6b925c8d3e9b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ClearControls.html","title":"Clear Controls","navPath":"ClearControls.html","bundleId":"work-tasks-2023-sp1","id":"ab139807e-2aac-4638-81e9-a827d2b90aed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls.html","title":"Replace Controls","navPath":"ReplaceControls.html","bundleId":"work-tasks-2023-sp1","id":"a3446a468-7e97-4417-815a-b70676936aec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditNameofControls.html","title":"Edit Name of Controls","navPath":"EditNameofControls.html","bundleId":"work-tasks-2023-sp1","id":"ac8818bc6-79db-4565-824b-8b9dd0dfa07e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls.html","bundleId":"work-tasks-2023-sp1","id":"af46d3334-0b0d-4997-b5d0-693a7d62e8d0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DesignGuidelines.html","title":"Design Guidelines","navPath":"DesignGuidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad18bf23a-e772-4c8d-8429-4e683e6796ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customstyles.html","title":"Custom Styles","navPath":"customstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad621322c-2b57-4150-8cff-5322f10e18b4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718950.html","title":"Arc","navPath":"718950.html","bundleId":"work-tasks-2023-sp1","id":"a979531cd-7162-4552-a2d2-f641c56eff53","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buttoncustomstyles.html","title":"Button","navPath":"buttoncustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a2ae9945b-d27c-4521-aa7f-444d94b1c024","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719693.html","title":"Card","navPath":"719693.html","bundleId":"work-tasks-2023-sp1","id":"ab4eae85a-7342-4af7-a241-db29e141d99d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/732886.html","title":"Gantt Chart","navPath":"732886.html","bundleId":"work-tasks-2023-sp1","id":"a588ebf3a-c1ac-49c9-84ac-66d123285708","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/253979.html","title":"Gauge","navPath":"253979.html","bundleId":"work-tasks-2023-sp1","id":"a9a1c7c45-28b2-4fd0-a7c9-d5976d05ab34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formcustomstyles.html","title":"Form","navPath":"formcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a54aa6bfe-b7ac-4939-a675-95218ad641a8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformcustomstyles.html","title":"Base Form","navPath":"baseformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a495bda55-a7d1-4b05-9ea8-20bc2359b04f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelformcustomstyles.html","title":"Panel Form","navPath":"panelformcustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"aac62edfc-6ed6-450a-a7a5-b3e182ef95a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/201636.html","title":"Embed Form","navPath":"201636.html","bundleId":"work-tasks-2023-sp1","id":"acb660e5a-3a2f-4ffa-a192-711f2dc50123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719160.html","title":"Progress Bar","navPath":"719160.html","bundleId":"work-tasks-2023-sp1","id":"a8ed318e1-59e9-45b4-9a65-14d39b7da82b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabscustomstyles.html","title":"Tabs","navPath":"tabscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"ad2267193-7e56-4b2a-9810-e233f649e829","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/othercontrolscustomstyles.html","title":"Other Controls","navPath":"othercontrolscustomstyles.html","bundleId":"work-tasks-2023-sp1","id":"a346301e7-d0ad-4ca7-b256-08fdc5c32dc0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimits.html","title":"Boundaries and Limits","navPath":"BoundariesandLimits.html","bundleId":"work-tasks-2023-sp1","id":"a231a022d-c8bd-4fef-9dbd-a66ffed322f9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TestEnvironment.html","title":"Test Environment","navPath":"TestEnvironment.html","bundleId":"work-tasks-2023-sp1","id":"a5a55fc53-9979-427b-a11e-c291ef2771a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BoundariesandLimitsbyProperty.html","title":"Boundaries and Limits by Property","navPath":"BoundariesandLimitsbyProperty.html","bundleId":"work-tasks-2023-sp1","id":"ab98ec54d-0684-433b-97cd-7d041266e847","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81448.html","title":"Control Classification","navPath":"81448.html","bundleId":"work-tasks-2023-sp1","id":"a496d45a1-05b0-453d-a231-f6e5b7bfc65d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81449.html","title":"Boundaries and Limits by Control","navPath":"81449.html","bundleId":"work-tasks-2023-sp1","id":"acebc6963-8690-4957-b194-e9ea9b12c450","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81450.html","title":"Boundaries and Limits by Form","navPath":"81450.html","bundleId":"work-tasks-2023-sp1","id":"a7e067bfb-91a8-4012-ba30-53c9db5137d3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPractices_1.html","title":"Best Practices","navPath":"BestPractices_1.html","bundleId":"work-tasks-2023-sp1","id":"af25f7ecd-343d-4109-9f1f-aa1f8ac96fe2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormControls_1.html","title":"Form Controls","navPath":"FormControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a201c375d-6f1a-4153-b72d-062c49be8bec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Containers.html","title":"Containers","navPath":"Containers.html","bundleId":"work-tasks-2023-sp1","id":"a9b7a0429-96cc-45b3-a570-3b08fab7d328","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/form.html","title":"Form","navPath":"form.html","bundleId":"work-tasks-2023-sp1","id":"abd3bc9a5-88a1-4620-b333-6848f865689c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/324677.html","title":"Action Bar","navPath":"324677.html","bundleId":"work-tasks-2023-sp1","id":"a8fcf52ab-07db-4efb-8234-7e3e9c00ec87","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/609518.html","title":"MQTT Topic Configuration","navPath":"609518.html","bundleId":"work-tasks-2023-sp1","id":"ac02d3635-fc24-4c04-ac04-bab0c1f3eaa4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataTypesinMQTTTopicConfiguration.html","title":"Data Types in MQTT Topic Configuration","navPath":"DataTypesinMQTTTopicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a48abf035-8020-471d-bc3c-b8469952c64c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SpecifyJSONPath.html","title":"Specify JSON Path","navPath":"SpecifyJSONPath.html","bundleId":"work-tasks-2023-sp1","id":"af3794367-1ef6-411d-b3f9-b72e053ca293","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseform.html","title":"Base Form","navPath":"baseform.html","bundleId":"work-tasks-2023-sp1","id":"a6c6c90dd-d759-4ccc-9a2d-5cc5848735b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/panelform.html","title":"Panel Form","navPath":"panelform.html","bundleId":"work-tasks-2023-sp1","id":"a44951dc6-091f-438d-a52a-e758218572e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tabs.html","title":"Tabs","navPath":"tabs.html","bundleId":"work-tasks-2023-sp1","id":"adfb6a5f4-bbd7-49e7-8568-2648aa54dd15","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Tab.html","title":"Tab","navPath":"Tab.html","bundleId":"work-tasks-2023-sp1","id":"a44332dbf-4d85-423f-9dee-30e75e90e30e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Controls_1.html","title":"Controls","navPath":"Controls_1.html","bundleId":"work-tasks-2023-sp1","id":"a7a90651d-1d75-4561-80d2-f458069f7afb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Arc.html","title":"Arc","navPath":"Arc.html","bundleId":"work-tasks-2023-sp1","id":"acd9d74ba-7ce1-4a50-880e-115c12240cbf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleArcRendering.html","title":"Example Arc Rendering","navPath":"ExampleArcRendering.html","bundleId":"work-tasks-2023-sp1","id":"a7c93b698-2296-4b01-bcb8-204273b79a57","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachment.html","title":"Attachment","navPath":"attachment.html","bundleId":"work-tasks-2023-sp1","id":"a2e90e84a-cfd9-4a89-8657-f83219d1ae00","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/boolean.html","title":"Boolean","navPath":"boolean.html","bundleId":"work-tasks-2023-sp1","id":"a9bef6536-55d5-4a2c-8f21-3df3f6bd563c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/button.html","title":"Button","navPath":"button.html","bundleId":"work-tasks-2023-sp1","id":"ab4553b23-0f5f-42df-ba2e-1a473db18a32","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719692.html","title":"Card","navPath":"719692.html","bundleId":"work-tasks-2023-sp1","id":"a1b01075c-011e-468c-9109-23d8b72436c0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536292.html","title":"Chart","navPath":"536292.html","bundleId":"work-tasks-2023-sp1","id":"ada607e61-9185-4d55-b9fd-fe7091df9dab","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupSourceConfigurationforSankeyChart.html","title":"Lookup Source Configuration for Sankey Chart","navPath":"LookupSourceConfigurationforSankeyChart.html","bundleId":"work-tasks-2023-sp1","id":"a4ddf77de-57fb-4f91-b0ad-c9dff486f5d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/checkbox.html","title":"Check Box","navPath":"checkbox.html","bundleId":"work-tasks-2023-sp1","id":"a1f47ccff-4052-4392-a95e-a1c87dc8f983","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datagrid.html","title":"Data Grid","navPath":"datagrid.html","bundleId":"work-tasks-2023-sp1","id":"a42d95c84-c234-4af2-92f3-6b4be196eb43","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180639.html","title":"Configure Grids","navPath":"180639.html","bundleId":"work-tasks-2023-sp1","id":"ada57b8a4-4a00-4b3f-abf9-fc92e3c862e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/652758.html","title":"Update Grid Configuration for Lookup Modification","navPath":"652758.html","bundleId":"work-tasks-2023-sp1","id":"a8a440f42-0f6e-492c-90b2-9fc013f78007","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180640.html","title":"Highlight Records","navPath":"180640.html","bundleId":"work-tasks-2023-sp1","id":"ae3d8da4f-7262-4486-b00b-3b8af98618a3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datalookup.html","title":"Data Lookup","navPath":"datalookup.html","bundleId":"work-tasks-2023-sp1","id":"a90d318b3-af00-42e9-8e63-eea96b5269f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/date.html","title":"Date","navPath":"date.html","bundleId":"work-tasks-2023-sp1","id":"a76386d0c-f172-4fd6-8a5f-e510af125cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/datetime.html","title":"Date Time","navPath":"datetime.html","bundleId":"work-tasks-2023-sp1","id":"ab048709f-a86d-4290-9786-1a767e51aa9d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/drop-down.html","title":"Drop-Down","navPath":"drop-down.html","bundleId":"work-tasks-2023-sp1","id":"ae51b3423-1b30-47ee-97b6-e31b76529168","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/email.html","title":"Email","navPath":"email.html","bundleId":"work-tasks-2023-sp1","id":"ada90ec81-6b97-4986-8391-edc246b8161f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199295.html","title":"Embed Form","navPath":"199295.html","bundleId":"work-tasks-2023-sp1","id":"ac5234d47-963b-43e7-aba9-e895c7fcb28c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embedpage.html","title":"Embed Page","navPath":"embedpage.html","bundleId":"work-tasks-2023-sp1","id":"ae53a9084-4bf0-4f19-9df5-8e0299c6918c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetEmbedPageUrlandTriggertheOnDataChangeScript.html","title":"Set Embed Page Url and Trigger the On Data Change Script","navPath":"SetEmbedPageUrlandTriggertheOnDataChangeScript.html","bundleId":"work-tasks-2023-sp1","id":"a6fb2ddbd-3fd1-4388-bc09-8dc851dac1a5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signature.html","title":"E-signature","navPath":"e-signature.html","bundleId":"work-tasks-2023-sp1","id":"adcbd5574-2525-47b2-bc37-4a7f81af8834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartProperties.html","title":"Gantt Chart","navPath":"GanttChartProperties.html","bundleId":"work-tasks-2023-sp1","id":"a8289a0f5-7116-431f-94c5-5107af325376","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleGanttChartRendering.html","title":"Example Gantt Chart Rendering","navPath":"ExampleGanttChartRendering.html","bundleId":"work-tasks-2023-sp1","id":"a720db0a7-96ac-41f1-9345-406d36020030","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252063.html","title":"Gauge","navPath":"252063.html","bundleId":"work-tasks-2023-sp1","id":"a6f44ab38-c625-4528-baa8-4e778bceb523","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644117.html","title":"Geolocation","navPath":"644117.html","bundleId":"work-tasks-2023-sp1","id":"aaeb11b03-178a-42e3-849d-d2223f445df0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenField.html","title":"Hidden Field","navPath":"HiddenField.html","bundleId":"work-tasks-2023-sp1","id":"a4d91ea1f-5900-4095-8a8c-c297bc00d0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536289.html","title":"Hierarchical List","navPath":"536289.html","bundleId":"work-tasks-2023-sp1","id":"a6ddc9689-31fc-4974-ab8e-0dfaa2566053","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/hyperlink.html","title":"Hyperlink","navPath":"hyperlink.html","bundleId":"work-tasks-2023-sp1","id":"a78400f88-6710-4c60-9665-ea5bc05fae31","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/image.html","title":"Image","navPath":"image.html","bundleId":"work-tasks-2023-sp1","id":"a8ed9e4a5-5162-4ed7-8bd7-4298d097cc83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflow.html","title":"Invoke Workflow","navPath":"invokeworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aff382396-16d2-46b7-aa9c-6007910312d9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteWorkflows.html","title":"Overwrite Workflows","navPath":"OverwriteWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a9f9a7523-9184-4b1e-b210-f7bd2c9e5c74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverwriteXMLVariables.html","title":"Overwrite XML Variables","navPath":"OverwriteXMLVariables.html","bundleId":"work-tasks-2023-sp1","id":"a4fb6839d-31c0-412e-8304-87a1fce166ef","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/label.html","title":"Label","navPath":"label.html","bundleId":"work-tasks-2023-sp1","id":"ae808f33c-63f3-47bf-83de-ce038f34a035","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/list.html","title":"List","navPath":"list.html","bundleId":"work-tasks-2023-sp1","id":"a69f4afab-8a41-4085-bedc-34ebe7ae4851","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number.html","title":"Number","navPath":"number.html","bundleId":"work-tasks-2023-sp1","id":"a34182536-f83d-41db-88d5-778abe4fedc7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/password.html","title":"Password","navPath":"password.html","bundleId":"work-tasks-2023-sp1","id":"a865861ff-7bf5-4a8f-845e-031477ba99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pop-up.html","title":"Pop-Up","navPath":"pop-up.html","bundleId":"work-tasks-2023-sp1","id":"a71c925a0-ef60-45fe-aebd-ff2be0922c63","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719163.html","title":"Progress Bar","navPath":"719163.html","bundleId":"work-tasks-2023-sp1","id":"a91430a49-3326-4df9-87b9-4faa3c31a1ca","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleScriptingScenariosandRendering.html","title":"Example Scripting Scenarios and Rendering","navPath":"ExampleScriptingScenariosandRendering.html","bundleId":"work-tasks-2023-sp1","id":"a9a2bd64e-302a-40d3-8b58-7e08f1f6dfa0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampleProgressBarRendering.html","title":"Example Progress Bar Rendering","navPath":"ExampleProgressBarRendering.html","bundleId":"work-tasks-2023-sp1","id":"aa4f415f2-6866-483d-95b0-7c662be19d81","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435385.html","title":"QR Code","navPath":"435385.html","bundleId":"work-tasks-2023-sp1","id":"a3e6ec2a9-5fb5-419b-a53a-87b8a9c45de6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/radiobutton.html","title":"Radio Button","navPath":"radiobutton.html","bundleId":"work-tasks-2023-sp1","id":"a249452f2-0738-4849-ac27-25bc3e9f5b52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewer.html","title":"Report Viewer","navPath":"reportviewer.html","bundleId":"work-tasks-2023-sp1","id":"a631795e2-e4d1-4304-bf8c-bf559a4a5912","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/437769.html","title":"Report Viewer Configuration","navPath":"437769.html","bundleId":"work-tasks-2023-sp1","id":"a5c477187-3548-4182-bf78-b751837417c1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/embeddingreports.html","title":"Embed Reports","navPath":"embeddingreports.html","bundleId":"work-tasks-2023-sp1","id":"a803bc65c-406d-4562-95d8-cab0cf93e2b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingpop-upreports.html","title":"Link Pop-up Reports","navPath":"linkingpop-upreports.html","bundleId":"work-tasks-2023-sp1","id":"af193ff5b-9506-4f37-bde3-ab0b3f00dcb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/linkingdownloadablereports.html","title":"Link Downloadable Reports","navPath":"linkingdownloadablereports.html","bundleId":"work-tasks-2023-sp1","id":"adc017387-9847-4ff2-89a9-a10d341beec9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/489816.html","title":"RFID","navPath":"489816.html","bundleId":"work-tasks-2023-sp1","id":"a5bc1e47f-0333-4325-b898-c6a894e5b634","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/198651.html","title":"Rich Text","navPath":"198651.html","bundleId":"work-tasks-2023-sp1","id":"a8aa04154-1c50-499d-a2b6-8572731e213a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolelookup.html","title":"Role Lookup","navPath":"rolelookup.html","bundleId":"work-tasks-2023-sp1","id":"a0710cd4d-70dd-4a10-adb6-3df84d78f843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/614604.html","title":"Signature","navPath":"614604.html","bundleId":"work-tasks-2023-sp1","id":"a2e78b5a2-49ee-419b-bb95-0c63c4b9c995","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/number_1.html","title":"Slider","navPath":"number_1.html","bundleId":"work-tasks-2023-sp1","id":"ac1934253-0c6b-4f45-bb5d-8c33bd98990c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/text.html","title":"Text","navPath":"text.html","bundleId":"work-tasks-2023-sp1","id":"a8c2e2ae8-368a-465e-9fbd-111d98d500b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/time.html","title":"Time","navPath":"time.html","bundleId":"work-tasks-2023-sp1","id":"a2a4e4db7-482f-4c86-b677-84f2ce238906","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/230651.html","title":"Tree","navPath":"230651.html","bundleId":"work-tasks-2023-sp1","id":"a86c42515-6160-479d-a21c-4959a22832ac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userlookup.html","title":"User Lookup","navPath":"userlookup.html","bundleId":"work-tasks-2023-sp1","id":"ae436d009-1a27-40ba-80a0-be34b2f21874","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/826789.html","title":"Widget","navPath":"826789.html","bundleId":"work-tasks-2023-sp1","id":"ade3a8c96-4603-49f8-a29a-2dce3bf8aeea","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902485.html","title":"Dynamic Widget Properties and Events","navPath":"902485.html","bundleId":"work-tasks-2023-sp1","id":"a433aba59-6149-40b9-82d7-946eeda34e2c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/902497.html","title":"Add or Edit a Dynamic Property or Event","navPath":"902497.html","bundleId":"work-tasks-2023-sp1","id":"a09966e34-9444-4e1a-a169-a8c1bc42f28f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855752.html","title":"Grid Widget","navPath":"855752.html","bundleId":"work-tasks-2023-sp1","id":"af05cdb2f-afea-40c7-b62f-88312bd3ccad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093483.html","title":"Grid Widget Properties Usage","navPath":"1093483.html","bundleId":"work-tasks-2023-sp1","id":"ab25d2768-32c2-4c08-a840-3e07330243ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903237.html","title":"Grid Widget Event","navPath":"903237.html","bundleId":"work-tasks-2023-sp1","id":"a302af65a-1f1f-4151-a215-b75587391e0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903242.html","title":"On Cell Change","navPath":"903242.html","bundleId":"work-tasks-2023-sp1","id":"a4d0d6148-e098-4cba-bee2-11e2466da47d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/917567.html","title":"On Initialize","navPath":"917567.html","bundleId":"work-tasks-2023-sp1","id":"ac9084f6f-2948-4689-9a3e-116ec478b97e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1093482.html","title":"On Row Selection","navPath":"1093482.html","bundleId":"work-tasks-2023-sp1","id":"ad96c9386-a19c-416d-abeb-365b7f6b535a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/858794.html","title":"Configure the Grid Widget","navPath":"858794.html","bundleId":"work-tasks-2023-sp1","id":"a0c4c2376-91c3-4720-81be-b365690daf37","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860015.html","title":"Pass Data to or from the Widget","navPath":"860015.html","bundleId":"work-tasks-2023-sp1","id":"a5681a57a-d92a-42bb-b9d6-2bbd0b8d49c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869728.html","title":"Define Data Columns","navPath":"869728.html","bundleId":"work-tasks-2023-sp1","id":"a009b7099-abb7-4e58-91f0-6b19cd0d2726","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869729.html","title":"Clear Data Filters","navPath":"869729.html","bundleId":"work-tasks-2023-sp1","id":"aca5a6920-49fb-47e6-9faf-22dad2c5238a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869731.html","title":"Reset Grid Data Sort Order Setting","navPath":"869731.html","bundleId":"work-tasks-2023-sp1","id":"a88d100a2-382c-462c-a3aa-d6c12f6d9d7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869732.html","title":"Validate Data","navPath":"869732.html","bundleId":"work-tasks-2023-sp1","id":"aeac82f73-cb47-450c-a1bf-c8a79667110d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860016.html","title":"Grid Widget Configurable Parameters","navPath":"860016.html","bundleId":"work-tasks-2023-sp1","id":"aadc12c92-091c-4173-b9ec-2fc024536ab7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877810.html","title":"Modify Grid Widget Title","navPath":"877810.html","bundleId":"work-tasks-2023-sp1","id":"a52dc3eb5-9d3d-46e2-86fe-529c0e4cdf0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869895.html","title":"Modify Column Width and Column Headers","navPath":"869895.html","bundleId":"work-tasks-2023-sp1","id":"a9dee9f16-7636-467c-81de-2b46b4807110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869898.html","title":"Set Number of Records to Display in a Grid Page","navPath":"869898.html","bundleId":"work-tasks-2023-sp1","id":"a2b77e774-ad09-4f6c-884f-9bb3df5ab3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869909.html","title":"Configure Cell Datatypes and Input Field","navPath":"869909.html","bundleId":"work-tasks-2023-sp1","id":"a2777b038-930c-40e2-9410-8c2473940d6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876387.html","title":"Configure Column Background Color","navPath":"876387.html","bundleId":"work-tasks-2023-sp1","id":"aa5e8649a-3d91-4af0-8fc3-560e3fe93fbe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876830.html","title":"Add Column-value Tooltip","navPath":"876830.html","bundleId":"work-tasks-2023-sp1","id":"a5096cb28-7e33-475d-9129-3ffcfdf5af7c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876835.html","title":"Grid widget UI controls","navPath":"876835.html","bundleId":"work-tasks-2023-sp1","id":"a7728fdfc-8f8c-4230-a5ea-708f1730bd6f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876832.html","title":"Add Progress Bar in Grid Column","navPath":"876832.html","bundleId":"work-tasks-2023-sp1","id":"afa049062-42fd-4d7f-a528-bf833f63f2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876834.html","title":"Add Datetime Picker","navPath":"876834.html","bundleId":"work-tasks-2023-sp1","id":"ab01a631b-2441-47c7-a3e4-0f1dd54f8fe4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/876837.html","title":"Add Drop-down List","navPath":"876837.html","bundleId":"work-tasks-2023-sp1","id":"abd74153b-1bb9-49bd-9bba-d70acbe52c4f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/860017.html","title":"Sort, Filter, and Reorder","navPath":"860017.html","bundleId":"work-tasks-2023-sp1","id":"a7226d970-1949-4ee8-abc3-be0386389e2b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869733.html","title":"Change Default Sorting Behavior","navPath":"869733.html","bundleId":"work-tasks-2023-sp1","id":"aa762ffed-c4c5-414b-bd5e-570b56292d33","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/879965.html","title":"Filter Data through Scripting","navPath":"879965.html","bundleId":"work-tasks-2023-sp1","id":"a7754ab49-276d-4a7c-974c-4b154a9295e3","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/877839.html","title":"Column Data Alignment","navPath":"877839.html","bundleId":"work-tasks-2023-sp1","id":"aaf612e5b-a6e8-4ecb-aa7e-d97349a85c02","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/855776.html","title":"Hierarchy Selector Widget","navPath":"855776.html","bundleId":"work-tasks-2023-sp1","id":"a71ff368d-ae12-4b81-9e0c-817cf1d489b5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/872741.html","title":"Hierarchy Selector Widget Properties Usage","navPath":"872741.html","bundleId":"work-tasks-2023-sp1","id":"aef16e252-58b6-4339-8c08-3afc63e662cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903458.html","title":"Hierarchy Selector Events","navPath":"903458.html","bundleId":"work-tasks-2023-sp1","id":"ae24365fa-b9c6-414c-9ac9-af6dfa6252d8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/903243.html","title":"On Initialize","navPath":"903243.html","bundleId":"work-tasks-2023-sp1","id":"a50ce0e43-ce33-4045-a8c5-2a87391d4a41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/915579.html","title":"On Selection Change","navPath":"915579.html","bundleId":"work-tasks-2023-sp1","id":"a056f30ef-9cc2-474c-8231-87124e5847f4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/859853.html","title":"Configure Hierarchy Selector Widget","navPath":"859853.html","bundleId":"work-tasks-2023-sp1","id":"a851d01c5-f4c4-4308-8962-86d8653137cf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/863435.html","title":"Pass Data to and from Widget","navPath":"863435.html","bundleId":"work-tasks-2023-sp1","id":"a33cda13e-1a07-44f4-9b80-9be0bdf76f77","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869735.html","title":"Load Hierarchical Dataset","navPath":"869735.html","bundleId":"work-tasks-2023-sp1","id":"a42cba02c-9930-4387-9583-8de9ec438ca9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/885338.html","title":"Override the Hierarchy Selector's Default Behavior for Selected Child Node","navPath":"885338.html","bundleId":"work-tasks-2023-sp1","id":"afea65ab8-5343-41ba-bed2-8b95ce0b2a12","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869736.html","title":"Modify Widget Title, Header, and Captions","navPath":"869736.html","bundleId":"work-tasks-2023-sp1","id":"a55829891-dcdc-4e49-8eac-8a85e7c8bd15","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869737.html","title":"Set Color for Parent Node","navPath":"869737.html","bundleId":"work-tasks-2023-sp1","id":"a7880db35-d2f9-49f4-b1ee-17ff5f11b4ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/869738.html","title":"Set Color for Child Node","navPath":"869738.html","bundleId":"work-tasks-2023-sp1","id":"a9b57e5ac-deec-48f7-816f-c1374c8000bb","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/868368.html","title":"Localize Widgets","navPath":"868368.html","bundleId":"work-tasks-2023-sp1","id":"a968337d1-3423-4f29-8c73-358956d802da","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/870059.html","title":"Example localization text file","navPath":"870059.html","bundleId":"work-tasks-2023-sp1","id":"a987c2c80-67d4-4acf-bf60-6e239260e88b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/920100.html","title":"Configure Communication between Widget Control and Form","navPath":"920100.html","bundleId":"work-tasks-2023-sp1","id":"a473cd473-cf8c-4994-9dcc-bb09a51d62c3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcontrols.html","title":"Custom Controls","navPath":"customcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ae2173cb2-afd8-464b-b213-a029dd81c5ec","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcontrols.html","title":"Create Custom Controls","navPath":"creatingcustomcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a3fbf361a-b2e3-4ce2-a601-4b1bc46175f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/extendingexistingcontrols.html","title":"Extend Existing Controls","navPath":"extendingexistingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a2737d472-59be-40f3-a2eb-0e0fdf912f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customproperties.html","title":"Custom Properties","navPath":"customproperties.html","bundleId":"work-tasks-2023-sp1","id":"a4e4d5f87-5d47-4484-af39-c0e126ace00f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attributingproperties.html","title":"Attributing Properties","navPath":"attributingproperties.html","bundleId":"work-tasks-2023-sp1","id":"a5abd747d-d526-4ef7-b6e4-6091364a8b07","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/propertyindex.html","title":"Property Index","navPath":"propertyindex.html","bundleId":"work-tasks-2023-sp1","id":"a4292642d-610e-44f9-ba79-a31809d6a4d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomproperties.html","title":"Create Custom Properties","navPath":"creatingcustomproperties.html","bundleId":"work-tasks-2023-sp1","id":"a96a56339-ec84-4992-a7cd-e07c4d480956","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189993.html","title":"IControlProperty","navPath":"189993.html","bundleId":"work-tasks-2023-sp1","id":"a214dee0a-a0d7-4c33-905b-7b67a0119458","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/custombindings.html","title":"Custom Bindings","navPath":"custombindings.html","bundleId":"work-tasks-2023-sp1","id":"a6d50d77f-88a8-4362-8faf-58f6bbb79ce8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ibindingproperty.html","title":"IBindingProperty","navPath":"ibindingproperty.html","bundleId":"work-tasks-2023-sp1","id":"abcc9d34b-8c5d-4c8f-ba6c-f2c45dc9f034","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rulescustom.html","title":"Rules","navPath":"rulescustom.html","bundleId":"work-tasks-2023-sp1","id":"aed91c7e8-7e9e-47e8-9410-7bf6cf617d61","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/definingrules.html","title":"Define Rules","navPath":"definingrules.html","bundleId":"work-tasks-2023-sp1","id":"a56ffef63-d3cb-4be2-8411-d774598134a1","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/referencingcustom.html","title":"Reference External CSS and JS Files","navPath":"referencingcustom.html","bundleId":"work-tasks-2023-sp1","id":"a7ae6a9d8-cce7-4757-b4d9-cb716614c561","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizationcustom.html","title":"Localization","navPath":"localizationcustom.html","bundleId":"work-tasks-2023-sp1","id":"a17ddf634-0c61-47cd-8f7b-5ceab71238ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customcategories.html","title":"Custom Categories","navPath":"customcategories.html","bundleId":"work-tasks-2023-sp1","id":"a69e53080-fad2-4127-abd2-35aef9bd5b4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomcategories.html","title":"Create Custom Categories","navPath":"creatingcustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"a25b35faa-26e8-42aa-a65c-8cb60ed9731e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsincustomcategories.html","title":"Add Custom Controls in Custom Categories","navPath":"addingcustomcontrolsincustomcategories.html","bundleId":"work-tasks-2023-sp1","id":"aa2c29b15-5ee6-41f2-abda-24e4e293f3af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingcustomcontrolsinthecontrolscategory.html","title":"Add Custom Controls in the Controls Category","navPath":"addingcustomcontrolsinthecontrolscategory.html","bundleId":"work-tasks-2023-sp1","id":"aeb424396-1a43-4ebe-b85f-014ac0e90c7b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295134.html","title":"Organize Form Controls","navPath":"295134.html","bundleId":"work-tasks-2023-sp1","id":"a902d09a4-e74b-4145-918b-9bcb7082768d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplemaskedinputcontrol.html","title":"Example: Masked Input Control","navPath":"examplemaskedinputcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a35e2b0c6-f779-4e42-bbc5-d18082ebb0e8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputsfcontrolscs.html","title":"SFControl​.cs","navPath":"maskedinputsfcontrolscs.html","bundleId":"work-tasks-2023-sp1","id":"a1a6963e3-2429-44c1-b33f-426508cfdaed","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/maskedinputmycustomcs.html","title":"MaskedInput​.cs","navPath":"maskedinputmycustomcs.html","bundleId":"work-tasks-2023-sp1","id":"a75829226-e7ae-47a0-b427-ea5113a59ee8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltamaskedinputjs.html","title":"skelta​.maskedinput​.js","navPath":"skeltamaskedinputjs.html","bundleId":"work-tasks-2023-sp1","id":"a488c3696-b53a-40f4-a3d4-4269929bca18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295366.html","title":"Add Masked Input Property for Check Syntax Validation","navPath":"295366.html","bundleId":"work-tasks-2023-sp1","id":"a1d6aaab7-4d8a-4fd6-a4f2-8bc5b1193443","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188411.html","title":"Custom Controls with Kendo UI","navPath":"188411.html","bundleId":"work-tasks-2023-sp1","id":"a44f81021-7388-4eb7-be6d-cf2952a39e0d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188412.html","title":"Create Custom Controls with Kendo UI","navPath":"188412.html","bundleId":"work-tasks-2023-sp1","id":"adb3b09ae-2577-4e9c-b780-620e325b4824","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188413.html","title":"Create Knockout Bindings for Kendo UI","navPath":"188413.html","bundleId":"work-tasks-2023-sp1","id":"a6e13d8b2-25aa-4218-b763-e646bb12bbc5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188640.html","title":"Knockout Bindings for Kendo UI","navPath":"188640.html","bundleId":"work-tasks-2023-sp1","id":"a5ddf53b0-1a8d-451a-8fa7-3af813383abb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188806.html","title":"Example: Barchart Control","navPath":"188806.html","bundleId":"work-tasks-2023-sp1","id":"a792152a9-dbcf-4b2c-947f-71132a4db200","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299.html","title":"SFControl​.cs","navPath":"262299.html","bundleId":"work-tasks-2023-sp1","id":"acefb05f3-3c8d-4ca5-a103-d6262dff4632","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188808.html","title":"BarChart​.cs","navPath":"188808.html","bundleId":"work-tasks-2023-sp1","id":"a99a93241-6fb6-4b4e-b45c-3d2873196998","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/188815.html","title":"BarChartBindingProperty​.cs","navPath":"188815.html","bundleId":"work-tasks-2023-sp1","id":"a0ba40cdf-ba81-46b7-8864-77c892454eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262301.html","title":"knockout-kendo​.kendochart​.js","navPath":"262301.html","bundleId":"work-tasks-2023-sp1","id":"abb60e5f0-db85-484e-9de2-1e7bac8f57c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262302.html","title":"corp​.customcontrol​.barchart​.js","navPath":"262302.html","bundleId":"work-tasks-2023-sp1","id":"a28da1015-7ef0-4f51-adbc-8c3059a729e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295368.html","title":"Add Barchart Properties for Check Syntax Validation","navPath":"295368.html","bundleId":"work-tasks-2023-sp1","id":"a25fef3e4-164a-4c91-a4b5-5341fb651b0e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190589.html","title":"Example: RichTextBox Control","navPath":"190589.html","bundleId":"work-tasks-2023-sp1","id":"ab48bcd5a-7f18-410d-a07e-187656f5d71e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/262299_1.html","title":"SFControl​.cs","navPath":"262299_1.html","bundleId":"work-tasks-2023-sp1","id":"a80d159c7-da7e-4fb3-8384-f4dc73583cc1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190592.html","title":"RichTextBox​.cs","navPath":"190592.html","bundleId":"work-tasks-2023-sp1","id":"a7a2bb3f8-8d64-4d6e-bbb6-02218fb5bd99","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190595.html","title":"knockout-kendo​.editor​.js","navPath":"190595.html","bundleId":"work-tasks-2023-sp1","id":"a6bc5330a-bf55-4b3b-8a8c-38689cec746b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190596.html","title":"richtextbox​.js","navPath":"190596.html","bundleId":"work-tasks-2023-sp1","id":"a7f6e8a50-0ab9-4247-a6f2-ce7cc59d497e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555182.html","title":"Custom Controls with Angular 12","navPath":"555182.html","bundleId":"work-tasks-2023-sp1","id":"a2107ed1f-f066-4a34-b3a6-9b4e52c0c769","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/555183.html","title":"Create Custom Controls with Angular 12","navPath":"555183.html","bundleId":"work-tasks-2023-sp1","id":"a50d24f3f-ee95-4331-9774-c49c42084735","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190538.html","title":"Custom Controls with Custom Properties","navPath":"190538.html","bundleId":"work-tasks-2023-sp1","id":"a20ce88b2-6153-4c5f-8ffd-c69231ebc74d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190699.html","title":"Example: PropertyLookup Control","navPath":"190699.html","bundleId":"work-tasks-2023-sp1","id":"af20774d6-5aea-418a-827d-f7f9b88bbd92","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190694.html","title":"SFControl​.cs","navPath":"190694.html","bundleId":"work-tasks-2023-sp1","id":"a8786c070-6cfa-4730-a709-f2ae5597fcf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190695.html","title":"PropertyLookup​.cs","navPath":"190695.html","bundleId":"work-tasks-2023-sp1","id":"a9eaf01b9-833c-4319-810e-905ef48b9da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190696.html","title":"PropertyLookup​.js","navPath":"190696.html","bundleId":"work-tasks-2023-sp1","id":"a37567bbc-0b0f-4859-a11d-84a4dfb0d633","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190698.html","title":"PropertyLookup​.css","navPath":"190698.html","bundleId":"work-tasks-2023-sp1","id":"aca5d548a-b54b-4a01-a116-478e86f58c3e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190705.html","title":"Example: Autocomplete Control","navPath":"190705.html","bundleId":"work-tasks-2023-sp1","id":"a9830c03b-43cc-4bbd-9b60-a06467a0ec44","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190706.html","title":"SFControl​.cs","navPath":"190706.html","bundleId":"work-tasks-2023-sp1","id":"a59d4c3e6-3cf4-4c5d-9de0-58630dce3b4b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190707.html","title":"Autocomplete​.cs","navPath":"190707.html","bundleId":"work-tasks-2023-sp1","id":"a7b5c5d7c-f488-4af7-b071-befaf4997e47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190714.html","title":"GridProperty​.cs","navPath":"190714.html","bundleId":"work-tasks-2023-sp1","id":"a4018c3e0-1acc-4e51-a8ec-5844d5de45f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190715.html","title":"PopupProperty​.cs","navPath":"190715.html","bundleId":"work-tasks-2023-sp1","id":"a92b0ec44-2edd-4f5a-846c-82ff344ceafd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190710.html","title":"Autocomplete​.js","navPath":"190710.html","bundleId":"work-tasks-2023-sp1","id":"ac20fa403-83aa-483a-9245-718f953b6d3b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190712.html","title":"knockout-kendo​.autocompletebinding​.js","navPath":"190712.html","bundleId":"work-tasks-2023-sp1","id":"a64cdb11b-139c-4de9-8133-fd094ba9d481","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190713.html","title":"BaseFormWithValidationScript​.xml","navPath":"190713.html","bundleId":"work-tasks-2023-sp1","id":"a9b45a9ba-3e6a-416e-884f-69e63ff30bf1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/191052.html","title":"PropertyLookup​.htm","navPath":"191052.html","bundleId":"work-tasks-2023-sp1","id":"afacedca2-acde-4252-a8dc-d81d5a121a15","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202165.html","title":"Custom Control with Standard Properties","navPath":"202165.html","bundleId":"work-tasks-2023-sp1","id":"a5f8de4ef-ff0b-4e27-a5e8-75fcc15037db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202426.html","title":"Example: TreeView Control","navPath":"202426.html","bundleId":"work-tasks-2023-sp1","id":"a895feaca-ef9f-430f-85f4-08bd287354a1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202427.html","title":"SFControl​.cs","navPath":"202427.html","bundleId":"work-tasks-2023-sp1","id":"a64d96ae7-d4f7-4462-9010-0b4c020cf0ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202428.html","title":"TreeView​.cs","navPath":"202428.html","bundleId":"work-tasks-2023-sp1","id":"a7296694b-6eb2-4c4b-a3b5-709ec8fbe31d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202429.html","title":"TreeViewBinding​.cs","navPath":"202429.html","bundleId":"work-tasks-2023-sp1","id":"ab0a228d7-668f-48cc-ae9e-a45229817672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202430.html","title":"corp​.customControls​.treeView​.js","navPath":"202430.html","bundleId":"work-tasks-2023-sp1","id":"af6611fcb-ec95-4b34-a849-6b54f8e2bcdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202431.html","title":"kendo​.treeview​.js","navPath":"202431.html","bundleId":"work-tasks-2023-sp1","id":"a7c0684c9-ff30-464e-b999-783edce9f7b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202432.html","title":"knockout-kendo​.treeview​.js","navPath":"202432.html","bundleId":"work-tasks-2023-sp1","id":"a71ec1f18-98d7-42e0-ab2c-0683c5a0eb85","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295001.html","title":"Add Custom Control Members as White List for Check syntax validations","navPath":"295001.html","bundleId":"work-tasks-2023-sp1","id":"a472a650f-9964-4e3e-90d6-67947698b8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DefaultValues.html","title":"Default Values","navPath":"DefaultValues.html","bundleId":"work-tasks-2023-sp1","id":"af9abd76f-37b2-4a3f-94d2-5366a91447c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidationofValues.html","title":"Validation of Values","navPath":"ValidationofValues.html","bundleId":"work-tasks-2023-sp1","id":"ae1fde206-3367-4216-b720-c924e7e37620","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/layouts.html","title":"Form Layouts","navPath":"layouts.html","bundleId":"work-tasks-2023-sp1","id":"aaf2ea2fa-bfdc-4210-8dde-84aa39057a48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designingformlayouts.html","title":"Design Form Layouts","navPath":"designingformlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a3a50344c-b41c-492d-aed9-e7275103e28a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/examplesaleregistrationform.html","title":"Example: Sale Registration Form","navPath":"examplesaleregistrationform.html","bundleId":"work-tasks-2023-sp1","id":"ae88e3d7d-e653-4f47-8132-62e8875c1531","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190453.html","title":"Forms in Custom Pages","navPath":"190453.html","bundleId":"work-tasks-2023-sp1","id":"ad4bcb0bb-a66f-4570-b4f5-db8d47c239a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190455.html","title":"Load Single Form","navPath":"190455.html","bundleId":"work-tasks-2023-sp1","id":"a547cb497-d48a-4302-9851-329cac4949cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190456.html","title":"Single Form Custom Page Template","navPath":"190456.html","bundleId":"work-tasks-2023-sp1","id":"a1682d639-f76e-46af-8187-7f8b7af054f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localization_1.html","title":"Localization","navPath":"localization_1.html","bundleId":"work-tasks-2023-sp1","id":"ace2317db-c30d-42ff-aa11-6533c0f190a3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingforms.html","title":"Localize Forms","navPath":"localizingforms.html","bundleId":"work-tasks-2023-sp1","id":"aef9a34bf-a86f-4b75-9ab4-551269bab5f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingcontrolnames.html","title":"Localize Control Names and Descriptions","navPath":"localizingcontrolnames.html","bundleId":"work-tasks-2023-sp1","id":"a73564500-0340-4343-9493-fcc29c2f3a0d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingstandardvalidationmessages.html","title":"Localize Standard Validation Messages","navPath":"localizingstandardvalidationmessages.html","bundleId":"work-tasks-2023-sp1","id":"a1dc9cf0a-b76f-436a-ab5b-2c33e5b3a71d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/localizingmessagesinvalidationscripts.html","title":"Localize Messages in Validation Scripts","navPath":"localizingmessagesinvalidationscripts.html","bundleId":"work-tasks-2023-sp1","id":"a3b3f51ec-7079-4c75-91ee-f7b917196e48","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/517766.html","title":"Localize Column Names in Data Grid","navPath":"517766.html","bundleId":"work-tasks-2023-sp1","id":"afe160a75-aaec-4ba9-b9b1-370d88e9af2e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberanddateformats.html","title":"Number and Date Formats","navPath":"numberanddateformats.html","bundleId":"work-tasks-2023-sp1","id":"a32d6db62-9493-4ea2-98a2-6eb288086469","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/numberformats.html","title":"Number Formats","navPath":"numberformats.html","bundleId":"work-tasks-2023-sp1","id":"a0ec7d95d-561d-4432-b642-c51c8edd5efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dateandtimeformats.html","title":"Date and Time Formats","navPath":"dateandtimeformats.html","bundleId":"work-tasks-2023-sp1","id":"abc560300-78ab-48e6-a460-ad54dcf2447d","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scripts.html","title":"Form Scripts","navPath":"scripts.html","bundleId":"work-tasks-2023-sp1","id":"ab0965f6d-0e55-42af-bf6c-353a0a0ecc0e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Framework.html","title":"Framework","navPath":"Framework.html","bundleId":"work-tasks-2023-sp1","id":"a23816853-01cd-4944-8ef8-4f61cfb53a96","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JavaScript.html","title":"JavaScript","navPath":"JavaScript.html","bundleId":"work-tasks-2023-sp1","id":"abf2c8678-1353-4f0a-a95e-a70b51e5f372","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73293.html","title":"Script Editor","navPath":"73293.html","bundleId":"work-tasks-2023-sp1","id":"a24bb6e88-22db-4796-bc4f-98a8ef3a0c53","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ValidateScripts.html","title":"Validate Scripts","navPath":"ValidateScripts.html","bundleId":"work-tasks-2023-sp1","id":"aa9446cb7-5c2e-4a0c-92c2-0f25a8db2133","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soathroughscripts.html","title":"SOA through Scripts","navPath":"soathroughscripts.html","bundleId":"work-tasks-2023-sp1","id":"ac5b8ffe5-7101-4c1c-ad8d-c17c382531cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Guidelines.html","title":"Guidelines","navPath":"Guidelines.html","bundleId":"work-tasks-2023-sp1","id":"a6d11d79b-0e8c-4990-bc18-3726bd5e43e0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PropertiesandEvents.html","title":"Properties and Events","navPath":"PropertiesandEvents.html","bundleId":"work-tasks-2023-sp1","id":"a673575fe-b388-4f46-a5d4-a464e45743ff","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Enable.html","title":"Enable","navPath":"Enable.html","bundleId":"work-tasks-2023-sp1","id":"a9b0d16d0-1d3e-43b3-97b0-596a7402a56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Visible.html","title":"Visible","navPath":"Visible.html","bundleId":"work-tasks-2023-sp1","id":"af0b8486e-c771-41c6-a36c-2bb97a17825c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReadOnly.html","title":"Read-Only","navPath":"ReadOnly.html","bundleId":"work-tasks-2023-sp1","id":"aee7d2409-5b2b-4af9-a162-01b17552ada4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Mandatory.html","title":"Mandatory","navPath":"Mandatory.html","bundleId":"work-tasks-2023-sp1","id":"a6cfba6a9-d83a-40e0-843c-1f2f95702d19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Validate.html","title":"Validate","navPath":"Validate.html","bundleId":"work-tasks-2023-sp1","id":"a24f8c472-6ca2-400a-a8d2-b8965bf4b18c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/options.html","title":"Options","navPath":"options.html","bundleId":"work-tasks-2023-sp1","id":"a5fc376fe-fe6f-4971-9120-e019de5b9492","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Behavior.html","title":"Behavior","navPath":"Behavior.html","bundleId":"work-tasks-2023-sp1","id":"a662aff08-c2ae-4414-894d-28c556228fec","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingextendedinformation.html","title":"Extended Information","navPath":"accessingextendedinformation.html","bundleId":"work-tasks-2023-sp1","id":"a523334e5-ca8d-42ee-b724-fd6c6d42bc78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/onclick.html","title":"On Click","navPath":"onclick.html","bundleId":"work-tasks-2023-sp1","id":"a1dd8f6db-60bc-4877-9a02-d70f4da42d0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataBound.html","title":"On Data Bound","navPath":"OnDataBound.html","bundleId":"work-tasks-2023-sp1","id":"a406b9a38-741c-4840-9697-0f72f811618c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnDataChange.html","title":"On Data Change","navPath":"OnDataChange.html","bundleId":"work-tasks-2023-sp1","id":"a5e379efb-1fab-43ea-acb1-51c3629c4c1c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnFormLoad.html","title":"On Form Load","navPath":"OnFormLoad.html","bundleId":"work-tasks-2023-sp1","id":"a053eb07b-ab76-466c-9380-b1620958819b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordAdd.html","title":"On Record Add","navPath":"OnRecordAdd.html","bundleId":"work-tasks-2023-sp1","id":"a917a1c31-3751-4611-a48f-fd9d904d5b1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnRecordDelete.html","title":"On Record Delete","navPath":"OnRecordDelete.html","bundleId":"work-tasks-2023-sp1","id":"a1d01c0b3-5d25-4e5d-97d1-5b2c1f481968","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnSelectionChange.html","title":"On Selection Change","navPath":"OnSelectionChange.html","bundleId":"work-tasks-2023-sp1","id":"aa4a03b7b-b945-4492-bbbd-a69f06c5ed5e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnTabIndexChange.html","title":"On Tab Index Change","navPath":"OnTabIndexChange.html","bundleId":"work-tasks-2023-sp1","id":"a36eba1fb-db22-4df4-924d-4f97cd9cb920","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OnCheckChange.html","title":"On Check Change","navPath":"OnCheckChange.html","bundleId":"work-tasks-2023-sp1","id":"a95be1fe6-6e86-481e-91ab-c6a714295247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/252067.html","title":"On Initialize","navPath":"252067.html","bundleId":"work-tasks-2023-sp1","id":"a0cad9e4f-d52a-4cac-9b1c-97afa5de5c51","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RecordVisible.html","title":"Record Visible","navPath":"RecordVisible.html","bundleId":"work-tasks-2023-sp1","id":"a69a71c07-6055-4ea6-92fd-39a8732be427","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RangeColor.html","title":"Range Color","navPath":"RangeColor.html","bundleId":"work-tasks-2023-sp1","id":"aadc7df27-561f-40ff-8c1e-2af804dceb50","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ContainersScript.html","title":"Containers","navPath":"ContainersScript.html","bundleId":"work-tasks-2023-sp1","id":"a173d0ffa-36ba-4222-bfe5-00d711c2ed7c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/baseformscriptguidelines.html","title":"Base Form","navPath":"baseformscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aff985446-0dfd-4289-840c-9ecf85f92865","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PanelFormScript.html","title":"Panel Form","navPath":"PanelFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a806b1401-3ac1-4317-b70d-2dd966e70a8a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionBarScript.html","title":"Action Bar","navPath":"ActionBarScript.html","bundleId":"work-tasks-2023-sp1","id":"a8859f11d-c302-400c-9a26-ebd0f7b77e29","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabsScript.html","title":"Tabs","navPath":"TabsScript.html","bundleId":"work-tasks-2023-sp1","id":"a7f8f2d9d-20a0-4609-8f0b-bb1b49306e30","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TabScript.html","title":"Tab","navPath":"TabScript.html","bundleId":"work-tasks-2023-sp1","id":"adfe7ac43-c535-4920-914f-356c38fc0082","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ControlsScripts.html","title":"Controls","navPath":"ControlsScripts.html","bundleId":"work-tasks-2023-sp1","id":"abbe351b8-8faa-4d02-80fd-2a0f17dbbca9","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArcScripting.html","title":"Arc","navPath":"ArcScripting.html","bundleId":"work-tasks-2023-sp1","id":"a2c9f6493-98d2-4fea-91ac-9731f7f1df21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/attachmentscriptguidelines.html","title":"Attachment","navPath":"attachmentscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ad85a9940-8b58-4cea-8007-8547774cfd7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanScript.html","title":"Boolean","navPath":"BooleanScript.html","bundleId":"work-tasks-2023-sp1","id":"a61f57124-bd8b-46ac-914b-8d405187b3c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ButtonScript.html","title":"Button","navPath":"ButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"add3c0abf-3869-4a06-8083-fb50d4412c4c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719691.html","title":"Card","navPath":"719691.html","bundleId":"work-tasks-2023-sp1","id":"a6c0bb2d2-035a-4690-a144-87b5c3a6bd27","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/718901.html","title":"Example Scripting Scenarios and Rendering","navPath":"718901.html","bundleId":"work-tasks-2023-sp1","id":"af021cb5e-c010-43a5-8209-84587a6b9203","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/701201.html","title":"Scripting Scenarios","navPath":"701201.html","bundleId":"work-tasks-2023-sp1","id":"a3aebda6f-b56c-40f2-aa27-91a40d40fe6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/705389.html","title":"Example Card Control Rendering","navPath":"705389.html","bundleId":"work-tasks-2023-sp1","id":"a1e1e8bc5-a04d-4d57-b7c4-c15c1c6972f3","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/536293.html","title":"Chart","navPath":"536293.html","bundleId":"work-tasks-2023-sp1","id":"a779eb158-8be4-46f2-a345-886cfb025b72","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CheckBox_1.html","title":"Check Box","navPath":"CheckBox_1.html","bundleId":"work-tasks-2023-sp1","id":"ad59a63f6-68b3-4fa9-9004-c341ff1c4d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataGrid_1.html","title":"Data Grid","navPath":"DataGrid_1.html","bundleId":"work-tasks-2023-sp1","id":"a0be95846-3ca4-445f-817d-b93fdb6d16ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DataLookup_1.html","title":"Data Lookup","navPath":"DataLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a92d16e-ea2e-43f7-88fb-a65012adb9cf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateScript.html","title":"Date","navPath":"DateScript.html","bundleId":"work-tasks-2023-sp1","id":"a50d50d5e-40b8-4018-b810-8f504ba07988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeScript.html","title":"Date Time","navPath":"DateTimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a538bb564-2ce9-41df-82fe-4df0d8820001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DropDownScript.html","title":"Drop-Down","navPath":"DropDownScript.html","bundleId":"work-tasks-2023-sp1","id":"ad97e1b65-fc0f-426f-a542-19cbc9532219","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmailScript.html","title":"Email","navPath":"EmailScript.html","bundleId":"work-tasks-2023-sp1","id":"a17eaad80-c8ab-4afc-81f2-146e7767334f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedFormScript.html","title":"Embed Form","navPath":"EmbedFormScript.html","bundleId":"work-tasks-2023-sp1","id":"a3c1c4eca-008c-45b2-8427-6f41897e4a22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EmbedPageScript.html","title":"Embed Page","navPath":"EmbedPageScript.html","bundleId":"work-tasks-2023-sp1","id":"a7ea6ebf2-49ee-44af-b6d0-a9d5aeb4414d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/e-signaturescriptguidelines.html","title":"E-signature","navPath":"e-signaturescriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"ae7fa3d90-a123-4c85-8c19-0de21a1fdac8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GanttChartScripting.html","title":"Gantt Chart","navPath":"GanttChartScripting.html","bundleId":"work-tasks-2023-sp1","id":"a77eb5cec-820f-46c1-ae31-29affe7e006c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GaugeScript.html","title":"Gauge","navPath":"GaugeScript.html","bundleId":"work-tasks-2023-sp1","id":"a887cccaa-6cad-41cf-845e-f9d0bf448656","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GeolocationScript.html","title":"Geolocation","navPath":"GeolocationScript.html","bundleId":"work-tasks-2023-sp1","id":"a55df2eac-f404-4d83-a0ba-1fbd87d6b98a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HiddenFieldScript.html","title":"Hidden Field","navPath":"HiddenFieldScript.html","bundleId":"work-tasks-2023-sp1","id":"ad16c6f2b-4e8f-4c94-b50d-9dc7800d7adf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HierarchicalListScript.html","title":"Hierarchical List","navPath":"HierarchicalListScript.html","bundleId":"work-tasks-2023-sp1","id":"a4147403f-77bf-4f5a-857f-43d65e6e8612","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HyperlinkScript.html","title":"Hyperlink","navPath":"HyperlinkScript.html","bundleId":"work-tasks-2023-sp1","id":"a80db9c87-481f-48bc-9dea-4996f9bc9e03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImageScript.html","title":"Image","navPath":"ImageScript.html","bundleId":"work-tasks-2023-sp1","id":"aec471e74-cfb1-4bde-8841-fe1fca873c66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokeworkflowscriptguidelines.html","title":"Invoke Workflow","navPath":"invokeworkflowscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aabf8a4bb-8188-4e2e-bf46-b3f4a1568ff8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LabelScript.html","title":"Label","navPath":"LabelScript.html","bundleId":"work-tasks-2023-sp1","id":"a87c3f791-6cc5-4002-b765-5d3eff298c84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScript.html","title":"List","navPath":"ListScript.html","bundleId":"work-tasks-2023-sp1","id":"a0334c277-ebb3-45d5-b41c-cfbaccb1aed5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NumberScript.html","title":"Number","navPath":"NumberScript.html","bundleId":"work-tasks-2023-sp1","id":"ae9725cb1-a63b-473d-b263-8d5eb7d1586a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PasswordScript.html","title":"Password","navPath":"PasswordScript.html","bundleId":"work-tasks-2023-sp1","id":"afba5abd2-5992-4565-aa3d-dc4027347497","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PopUpScript.html","title":"Pop-Up","navPath":"PopUpScript.html","bundleId":"work-tasks-2023-sp1","id":"af68fd846-6ce4-4257-b5e1-6b3381fafc37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/719165.html","title":"Progress Bar","navPath":"719165.html","bundleId":"work-tasks-2023-sp1","id":"add8f6177-50ce-40ed-8354-2d7537a3688e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RadioButtonScript.html","title":"Radio Button","navPath":"RadioButtonScript.html","bundleId":"work-tasks-2023-sp1","id":"a46e1d47d-df8d-4f45-ae13-8a48ca9985a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportviewerscriptguidelines.html","title":"Report Viewer","navPath":"reportviewerscriptguidelines.html","bundleId":"work-tasks-2023-sp1","id":"aaf191e60-b8bc-4e25-8420-100489060f8e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RichTextScript.html","title":"Rich Text","navPath":"RichTextScript.html","bundleId":"work-tasks-2023-sp1","id":"aa553ef56-7bab-4646-92fe-c26fabc1b06b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RoleLookupScript.html","title":"Role Lookup","navPath":"RoleLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a55f67cef-817a-4f60-80d9-72b7e5325afa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SignatureScript.html","title":"Signature","navPath":"SignatureScript.html","bundleId":"work-tasks-2023-sp1","id":"ac60f2463-47ba-4b0f-aa50-d2613d2f8a6d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SliderScript.html","title":"Slider","navPath":"SliderScript.html","bundleId":"work-tasks-2023-sp1","id":"a299b25e3-247f-4014-9af5-58ff71378a18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextScript.html","title":"Text","navPath":"TextScript.html","bundleId":"work-tasks-2023-sp1","id":"a0a4ced46-ff52-4822-844c-f7d5e675f3bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TimeScript.html","title":"Time","navPath":"TimeScript.html","bundleId":"work-tasks-2023-sp1","id":"a342aa2df-d01e-4ff1-b4d5-c9b6002af3bf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TreeScript.html","title":"Tree","navPath":"TreeScript.html","bundleId":"work-tasks-2023-sp1","id":"a73dc6437-3b03-45fc-8605-5a687896b193","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookupScript.html","title":"User Lookup","navPath":"UserLookupScript.html","bundleId":"work-tasks-2023-sp1","id":"a5f379bbf-ad8c-40ef-b47a-0e6b9c7bfe2b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/827028.html","title":"Widget","navPath":"827028.html","bundleId":"work-tasks-2023-sp1","id":"abe42c193-0e6c-4ce8-bb7e-da9925eb556e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParameters.html","title":"Forms Parameters","navPath":"FormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"a8c9c7e79-3043-429d-86a5-d8fc47dcd5be","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFormsParameters.html","title":"Add Forms Parameters","navPath":"AddFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"ab2106091-7396-415c-8d58-ad075eebbbc6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteFormsParameters.html","title":"Delete Forms Parameters","navPath":"DeleteFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"abfed2378-fbb2-415a-84d5-b3fe77375a5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetFormsParameters.html","title":"Set Forms Parameters","navPath":"SetFormsParameters.html","bundleId":"work-tasks-2023-sp1","id":"add1680cf-2275-48ef-950f-30c6b6402be2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsParametersforInvokeFormActivity.html","title":"Forms Parameters for Invoke Form Activity","navPath":"FormsParametersforInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"a40527d76-4cf6-4c34-a731-cd1e93b0ba05","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BestPracticesinScripts.html","title":"Best Practices","navPath":"BestPracticesinScripts.html","bundleId":"work-tasks-2023-sp1","id":"a7e06072b-5686-46fc-a891-347daba7ee74","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/APIs.html","title":"APIs","navPath":"APIs.html","bundleId":"work-tasks-2023-sp1","id":"a8a4529fc-1934-4d11-b523-ac365299ec63","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FormsAPIs.html","title":"Forms APIs","navPath":"FormsAPIs.html","bundleId":"work-tasks-2023-sp1","id":"a77a13ccb-5735-4142-9a1c-520210d4b161","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUcloseForm.html","title":"SFU​.closeForm()","navPath":"SFUcloseForm.html","bundleId":"work-tasks-2023-sp1","id":"a405f6fe4-91af-4f08-b2c9-03e213c8b49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUdecodeXmlValue.html","title":"SFU​.decodeXmlValue()","navPath":"SFUdecodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"ab560123e-3571-4393-9c28-6f1920103901","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUencodeXmlValue.html","title":"SFU​.encodeXmlValue()","navPath":"SFUencodeXmlValue.html","bundleId":"work-tasks-2023-sp1","id":"a39ff212b-b27c-4d49-9343-31e3524fa5e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/765030.html","title":"SFU​.getClientCredentialToken()","navPath":"765030.html","bundleId":"work-tasks-2023-sp1","id":"a2d5543f8-07f9-40b1-9836-39021af69a0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInStringFormat.html","title":"SFU​.getDateTimeInStringFormat()","navPath":"SFUgetDateTimeInStringFormat.html","bundleId":"work-tasks-2023-sp1","id":"a37bea45a-9ab4-4f07-95ea-155581ae546c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInServerUTCFormat.html","title":"SFU​.getDateTimeInServerUTCFormat()","navPath":"SFUgetDateTimeInServerUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"a77e802af-d947-41ac-a986-d287f7b781e5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetDateTimeInUTCFormat.html","title":"SFU​.getDateTimeInUTCFormat()","navPath":"SFUgetDateTimeInUTCFormat.html","bundleId":"work-tasks-2023-sp1","id":"afb06954b-2d9f-42ef-a94a-bf8154a6e90c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetFormUrl.html","title":"SFU​.getFormUrl()","navPath":"SFUgetFormUrl.html","bundleId":"work-tasks-2023-sp1","id":"ae84ccc75-53a6-4f25-814e-f80f6323d8a4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetGridValue.html","title":"SFU​.getGridValue()","navPath":"SFUgetGridValue.html","bundleId":"work-tasks-2023-sp1","id":"abc5e4b6d-b5ca-4292-9288-7a33ef5668d2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetImagePath.html","title":"SFU​.getImagePath()","navPath":"SFUgetImagePath.html","bundleId":"work-tasks-2023-sp1","id":"a3b25c910-8d9e-4a40-88d4-ee17beb18699","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetJSONObjectFromXml.html","title":"SFU​.getJSONObjectFromXml()","navPath":"SFUgetJSONObjectFromXml.html","bundleId":"work-tasks-2023-sp1","id":"aef63007c-f450-4c86-9ec2-3b5f7a9cb222","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetLookupSchemaAndData.html","title":"SFU​.getLookupSchemaAndData()","navPath":"SFUgetLookupSchemaAndData.html","bundleId":"work-tasks-2023-sp1","id":"aaf1cea43-b018-4bd2-8d8c-ff28683cd200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetServerUtcOffset.html","title":"SFU​.getServerUtcOffset()","navPath":"SFUgetServerUtcOffset.html","bundleId":"work-tasks-2023-sp1","id":"a51117c4a-b3de-477b-a5e0-acd2c878a7b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetStorageItem.html","title":"SFU​.getStorageItem()","navPath":"SFUgetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"aeec65e35-5b22-4a7a-849d-51b0734e0c09","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserAccessToken.html","title":"SFU​.getUserAccessToken()","navPath":"SFUgetUserAccessToken.html","bundleId":"work-tasks-2023-sp1","id":"ac8456f4f-584f-47b7-a627-fa699c6b6a12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserLookupExtendedInformation.html","title":"SFU​.getUserLookupExtendedInformation()","navPath":"SFUgetUserLookupExtendedInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9e7586df-a8e9-4d92-8f7f-d0a38f3055e6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/833395.html","title":"SFU​.getUserMemberOf()","navPath":"833395.html","bundleId":"work-tasks-2023-sp1","id":"a9fb5e779-8633-4110-b420-aac7d339fbda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserRoles.html","title":"SFU​.getUserRoles()","navPath":"SFUgetUserRoles.html","bundleId":"work-tasks-2023-sp1","id":"a261da06b-5080-4adb-b3a6-15588709721a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetUserSecurityGroup.html","title":"SFU​.getUserSecurityGroup()","navPath":"SFUgetUserSecurityGroup.html","bundleId":"work-tasks-2023-sp1","id":"ab8235884-a73b-43bc-8142-58c299e65c60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetValueForRightCode.html","title":"SFU​.getValueForRightCode()","navPath":"SFUgetValueForRightCode.html","bundleId":"work-tasks-2023-sp1","id":"a6f8409fd-9654-41ed-bac2-87068dc0ef61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetVirtualActorId.html","title":"SFU​.getVirtualActorId()","navPath":"SFUgetVirtualActorId.html","bundleId":"work-tasks-2023-sp1","id":"a9623a4ae-bef5-41f3-9095-4c0671200f96","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUgetXmlFromJSONObject.html","title":"SFU​.getXmlFromJSONObject()","navPath":"SFUgetXmlFromJSONObject.html","bundleId":"work-tasks-2023-sp1","id":"a445b578b-9b19-4599-90b4-87e9ca5835b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUhideLoader.html","title":"SFU​.hideLoader()","navPath":"SFUhideLoader.html","bundleId":"work-tasks-2023-sp1","id":"aac3d9e80-d787-48ab-9f4a-bca90865a0c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfuincludecustomcssfiles.html","title":"SFU​.includeCustomCssFiles()","navPath":"sfuincludecustomcssfiles.html","bundleId":"work-tasks-2023-sp1","id":"a83668983-4e0e-43a4-b237-1690183f5d57","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaformsutilitiesincludecustomjsfiles.html","title":"SFU​.includeCustomJsFiles()","navPath":"skeltaformsutilitiesincludecustomjsfiles.html","bundleId":"work-tasks-2023-sp1","id":"a9176345d-ceb1-47e2-845d-e8315bc001e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1057633.html","title":"SFU​.initializeWidgetFormCommunication()","navPath":"1057633.html","bundleId":"work-tasks-2023-sp1","id":"afdf9386c-b09a-40d1-b511-fdb8d7660f6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUinvokeWorkflow.html","title":"SFU​.invokeWorkflow()","navPath":"SFUinvokeWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a86fcf416-ce93-417d-9c58-678e7317af47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisArray.html","title":"SFU​.isArray()","navPath":"SFUisArray.html","bundleId":"work-tasks-2023-sp1","id":"ac7e64843-c68d-4c28-ad8e-54bf72109446","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisControlInNewMode.html","title":"SFU​.isControlInNewMode()","navPath":"SFUisControlInNewMode.html","bundleId":"work-tasks-2023-sp1","id":"a86b40c31-8681-4d53-8429-cdf09d56524b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisEmpty.html","title":"SFU​.isEmpty()","navPath":"SFUisEmpty.html","bundleId":"work-tasks-2023-sp1","id":"a821d474a-39e2-45e2-8957-9a5434d26590","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisFormInEditMode.html","title":"SFU​.isFormInEditMode()","navPath":"SFUisFormInEditMode.html","bundleId":"work-tasks-2023-sp1","id":"acafc88dc-b80b-4ed1-abd5-96139505e899","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisMobileDisplayMode.html","title":"SFU​.isMobileDisplayMode()","navPath":"SFUisMobileDisplayMode.html","bundleId":"work-tasks-2023-sp1","id":"a4532b8f9-0123-4510-af32-67e4a8499f2e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisNumber.html","title":"SFU​.isNumber()","navPath":"SFUisNumber.html","bundleId":"work-tasks-2023-sp1","id":"aafcf0211-ec0a-496a-ac6e-432d86dbb197","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUisUndefined.html","title":"SFU​.isUndefined()","navPath":"SFUisUndefined.html","bundleId":"work-tasks-2023-sp1","id":"a31ac9026-c9e2-49ac-8adf-6bb9e8353fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767421.html","title":"SFU​.isWorkTasksPro()","navPath":"767421.html","bundleId":"work-tasks-2023-sp1","id":"a95cb0e37-ee6d-4c21-b74b-3e46e9c6d586","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/767422.html","title":"SFU​.isWorkTasksProConnectedToInternet()","navPath":"767422.html","bundleId":"work-tasks-2023-sp1","id":"a11d306cf-8886-4a58-94ba-295a1aa7a981","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/644453.html","title":"SFU​.logMessageToWMLogger()","navPath":"644453.html","bundleId":"work-tasks-2023-sp1","id":"ab8b9fc83-1f59-490e-86db-c8048b3daeae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUparseNumberValue.html","title":"SFU​.parseNumberValue()","navPath":"SFUparseNumberValue.html","bundleId":"work-tasks-2023-sp1","id":"a4fbe35f5-854e-440e-a1a5-e21d91994e0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUreloadForm.html","title":"SFU​.reloadForm()","navPath":"SFUreloadForm.html","bundleId":"work-tasks-2023-sp1","id":"ac41338b3-dd8f-4220-b292-4973eb05a4b8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsetStorageItem.html","title":"SFU​.setStorageItem()","navPath":"SFUsetStorageItem.html","bundleId":"work-tasks-2023-sp1","id":"afca8e0ca-6711-4728-bb9a-a8f2f066552b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189252.html","title":"SFU​.soaMethod()","navPath":"189252.html","bundleId":"work-tasks-2023-sp1","id":"ad97ec3a9-6ecd-416f-bc56-ee10c714bc50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/sfushowalert.html","title":"SFU​.showAlert()","navPath":"sfushowalert.html","bundleId":"work-tasks-2023-sp1","id":"ab9c94d5c-e1f0-4875-9f76-18e0cebd4e1b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowConfirmation.html","title":"SFU​.showConfirmation()","navPath":"SFUshowConfirmation.html","bundleId":"work-tasks-2023-sp1","id":"aecbfc49b-5259-4982-8fa7-d84627dc845c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowError.html","title":"SFU​.showError()","navPath":"SFUshowError.html","bundleId":"work-tasks-2023-sp1","id":"a579c1261-c7d7-413b-8b65-622609364a60","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowLoader.html","title":"SFU​.showLoader()","navPath":"SFUshowLoader.html","bundleId":"work-tasks-2023-sp1","id":"a81ca8df0-fbac-40a4-b229-bd54980f6948","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowPopupControl.html","title":"SFU​.showPopupControl()","navPath":"SFUshowPopupControl.html","bundleId":"work-tasks-2023-sp1","id":"a37e3b671-4bc4-40a0-bd11-897d205d5aca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUshowWarning.html","title":"SFU​.showWarning()","navPath":"SFUshowWarning.html","bundleId":"work-tasks-2023-sp1","id":"af136ba85-7c25-488e-88ec-20162e28d8ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SFUsubscribeToControlParameters.html","title":"SFU​.subscribeToControlParameters()","navPath":"SFUsubscribeToControlParameters.html","bundleId":"work-tasks-2023-sp1","id":"a5b4c10c3-4bb0-46f1-bb7a-309679c89769","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/686372.html","title":"SFU​.updateFormHeaderForWorkTasksPro()","navPath":"686372.html","bundleId":"work-tasks-2023-sp1","id":"ada1b5c27-0dfb-460f-8fe7-38711527b224","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecord.html","title":"control​.addRecord()","navPath":"controladdRecord.html","bundleId":"work-tasks-2023-sp1","id":"afdfbfcfd-2562-4211-b30c-e6dac525b834","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToBottom.html","title":"control​.addRecordToBottom()","navPath":"controladdRecordToBottom.html","bundleId":"work-tasks-2023-sp1","id":"a21c30781-0bce-492b-b86b-c0acba3d89bd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToPosition.html","title":"control​.addRecordToPosition()","navPath":"controladdRecordToPosition.html","bundleId":"work-tasks-2023-sp1","id":"a5a8980ba-1336-46ea-b5ea-5c85889af292","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controladdRecordToTop.html","title":"control​.addRecordToTop()","navPath":"controladdRecordToTop.html","bundleId":"work-tasks-2023-sp1","id":"a03c04916-fb28-4ed6-b467-0d599300fc8f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlapplyFilter.html","title":"control​.applyFilter()","navPath":"controlapplyFilter.html","bundleId":"work-tasks-2023-sp1","id":"a20712e16-4525-4929-bc75-8bdc5d54629f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlassociatedform.html","title":"control​.associatedForm","navPath":"controlassociatedform.html","bundleId":"work-tasks-2023-sp1","id":"a875a7749-9265-4123-a257-7cf7b8b89738","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearContent.html","title":"control​.clearContent()","navPath":"controlclearContent.html","bundleId":"work-tasks-2023-sp1","id":"a63412c78-c083-4ef0-8f97-c4a0cfbaf119","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlclearFilter.html","title":"control​.clearFilter()","navPath":"controlclearFilter.html","bundleId":"work-tasks-2023-sp1","id":"a36a02df5-3cf8-4761-8553-b1eda99cbe94","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlcontrols.html","title":"control​.controls()","navPath":"controlcontrols.html","bundleId":"work-tasks-2023-sp1","id":"a66ecb487-6338-4fe8-84f0-4093ec4521bc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controldatacontainerform.html","title":"control​.dataContainerForm","navPath":"controldatacontainerform.html","bundleId":"work-tasks-2023-sp1","id":"a27558c82-5d0f-4131-a5d7-e682298bebeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllById.html","title":"control​.findAllById()","navPath":"controlfindAllById.html","bundleId":"work-tasks-2023-sp1","id":"a55de738a-fcc1-4c37-acc0-4cd82dbafd52","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByName.html","title":"control​.findAllByName()","navPath":"controlfindAllByName.html","bundleId":"work-tasks-2023-sp1","id":"a3b7f6ab9-12a3-434a-a2dd-d5d0d2ef5810","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindAllByXmlNode.html","title":"control​.findAllByXmlNode()","navPath":"controlfindAllByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a939ba394-c30f-45c4-8fdd-33e08bd13767","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindById.html","title":"control​.findById()","navPath":"controlfindById.html","bundleId":"work-tasks-2023-sp1","id":"ae62f0440-484a-4c8a-9716-61ab2d0b3fdc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByName.html","title":"control​.findByName()","navPath":"controlfindByName.html","bundleId":"work-tasks-2023-sp1","id":"a7e53f5b9-55ef-4572-a021-bc7c9e11d00f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindByXmlNode.html","title":"control​.findByXmlNode()","navPath":"controlfindByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"aadb194bd-459e-4b08-a099-c0763d2252b3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlById.html","title":"control​.findChildRecordControlById()","navPath":"controlfindChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a78b44e8a-4ad7-4a99-b35e-2410a37a494f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByName.html","title":"control​.findChildRecordControlByName()","navPath":"controlfindChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"aa675f610-8714-476a-b3a0-e2df9aeec0a0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindChildRecordControlByXmlNode.html","title":"control​.findChildRecordControlByXmlNode()","navPath":"controlfindChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"a51957a78-10bf-4b2a-8918-7fea3616fe16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlById.html","title":"control​.findImmediateChildRecordControlById()","navPath":"controlfindImmediateChildRecordControlById.html","bundleId":"work-tasks-2023-sp1","id":"a89576048-ea1b-4820-95a3-27c919f744d5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByName.html","title":"control​.findImmediateChildRecordControlByName()","navPath":"controlfindImmediateChildRecordControlByName.html","bundleId":"work-tasks-2023-sp1","id":"a298bce29-69cc-4862-8bbb-8d68e16ff843","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlfindImmediateChildRecordControlByXmlNode.html","title":"control​.findImmediateChildRecordControlByXmlNode()","navPath":"controlfindImmediateChildRecordControlByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"adf24826e-82e3-4d37-9786-c07a082ecadb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetFormSubmissionData.html","title":"control​.getFormSubmissionData()","navPath":"controlgetFormSubmissionData.html","bundleId":"work-tasks-2023-sp1","id":"aa98c37e7-06c1-466d-acd9-0d116c4d57f7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlgetType.html","title":"control​.getType()","navPath":"controlgetType.html","bundleId":"work-tasks-2023-sp1","id":"a536b728e-885b-47b6-ad22-0685434156b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775629.html","title":"control​.refreshCard()","navPath":"775629.html","bundleId":"work-tasks-2023-sp1","id":"a7e42d501-7a87-40c3-b5d7-052ae0dc61d9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/746399.html","title":"control​.refreshData()","navPath":"746399.html","bundleId":"work-tasks-2023-sp1","id":"aa6b99bde-6f35-4d81-ae0a-3d89f819a0c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshGrid.html","title":"control​.refreshGrid()","navPath":"controlrefreshGrid.html","bundleId":"work-tasks-2023-sp1","id":"af51f3403-aa16-4db6-ba70-7c0ecdff1a06","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlrefreshTree.html","title":"control​.refreshTree()","navPath":"controlrefreshTree.html","bundleId":"work-tasks-2023-sp1","id":"a3b936c62-2c01-41ac-b677-73d4c61f0ff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremove.html","title":"control​.remove()","navPath":"controlremove.html","bundleId":"work-tasks-2023-sp1","id":"a4d9b2d7f-d2b5-424c-b0f9-d2629d9f053a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAll.html","title":"control​.removeAll()","navPath":"controlremoveAll.html","bundleId":"work-tasks-2023-sp1","id":"a249e15c8-7120-4163-aca2-25b1de0b039a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoveAt.html","title":"control​.removeAt()","navPath":"controlremoveAt.html","bundleId":"work-tasks-2023-sp1","id":"a590139ba-f0bb-499d-ac13-d5cf179b1744","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlremoverecord.html","title":"control​.removeRecord()","navPath":"controlremoverecord.html","bundleId":"work-tasks-2023-sp1","id":"aa0a2605f-5ab4-4f80-ac9e-e2fc5d7e38a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitClick.html","title":"control​.submitClick()","navPath":"controlsubmitClick.html","bundleId":"work-tasks-2023-sp1","id":"abe7abf84-b0cf-45a3-ac27-d636d0e48efe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectedTabIndex.html","title":"control​.selectedTabIndex()","navPath":"controlselectedTabIndex.html","bundleId":"work-tasks-2023-sp1","id":"a71379190-420f-4c20-af03-17960b53a592","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectRecord.html","title":"control​.selectRecord()","navPath":"controlselectRecord.html","bundleId":"work-tasks-2023-sp1","id":"adf416278-4380-4991-80c2-67440138ef4e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlselectTab.html","title":"control​.selectTab()","navPath":"controlselectTab.html","bundleId":"work-tasks-2023-sp1","id":"aa78e3e14-d2af-4a4d-b398-26a80b679123","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsubmitForm.html","title":"control​.submitForm()","navPath":"controlsubmitForm.html","bundleId":"work-tasks-2023-sp1","id":"a2cadeef8-a4b9-40ed-9ddd-48cc882a4099","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumById.html","title":"control​.sumById()","navPath":"controlsumById.html","bundleId":"work-tasks-2023-sp1","id":"a65aee269-b417-4d9a-b313-d936dab00b3d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByName.html","title":"control​.sumByName()","navPath":"controlsumByName.html","bundleId":"work-tasks-2023-sp1","id":"a260f7588-5d12-4ed8-81fd-f57b9372067a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlsumByXmlNode.html","title":"control​.sumByXmlNode()","navPath":"controlsumByXmlNode.html","bundleId":"work-tasks-2023-sp1","id":"afb71381b-da7a-43e1-9be1-e880deb2cd3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelForm.html","title":"control​.topLevelForm()","navPath":"controltopLevelForm.html","bundleId":"work-tasks-2023-sp1","id":"a817848b3-25b2-49fc-b436-1f252f8eb5c8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controltopLevelFormactionbargetActionItemByName.html","title":"control​.topLevelForm​.actionbar​.getActionItemByName()","navPath":"controltopLevelFormactionbargetActionItemByName.html","bundleId":"work-tasks-2023-sp1","id":"ad3266f92-ff52-4963-a1d9-052486a4b386","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel1ProgressDisplay.html","title":"control​.updateLevel1ProgressDisplay()","navPath":"controlupdateLevel1ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a8296cc22-bd9d-4d28-8d15-c55df89389a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2.html","title":"control​.updateLevel2()","navPath":"controlupdateLevel2.html","bundleId":"work-tasks-2023-sp1","id":"a41ef86c4-7452-4a5b-ac73-f3e84538ce74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ProgressDisplay.html","title":"control​.updateLevel2ProgressDisplay()","navPath":"controlupdateLevel2ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a0b2c126a-658e-460b-9655-022095e4f8e4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2SelectItem.html","title":"control​.updateLevel2SelectItem()","navPath":"controlupdateLevel2SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"a43b9b9d2-713b-4816-9160-c5cf597c0c30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel2ToggleDisplay.html","title":"control​.updateLevel2ToggleDisplay()","navPath":"controlupdateLevel2ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a3b5779a9-d845-4711-9eb4-762d9182cee7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3.html","title":"control​.updateLevel3()","navPath":"controlupdateLevel3.html","bundleId":"work-tasks-2023-sp1","id":"a20ed3c4b-e9df-4436-9576-2fb53cefe7b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ProgressDisplay.html","title":"control​.updateLevel3ProgressDisplay()","navPath":"controlupdateLevel3ProgressDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a52775845-8d54-401a-b722-51181b5c2813","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3SelectItem.html","title":"control​.updateLevel3SelectItem()","navPath":"controlupdateLevel3SelectItem.html","bundleId":"work-tasks-2023-sp1","id":"ae02508e8-b630-4347-9496-d3f34e634ede","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlupdateLevel3ToggleDisplay.html","title":"control​.updateLevel3ToggleDisplay()","navPath":"controlupdateLevel3ToggleDisplay.html","bundleId":"work-tasks-2023-sp1","id":"a1bf8806b-3f97-4648-adb1-29263bd81bfc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateControl.html","title":"control​.validateControl()","navPath":"controlvalidateControl.html","bundleId":"work-tasks-2023-sp1","id":"ae8eaab29-70d0-4a49-827c-dc37d2d84d1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateForm.html","title":"control​.validateForm()","navPath":"controlvalidateForm.html","bundleId":"work-tasks-2023-sp1","id":"ae59ac6c6-3c7c-48c5-87d1-59e96d4c22ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/controlvalidateRecord.html","title":"control​.validateRecord()","navPath":"controlvalidateRecord.html","bundleId":"work-tasks-2023-sp1","id":"aecdd5689-8853-461a-8e71-94d8dc98dbc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/isControlVisible.html","title":"isControlVisible()","navPath":"isControlVisible.html","bundleId":"work-tasks-2023-sp1","id":"a5e38e4f9-58e0-4d2c-887d-2d3d64ffcbbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81024.html","title":"skelta​.localize​.getString()","navPath":"81024.html","bundleId":"work-tasks-2023-sp1","id":"a4187ccf6-2b96-4d5e-bed7-399c0124c90a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/81025.html","title":"skelta​.userContext​.getUserContextFor()","navPath":"81025.html","bundleId":"work-tasks-2023-sp1","id":"a2cf35c4d-c80e-48b5-ad68-0cdff21a68dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltagridgetDataSource.html","title":"skelta​.grid​.getDataSource()","navPath":"skeltagridgetDataSource.html","bundleId":"work-tasks-2023-sp1","id":"abc5da88d-d9dc-4c9e-8443-6da5819ef15f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webapis.html","title":"Web APIs","navPath":"webapis.html","bundleId":"work-tasks-2023-sp1","id":"a960defc8-1bb7-41cd-b6f8-42f862b2e758","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/677026.html","title":"Web API Certificate-based Authentication","navPath":"677026.html","bundleId":"work-tasks-2023-sp1","id":"affb264c2-32d4-4c09-a783-e4c9313ea1de","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676962.html","title":"Web API Server Configuration","navPath":"676962.html","bundleId":"work-tasks-2023-sp1","id":"a406703ae-7afa-42de-8f6f-026650ec387c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/676963.html","title":"Web API Client Configuration","navPath":"676963.html","bundleId":"work-tasks-2023-sp1","id":"a0e098884-2f02-48dd-b9bc-b08e7bac7a19","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/724528.html","title":"Web API Type files for Swagger/OpenAPI based Web APIs","navPath":"724528.html","bundleId":"work-tasks-2023-sp1","id":"abe0abd60-fba1-431f-8fa9-3035b8d73815","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/738916.html","title":"Web API Source","navPath":"738916.html","bundleId":"work-tasks-2023-sp1","id":"aa843c866-ebee-4a28-bc59-3b53ce4587c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/217543.html","title":"Import a New Form using an API","navPath":"217543.html","bundleId":"work-tasks-2023-sp1","id":"aee1e33bf-a3fe-457e-bd8b-ce496cb1b3c8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenarios.html","title":"Scenarios","navPath":"Scenarios.html","bundleId":"work-tasks-2023-sp1","id":"abc552ca8-f718-4e1e-a6f1-343284a931f7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario1Purchase_Order_Form.html","title":"Scenario 1: Purchase Order Form","navPath":"Scenario1Purchase_Order_Form.html","bundleId":"work-tasks-2023-sp1","id":"ab792a337-3340-428b-bff6-8b7d2a61f108","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario2VehicleRegistrationForm.html","title":"Scenario 2: Vehicle Registration Form","navPath":"Scenario2VehicleRegistrationForm.html","bundleId":"work-tasks-2023-sp1","id":"a4e1d49cb-a27b-4014-a536-4b453a1c9a38","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Scenario3EMIForm.html","title":"Scenario 3: EMI Form","navPath":"Scenario3EMIForm.html","bundleId":"work-tasks-2023-sp1","id":"a9781e4f0-7b1b-468c-9cca-e16bb1d3c324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Examples.html","title":"Examples","navPath":"Examples.html","bundleId":"work-tasks-2023-sp1","id":"a925e9048-9a86-4a11-a365-beeb61e5377e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AccessingValuesofaSelectedRowThroughOtherControls.html","title":"Accessing Values of a Selected Row Through Other Controls","navPath":"AccessingValuesofaSelectedRowThroughOtherControls.html","bundleId":"work-tasks-2023-sp1","id":"a9ae4e676-f81f-4363-b08a-00ed7606a751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddDataGridtoWorkflows.html","title":"Add Data Grid to Workflows","navPath":"AddDataGridtoWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"aee4c279e-a9bb-4d08-9a68-f5ead2957de1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaHierarchicalDataGrid.html","title":"Create a Hierarchical Data Grid","navPath":"CreateaHierarchicalDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a8c58c15b-9296-4d6c-87be-86f4100d25a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/197670.html","title":"Customize Forms Using Custom Styles","navPath":"197670.html","bundleId":"work-tasks-2023-sp1","id":"a66f9f137-a99a-4ef3-a809-909bef729c8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/179029.html","title":"Data Binding Drop-Down Controls Using Lookups","navPath":"179029.html","bundleId":"work-tasks-2023-sp1","id":"affe8b62d-1f0e-4ad6-830c-1a8385e9ac6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202435.html","title":"Data Binding Drop-Down Controls Using Lookup Name (Non-parameterized)","navPath":"202435.html","bundleId":"work-tasks-2023-sp1","id":"a492cdcf1-c636-416c-9d2c-25b9c1abb3ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/202437.html","title":"Data Binding Drop-Down Controls Using a Lookup Name (Parameterized)","navPath":"202437.html","bundleId":"work-tasks-2023-sp1","id":"a6c92b501-fcb7-4a66-b179-1441486b67d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteRecordinaBaseFormControl.html","title":"Delete Record in a Base Form Control","navPath":"DeleteRecordinaBaseFormControl.html","bundleId":"work-tasks-2023-sp1","id":"a084ad00a-f1fb-4273-afcb-e9c48dfff07f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetUserInformationofLoggedonUser.html","title":"Get User Information of Logged-on User","navPath":"GetUserInformationofLoggedonUser.html","bundleId":"work-tasks-2023-sp1","id":"a004d6356-ca34-4827-aeab-8acd1fab82d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HidetheColumnHeaderinaDataGrid.html","title":"Hide the Column Header in a Data Grid","navPath":"HidetheColumnHeaderinaDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"ac70fbee5-757a-448a-bd7e-c1239599cc27","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","title":"Localize BlockingOutput Messages for Invoke Workflow Control","navPath":"LocalizeBlockingOutputMessagesforInvokeWorkflowControl.html","bundleId":"work-tasks-2023-sp1","id":"afe5cc4b6-ee9f-4b28-bd86-d46067bfbcc9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/PreventDuplicateDataEntriesinControls.html","title":"Prevent Duplicate Data Entries in Controls","navPath":"PreventDuplicateDataEntriesinControls.html","bundleId":"work-tasks-2023-sp1","id":"a7cb80af3-e5b5-4a0d-b960-007e323ee32f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/206583.html","title":"Print a Form","navPath":"206583.html","bundleId":"work-tasks-2023-sp1","id":"a8781960d-bd45-4592-b761-f2c3f6641ba8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","title":"Select and Act on Multiple Work Items Using the Enable Multi Select option","navPath":"SelectandActonMultipleWorkItemsUsingtheEnableMultiSelectoption.html","bundleId":"work-tasks-2023-sp1","id":"aa98cc65a-63b6-4eba-a221-dca364c8ddde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","title":"Set the Consider Available Height and Dynamic Page Size Properties","navPath":"SettheConsiderAvailableHeightandDynamicPageSizeProperties.html","bundleId":"work-tasks-2023-sp1","id":"ab88a132e-9509-49d1-9a03-61905f95f115","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetValuesforaDataGridonPostExecutionofaWorkflow.html","title":"Set Values for a Data Grid on Post Execution of a Workflow","navPath":"SetValuesforaDataGridonPostExecutionofaWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73b272b6-2b69-4776-bb44-de32cc457565","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ShowEmbeddedDatafromWebAPILookupinDataGrid.html","title":"Show Embedded Data from Web API Lookup in Data Grid","navPath":"ShowEmbeddedDatafromWebAPILookupinDataGrid.html","bundleId":"work-tasks-2023-sp1","id":"a2f3c4c02-4e99-40e6-9d6c-30bc70377692","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194926.html","title":"Show Icons in Data Grid Columns","navPath":"194926.html","bundleId":"work-tasks-2023-sp1","id":"abf747be9-22e8-4852-a43f-42bc0d84aa0f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateColumnNamesinaBaseForm.html","title":"Update Column Names in a Base Form","navPath":"UpdateColumnNamesinaBaseForm.html","bundleId":"work-tasks-2023-sp1","id":"a7dd04821-a08f-4f7b-925a-aeb4a2c9bf05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189701.html","title":"Use Data from Data Grid Set As Data Source","navPath":"189701.html","bundleId":"work-tasks-2023-sp1","id":"abf72bd4b-19b1-4918-9a4e-595fc1919cb1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/194592.html","title":"Use Data from Parameterized Data Grid in Base Form","navPath":"194592.html","bundleId":"work-tasks-2023-sp1","id":"a265b46a7-8e68-4f67-af82-9d95b6c199b4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheSecurityAPIs.html","title":"Use the Security APIs","navPath":"UsetheSecurityAPIs.html","bundleId":"work-tasks-2023-sp1","id":"ad57d70bd-d767-4e9f-bf32-c82177eac8d6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189973.html","title":"View Attachments uploaded from Forms","navPath":"189973.html","bundleId":"work-tasks-2023-sp1","id":"af3cc25a6-cfff-417d-8bcc-8c4f1456e6af","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1264475.html","title":"Access Attachments from Another Form","navPath":"1264475.html","bundleId":"work-tasks-2023-sp1","id":"aefa7a2e1-a483-4dd1-8e43-a6dad471b999","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/support.html","title":"Troubleshooting Forms","navPath":"support.html","bundleId":"work-tasks-2023-sp1","id":"a8d6af9bb-cc0a-4e04-a326-63cb2bb073f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/62676.html","title":"Troubleshoot","navPath":"62676.html","bundleId":"work-tasks-2023-sp1","id":"a515d9a0d-0fe4-4c3f-9691-23d0b535ade1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/195029.html","title":"Supported Library Versions","navPath":"195029.html","bundleId":"work-tasks-2023-sp1","id":"a9ac26027-4a4b-4846-8a1f-b8138b796f05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/faqs.html","title":"FAQs","navPath":"faqs.html","bundleId":"work-tasks-2023-sp1","id":"a96c4fc7c-eb1d-4659-a160-205e666f8f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListsDesigner.html","title":"Lists Designer","navPath":"ListsDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ad7788037-0ba1-4fc3-9d62-8cb15368d9ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managelists.html","title":"Manage Lists","navPath":"managelists.html","bundleId":"work-tasks-2023-sp1","id":"a076bdd81-e378-45ea-848c-4f55a2a68523","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportLists.html","title":"Import Lists","navPath":"ImportLists.html","bundleId":"work-tasks-2023-sp1","id":"a512d8783-afa5-413c-b2b9-9a22aae9ad92","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportLists.html","title":"Export Lists","navPath":"ExportLists.html","bundleId":"work-tasks-2023-sp1","id":"ae564ad1d-e05c-4e39-85ef-0fceea200bff","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofLists.html","title":"Edit Properties of Lists","navPath":"EditPropertiesofLists.html","bundleId":"work-tasks-2023-sp1","id":"a56b97624-7279-429c-ae5a-88a164fae713","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewFormStructure.html","title":"View Form Structure","navPath":"ViewFormStructure.html","bundleId":"work-tasks-2023-sp1","id":"a434cdd85-57fb-4881-9801-73d2840ec1a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoGeneratingForms.html","title":"Auto Generating Forms","navPath":"AutoGeneratingForms.html","bundleId":"work-tasks-2023-sp1","id":"a0f1d3042-c007-4a34-bff1-5d4f437d36da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsmanagecontrols.html","title":"Manage Controls","navPath":"listsmanagecontrols.html","bundleId":"work-tasks-2023-sp1","id":"a1d5663ae-7df2-4d8b-91dc-7894171354b2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsaddingcontrols.html","title":"Add Controls","navPath":"listsaddingcontrols.html","bundleId":"work-tasks-2023-sp1","id":"aa9366a7a-dc0a-4cca-8262-e2f39f412658","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ReplaceControls_1.html","title":"Replace Controls","navPath":"ReplaceControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ae5e3cd2f-9292-4da2-870c-e5c11499d15a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveControls_1.html","title":"Move Controls","navPath":"MoveControls_1.html","bundleId":"work-tasks-2023-sp1","id":"ac4fd82e2-cd73-4d52-aeb9-e9b294ed6672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteControls_1.html","title":"Delete Controls","navPath":"DeleteControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a088c7f55-59e9-4607-9a40-da5ac522b043","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditPropertiesofControls_1.html","title":"Edit Properties of Controls","navPath":"EditPropertiesofControls_1.html","bundleId":"work-tasks-2023-sp1","id":"a43a3a65b-8fa1-4ec7-8181-38b5e040e17f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsapi.html","title":"Lists API","navPath":"listsapi.html","bundleId":"work-tasks-2023-sp1","id":"a5b1dd7c1-f6b6-4216-8d50-0c6715cb8908","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinglistusinglistdefinition.html","title":"Create List using ListDefinition","navPath":"creatinglistusinglistdefinition.html","bundleId":"work-tasks-2023-sp1","id":"ae57727b8-4d87-43dc-9793-866d1c4d106c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updatinglistitembyvalidatingsecurity.html","title":"Update List Item by Validating Security","navPath":"updatinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a1496d837-63c0-4cef-99d9-42a126e286fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinglistitembyvalidatingsecurity.html","title":"Delete List Item by Validating Security","navPath":"deletinglistitembyvalidatingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a6f91f6db-3646-4133-a965-314341481cee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingvaluesofdefaultfieldoflist.html","title":"Get Values of Default Field of List","navPath":"gettingvaluesofdefaultfieldoflist.html","bundleId":"work-tasks-2023-sp1","id":"a4a661f6f-7dcb-4dba-8041-cd8c55fdc1b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveListItem_1.html","title":"Save ListItem","navPath":"SaveListItem_1.html","bundleId":"work-tasks-2023-sp1","id":"ac6ed7b91-6669-4a50-bb69-a72fd8940b39","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsadvanced.html","title":"Advanced List Features","navPath":"listsadvanced.html","bundleId":"work-tasks-2023-sp1","id":"ae640255b-8b2b-4636-951e-3286bceb14f2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListControlProperties.html","title":"List Control Properties","navPath":"ListControlProperties.html","bundleId":"work-tasks-2023-sp1","id":"a4c0c2920-97b6-4f38-8542-45e9d3765b3d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListParent.html","title":"List(Parent)","navPath":"ListParent.html","bundleId":"work-tasks-2023-sp1","id":"a40fcaaf7-4686-4b0a-a95f-3fa37ad0bae2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Attachment_1.html","title":"Attachment","navPath":"Attachment_1.html","bundleId":"work-tasks-2023-sp1","id":"a2840e555-d69e-4e8c-8fb4-5e0cf5640ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BooleanInput.html","title":"BooleanInput","navPath":"BooleanInput.html","bundleId":"work-tasks-2023-sp1","id":"aab480cfd-dd0c-46fd-94ba-51ec345ebe21","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateInput.html","title":"DateInput","navPath":"DateInput.html","bundleId":"work-tasks-2023-sp1","id":"ab9eed917-36db-483c-a4f3-c0aeb571823c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecimalInput.html","title":"DecimalInput","navPath":"DecimalInput.html","bundleId":"work-tasks-2023-sp1","id":"ad335ff83-55f1-42f5-af73-d27ad56a66aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GUIDInput.html","title":"GUIDInput","navPath":"GUIDInput.html","bundleId":"work-tasks-2023-sp1","id":"abef8182f-d7c0-4248-a942-0be7d44ea4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntegerInput.html","title":"IntegerInput","navPath":"IntegerInput.html","bundleId":"work-tasks-2023-sp1","id":"a369d1ec0-398d-4004-8cdb-55b386fb807a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserLookup_1.html","title":"UserLookup","navPath":"UserLookup_1.html","bundleId":"work-tasks-2023-sp1","id":"a7e091d6c-08f1-4610-8763-a418326e845e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LookupInput.html","title":"LookupInput","navPath":"LookupInput.html","bundleId":"work-tasks-2023-sp1","id":"a77d5607a-7c31-4539-a9e7-4a55dd83d2c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TextInput.html","title":"TextInput","navPath":"TextInput.html","bundleId":"work-tasks-2023-sp1","id":"ac8c5d94b-ab84-46c6-9874-6c14f4b78a70","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listtable1.html","title":"List Table","navPath":"listtable1.html","bundleId":"work-tasks-2023-sp1","id":"a090e00d3-c109-4f47-82d7-f9942b5adb15","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariablesforLists.html","title":"XML Variables for Lists","navPath":"XMLVariablesforLists.html","bundleId":"work-tasks-2023-sp1","id":"a346fef35-1a6d-4382-ae77-d5aacda5a8b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaworkflowforalistinasinglestep2.html","title":"Create a Workflow for a List in a Single Step","navPath":"creatingaworkflowforalistinasinglestep2.html","bundleId":"work-tasks-2023-sp1","id":"a2597933c-5863-4ef3-b4fe-2575c0863b86","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SchemaofXMLListXMLVariable.html","title":"Schema of XML List XML Variable","navPath":"SchemaofXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a351d2d80-2ba4-4c21-b94d-b07d85fdb146","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListTypeXMLVariable.html","title":"Create an XML List Type XML Variable","navPath":"CreateanXMLListTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a76c20650-bce1-4bd8-9245-a9037c5ca964","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangetheScopeoftheXMLListXMLVariable.html","title":"Change the Scope of the XML List XML Variable","navPath":"ChangetheScopeoftheXMLListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad2db3173-6bc6-48e4-9423-b892ff4f4c7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetuptheListQueryScope.html","title":"Set up the List Query Scope","navPath":"SetuptheListQueryScope.html","bundleId":"work-tasks-2023-sp1","id":"a840bca9f-4960-4e30-8b86-ec41fe3141ba","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLListIteratorTypeXMLVariable.html","title":"Create an XML List Iterator Type XML Variable","navPath":"CreateanXMLListIteratorTypeXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a9314240a-54a3-484c-b6ac-017857a235f8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateanXMLIteratorTypeXMLVariableforGridItems.html","title":"Create an XML Iterator Type XML Variable for Grid Items","navPath":"CreateanXMLIteratorTypeXMLVariableforGridItems.html","bundleId":"work-tasks-2023-sp1","id":"aa2457c9e-d4e4-4701-9cf0-cb2e624297b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableScenarios.html","title":"XML Variable Scenarios","navPath":"XMLVariableScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afb1b8e97-c1a6-470c-bd83-1db7dab54d9d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItem.html","title":"Add a New List Item","navPath":"AddaNewListItem.html","bundleId":"work-tasks-2023-sp1","id":"a3b71e2af-9b07-4ea0-aa2f-2535d8810949","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdatetheListItemthatAlertedtheWorkflow_1.html","title":"Update the List Item that Alerted the Workflow","navPath":"UpdatetheListItemthatAlertedtheWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa5bfb51a-0bc2-46bd-bc86-71b74c1e3b65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingthelistitemasdifferentversion.html","title":"Save the List item as Different Version as Draft/Published using XML Variable","navPath":"savingthelistitemasdifferentversion.html","bundleId":"work-tasks-2023-sp1","id":"ad769b3ad-dcdb-4b8f-a5a1-f8bc6e4a3c6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddNewItemtoaListFolderusingListXMLVariable.html","title":"Add New Item to a List Folder using List XML Variable","navPath":"AddNewItemtoaListFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ade03724f-9314-4152-9cd3-21e50f871e5b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteanItemfromaListFolderusingXMLVariable.html","title":"Delete an Item from a List Folder using XML Variable","navPath":"DeleteanItemfromaListFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a472ad476-da04-41fd-a814-8ce179804fb4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MoveanItemtoaFolderusingListXMLVariable.html","title":"Move an Item to a Folder using List XML Variable","navPath":"MoveanItemtoaFolderusingListXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a3a369ae2-7795-476e-8096-4840f8039de8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaNewFolderusingXMLVariable.html","title":"Create a New Folder using XML Variable","navPath":"CreateaNewFolderusingXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"ad3cdde1f-df0f-47f2-aedf-69a5c38ad9be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewListItemwithGridItems.html","title":"Add a New List Item with Grid Items","navPath":"AddaNewListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"abecac426-1c4b-4999-9636-ede8cca72a16","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewGridItemtotheExistingListItem.html","title":"Add a New Grid Item to the Existing List Item","navPath":"AddaNewGridItemtotheExistingListItem.html","bundleId":"work-tasks-2023-sp1","id":"a75ed5d38-45ac-434f-b9dc-5dd5f246fb85","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyaListItemwithGridItems.html","title":"Copy a List Item with Grid Items","navPath":"CopyaListItemwithGridItems.html","bundleId":"work-tasks-2023-sp1","id":"a4f69e529-862b-46bc-b596-3d2c3978b0ce","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IteratethroughtheListItemandGridItemoftheList_1.html","title":"Iterate through the List Item and Grid Item of the List","navPath":"IteratethroughtheListItemandGridItemoftheList_1.html","bundleId":"work-tasks-2023-sp1","id":"afeff6abe-65eb-4fc0-aaf6-bffbf6180400","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListViews.html","title":"List Views","navPath":"ListViews.html","bundleId":"work-tasks-2023-sp1","id":"a80131328-8a02-425c-b437-27d6500cf6ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkwithListViews.html","title":"Work with List Views","navPath":"WorkwithListViews.html","bundleId":"work-tasks-2023-sp1","id":"a7d6aa47d-5d51-46d8-8617-47278bac78a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutCreatingListViews.html","title":"About Creating List Views","navPath":"AboutCreatingListViews.html","bundleId":"work-tasks-2023-sp1","id":"a0eb77762-8f4e-4819-9979-b1ff61c82516","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewview.html","title":"Create a New View","navPath":"creatinganewview.html","bundleId":"work-tasks-2023-sp1","id":"a229f7405-b6b8-4613-aa37-32d938889929","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaDefaultView.html","title":"Create a Default View","navPath":"CreateaDefaultView.html","bundleId":"work-tasks-2023-sp1","id":"af1d5871c-2c56-4883-9f0d-5319e88458be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPublicView.html","title":"Create a Public View","navPath":"CreateaPublicView.html","bundleId":"work-tasks-2023-sp1","id":"a660ca679-f4e4-4a4c-8480-0468c4104437","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaPrivateView.html","title":"Create a Private View","navPath":"CreateaPrivateView.html","bundleId":"work-tasks-2023-sp1","id":"a9d2f9577-7572-45a3-bf86-b5dfe6b0afb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddFilters.html","title":"Add Filters","navPath":"AddFilters.html","bundleId":"work-tasks-2023-sp1","id":"a1fa07cb0-b95e-4255-a7c3-313391b6a735","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterGrouping.html","title":"Filter Grouping","navPath":"FilterGrouping.html","bundleId":"work-tasks-2023-sp1","id":"ae8e1bc6a-47c7-4143-996a-3185188f6001","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseDateTimeVariabletoFilterColumns.html","title":"Use Date Time Variable to Filter Columns","navPath":"UseDateTimeVariabletoFilterColumns.html","bundleId":"work-tasks-2023-sp1","id":"af93f108b-d201-4ba7-b743-80a62dba1189","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SorttheColumns.html","title":"Sort the Columns","navPath":"SorttheColumns.html","bundleId":"work-tasks-2023-sp1","id":"a44733bf3-ba3d-4e05-9b07-485074335481","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SystemVariables.html","title":"System Variables","navPath":"SystemVariables.html","bundleId":"work-tasks-2023-sp1","id":"a16957713-19a4-4ab8-845e-c4fb5fdcd106","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DateTimeVariables.html","title":"Date Time Variables","navPath":"DateTimeVariables.html","bundleId":"work-tasks-2023-sp1","id":"abb33cc42-c6da-4bb2-a3e0-65b51cb08b05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariables.html","title":"Workflow Variables","navPath":"WorkflowVariables.html","bundleId":"work-tasks-2023-sp1","id":"aafc18474-138f-4023-908f-a72d1f2f8b6b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserVariables.html","title":"User Variables","navPath":"UserVariables.html","bundleId":"work-tasks-2023-sp1","id":"aacd7c323-1ddd-4e0b-9ed8-8306d865e50d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GroupColumns.html","title":"Group Columns","navPath":"GroupColumns.html","bundleId":"work-tasks-2023-sp1","id":"afe624fde-3dc5-4ed9-8864-c19036ec9681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayAllItems.html","title":"Display All Items","navPath":"DisplayAllItems.html","bundleId":"work-tasks-2023-sp1","id":"a7c9138a9-346a-49b6-85b3-5859e87a0681","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateaReadOnlyView.html","title":"Create a Read-Only View","navPath":"CreateaReadOnlyView.html","bundleId":"work-tasks-2023-sp1","id":"a61ca7533-dbc3-40b3-8e9e-9c4c1cb5fd68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ArrangeGridColumns.html","title":"Arrange Grid Columns","navPath":"ArrangeGridColumns.html","bundleId":"work-tasks-2023-sp1","id":"a06c77853-7a12-4af4-bad9-2bdf4b97a84f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CopyfromExistingViews.html","title":"Copy from Existing Views","navPath":"CopyfromExistingViews.html","bundleId":"work-tasks-2023-sp1","id":"a206da4c6-4af9-4850-94e1-499b6f0cc995","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageViews.html","title":"Manage Views","navPath":"ManageViews.html","bundleId":"work-tasks-2023-sp1","id":"a3547a7e5-df8b-4325-b34d-31903423f375","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/updateaview.html","title":"Update a View","navPath":"updateaview.html","bundleId":"work-tasks-2023-sp1","id":"aefba4328-0177-4c08-8945-785d119e8b22","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaView.html","title":"Delete a View","navPath":"DeleteaView.html","bundleId":"work-tasks-2023-sp1","id":"a80913c78-d439-4e0e-844f-ca63b57649a5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/secureaview.html","title":"Secure a View","navPath":"secureaview.html","bundleId":"work-tasks-2023-sp1","id":"af8aa441c-dc7a-4ff9-9cc9-672916d4741f","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookups.html","title":"List Lookups","navPath":"ListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ad2e2e0cf-7639-489a-806d-8f7a80d4e1a0","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SupportedDataTypes.html","title":"Supported Data Types","navPath":"SupportedDataTypes.html","bundleId":"work-tasks-2023-sp1","id":"a0869ff75-8849-4bff-bcf3-d9a8e8035086","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartLookupSettings.html","title":"Start Lookup Settings","navPath":"StartLookupSettings.html","bundleId":"work-tasks-2023-sp1","id":"a870fcc17-e451-42ac-9a3d-5ef6862516be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/lookupsettingsinterface.html","title":"Lookup Settings Interface","navPath":"lookupsettingsinterface.html","bundleId":"work-tasks-2023-sp1","id":"a029504d7-0833-4729-bedb-e3b63abd3456","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workingwithlookupsettings.html","title":"Lookup Settings","navPath":"workingwithlookupsettings.html","bundleId":"work-tasks-2023-sp1","id":"ad4a54116-a261-454e-9bee-9c971ffb5057","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddaNewRepositoryListLookup.html","title":"Add a New Repository List Lookup","navPath":"AddaNewRepositoryListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a18faf58f-7848-490d-a2e1-72ce510c5a0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727452.html","title":"Add a List Query","navPath":"727452.html","bundleId":"work-tasks-2023-sp1","id":"a8f342cf0-1c4b-4132-9a0a-3ceb841fa2ca","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/727453.html","title":"Add an Order By Query","navPath":"727453.html","bundleId":"work-tasks-2023-sp1","id":"a160ef831-5934-44b3-b0ef-1e1b5755801b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewdatabaselookup.html","title":"Add a New Database Lookup","navPath":"addinganewdatabaselookup.html","bundleId":"work-tasks-2023-sp1","id":"ae86bb9af-1b97-4356-b39a-47d14c994cfe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181666.html","title":"Add a New Database Lookup Using Query","navPath":"181666.html","bundleId":"work-tasks-2023-sp1","id":"af3c37beb-41de-4bcf-8bb9-cf6c8ab53e7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/181667.html","title":"Add a New Database Lookup Using Stored Procedure","navPath":"181667.html","bundleId":"work-tasks-2023-sp1","id":"a42407e8e-9c09-45d6-8573-1029fbf68835","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewwebapilookup.html","title":"Add a New Web API Lookup","navPath":"addinganewwebapilookup.html","bundleId":"work-tasks-2023-sp1","id":"af4ed8ce1-dfcd-413e-8c87-e401b7fd4fc8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EditaListLookup.html","title":"Edit a List Lookup","navPath":"EditaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a8699652c-f6f2-4173-bce4-40a4d3c231cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295054.html","title":"Organize Lookup Lists","navPath":"295054.html","bundleId":"work-tasks-2023-sp1","id":"a095f4e12-70af-4d3a-ab8e-7097387c55f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteaListLookup.html","title":"Delete a List Lookup","navPath":"DeleteaListLookup.html","bundleId":"work-tasks-2023-sp1","id":"a681bb1b0-6124-42d1-ba2b-6d12d5df3936","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListLookupScenarios.html","title":"List Lookup Scenarios","navPath":"ListLookupScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a474eea5e-7689-4b2b-b99d-f09598b56c76","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetable.html","title":"Create a Lookup for a Database Table","navPath":"creatingalookupforadatabasetable.html","bundleId":"work-tasks-2023-sp1","id":"abe5e16aa-ecd6-4ce4-8365-2060225a2501","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforadatabasetablewithcompositeprimarykey.html","title":"Create a Lookup for a Database Table with Composite Primary Key","navPath":"creatingalookupforadatabasetablewithcompositeprimarykey.html","bundleId":"work-tasks-2023-sp1","id":"ae9935239-b79b-4778-8026-b6cb0e956d5c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateDependentLookupfromDatabaseTables.html","title":"Create Dependent Lookup from Database Tables","navPath":"CreateDependentLookupfromDatabaseTables.html","bundleId":"work-tasks-2023-sp1","id":"a5a635c1a-6d83-41a6-b0e0-80276459b6b2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalookupforalist.html","title":"Create a Lookup for a List","navPath":"creatingalookupforalist.html","bundleId":"work-tasks-2023-sp1","id":"a8c36a3b0-8c7d-4166-babb-dfb5f2d951ef","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData.html","title":"Search or Sort within a Lookup Data","navPath":"SearchorSortwithinaLookupData.html","bundleId":"work-tasks-2023-sp1","id":"a3d685643-4f83-45fe-9d4f-2c169be5e68e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchorSortwithinaLookupData_1.html","title":"Add an Item from Lookup Control","navPath":"SearchorSortwithinaLookupData_1.html","bundleId":"work-tasks-2023-sp1","id":"a44119b2e-f8b2-4cd9-b9ac-72b93755e664","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforListLookups.html","title":"Use ExtendedInformation Property for List Lookups","navPath":"UseExtendedInformationPropertyforListLookups.html","bundleId":"work-tasks-2023-sp1","id":"ab77672af-8471-4845-a919-1aa0b4280d0c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExtendedInformationPropertyforDatabaseLookups.html","title":"Use ExtendedInformation Property for Database Lookups","navPath":"UseExtendedInformationPropertyforDatabaseLookups.html","bundleId":"work-tasks-2023-sp1","id":"afd19ae0f-9bc6-4f6f-81b8-978790ff8a5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","title":"Use Aliases, Joins, Aggregate Functions in Database Lookup Query","navPath":"UseAliasesJoinsAggregateFunctionsinDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"aa955dfad-3c3f-4e71-9dd0-4c0795197214","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseCASEExpressionintheDatabaseLookupQuery.html","title":"Use CASE Expression in the Database Lookup Query","navPath":"UseCASEExpressionintheDatabaseLookupQuery.html","bundleId":"work-tasks-2023-sp1","id":"af385e2ea-f513-4488-8957-e456c887e637","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListScenarios.html","title":"List Scenarios","navPath":"ListScenarios.html","bundleId":"work-tasks-2023-sp1","id":"a1e3a4c96-7f7b-4c0b-a662-b9dff8fb25fc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingaleaveapplicationlist.html","title":"Create a Leave Application List","navPath":"creatingaleaveapplicationlist.html","bundleId":"work-tasks-2023-sp1","id":"a9f759301-78b1-4895-98cf-42d9809cc9b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingalistmappedtomultipletables.html","title":"Create a List Mapped to Multiple Tables","navPath":"creatingalistmappedtomultipletables.html","bundleId":"work-tasks-2023-sp1","id":"ac77b13c9-9c74-437c-bf9f-a8abce8a26b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingthedefaultlistform.html","title":"Modify the default List form","navPath":"modifyingthedefaultlistform.html","bundleId":"work-tasks-2023-sp1","id":"af8c620b1-b828-4722-aa26-823feab53504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListData.html","title":"Sort List Data","navPath":"SortListData.html","bundleId":"work-tasks-2023-sp1","id":"a04913b22-6431-4adc-8a07-29a8f6257d61","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportListItemDatatoanExcelSheet.html","title":"Export List Item Data to an Excel Sheet","navPath":"ExportListItemDatatoanExcelSheet.html","bundleId":"work-tasks-2023-sp1","id":"afc95246d-d294-4a51-865a-cf395877bb98","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingversioningforlistitem.html","title":"Enable Versioning for List Item","navPath":"enablingversioningforlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a760bced5-ea5d-4d17-aa41-4d84dce82926","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SortListitemsusingDisplaySortOrderProperty.html","title":"Sort List items using DisplaySortOrder Property","navPath":"SortListitemsusingDisplaySortOrderProperty.html","bundleId":"work-tasks-2023-sp1","id":"a8815f479-fb7b-4751-8053-58cd7bd78caa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/setcustomviewforalistcontrol.html","title":"Set Custom View for a List Control from a Custom ASPX Page using API","navPath":"setcustomviewforalistcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a20b168f3-ab23-42d7-a7ef-f8e174e922e4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listsintegration.html","title":"Lists Integration","navPath":"listsintegration.html","bundleId":"work-tasks-2023-sp1","id":"a3c16dc27-a316-4018-a191-fe0bed1bfad8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutlistsintegrationcomponents.html","title":"About Lists Integration Components","navPath":"aboutlistsintegrationcomponents.html","bundleId":"work-tasks-2023-sp1","id":"a33b8d865-a94c-4f0b-9fff-bebc992082fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/keyfeaturesandbenefits.html","title":"Key Features and Benefits","navPath":"keyfeaturesandbenefits.html","bundleId":"work-tasks-2023-sp1","id":"a383d5213-ff6e-4521-a724-f7945ab4d110","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisites_2.html","title":"Prerequisites","navPath":"prerequisites_2.html","bundleId":"work-tasks-2023-sp1","id":"a817557c1-34d2-4bda-961d-d86e986a7cf7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/installationandconfiguration.html","title":"Installation and Configuration","navPath":"installationandconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"afedc024c-2792-44b3-b807-f779091c8570","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutconfiguration.html","title":"About Configuration","navPath":"aboutconfiguration.html","bundleId":"work-tasks-2023-sp1","id":"aec4d23a5-13b4-4658-a794-89ef158c09b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73298.html","title":"List Source Data Flow","navPath":"73298.html","bundleId":"work-tasks-2023-sp1","id":"a94860ca0-608f-4a63-864d-c6cf456d03eb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/73300.html","title":"Import and Export Data","navPath":"73300.html","bundleId":"work-tasks-2023-sp1","id":"a37ef99ff-c5e7-4450-aa06-3dc2365f15e9","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listssupport.html","title":"Troubleshooting Lists","navPath":"listssupport.html","bundleId":"work-tasks-2023-sp1","id":"a108d62bb-0843-4cf6-9340-4e92fc403c5a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604373.html","title":"Quickflow User Guide","navPath":"604373.html","bundleId":"work-tasks-2023-sp1","id":"abfe512d0-bd00-4ee2-9c05-193ef29fee4f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/613300.html","title":"Prerequisites","navPath":"613300.html","bundleId":"work-tasks-2023-sp1","id":"ac0627737-79b8-4e8c-b488-c555d6f9d41b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/603289.html","title":"Deploy Quickflow","navPath":"603289.html","bundleId":"work-tasks-2023-sp1","id":"abb5934ea-4caf-47c1-a9c6-8c8bc77e37e3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateQuickflow.html","title":"Create Quickflow","navPath":"CreateQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"ab13b1950-687b-4902-b06e-c83acec1c70a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/604271.html","title":"Activities","navPath":"604271.html","bundleId":"work-tasks-2023-sp1","id":"a23c637f4-5584-4418-9ed9-8d4b8686e794","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/620121.html","title":"Supported Activities","navPath":"620121.html","bundleId":"work-tasks-2023-sp1","id":"adb95f866-b3ab-49b4-ba3e-172dedfd9798","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartActivity_1.html","title":"Start Activity","navPath":"StartActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ada556791-b94a-4dd5-a658-5accdae46a91","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/StartVariables_1.html","title":"Start - Variables","navPath":"StartVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a88a19ceb-2e77-470c-841f-5940d5e55cc4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariables_1.html","title":"XML Variables","navPath":"XMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"aa30a4a92-ab34-4f59-96ba-c0c9c411010c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLVariableUserInterface_1.html","title":"XML Variable User Interface","navPath":"XMLVariableUserInterface_1.html","bundleId":"work-tasks-2023-sp1","id":"a73f50020-820f-4f06-a447-b30b0490ec25","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLDocumentXMLVariable.html","title":"Introduction to XML Document XML Variable","navPath":"IntroductiontoXMLDocumentXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"a2a2873a7-d219-4cc9-bf14-810d087f3956","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLDocument_1.html","title":"Create XML Variable of Type 'XML Document'","navPath":"CreateXMLVariableofTypeXMLDocument_1.html","bundleId":"work-tasks-2023-sp1","id":"a192519d7-f412-4086-8539-b1625189fbee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/buildingxmlschema.html","title":"Build XML Schema","navPath":"buildingxmlschema.html","bundleId":"work-tasks-2023-sp1","id":"ae0abfc6e-1381-4109-9ddc-514b8ac1b23b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DetermineXMLVariableSchemafromForms_1.html","title":"Determine XML Variable Schema from Forms","navPath":"DetermineXMLVariableSchemafromForms_1.html","bundleId":"work-tasks-2023-sp1","id":"a243f6917-6f8e-4e23-bbf7-32cf46ec39e0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoXMLIteratorXMLVariable.html","title":"Introduction to 'XML Iterator' XML Variable","navPath":"IntroductiontoXMLIteratorXMLVariable.html","bundleId":"work-tasks-2023-sp1","id":"aeabdcabe-e8a5-44c6-88b4-7786423f1a16","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateXMLVariableofTypeXMLIterator_1.html","title":"Create XML Variable of Type 'XML Iterator'","navPath":"CreateXMLVariableofTypeXMLIterator_1.html","bundleId":"work-tasks-2023-sp1","id":"a3732687d-44fc-44ad-a3c1-fde9a876718f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseXMLIteratorTypeVariables.html","title":"Use 'XML Iterator' Type Variables","navPath":"UseXMLIteratorTypeVariables.html","bundleId":"work-tasks-2023-sp1","id":"ac713f6ff-ca17-4181-8154-80e67fe6e0bb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteXMLVariables_1.html","title":"Delete XML Variables","navPath":"DeleteXMLVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a7cf0b5d8-483b-4fae-ae77-0e87fe66d872","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CommunicationActivities_1.html","title":"Communication Activities","navPath":"CommunicationActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"abc23b6e0-b25e-4754-8372-05b11f4a3ed7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationActivity_1.html","title":"Notification Activity","navPath":"NotificationActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a1e53c1be-3763-431a-bb6b-1ebe45e786d3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationToResource_2.html","title":"Notification: ToResource","navPath":"NotificationToResource_2.html","bundleId":"work-tasks-2023-sp1","id":"aa7b5fc5d-dd64-4778-bcd5-f6e026e69b88","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NotificationMessage.html","title":"Notification: Message","navPath":"NotificationMessage.html","bundleId":"work-tasks-2023-sp1","id":"a22d1c569-38be-4bb1-92eb-45269a92980e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkTasksPushNotification.html","title":"AVEVA Work Tasks Pro Push Notification Activity","navPath":"WorkTasksPushNotification.html","bundleId":"work-tasks-2023-sp1","id":"adfea9ab4-f65f-441b-b9c0-5cb01ced5763","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureRecipientResource_1.html","title":"Configure Recipient Resource","navPath":"ConfigureRecipientResource_1.html","bundleId":"work-tasks-2023-sp1","id":"a8905abff-e5a6-4a5b-b29f-b727205b751b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/pushnotificationmessage11.html","title":"Set Notification Type","navPath":"pushnotificationmessage11.html","bundleId":"work-tasks-2023-sp1","id":"acdcfd711-a745-49fa-9b8d-314f8058e488","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AVEVAWorkTasksProPushNotificationActivityScenarios.html","title":"AVEVA Work Tasks Pro Push Notification Activity Scenarios","navPath":"AVEVAWorkTasksProPushNotificationActivityScenarios.html","bundleId":"work-tasks-2023-sp1","id":"ac7c42c92-cb53-4e57-b9a8-627134e7a504","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNotificationMessage_1.html","title":"Configure Notification Message","navPath":"ConfigureNotificationMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1685f44-dd48-4e1a-b2b2-14ab9419e5dd","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EngineActivities_1.html","title":"Engine Activities","navPath":"EngineActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae95c9908-6c61-48a2-a43c-8174c4bae56b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/blockoutputactivity.html","title":"BlockingOutput Activity","navPath":"blockoutputactivity.html","bundleId":"work-tasks-2023-sp1","id":"a1c24ce7a-38f2-48e8-ba3b-d76b087c5268","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DatabaseActivity_1.html","title":"Database Activity","navPath":"DatabaseActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a4c3f2a7f-68a4-4e28-8cf8-49e132556ab4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DecisionActivity_1.html","title":"Decision Activity","navPath":"DecisionActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"aa7446da6-905e-447f-a200-fa4c132b89fa","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Decisions_1.html","title":"Decision: Decisions","navPath":"Decisions_1.html","bundleId":"work-tasks-2023-sp1","id":"a0d6cc59c-dcd8-494f-8950-555992f49612","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForEachLoopActivity_1.html","title":"ForEach-Loop Activity","navPath":"ForEachLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a28ffd98b-7a5b-4fc3-9061-ca0e4071d394","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopActivity_1.html","title":"For-Loop Activity","navPath":"ForLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"add25a390-9281-4442-be07-2bcdbb1eb62c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForLoopCount_1.html","title":"For-Loop Count","navPath":"ForLoopCount_1.html","bundleId":"work-tasks-2023-sp1","id":"ac91d7742-c1b4-4047-9d78-ad3bfd011021","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LoggerActivity_1.html","title":"Logger Activity","navPath":"LoggerActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a92b7545a-4c84-4215-b921-7cfbecb57152","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Log-LogMessage_1.html","title":"Log - Log Message","navPath":"Log-LogMessage_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1868785-0479-465f-b36e-fcbfbc7a295e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/NextLoopActivity_1.html","title":"Next Loop Activity","navPath":"NextLoopActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a216e6f3e-1a83-4123-9d48-d75b8b9019aa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleActivity_1.html","title":"Rule Activity","navPath":"RuleActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a238ed1ce-7780-4452-b475-a8c3bf91ef68","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RuleCondition_1.html","title":"Rule - Condition","navPath":"RuleCondition_1.html","bundleId":"work-tasks-2023-sp1","id":"a0e3c2445-d021-4a04-97ff-2533d16b5890","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetWorkflowOutputVariable_1.html","title":"Set Workflow Output Variable","navPath":"SetWorkflowOutputVariable_1.html","bundleId":"work-tasks-2023-sp1","id":"a87dc078e-dc70-4c2c-be7e-a9d0f74f311a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeActivity_1.html","title":"Synchronize Activity","navPath":"SynchronizeActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ace9e3051-aa4e-4b78-bd5b-98684930a937","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesActivity_1.html","title":"Update Parent Variables Activity","navPath":"UpdateParentVariablesActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9caf828-4674-4928-abda-ffccbd678adf","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateParentVariablesListParentVariables_1.html","title":"Update Parent Variables - List Parent Variables","navPath":"UpdateParentVariablesListParentVariables_1.html","bundleId":"work-tasks-2023-sp1","id":"a476ca464-0b3d-4a48-b42a-29c48f013b54","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","title":"How to Update a Parent Workflow Variable from a Child Workflow?","navPath":"HowtoUpdateaParentWorkflowVariablefromaChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a65757198-6355-4d95-97d0-bea91eaba578","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateVariableActivity_1.html","title":"Update Variable Activity","navPath":"UpdateVariableActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"af277eb06-a8d6-4969-9733-0577e564c0c3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowaction.html","title":"Workflow Activity","navPath":"workflowaction.html","bundleId":"work-tasks-2023-sp1","id":"abeb7fbc7-06a6-4a78-8202-14a5ce81511b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowVariablesforChildWorkflow_1.html","title":"Workflow - Variables for ChildWorkflow","navPath":"WorkflowVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"a53514f50-a015-4a6d-a246-a565b91b45fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowXmlVariablesforChildWorkflow_1.html","title":"Workflow - XmlVariables for ChildWorkflow","navPath":"WorkflowXmlVariablesforChildWorkflow_1.html","bundleId":"work-tasks-2023-sp1","id":"aa70d0235-c21b-4608-aea7-f4c8df946f49","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","title":"How to Pass Variables from Parent Workflow/Quickflow to Child Workflow?","navPath":"howtopassvariablescontentsfromparentworkflowtochildworkflow1.html","bundleId":"work-tasks-2023-sp1","id":"a86a57158-1fdd-4dd0-858c-697ba16127e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GettingExecutionIDoftheChildQuickflow.html","title":"Getting Execution ID of the Child Quickflow","navPath":"GettingExecutionIDoftheChildQuickflow.html","bundleId":"work-tasks-2023-sp1","id":"a8ba6f769-d9c0-4edc-888c-b5f047cd82ac","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLNavigator_1.html","title":"XML Navigator","navPath":"XMLNavigator_1.html","bundleId":"work-tasks-2023-sp1","id":"a45e93061-77ab-467b-b9be-cb2b779055b9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Integration_Activities.html","title":"Integration Activities","navPath":"Integration_Activities.html","bundleId":"work-tasks-2023-sp1","id":"a5aad2a2c-7f9d-4626-8e53-fb2882f23460","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebapiactivity_1.html","title":"Invoke Web API Activity","navPath":"invokewebapiactivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ae0b84382-3514-4e82-be26-d7a6155b6ad4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/InvokeWebAPIConfigureWebAPI.html","title":"Invoke Web API: Configure Web API","navPath":"InvokeWebAPIConfigureWebAPI.html","bundleId":"work-tasks-2023-sp1","id":"a3958a8bf-2a88-4a80-97dd-308e7e699e74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureOpenAPI_1.html","title":"Invoke Web API: Configure OpenAPI","navPath":"ConfigureOpenAPI_1.html","bundleId":"work-tasks-2023-sp1","id":"a3821dcc2-3010-4f71-8a63-731903079e82","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptActivity_1.html","title":"Script Activity","navPath":"ScriptActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"ad54af351-ae26-4bdd-b365-bf9bfb58d23c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptCode_1.html","title":"Script: Code","navPath":"ScriptCode_1.html","bundleId":"work-tasks-2023-sp1","id":"a14f05003-46e3-4a03-be7a-df5ace46619f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReferences_1.html","title":"Script: References","navPath":"ScriptReferences_1.html","bundleId":"work-tasks-2023-sp1","id":"a6cff7e06-00df-41ba-80fc-fca2ebb83ed7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ScriptReturnValues_1.html","title":"Script: Return Values","navPath":"ScriptReturnValues_1.html","bundleId":"work-tasks-2023-sp1","id":"a977e2a1b-5210-4431-b4ae-8343dfa434da","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/xmlaction1.html","title":"XML Action Activity","navPath":"xmlaction1.html","bundleId":"work-tasks-2023-sp1","id":"a4963e747-2cd7-424c-901b-d39aba86b4e2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/MessageQueueActivities_1.html","title":"Message Queue Activities","navPath":"MessageQueueActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"acc8577f0-9073-47c5-9950-081768e28ded","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SendMQData_1.html","title":"SendMQData","navPath":"SendMQData_1.html","bundleId":"work-tasks-2023-sp1","id":"aa92f26d2-7a9f-4b13-a0d7-e3f9f73f9cf7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureMessageQueueConnection.html","title":"Configure Message Queue Connection","navPath":"ConfigureMessageQueueConnection.html","bundleId":"work-tasks-2023-sp1","id":"a4d4e28c9-c754-4940-a649-4bfd9decf662","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LogicAppActivities_1.html","title":"Logic App Activities","navPath":"LogicAppActivities_1.html","bundleId":"work-tasks-2023-sp1","id":"ae9de13e3-b77a-4b32-8b40-dce2dd0ca2bd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CallLogicAppActivity_1.html","title":"Call Logic App Activity","navPath":"CallLogicAppActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a67934cc7-f636-4a87-a58d-819314acd37a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureLogicAppConnectionandData.html","title":"Configure Logic App Connection and Data","navPath":"ConfigureLogicAppConnectionandData.html","bundleId":"work-tasks-2023-sp1","id":"a62c98ed4-a578-430f-9578-a373766d84d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AttributeReadWriteActivity_1.html","title":"AttributeReadWrite Activity","navPath":"AttributeReadWriteActivity_1.html","bundleId":"work-tasks-2023-sp1","id":"a56126034-fa4a-4435-ae5c-8e767943c2b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Read Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformReadOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8285582-567d-4aee-8a43-3ae44bdef109","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","title":"Configure AttributeReadWrite Activity to Perform Write Operation","navPath":"ConfigureAttributeReadWriteActivitytoPerformWriteOperation_1.html","bundleId":"work-tasks-2023-sp1","id":"abab1d6f7-cd61-44f7-bc4a-f25bc4fce09c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RelativeReferencing_1.html","title":"Relative Referencing","navPath":"RelativeReferencing_1.html","bundleId":"work-tasks-2023-sp1","id":"a08af0980-09bf-4708-863e-5c11171f63f0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/678853.html","title":"Custom Activity","navPath":"678853.html","bundleId":"work-tasks-2023-sp1","id":"acce64137-6950-4492-8897-4975bdc79798","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesigner.html","title":"Process Designer","navPath":"ProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a9ce0cfa6-bc2c-4daa-b739-a198ccd379e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinition.html","title":"Export Process Definition","navPath":"ExportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a406935b1-f84f-4b31-9d43-3003342240df","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinition.html","title":"Import Process Definition","navPath":"ImportProcessDefinition.html","bundleId":"work-tasks-2023-sp1","id":"a6230bc99-c571-465a-8b69-477cf4c86fae","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BuildExpression.html","title":"Build Expression","navPath":"BuildExpression.html","bundleId":"work-tasks-2023-sp1","id":"ab50167ab-4246-4946-bcd7-76a5bdad9228","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Support_1.html","title":"Support","navPath":"Support_1.html","bundleId":"work-tasks-2023-sp1","id":"a1cf72bce-e0e3-4684-af85-47970a4d33b7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Diagnostics_1.html","title":"Diagnostics","navPath":"Diagnostics_1.html","bundleId":"work-tasks-2023-sp1","id":"ad43df2d6-71a0-45ef-b475-846ded247fe9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Limitations.html","title":"Limitations","navPath":"Limitations.html","bundleId":"work-tasks-2023-sp1","id":"a50d46ae6-4cde-4944-85f5-b9e286b54ac2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Troubleshoot.html","title":"Troubleshoot","navPath":"Troubleshoot.html","bundleId":"work-tasks-2023-sp1","id":"abe8f4828-bf51-44b8-8661-feb3c7e36229","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wonderwareskeltabpmuserguide.html","title":"User Guide","navPath":"wonderwareskeltabpmuserguide.html","bundleId":"work-tasks-2023-sp1","id":"a2a87808a-62a3-4993-b38c-1029b836bd6c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/wwskeltabpminstallationandadministration.html","title":"Administration","navPath":"wwskeltabpminstallationandadministration.html","bundleId":"work-tasks-2023-sp1","id":"aeb1de17c-414b-4a02-809b-a29463c79988","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/prerequisitesfordesigningworkflows.html","title":"Prerequisites","navPath":"prerequisitesfordesigningworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad0a941c0-d99c-4a49-bdd9-06b5f5ba88cd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/GetStarted_1.html","title":"Get started","navPath":"GetStarted_1.html","bundleId":"work-tasks-2023-sp1","id":"ab5ba867c-c67a-47f6-8a2c-5d6c182b00bb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingahelloworldworkflow.html","title":"Create a Workflow","navPath":"creatingahelloworldworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ad7a7499e-21ca-4d8d-b9e4-7779a9b476b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingvariablesinworkflow.html","title":"Use Variables in Workflow","navPath":"usingvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a35fcd1cb-9cd8-4bda-95d9-21d62ce6ed5d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingxmlvariablesinworkflow.html","title":"Use XML Variables in Workflow","navPath":"usingxmlvariablesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a6d117e90-e411-4b64-ab2a-ec581f9e333a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/familiarizingwithskeltaxmlvariables.html","title":"Familiarize with XML Variables","navPath":"familiarizingwithskeltaxmlvariables.html","bundleId":"work-tasks-2023-sp1","id":"a1922eea6-d13d-4e61-9563-c5cbecf2b1f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loopingthroughxmldocument.html","title":"Loop Through an XML Document","navPath":"loopingthroughxmldocument.html","bundleId":"work-tasks-2023-sp1","id":"a8245bc71-7baf-48e9-960e-a984f38c8194","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithskeltaforms.html","title":"Use Forms","navPath":"gettingstartedwithskeltaforms.html","bundleId":"work-tasks-2023-sp1","id":"a808d9ddc-42c3-43f1-800a-7bab6c778f69","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/invokewebservicefromworkflows.html","title":"Invoke Web Service from Workflows","navPath":"invokewebservicefromworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a30a5496f-ae02-4647-9ae7-0002b603fbe5","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetcontrols.html","title":"Interfaces","navPath":"skeltabpmnetcontrols.html","bundleId":"work-tasks-2023-sp1","id":"ac68d126c-5698-4494-90f0-e7ee67e0a15d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingskeltabpmnetfeatures.html","title":"Access Features","navPath":"accessingskeltabpmnetfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a4f2570db-0fb2-45ed-8d27-67300ee6bdd0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnterpriseConsole_1.html","title":"Enterprise Console","navPath":"EnterpriseConsole_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3a226f4-14b5-4d34-9469-d313ea4d4732","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaenterpriseconsoleauthentication.html","title":"Enterprise Console Authentication","navPath":"skeltaenterpriseconsoleauthentication.html","bundleId":"work-tasks-2023-sp1","id":"aa2cbbc9f-bc9c-47f9-a2f5-83dafdfec44b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltaworkitemlist.html","title":"Enterprise Console Home Page","navPath":"skeltaworkitemlist.html","bundleId":"work-tasks-2023-sp1","id":"a61f1cd52-a9d6-4f34-9fa7-43c80976e182","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkflowManagement.html","title":"Workflow Management","navPath":"WorkflowManagement.html","bundleId":"work-tasks-2023-sp1","id":"abe23487f-fae4-4e68-8a5a-1c2d81e4f559","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist1.html","title":"What is a Workflow List","navPath":"workflowlist1.html","bundleId":"work-tasks-2023-sp1","id":"a75031b45-67ad-40ed-8ba2-468ba2c256f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/groupingworkflowitemswithfolders.html","title":"Group Workflow Items within a Folder","navPath":"groupingworkflowitemswithfolders.html","bundleId":"work-tasks-2023-sp1","id":"ae1d9c677-b889-4b46-9078-82a34099d470","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganewfolderworkflow.html","title":"Create a Folder","navPath":"creatinganewfolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"af50f8793-a053-4320-9203-3a7515e1f955","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingafolderworkflows.html","title":"Publish a Folder","navPath":"publishingafolderworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a0476c204-90f8-4921-a5f5-98c397142337","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingafolderworkflow.html","title":"Delete a Folder","navPath":"deletingafolderworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ab9618690-accc-46f3-a1ee-facfe14fb0be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingordisablingafolder.html","title":"Enable or Disable a Folder","navPath":"enablingordisablingafolder.html","bundleId":"work-tasks-2023-sp1","id":"a1d0b6ff6-c1aa-4d8a-9551-d1bc139211e7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changingtheownerofthefolder.html","title":"Change the Owner of the Folder","navPath":"changingtheownerofthefolder.html","bundleId":"work-tasks-2023-sp1","id":"af91fb070-9180-48a8-8777-00d658ef0f74","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/applyingsecuritysettingstoafolder.html","title":"Apply Security Settings to a Folder","navPath":"applyingsecuritysettingstoafolder.html","bundleId":"work-tasks-2023-sp1","id":"ace01028f-35ec-4d0c-8dd3-f2c1deb5acad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/navigate.html","title":"Navigate to Different Folders in Workflows List","navPath":"navigate.html","bundleId":"work-tasks-2023-sp1","id":"a9f0a388f-24d0-40c6-b9d6-e5e8a1fd587d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingandassociatingaworkflow.html","title":"Create a Workflow","navPath":"creatingandassociatingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a214c7e9e-9480-43e9-bc06-0983c070fc0a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createassociations.html","title":"Create an Association for a Workflow","navPath":"createassociations.html","bundleId":"work-tasks-2023-sp1","id":"a2b517777-2bad-46a4-a477-479811d5637f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/associateworkflowwithenterpriseconsole.html","title":"Associate Workflow with Enterprise Console Events","navPath":"associateworkflowwithenterpriseconsole.html","bundleId":"work-tasks-2023-sp1","id":"aba5bca6d-8f08-43e5-ae4c-600f4e82793e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations.html","bundleId":"work-tasks-2023-sp1","id":"a349b51b8-706c-4d65-b103-4c326fbb4dbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505.html","bundleId":"work-tasks-2023-sp1","id":"abcbbbee2-75f7-44b9-89bc-318746f339e0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/512536.html","title":"Associate Workflow with Message Queue","navPath":"512536.html","bundleId":"work-tasks-2023-sp1","id":"a96035563-4d6c-4e7e-8ce8-bb87ff75629d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/XMLSchemaExample.html","title":"XML Schema Example","navPath":"XMLSchemaExample.html","bundleId":"work-tasks-2023-sp1","id":"af1bfb35c-2e69-4fa8-ac11-9b0f5ea1a65b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/JSONSampleExample.html","title":"JSON Sample Example","navPath":"JSONSampleExample.html","bundleId":"work-tasks-2023-sp1","id":"a12177a3d-c580-44d2-88c3-fb30aebffa70","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/572497.html","title":"Associate Workflow with Logic App Events","navPath":"572497.html","bundleId":"work-tasks-2023-sp1","id":"af20b4802-18bf-4425-92bf-655a68c29005","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewassociations.html","title":"View all Associations of a Workflow","navPath":"viewassociations.html","bundleId":"work-tasks-2023-sp1","id":"a975602b6-945a-495d-b4b7-eb1b9d23f8f4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflowassociations.html","title":"Delete Workflow Associations","navPath":"deletingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"ae10fd997-b6f8-49da-96e3-ef5946121fa9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablingworkflowassociations.html","title":"Disable Workflow Associations","navPath":"disablingworkflowassociations.html","bundleId":"work-tasks-2023-sp1","id":"a661e2016-f7ad-48b1-8c7d-2a68a0863cc4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/saveas1.html","title":"Create different versions of a Workflow","navPath":"saveas1.html","bundleId":"work-tasks-2023-sp1","id":"ade11312c-f7fb-47ad-91f4-5fecb763e0b3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showallversions.html","title":"View All the Versions of a Workflow","navPath":"showallversions.html","bundleId":"work-tasks-2023-sp1","id":"a241d85fc-fce9-4891-8d44-3901965c03d7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designworkflow.html","title":"Modify a Workflow Design","navPath":"designworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac129db54-6637-472a-a958-501acf136c78","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingaworkflow.html","title":"Edit a Workflow","navPath":"editingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"adba79694-3c18-437a-b749-db9f74882422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingworkflows.html","title":"Delete a Workflow","navPath":"deletingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"af14602e1-d56d-45c7-9cdf-53bacfee5996","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/publishingworkflows.html","title":"Publish a Workflow","navPath":"publishingworkflows.html","bundleId":"work-tasks-2023-sp1","id":"a61ad94f3-e234-4f44-abdd-9e37885d7f80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/unpublishingaworkflow.html","title":"Unpublish a Workflow","navPath":"unpublishingaworkflow.html","bundleId":"work-tasks-2023-sp1","id":"abb6a6046-3d45-489e-b947-a0ddccf45740","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importworkflow.html","title":"Import a Workflow","navPath":"importworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a62800b85-ccee-42cf-8c02-a55b3ee7a75d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exportworkflow.html","title":"Export a Workflow","navPath":"exportworkflow.html","bundleId":"work-tasks-2023-sp1","id":"ac057f9aa-e86c-4cfd-8f7f-17d1f405a84a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction1.html","title":"Lock a Workflow for Editing","navPath":"introduction1.html","bundleId":"work-tasks-2023-sp1","id":"a1332246d-221f-4b81-81a9-0d362bc164fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enable_1.html","title":"Enable  and Disable Workflow","navPath":"enable_1.html","bundleId":"work-tasks-2023-sp1","id":"ab6341bed-a18e-4bc7-a7cb-920a1ef4ba6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfiguration1.html","title":"Access BAM Configuration","navPath":"bamconfiguration1.html","bundleId":"work-tasks-2023-sp1","id":"a421431d7-b45c-434b-86b0-a3c5e2864575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changeowner1.html","title":"Change Owner Information of a Workflow","navPath":"changeowner1.html","bundleId":"work-tasks-2023-sp1","id":"acc9c8b5d-fc85-4d52-8314-f221012e3d12","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/tasks.html","title":"Access Workflow Tasks","navPath":"tasks.html","bundleId":"work-tasks-2023-sp1","id":"ae117d2e4-9daf-498b-8c47-a081d554adb9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentViewsAvailableinaWorkflowList.html","title":"Different Views Available in a Workflow List","navPath":"DifferentViewsAvailableinaWorkflowList.html","bundleId":"work-tasks-2023-sp1","id":"a73ce3392-b047-4692-8199-9e4d32e467d5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewworkflow.html","title":"View a Workflow","navPath":"viewworkflow.html","bundleId":"work-tasks-2023-sp1","id":"aa5bd43af-2990-4cb6-a9d3-53a916b2954c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/testrun.html","title":"View the Execution of the Published Workflow","navPath":"testrun.html","bundleId":"work-tasks-2023-sp1","id":"afb296ef0-ec9c-4365-ac8c-60f99f9c0ab6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/showchilditems.html","title":"View Child Items of a Workflow","navPath":"showchilditems.html","bundleId":"work-tasks-2023-sp1","id":"a57bb9039-f4ae-4f7a-9412-002a8b98d094","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewaudithistory.html","title":"View Audit History","navPath":"viewaudithistory.html","bundleId":"work-tasks-2023-sp1","id":"a541ffc86-5613-4932-b821-bbea49844786","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewproperties.html","title":"View the Properties of a Workflow","navPath":"viewproperties.html","bundleId":"work-tasks-2023-sp1","id":"a6fe34c2f-2df9-4ea3-8aa0-40791277cf41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingexception.html","title":"View Exceptions","navPath":"viewingexception.html","bundleId":"work-tasks-2023-sp1","id":"ae1ad7b45-c8c6-42f5-ba35-8b87ab5fe311","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitysettings.html","title":"Set Security at Workflow Listitem Level","navPath":"securitysettings.html","bundleId":"work-tasks-2023-sp1","id":"aa01ca25e-91d8-47c1-9265-9679e079a1ca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AboutSkeltaCalendars.html","title":"Calendars","navPath":"AboutSkeltaCalendars.html","bundleId":"work-tasks-2023-sp1","id":"ab51e704c-6b45-47ef-a7d5-a5bff9298765","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ResourceCalendar.html","title":"Resource Calendar","navPath":"ResourceCalendar.html","bundleId":"work-tasks-2023-sp1","id":"a20d5aa0e-8364-486a-8540-1f121e444a34","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configurationofresourcecalendarbyadministrator.html","title":"Configure Resource Calendar by Administrator","navPath":"configurationofresourcecalendarbyadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a06de864e-4acf-474d-bba6-804d158a3ef4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingthecalendar.html","title":"Check Resource Availability","navPath":"searchingthecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a01d6efcd-1c7c-42c6-b333-52dda0c34863","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueManagement_1.html","title":"Queue Management","navPath":"QueueManagement_1.html","bundleId":"work-tasks-2023-sp1","id":"ae1e11c71-d9f5-472a-882c-11796ea02464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureQueueManagement.html","title":"Configure Queue Management","navPath":"ConfigureQueueManagement.html","bundleId":"work-tasks-2023-sp1","id":"a88a2f3b9-416c-4672-a50d-1267c50b0672","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ParticipantsTab.html","title":"Participants Tab","navPath":"ParticipantsTab.html","bundleId":"work-tasks-2023-sp1","id":"a9ffc8082-bf4b-44a6-a995-6fbb583b78fc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DispatchPatternsTab.html","title":"Dispatch Patterns Tab","navPath":"DispatchPatternsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3f948682-4002-461b-a1a5-78339f608751","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingsTab.html","title":"Settings Tab","navPath":"SettingsTab.html","bundleId":"work-tasks-2023-sp1","id":"a3a6f6b5a-431b-47a2-8ef5-0ffdbcc8df46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EscalationTab.html","title":"Escalation Tab","navPath":"EscalationTab.html","bundleId":"work-tasks-2023-sp1","id":"a1d98defa-eabd-4e40-8c1a-52bca7b14f10","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingqueuecontroltocreateandmanagequeues1.html","title":"Use Queue Control to Create and Manage Queues","navPath":"usingqueuecontroltocreateandmanagequeues1.html","bundleId":"work-tasks-2023-sp1","id":"ab38c2f42-2b28-4644-90d5-45d06871e87d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addingparticipantstothequeue1.html","title":"Add Participants to the Queue","navPath":"addingparticipantstothequeue1.html","bundleId":"work-tasks-2023-sp1","id":"a44784ec8-a8c7-43a7-aa6e-7719d95bd49a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringdispatchpatterns1.html","title":"Configure Dispatch Patterns","navPath":"configuringdispatchpatterns1.html","bundleId":"work-tasks-2023-sp1","id":"a0bf68420-a333-4bce-95c6-db28918fc6b9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingthequeuepreference.html","title":"Set the Queue Preference","navPath":"settingthequeuepreference.html","bundleId":"work-tasks-2023-sp1","id":"ac7de4f75-c715-4f98-a424-525dff54cb80","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingescalations1.html","title":"Set Escalations for Queues","navPath":"settingescalations1.html","bundleId":"work-tasks-2023-sp1","id":"a00ead208-a37d-4bfd-832c-91f63b62fba1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingthequeuesinworkflows1.html","title":"Use Queues in Workflows","navPath":"usingthequeuesinworkflows1.html","bundleId":"work-tasks-2023-sp1","id":"af9741bd6-7299-4877-bb84-617365d5a53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueuesintheactivitylist1.html","title":"Access Queues in the Work Items List","navPath":"accessingqueuesintheactivitylist1.html","bundleId":"work-tasks-2023-sp1","id":"adf334d3b-078d-4695-8600-76c04ef8cba4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199511.html","title":"Database Connections","navPath":"199511.html","bundleId":"work-tasks-2023-sp1","id":"a0a7ed262-4da9-4666-a963-313a1a898950","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/199512.html","title":"Create a Database Connection","navPath":"199512.html","bundleId":"work-tasks-2023-sp1","id":"a4ac56958-37e7-40e7-9d25-09aa1640de0b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsList.html","title":"Work Items List","navPath":"WorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a047625cb-f932-42b1-ac24-ec8820a50c35","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManageWorkItemViewAllUsers.html","title":"Manage Work Item - View All Users","navPath":"ManageWorkItemViewAllUsers.html","bundleId":"work-tasks-2023-sp1","id":"af81f0985-bb87-4af1-ab66-23a21e66837f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListUserInterfaceElements.html","title":"Work Items List User Interface Elements","navPath":"WorkItemsListUserInterfaceElements.html","bundleId":"work-tasks-2023-sp1","id":"adeb344ce-1d10-4be6-9975-294b377a9e01","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListFolders.html","title":"Work Items List Folders","navPath":"WorkItemsListFolders.html","bundleId":"work-tasks-2023-sp1","id":"a2ffdf90e-2cd6-4daa-a02e-d33b3643aa19","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListView.html","title":"Work Items List View","navPath":"WorkItemsListView.html","bundleId":"work-tasks-2023-sp1","id":"a29ab4fb1-5613-41c8-89ed-6f04e28ce62c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemDetails.html","title":"Work Item Details","navPath":"WorkItemDetails.html","bundleId":"work-tasks-2023-sp1","id":"aa8549216-f88c-4407-b2ef-a5d24f2e56ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListToolbar.html","title":"Work Items List Toolbar","navPath":"WorkItemsListToolbar.html","bundleId":"work-tasks-2023-sp1","id":"a73f3d260-3d3f-4e89-81bc-dd1667f09f3c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/WorkItemsListManagerView.html","title":"Work Items List Manager View","navPath":"WorkItemsListManagerView.html","bundleId":"work-tasks-2023-sp1","id":"affe89bdb-7f53-413e-91e9-aa5f9de5bfa7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/QueueMultiSelectandReassignQueueWorkItems.html","title":"Queue Multi-Select and Reassign Queue Work Items","navPath":"QueueMultiSelectandReassignQueueWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"afd99f191-445f-45b5-b811-9d2733491672","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/accessingqueueitems.html","title":"Access Queue Items","navPath":"accessingqueueitems.html","bundleId":"work-tasks-2023-sp1","id":"ae6164755-6d53-4358-bb7c-41ab0c126707","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistview.html","title":"Customize Work Items List","navPath":"customizingworkitemlistview.html","bundleId":"work-tasks-2023-sp1","id":"aa3c6b4c1-e59b-4bc3-837a-88681a027f39","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistlayouts.html","title":"Customize Work Items List Layouts","navPath":"customizingworkitemlistlayouts.html","bundleId":"work-tasks-2023-sp1","id":"a057aa02e-451e-477b-bcb7-1eeba7e3db0a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemlistcustomizationoptions.html","title":"Work Items List Layout Customization","navPath":"workitemlistcustomizationoptions.html","bundleId":"work-tasks-2023-sp1","id":"a4ce246ab-f838-4c54-8bef-789f0dde5293","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsatworkflowlevel.html","title":"Define Layouts at Workflow Level","navPath":"defininglayoutsatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6d5e6b35-957f-4bd7-bef5-9fb78db95ab1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininggloballayouts.html","title":"Define Global Layouts","navPath":"defininggloballayouts.html","bundleId":"work-tasks-2023-sp1","id":"a5f38699a-11bb-4ade-ad61-2b7a4aa3681e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defininglayoutsforqueues.html","title":"Define Layouts for Queues","navPath":"defininglayoutsforqueues.html","bundleId":"work-tasks-2023-sp1","id":"a1ab0f428-47c8-44ba-803e-6ecb5d81cd6f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizinginboxview.html","title":"Define Work Items List Layouts for a User","navPath":"customizinginboxview.html","bundleId":"work-tasks-2023-sp1","id":"a762bad58-27eb-40b6-85fc-f127d2a31abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/customizingworkitemlistviews.html","title":"Customize Work Items List Views","navPath":"customizingworkitemlistviews.html","bundleId":"work-tasks-2023-sp1","id":"a53f35ba4-b327-4b8e-851a-fc7af64652e1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListbyApplication.html","title":"Display Work Items List by Application","navPath":"DisplayWorkItemsListbyApplication.html","bundleId":"work-tasks-2023-sp1","id":"a95d75a49-7814-4339-9a63-841d0b8e5756","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListGroupedbyWorkflows.html","title":"Display Work Items List Grouped by Workflows","navPath":"DisplayWorkItemsListGroupedbyWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ac69dac17-c15e-40f3-ad97-423e309911ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedWorkflows.html","title":"Display Work Items List for Specified Workflows","navPath":"DisplayWorkItemsListforSpecifiedWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"a493df458-b3fb-4cc0-aeb2-9d92d410133c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayWorkItemsListforSpecifiedQueues.html","title":"Display Work Items List for Specified Queues","navPath":"DisplayWorkItemsListforSpecifiedQueues.html","bundleId":"work-tasks-2023-sp1","id":"af5b1c5cb-397c-4dae-9eb2-54948a9fe25e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayInboxView.html","title":"Display Inbox View","navPath":"DisplayInboxView.html","bundleId":"work-tasks-2023-sp1","id":"a97f10efc-aa4a-4853-8aad-2be7bb653465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DisplayManager%27sView.html","title":"Display Manager's View","navPath":"DisplayManager'sView.html","bundleId":"work-tasks-2023-sp1","id":"a5030b5e1-c942-4db6-9457-3e55f02e9eca","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/preferencesforworkitemmanagement.html","title":"Preferences for Work Item Management","navPath":"preferencesforworkitemmanagement.html","bundleId":"work-tasks-2023-sp1","id":"ae1f48915-254f-420b-a90f-09b0e8e6a4cd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoownershiponRowClick.html","title":"Auto-ownership on Row Click","navPath":"AutoownershiponRowClick.html","bundleId":"work-tasks-2023-sp1","id":"a20a40308-1066-446c-a5f7-e4598d985689","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EnableMultiSelectOptioninWorkItemList.html","title":"Enable Multi-Select Option in Work Item List","navPath":"EnableMultiSelectOptioninWorkItemList.html","bundleId":"work-tasks-2023-sp1","id":"a00eb1adf-c7e7-4092-8a78-274b2c1255d1","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/FilterDatainWorkItemsList.html","title":"Filter Data in Work Items List","navPath":"FilterDatainWorkItemsList.html","bundleId":"work-tasks-2023-sp1","id":"a691d4587-e1b0-407c-9915-8f71dc0298fe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManagingWorkItems.html","title":"Manage Work Items","navPath":"ManagingWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"aec8f1303-98a7-416a-987d-85266d6dae1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ForwardWorkItems.html","title":"Forward Work Items","navPath":"ForwardWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a029816da-e58e-49bf-8e0d-bcc6334db56b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AbortWorkItems_1.html","title":"Abort Work Items","navPath":"AbortWorkItems_1.html","bundleId":"work-tasks-2023-sp1","id":"aaf6a28b7-9a25-40b3-b0d0-d7eccd534076","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/RemoveWorkItems.html","title":"Remove Work Items","navPath":"RemoveWorkItems.html","bundleId":"work-tasks-2023-sp1","id":"a04d47171-9e39-49f2-bf2d-e76d5887fad2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlternateActors.html","title":"Alternate Actors","navPath":"AlternateActors.html","bundleId":"work-tasks-2023-sp1","id":"a1c168a79-4294-43ba-8010-3867f0eee4d2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/250494.html","title":"Alternate Actors","navPath":"250494.html","bundleId":"work-tasks-2023-sp1","id":"a693d237e-1e85-4f67-a2f5-f7b7fbb043d8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigurationScenarios.html","title":"Configuration Scenarios","navPath":"ConfigurationScenarios.html","bundleId":"work-tasks-2023-sp1","id":"afbb2f810-8d7a-450c-af0b-8064c6bb369d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/businessactivitymonitoringbamalertfeatures.html","title":"Business Activity Monitoring Alert","navPath":"businessactivitymonitoringbamalertfeatures.html","bundleId":"work-tasks-2023-sp1","id":"a8da31cfd-4581-4081-95f4-6475f3fd10db","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettheThresholdValueinBAM.html","title":"Set the Threshold Value in BAM","navPath":"SettheThresholdValueinBAM.html","bundleId":"work-tasks-2023-sp1","id":"a2480dc16-6495-4b83-994a-5052250aae7e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetBAMAlertforOverduesandKPIs.html","title":"Set BAM Alert for Overdues and KPIs","navPath":"SetBAMAlertforOverduesandKPIs.html","bundleId":"work-tasks-2023-sp1","id":"ac2ba96e4-8257-4f5d-8604-827e7715c591","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsAssociations_1.html","title":"BAM Events Associations","navPath":"BAMEventsAssociations_1.html","bundleId":"work-tasks-2023-sp1","id":"ab45ce846-8ad7-4d54-90ea-db32e8f36f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMWorkflow.html","title":"BAM Workflow","navPath":"BAMWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"af54195dd-f4cf-4be3-8dfc-176052519606","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExampletoConfigureBAMAlerts.html","title":"Example to Configure BAM Alerts","navPath":"ExampletoConfigureBAMAlerts.html","bundleId":"work-tasks-2023-sp1","id":"ac406c55e-7d14-4b4a-89b4-47b42ab09dd3","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alertsforbusinessactivitythresholds1.html","title":"BAM Alert Settings","navPath":"alertsforbusinessactivitythresholds1.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b6f9-bdfd-4f80-9902-6b2826b63ce7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder.html","title":"Enabling and Disabling SOA Folder","navPath":"disablefolder.html","bundleId":"work-tasks-2023-sp1","id":"a0a78a278-fc09-40b6-8547-ea42a7bc5893","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPIDataPoints.html","title":"Create KPI Data Points","navPath":"CreateKPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a14845587-0657-4670-9c7e-1153dcc79167","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/CreateKPI%28s%29andSettheThresholdValue.html","title":"Create KPI(s) and Set the Threshold Value","navPath":"CreateKPI(s)andSettheThresholdValue.html","bundleId":"work-tasks-2023-sp1","id":"afbe6b07c-7dd0-4406-8e10-f7424a1b444c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAlertConfigurationSettings.html","title":"BAM Alert Configuration Settings","navPath":"BAMAlertConfigurationSettings.html","bundleId":"work-tasks-2023-sp1","id":"abbc586a1-1885-452d-8441-1d22ce738ea1","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMRuleSettings.html","title":"BAM Rule Settings","navPath":"BAMRuleSettings.html","bundleId":"work-tasks-2023-sp1","id":"a2d380176-c263-4b0d-9661-ab2ab5f0bc0e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMTimeSettings.html","title":"BAM Time Settings","navPath":"BAMTimeSettings.html","bundleId":"work-tasks-2023-sp1","id":"a1c921c92-a81c-46e4-9e15-f7a78322b621","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMActionSettings.html","title":"BAM Action Settings","navPath":"BAMActionSettings.html","bundleId":"work-tasks-2023-sp1","id":"a19ff9de7-1dfb-4685-afe2-c923cb353f1a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMEventsinEnterpriseConsoleSite.html","title":"BAM Events in Enterprise Console Site","navPath":"BAMEventsinEnterpriseConsoleSite.html","bundleId":"work-tasks-2023-sp1","id":"af6e0c3cc-6af9-4512-ba0c-6f1eb9316ad1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/TriggeraBAMAlert.html","title":"Trigger a BAM Alert","navPath":"TriggeraBAMAlert.html","bundleId":"work-tasks-2023-sp1","id":"a3671530b-9cac-4163-a599-b964796d4611","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BusinessActivityMonitoringandReports.html","title":"Business Activity Monitoring and Reports","navPath":"BusinessActivityMonitoringandReports.html","bundleId":"work-tasks-2023-sp1","id":"a7cf4e624-8d4a-441a-918c-d6958bb3e481","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMDashboardView.html","title":"BAM Dashboard View","navPath":"BAMDashboardView.html","bundleId":"work-tasks-2023-sp1","id":"afb1551c9-f84a-49b4-90b6-6ab46e47e84c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamexecutionreports.html","title":"BAM Execution Reports","navPath":"bamexecutionreports.html","bundleId":"work-tasks-2023-sp1","id":"a82f10c1d-9846-451b-8a85-0e4faf093bac","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMAnalyzeReports.html","title":"BAM Analyze Reports","navPath":"BAMAnalyzeReports.html","bundleId":"work-tasks-2023-sp1","id":"af9d29d85-5e49-4d43-8f6f-cf43bdaa0d3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMProcessExecutionView.html","title":"BAM Process Execution View","navPath":"BAMProcessExecutionView.html","bundleId":"work-tasks-2023-sp1","id":"af737dfd3-5021-444a-8743-9ee7593f1d6b","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userguide.html","title":"File Watcher","navPath":"userguide.html","bundleId":"work-tasks-2023-sp1","id":"a2be64cda-2281-43cb-98c4-a5b8fd026665","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcheroperations.html","title":"File Watcher Operations","navPath":"filewatcheroperations.html","bundleId":"work-tasks-2023-sp1","id":"aec189ef1-0527-485a-a56b-e6cce1945f1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addfolder.html","title":"Add Folder","navPath":"addfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5862ec71-ffa7-43b5-8484-c552ac050886","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editfolder.html","title":"Edit Folder Configuration Settings","navPath":"editfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad5b4b4ca-3ac5-48d0-852f-adc5bc797bfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletefolder.html","title":"Delete Folder","navPath":"deletefolder.html","bundleId":"work-tasks-2023-sp1","id":"a3b09eb30-f066-443f-b848-ee8f8fea9c63","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/filewatcherevents.html","title":"File Watcher Events","navPath":"filewatcherevents.html","bundleId":"work-tasks-2023-sp1","id":"a14f3036b-e3f6-4095-a35a-b1e565c24313","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createdevent.html","title":"Created Event","navPath":"createdevent.html","bundleId":"work-tasks-2023-sp1","id":"a9340b49f-1951-4526-9e9d-cc5097506028","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/changedevent.html","title":"Changed Event","navPath":"changedevent.html","bundleId":"work-tasks-2023-sp1","id":"acc4023ba-ff1e-4437-968e-00778b9238ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/renamedevent.html","title":"Renamed Event","navPath":"renamedevent.html","bundleId":"work-tasks-2023-sp1","id":"aba1963e1-6b28-4166-8d3e-9228a2e80348","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletedevent.html","title":"Deleted Event","navPath":"deletedevent.html","bundleId":"work-tasks-2023-sp1","id":"a5d6069e4-c788-4ec5-b840-2d6a93cc0f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dosanddonts.html","title":"Limitations of File Watcher","navPath":"dosanddonts.html","bundleId":"work-tasks-2023-sp1","id":"a4fa2351d-6b61-4d60-b468-c7a78527be66","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/frequentlyaskedquestionsfaq.html","title":"Frequently Asked Questions","navPath":"frequentlyaskedquestionsfaq.html","bundleId":"work-tasks-2023-sp1","id":"a517beed8-a731-4f5d-8915-e1a6b1a4a89d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soa.html","title":"Object Access","navPath":"soa.html","bundleId":"work-tasks-2023-sp1","id":"aa8b57c5a-39f7-4dad-b521-106d5dd5ef4b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soafolders.html","title":"SOA Folders","navPath":"soafolders.html","bundleId":"work-tasks-2023-sp1","id":"a6c3aa215-89ec-4b9b-aaed-cff0d7d19da6","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsoafolder.html","title":"Add New SOA Folder Details","navPath":"newsoafolder.html","bundleId":"work-tasks-2023-sp1","id":"aca44e468-71e1-4f7a-aa10-b00350412cfe","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder1.html","title":"View Registered SOA Folder Details","navPath":"viewfolder1.html","bundleId":"work-tasks-2023-sp1","id":"a5c4f5fec-a50b-4446-8dd4-29cb5a38c16b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewfolder.html","title":"Delete an SOA Folder","navPath":"viewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a5a1f9ec1-c809-4501-8faf-d85664b1f945","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/disablefolder_1.html","title":"Enable and Disable SOA Folder","navPath":"disablefolder_1.html","bundleId":"work-tasks-2023-sp1","id":"a4bbe9fd3-d71f-406a-af46-f54eedf25498","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurity.html","title":"Security Settings for SOA Folder","navPath":"managesecurity.html","bundleId":"work-tasks-2023-sp1","id":"aa1dbcdf7-6aa8-4fee-b45e-84f81722b9a0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Assemblies.html","title":"Assemblies","navPath":"Wonderware_Skelta_BPM_Assemblies.html","bundleId":"work-tasks-2023-sp1","id":"a0820f638-effb-4417-b8e8-387dc5c026b8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromgac.html","title":"Register Assemblies From GAC","navPath":"fromgac.html","bundleId":"work-tasks-2023-sp1","id":"af942b441-e801-4805-b29b-c3f6bc9477ee","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromfolder.html","title":"Register Assemblies From Assembly Folder","navPath":"fromfolder.html","bundleId":"work-tasks-2023-sp1","id":"ad6d43d48-cd9a-4f28-a37f-48b476f308a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/fromweb.html","title":"Register Assemblies From Web","navPath":"fromweb.html","bundleId":"work-tasks-2023-sp1","id":"ae7f0a6ba-aafb-4779-8b72-bded4a072247","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newfolder.html","title":"Create Folder for Registered Objects","navPath":"newfolder.html","bundleId":"work-tasks-2023-sp1","id":"aeb8a6481-b50b-4841-89f6-9f19432d72be","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/edit.html","title":"View Registered Assembly Details","navPath":"edit.html","bundleId":"work-tasks-2023-sp1","id":"a90649ff4-2d7e-4b4b-ba7e-48cebb6a2afc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editassembly.html","title":"Edit an Object in SOA Assembly","navPath":"editassembly.html","bundleId":"work-tasks-2023-sp1","id":"a399ef953-d81f-4fca-9d03-5cc427202422","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/295132.html","title":"Organize SOA Assembly","navPath":"295132.html","bundleId":"work-tasks-2023-sp1","id":"a8ee85fac-c774-400a-9d1c-cdda6141065e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/delete.html","title":"Delete a Registered Assembly","navPath":"delete.html","bundleId":"work-tasks-2023-sp1","id":"af1cb0544-2941-4343-8267-ac64a5971a02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageitemsecurityforassembly.html","title":"Manage Security for a Assembly","navPath":"manageitemsecurityforassembly.html","bundleId":"work-tasks-2023-sp1","id":"a6cc38875-6875-4276-994f-bece20c7f450","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/instantiateanassemblyclassinworkflow.html","title":"Instantiate an Assembly Class in Workflow","navPath":"instantiateanassemblyclassinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a41e83768-a2a0-49c6-a3c8-db5382f238dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstance.html","title":"SOA Object Instances in SOA Property","navPath":"soaobjectinstance.html","bundleId":"work-tasks-2023-sp1","id":"a2d50b1f9-d312-4f32-b6dc-f883ee947bc2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaobjectinstancesinexpressioneditor.html","title":"SOA Object Instances in Expression Editor","navPath":"soaobjectinstancesinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"a15617711-2e6d-4267-8d86-b772c2ea5ce8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soawebobjectsinexpressioneditor.html","title":"SOA Web Objects in Expression Editor","navPath":"soawebobjectsinexpressioneditor.html","bundleId":"work-tasks-2023-sp1","id":"aab9cb504-0368-46ad-ac4c-ab3fa8cfdb08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/integrationvssoa.html","title":"Difference Between Integration and SOA","navPath":"integrationvssoa.html","bundleId":"work-tasks-2023-sp1","id":"ad84c4c72-7ecd-4400-8666-638b63aefd84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityfeatures.html","title":"Security Features for Folders and Assemblies","navPath":"securityfeatures.html","bundleId":"work-tasks-2023-sp1","id":"ad54bef57-f535-4380-9b0c-179ba0834b18","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitations1.html","title":"Limitations of SOA","navPath":"limitations1.html","bundleId":"work-tasks-2023-sp1","id":"ac38d2c67-79df-43ee-9eab-e392c04dce3e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/soaactivities_1.html","title":"SOA Activity","navPath":"soaactivities_1.html","bundleId":"work-tasks-2023-sp1","id":"a0a5df4bc-3918-4e80-b5b8-812948a0dfce","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingsoaexecuteactivitiesinworkflows.html","title":"Use SOA Execute Activity in Workflows","navPath":"usingsoaexecuteactivitiesinworkflows.html","bundleId":"work-tasks-2023-sp1","id":"ab90d2a75-129e-4926-b907-7d6b9ffb5c32","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityinskelta.html","title":"Security Framework","navPath":"introductiontosecurityinskelta.html","bundleId":"work-tasks-2023-sp1","id":"a4df273d9-22cc-42e7-86f0-fdef4d0d6a20","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityframework.html","title":"Introduction to Security Framework","navPath":"introductiontosecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"a61c65f95-0fac-4bae-8b7c-aa751d34a03c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewsecuritymappingatrepositorylevel.html","title":"View Security Mapping at Repository Level","navPath":"viewsecuritymappingatrepositorylevel.html","bundleId":"work-tasks-2023-sp1","id":"a0281f09f-a2b7-4c95-b67b-ca53dd173da5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/componentsofsecurityframework.html","title":"Components of Security Framework","navPath":"componentsofsecurityframework.html","bundleId":"work-tasks-2023-sp1","id":"aefa4d24e-13fe-4ea7-9517-49268d3df052","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityright.html","title":"Security Rights","navPath":"introductiontosecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a850df2c9-cc17-4f1d-815d-1e6a97fabc2e","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecurityGroupRights.html","title":"Security Rights Available for a Repository","navPath":"SecurityGroupRights.html","bundleId":"work-tasks-2023-sp1","id":"ad1b680e6-ae25-41fd-8b40-30840295a2f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/typesofsecurityrights.html","title":"Types of Security Rights","navPath":"typesofsecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"afc31167f-91bf-4811-b322-fad576db99b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/differencebetweenvaluefortherights.html","title":"Difference between Value for the Rights and Follower Specific Value for Rights","navPath":"differencebetweenvaluefortherights.html","bundleId":"work-tasks-2023-sp1","id":"aa2879531-53cd-43b4-aa20-bee68d035ae9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/dictrorandfollower.html","title":"Dictator and Follower","navPath":"dictrorandfollower.html","bundleId":"work-tasks-2023-sp1","id":"a304d9c28-6865-4f59-aae3-7e43715384fb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecuritygroup.html","title":"Security Group","navPath":"introductiontosecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"aa4043848-7b0a-4ea4-8add-3f703005f278","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroups.html","title":"Manage Security Groups","navPath":"managesecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a2bcde821-127d-4415-927b-620077b460ed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingsecuritygroup.html","title":"Create Security Group","navPath":"creatingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a5309db88-845f-4e74-84ab-7698131d3016","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingsecuritygroup.html","title":"Modify Security Group","navPath":"modifyingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a2c17c9ce-f3c1-439a-8601-2926db2e8eed","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapprovalandrequiresapprovalwithprompt.html","title":"Example for Allow or Disallow","navPath":"exampleforrequiresapprovalandrequiresapprovalwithprompt.html","bundleId":"work-tasks-2023-sp1","id":"a5aff382e-e679-4240-a44d-6b8e660eeff0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exampleforrequiresapproval.html","title":"Example for Requires Approval and Requires Approval With Prompt","navPath":"exampleforrequiresapproval.html","bundleId":"work-tasks-2023-sp1","id":"a78f08d47-b9b8-4959-9c09-e9c869592de4","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup.html","title":"View Security Group","navPath":"viewingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a782ba1e5-d6b2-4dd4-8e9c-48e0d07cecf3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup1.html","title":"Delete Security Group","navPath":"deletingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a0a716117-edf8-43a2-a4fd-2bd34458443e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectivemapping.html","title":"Effective Mapping of a Security Group","navPath":"effectivemapping.html","bundleId":"work-tasks-2023-sp1","id":"a5461f41e-ffb4-4789-9feb-613709963047","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introductiontosecurityresourcemapping.html","title":"Security Resource Mapping","navPath":"introductiontosecurityresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6ccf7468-0615-4396-a6a1-ddc14fbd032c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecuritygroup-resourcemapping.html","title":"Manage Security Group - Resource Mapping","navPath":"managesecuritygroup-resourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"abe9b0222-6d2d-4c30-a27b-6837b648aca4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/newsecuritygroup.html","title":"Create a Resource Mapping","navPath":"newsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3dd02549-3cbc-4bd0-a913-b9c146d4d3a7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingsecuritygroup.html","title":"Edit Resource Mapping","navPath":"editingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a8b7950f2-a314-4150-a316-5ed2d2775ba3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingsecuritygroup.html","title":"Delete Resource Mapping","navPath":"deletingsecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ace19acd3-b40e-4bb2-8da2-9602053eb125","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/vieweffectivesecurityforuserorrole.html","title":"View Effective Security Rights for User or Role","navPath":"vieweffectivesecurityforuserorrole.html","bundleId":"work-tasks-2023-sp1","id":"a1eb15cf7-cca7-4f5a-ad6a-36bbf327e3a2","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/rolebased.html","title":"View Effective Security Rights for Roles","navPath":"rolebased.html","bundleId":"work-tasks-2023-sp1","id":"a8348b843-0fe8-478c-a137-b4004aad2cd5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/userbased.html","title":"View Effective Security Rights for User/Role","navPath":"userbased.html","bundleId":"work-tasks-2023-sp1","id":"a2d73fc56-b7f1-4f51-bef0-6ccf5ac3b33f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/levelsofsecurity.html","title":"Levels of Security","navPath":"levelsofsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ab0900760-629a-47bf-a091-77bab2247838","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritysettings.html","title":"Set Security at Repository Level","navPath":"repositorylevelsecuritysettings.html","bundleId":"work-tasks-2023-sp1","id":"a2c94b4ba-6486-4e67-bfd8-eb6e8c683df4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel1.html","title":"Set Security at List Level","navPath":"settingsecurityatlistlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a5994bd0e-984e-468a-a2bd-a7582b371434","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel1.html","title":"Set Security at ListItem Level","navPath":"settingsecurityatlistitemlevel1.html","bundleId":"work-tasks-2023-sp1","id":"a67539795-171f-4b9d-b193-7a27ac979a6a","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overwritingdefinitionsfromabovelevel1.html","title":"Overwrite Definitions from Above Level","navPath":"overwritingdefinitionsfromabovelevel1.html","bundleId":"work-tasks-2023-sp1","id":"af620be0b-9d01-4816-98e5-b700cf56bb35","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtochoosebetweenmappingandcustomization.html","title":"Choose between Mapping and Customization","navPath":"howtochoosebetweenmappingandcustomization.html","bundleId":"work-tasks-2023-sp1","id":"a4948ebb1-cca5-430d-8334-8763a52e0f03","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistlevel.html","title":"Enable Security at List Level","navPath":"settingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a6a699121-2e81-49b9-80e0-b144adb55b03","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevelbyenablingresourcemapping.html","title":"Enable Security at List Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistlevelbyenablingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"ada9ba19f-e4ea-44b0-a634-752f86782b12","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewmapping.html","title":"Add a Resource Mapping","navPath":"addinganewmapping.html","bundleId":"work-tasks-2023-sp1","id":"aa50098bd-8107-4d76-8a17-402facb1c7b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"afc5ff02f-888b-4ebf-92b0-5cc6888bd575","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a46c90eed-0478-4b39-a5b8-4dc227eee944","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistlevel.html","title":"Enable Security at List Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a17ab69d2-df97-4435-9d33-a87332cc5cde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavilableatlistlevel.html","title":"Remove Mapping Available at List Level","navPath":"howtoremovemappingavilableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a2c686b66-12d2-4471-a56c-7ebfe663d4a2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomizationavailableatlistlevel.html","title":"Remove Customization Available at List Level","navPath":"howtoremovecustomizationavailableatlistlevel.html","bundleId":"work-tasks-2023-sp1","id":"a50140ab2-c4a5-4f25-a1ab-dfe681af023f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level","navPath":"settingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a1472f8cc-e8ed-4d04-b09e-adb77d2f838a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel.html","title":"Enable Security at ListItem Level by Enabling Resource Mapping","navPath":"enablingsecurityatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"a7180b33e-75c1-48a6-91c6-4ed5550dc97a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/addinganewresourcemapping.html","title":"Add a Resource Mapping","navPath":"addinganewresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"af2f17a83-146d-4def-969f-f15b666a2eeb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingresourcemapping1.html","title":"Edit a Resource Mapping","navPath":"editinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a7a727f54-fe93-461e-9944-413152816b47","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletinganexistingresourcemapping1.html","title":"Delete a Resource Mapping","navPath":"deletinganexistingresourcemapping1.html","bundleId":"work-tasks-2023-sp1","id":"a44e964d2-a232-40cc-8c31-7f7c57bea52e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablingsecurityatlistitemlevel_1.html","title":"Enable Security at List Item Level by Customizing the Security Group Definition","navPath":"enablingsecurityatlistitemlevel_1.html","bundleId":"work-tasks-2023-sp1","id":"a8bfdb344-5dcc-40ce-88db-d4e6cd1f74f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovemappingavailableatlistitemlevel.html","title":"Remove Mapping Available at ListItem Level","navPath":"howtoremovemappingavailableatlistitemlevel.html","bundleId":"work-tasks-2023-sp1","id":"aa45742fc-3d69-4a3d-b406-d19ffb25fa9c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtoremovecustomization.html","title":"Remove Customization Available at ListItem Level","navPath":"howtoremovecustomization.html","bundleId":"work-tasks-2023-sp1","id":"a92e80f8d-b6f8-4ed9-b6c3-426a734981cb","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/effectofresourcerightsafterdeletingmapping.html","title":"Effect on Resource Rights after Deleting the Mapping","navPath":"effectofresourcerightsafterdeletingmapping.html","bundleId":"work-tasks-2023-sp1","id":"a3a128346-227f-48a9-b412-1b56e2e11502","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/synchronization.html","title":"Synchronization","navPath":"synchronization.html","bundleId":"work-tasks-2023-sp1","id":"af57b44ce-0e9b-48ac-96a2-ada8f20118db","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SecureRepositoryUsingSecurityFramework.html","title":"Secure Repository Using Security Framework","navPath":"SecureRepositoryUsingSecurityFramework.html","bundleId":"work-tasks-2023-sp1","id":"a89361c49-2834-4cc5-a28f-6932946df03d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securinglistandlistitem.html","title":"Secure List and ListItems","navPath":"securinglistandlistitem.html","bundleId":"work-tasks-2023-sp1","id":"a84d4efea-ab7b-4c52-94f5-4fe1dbc9c35e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingskeltaservercontrols.html","title":"Secure AVEVA Work Tasks Server Controls","navPath":"securingskeltaservercontrols.html","bundleId":"work-tasks-2023-sp1","id":"a09e61749-2ae2-421e-966a-488cd95f9810","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Menus.html","title":"Secure Menus","navPath":"Securing_Menus.html","bundleId":"work-tasks-2023-sp1","id":"a6727fe61-c539-4dde-a95c-a104a34ffb50","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managenavigationlist.html","title":"Manage Navigation List","navPath":"managenavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"ad2473d28-4afd-45b8-b3c2-fee56f40c593","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewfolder.html","title":"Create Folder","navPath":"creatingnewfolder.html","bundleId":"work-tasks-2023-sp1","id":"a0ca5064a-9a00-4ed5-9b55-5a25cac372ea","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/180642.html","title":"Create Navigation Link","navPath":"180642.html","bundleId":"work-tasks-2023-sp1","id":"a906930cc-9c9d-42a8-b984-dc582eb1d53b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewformlink.html","title":"Create Form Link","navPath":"creatingnewformlink.html","bundleId":"work-tasks-2023-sp1","id":"ad898f593-53de-44a4-82a1-3fcc5b5b297f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingnewlistlink.html","title":"Create List Link","navPath":"creatingnewlistlink.html","bundleId":"work-tasks-2023-sp1","id":"a1905245e-d3d2-4766-839d-8603725f287b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/544723.html","title":"Create Dashboard Link","navPath":"544723.html","bundleId":"work-tasks-2023-sp1","id":"a889ab4fc-48ae-4dd3-b979-dea2d6dd95cb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingformlink.html","title":"Edit Navigation List Items","navPath":"editingformlink.html","bundleId":"work-tasks-2023-sp1","id":"ab697a40b-d26f-4e08-84e5-7d83a442fd46","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation.html","bundleId":"work-tasks-2023-sp1","id":"a9cb998ed-875a-40ab-8838-3c8630b0fe68","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingnavigationlist.html","title":"Organize Navigation List","navPath":"organizingnavigationlist.html","bundleId":"work-tasks-2023-sp1","id":"a185ccb77-bca5-4111-93e4-f3352a2482e2","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Securing_Event_Providers.html","title":"Secure Event Providers","navPath":"Securing_Event_Providers.html","bundleId":"work-tasks-2023-sp1","id":"a065c9a14-7839-4a87-bbcb-b2e892df1177","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/manageeventproviders.html","title":"Manage Event Providers","navPath":"manageeventproviders.html","bundleId":"work-tasks-2023-sp1","id":"a04a2d995-4357-499a-985e-1bee28ef19c5","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinganeweventprovider.html","title":"Create an Event Provider","navPath":"creatinganeweventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a8d56ba6a-a7d6-45d8-952a-bd36ebb00091","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editinganexistingeventprovider.html","title":"Edit an Event Provider","navPath":"editinganexistingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a1edfe7c5-8f45-4357-97c3-8e73474f41b6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeOwnerInformation_1.html","title":"Change Owner Information","navPath":"ChangeOwnerInformation_1.html","bundleId":"work-tasks-2023-sp1","id":"ab9f89ad6-07b4-41d6-b312-fb47e6ef4ed0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingeventprovider.html","title":"Secure Event Provider","navPath":"securingeventprovider.html","bundleId":"work-tasks-2023-sp1","id":"a4dbe6d23-9d7b-46f3-bdc2-15daeabd9961","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurequeuecontrol.html","title":"Secure Queue Control","navPath":"howtosecurequeuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"a77f12471-14a6-4110-9c62-30c7c1da8f69","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewqueue.html","title":"Control New Queue Addition","navPath":"howtocontroladdinganewqueue.html","bundleId":"work-tasks-2023-sp1","id":"a1a8e1bb9-e6df-4777-b4ad-19e5ad0484e1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingqueuecontrol.html","title":"Control Queue View","navPath":"howtocontrolviewingqueuecontrol.html","bundleId":"work-tasks-2023-sp1","id":"aea2e8032-5995-49a8-b3a8-488ca1a35681","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureworkitemcontrol.html","title":"Secure Work Item Control","navPath":"howtosecureworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a80b87034-bd44-417a-bf88-444151ec2d8b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowqueueworkitemcontrol.html","title":"Secure Work Item Control - Show Queue","navPath":"howtosecureshowqueueworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a4e59bb77-2aa5-4686-88dd-a75eb6be7330","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowalternateactorworkitemcontrol.html","title":"Secure Work Item Control - Show Alternate Actor","navPath":"howtosecureshowalternateactorworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a00930b47-9421-491b-81c9-2a795ab8203d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureshowresourcecalendarworkitemcontrol.html","title":"Secure  Work Item Control - Show Resource Calendar","navPath":"howtosecureshowresourcecalendarworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ae5e74cb5-bfa2-4fad-8438-34875254b2a6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuresetpreferencesworkitemcontrol.html","title":"Secure Work Item Control - Set Preferences","navPath":"howtosecuresetpreferencesworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a31520053-12ec-46c3-9b49-192ba7e5141e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingworkitemcontrol.html","title":"Secure Work Item Control - View","navPath":"howtocontrolviewingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a2d46cc2d-6bb2-4fb5-b297-f8d904168191","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureforwardingworkitemcontrol.html","title":"Secure Work Item Control - Forward","navPath":"howtosecureforwardingworkitemcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad499b0f1-b6e6-4f3d-bc64-62a5c8840faa","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingpackage1.html","title":"Secure Package","navPath":"securingpackage1.html","bundleId":"work-tasks-2023-sp1","id":"a6ce2ecf7-8d95-477c-90c0-8b6be82818c4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinpackagetemplate.html","title":"Secure Actions in Package Template","navPath":"howtosecureactionsinpackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"ad64f3bf4-6fb9-4f47-a40a-9fc4814a2c3c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecuregeneratingapackagetemplate.html","title":"Control Generation of Package Template","navPath":"howtosecuregeneratingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"aa281fe82-86a1-4ecd-ba7e-faba3951b6d1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldownloadingapackagetemplate.html","title":"Control Package Template Export","navPath":"howtocontroldownloadingapackagetemplate.html","bundleId":"work-tasks-2023-sp1","id":"afd9ce747-3831-4d09-94ee-598b009ff619","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolmarkingapackagetempalteasshipped.html","title":"Control Package Template Marking","navPath":"howtocontrolmarkingapackagetempalteasshipped.html","bundleId":"work-tasks-2023-sp1","id":"a41d705f9-c501-4b9b-aa68-d972ff5c0a9f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactionsinmanagepackage.html","title":"Secure Actions in Manage Package","navPath":"howtosecureactionsinmanagepackage.html","bundleId":"work-tasks-2023-sp1","id":"aa77a2596-0872-4d00-8204-41badf2d7dfd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolinstallingapackage.html","title":"Control Package Install","navPath":"howtocontrolinstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"a7fa6820b-8ca8-4f1c-bd2b-1800295f59a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroluninstallingapackage.html","title":"Control Package Uninstall","navPath":"howtocontroluninstallingapackage.html","bundleId":"work-tasks-2023-sp1","id":"ade3bac84-0d6b-4d08-8135-8a6fcdffc356","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecalendarcontrol.html","title":"Secure Calendar Control","navPath":"howtosecurecalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"aacbc5be7-9cd1-44a1-b544-8412ecbd0f5c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroladdinganewcalendar.html","title":"Control Adding a New Calendar","navPath":"howtocontroladdinganewcalendar.html","bundleId":"work-tasks-2023-sp1","id":"a6b40a0f1-a6eb-4fd4-807e-19c440980de7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontroldeletinganexistingcalendar.html","title":"Control Deleting an Existing Calendar","navPath":"howtocontroldeletinganexistingcalendar.html","bundleId":"work-tasks-2023-sp1","id":"af86c2a44-1fb3-45c6-bfc3-470184f0da3a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingallcalendars.html","title":"Control Viewing All Calendars","navPath":"howtocontrolviewingallcalendars.html","bundleId":"work-tasks-2023-sp1","id":"a5260d098-a606-4174-b302-2f76992a650f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingbasecalendar.html","title":"Control Viewing Base Calendar","navPath":"howtocontrolviewingbasecalendar.html","bundleId":"work-tasks-2023-sp1","id":"a25d7b7ac-38e7-4ecb-a7a5-99e52d57ba6c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtocontrolviewingcalendarcontrol.html","title":"Control Viewing Calendar Control","navPath":"howtocontrolviewingcalendarcontrol.html","bundleId":"work-tasks-2023-sp1","id":"af1da3df1-1398-4004-8647-ca8125c78d08","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamsecurity.html","title":"Secure BAM Control","navPath":"bamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a69feeb1b-c959-45bc-9a08-41c8982985e4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtousebamsecurity.html","title":"Use BAM Security","navPath":"howtousebamsecurity.html","bundleId":"work-tasks-2023-sp1","id":"ac7bee4b4-185a-473e-9a84-4b4079eac2dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/defaultscenariosfordifferentsecuritygroups.html","title":"Default Rights for Different Security Groups","navPath":"defaultscenariosfordifferentsecuritygroups.html","bundleId":"work-tasks-2023-sp1","id":"a9a8ab519-d3f2-4f8d-9960-62430becc9ad","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamrights1.html","title":"BAM Report Rights","navPath":"bamrights1.html","bundleId":"work-tasks-2023-sp1","id":"ae5aae4ce-d40a-4840-bc5a-e69188a28623","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamtreemenurights.html","title":"BAM Tree Menu Rights","navPath":"bamtreemenurights.html","bundleId":"work-tasks-2023-sp1","id":"a98c9111f-5b2a-470f-8362-939929afa2b1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/views.html","title":"Views","navPath":"views.html","bundleId":"work-tasks-2023-sp1","id":"a314a6b01-3b13-429f-9318-6226a45a8614","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Actions.html","title":"Actions","navPath":"Actions.html","bundleId":"work-tasks-2023-sp1","id":"a21785487-60b7-493f-bd1b-c915457f230a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/bamconfigurations.html","title":"BAM Configuration","navPath":"bamconfigurations.html","bundleId":"work-tasks-2023-sp1","id":"af65fda71-5410-463f-b086-5412e13c22f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/executiondetailswindow.html","title":"Execution Details Window","navPath":"executiondetailswindow.html","bundleId":"work-tasks-2023-sp1","id":"a6b83ce18-d7b1-4e90-b443-89b5e0854081","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewglobalreports.html","title":"Can View Global Reports","navPath":"canviewglobalreports.html","bundleId":"work-tasks-2023-sp1","id":"a5f09ef6e-c315-41a3-bbbc-13d749aaa1cc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewtriggeredreports.html","title":"Workflowscope_InitiatedWorkflow","navPath":"canviewtriggeredreports.html","bundleId":"work-tasks-2023-sp1","id":"aae2f18a8-0176-4da2-98c4-4a2f68ca8231","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewownedreports.html","title":"Workflowscope_OwnedWorkflow","navPath":"canviewownedreports.html","bundleId":"work-tasks-2023-sp1","id":"aaa9c6d53-859a-42a6-bffe-465491321a05","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewothersreport.html","title":"Workflowscope_Any","navPath":"canviewothersreport.html","bundleId":"work-tasks-2023-sp1","id":"a30e5799e-8246-4e81-ba1c-8520cc271faa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canviewbamcontrol.html","title":"Can View BAM Control","navPath":"canviewbamcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a567a03bd-3044-478f-953a-670d046a3066","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureprocessdesign.html","title":"Secure Process Designer","navPath":"howtosecureprocessdesign.html","bundleId":"work-tasks-2023-sp1","id":"a851a7d4f-bcdb-4080-90be-0116cc87e265","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/processdesignerrights1.html","title":"Process Designer Rights","navPath":"processdesignerrights1.html","bundleId":"work-tasks-2023-sp1","id":"a2e25c91d-6121-4789-b1ca-edc1fd09f5c2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inclusionandexclusion.html","title":"Inclusion and Exclusion","navPath":"inclusionandexclusion.html","bundleId":"work-tasks-2023-sp1","id":"a64951bdc-fac1-44bc-b747-ec8be8645e30","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ActionRights.html","title":"Action Rights","navPath":"ActionRights.html","bundleId":"work-tasks-2023-sp1","id":"a4fe9cbaa-91bc-46bf-8052-76f6a6bb3d06","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurecategories.html","title":"Secure Categories","navPath":"howtosecurecategories.html","bundleId":"work-tasks-2023-sp1","id":"a86732bba-164b-4e71-9564-22d4387374b7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecureactivities.html","title":"Secure Activities of Categories","navPath":"howtosecureactivities.html","bundleId":"work-tasks-2023-sp1","id":"a624cedce-fcea-44ca-a0cc-0cc7e8855ca8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/howtosecurepropertiesofactivities.html","title":"Secure Properties of Activities","navPath":"howtosecurepropertiesofactivities.html","bundleId":"work-tasks-2023-sp1","id":"ac692666c-ab45-4d8e-a97b-7793cdc9af22","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/menurights.html","title":"Menu Rights","navPath":"menurights.html","bundleId":"work-tasks-2023-sp1","id":"a5bb8bd8c-3ef5-49ee-afe4-24a5f5709ed8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importbehaviourforrestrictedactivities.html","title":"Import Behavior for Restricted Activities and Activity Properties","navPath":"importbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4dde9ddd-7726-4ffb-8342-46c14c026b6a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designbehaviourforrestrictedactivities.html","title":"Design Behavior for Restricted Activities and Activity Properties","navPath":"designbehaviourforrestrictedactivities.html","bundleId":"work-tasks-2023-sp1","id":"a4a87cbde-7bf4-4256-afd4-6bea273b9052","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securingprocessdesignercontrolatworkflowlevel.html","title":"Secure Process Designer Control at Workflow Level","navPath":"securingprocessdesignercontrolatworkflowlevel.html","bundleId":"work-tasks-2023-sp1","id":"a504c3047-36b8-42c5-93a9-8cfd13383f17","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/canoverwritepublishedworkflowright.html","title":"Can Overwrite Published Workflow Right","navPath":"canoverwritepublishedworkflowright.html","bundleId":"work-tasks-2023-sp1","id":"a5d8f37c5-da04-43c0-ac07-9e5e034dde54","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Advanced_Security_Options.html","title":"Advanced Security Options","navPath":"Advanced_Security_Options.html","bundleId":"work-tasks-2023-sp1","id":"a1f3220f6-19d3-4c4a-9ea4-3a1b1f0ad9a8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/settingupsecurityapproovalworkflow.html","title":"Set up Security Approval Workflow","navPath":"settingupsecurityapproovalworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a1024557b-77af-4d75-946b-94b411804132","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managesecurityrights.html","title":"Manage Security Rights","navPath":"managesecurityrights.html","bundleId":"work-tasks-2023-sp1","id":"a9469249e-e11d-45eb-9458-0a5c5077db56","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingasecurityright.html","title":"Create a Security Right","navPath":"creatingasecurityright.html","bundleId":"work-tasks-2023-sp1","id":"a38b6d204-15bf-4f0d-9a66-6971a0e6cd50","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyingasecuritygroup.html","title":"Modify a Security Right","navPath":"modifyingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"ae521aaa1-885d-4cdf-9993-3393ec0c47c6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewingsecuritygroup1.html","title":"View Security Right","navPath":"viewingsecuritygroup1.html","bundleId":"work-tasks-2023-sp1","id":"a131cb16a-5f17-4449-ad95-c42eeb6f0220","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingasecuritygroup.html","title":"Delete a Security Right","navPath":"deletingasecuritygroup.html","bundleId":"work-tasks-2023-sp1","id":"a3275c70d-4e1c-455e-8b12-7afb2130b712","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/scopeofrights.html","title":"Scope of Rights","navPath":"scopeofrights.html","bundleId":"work-tasks-2023-sp1","id":"adbeeb95c-ab90-4d52-afd0-c9159c20b34b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatinguserdesfinedoperationsandrights.html","title":"Create User Defined Operations and Rights","navPath":"creatinguserdesfinedoperationsandrights.html","bundleId":"work-tasks-2023-sp1","id":"a91a5fdca-b437-41dd-a5e1-d31b9380c7bd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/listlevelsettings.html","title":"Enable and Disable Security at List/List item level","navPath":"listlevelsettings.html","bundleId":"work-tasks-2023-sp1","id":"a60ce66ae-d4a4-412a-bf88-a93cc6c6f512","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityforrenderingcustomforms.html","title":"Dynamic Form Rendering Based on Security","navPath":"securityforrenderingcustomforms.html","bundleId":"work-tasks-2023-sp1","id":"aae67769e-d7c7-440f-842e-0d6db1c22644","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinganddisablingsecurity.html","title":"Enable and Disable Security for a Repository","navPath":"enablinganddisablingsecurity.html","bundleId":"work-tasks-2023-sp1","id":"a142667db-d0eb-4537-987a-af2805972d61","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/672322.html","title":"Http Strict Transport Security Enforcement","navPath":"672322.html","bundleId":"work-tasks-2023-sp1","id":"a049f49bf-050e-4be7-b36f-a0b494242962","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/775988.html","title":"Access-Control-Allow-Origin","navPath":"775988.html","bundleId":"work-tasks-2023-sp1","id":"a72da2f3f-4e98-4d94-8a93-be76ec1bd837","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securityvulnerabilities.html","title":"Security Vulnerabilities","navPath":"securityvulnerabilities.html","bundleId":"work-tasks-2023-sp1","id":"a13fee3a8-6ddd-4c8f-aa15-9636638457f4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/removingunwantedhttpresponseheaders.html","title":"Remove Unwanted HTTP Response Headers","navPath":"removingunwantedhttpresponseheaders.html","bundleId":"work-tasks-2023-sp1","id":"ad0c531e4-2df0-4fef-98e9-1707ea05e5fb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/255251.html","title":"Prevent Clickjacking Attack","navPath":"255251.html","bundleId":"work-tasks-2023-sp1","id":"abaccebcd-99fe-4371-a5ee-854cd3790324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/306082.html","title":"SDL Cookie with Secure Flag","navPath":"306082.html","bundleId":"work-tasks-2023-sp1","id":"a6a0e52d0-57ca-4a2c-89b3-361973bc2abe","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshooting1.html","title":"Troubleshoot Security Issues","navPath":"troubleshooting1.html","bundleId":"work-tasks-2023-sp1","id":"a23fe967d-4820-415c-a727-a194ecc9c155","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootlookupcontrol.html","title":"View Others Items in the Lookup Control","navPath":"troubleshootlookupcontrol.html","bundleId":"work-tasks-2023-sp1","id":"a8731c86c-78ce-4e5b-b5bf-c8865ea8434b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootgridcontrol.html","title":"View Others Items in the Grid Control","navPath":"troubleshootgridcontrol.html","bundleId":"work-tasks-2023-sp1","id":"ad8445cbe-4cdd-4d2b-990c-df1240244c81","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootsecurityissueinthelist.html","title":"View Others Items in the List","navPath":"troubleshootsecurityissueinthelist.html","bundleId":"work-tasks-2023-sp1","id":"a610ed231-d383-4d36-9400-90f820c1abb3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootviewingotheritemsirrespectiveofstatus.html","title":"View Others Items Irrespective of Status","navPath":"troubleshootviewingotheritemsirrespectiveofstatus.html","bundleId":"work-tasks-2023-sp1","id":"a8f57f3d7-0622-4cef-b895-7ebf7cc26f7c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootnavigationlistmenus.html","title":"Navigation List Menus","navPath":"troubleshootnavigationlistmenus.html","bundleId":"work-tasks-2023-sp1","id":"a8e4fa47a-8aee-4686-a09d-b35337a49989","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SynchronizeRoles_1.html","title":"Synchronize Roles","navPath":"SynchronizeRoles_1.html","bundleId":"work-tasks-2023-sp1","id":"a080cf3bc-fb86-4f26-85e8-33dd7683827d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DeleteSynchronizationCrossDomainTasks_1.html","title":"Delete Synchronization Cross Domain Tasks","navPath":"DeleteSynchronizationCrossDomainTasks_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02870ef-5e4a-4537-9445-c4c39eb59ac6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts.html","title":"Web Parts","navPath":"aboutwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a7f9ef4f4-e850-471b-9ef6-8c9e301e0d25","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/overview.html","title":"Use Web Parts Infrastructure","navPath":"overview.html","bundleId":"work-tasks-2023-sp1","id":"ae153da41-cea8-4d25-87c9-dd744f570f0b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/webpartsframework.html","title":"Web Parts Framework","navPath":"webpartsframework.html","bundleId":"work-tasks-2023-sp1","id":"a9278cf3b-66e2-41eb-a793-9cd7424603dd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutwebparts-out-of-the-box.html","title":"Out-of-the-Box Web Parts","navPath":"aboutwebparts-out-of-the-box.html","bundleId":"work-tasks-2023-sp1","id":"a2ee6e970-7582-487a-9e8c-7ffb41470d02","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/otherwebpartproperties.html","title":"Other Web Part Properties","navPath":"otherwebpartproperties.html","bundleId":"work-tasks-2023-sp1","id":"a7ce88981-ace0-4492-978a-8ab10dec315a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/authenticationandpersonalization_1.html","title":"Authentication and Personalization","navPath":"authenticationandpersonalization_1.html","bundleId":"work-tasks-2023-sp1","id":"a4eddedf8-f93c-4de8-ba8f-4df866eba8c5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/creatingcustomwebparts.html","title":"Create Custom Web Parts","navPath":"creatingcustomwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a4488a29c-c45e-4dfa-89ad-9c3810751396","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","title":"Web Part Display Modes","navPath":"Wonderware_Skelta_BPM_Web_Part_Display_Modes.html","bundleId":"work-tasks-2023-sp1","id":"aece43bbc-b053-4aaf-8036-04754d501139","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltahomepagedisplaymodes.html","title":"Browse Mode","navPath":"skeltahomepagedisplaymodes.html","bundleId":"work-tasks-2023-sp1","id":"a653cb6dc-b763-4d26-9253-b136f19b8451","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/designmode.html","title":"Design Mode","navPath":"designmode.html","bundleId":"work-tasks-2023-sp1","id":"af729579e-5692-4b31-ad9a-1920a2fda35d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editmode.html","title":"Edit Mode","navPath":"editmode.html","bundleId":"work-tasks-2023-sp1","id":"a6cd638f8-7364-426a-be4a-dd14ad98c200","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartenabledhomepages.html","title":"Web Part Enabled Home Pages","navPath":"skeltawebpartenabledhomepages.html","bundleId":"work-tasks-2023-sp1","id":"a883bd49f-8fa8-4447-9585-da507e08fa46","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/inboxorworkitemlistwebpart.html","title":"Inbox","navPath":"inboxorworkitemlistwebpart.html","bundleId":"work-tasks-2023-sp1","id":"a11645db1-665d-41e6-9225-0db4ecbbcdc0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/calendarwebpartpage.html","title":"Calendar","navPath":"calendarwebpartpage.html","bundleId":"work-tasks-2023-sp1","id":"a612a3b19-d95f-4257-a846-dfb1e296ffb0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/queuemanagement1.html","title":"Queue Management","navPath":"queuemanagement1.html","bundleId":"work-tasks-2023-sp1","id":"afc305572-7fd2-42c2-a80a-777ef19bf324","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabusinessactivitymonitoring.html","title":"Business Activity Monitoring","navPath":"skeltabusinessactivitymonitoring.html","bundleId":"work-tasks-2023-sp1","id":"a04406296-6af1-41e3-90af-e547891c934c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage1.html","title":"Page 1","navPath":"homepage1.html","bundleId":"work-tasks-2023-sp1","id":"a4677753f-5690-44a4-b40c-1776e96e0971","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage2.html","title":"Page 2","navPath":"homepage2.html","bundleId":"work-tasks-2023-sp1","id":"a91a7c9f0-a9d7-4b6c-b474-f4a814cf29c9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/homepage3.html","title":"Page 3","navPath":"homepage3.html","bundleId":"work-tasks-2023-sp1","id":"a358d5eb3-cd9b-4e7d-9e88-895144086bb6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createownhomepage.html","title":"Create Custom Page","navPath":"createownhomepage.html","bundleId":"work-tasks-2023-sp1","id":"a8c808b4d-1c71-4843-83cd-9a7b5812ffa8","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltawebpartzones.html","title":"Add a Web Part to the Web Part Zone","navPath":"skeltawebpartzones.html","bundleId":"work-tasks-2023-sp1","id":"ac1aff11d-b2fd-44c5-abe0-67746bf1ff3f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletingwebpart.html","title":"Delete Web Part","navPath":"deletingwebpart.html","bundleId":"work-tasks-2023-sp1","id":"adb78b0f0-393c-4a93-9490-13187a33ae07","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/editingawebpart.html","title":"Edit a Web Part","navPath":"editingawebpart.html","bundleId":"work-tasks-2023-sp1","id":"a786f7b9d-b724-4d63-bf8c-a93b3d3ff342","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/minimizingandrestoringwebparts.html","title":"Minimize and Restore Web Parts","navPath":"minimizingandrestoringwebparts.html","bundleId":"work-tasks-2023-sp1","id":"a3f0651f6-c348-4f18-890b-ad85c12c7c76","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/securitygroups.html","title":"Web Part Rights","navPath":"securitygroups.html","bundleId":"work-tasks-2023-sp1","id":"a7ba9a6a6-e4aa-4ddd-814f-7bc88bc3277d","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/personalizingscopeinskeltawebparts.html","title":"Personalize Scope in Web Parts","navPath":"personalizingscopeinskeltawebparts.html","bundleId":"work-tasks-2023-sp1","id":"a75b0dbc4-2bb3-4400-9ea4-13cc26c60150","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/limitationsinwebparts.html","title":"Recommendations in Web Parts","navPath":"limitationsinwebparts.html","bundleId":"work-tasks-2023-sp1","id":"ad840a02a-6d05-4683-90f0-b19463beb172","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reportingservice.html","title":"Report Service","navPath":"reportingservice.html","bundleId":"work-tasks-2023-sp1","id":"a7e89ff33-7ae2-4551-83a7-d3f58124309c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/samplebuisnesscasestudy1.html","title":"Sample Business Case Study","navPath":"samplebuisnesscasestudy1.html","bundleId":"work-tasks-2023-sp1","id":"aa62cbc28-9c83-4d25-af65-f7c15ac2045c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Connections.html","title":"Connections","navPath":"Working_with_Connections.html","bundleId":"work-tasks-2023-sp1","id":"a57370ea6-dce0-4204-bf15-fe297d3bc025","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection.html","title":"Configure Report Connection","navPath":"configuringssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"aa391278f-bd99-4656-a500-b2b6caf2e725","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection.html","title":"Create a New Report Connection Item","navPath":"createanewssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a2264156c-e6b4-487d-9a24-4f3627563c14","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyssrsconnection.html","title":"Modify Report Connection Item","navPath":"modifyssrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a611b20e7-d6ef-4ee0-b85d-ac29af1b6f4a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deletessrsconnection.html","title":"Delete Report Connection Item","navPath":"deletessrsconnection.html","bundleId":"work-tasks-2023-sp1","id":"a63771e64-3cbc-44fa-83f5-f84eb675f2c5","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Report_Templates.html","title":"Report Templates","navPath":"Working_with_Report_Templates.html","bundleId":"work-tasks-2023-sp1","id":"ac3de050f-b48a-4a6f-b049-3d13331d89ac","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate.html","title":"Configure Report Templates","navPath":"configuringskeltatemplate.html","bundleId":"work-tasks-2023-sp1","id":"acb0b8d96-414a-413b-9041-2105b33f1b1d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrstemplate.html","title":"Create a New Report Template Item","navPath":"createanewssrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"acf9d09dc-7e11-4993-be2c-88dfcd348c1f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrstemplate.html","title":"Modify a Report Template Item","navPath":"modifyassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a5f932840-3e03-471a-b6e3-66fe8f2c90d4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrstemplate.html","title":"Delete a Report Template Item","navPath":"deleteassrstemplate.html","bundleId":"work-tasks-2023-sp1","id":"a2dfcfd54-776f-42ed-bf8e-882e0316101e","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Reports.html","title":"Reports","navPath":"Working_with_Reports.html","bundleId":"work-tasks-2023-sp1","id":"af0dce07d-9151-4451-9f94-dce39d0ecc36","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsreport.html","title":"Configure Reports","navPath":"configuringssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a88da1ec3-ed04-4cd3-b0dc-16a62c62f7e7","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsreport.html","title":"Create a New Report Item","navPath":"createanewssrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a956658e9-a6c9-4910-aceb-be8ab50b849f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/modifyassrsreport.html","title":"Modify a Report Item","navPath":"modifyassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"adca3a4f3-a7e1-4132-a8be-d9bd09d7afbf","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/deleteassrsreport.html","title":"Delete a Report Item","navPath":"deleteassrsreport.html","bundleId":"work-tasks-2023-sp1","id":"a60e173e6-cfee-4130-8b88-63106b35582c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/organizingreports.html","title":"Organize Reports","navPath":"organizingreports.html","bundleId":"work-tasks-2023-sp1","id":"ac343b591-6e28-4da0-b8db-c1849bf83cec","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringarchestrareports.html","title":"Configure Reports for Reporting Service","navPath":"configuringarchestrareports.html","bundleId":"work-tasks-2023-sp1","id":"a991d903b-0747-4f56-867f-fb4615ce9c0f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replaceusers.html","title":"User Tools","navPath":"replaceusers.html","bundleId":"work-tasks-2023-sp1","id":"a923cbd2b-352b-4171-b402-814e8a9e2c60","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusers.html","title":"Replace User","navPath":"replacingusers.html","bundleId":"work-tasks-2023-sp1","id":"a2ba2924e-fb82-48e6-b8af-9060aee34836","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Replacing_User_in_Artifacts_of_a_Repository.html","title":"Replace User in Artifacts of a Repository","navPath":"Replacing_User_in_Artifacts_of_a_Repository.html","bundleId":"work-tasks-2023-sp1","id":"a3e7756f7-5c3f-4f7e-ac95-374ea6567fbe","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Lists_1.html","title":"Lists","navPath":"Lists_1.html","bundleId":"work-tasks-2023-sp1","id":"ac8e172ee-7e6d-4922-ac39-2ba08cb9d24f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacinglistowners.html","title":"Replace List Item Owners","navPath":"replacinglistowners.html","bundleId":"work-tasks-2023-sp1","id":"a7c7e46f9-4b87-4781-8416-f99eef0e4772","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/replacingusersinsecuritymapping.html","title":"Replace User in Security Resource Mapping","navPath":"replacingusersinsecuritymapping.html","bundleId":"work-tasks-2023-sp1","id":"acc2f0a39-3c0e-42dc-b95f-916b6f144ec2","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Other_Artifacts.html","title":"Other Artifacts","navPath":"Other_Artifacts.html","bundleId":"work-tasks-2023-sp1","id":"ac34fe834-91ab-405d-ab90-dcc92a2fdbe8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringssrsconnection_1.html","title":"Queue","navPath":"configuringssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"ad02668fa-5b0d-446b-86e0-84a04a179d65","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/createanewssrsconnection_1.html","title":"BAM","navPath":"createanewssrsconnection_1.html","bundleId":"work-tasks-2023-sp1","id":"a739c6a59-ef01-42b3-bec3-21b213e325f6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitems.html","title":"Work Items","navPath":"workitems.html","bundleId":"work-tasks-2023-sp1","id":"a4897c452-2f6e-4b90-bc76-3676bb108dbd","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/configuringskeltatemplate_1.html","title":"Alternate Actor","navPath":"configuringskeltatemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"aa3c0da8a-2ef7-40cb-81b5-a66c99ce5c0c","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Repository_Configuration.html","title":"Repository Configuration","navPath":"Repository_Configuration.html","bundleId":"work-tasks-2023-sp1","id":"ac94222ea-9238-45fe-a848-bba47a50de6d","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/systemuser.html","title":"System User","navPath":"systemuser.html","bundleId":"work-tasks-2023-sp1","id":"a254a1ff3-20e7-4b38-9fa2-8a84e662841b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositoryadministrator.html","title":"Repository Administrator","navPath":"repositoryadministrator.html","bundleId":"work-tasks-2023-sp1","id":"a2f07964d-6069-4c12-a5bf-735e7bcf38c4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/repositorylevelsecuritygroupresourcemapping.html","title":"Repository Level Security Group Resource Mapping","navPath":"repositorylevelsecuritygroupresourcemapping.html","bundleId":"work-tasks-2023-sp1","id":"a6cfbd654-e9b6-423b-8f4b-085a5773da37","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/exceptionmailsettings.html","title":"Exception Mail Settings","navPath":"exceptionmailsettings.html","bundleId":"work-tasks-2023-sp1","id":"a08d6d48d-7151-4757-acf1-e3c940dcb30b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/searchingfortheactorsdirectrefrencesinworkflow.html","title":"View User Reference","navPath":"searchingfortheactorsdirectrefrencesinworkflow.html","bundleId":"work-tasks-2023-sp1","id":"a73f0d28d-6c5e-493b-ad1d-c45d7441867b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/viewandunlocklockeditems.html","title":"Unlock Locked Items","navPath":"viewandunlocklockeditems.html","bundleId":"work-tasks-2023-sp1","id":"ac5d31bfb-7ea5-4965-a708-c4800871aa80","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Deleted_List_Items.html","title":"Deleted List Items","navPath":"Deleted_List_Items.html","bundleId":"work-tasks-2023-sp1","id":"ab0c2ea54-585d-4478-a402-526b878837a4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/introduction2.html","title":"Introduction","navPath":"introduction2.html","bundleId":"work-tasks-2023-sp1","id":"a8545fcc1-2fa3-4f29-84ad-d5f4e1f9c912","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingaudittrail.html","title":"Use Deleted List Items","navPath":"usingaudittrail.html","bundleId":"work-tasks-2023-sp1","id":"a58bf703a-e3f2-4c6e-bb5a-d7841dfdbe10","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enableordisableaudittrailforarepository.html","title":"Enable or Disable Deleted List Items feature for a Repository","navPath":"enableordisableaudittrailforarepository.html","bundleId":"work-tasks-2023-sp1","id":"a9d895d08-2648-43e7-a2aa-845bbb455231","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/skeltabpmnetpackage.html","title":"Package","navPath":"skeltabpmnetpackage.html","bundleId":"work-tasks-2023-sp1","id":"a6ea0b72c-f93a-406b-9bb4-e3456a1c1cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/needforskeltapackaging.html","title":"Advantages of Package","navPath":"needforskeltapackaging.html","bundleId":"work-tasks-2023-sp1","id":"abe7eb8a4-92d1-42bf-9f6d-5e2ff8dcbe84","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/aboutpackaging.html","title":"About Package","navPath":"aboutpackaging.html","bundleId":"work-tasks-2023-sp1","id":"a5025f35e-0dc1-48fd-9584-55a632430a4c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/packagetemplate_1.html","title":"Package Template","navPath":"packagetemplate_1.html","bundleId":"work-tasks-2023-sp1","id":"af4298a1d-0717-4d60-bf73-5e713ed4f8fa","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/managetemplate.html","title":"Manage Package","navPath":"managetemplate.html","bundleId":"work-tasks-2023-sp1","id":"a271781c4-6f33-4197-ba5a-2f86e12c233a","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189310.html","title":"ArchestrA Events","navPath":"189310.html","bundleId":"work-tasks-2023-sp1","id":"acaf7e3d5-d83f-4ccc-9125-4516f3f87b99","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189311.html","title":"ArchestrA Events and AVEVA Work Tasks","navPath":"189311.html","bundleId":"work-tasks-2023-sp1","id":"a4a8903b3-ceac-4c5b-a616-384a9aab54a9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190505_1.html","title":"Associate Workflow with ArchestrA Events","navPath":"190505_1.html","bundleId":"work-tasks-2023-sp1","id":"af91fdf68-2f75-4fe0-8180-d0ea97c62657","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/190541.html","title":"ArchestrA Events Lookup List","navPath":"190541.html","bundleId":"work-tasks-2023-sp1","id":"a28b28e7c-e260-48e4-b6ce-509d0c048385","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189475.html","title":"Create ArchestrA Events List Item","navPath":"189475.html","bundleId":"work-tasks-2023-sp1","id":"a534bbe10-446e-48ef-87ab-9f4da4399139","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189824.html","title":"Edit ArchestrA Events List Item","navPath":"189824.html","bundleId":"work-tasks-2023-sp1","id":"a5cc78756-999d-40cc-87e7-06f9794f152b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/189823.html","title":"Delete ArchestrA Events List item","navPath":"189823.html","bundleId":"work-tasks-2023-sp1","id":"aeb688035-30da-43f9-bd97-02810c901753","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_the_Process_Designer.html","title":"Process Designer","navPath":"Working_with_the_Process_Designer.html","bundleId":"work-tasks-2023-sp1","id":"a1c5c5881-89b6-453e-8ff3-1346087a29ef","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/abouttheprocessdesigner.html","title":"About the Process Designer","navPath":"abouttheprocessdesigner.html","bundleId":"work-tasks-2023-sp1","id":"af774ffed-af37-428d-9b2b-bdd2adc41dd8","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasEMFImage.html","title":"Save File as EMF Image","navPath":"SaveFileasEMFImage.html","bundleId":"work-tasks-2023-sp1","id":"a0a7fa872-5d31-468b-9495-fe3a8f9839b5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SaveFileasPNGImage.html","title":"Save File as PNG Image","navPath":"SaveFileasPNGImage.html","bundleId":"work-tasks-2023-sp1","id":"a8d95db1b-cf9e-415b-870f-b99b2b8a32bb","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionXMLFile.html","title":"Import Process Definition XML File","navPath":"ImportProcessDefinitionXMLFile.html","bundleId":"work-tasks-2023-sp1","id":"a55dddbe8-0676-4bb7-abc4-bfc5f083270c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExportProcessDefinitionXMLfile.html","title":"Export Process Definition XML file","navPath":"ExportProcessDefinitionXMLfile.html","bundleId":"work-tasks-2023-sp1","id":"a80c7fcdf-8042-415d-9204-8a0e95ef1310","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportProcessDefinitionfromVisio.html","title":"Import Process Definition from Visio","navPath":"ImportProcessDefinitionfromVisio.html","bundleId":"work-tasks-2023-sp1","id":"a3fcf59b0-3439-4554-ab6a-c6d755746fb2","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workitemfields.html","title":"Add Work Item Fields","navPath":"workitemfields.html","bundleId":"work-tasks-2023-sp1","id":"a37392bc0-4852-4587-914c-b8d57e42435e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/alternateactors_1.html","title":"Alternate Actors","navPath":"alternateactors_1.html","bundleId":"work-tasks-2023-sp1","id":"ae283ffec-153f-43dd-84bb-0f39c87bd212","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BAMConfiguration.html","title":"BAM Configuration","navPath":"BAMConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a6ca61536-4b55-485f-82b0-25c0418d9464","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysis.html","title":"Overdue Analysis","navPath":"OverdueAnalysis.html","bundleId":"work-tasks-2023-sp1","id":"a0a390462-1859-48b0-8af2-a78643a9d83d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIDataPoints.html","title":"KPI Data Points","navPath":"KPIDataPoints.html","bundleId":"work-tasks-2023-sp1","id":"a9ecfaa8a-26b3-4c34-8135-c87fd73b4548","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/KPIs.html","title":"KPI(s)","navPath":"KPIs.html","bundleId":"work-tasks-2023-sp1","id":"a659a53a0-cb89-4b0d-89a7-2a3937e370d0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Performance.html","title":"Performance","navPath":"Performance.html","bundleId":"work-tasks-2023-sp1","id":"a7a4dcf04-c5ca-43db-a2ca-77a668193049","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AlertConfiguration.html","title":"Alert Configuration","navPath":"AlertConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"a209a8ba3-7ec9-4afc-a9d0-c98aeb5c5137","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/BasicConfiguration.html","title":"Basic Configuration","navPath":"BasicConfiguration.html","bundleId":"work-tasks-2023-sp1","id":"af57c3210-039b-433e-a054-00beca8b6202","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/OverdueAnalysisReport.html","title":"Overdue Analysis Report","navPath":"OverdueAnalysisReport.html","bundleId":"work-tasks-2023-sp1","id":"aca60541f-69f8-4b48-afaa-e55e59caf0e7","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActions.html","title":"Link Actions","navPath":"LinkActions.html","bundleId":"work-tasks-2023-sp1","id":"a270f149e-5127-4bf7-8b45-3e41f770c284","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Process_Designer_File_Operations.html","title":"Process Designer File Operations","navPath":"Process_Designer_File_Operations.html","bundleId":"work-tasks-2023-sp1","id":"a864b7689-6159-454f-a761-c33a8b7912fd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/reuseexistingprocessdesignsbyopeningandrenamethem.html","title":"Reuse Existing Process Designs by Renaming Them","navPath":"reuseexistingprocessdesignsbyopeningandrenamethem.html","bundleId":"work-tasks-2023-sp1","id":"ae17a3798-9909-45e1-8cb5-e480de39947a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/clearthediagramtostartfromscratch.html","title":"Clear the Process Diagram","navPath":"clearthediagramtostartfromscratch.html","bundleId":"work-tasks-2023-sp1","id":"a6ab08e87-c246-43c0-be0d-ec616cd92309","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/savingtheprocessdiagramasanimage.html","title":"Save the Process Diagram as Image","navPath":"savingtheprocessdiagramasanimage.html","bundleId":"work-tasks-2023-sp1","id":"a13c3cd02-b86a-4b23-be85-e65f31fbd5b0","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessDesignerEditOperations.html","title":"Process Designer Edit Operations","navPath":"ProcessDesignerEditOperations.html","bundleId":"work-tasks-2023-sp1","id":"ad209a5e4-8355-4102-8831-484a699dab26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/cutcopypasteactivities.html","title":"Copy and Paste Activities","navPath":"cutcopypasteactivities.html","bundleId":"work-tasks-2023-sp1","id":"a6cd7bbab-07a0-4775-97c7-0d8b826ed465","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UndoandRedoActions.html","title":"Undo and Redo Actions","navPath":"UndoandRedoActions.html","bundleId":"work-tasks-2023-sp1","id":"ae637e8ab-260b-4ed2-88d5-1ecb94cda195","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetPropertiesintheActivityPropertiesWindow.html","title":"Set Properties in the Activity Properties Window","navPath":"SetPropertiesintheActivityPropertiesWindow.html","bundleId":"work-tasks-2023-sp1","id":"a7b682ba3-1527-49d4-8265-15de6bf75759","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ImportandExportFunctionsinProcessDesigner.html","title":"Import and Export Functions in Process Designer","navPath":"ImportandExportFunctionsinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"a74b5fb8b-57ac-4a14-96f7-d7072c35aadc","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromxml.html","title":"Import from XML","navPath":"importfromxml.html","bundleId":"work-tasks-2023-sp1","id":"afb01713d-adfe-459f-bc8e-1a453809d156","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ExporttoXML.html","title":"Export to XML","navPath":"ExporttoXML.html","bundleId":"work-tasks-2023-sp1","id":"a041b46fa-0559-4c9c-af9e-11c5eb652ca3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/importfromvisiobpmnstencil.html","title":"Import from Visio (BPMN Stencil)","navPath":"importfromvisiobpmnstencil.html","bundleId":"work-tasks-2023-sp1","id":"a6f325abc-9bff-445a-8a80-729d3f068abd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddingActivitiesinProcessDesigner.html","title":"Add Activities in Process Designer","navPath":"AddingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"aee13587c-a324-4db0-9235-308f9faae04b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DragandDropActivities.html","title":"Drag and Drop Activities","navPath":"DragandDropActivities.html","bundleId":"work-tasks-2023-sp1","id":"ac1d686a5-241e-4d51-b233-350d0690cf3c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AddActivitiesUsingtheContextMenu.html","title":"Add Activities Using the Context Menu","navPath":"AddActivitiesUsingtheContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"a6f88093c-2a91-4b76-b226-4c2d5d51c4cf","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkingActivitiesinProcessDesigner.html","title":"Link Activities in Process Designer","navPath":"LinkingActivitiesinProcessDesigner.html","bundleId":"work-tasks-2023-sp1","id":"ac4ace3e0-0f1f-4035-a80f-6b1d3ad0f566","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesbyClickingandLinking.html","title":"Link Activities by Clicking and Linking","navPath":"LinkActivitiesbyClickingandLinking.html","bundleId":"work-tasks-2023-sp1","id":"a8192a945-4dd2-4ffa-a32c-a397c81b24de","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LinkActivitiesUsingtheLinkTool.html","title":"Link Activities Using the Link Tool","navPath":"LinkActivitiesUsingtheLinkTool.html","bundleId":"work-tasks-2023-sp1","id":"a7e79af6e-6cae-40b6-abff-2e55b849039d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetLinkOptionsintheActivitiesContextMenu.html","title":"Set Link Options in the Activities Context Menu","navPath":"SetLinkOptionsintheActivitiesContextMenu.html","bundleId":"work-tasks-2023-sp1","id":"af234a3fe-00a3-4492-9df2-1c1127f2849f","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SettingActivityandLinkProperties.html","title":"Set Activity and Link Properties","navPath":"SettingActivityandLinkProperties.html","bundleId":"work-tasks-2023-sp1","id":"a26bf0eb7-5bae-4c7b-a2e0-1c14b0dd7c73","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IdentifyMandatoryProperties.html","title":"Identify Mandatory Properties","navPath":"IdentifyMandatoryProperties.html","bundleId":"work-tasks-2023-sp1","id":"a043aae2e-51c1-44d6-b351-39c0a932878f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method1RightClickandSelectActivityProperties.html","title":"Method 1: Right Click and Select Activity Properties","navPath":"Method1RightClickandSelectActivityProperties.html","bundleId":"work-tasks-2023-sp1","id":"a570cc1bb-7746-46f3-a38d-788b9a8a2825","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","title":"Method 2: Select Activity and then Select Activity Properties from Edit Menu","navPath":"Method2SelectActivityandthenSelectActivityPropertiesfromEditMenu.html","bundleId":"work-tasks-2023-sp1","id":"a5bef891a-1f80-4a30-a738-a265b808e448","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Method3UseWizardsForResourceActivitieswhereapplicable.html","title":"Method 3: Use Wizards For Resource Activities (where applicable)","navPath":"Method3UseWizardsForResourceActivitieswhereapplicable.html","bundleId":"work-tasks-2023-sp1","id":"a1e9777fa-69a2-4f28-9dad-8b74871dd63f","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/IntroductiontoPropertySettingWizards.html","title":"Introduction to Property Setting Wizards","navPath":"IntroductiontoPropertySettingWizards.html","bundleId":"work-tasks-2023-sp1","id":"a57455bfa-9121-4a23-af49-741992fda5f3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheActorsSelectionWizard.html","title":"Use the Actors Selection Wizard","navPath":"UsetheActorsSelectionWizard.html","bundleId":"work-tasks-2023-sp1","id":"afd2ac53b-6633-4448-a24c-4d3eb3f45165","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheEscalationEmailWizard.html","title":"Use the Escalation Email Wizard","navPath":"UsetheEscalationEmailWizard.html","bundleId":"work-tasks-2023-sp1","id":"aadd05c37-23fc-4ef9-9016-2f25b349e8cd","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingtheExpressionEditor.html","title":"Use the Expression Editor","navPath":"UsingtheExpressionEditor.html","bundleId":"work-tasks-2023-sp1","id":"adb76f90f-1e91-4883-a064-daddf58e1f9a","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/usingtheexpressioneditortosetactionproperties.html","title":"About the Expression Editor","navPath":"usingtheexpressioneditortosetactionproperties.html","bundleId":"work-tasks-2023-sp1","id":"a1b1f6360-1a0c-470a-8859-a77fb9f0334d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseExpressionEditortoBuildExpressionsforProperties.html","title":"Use Expression Editor to Build Expressions for Properties","navPath":"UseExpressionEditortoBuildExpressionsforProperties.html","bundleId":"work-tasks-2023-sp1","id":"ae2d1fe52-4e28-418b-99d9-8b3ec313c053","isActive":false,"outputclasses":[],"children":[]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SetAppearancePropertiesforActivityIcons.html","title":"Set Appearance Properties for Activity Icons","navPath":"SetAppearancePropertiesforActivityIcons.html","bundleId":"work-tasks-2023-sp1","id":"a41881247-9bcc-4d36-8af6-a1c7c95984b0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SearchforContentinWorkflow.html","title":"Search for Content in Workflow","navPath":"SearchforContentinWorkflow.html","bundleId":"work-tasks-2023-sp1","id":"aec7bcc1e-2c6f-40eb-bc06-3dec29fed468","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsetheProcessMapImageforNavigation.html","title":"Use the Process Map Image for Navigation","navPath":"UsetheProcessMapImageforNavigation.html","bundleId":"work-tasks-2023-sp1","id":"a1c064f49-2433-4ea5-bb2b-99cefc7f5a8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ProcessModelingandSavingtheAnalyst%27sView.html","title":"Process Modeling and Saving the Analyst's View","navPath":"ProcessModelingandSavingtheAnalyst'sView.html","bundleId":"work-tasks-2023-sp1","id":"a315cfc2a-f886-44a9-824f-fcfde9c27aee","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/LockandUnlockDesigners.html","title":"Lock and Unlock Designers","navPath":"LockandUnlockDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a7bd3c85e-ae9b-43fc-8c53-bf2770993cad","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforrepository.html","title":"Enable and Disable Lock for Repository","navPath":"enablinglockforrepository.html","bundleId":"work-tasks-2023-sp1","id":"a5eed50c7-8c61-4d83-adb2-a6a89d89b93f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/DifferentTypesofLocks.html","title":"Different Types of Locks","navPath":"DifferentTypesofLocks.html","bundleId":"work-tasks-2023-sp1","id":"acd96aa2b-ec2c-4d60-9250-a16d80f976dd","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ManualLockandUnlock.html","title":"Manual Lock and Unlock","navPath":"ManualLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a3f5ab54c-5c0e-471e-890e-46b23e098ded","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/AutoLockandUnlock.html","title":"Auto Lock and Unlock","navPath":"AutoLockandUnlock.html","bundleId":"work-tasks-2023-sp1","id":"a6be31189-eaca-444a-aeef-2e78a7feafde","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UseLockandUnlockonDesigners.html","title":"Use Lock and Unlock on Designers","navPath":"UseLockandUnlockonDesigners.html","bundleId":"work-tasks-2023-sp1","id":"a100fe4b5-e5b9-4143-8994-4865c5d53f48","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/workflowlist2.html","title":"Process Designer","navPath":"workflowlist2.html","bundleId":"work-tasks-2023-sp1","id":"ad476e8ce-60fa-41d2-b588-9766e81ce8f1","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/formslist.html","title":"Forms Designer","navPath":"formslist.html","bundleId":"work-tasks-2023-sp1","id":"a0d9d4255-9e45-4c06-ab73-f8b49f8c4eda","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ListDesigner.html","title":"List Designer","navPath":"ListDesigner.html","bundleId":"work-tasks-2023-sp1","id":"af83e3d32-f2d2-4ab3-98d8-071c3569270e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UsingLockandUnlockonUserDefinedLists.html","title":"Use Lock and Unlock on User Defined Lists","navPath":"UsingLockandUnlockonUserDefinedLists.html","bundleId":"work-tasks-2023-sp1","id":"ab6c64c0d-b3f7-4caf-b05a-a97cb2bc5650","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/enablinglockforuserdefinedlist.html","title":"Enabling Lock for User Defined List","navPath":"enablinglockforuserdefinedlist.html","bundleId":"work-tasks-2023-sp1","id":"a56a9826b-f987-42ac-8bc8-944de9a1507c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/EffectsofLockandUnlockonUserDefinedList.html","title":"Effects of Lock and Unlock on User Defined List","navPath":"EffectsofLockandUnlockonUserDefinedList.html","bundleId":"work-tasks-2023-sp1","id":"ad95989ef-6c5f-4ea1-8824-10b5335e046b","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisEnabled.html","title":"User Defined List when Lock is Enabled","navPath":"UserDefinedListwhenLockisEnabled.html","bundleId":"work-tasks-2023-sp1","id":"a033d1d39-31de-4a26-9013-851267135265","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UserDefinedListwhenLockisDisabled.html","title":"User Defined List when Lock is Disabled","navPath":"UserDefinedListwhenLockisDisabled.html","bundleId":"work-tasks-2023-sp1","id":"a9de8ab83-ed57-46e7-9812-34f7a8a7dd7b","isActive":false,"outputclasses":[],"children":[]}]}]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemThroughWorkflows.html","title":"Update a Locked List Item Through Workflows","navPath":"UpdateaLockedListItemThroughWorkflows.html","bundleId":"work-tasks-2023-sp1","id":"ad56f4dae-3528-492e-b211-cd4e25b64f0c","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromInvokeFormActivity.html","title":"Update a Locked List Item from Invoke Form Activity","navPath":"UpdateaLockedListItemfromInvokeFormActivity.html","bundleId":"work-tasks-2023-sp1","id":"afb55a13a-1c0d-46d8-a9eb-5fca0907064f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/UpdateaLockedListItemfromEngineActivity.html","title":"Update a Locked List Item from Engine Activity","navPath":"UpdateaLockedListItemfromEngineActivity.html","bundleId":"work-tasks-2023-sp1","id":"ac432e9de-455d-4311-a0e2-e243140c802e","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ViewLockandUnlockHistoryofListItems.html","title":"View Lock and Unlock History of List Items","navPath":"ViewLockandUnlockHistoryofListItems.html","bundleId":"work-tasks-2023-sp1","id":"ae49e14a5-eef8-4b0c-b8e0-5138d9a319f9","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Working_with_Work_Tasks.html","title":"AVEVA Work Tasks Pro","navPath":"Working_with_Work_Tasks.html","bundleId":"work-tasks-2023-sp1","id":"abc2138c6-6d36-48b8-ac88-031d7c09d4fb","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435174.html","title":"Introduction","navPath":"435174.html","bundleId":"work-tasks-2023-sp1","id":"a37289543-c494-477b-b0a5-2d33c0ec806f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/gettingstartedwithworktasks.html","title":"Get Started with AVEVA Work Tasks Pro","navPath":"gettingstartedwithworktasks.html","bundleId":"work-tasks-2023-sp1","id":"ad9307521-9099-4858-b5a4-4c9eae97a50a","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435176.html","title":"Install and Configure AVEVA Work Tasks Pro Application","navPath":"435176.html","bundleId":"work-tasks-2023-sp1","id":"a123524d3-9c2f-48f7-9f1a-756247a66ce4","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/625157.html","title":"Mobile Device Management","navPath":"625157.html","bundleId":"work-tasks-2023-sp1","id":"ab61704a8-9515-4e29-bf99-2be44b9a17f8","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522505.html","title":"View the Demo of AVEVA Work Tasks Pro App","navPath":"522505.html","bundleId":"work-tasks-2023-sp1","id":"afbfb01d7-6a16-495b-963e-91344ed24bbc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/loginandlogout.html","title":"Log On and Log Off","navPath":"loginandlogout.html","bundleId":"work-tasks-2023-sp1","id":"a1ab38b2e-f69a-461c-b137-a91861578283","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/1440390.html","title":"Online and Offline Support for Controls and Containers","navPath":"1440390.html","bundleId":"work-tasks-2023-sp1","id":"ab59dde31-32c7-415b-b544-a3b6032a18a3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/522508.html","title":"Inbox","navPath":"522508.html","bundleId":"work-tasks-2023-sp1","id":"a890f4120-a881-4195-938e-49863c91bd26","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/categories.html","title":"Categories","navPath":"categories.html","bundleId":"work-tasks-2023-sp1","id":"a546f38cf-ecf5-42d6-a551-11565b5cded6","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Queue.html","title":"Queue","navPath":"Queue.html","bundleId":"work-tasks-2023-sp1","id":"a09da8166-ce9a-4f7b-bc6a-3eedf2b1aa41","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/435179.html","title":"Fill Form","navPath":"435179.html","bundleId":"work-tasks-2023-sp1","id":"a8dfc1285-5920-4390-b63d-dc6d83477ac5","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Drafts.html","title":"Drafts","navPath":"Drafts.html","bundleId":"work-tasks-2023-sp1","id":"a845a83f9-0ba8-462e-8fef-6fe06dac2a83","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/SentItems.html","title":"Sent Items","navPath":"SentItems.html","bundleId":"work-tasks-2023-sp1","id":"aa96ed23e-e1eb-407c-8434-4a7e83ba3d2c","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Outbox.html","title":"Outbox","navPath":"Outbox.html","bundleId":"work-tasks-2023-sp1","id":"a26caa3e8-7069-426d-b6e8-023462386df6","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/Sync.html","title":"Sync","navPath":"Sync.html","bundleId":"work-tasks-2023-sp1","id":"aea97bdb7-3aa3-4583-a252-83dbc13bc9d7","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793038.html","title":"Save Settings","navPath":"793038.html","bundleId":"work-tasks-2023-sp1","id":"a2235aa20-f60e-4f32-98d2-a269a56a5773","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeNotificationToneforiOSDevices.html","title":"Change Notification Tone for iOS Devices","navPath":"ChangeNotificationToneforiOSDevices.html","bundleId":"work-tasks-2023-sp1","id":"a9362e409-7ba9-4dd6-ace6-cb6cc2529f8d","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/793046.html","title":"Configure Save Settings","navPath":"793046.html","bundleId":"work-tasks-2023-sp1","id":"a35028ebf-6b6a-4eeb-9a2b-c605544dd4e9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureNumberofItemstoSyncfortheLookupControl.html","title":"Configure Number of Items to Sync for the Lookup Control","navPath":"ConfigureNumberofItemstoSyncfortheLookupControl.html","bundleId":"work-tasks-2023-sp1","id":"aa17dfb59-a9cd-4203-9a9a-e7ec153cd3f9","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/571749.html","title":"Configure Thresholds","navPath":"571749.html","bundleId":"work-tasks-2023-sp1","id":"aa1fe90fe-d6ac-420c-bd7c-c9355c8a15f0","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ConfigureDrafts.html","title":"Configure Drafts","navPath":"ConfigureDrafts.html","bundleId":"work-tasks-2023-sp1","id":"a67dd678f-55e0-4541-9097-ac1fffec5f0b","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/658450.html","title":"Configure Sent Items","navPath":"658450.html","bundleId":"work-tasks-2023-sp1","id":"a168b9432-8a25-4b33-a97a-8ac1f80bdbf4","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/599341.html","title":"Configure Inbox Settings","navPath":"599341.html","bundleId":"work-tasks-2023-sp1","id":"a6deb063e-3c83-4b0a-a554-ed236a48d149","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/641267.html","title":"Configure Offline Support","navPath":"641267.html","bundleId":"work-tasks-2023-sp1","id":"a3bf9e7f6-6ef3-497c-bbde-d2b4501bca6e","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659533.html","title":"Use Themes","navPath":"659533.html","bundleId":"work-tasks-2023-sp1","id":"aefcf97f7-71bd-4bab-83df-b58534456033","isActive":false,"outputclasses":[],"children":[{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/659544.html","title":"Apply Theme to AVEVA Work Tasks Pro App","navPath":"659544.html","bundleId":"work-tasks-2023-sp1","id":"a0c00a64d-d648-48c3-818a-ded1ba40340f","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/ChangeStyle.html","title":"Change Style","navPath":"ChangeStyle.html","bundleId":"work-tasks-2023-sp1","id":"a5994f8ee-3927-4730-a44e-6cf921d98f72","isActive":false,"outputclasses":[],"children":[]}]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/490121.html","title":"Logs","navPath":"490121.html","bundleId":"work-tasks-2023-sp1","id":"a98528026-133d-44c6-87f1-f225c834fbcc","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/troubleshootingworktasks.html","title":"Troubleshooting","navPath":"troubleshootingworktasks.html","bundleId":"work-tasks-2023-sp1","id":"adb770337-1720-4a62-bd66-f6e967118ef3","isActive":false,"outputclasses":[],"children":[]},{"url":"https://docs-be.aveva.com/bundle/work-tasks-2023-sp1/page/731829.html","title":"Debugging","navPath":"731829.html","bundleId":"work-tasks-2023-sp1","id":"ae2da79e5-3dcb-4eab-82a1-640493911a92","isActive":false,"outputclasses":[],"children":[]}]}]}]}},"apiErrorHandler":{}} ; var digitalData={"pageInfo":{"pageName": "AVEVA Documentation", "URL": "https://docs.aveva.com/"}, "category": {"pageType": "Documents"}}; if (!zdWebClientConfig.environment) { zdWebClientConfig.environment = "production"; } } catch (err) { console.error("Configuration was not injected properly") }