Imports the base Listening Channels into the B2B Repository. This operation also accepts a config file to perform any property replacement.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
B2B Server Host | 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. |
B2B Server Port | FDB2B_SERVER_PORT | Yes | Port for the B2B Server |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
B2B Base Partner | FDB2B_BASE_PARTNER | Yes | The name of the base Trading Partner from the B2B Repository. By default, this is MyCompany. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Config File | FDB2B_INP_CONFIG_FILE | No | Config file to be used to replace environment specific properties. |
Activate Agreement | FDB2B_INP_ACTIVATE_CHANNELS | No | Boolean to indicate whether or not to activate the Listening Channels. |
Overwrite Data | FDB2B_INP_OVERWRITE_DATA | No | Boolean to indicate whether or not to overwrite any conflicting data on deploy. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation consumes the base Listening Channel 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.
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
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 Listening Channels as they were upon export.