UiPath Documentation
marketplace
latest
false
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

Marketplace-Benutzerhandbuch

Letzte Aktualisierung 1. Apr. 2026

Create Case

UiPath.Bizagi.Activities.BizagiCreateCase

Erstellt einen neuen Fall für einen bestimmten Prozess.

Eigenschaften

Eingabe

  • 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.

Sonstiges

  • Privat (Private) - Bei Auswahl werden die Werte von Variablen und Argumenten nicht mehr auf der Stufe Verbose protokolliert.

Ausgabe

  • CaseNumber (String) - The case number of the newly created case. This may be used in the Execute Work Item activity.
  • Eigenschaften
  • Eingabe
  • Sonstiges
  • Ausgabe

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben