Import an Agreement into the B2B repository along with all of its dependencies such as Listening Channel and documents. B2bImportAgreement accepts a config file for property replacement.
Environment/Instance Properties
Property NameDisplay Name | Property Code | Required | Description |
---|---|---|---|
B2B Server Host | FDB2B_SERVER_HOST | B2B Server HostYes | Host Name for the B2B Server. Under the default SOA installation, it will share the same host as the managed SOA servers. |
B2B Server Port | FDB2B_SERVER_PORT | B2B Server PortYes | Port for the B2B Server |
Project Properties
Property Name | Display Name | Required | Description |
---|---|---|---|
FDB2B_AGRMT_NAME | B2B Agreement | Yes | The name of the Agreement to be imported to the B2B Repository. |
Inputs
Input NameDisplay Name | Input Code | Required | Description | |
---|---|---|---|---|
Config File | FDB2B_INP_CONFIG_FILE | Config FileNo | Config file to be used to replace environment specific properties. | |
Activate Agreement | FDB2B_INP_ACTIVATE_AGRMT | Activate AgreementNo | Boolean to indicate whether or not to activate the Agreement on deployment. | |
Overwrite Data | FDB2B_INP_OVERWRITE_DATA | Overwrite DataNo | Boolean to indicate whether or not to overwrite any conflicting data on deploy. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation consumes the Agreement zip produced in the export step as well as any config file to be used for property replacement. This is not exposed to workflow developer.
...
This operation uses a config file located in the artifacts repository to perform property replacement. Leaving the input FDB2B_INP_CONFIG_FILE
blank will bypass any property replacement and deploy the Agreement as it was upon export.