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
- Bizagi Scope
- Create Case
- Execute Work Item
- Get Cases
- Get Work Items
- 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
Execute Work Item
Marketplace User Guide
Last updated Sep 5, 2024
Execute Work Item
UiPath.Bizagi.Activities.BizagiExecuteWorkItem
Executes a work item for a given case.
- CaseNumber (
String
) -The case number representing a currently running process. -
JsonParameters (
String
) - A list of input parameters for the given case as a comma-separated list of JSON objects. For example:{ "xpath": "Name", "value": "Alex" }, { "xpath": "Email", "value": "alex@example.com" }, { "xpath": "Phone", "value": "1008675309" }, { "xpath": "Birthday", "type": "DateTime", "value": "2019-02-06T00:00:00-00:00" }
{ "xpath": "Name", "value": "Alex" }, { "xpath": "Email", "value": "alex@example.com" }, { "xpath": "Phone", "value": "1008675309" }, { "xpath": "Birthday", "type": "DateTime", "value": "2019-02-06T00:00:00-00:00" } - ProcessName (
String
) - The name of the executed BPM process. - WorkItemNumber (
String
) - The ID of a specific work item.