For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Release notes
    • Overview
    • Changelog
      • Overview
      • AngularJS not supported in manual tasks
      • Audit Trail collection removed
      • Broken references
      • Data Path property renamed
      • Default adapter protocol
      • DryRun and View DryRun manual tasks removed
      • Help and Status API endpoints removed
      • Integration API routes removed
      • Itential Platform key removed from global config
      • Itential Tools updated
      • IWAN tasks removed
      • Job variable changes in child workflows
      • Merge task variables — null vs. undefined
      • Message queue libraries removed
      • Database no longer supports callbacks
      • NSO features removed
      • Operations Manager API changes
      • Inline images removed from pre-built README files
      • Reserved method output name
      • Service Manager UI removed
      • Task error config option in AG Manager
      • Seed scripts removed in Template Builder
      • Transformations using thisArg feature
      • Workflow Engine API routes removed
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Breaking change notice
  • What should I do?
  • Related reading
Release notesBreaking changes

DryRun and View DryRun manual tasks removed

Was this page helpful?
Previous

Help and Status API endpoints removed

Next
Built with

Breaking change notice

The dryRun and viewDryRun manual tasks have been removed in the 2023.2 release.

What should I do?

Use the dry run functionality of the testInstances task followed by the ViewData manual task.

Replacement APIDescription
testInstancesCalculates the minimum device configuration commands required to save new service instances or update existing service instances.
viewDataDisplays a message with runtime data.

Related reading

  • app-service_management/testInstances
  • app-workflow_engine/ViewData