Remove runtime dependencies from a manifest

Runtime dependencies are files not included with Workflow Studio that need to be referenced by your project’s manifest for it to run correctly in an runtime environment. If you have added runtime dependencies to a manifest that are no longer needed, you can quickly remove them.

Remove runtime dependencies

  1. In Workflow Studio, open the Deployment pane by selecting either Deployment Services from the Common ribbon or Deploy from the Build ribbon.

  2. Click the Open Manifest button located above the Build Order pane.

     

  3. Search for and select the manifest file you want to update.

     

    You should see the manifest tree.

     

  4. Click the Build button and then click No when prompted about restarting Workflow Studio.



  5. In the lower Status pane, right-click on the runtime dependency you want to remove and select Remove Runtime Dependency.



  6. Click Yes to confirm you want to remove the runtime dependency.



    You should see the runtime dependency removed from the Status pane.


Next Steps