IntegratD Logging - Partner operation
The connector emits logging information based on the Logging Event Action selected by the Boomi developer in the operation configuration. Each Logging Action has configuration options specific to the action selected.
Supported Logging Actions
The connector supports the following distinct Logging Operation actions:
| Event Type | When to use |
|---|---|
| Start Transaction | At the start of a Boomi Process Execution |
| Stop Transaction | Prior to the end of Boomi Process Execution that has completed successfully |
| Fail Transaction | Prior to the end of Boomi Process Execution that has completed unsuccessfully |
| Progress Transaction | During a Boomi Process Execution to emit progress information |
| Failed Document | During a Boomi Process Execution while processing documents and if required a document has failed, but the execution has not |
Other Configuration Options
| Option | Purpose | Default | Available in Action |
|---|---|---|---|
| Log Document Content | Should actual Input/Output Document Content be emitted to the log | False | All |
| Cache Requests | Should Log Messages be cached in memory until a Stop or Failed action. This improves velocity for high volume Boomi Processes, but comes at the price of real-time visibility for progress updates | False | Start Transaction Only |
| Return Application Error Responses | Not strictly a connector, but a Platform option. Errors need to be returned on specific actions | False, but expected to be true on the Fail or Fail Document Action | All |