Create a manifest
Manifest files contain metadata describing all development objects required for a specific application you develop in Workflow Studio. When you create a manifest, you select the items required by your application.
You can create as many manifests as needed to test your application with different configurations.
Create a manifest
In Workflow Studio, click the Deployment Services button on the Common menu.
This opens the Deployment pane. The Deployment pane contains three elements:
* A duplicate of your Source Control tree
* Build order pane
* Results paneÂ
Click the New Manifest button.
This opens the Add to Manifest dialog containing a duplicate tree view of your source control.Expand the tree, select the items that you want to include in the manifest, and then click OK.
Â
Select the folder on your machine in which to place the manifest, and then click Save. In our example, we are placing the manifest in a folder we created named _manifests.
Â
We created the _manifests folder as a logical location in which to keep our manifests. Prefixing the folder with an underscore keeps it from being added to source control.
Â
Package manifest for deployment