Marketplace
latest
false
Banner background image
Marketplace User Guide
Last updated Apr 16, 2024

Create Case

UiPath.Bizagi.Activities.BizagiCreateCase

Creates a new case for a given process.

Properties

Input

  • 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": "8675309"
    },
    {
        "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": "8675309"
    },
    {
        "xpath": "Birthday",
        "type": "DateTime",
        "value": "2019-02-06T00:00:00-00:00"
    }
  • ProcessName (String) - The name of the executed BPM process.

Misc

  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.

Output

  • CaseNumber (String) - The case number of the newly created case. This may be used in the Execute Work Item activity.
  • Properties
  • Input
  • Misc
  • Output

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.