WFE API Deprecations
- 14 Jun 2023
-
DarkLight
-
PDF
WFE API Deprecations
- Updated on 14 Jun 2023
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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?