- style
b2bExportTradingPartner
Exports a Trading Partner and all Agreements for the Trading Partner from the B2B repository. Similar to the exportB2BAgreement step, any and all dependencies are exported as well.
Environment/Instance Properties
Property Name | Required | Description | 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_TP_NAME | Yes | The name of the Trading Partner 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 zip files of the Agreements associated to the exported Trading Partner 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 Trading Partner 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