Workflow Engine API Deprecations
- 16 Jan 2025
-
DarkLight
-
PDF
Workflow Engine API Deprecations
- Updated on 16 Jan 2025
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
List of Deprecated APIs
Workflow Engine (WFE) API deprecations along with replacements are presented in the table below.
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?