- style
b2bExportAgreement
Export an Agreement along with all of its dependencies from a B2B build repository.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
FDB2B_SERVER_HOST | Yes | Host Name for the B2B Server. Under the default SOA installation, it will share the same host as the managed SOA servers. |
FDB2B_SERVER_PORT | Yes | Port for the B2B Server |
Project Properties
Property Name | Required | Description |
---|---|---|
FDB2B_AGRMT_NAME | Yes | The name of the Agreement to be exported from the B2B Repository. |
Inputs
Input Name | Required | Description |
---|---|---|
|
|
|
Outputs
Output Name | Required | Description |
---|---|---|
|
|
|
Artifacts
This operation produces a zip file artifact containing the Agreement and all dependencies to the artifact repository. This is not exposed to workflow developer.
Endpoint Selection
This operation will select all available endpoints associated to the environment instance.
Endpoint Execution
This operation will execute on any endpoint from the endpoint selection.
Special Considerations
The import operation for Agreements accepts a config file for which to do property replacement with, as such, including an SCM export to pull in a config file in the same workflow as this export should be considered.
- style