marketplace
latest
false
- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Bonita Scope
- Create Case
- Execute User Task
- Send BPM Message
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
Send BPM Message
Marketplace User Guide
Last updated Sep 5, 2024
Send BPM Message
UiPath.Bonitasoft.Activities.SendBPMMessage
This activity sends a message and (optionally) JSON data to a selected process, where they are caught by catch message event flow nodes (Start, intermediate, boundary or receive tasks) within that process.
When used within a connected Bonita Scope, all processes available in your Bonita portal are displayed.
Add a Message Name to the Send BPM Message activity that corresponds to Catch Message field within your Bonita process to bridge the two.
- Process (
String
) - The process receiving the message. - MessageName (
String
) - The name of the message being sent. This allows processes to listen for specific messages. - MessageContent (
String
) - Data (as JSON) sent along with the message.