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
- 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
Create Case
Marketplace User Guide
Last updated Sep 5, 2024
Create Case
UiPath.Bonitasoft.Activities.CreateCase
This activity creates a case (a running instance of a process) and outputs its reference ID, which may be used in the Execute User Task activity.
When used within a connected Bonita Scope, all processes available in your Bonita portal are displayed. Once selected, a process's contract (or required inputs ) is auto-filled in JSON format as well.
Notice how the variables in the contract above (Summary, Label, and Cost) correspond to those shown in the Bonita portal when running a Process.
- Process (
String
) - The process to start. - Contract (
String
) - Input variables (as JSON) that are required by the process.
- Private (
Boolean
) - If selected, the values of variables and arguments are no longer logged at Verbose level.