Developing BPL Processes

Create BPL processes with visual tools and syntax in InterSystems IRIS.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sorodriguezz/skills-objectscript --skill developing-bpl-processes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Developing BPL Processes
Source: https://github.com/sorodriguezz/skills-objectscript/tree/main/skills/developing-bpl-processes
Command: npx skills add https://github.com/sorodriguezz/skills-objectscript --skill developing-bpl-processes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance on developing Business Process Language (BPL) processes for InterSystems IRIS interoperability productions, enabling the creation of complex, automated business logic.

Core Features & Use Cases

  • BPL Process Creation: Learn to create BPL business processes using the Business Process Designer and Wizard.
  • BPL Features: Understand BPL syntax, flow control, state management, and data transformation capabilities.
  • Component Reusability: Discover how to design BPL processes as reusable components.
  • Visual Design: Utilize the Business Process Designer for graphical editing and round-trip engineering.
  • Use Case: Integrate disparate systems by visually designing and implementing business logic flows that handle messaging, data transformation, and persistent state.

Quick Start

Use the developing bpl processes skill to learn how to create a new BPL business process using the Business Process Wizard.

Frequently Asked Questions about Developing BPL Processes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a BPL business process in InterSystems IRIS?

BPL processes in InterSystems IRIS support flow control, state management, and data transformation, allowing you to orchestrate complex messaging and integration logic between disparate systems within interoperability productions.

What's the best way to design BPL processes for integration solutions?

The best way to design BPL processes for integration is using the visual Business Process Designer, which supports graphical editing and round-trip engineering. You can build reusable components, manage persistent state, and configure data transformations visually.

Can I use ObjectScript with BPL processes for interoperability productions?

Yes, BPL processes work with ObjectScript in InterSystems IRIS interoperability productions. You can use ObjectScript alongside BPL syntax to implement custom logic, manage state, and handle complex data transformation within business processes.

How do I manage state and data transformation in BPL business processes?

To manage state and data transformation in BPL business processes, use the built-in BPL features for persistent state management and data transformation. These capabilities let you maintain context across process executions and transform message data within interoperability productions.

When should I use BPL processes instead of custom ObjectScript for InterSystems IRIS integration?

Use BPL processes instead of custom ObjectScript when you need visual design tools, flow control management, and reusable integration components. BPL is suited for orchestrating messaging, data transformation, and persistent state within interoperability productions.