WFE API Deprecations
  • 14 Jun 2023
  • Dark
    Light
  • PDF

WFE API Deprecations

  • Dark
    Light
  • PDF

Article summary

Deprecated Workflow Engine APIs

Deprecations in Workflow Engine (WFE) are listed in the table below along with replacements.

API Description Deprecation Release Removal Release Replacement Method Name Route
checkWorkflowForJobVariables Get job variables from a workflow by workflow name. 2022.1 2023.2 AutomationStudio:getWorkflowDetailedByName Use inputSchema from GET /automation-studio/workflows/detailed/:name
getTaskDetails Get a detailed information model for a task. 2022.1 2023.2 AutomationStudio:getTaskDetails GET /automation-studio/locations/:location/packages/:pckg/tasks/:method
getWorkflowDetailedByName Get the details of a workflow by workflow name. 2022.1 2023.2 AutomationStudio:getWorkflowDetailedByName GET /automation-studio/workflows/detailed/:name
runValidation Validate a workflow and return errors and warnings. 2022.1 2023.2 AutomationStudio:validateWorkflow POST /automation-studio/workflows/validate
searchWorkflows Search workflows. 2022.1 2023.2 AutomationStudio:getWorkflows GET /automation-studio/workflows

What should I do?

Review any custom apps and adapters that might reference any APIs on the deprecation list above and change them to the replacement call (or remove them if no replacement call is provided)


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.