> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# AngularJS not supported in manual tasks

> Breaking change notice that Operations Manager no longer supports AngularJS in manual tasks in 2023.2, with a list of removed endpoints.

## Breaking change notice (2023.2)

Operations Manager no longer supports AngularJS in existing manual tasks. These tasks have been rewritten in ReactJS with their data available via API. Manual tasks continue to function as tasks in a workflow.

All endpoints previously written in AngularJS have been removed from Itential Platform:

```
formbuilder/showformbyname
formbuilder/ShowFormPreserveData
formBuilder/ProviderForm
jsonforms/renderjsonSchema
jsonForms/RenderYangForm
jsonforms/showjsonform
mop/chooseDevice
mop/diffConfig
mop/reloadFailed
mop/reviewSummary
mop/runtemplatesDiff
mop/viewTemplateResults
mop/VerifyConfig
nsoMgr/addDeviceForm
nsoMgr/SetDeviceConfiguration
serviceMgmt/DryRun
serviceMgmt/ViewDryRun
serviceMgmt/ViewDryRunService
serviceMgmt/ViewServiceModelForm
serviceMgmt/ViewTestService
wfbuilder/testTask
wfengine/ViewData
wfengine/ViewDiff
wfengine/ErrorHandling
wfengine/ViewHTML
```

## What should I do?

Contact the [Product Support Team](https://itential.atlassian.net/servicedesk/customer/portals) if you still need access to these API endpoints.

## Related reading

* [AngularJS libraries removed](../../platform-6/breaking-changes/angular-js-libraries-removed)