Generates an artifact jar of checked out objects for deployment.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
MDS Base Object Path | FDMDS_BASE_OBJ_DIR | No | The relative directory to restrict objects for MDS. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation produces a jar file that contains a variety of objects that will be stored in the artifacts repository, such as an xsd, xslt or wsdl.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
Utilizing the MDS Base Object Path, the objects that are retrieved from the SCM can be filtered down to a smaller subset. For example:
Checked out:
a/b/c.xsd
a/d/e.xsd
If you want both of the objects, you can leave the above property empty and all objects will be transferred to MDS.
If you want only c.xsd, then set the above property to a/b and you will only get objects in that path. The remaining objects are filtered out.