---
sourceDocument: Xanadu ServiceNow AI Platform Capabilities
sourceDocumentLink: https://www.servicenow.com/docs/r/xanadu/servicenow-platform

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# ValidateInputVarUpdateSetDependencies

# ValidateInputVarUpdateSetDependencies {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The ValidateInputVarUpdateSetDependencies validator examines
update sets to ensure that workflow input variables for a given workflow have not been deleted
in different update sets than those currently In progress.

## Validation summary

* Risk: Workflows and their input variables are not moved together in a single update set. The deletion of input variables is captured in a different update entry. If these two entries are not in the same update set, the workflow execution can be unstable.
* Purpose: Determine whether input variables that belonged to this workflow were deleted in a different update set.
* Severity Level: Warning
* Valid Result: Valid
* Valid Message: There were no Input Variable Update Set dependency issues found.
* Invalid Result: Invalid
* Invalid Message: There are input variables that have been deleted and logged in a different update set.
* Suggested Action: If the deletion is not intended to be separate from the workflow, ensure that both update sets are committed concurrently to the new instance, or merge both payloads into a single update set.
* Publishable: Yes
* Runnable: Yes
* Related Information: [Workflow movement with update sets](https://www.servicenow.com/docs/w6nPLDkY~O1O2ImYGeSKhA#c_WorkflowMovementWithUpdateSets "The system tracks workflows in update sets differently than other records because workflow information is stored across multiple tables.")

## Troubleshooting

Workflow input variables get individual entries in the Customer Update related list in the current user's update set. This validator reports
to the user when workflow input deletions have happened in an update set other than the
current user's update set.

Follow the instructions for [Input variable removal](https://www.servicenow.com/docs/UcPwUhYRTwkGDAbRlMFxiw#c_InputVariableRemoval "Deleting workflow input variables, like insert and update actions, creates a customer update record in a user's current update set.") when the validator issues this warning.

