Boomi · Schema

ProcessInput

Input for creating or updating an integration process.

AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflows

Properties

Name Type Description
name string Display name for the process.
folderId string ID of the folder to place the process in.
View JSON Schema on GitHub

JSON Schema

boomi-processinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProcessInput",
  "title": "ProcessInput",
  "type": "object",
  "description": "Input for creating or updating an integration process.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the process."
    },
    "folderId": {
      "type": "string",
      "description": "ID of the folder to place the process in."
    }
  }
}