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
  • Introduction
    • Overview
    • Retired adapters
      • Overview
      • Result codes
      • Connectivity
      • Authentication
      • Connectivity
      • Dependencies
      • Installation location
      • URL paths
        • Adapter not in Itential Platform
        • Adapter status is red
        • No calls working
        • DEPTH_ZERO_SELF_SIGNED_CERT
        • Wrong response data
        • Wrong request data
        • One or more calls failing
        • Tasks not in Platform
        • Troubleshoot linting and testing
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Issue
  • What to check
TroubleshootSpecific scenarios

Tasks not appearing in Platform

Was this page helpful?
Previous

Troubleshoot linting and testing

Next
Built with

Issue

The adapter is loaded inItential Platform but does not appear as a task option when building a workflow in Automation Studio.

What to check

Verify the adapter is running. If the adapter is not fully up, its tasks will not be available. See Adapter not inItential Platform if needed.

Check user permissions. Confirm that your user account has the permissions required to use the adapter.

Verify the service instance configuration. Confirm that the adapter type in the service instance configuration is set correctly. The type value must match the export defined in pronghorn.json, which must also match the module.exports line in adapter.js.

Verify pronghorn.json. Confirm that the methods you expect to see in Automation Studio are defined in pronghorn.json and that the task flag is set to true on each one.

Check theItential Platform logs. IfItential Platform was unable to register the adapter’s workflows, it typically writes an error to the log explaining the reason.

If the logs do not identify the cause, contact the Itential Adapters Team with the log output.