Skip to main content
Feedback

Component configuration

Components are the reusable configuration objects that are used in processes. They are displayed in the Component Explorer. Components can be created once and referenced by process steps across multiple processes.

ComponentsDescription
ProcessContains a series of steps that determine how data executes within the system.
API ProxyDeployable components enables direct proxying of a request through an API Gateway to a service that is not served through a runtime, runtime cluster, or runtime cloud.
API ServiceDeployable components used to expose sets of REST, SOAP, or OData API endpoints for logical groups of APIs.
Flow ServiceProvides a means by which a service interacts with processes. It is independently deployable, enabling a single component to support all requests specifying a common endpoint.
CertificateEnsures secure data transmission across the communication protocol. Certain connectors require certificates to encrypt data and channels and to verify the digital signature of the person sending the data.
ConnectionContains the configuration required to connect to an application or data source.
Connector OperationRepresents a specific action or API call against the application or data source defined by the connection.
Cross Reference TableThe cross reference table is a data structure that replaces a run time lookup computation with a much simpler lookup operation.
Custom LibraryCollections of Java Archive (JAR) files that you can use to support certain integration processes.
Document CacheLets you temporarily hold and index Boomi documents within the scope of an integration process.
MapConverts data from one layout or format to another.
Map FunctionEnables the application of transformation logic to each individual field value during the mapping process.
OrganizationStores contact information in a reusable component.
Process PropertyConsists of a collection of properties.
Process RouteLets you select an execution path dynamically at run time based on some value, such as a document property, data profile, extension value, or trading partner.
ProfileDescribes the layout or format of documents read into or sent out of processes.
QueueSpecifies the configuration of a message queue, including its name and the messaging model with which the message queue can be used, either Point-to-Point or Publish/Subscribe.
ScriptingLets you perform custom manipulations and logic to accomplish unique and advanced requirements of Integration.
Trading PartnerContains the configuration details for your company or for a trading partner.
Communication ChannelLets you configure a file transfer protocol, such as AS2, Disk, FTP, HTTP, OFTP2, or SFTP, to send data to and receive data from trading partners.
Processing GroupIncreases efficiency when working with multiple trading partners by building Processing Groups. You can add, change, or remove trading partners in one location.
XSLT StylesheetLets you apply XSLT transformations to XML or JSON documents using the Data Process step in processes.

Editing a component

When you edit the configuration of a component, your changes take effect only when you save the component.

The following controls are available when a component is open for editing:

ControlsDescription
SaveSaves the component. The component remains open for editing.
Save and CloseSaves the component and closes it.
CloseInitiates a request to close a component without editing it. (Clicking the close icon in the component tab has the same effect). If there are no unsaved changes, the component closes immediately. If there are unsaved changes, a confirmation dialog appears.
In the confirmation dialog:
  • Clicking OK closes the component without saving it.
  • Clicking Cancel closes the confirmation dialog, enabling further editing and saving of the component.
Previous SaveShows the date and time of the most recently saved revision of the component.
RevertInitiates a request to discard unsaved changes to the component, thereby reverting it to its configuration as of the last saved revision.
In the confirmation dialog:
  • Clicking Revert reverts the component. The component remains open for editing.
  • Clicking Cancel closes the confirmation dialog, enabling further editing and saving of the component.
Revision History Document with clockOpens the Revision History dialog, which provides access to the revision history of components and other information.
On this Page