Workflow Engine API routes removed

Breaking change notice

This breaking change applies to Workflow Engine (WFE) in the 2023.2 release.

APIs removed

The following WFE APIs have been removed from Itential Platform in the 2023.2 release:

APIDescriptionDeprecation releaseRemoval releaseReplacement route
checkWorkflowForJobVariablesGet job variables from a workflow by workflow name.2022.12023.2Use inputSchema from GET /automation-studio/workflows/detailed/:name
getTaskDetailsGet detailed information for a task.2022.12023.2GET /automation-studio/locations/:location/packages/:pckg/tasks/:method
getWorkflowDetailedByNameGet the details of a workflow by workflow name.2022.12023.2GET /automation-studio/workflows/detailed/:name
runValidationValidate a workflow and return errors and warnings.2022.12023.2POST /automation-studio/workflows/validate
searchWorkflowsSearch workflows.2022.12023.2GET /automation-studio/workflows

What should I do?

Review any custom apps and adapters that reference the APIs listed above and update them to use the replacement routes.