Boomi · Schema

Boomi Integration Process

Represents a Boomi integration process — an automated workflow that moves and transforms data between connected applications. Processes consist of a start shape (trigger), action shapes (steps), and optional decision logic.

AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflows

Properties

Name Type Description
id string Unique component ID of the integration process (UUID format).
name string Display name of the integration process.
type string Component type. Always 'process' for integration processes.
folderId string ID of the folder containing this process within the component library.
deleted boolean Whether this process has been deleted from the component library.
currentVersion string Version identifier of the current saved version of this process.
createdDate string ISO 8601 timestamp when the process was created.
modifiedDate string ISO 8601 timestamp when the process was last modified.
schedules array Scheduling configurations for running this process on a time-based trigger.
deployments array Active deployments of this process across environments.
View JSON Schema on GitHub